/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_citadel -- ------------------------------------------------------ -- 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=88 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-08-19 10:53:19','Robisearch Deleted item with id 1 from uomproducts table at 2020-08-19 10:53:19','192.168.0.103',1),(2,'8','2020-08-19 11:41:11','MODESTA Deleted item with id 7 from uomproducts table at 2020-08-19 11:41:11','192.168.0.103',1),(3,'8','2020-08-19 11:41:17','MODESTA Deleted item with id 8 from uomproducts table at 2020-08-19 11:41:17','192.168.0.103',1),(4,'8','2020-08-19 12:29:48','MODESTA Changed the price of BUBBLE GUM PERFUME 1LTR to: buyingprice =0 ,sellingprice =2000, qty= 0.00, items with id 173 . in Main level at 2020-08-19 12:29:48','192.168.0.103',1),(5,'1','2020-08-20 12:03:54','Robisearch Deleted item with id 1 from employeecharges table at 2020-08-20 12:03:54','192.168.0.103',1),(6,'1','2020-08-20 12:05:35','Robisearch Deleted item with id 3 from employeecharges table at 2020-08-20 12:05:35','192.168.0.103',1),(7,'1','2020-08-20 14:48:27','Robisearch Deleted item with id from sms table at 2020-08-20 14:48:27','192.168.0.103',1),(8,'8','2020-08-22 10:44:36','MODESTA Changed the price of UNGERAL (SLES) 1kg to: buyingprice =0 ,sellingprice =320, qty= 109, items with id 1 . in Main level at 2020-08-22 10:44:36','192.168.0.103',1),(9,'8','2020-08-25 14:57:22','MODESTA Changed the price of LEMON PERFUME 1LTR to: buyingprice =0 ,sellingprice =1800, qty= 0.02, items with id 67 . in counter (1) at 2020-08-25 14:57:22','192.168.0.103',1),(10,'8','2020-08-28 14:38:17','MODESTA Changed the price of BUBBLE GUM PERFUME 1LTR to: buyingprice =0 ,sellingprice =2000, qty= 1.30, items with id 173 . in counter (1) at 2020-08-28 14:38:17','192.168.0.103',1),(11,'8','2020-08-29 11:16:52','MODESTA Deleted item with id 1 from outgoingstock table at 2020-08-29 11:16:51','192.168.0.103',1),(12,'8','2020-08-29 11:31:59','MODESTA Changed the price of TOILET CLEANER (Stain remover) 1lLTR to: buyingprice =0 ,sellingprice =250, qty= 8, items with id 185 . in Main level at 2020-08-29 11:31:59','192.168.0.103',1),(13,'8','2020-09-07 16:14:35','MODESTA Deleted item with id 3 from salary table at 2020-09-07 16:14:35','192.168.0.103',1),(14,'8','2020-10-01 14:03:16','MODESTA Returned 1 ZEAL POLYESTER BODY FILLER 0.5KG with code (195) at 2020-10-01 14:03:16','192.168.0.103',1),(15,'8','2020-10-14 13:26:45','MODESTA Changed the price of NP9 1KG to: buyingprice =0 ,sellingprice =420, qty= 43.00, items with id 49 . in counter (1) at 2020-10-14 13:26:45','192.168.0.103',1),(16,'8','2020-10-14 13:37:37','MODESTA Deleted item with id 55 from uomproducts table at 2020-10-14 13:37:37','192.168.0.103',1),(17,'8','2020-10-16 12:41:01','MODESTA Deleted AMMONIA SOLUTION 1KG with code of 210 and available quantity of 90.00 .The Buying price = 0 and selling price = 0 from branch 1 at 2020-10-16 12:41:01','192.168.0.103',1),(18,'8','2020-10-28 16:27:32','MODESTA Returned 1 MAGADI SODA 1/2KG with code (40) at 2020-10-28 16:27:32','41.90.108.58',1),(19,'8','2020-10-28 16:27:35','MODESTA Returned 1 CHLORINE 65% 1/2KG with code (38) at 2020-10-28 16:27:35','41.90.108.58',1),(20,'8','2020-10-28 16:27:39','MODESTA Returned 1 CAUSTIC(SODIUM HYDROXIDE) 1/4KG with code (9) at 2020-10-28 16:27:39','41.90.108.58',1),(21,'8','2020-11-06 08:04:29','MODESTA Returned 1 LEMON PERFUME 25ML with code (70) at 2020-11-06 08:04:29','41.90.108.58',1),(22,'8','2020-11-06 08:04:39','MODESTA Returned 1 LEMON PERFUME 25ML with code (70) at 2020-11-06 08:04:39','41.90.108.58',1),(23,'1','2020-11-06 08:33:02','Robisearch Deleted item with id 40 from purchaseorder table at 2020-11-06 08:33:02','41.90.108.58',1),(24,'1','2020-11-06 08:33:16','Robisearch Deleted item with id 38 from purchaseorder table at 2020-11-06 08:33:16','41.90.108.58',1),(25,'8','2020-11-06 08:57:46','MODESTA Returned 1 LEMON PERFUME 25ML with code (70) at 2020-11-06 08:57:46','41.90.108.58',1),(26,'8','2020-11-06 08:59:11','MODESTA Returned 1 LEMON PERFUME 25ML with code (70) at 2020-11-06 08:59:11','41.90.108.58',1),(27,'8','2020-11-06 09:20:23','MODESTA Returned 1 LEMON PERFUME 25ML with code (70) at 2020-11-06 09:20:23','41.90.108.58',1),(28,'8','2020-11-07 12:25:41','MODESTA Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-07 12:25:41','41.90.108.58',1),(29,'8','2020-11-07 12:27:03','MODESTA Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-07 12:27:03','41.90.108.58',1),(30,'8','2020-11-07 12:27:08','MODESTA Returned 5 ONE TOUCH HANDWASH CREAM 1KG with code (85) at 2020-11-07 12:27:08','41.90.108.58',1),(31,'8','2020-11-13 12:29:00','MODESTA Returned 5 ONE TOUCH HANDWASH CREAM 1KG with code (85) at 2020-11-13 12:29:00','41.139.143.181',1),(32,'8','2020-11-28 12:27:34','MODESTA Returned 1 UNGERAL (SLES)1/2kg with code (3) at 2020-11-28 12:27:34','41.84.152.6',1),(33,'8','2020-11-28 12:27:38','MODESTA Returned 1 UFACID (SULPHONIC ACID) 1/4KG with code (6) at 2020-11-28 12:27:38','41.84.152.6',1),(34,'8','2020-11-28 12:27:41','MODESTA Returned 1 BLUE COLOUR 30GMS with code (15) at 2020-11-28 12:27:41','41.84.152.6',1),(35,'8','2020-11-28 12:27:44','MODESTA Returned 1 LAVENDER PERFUME 25ML with code (74) at 2020-11-28 12:27:44','41.84.152.6',1),(36,'8','2020-11-28 12:27:46','MODESTA Returned 1 SALT 1/2KG with code (11) at 2020-11-28 12:27:46','41.84.152.6',1),(37,'8','2020-11-28 12:27:52','MODESTA Returned 1 CAUSTIC SODA PEARL 50GMS with code (133) at 2020-11-28 12:27:52','41.84.152.6',1),(38,'8','2020-11-30 13:09:06','MODESTA Returned 3 UNGERAL (SLES)1/2kg with code (3) at 2020-11-30 13:09:06','41.84.152.6',1),(39,'8','2020-11-30 13:09:15','MODESTA Returned 3 SALT 1/2KG with code (11) at 2020-11-30 13:09:15','41.84.152.6',1),(40,'8','2020-11-30 13:09:18','MODESTA Returned 3 NP9 1KG with code (49) at 2020-11-30 13:09:18','41.84.152.6',1),(41,'8','2020-11-30 13:09:20','MODESTA Returned 3 FORMALINE 1/4KG with code (55) at 2020-11-30 13:09:20','41.84.152.6',1),(42,'8','2020-11-30 13:09:22','MODESTA Returned 3 YELLOW CLOUR 30GMS with code (23) at 2020-11-30 13:09:22','41.84.152.6',1),(43,'8','2020-11-30 13:09:25','MODESTA Returned 6 LAVENDER PERFUME 50ML with code (73) at 2020-11-30 13:09:25','41.84.152.6',1),(44,'1','2020-11-30 16:11:16','Robisearch Returned 25 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:11:16','154.70.45.46',1),(45,'1','2020-11-30 16:11:20','Robisearch Returned 15 ONE TOUCH HANDWASH CREAM 1KG with code (85) at 2020-11-30 16:11:20','154.70.45.46',1),(46,'1','2020-11-30 16:12:30','Robisearch Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:12:30','154.70.45.46',1),(47,'1','2020-11-30 16:13:34','Robisearch Returned 5 ONE TOUCH HANDWASH CREAM 1KG with code (85) at 2020-11-30 16:13:34','154.70.45.46',1),(48,'1','2020-11-30 16:18:41','Robisearch Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:18:41','154.70.45.46',1),(49,'1','2020-11-30 16:18:43','Robisearch Returned 5 ONE TOUCH HANDWASH CREAM 1KG with code (85) at 2020-11-30 16:18:43','154.70.45.46',1),(50,'1','2020-11-30 16:39:18','Robisearch Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:39:18','154.70.45.46',1),(51,'1','2020-11-30 16:39:46','Robisearch Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:39:46','154.70.45.46',1),(52,'1','2020-11-30 16:40:05','Robisearch Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:40:05','154.70.45.46',1),(53,'1','2020-11-30 16:40:22','Robisearch Returned 5 ONE TOUCH HANDWASH CREAM 1KG with code (85) at 2020-11-30 16:40:22','154.70.45.46',1),(54,'1','2020-11-30 16:40:25','Robisearch Returned 5 ONE TOUCH SANITIZER GEL 1LTR with code (147) at 2020-11-30 16:40:25','154.70.45.46',1),(55,'8','2020-12-08 12:20:01','MODESTA Deleted item with id 1 from assets table at 2020-12-08 12:20:01','41.84.152.6',1),(56,'8','2020-12-14 15:59:47','MODESTA Returned 10 ZEAL CARBODY FILLER PASTE 4.5KG with code (100) at 2020-12-14 15:59:47','41.84.152.6',1),(57,'8','2020-12-14 15:59:51','MODESTA Returned 10 ZEAL POLYESTER BODY FILLER 2.5KG with code (194) at 2020-12-14 15:59:51','41.84.152.6',1),(58,'8','2020-12-14 15:59:55','MODESTA Returned 10 ZEAL CARBODY FILLER PASTE 1KG with code (98) at 2020-12-14 15:59:55','41.84.152.6',1),(59,'8','2020-12-14 15:59:58','MODESTA Returned 10 NC SPOT PUTTY 1KG with code (311) at 2020-12-14 15:59:58','41.84.152.6',1),(60,'8','2020-12-14 16:00:01','MODESTA Returned 10 NC SPOT PUTTY 0.5KG with code (322) at 2020-12-14 16:00:01','41.84.152.6',1),(61,'8','2020-12-22 14:28:28','MODESTA Returned 40 NC SPOT PUTTY 0.5KG with code (322) at 2020-12-22 14:28:28','41.84.152.6',1),(62,'8','2020-12-22 14:28:39','MODESTA Returned 20 NC SPOT PUTTY 1KG with code (311) at 2020-12-22 14:28:39','41.84.152.6',1),(63,'8','2020-12-22 17:00:23','MODESTA Returned 18 NC GREY PRIMER 0.5KG with code (310) at 2020-12-22 17:00:23','41.84.152.6',1),(64,'8','2021-01-06 10:25:51','MODESTA Returned 1 UNGERAL (SLES) 1kg with code (1) at 2021-01-06 10:25:51','41.84.152.6',1),(65,'8','2021-01-06 10:25:54','MODESTA Returned 1 CAUSTIC SODA PEARL 50GMS with code (133) at 2021-01-06 10:25:54','41.84.152.6',1),(66,'8','2021-01-06 10:25:57','MODESTA Returned 1 UFACID (SULPHONIC ACID )1/2KG with code (5) at 2021-01-06 10:25:57','41.84.152.6',1),(67,'8','2021-01-06 10:27:39','MODESTA Returned 1 ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS with code (136) at 2021-01-06 10:27:39','41.84.152.6',1),(68,'8','2021-01-06 10:27:42','MODESTA Returned 1 UNGERAL (SLES) 1kg with code (1) at 2021-01-06 10:27:42','41.84.152.6',1),(69,'8','2021-01-06 10:32:45','MODESTA Returned 1 UNGERAL (SLES) 1kg with code (1) at 2021-01-06 10:32:45','41.84.152.6',1),(70,'8','2021-01-06 10:32:48','MODESTA Returned 5 NON PERFUMED MULTIPURPOSE DETERGENTS 1LTR with code (296) at 2021-01-06 10:32:48','41.84.152.6',1),(71,'8','2021-01-13 11:08:00','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 11:08:00','41.84.152.6',1),(72,'8','2021-01-13 11:39:23','MODESTA Returned 35 ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS with code (135) at 2021-01-13 11:39:23','41.84.152.6',1),(73,'8','2021-01-13 11:39:27','MODESTA Returned 5 ONE TOUCH HANDWASH CREAM 5KG with code (84) at 2021-01-13 11:39:27','41.84.152.6',1),(74,'8','2021-01-13 11:39:52','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 11:39:52','41.84.152.6',1),(75,'8','2021-01-13 11:40:09','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 11:40:09','41.84.152.6',1),(76,'8','2021-01-13 13:52:40','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 13:52:40','41.84.152.6',1),(77,'8','2021-01-13 13:53:00','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 13:53:00','41.84.152.6',1),(78,'8','2021-01-13 13:53:17','MODESTA Returned 2 ONE TOUCH HANDWASH CREAM 5KG with code (84) at 2021-01-13 13:53:17','41.84.152.6',1),(79,'8','2021-01-13 13:53:44','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 13:53:44','41.84.152.6',1),(80,'8','2021-01-13 13:54:11','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 13:54:11','41.84.152.6',1),(81,'8','2021-01-13 13:55:23','MODESTA Returned 3 ONE TOUCH SANITIZER GEL 5LTR with code (149) at 2021-01-13 13:55:23','41.84.152.6',1),(82,'7','2021-01-22 14:21:37','FELISTA Deleted item with id 38 from people table at 2021-01-22 14:21:37','102.69.227.199',1),(83,'8','2021-01-22 15:50:37','MODESTA Returned 40 ZEAL CARBODY FILLER PASTE 4.5KG with code (100) at 2021-01-22 15:50:37','41.84.152.6',1),(84,'8','2021-01-22 15:51:48','MODESTA Returned 50 ZEAL POLYESTER BODY FILLER 2.5KG with code (194) at 2021-01-22 15:51:48','41.84.152.6',1),(85,'8','2021-01-22 15:51:51','MODESTA Returned 24 NC GREY PRIMER 1KG with code (309) at 2021-01-22 15:51:51','41.84.152.6',1),(86,'8','2021-01-22 15:51:54','MODESTA Returned 48 NC GREY PRIMER 0.5KG with code (310) at 2021-01-22 15:51:54','41.84.152.6',1),(87,'7','2021-02-04 13:44:40','FELISTA Returned 5 one touch multipurpose detergent 1ltr with code (161) at 2021-02-04 13:44:40','41.84.152.6',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=3 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 (2,'PRINTER BIXOLON SLP DX 220','Straight-line','ADVATECH OFFICE SUPPLIERS','0011','',14,'33000','Good',NULL,'33000','2020-11-16',NULL,NULL,'','','2135161605535068',0,0,0,1.00,'2020-11-16 16:59:33','8','1','0000-00-00','','','New','piece','Inventory','1110','1000','5790','depreciating','','1','81605535068','','1600','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 AUTO_INCREMENT=13 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 */; INSERT INTO `assignbranches` VALUES (1,1,8,1,'',1,'2020-11-26 04:52:57pm',1,''),(2,2,8,1,'',1,'2020-11-26 04:53:00pm',1,''),(3,3,8,1,'',1,'2020-11-26 04:53:09pm',1,''),(4,3,1,1,'',1,'2020-11-26 04:53:48pm',1,''),(5,2,1,1,'',1,'2020-11-26 04:53:52pm',1,''),(6,1,1,1,'',1,'2020-11-26 04:53:58pm',1,''),(7,1,4,1,'',1,'2020-11-27 09:14:13am',1,''),(8,2,6,1,'',1,'2020-11-27 09:14:31am',1,''),(9,3,7,1,'',1,'2020-12-14 09:31:26am',1,''),(10,2,7,1,'',1,'2020-12-14 09:31:30am',1,''),(11,1,7,1,'',1,'2020-12-14 09:31:33am',1,''),(12,3,51,1,'',7,'2021-01-22 01:50:58pm',1,''); /*!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 `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 AUTO_INCREMENT=3 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 */; INSERT INTO `blog` 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 `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 AUTO_INCREMENT=3 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 */; INSERT INTO `blogs` 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 `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` ( `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, `myinvoice` text 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 `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'TOWN BRANCH','<H1 style=\"margin:0px;\" ,\"BLUE\"><B>CITADEL CHEMICALS LIMITED</B></H1>\r\n <h3>Dealers in Paints & Coatings, Detergents, Body Fillers & Industrial Chemicals <BR>\r\n P.O BOX 28820-00100 NAIROBI <br>\r\nLakamshi Hse Gnr Flr,Njugu Lane<br>\r\nTELEPHONE:0735166036 / 0726318800\r\n Pin No:P051795149T\r\n</h3>','2020-08-20 14:40:45','active','1','','1',''),(2,'KARIOBANGI BRANCH','<H1 style=\"margin:0px;\" ,\"BLUE\"><B>CITADEL CHEMICALS LIMITED</B></H1>\r\n <h3>Dealers in Paints & Coatings, Detergents, Body Fillers & Industrial Chemicals <BR>\r\n P.O BOX 28820-00100 NAIROBI <br>\r\nLakamshi Hse Gnr Flr,Njugu Lane<br>\r\nTELEPHONE:0735166036 / 0726318800\r\n Pin No:P051795149T\r\n</h3>','2020-10-16 12:38:26','active','1','','1',''),(3,'GIKOMBA BRANCH','','2020-11-26 11:01:55','active','1','','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, 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', 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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `category` -- LOCK TABLES `category` WRITE; /*!40000 ALTER TABLE `category` DISABLE KEYS */; INSERT INTO `category` VALUES (1,'Customers','Customers','2019-12-07 05:30:29am','active','1','1','1'),(2,'Supplier','Supplier','2019-12-07 05:30:29am','active','1','','1'),(3,'Tenants','Tenants','2019-12-07 05:30:48am','active','1','','1'),(4,'Agents','Agents','2020-05-14 06:45:19am','active','1','','1'),(5,'Supplier','Supplier','','active','','',''); /*!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=9 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-09-2412:34:35','41599032443','27459','wells fargo payment (2% tax withhold)','-491','8','1',1035,'2020-09-25 12:38:31','payment','2127',13,NULL),(2,'2020-11-20 09:55:57','41604664003','23000','PAID BY G & R ANNEX','20500','8','1',1035,'2020-11-30 09:58:19','payment','000365',20,NULL),(3,'2020-11-30 10:38:21','41603437647','31300','CASH FROM G & R Restaurant','0','8','1',1035,'2020-11-30 10:43:29','payment','',26,NULL),(4,'2020-11-30 11:34:53','41604742980','1','','-2499','1','1',1000,'2020-11-30 11:35:12','payment','',20,NULL),(5,'2020-11-30 16:14:15','41604664003','-23000','','-2500','1','1',1035,'2020-11-30 16:15:03','cancel','',NULL,NULL),(6,'2020-12-18 11:51:37 ','81603887319','32262','','-5130','8','1',1000,'2020-12-18 11:52:34','paid','CASH',29,1),(7,'2020-12-18 11:57:39','41604470735','46126','','824','8','1',0,'2020-12-18 11:59:45','payment','111697',21,1),(8,'2020-12-18 12:09:28','41601463322','38274','','-824','8','1',0,'2020-12-18 12:10:03','payment','CHEGUE',21,1); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) 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 `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, 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 AUTO_INCREMENT=2 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 */; INSERT INTO `damages` VALUES (1,'1','n/a','1290','Damaged taken back to factory for correction','2020-10-15 12:17:32','modesta','161','8','1','2020-10-16 12:21:12','',1463.00,173.00); /*!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=25428 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','61598080147','2020-08-22 10:18:02',980.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2,'4000','61598080147','2020-08-22 10:18:02',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3,'4000','61598080147','2020-08-22 10:18:02',NULL,220.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4,'4000','61598080147','2020-08-22 10:18:02',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5,'4000','61598080147','2020-08-22 10:18:02',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6,'4000','61598080147','2020-08-22 10:18:02',NULL,60.00,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7,'1110','61598080147','2020-08-22 10:18:02',NULL,780.86,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8,'1110','61598080147','2020-08-22 10:18:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(9,'1110','61598080147','2020-08-22 10:18:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(10,'1110','61598080147','2020-08-22 10:18:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11,'1110','61598080147','2020-08-22 10:18:02',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12,'5500','61598080147','2020-08-22 10:18:02',780.86,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13,'1000','61598081512','2020-08-22 10:46:59',1220.80,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14,'4000','61598081512','2020-08-22 10:46:59',NULL,600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15,'4000','61598081512','2020-08-22 10:46:59',NULL,400.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(16,'4000','61598081512','2020-08-22 10:46:59',NULL,40.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(17,'4000','61598081512','2020-08-22 10:46:59',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18,'4000','61598081512','2020-08-22 10:46:59',NULL,40.80,'','6','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(19,'4000','61598081512','2020-08-22 10:46:59',NULL,100.00,'','6','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(20,'1110','61598081512','2020-08-22 10:46:59',NULL,780.86,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21,'1110','61598081512','2020-08-22 10:46:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(22,'1110','61598081512','2020-08-22 10:46:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(23,'1110','61598081512','2020-08-22 10:46:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24,'1110','61598081512','2020-08-22 10:46:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(25,'1110','61598081512','2020-08-22 10:46:59',NULL,0.00,'','6','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(26,'5500','61598081512','2020-08-22 10:46:59',780.86,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(27,'1000','61598083434','2020-08-22 11:10:22',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(28,'4000','61598083434','2020-08-22 11:10:22',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(29,'4000','61598083434','2020-08-22 11:10:22',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(30,'4000','61598083434','2020-08-22 11:10:22',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(31,'4000','61598083434','2020-08-22 11:10:22',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(32,'4000','61598083434','2020-08-22 11:10:22',NULL,130.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(33,'4000','61598083434','2020-08-22 11:10:22',NULL,60.00,'','6','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(34,'4000','61598083434','2020-08-22 11:10:22',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(35,'1110','61598083434','2020-08-22 11:10:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(36,'1110','61598083434','2020-08-22 11:10:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(37,'1110','61598083434','2020-08-22 11:10:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(38,'1110','61598083434','2020-08-22 11:10:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(39,'1110','61598083434','2020-08-22 11:10:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(40,'1110','61598083434','2020-08-22 11:10:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(41,'1110','61598083434','2020-08-22 11:10:22',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(42,'5500','61598083434','2020-08-22 11:10:22',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(43,'1000','61598083837','2020-08-22 11:15:03',1500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(44,'4000','61598083837','2020-08-22 11:15:03',NULL,960.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(45,'4000','61598083837','2020-08-22 11:15:03',NULL,440.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(46,'4000','61598083837','2020-08-22 11:15:03',NULL,100.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(47,'1000','61598084133','2020-08-22 11:21:19',4500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(48,'4000','61598084133','2020-08-22 11:21:19',NULL,4500.00,'','6','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(49,'1000','61598084498','2020-08-22 12:02:44',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(50,'4000','61598084498','2020-08-22 12:02:44',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(51,'4000','61598084498','2020-08-22 12:02:44',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(52,'4000','61598084498','2020-08-22 12:02:44',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(53,'4000','61598084498','2020-08-22 12:02:44',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(54,'4000','61598084498','2020-08-22 12:02:44',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(55,'4000','61598084498','2020-08-22 12:02:44',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(56,'1110','61598084498','2020-08-22 12:02:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(57,'1110','61598084498','2020-08-22 12:02:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(58,'1110','61598084498','2020-08-22 12:02:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(59,'1110','61598084498','2020-08-22 12:02:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(60,'1110','61598084498','2020-08-22 12:02:44',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(61,'1110','61598084498','2020-08-22 12:02:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(62,'5500','61598084498','2020-08-22 12:02:44',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(63,'1000','61598087029','2020-08-22 12:07:43',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(64,'4000','61598087029','2020-08-22 12:07:43',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(65,'4000','61598087029','2020-08-22 12:07:43',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(66,'4000','61598087029','2020-08-22 12:07:43',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(67,'4000','61598087029','2020-08-22 12:07:43',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(68,'4000','61598087029','2020-08-22 12:07:43',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(69,'4000','61598087029','2020-08-22 12:07:43',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(70,'1110','61598087029','2020-08-22 12:07:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(71,'1110','61598087029','2020-08-22 12:07:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(72,'1110','61598087029','2020-08-22 12:07:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(73,'1110','61598087029','2020-08-22 12:07:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(74,'1110','61598087029','2020-08-22 12:07:43',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(75,'1110','61598087029','2020-08-22 12:07:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(76,'5500','61598087029','2020-08-22 12:07:43',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(77,'1000','61598087334','2020-08-22 12:16:23',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(78,'4000','61598087334','2020-08-22 12:16:23',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(79,'4000','61598087334','2020-08-22 12:16:23',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(80,'4000','61598087334','2020-08-22 12:16:23',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(81,'4000','61598087334','2020-08-22 12:16:23',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(82,'4000','61598087334','2020-08-22 12:16:23',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(83,'4000','61598087334','2020-08-22 12:16:23',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(84,'1110','61598087334','2020-08-22 12:16:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(85,'1110','61598087334','2020-08-22 12:16:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(86,'1110','61598087334','2020-08-22 12:16:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(87,'1110','61598087334','2020-08-22 12:16:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(88,'1110','61598087334','2020-08-22 12:16:23',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(89,'1110','61598087334','2020-08-22 12:16:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(90,'5500','61598087334','2020-08-22 12:16:23',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(91,'1000','61598087794','2020-08-22 12:18:04',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(92,'4000','61598087794','2020-08-22 12:18:04',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(93,'4000','61598087794','2020-08-22 12:18:04',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(94,'4000','61598087794','2020-08-22 12:18:04',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(95,'4000','61598087794','2020-08-22 12:18:04',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(96,'4000','61598087794','2020-08-22 12:18:04',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(97,'4000','61598087794','2020-08-22 12:18:04',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(98,'1110','61598087794','2020-08-22 12:18:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(99,'1110','61598087794','2020-08-22 12:18:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(100,'1110','61598087794','2020-08-22 12:18:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(101,'1110','61598087794','2020-08-22 12:18:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(102,'1110','61598087794','2020-08-22 12:18:04',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(103,'1110','61598087794','2020-08-22 12:18:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(104,'5500','61598087794','2020-08-22 12:18:04',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(105,'1000','61598087893','2020-08-22 12:28:33',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(106,'4000','61598087893','2020-08-22 12:28:33',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(107,'4000','61598087893','2020-08-22 12:28:33',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(108,'4000','61598087893','2020-08-22 12:28:33',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(109,'4000','61598087893','2020-08-22 12:28:33',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(110,'4000','61598087893','2020-08-22 12:28:33',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(111,'4000','61598087893','2020-08-22 12:28:33',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(112,'1110','61598087893','2020-08-22 12:28:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(113,'1110','61598087893','2020-08-22 12:28:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(114,'1110','61598087893','2020-08-22 12:28:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(115,'1110','61598087893','2020-08-22 12:28:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(116,'1110','61598087893','2020-08-22 12:28:33',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(117,'1110','61598087893','2020-08-22 12:28:33',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(118,'5500','61598087893','2020-08-22 12:28:33',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(119,'1000','61598088520','2020-08-22 12:43:08',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(120,'4000','61598088520','2020-08-22 12:43:08',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(121,'4000','61598088520','2020-08-22 12:43:08',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(122,'4000','61598088520','2020-08-22 12:43:08',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(123,'4000','61598088520','2020-08-22 12:43:08',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(124,'4000','61598088520','2020-08-22 12:43:08',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(125,'1110','61598088520','2020-08-22 12:43:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(126,'1110','61598088520','2020-08-22 12:43:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(127,'1110','61598088520','2020-08-22 12:43:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(128,'1110','61598088520','2020-08-22 12:43:08',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(129,'1110','61598088520','2020-08-22 12:43:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(130,'5500','61598088520','2020-08-22 12:43:08',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(131,'1000','61598089489','2020-08-22 13:25:52',650.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(132,'4000','61598089489','2020-08-22 13:25:52',NULL,50.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(133,'4000','61598089489','2020-08-22 13:25:52',NULL,500.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(134,'4000','61598089489','2020-08-22 13:25:52',NULL,100.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(135,'1000','61598092014','2020-08-22 14:03:39',3200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(136,'4000','61598092014','2020-08-22 14:03:39',NULL,1600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(137,'4000','61598092014','2020-08-22 14:03:39',NULL,450.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(138,'4000','61598092014','2020-08-22 14:03:39',NULL,100.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(139,'4000','61598092014','2020-08-22 14:03:39',NULL,150.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(140,'4000','61598092014','2020-08-22 14:03:39',NULL,650.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(141,'4000','61598092014','2020-08-22 14:03:39',NULL,250.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(142,'1110','61598092014','2020-08-22 14:03:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(143,'1110','61598092014','2020-08-22 14:03:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(144,'1110','61598092014','2020-08-22 14:03:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(145,'1110','61598092014','2020-08-22 14:03:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(146,'1110','61598092014','2020-08-22 14:03:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(147,'1110','61598092014','2020-08-22 14:03:39',NULL,25.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(148,'5500','61598092014','2020-08-22 14:03:39',25.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(149,'1000','61598094537','2020-08-22 14:13:27',1970.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(150,'4000','61598094537','2020-08-22 14:13:27',NULL,960.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(151,'4000','61598094537','2020-08-22 14:13:27',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(152,'4000','61598094537','2020-08-22 14:13:27',NULL,330.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(153,'4000','61598094537','2020-08-22 14:13:27',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(154,'4000','61598094537','2020-08-22 14:13:27',NULL,60.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(155,'4000','61598094537','2020-08-22 14:13:27',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(156,'4000','61598094537','2020-08-22 14:13:27',NULL,90.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(157,'4000','61598094537','2020-08-22 14:13:27',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(158,'4000','61598094537','2020-08-22 14:13:27',NULL,150.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(159,'4000','61598094537','2020-08-22 14:13:27',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(160,'4000','61598094537','2020-08-22 14:13:27',NULL,30.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(161,'4000','61598094537','2020-08-22 14:13:27',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(162,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(163,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(164,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(165,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(166,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(167,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(168,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(169,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(170,'1110','61598094537','2020-08-22 14:13:27',NULL,6.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(171,'1110','61598094537','2020-08-22 14:13:27',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(172,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(173,'1110','61598094537','2020-08-22 14:13:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(174,'5500','61598094537','2020-08-22 14:13:27',8.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(175,'1000','61598248559','2020-08-24 08:59:51',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(176,'4000','61598248559','2020-08-24 08:59:51',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(177,'4000','61598248559','2020-08-24 08:59:51',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(178,'4000','61598248559','2020-08-24 08:59:51',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(179,'4000','61598248559','2020-08-24 08:59:51',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(180,'4000','61598248559','2020-08-24 08:59:51',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(181,'4000','61598248559','2020-08-24 08:59:51',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(182,'1110','61598248559','2020-08-24 08:59:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(183,'1110','61598248559','2020-08-24 08:59:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(184,'1110','61598248559','2020-08-24 08:59:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(185,'1110','61598248559','2020-08-24 08:59:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(186,'1110','61598248559','2020-08-24 08:59:51',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(187,'1110','61598248559','2020-08-24 08:59:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(188,'5500','61598248559','2020-08-24 08:59:51',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(189,'1000','61598248825','2020-08-24 09:03:16',610.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(190,'4000','61598248825','2020-08-24 09:03:16',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(191,'4000','61598248825','2020-08-24 09:03:16',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(192,'4000','61598248825','2020-08-24 09:03:16',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(193,'4000','61598248825','2020-08-24 09:03:16',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(194,'4000','61598248825','2020-08-24 09:03:16',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(195,'4000','61598248825','2020-08-24 09:03:16',NULL,100.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(196,'4000','61598248825','2020-08-24 09:03:16',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(197,'1110','61598248825','2020-08-24 09:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(198,'1110','61598248825','2020-08-24 09:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(199,'1110','61598248825','2020-08-24 09:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(200,'1110','61598248825','2020-08-24 09:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(201,'1110','61598248825','2020-08-24 09:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(202,'1110','61598248825','2020-08-24 09:03:16',NULL,4.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(203,'1110','61598248825','2020-08-24 09:03:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(204,'5500','61598248825','2020-08-24 09:03:16',4.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(205,'1000','61598249036','2020-08-24 09:16:30',1590.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(206,'4000','61598249036','2020-08-24 09:16:30',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(207,'4000','61598249036','2020-08-24 09:16:30',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(208,'4000','61598249036','2020-08-24 09:16:30',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(209,'4000','61598249036','2020-08-24 09:16:30',NULL,420.00,'','6','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(210,'4000','61598249036','2020-08-24 09:16:30',NULL,50.00,'','6','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(211,'4000','61598249036','2020-08-24 09:16:30',NULL,50.00,'','6','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(212,'4000','61598249036','2020-08-24 09:16:30',NULL,400.00,'','6','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(213,'4000','61598249036','2020-08-24 09:16:30',NULL,200.00,'','6','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(214,'4000','61598249036','2020-08-24 09:16:30',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(215,'1000','71598250204','2020-08-24 09:24:54',1900.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(216,'4000','71598250204','2020-08-24 09:24:54',NULL,1900.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(217,'1000','71598250456','2020-08-24 09:30:39',2500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(218,'4000','71598250456','2020-08-24 09:30:39',NULL,2500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(219,'1000','41598251051','2020-08-24 09:40:27',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(220,'4000','41598251051','2020-08-24 09:40:27',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(221,'4000','41598251051','2020-08-24 09:40:27',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(222,'4000','41598251051','2020-08-24 09:40:27',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(223,'4000','41598251051','2020-08-24 09:40:27',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(224,'1000','41598256304','2020-08-24 11:05:47',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(225,'4000','41598256304','2020-08-24 11:05:47',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(226,'1000','41598256354','2020-08-24 11:10:30',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(227,'4000','41598256354','2020-08-24 11:10:30',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(228,'1000','41598256635','2020-08-24 11:32:02',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(229,'4000','41598256635','2020-08-24 11:32:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(230,'4000','41598256635','2020-08-24 11:32:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(231,'4000','41598256635','2020-08-24 11:32:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(232,'4000','41598256635','2020-08-24 11:32:02',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(233,'4000','41598256635','2020-08-24 11:32:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(234,'4000','41598256635','2020-08-24 11:32:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(235,'1110','41598256635','2020-08-24 11:32:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(236,'1110','41598256635','2020-08-24 11:32:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(237,'1110','41598256635','2020-08-24 11:32:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(238,'1110','41598256635','2020-08-24 11:32:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(239,'1110','41598256635','2020-08-24 11:32:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(240,'1110','41598256635','2020-08-24 11:32:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(241,'5500','41598256635','2020-08-24 11:32:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(242,'1000','TRANS-81598259295','2020-08-19 15:22:43',NULL,5000.00,'-5000','8','1','Transfer','','','','','','No',NULL,NULL,''),(243,'1035','TRANS-81598259295','2020-08-19 15:22:43',5000.00,NULL,'5000','8','1','Transfer','','','','','','No',NULL,NULL,''),(244,'1000','TRANS-81598259382','2020-08-20 15:30:36',NULL,34000.00,'-39000','8','1','Transfer','','','','','','No',NULL,NULL,''),(245,'1035','TRANS-81598259382','2020-08-20 15:30:36',34000.00,NULL,'39000','8','1','Transfer','','','','','','No',NULL,NULL,''),(246,'1000','TRANS-81598259512','2020-08-22 11:56:23',NULL,14600.00,'-53600','8','1','Transfer','','','','','','No',NULL,NULL,''),(247,'1035','TRANS-81598259512','2020-08-22 11:56:23',14600.00,NULL,'53600','8','1','Transfer','','','','','','No',NULL,NULL,''),(248,'1000','TRANS-81598259538','2020-08-24 11:58:33',NULL,13000.00,'-66600','8','1','Transfer','','','','','','No',NULL,NULL,''),(249,'1035','TRANS-81598259538','2020-08-24 11:58:33',13000.00,NULL,'66600','8','1','Transfer','','','','','','No',NULL,NULL,''),(250,'1000','41598263237','2020-08-24 13:03:19',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(251,'4000','41598263237','2020-08-24 13:03:19',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(252,'4000','41598263237','2020-08-24 13:03:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(253,'4000','41598263237','2020-08-24 13:03:19',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(254,'4000','41598263237','2020-08-24 13:03:19',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(255,'4000','41598263237','2020-08-24 13:03:19',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(256,'1110','41598263237','2020-08-24 13:03:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(257,'1110','41598263237','2020-08-24 13:03:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(258,'1110','41598263237','2020-08-24 13:03:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(259,'1110','41598263237','2020-08-24 13:03:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(260,'1110','41598263237','2020-08-24 13:03:19',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(261,'5500','41598263237','2020-08-24 13:03:19',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(262,'1000','41598263408','2020-08-24 13:28:27',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(263,'4000','41598263408','2020-08-24 13:28:27',NULL,300.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(264,'1000','41598264929','2020-08-24 13:32:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(265,'4000','41598264929','2020-08-24 13:32:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(266,'4000','41598264929','2020-08-24 13:32:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(267,'4000','41598264929','2020-08-24 13:32:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(268,'4000','41598264929','2020-08-24 13:32:56',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(269,'4000','41598264929','2020-08-24 13:32:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(270,'4000','41598264929','2020-08-24 13:32:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(271,'1110','41598264929','2020-08-24 13:32:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(272,'1110','41598264929','2020-08-24 13:32:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(273,'1110','41598264929','2020-08-24 13:32:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(274,'1110','41598264929','2020-08-24 13:32:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(275,'1110','41598264929','2020-08-24 13:32:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(276,'1110','41598264929','2020-08-24 13:32:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(277,'5500','41598264929','2020-08-24 13:32:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(278,'1000','41598266603','2020-08-24 13:58:40',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(279,'4000','41598266603','2020-08-24 13:58:40',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(280,'4000','41598266603','2020-08-24 13:58:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(281,'4000','41598266603','2020-08-24 13:58:40',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(282,'4000','41598266603','2020-08-24 13:58:40',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(283,'4000','41598266603','2020-08-24 13:58:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(284,'1110','41598266603','2020-08-24 13:58:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(285,'1110','41598266603','2020-08-24 13:58:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(286,'1110','41598266603','2020-08-24 13:58:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(287,'1110','41598266603','2020-08-24 13:58:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(288,'1110','41598266603','2020-08-24 13:58:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(289,'5500','41598266603','2020-08-24 13:58:40',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(290,'1000','41598266729','2020-08-24 14:23:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(291,'4000','41598266729','2020-08-24 14:23:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(292,'4000','41598266729','2020-08-24 14:23:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(293,'4000','41598266729','2020-08-24 14:23:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(294,'4000','41598266729','2020-08-24 14:23:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(295,'4000','41598266729','2020-08-24 14:23:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(296,'4000','41598266729','2020-08-24 14:23:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(297,'1110','41598266729','2020-08-24 14:23:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(298,'1110','41598266729','2020-08-24 14:23:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(299,'1110','41598266729','2020-08-24 14:23:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(300,'1110','41598266729','2020-08-24 14:23:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(301,'1110','41598266729','2020-08-24 14:23:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(302,'1110','41598266729','2020-08-24 14:23:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(303,'5500','41598266729','2020-08-24 14:23:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(304,'1000','41598268382','2020-08-24 14:30:28',170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(305,'4000','41598268382','2020-08-24 14:30:28',NULL,100.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(306,'4000','41598268382','2020-08-24 14:30:28',NULL,70.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(307,'1000','41598268641','2020-08-24 15:17:36',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(308,'4000','41598268641','2020-08-24 15:17:36',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(309,'4000','41598268641','2020-08-24 15:17:36',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(310,'4000','41598268641','2020-08-24 15:17:36',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(311,'4000','41598268641','2020-08-24 15:17:36',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(312,'4000','41598268641','2020-08-24 15:17:36',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(313,'4000','41598268641','2020-08-24 15:17:36',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(314,'1110','41598268641','2020-08-24 15:17:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(315,'1110','41598268641','2020-08-24 15:17:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(316,'1110','41598268641','2020-08-24 15:17:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(317,'1110','41598268641','2020-08-24 15:17:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(318,'1110','41598268641','2020-08-24 15:17:36',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(319,'1110','41598268641','2020-08-24 15:17:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(320,'5500','41598268641','2020-08-24 15:17:36',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(321,'1000','41598271465','2020-08-24 16:04:59',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(322,'4000','41598271465','2020-08-24 16:04:59',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(323,'1000','61176500222','2020-08-25 08:54:07',820.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(324,'4000','61176500222','2020-08-25 08:54:07',NULL,340.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(325,'4000','61176500222','2020-08-25 08:54:07',NULL,260.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(326,'4000','61176500222','2020-08-25 08:54:07',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(327,'4000','61176500222','2020-08-25 08:54:07',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(328,'1000','61598334864','2020-08-25 09:45:41',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(329,'4000','61598334864','2020-08-25 09:45:41',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(330,'4000','61598334864','2020-08-25 09:45:41',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(331,'4000','61598334864','2020-08-25 09:45:41',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(332,'4000','61598334864','2020-08-25 09:45:41',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(333,'4000','61598334864','2020-08-25 09:45:41',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(334,'1110','61598334864','2020-08-25 09:45:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(335,'1110','61598334864','2020-08-25 09:45:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(336,'1110','61598334864','2020-08-25 09:45:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(337,'1110','61598334864','2020-08-25 09:45:41',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(338,'1110','61598334864','2020-08-25 09:45:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(339,'5500','61598334864','2020-08-25 09:45:41',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(340,'1000','61598340219','2020-08-25 10:25:29',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(341,'4000','61598340219','2020-08-25 10:25:29',NULL,700.00,'','6','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(342,'1000','61598340341','2020-08-25 11:13:42',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(343,'4000','61598340341','2020-08-25 11:13:42',NULL,510.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(344,'4000','61598340341','2020-08-25 11:13:42',NULL,210.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(345,'4000','61598340341','2020-08-25 11:13:42',NULL,60.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(346,'4000','61598340341','2020-08-25 11:13:42',NULL,90.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(347,'4000','61598340341','2020-08-25 11:13:42',NULL,150.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(348,'4000','61598340341','2020-08-25 11:13:42',NULL,30.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(349,'1110','61598340341','2020-08-25 11:13:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(350,'1110','61598340341','2020-08-25 11:13:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(351,'1110','61598340341','2020-08-25 11:13:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(352,'1110','61598340341','2020-08-25 11:13:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(353,'1110','61598340341','2020-08-25 11:13:42',NULL,6.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(354,'1110','61598340341','2020-08-25 11:13:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(355,'5500','61598340341','2020-08-25 11:13:42',6.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(356,'1000','61598343375','2020-08-25 11:27:39',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(357,'4000','61598343375','2020-08-25 11:27:39',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(358,'4000','61598343375','2020-08-25 11:27:39',NULL,160.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(359,'4000','61598343375','2020-08-25 11:27:39',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(360,'4000','61598343375','2020-08-25 11:27:39',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(361,'4000','61598343375','2020-08-25 11:27:39',NULL,130.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(362,'4000','61598343375','2020-08-25 11:27:39',NULL,130.00,'','6','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(363,'4000','61598343375','2020-08-25 11:27:39',NULL,60.00,'','6','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(364,'4000','61598343375','2020-08-25 11:27:39',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(365,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(366,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(367,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(368,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(369,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(370,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(371,'1110','61598343375','2020-08-25 11:27:39',NULL,0.00,'','6','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(372,'1110','61598343375','2020-08-25 11:27:39',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(373,'5500','61598343375','2020-08-25 11:27:39',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(374,'1000','61598344076','2020-08-25 11:28:29',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(375,'4000','61598344076','2020-08-25 11:28:29',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(376,'1110','61598344076','2020-08-25 11:28:29',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(377,'5500','61598344076','2020-08-25 11:28:29',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(378,'1000','61598344145','2020-08-25 11:37:13',3040.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(379,'4000','61598344145','2020-08-25 11:37:13',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(380,'4000','61598344145','2020-08-25 11:37:13',NULL,550.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(381,'4000','61598344145','2020-08-25 11:37:13',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(382,'4000','61598344145','2020-08-25 11:37:13',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(383,'4000','61598344145','2020-08-25 11:37:13',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(384,'4000','61598344145','2020-08-25 11:37:13',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(385,'4000','61598344145','2020-08-25 11:37:13',NULL,200.00,'','6','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(386,'4000','61598344145','2020-08-25 11:37:13',NULL,250.00,'','6','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(387,'4000','61598344145','2020-08-25 11:37:13',NULL,360.00,'','6','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(388,'4000','61598344145','2020-08-25 11:37:13',NULL,80.00,'','6','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(389,'4000','61598344145','2020-08-25 11:37:13',NULL,800.00,'','6','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(390,'4000','61598344145','2020-08-25 11:37:13',NULL,200.00,'','6','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(391,'1000','61598344848','2020-08-25 12:11:45',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(392,'4000','61598344848','2020-08-25 12:11:45',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(393,'1110','61598344848','2020-08-25 12:11:45',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(394,'5500','61598344848','2020-08-25 12:11:45',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(395,'1000','61598346713','2020-08-25 12:36:52',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(396,'4000','61598346713','2020-08-25 12:36:52',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(397,'1000','61598348218','2020-08-25 13:21:08',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(398,'4000','61598348218','2020-08-25 13:21:08',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(399,'4000','61598348218','2020-08-25 13:21:08',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(400,'4000','61598348218','2020-08-25 13:21:08',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(401,'4000','61598348218','2020-08-25 13:21:08',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(402,'4000','61598348218','2020-08-25 13:21:08',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(403,'4000','61598348218','2020-08-25 13:21:08',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(404,'4000','61598348218','2020-08-25 13:21:08',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(405,'4000','61598348218','2020-08-25 13:21:08',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(406,'1110','61598348218','2020-08-25 13:21:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(407,'1110','61598348218','2020-08-25 13:21:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(408,'1110','61598348218','2020-08-25 13:21:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(409,'1110','61598348218','2020-08-25 13:21:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(410,'1110','61598348218','2020-08-25 13:21:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(411,'1110','61598348218','2020-08-25 13:21:08',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(412,'1110','61598348218','2020-08-25 13:21:08',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(413,'1110','61598348218','2020-08-25 13:21:08',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(414,'5500','61598348218','2020-08-25 13:21:08',7.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(415,'1000','61598350874','2020-08-25 13:53:35',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(416,'4000','61598350874','2020-08-25 13:53:35',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(417,'4000','61598350874','2020-08-25 13:53:35',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(418,'4000','61598350874','2020-08-25 13:53:35',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(419,'4000','61598350874','2020-08-25 13:53:35',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(420,'4000','61598350874','2020-08-25 13:53:35',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(421,'4000','61598350874','2020-08-25 13:53:35',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(422,'1110','61598350874','2020-08-25 13:53:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(423,'1110','61598350874','2020-08-25 13:53:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(424,'1110','61598350874','2020-08-25 13:53:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(425,'1110','61598350874','2020-08-25 13:53:35',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(426,'1110','61598350874','2020-08-25 13:53:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(427,'1110','61598350874','2020-08-25 13:53:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(428,'5500','61598350874','2020-08-25 13:53:35',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(429,'1000','61598355744','2020-08-25 14:45:58',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(430,'4000','61598355744','2020-08-25 14:45:58',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(431,'4000','61598355744','2020-08-25 14:45:58',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(432,'4000','61598355744','2020-08-25 14:45:58',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(433,'4000','61598355744','2020-08-25 14:45:58',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(434,'4000','61598355744','2020-08-25 14:45:58',NULL,60.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(435,'4000','61598355744','2020-08-25 14:45:58',NULL,100.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(436,'1110','61598355744','2020-08-25 14:45:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(437,'1110','61598355744','2020-08-25 14:45:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(438,'1110','61598355744','2020-08-25 14:45:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(439,'1110','61598355744','2020-08-25 14:45:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(440,'1110','61598355744','2020-08-25 14:45:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(441,'1110','61598355744','2020-08-25 14:45:58',NULL,10.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(442,'5500','61598355744','2020-08-25 14:45:58',10.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(443,'1000','61598355972','2020-08-25 14:46:59',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(444,'4000','61598355972','2020-08-25 14:46:59',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(445,'4000','61598355972','2020-08-25 14:46:59',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(446,'4000','61598355972','2020-08-25 14:46:59',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(447,'1000','61598356031','2020-08-25 14:49:10',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(448,'4000','61598356031','2020-08-25 14:49:10',NULL,160.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(449,'4000','61598356031','2020-08-25 14:49:10',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(450,'4000','61598356031','2020-08-25 14:49:10',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(451,'4000','61598356031','2020-08-25 14:49:10',NULL,50.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(452,'4000','61598356031','2020-08-25 14:49:10',NULL,50.00,'','6','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(453,'4000','61598356031','2020-08-25 14:49:10',NULL,50.00,'','6','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(454,'4000','61598356031','2020-08-25 14:49:10',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(455,'4000','61598356031','2020-08-25 14:49:10',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(456,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(457,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(458,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(459,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(460,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(461,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(462,'1110','61598356031','2020-08-25 14:49:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(463,'1110','61598356031','2020-08-25 14:49:10',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(464,'5500','61598356031','2020-08-25 14:49:10',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(465,'1000','61598356815','2020-08-25 15:09:26',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(466,'4000','61598356815','2020-08-25 15:09:26',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(467,'4000','61598356815','2020-08-25 15:09:26',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(468,'4000','61598356815','2020-08-25 15:09:26',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(469,'1000','61598357556','2020-08-25 15:47:28',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(470,'4000','61598357556','2020-08-25 15:47:28',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(471,'4000','61598357556','2020-08-25 15:47:28',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(472,'4000','61598357556','2020-08-25 15:47:28',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(473,'4000','61598357556','2020-08-25 15:47:28',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(474,'4000','61598357556','2020-08-25 15:47:28',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(475,'4000','61598357556','2020-08-25 15:47:28',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(476,'1110','61598357556','2020-08-25 15:47:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(477,'1110','61598357556','2020-08-25 15:47:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(478,'1110','61598357556','2020-08-25 15:47:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(479,'1110','61598357556','2020-08-25 15:47:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(480,'1110','61598357556','2020-08-25 15:47:28',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(481,'1110','61598357556','2020-08-25 15:47:28',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(482,'5500','61598357556','2020-08-25 15:47:28',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(483,'1000','61598420445','2020-08-26 08:56:07',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(484,'4000','61598420445','2020-08-26 08:56:07',NULL,500.00,'','6','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(485,'1000','61598421402','2020-08-26 08:56:54',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(486,'4000','61598421402','2020-08-26 08:56:54',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(487,'1110','61598421402','2020-08-26 08:56:54',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(488,'5500','61598421402','2020-08-26 08:56:54',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(489,'1000','61598421420','2020-08-26 10:41:26',1400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(490,'4000','61598421420','2020-08-26 10:41:26',NULL,1000.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(491,'4000','61598421420','2020-08-26 10:41:26',NULL,400.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(492,'1000','61598427704','2020-08-26 10:52:35',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(493,'4000','61598427704','2020-08-26 10:52:35',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(494,'4000','61598427704','2020-08-26 10:52:35',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(495,'4000','61598427704','2020-08-26 10:52:35',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(496,'4000','61598427704','2020-08-26 10:52:35',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(497,'4000','61598427704','2020-08-26 10:52:35',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(498,'4000','61598427704','2020-08-26 10:52:35',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(499,'1110','61598427704','2020-08-26 10:52:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(500,'1110','61598427704','2020-08-26 10:52:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(501,'1110','61598427704','2020-08-26 10:52:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(502,'1110','61598427704','2020-08-26 10:52:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(503,'1110','61598427704','2020-08-26 10:52:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(504,'1110','61598427704','2020-08-26 10:52:35',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(505,'5500','61598427704','2020-08-26 10:52:35',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(506,'1000','61598428363','2020-08-26 10:59:50',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(507,'4000','61598428363','2020-08-26 10:59:50',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(508,'4000','61598428363','2020-08-26 10:59:50',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(509,'4000','61598428363','2020-08-26 10:59:50',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(510,'4000','61598428363','2020-08-26 10:59:50',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(511,'4000','61598428363','2020-08-26 10:59:50',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(512,'4000','61598428363','2020-08-26 10:59:50',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(513,'1110','61598428363','2020-08-26 10:59:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(514,'1110','61598428363','2020-08-26 10:59:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(515,'1110','61598428363','2020-08-26 10:59:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(516,'1110','61598428363','2020-08-26 10:59:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(517,'1110','61598428363','2020-08-26 10:59:50',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(518,'1110','61598428363','2020-08-26 10:59:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(519,'5500','61598428363','2020-08-26 10:59:50',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(520,'1000','61598428795','2020-08-26 11:05:22',1380.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(521,'4000','61598428795','2020-08-26 11:05:22',NULL,500.00,'','6','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(522,'4000','61598428795','2020-08-26 11:05:22',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(523,'4000','61598428795','2020-08-26 11:05:22',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(524,'4000','61598428795','2020-08-26 11:05:22',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(525,'4000','61598428795','2020-08-26 11:05:22',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(526,'4000','61598428795','2020-08-26 11:05:22',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(527,'4000','61598428795','2020-08-26 11:05:22',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(528,'4000','61598428795','2020-08-26 11:05:22',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(529,'4000','61598428795','2020-08-26 11:05:22',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(530,'4000','61598428795','2020-08-26 11:05:22',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(531,'4000','61598428795','2020-08-26 11:05:22',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(532,'4000','61598428795','2020-08-26 11:05:22',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(533,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(534,'1110','61598428795','2020-08-26 11:05:22',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(535,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(536,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(537,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(538,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(539,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(540,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(541,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(542,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(543,'1110','61598428795','2020-08-26 11:05:22',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(544,'1110','61598428795','2020-08-26 11:05:22',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(545,'5500','61598428795','2020-08-26 11:05:22',7.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(546,'1000','61598429182','2020-08-26 11:16:13',990.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(547,'4000','61598429182','2020-08-26 11:16:13',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(548,'4000','61598429182','2020-08-26 11:16:13',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(549,'4000','61598429182','2020-08-26 11:16:13',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(550,'4000','61598429182','2020-08-26 11:16:13',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(551,'4000','61598429182','2020-08-26 11:16:13',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(552,'4000','61598429182','2020-08-26 11:16:13',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(553,'4000','61598429182','2020-08-26 11:16:13',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(554,'4000','61598429182','2020-08-26 11:16:13',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(555,'4000','61598429182','2020-08-26 11:16:13',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(556,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(557,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(558,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(559,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(560,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(561,'1110','61598429182','2020-08-26 11:16:13',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(562,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(563,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(564,'1110','61598429182','2020-08-26 11:16:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(565,'5500','61598429182','2020-08-26 11:16:13',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(566,'1000','61598429844','2020-08-26 11:20:51',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(567,'4000','61598429844','2020-08-26 11:20:51',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(568,'4000','61598429844','2020-08-26 11:20:51',NULL,60.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(569,'4000','61598429844','2020-08-26 11:20:51',NULL,100.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(570,'4000','61598429844','2020-08-26 11:20:51',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(571,'4000','61598429844','2020-08-26 11:20:51',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(572,'4000','61598429844','2020-08-26 11:20:51',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(573,'1110','61598429844','2020-08-26 11:20:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(574,'1110','61598429844','2020-08-26 11:20:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(575,'1110','61598429844','2020-08-26 11:20:51',NULL,4.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(576,'1110','61598429844','2020-08-26 11:20:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(577,'1110','61598429844','2020-08-26 11:20:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(578,'1110','61598429844','2020-08-26 11:20:51',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(579,'5500','61598429844','2020-08-26 11:20:51',4.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(580,'1000','61598438109','2020-08-26 13:37:37',1620.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(581,'4000','61598438109','2020-08-26 13:37:37',NULL,960.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(582,'4000','61598438109','2020-08-26 13:37:37',NULL,330.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(583,'4000','61598438109','2020-08-26 13:37:37',NULL,90.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(584,'4000','61598438109','2020-08-26 13:37:37',NULL,100.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(585,'4000','61598438109','2020-08-26 13:37:37',NULL,30.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(586,'4000','61598438109','2020-08-26 13:37:37',NULL,60.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(587,'4000','61598438109','2020-08-26 13:37:37',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(588,'1110','61598438109','2020-08-26 13:37:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(589,'1110','61598438109','2020-08-26 13:37:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(590,'1110','61598438109','2020-08-26 13:37:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(591,'1110','61598438109','2020-08-26 13:37:37',NULL,10.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(592,'1110','61598438109','2020-08-26 13:37:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(593,'1110','61598438109','2020-08-26 13:37:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(594,'1110','61598438109','2020-08-26 13:37:37',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(595,'5500','61598438109','2020-08-26 13:37:37',12.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(596,'1000','61598438416','2020-08-26 13:42:34',740.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(597,'4000','61598438416','2020-08-26 13:42:34',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(598,'4000','61598438416','2020-08-26 13:42:34',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(599,'4000','61598438416','2020-08-26 13:42:34',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(600,'4000','61598438416','2020-08-26 13:42:34',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(601,'4000','61598438416','2020-08-26 13:42:34',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(602,'4000','61598438416','2020-08-26 13:42:34',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(603,'4000','61598438416','2020-08-26 13:42:34',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(604,'1110','61598438416','2020-08-26 13:42:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(605,'1110','61598438416','2020-08-26 13:42:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(606,'1110','61598438416','2020-08-26 13:42:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(607,'1110','61598438416','2020-08-26 13:42:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(608,'1110','61598438416','2020-08-26 13:42:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(609,'1110','61598438416','2020-08-26 13:42:34',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(610,'1110','61598438416','2020-08-26 13:42:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(611,'5500','61598438416','2020-08-26 13:42:34',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(612,'1000','61598438653','2020-08-26 14:52:32',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(613,'4000','61598438653','2020-08-26 14:52:32',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(614,'4000','61598438653','2020-08-26 14:52:32',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(615,'4000','61598438653','2020-08-26 14:52:32',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(616,'4000','61598438653','2020-08-26 14:52:32',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(617,'4000','61598438653','2020-08-26 14:52:32',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(618,'4000','61598438653','2020-08-26 14:52:32',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(619,'1110','61598438653','2020-08-26 14:52:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(620,'1110','61598438653','2020-08-26 14:52:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(621,'1110','61598438653','2020-08-26 14:52:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(622,'1110','61598438653','2020-08-26 14:52:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(623,'1110','61598438653','2020-08-26 14:52:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(624,'1110','61598438653','2020-08-26 14:52:32',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(625,'5500','61598438653','2020-08-26 14:52:32',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(626,'1000','61598442759','2020-08-26 14:55:42',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(627,'4000','61598442759','2020-08-26 14:55:42',NULL,350.00,'','6','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(628,'1000','TRANS-81598446381','2020-08-26 15:52:46',NULL,6000.00,'-72600','8','1','Transfer','','','','','','No',NULL,NULL,''),(629,'1035','TRANS-81598446381','2020-08-26 15:52:46',6000.00,0.00,'','8','1','Transfer','','','','','','No',NULL,NULL,''),(630,'1000','TRANS-81598446961','2020-08-26 15:53:02',NULL,8000.00,'-80600','8','1','Transfer','','','','','','No',NULL,NULL,''),(631,'1035','TRANS-81598446961','2020-08-26 15:53:02',8000.00,NULL,'80600','8','1','Transfer','','','','','','No',NULL,NULL,''),(632,'1000','61598442957','2020-08-26 16:17:46',300.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(633,'4000','61598442957','2020-08-26 16:17:46',NULL,300.00,'','6','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(634,'1000','61598449746','2020-08-26 16:49:43',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(635,'4000','61598449746','2020-08-26 16:49:43',NULL,30.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(636,'1000','71598510156','2020-08-27 10:48:01',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(637,'4000','71598510156','2020-08-27 10:48:01',NULL,60.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(638,'4000','71598510156','2020-08-27 10:48:01',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(639,'4000','71598510156','2020-08-27 10:48:01',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(640,'4000','71598510156','2020-08-27 10:48:01',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(641,'4000','71598510156','2020-08-27 10:48:01',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(642,'4000','71598510156','2020-08-27 10:48:01',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(643,'1110','71598510156','2020-08-27 10:48:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(644,'1110','71598510156','2020-08-27 10:48:01',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(645,'1110','71598510156','2020-08-27 10:48:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(646,'1110','71598510156','2020-08-27 10:48:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(647,'1110','71598510156','2020-08-27 10:48:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(648,'1110','71598510156','2020-08-27 10:48:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(649,'5500','71598510156','2020-08-27 10:48:01',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(650,'1000','71598514487','2020-08-27 11:20:26',1950.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(651,'4000','71598514487','2020-08-27 11:20:26',NULL,1000.00,'','7','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(652,'4000','71598514487','2020-08-27 11:20:26',NULL,950.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(653,'1000','71598516455','2020-08-27 11:58:33',980.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(654,'4000','71598516455','2020-08-27 11:58:33',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(655,'4000','71598516455','2020-08-27 11:58:33',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(656,'4000','71598516455','2020-08-27 11:58:33',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(657,'4000','71598516455','2020-08-27 11:58:33',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(658,'4000','71598516455','2020-08-27 11:58:33',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(659,'1000','71598518731','2020-08-27 12:18:42',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(660,'4000','71598518731','2020-08-27 12:18:42',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(661,'1110','71598518731','2020-08-27 12:18:42',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(662,'5500','71598518731','2020-08-27 12:18:42',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(663,'1000','71598519967','2020-08-27 12:48:34',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(664,'4000','71598519967','2020-08-27 12:48:34',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(665,'4000','71598519967','2020-08-27 12:48:34',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(666,'4000','71598519967','2020-08-27 12:48:34',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(667,'4000','71598519967','2020-08-27 12:48:34',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(668,'4000','71598519967','2020-08-27 12:48:34',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(669,'4000','71598519967','2020-08-27 12:48:34',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(670,'1110','71598519967','2020-08-27 12:48:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(671,'1110','71598519967','2020-08-27 12:48:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(672,'1110','71598519967','2020-08-27 12:48:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(673,'1110','71598519967','2020-08-27 12:48:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(674,'1110','71598519967','2020-08-27 12:48:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(675,'1110','71598519967','2020-08-27 12:48:34',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(676,'5500','71598519967','2020-08-27 12:48:34',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(677,'1000','71598521721','2020-08-27 13:15:15',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(678,'4000','71598521721','2020-08-27 13:15:15',NULL,350.00,'','7','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(679,'1000','71598523324','2020-08-27 13:19:44',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(680,'4000','71598523324','2020-08-27 13:19:44',NULL,200.00,'','7','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(681,'1000','71598528288','2020-08-27 14:39:21',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(682,'4000','71598528288','2020-08-27 14:39:21',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(683,'4000','71598528288','2020-08-27 14:39:21',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(684,'4000','71598528288','2020-08-27 14:39:21',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(685,'4000','71598528288','2020-08-27 14:39:21',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(686,'4000','71598528288','2020-08-27 14:39:21',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(687,'4000','71598528288','2020-08-27 14:39:21',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(688,'1110','71598528288','2020-08-27 14:39:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(689,'1110','71598528288','2020-08-27 14:39:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(690,'1110','71598528288','2020-08-27 14:39:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(691,'1110','71598528288','2020-08-27 14:39:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(692,'1110','71598528288','2020-08-27 14:39:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(693,'1110','71598528288','2020-08-27 14:39:21',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(694,'5500','71598528288','2020-08-27 14:39:21',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(695,'1000','71598528375','2020-08-27 14:40:36',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(696,'4000','71598528375','2020-08-27 14:40:36',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(697,'4000','71598528375','2020-08-27 14:40:36',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(698,'4000','71598528375','2020-08-27 14:40:36',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(699,'4000','71598528375','2020-08-27 14:40:36',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(700,'4000','71598528375','2020-08-27 14:40:36',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(701,'4000','71598528375','2020-08-27 14:40:36',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(702,'1110','71598528375','2020-08-27 14:40:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(703,'1110','71598528375','2020-08-27 14:40:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(704,'1110','71598528375','2020-08-27 14:40:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(705,'1110','71598528375','2020-08-27 14:40:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(706,'1110','71598528375','2020-08-27 14:40:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(707,'1110','71598528375','2020-08-27 14:40:36',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(708,'5500','71598528375','2020-08-27 14:40:36',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(709,'1000','71598528442','2020-08-27 15:16:18',700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(710,'4000','71598528442','2020-08-27 15:16:18',NULL,340.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(711,'4000','71598528442','2020-08-27 15:16:18',NULL,40.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(712,'4000','71598528442','2020-08-27 15:16:18',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(713,'4000','71598528442','2020-08-27 15:16:18',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(714,'4000','71598528442','2020-08-27 15:16:18',NULL,140.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(715,'4000','71598528442','2020-08-27 15:16:18',NULL,60.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(716,'1110','71598528442','2020-08-27 15:16:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(717,'1110','71598528442','2020-08-27 15:16:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(718,'1110','71598528442','2020-08-27 15:16:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(719,'1110','71598528442','2020-08-27 15:16:18',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(720,'1110','71598528442','2020-08-27 15:16:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(721,'1110','71598528442','2020-08-27 15:16:18',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(722,'5500','71598528442','2020-08-27 15:16:18',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(723,'1000','71598530591','2020-08-27 16:21:50',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(724,'4000','71598530591','2020-08-27 16:21:50',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(725,'4000','71598530591','2020-08-27 16:21:50',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(726,'4000','71598530591','2020-08-27 16:21:50',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(727,'4000','71598530591','2020-08-27 16:21:50',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(728,'4000','71598530591','2020-08-27 16:21:50',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(729,'4000','71598530591','2020-08-27 16:21:50',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(730,'1110','71598530591','2020-08-27 16:21:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(731,'1110','71598530591','2020-08-27 16:21:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(732,'1110','71598530591','2020-08-27 16:21:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(733,'1110','71598530591','2020-08-27 16:21:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(734,'1110','71598530591','2020-08-27 16:21:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(735,'1110','71598530591','2020-08-27 16:21:50',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(736,'5500','71598530591','2020-08-27 16:21:50',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(737,'1000','41176499950','2007-04-14 00:33:38',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(738,'4000','41176499950','2007-04-14 00:33:38',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(739,'4000','41176499950','2007-04-14 00:33:38',NULL,200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(740,'4000','41176499950','2007-04-14 00:33:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(741,'1000','41176500042','2007-04-14 01:56:31',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(742,'4000','41176500042','2007-04-14 01:56:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(743,'4000','41176500042','2007-04-14 01:56:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(744,'4000','41176500042','2007-04-14 01:56:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(745,'4000','41176500042','2007-04-14 01:56:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(746,'4000','41176500042','2007-04-14 01:56:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(747,'1000','41176504997','2020-08-28 11:51:08',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(748,'4000','41176504997','2020-08-28 11:51:08',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(749,'4000','41176504997','2020-08-28 11:51:08',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(750,'4000','41176504997','2020-08-28 11:51:08',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(751,'1000','41598604688','2020-08-28 11:51:57',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(752,'4000','41598604688','2020-08-28 11:51:57',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(753,'4000','41598604688','2020-08-28 11:51:57',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(754,'4000','41598604688','2020-08-28 11:51:57',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(755,'1000','41598604721','2020-08-28 13:20:45',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(756,'4000','41598604721','2020-08-28 13:20:45',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(757,'4000','41598604721','2020-08-28 13:20:45',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(758,'4000','41598604721','2020-08-28 13:20:45',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(759,'4000','41598604721','2020-08-28 13:20:45',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(760,'4000','41598604721','2020-08-28 13:20:45',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(761,'4000','41598604721','2020-08-28 13:20:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(762,'1110','41598604721','2020-08-28 13:20:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(763,'1110','41598604721','2020-08-28 13:20:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(764,'1110','41598604721','2020-08-28 13:20:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(765,'1110','41598604721','2020-08-28 13:20:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(766,'1110','41598604721','2020-08-28 13:20:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(767,'1110','41598604721','2020-08-28 13:20:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(768,'5500','41598604721','2020-08-28 13:20:45',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(769,'1000','41598610053','2020-08-28 13:31:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(770,'4000','41598610053','2020-08-28 13:31:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(771,'4000','41598610053','2020-08-28 13:31:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(772,'4000','41598610053','2020-08-28 13:31:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(773,'4000','41598610053','2020-08-28 13:31:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(774,'4000','41598610053','2020-08-28 13:31:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(775,'4000','41598610053','2020-08-28 13:31:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(776,'1110','41598610053','2020-08-28 13:31:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(777,'1110','41598610053','2020-08-28 13:31:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(778,'1110','41598610053','2020-08-28 13:31:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(779,'1110','41598610053','2020-08-28 13:31:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(780,'1110','41598610053','2020-08-28 13:31:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(781,'1110','41598610053','2020-08-28 13:31:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(782,'5500','41598610053','2020-08-28 13:31:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(783,'1000','41598610720','2020-08-28 13:33:33',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(784,'4000','41598610720','2020-08-28 13:33:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(785,'4000','41598610720','2020-08-28 13:33:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(786,'4000','41598610720','2020-08-28 13:33:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(787,'4000','41598610720','2020-08-28 13:33:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(788,'4000','41598610720','2020-08-28 13:33:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(789,'4000','41598610720','2020-08-28 13:33:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(790,'1110','41598610720','2020-08-28 13:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(791,'1110','41598610720','2020-08-28 13:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(792,'1110','41598610720','2020-08-28 13:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(793,'1110','41598610720','2020-08-28 13:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(794,'1110','41598610720','2020-08-28 13:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(795,'1110','41598610720','2020-08-28 13:33:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(796,'5500','41598610720','2020-08-28 13:33:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(797,'1000','41598610823','2020-08-28 13:38:35',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(798,'4000','41598610823','2020-08-28 13:38:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(799,'4000','41598610823','2020-08-28 13:38:35',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(800,'4000','41598610823','2020-08-28 13:38:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(801,'4000','41598610823','2020-08-28 13:38:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(802,'4000','41598610823','2020-08-28 13:38:35',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(803,'4000','41598610823','2020-08-28 13:38:35',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(804,'1110','41598610823','2020-08-28 13:38:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(805,'1110','41598610823','2020-08-28 13:38:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(806,'1110','41598610823','2020-08-28 13:38:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(807,'1110','41598610823','2020-08-28 13:38:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(808,'1110','41598610823','2020-08-28 13:38:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(809,'1110','41598610823','2020-08-28 13:38:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(810,'5500','41598610823','2020-08-28 13:38:35',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(811,'1000','41598613616','2020-08-28 14:23:24',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(812,'4000','41598613616','2020-08-28 14:23:24',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(813,'4000','41598613616','2020-08-28 14:23:24',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(814,'1000','41598613979','2020-08-28 14:29:33',1160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(815,'4000','41598613979','2020-08-28 14:29:33',NULL,440.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(816,'4000','41598613979','2020-08-28 14:29:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(817,'4000','41598613979','2020-08-28 14:29:33',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(818,'4000','41598613979','2020-08-28 14:29:33',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(819,'1000','41598614215','2020-08-28 14:31:21',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(820,'4000','41598614215','2020-08-28 14:31:21',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(821,'1000','41598614547','2020-08-28 14:39:00',1030.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(822,'4000','41598614547','2020-08-28 14:39:00',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(823,'4000','41598614547','2020-08-28 14:39:00',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(824,'4000','41598614547','2020-08-28 14:39:00',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(825,'4000','41598614547','2020-08-28 14:39:00',NULL,500.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(826,'4000','41598614547','2020-08-28 14:39:00',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(827,'4000','41598614547','2020-08-28 14:39:00',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(828,'1110','41598614547','2020-08-28 14:39:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(829,'1110','41598614547','2020-08-28 14:39:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(830,'1110','41598614547','2020-08-28 14:39:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(831,'1110','41598614547','2020-08-28 14:39:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(832,'1110','41598614547','2020-08-28 14:39:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(833,'1110','41598614547','2020-08-28 14:39:00',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(834,'5500','41598614547','2020-08-28 14:39:00',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(835,'1000','41598615178','2020-08-28 15:11:56',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(836,'4000','41598615178','2020-08-28 15:11:56',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(837,'1000','41598616722','2020-08-28 15:15:14',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(838,'4000','41598616722','2020-08-28 15:15:14',NULL,1900.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(839,'1000','41598616921','2020-08-28 15:25:23',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(840,'4000','41598616921','2020-08-28 15:25:23',NULL,150.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(841,'1000','41598617528','2020-08-28 15:27:33',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(842,'4000','41598617528','2020-08-28 15:27:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(843,'4000','41598617528','2020-08-28 15:27:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(844,'4000','41598617528','2020-08-28 15:27:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(845,'4000','41598617528','2020-08-28 15:27:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(846,'4000','41598617528','2020-08-28 15:27:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(847,'4000','41598617528','2020-08-28 15:27:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(848,'4000','41598617528','2020-08-28 15:27:33',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(849,'4000','41598617528','2020-08-28 15:27:33',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(850,'4000','41598617528','2020-08-28 15:27:33',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(851,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(852,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(853,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(854,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(855,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(856,'1110','41598617528','2020-08-28 15:27:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(857,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(858,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(859,'1110','41598617528','2020-08-28 15:27:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(860,'5500','41598617528','2020-08-28 15:27:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(861,'1000','41598617951','2020-08-28 15:34:35',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(862,'4000','41598617951','2020-08-28 15:34:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(863,'4000','41598617951','2020-08-28 15:34:35',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(864,'4000','41598617951','2020-08-28 15:34:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(865,'4000','41598617951','2020-08-28 15:34:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(866,'4000','41598617951','2020-08-28 15:34:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(867,'4000','41598617951','2020-08-28 15:34:35',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(868,'4000','41598617951','2020-08-28 15:34:35',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(869,'4000','41598617951','2020-08-28 15:34:35',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(870,'4000','41598617951','2020-08-28 15:34:35',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(871,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(872,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(873,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(874,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(875,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(876,'1110','41598617951','2020-08-28 15:34:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(877,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(878,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(879,'1110','41598617951','2020-08-28 15:34:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(880,'5500','41598617951','2020-08-28 15:34:35',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(881,'1000','41598618092','2020-08-28 16:21:12',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(882,'4000','41598618092','2020-08-28 16:21:12',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(883,'1000','41598620893','2020-08-28 16:48:19',930.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(884,'4000','41598620893','2020-08-28 16:48:19',NULL,500.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(885,'4000','41598620893','2020-08-28 16:48:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(886,'4000','41598620893','2020-08-28 16:48:19',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(887,'4000','41598620893','2020-08-28 16:48:19',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(888,'4000','41598620893','2020-08-28 16:48:19',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(889,'4000','41598620893','2020-08-28 16:48:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(890,'4000','41598620893','2020-08-28 16:48:19',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(891,'4000','41598620893','2020-08-28 16:48:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(892,'4000','41598620893','2020-08-28 16:48:19',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(893,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(894,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(895,'1110','41598620893','2020-08-28 16:48:19',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(896,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(897,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(898,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(899,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(900,'1110','41598620893','2020-08-28 16:48:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(901,'1110','41598620893','2020-08-28 16:48:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(902,'5500','41598620893','2020-08-28 16:48:19',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(903,'1000','61176498375','2007-04-14 00:07:36',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(904,'4000','61176498375','2007-04-14 00:07:36',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(905,'4000','61176498375','2007-04-14 00:07:36',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(906,'4000','61176498375','2007-04-14 00:07:36',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(907,'4000','61176498375','2007-04-14 00:07:36',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(908,'4000','61176498375','2007-04-14 00:07:36',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(909,'4000','61176498375','2007-04-14 00:07:36',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(910,'1110','61176498375','2007-04-14 00:07:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(911,'1110','61176498375','2007-04-14 00:07:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(912,'1110','61176498375','2007-04-14 00:07:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(913,'1110','61176498375','2007-04-14 00:07:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(914,'1110','61176498375','2007-04-14 00:07:36',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(915,'1110','61176498375','2007-04-14 00:07:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(916,'5500','61176498375','2007-04-14 00:07:36',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(917,'1000','61176498462','2007-04-14 00:09:31',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(918,'4000','61176498462','2007-04-14 00:09:31',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(919,'4000','61176498462','2007-04-14 00:09:31',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(920,'4000','61176498462','2007-04-14 00:09:31',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(921,'4000','61176498462','2007-04-14 00:09:31',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(922,'4000','61176498462','2007-04-14 00:09:31',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(923,'4000','61176498462','2007-04-14 00:09:31',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(924,'1110','61176498462','2007-04-14 00:09:31',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(925,'1110','61176498462','2007-04-14 00:09:31',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(926,'1110','61176498462','2007-04-14 00:09:31',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(927,'1110','61176498462','2007-04-14 00:09:31',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(928,'1110','61176498462','2007-04-14 00:09:31',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(929,'1110','61176498462','2007-04-14 00:09:31',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(930,'5500','61176498462','2007-04-14 00:09:31',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(931,'1000','61176498579','2020-08-29 10:05:35',2700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(932,'4000','61176498579','2020-08-29 10:05:35',NULL,1600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(933,'4000','61176498579','2020-08-29 10:05:35',NULL,550.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(934,'4000','61176498579','2020-08-29 10:05:35',NULL,50.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(935,'4000','61176498579','2020-08-29 10:05:35',NULL,100.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(936,'4000','61176498579','2020-08-29 10:05:35',NULL,150.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(937,'4000','61176498579','2020-08-29 10:05:35',NULL,250.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(938,'1110','61176498579','2020-08-29 10:05:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(939,'1110','61176498579','2020-08-29 10:05:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(940,'1110','61176498579','2020-08-29 10:05:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(941,'1110','61176498579','2020-08-29 10:05:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(942,'1110','61176498579','2020-08-29 10:05:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(943,'1110','61176498579','2020-08-29 10:05:35',NULL,10.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(944,'5500','61176498579','2020-08-29 10:05:35',10.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(945,'1000','61598684744','2020-08-29 10:08:06',1100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(946,'4000','61598684744','2020-08-29 10:08:06',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(947,'4000','61598684744','2020-08-29 10:08:06',NULL,220.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(948,'4000','61598684744','2020-08-29 10:08:06',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(949,'4000','61598684744','2020-08-29 10:08:06',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(950,'4000','61598684744','2020-08-29 10:08:06',NULL,120.00,'','6','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(951,'4000','61598684744','2020-08-29 10:08:06',NULL,220.00,'','6','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(952,'1000','61598684914','2020-08-29 10:27:55',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(953,'4000','61598684914','2020-08-29 10:27:55',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(954,'4000','61598684914','2020-08-29 10:27:55',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(955,'4000','61598684914','2020-08-29 10:27:55',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(956,'4000','61598684914','2020-08-29 10:27:55',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(957,'4000','61598684914','2020-08-29 10:27:55',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(958,'4000','61598684914','2020-08-29 10:27:55',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(959,'1110','61598684914','2020-08-29 10:27:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(960,'1110','61598684914','2020-08-29 10:27:55',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(961,'1110','61598684914','2020-08-29 10:27:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(962,'1110','61598684914','2020-08-29 10:27:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(963,'1110','61598684914','2020-08-29 10:27:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(964,'1110','61598684914','2020-08-29 10:27:55',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(965,'5500','61598684914','2020-08-29 10:27:55',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(966,'1000','61598686082','2020-08-29 10:29:50',820.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(967,'4000','61598686082','2020-08-29 10:29:50',NULL,340.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(968,'4000','61598686082','2020-08-29 10:29:50',NULL,260.00,'','6','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(969,'4000','61598686082','2020-08-29 10:29:50',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(970,'4000','61598686082','2020-08-29 10:29:50',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(971,'1000','61598686232','2020-08-29 10:34:12',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(972,'4000','61598686232','2020-08-29 10:34:12',NULL,50.00,'','6','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(973,'4000','61598686232','2020-08-29 10:34:12',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(974,'4000','61598686232','2020-08-29 10:34:12',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(975,'4000','61598686232','2020-08-29 10:34:12',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(976,'4000','61598686232','2020-08-29 10:34:12',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(977,'4000','61598686232','2020-08-29 10:34:12',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(978,'1000','61598689430','2020-08-29 11:34:35',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(979,'4000','61598689430','2020-08-29 11:34:35',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(980,'4000','61598689430','2020-08-29 11:34:35',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(981,'4000','61598689430','2020-08-29 11:34:35',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(982,'4000','61598689430','2020-08-29 11:34:35',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(983,'4000','61598689430','2020-08-29 11:34:35',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(984,'4000','61598689430','2020-08-29 11:34:35',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(985,'1110','61598689430','2020-08-29 11:34:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(986,'1110','61598689430','2020-08-29 11:34:35',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(987,'1110','61598689430','2020-08-29 11:34:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(988,'1110','61598689430','2020-08-29 11:34:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(989,'1110','61598689430','2020-08-29 11:34:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(990,'1110','61598689430','2020-08-29 11:34:35',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(991,'5500','61598689430','2020-08-29 11:34:35',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(992,'1000','61598690093','2020-08-29 11:38:35',1700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(993,'4000','61598690093','2020-08-29 11:38:35',NULL,1250.00,'','6','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(994,'4000','61598690093','2020-08-29 11:38:35',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(995,'4000','61598690093','2020-08-29 11:38:35',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(996,'4000','61598690093','2020-08-29 11:38:35',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(997,'1000','61598691131','2020-08-29 11:53:56',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(998,'4000','61598691131','2020-08-29 11:53:56',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(999,'4000','61598691131','2020-08-29 11:53:56',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1000,'4000','61598691131','2020-08-29 11:53:56',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1001,'4000','61598691131','2020-08-29 11:53:56',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1002,'4000','61598691131','2020-08-29 11:53:56',NULL,50.00,'','6','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1003,'4000','61598691131','2020-08-29 11:53:56',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1004,'4000','61598691131','2020-08-29 11:53:56',NULL,60.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1005,'1110','61598691131','2020-08-29 11:53:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1006,'1110','61598691131','2020-08-29 11:53:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1007,'1110','61598691131','2020-08-29 11:53:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1008,'1110','61598691131','2020-08-29 11:53:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1009,'1110','61598691131','2020-08-29 11:53:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(1010,'1110','61598691131','2020-08-29 11:53:56',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1011,'1110','61598691131','2020-08-29 11:53:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1012,'5500','61598691131','2020-08-29 11:53:56',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1013,'1000','61598691252','2020-08-29 11:57:47',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1014,'4000','61598691252','2020-08-29 11:57:47',NULL,200.00,'','6','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(1015,'1000','61598692689','2020-08-29 12:34:47',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1016,'4000','61598692689','2020-08-29 12:34:47',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1017,'4000','61598692689','2020-08-29 12:34:47',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1018,'4000','61598692689','2020-08-29 12:34:47',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1019,'4000','61598692689','2020-08-29 12:34:47',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1020,'4000','61598692689','2020-08-29 12:34:47',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1021,'4000','61598692689','2020-08-29 12:34:47',NULL,50.00,'','6','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(1022,'1000','61598693706','2020-08-29 12:55:42',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1023,'4000','61598693706','2020-08-29 12:55:42',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1024,'4000','61598693706','2020-08-29 12:55:42',NULL,100.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1025,'4000','61598693706','2020-08-29 12:55:42',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1026,'4000','61598693706','2020-08-29 12:55:42',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1027,'4000','61598693706','2020-08-29 12:55:42',NULL,20.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1028,'4000','61598693706','2020-08-29 12:55:42',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1029,'1110','61598693706','2020-08-29 12:55:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1030,'1110','61598693706','2020-08-29 12:55:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1031,'1110','61598693706','2020-08-29 12:55:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1032,'1110','61598693706','2020-08-29 12:55:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1033,'1110','61598693706','2020-08-29 12:55:42',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1034,'1110','61598693706','2020-08-29 12:55:42',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1035,'5500','61598693706','2020-08-29 12:55:42',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1036,'1000','61598697204','2020-08-29 13:34:34',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1037,'4000','61598697204','2020-08-29 13:34:34',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1038,'4000','61598697204','2020-08-29 13:34:34',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1039,'4000','61598697204','2020-08-29 13:34:34',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1040,'4000','61598697204','2020-08-29 13:34:34',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1041,'4000','61598697204','2020-08-29 13:34:34',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1042,'4000','61598697204','2020-08-29 13:34:34',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1043,'1110','61598697204','2020-08-29 13:34:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1044,'1110','61598697204','2020-08-29 13:34:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1045,'1110','61598697204','2020-08-29 13:34:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1046,'1110','61598697204','2020-08-29 13:34:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1047,'1110','61598697204','2020-08-29 13:34:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1048,'1110','61598697204','2020-08-29 13:34:34',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1049,'5500','61598697204','2020-08-29 13:34:34',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1050,'1000','61598697359','2020-08-29 13:45:59',530.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1051,'4000','61598697359','2020-08-29 13:45:59',NULL,500.00,'','6','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(1052,'4000','61598697359','2020-08-29 13:45:59',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1053,'1000','61598698388','2020-08-29 13:54:38',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1054,'4000','61598698388','2020-08-29 13:54:38',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1055,'4000','61598698388','2020-08-29 13:54:38',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1056,'4000','61598698388','2020-08-29 13:54:38',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1057,'4000','61598698388','2020-08-29 13:54:38',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1058,'4000','61598698388','2020-08-29 13:54:38',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1059,'4000','61598698388','2020-08-29 13:54:38',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1060,'1110','61598698388','2020-08-29 13:54:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1061,'1110','61598698388','2020-08-29 13:54:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1062,'1110','61598698388','2020-08-29 13:54:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1063,'1110','61598698388','2020-08-29 13:54:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1064,'1110','61598698388','2020-08-29 13:54:38',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1065,'1110','61598698388','2020-08-29 13:54:38',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1066,'5500','61598698388','2020-08-29 13:54:38',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1067,'1000','61176503587','2007-04-14 01:34:29',490.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1068,'4000','61176503587','2007-04-14 01:34:29',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1069,'4000','61176503587','2007-04-14 01:34:29',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1070,'4000','61176503587','2007-04-14 01:34:29',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1071,'4000','61176503587','2007-04-14 01:34:29',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1072,'4000','61176503587','2007-04-14 01:34:29',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1073,'1000','61176503684','2007-04-14 01:37:25',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1074,'4000','61176503684','2007-04-14 01:37:25',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1075,'4000','61176503684','2007-04-14 01:37:25',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1076,'4000','61176503684','2007-04-14 01:37:25',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1077,'4000','61176503684','2007-04-14 01:37:25',NULL,60.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1078,'4000','61176503684','2007-04-14 01:37:25',NULL,100.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1079,'4000','61176503684','2007-04-14 01:37:25',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1080,'1110','61176503684','2007-04-14 01:37:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1081,'1110','61176503684','2007-04-14 01:37:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1082,'1110','61176503684','2007-04-14 01:37:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1083,'1110','61176503684','2007-04-14 01:37:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1084,'1110','61176503684','2007-04-14 01:37:25',NULL,10.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1085,'1110','61176503684','2007-04-14 01:37:25',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1086,'5500','61176503684','2007-04-14 01:37:25',10.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1087,'1000','61176503853','2007-04-14 01:38:37',340.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1088,'4000','61176503853','2007-04-14 01:38:37',NULL,160.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1089,'4000','61176503853','2007-04-14 01:38:37',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1090,'4000','61176503853','2007-04-14 01:38:37',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1091,'4000','61176503853','2007-04-14 01:38:37',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1092,'4000','61176503853','2007-04-14 01:38:37',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1093,'4000','61176503853','2007-04-14 01:38:37',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1094,'1110','61176503853','2007-04-14 01:38:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1095,'1110','61176503853','2007-04-14 01:38:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1096,'1110','61176503853','2007-04-14 01:38:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1097,'1110','61176503853','2007-04-14 01:38:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1098,'1110','61176503853','2007-04-14 01:38:37',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1099,'1110','61176503853','2007-04-14 01:38:37',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1100,'5500','61176503853','2007-04-14 01:38:37',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1101,'1000','61176503929','2007-04-14 01:42:11',950.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1102,'4000','61176503929','2007-04-14 01:42:11',NULL,950.00,'','6','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(1103,'1000','61176504143','2020-08-31 11:09:04',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1104,'4000','61176504143','2020-08-31 11:09:04',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1105,'4000','61176504143','2020-08-31 11:09:04',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1106,'4000','61176504143','2020-08-31 11:09:04',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1107,'4000','61176504143','2020-08-31 11:09:04',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1108,'4000','61176504143','2020-08-31 11:09:04',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1109,'4000','61176504143','2020-08-31 11:09:04',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1110,'1110','61176504143','2020-08-31 11:09:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1111,'1110','61176504143','2020-08-31 11:09:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1112,'1110','61176504143','2020-08-31 11:09:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1113,'1110','61176504143','2020-08-31 11:09:04',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1114,'1110','61176504143','2020-08-31 11:09:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1115,'1110','61176504143','2020-08-31 11:09:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1116,'5500','61176504143','2020-08-31 11:09:04',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1117,'1000','61598861370','2020-08-31 11:19:02',800.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1118,'4000','61598861370','2020-08-31 11:19:02',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1119,'4000','61598861370','2020-08-31 11:19:02',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1120,'4000','61598861370','2020-08-31 11:19:02',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1121,'4000','61598861370','2020-08-31 11:19:02',NULL,150.00,'','6','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(1122,'4000','61598861370','2020-08-31 11:19:02',NULL,160.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1123,'4000','61598861370','2020-08-31 11:19:02',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1124,'4000','61598861370','2020-08-31 11:19:02',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1125,'1000','61598861957','2020-08-31 12:50:19',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1126,'4000','61598861957','2020-08-31 12:50:19',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1127,'4000','61598861957','2020-08-31 12:50:19',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1128,'4000','61598861957','2020-08-31 12:50:19',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1129,'4000','61598861957','2020-08-31 12:50:19',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1130,'4000','61598861957','2020-08-31 12:50:19',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1131,'4000','61598861957','2020-08-31 12:50:19',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1132,'1110','61598861957','2020-08-31 12:50:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1133,'1110','61598861957','2020-08-31 12:50:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1134,'1110','61598861957','2020-08-31 12:50:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1135,'1110','61598861957','2020-08-31 12:50:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1136,'1110','61598861957','2020-08-31 12:50:19',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1137,'1110','61598861957','2020-08-31 12:50:19',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1138,'5500','61598861957','2020-08-31 12:50:19',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1139,'1000','61598867425','2020-08-31 13:05:51',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1140,'4000','61598867425','2020-08-31 13:05:51',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1141,'4000','61598867425','2020-08-31 13:05:51',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1142,'4000','61598867425','2020-08-31 13:05:51',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1143,'1000','61598868357','2020-08-31 13:30:14',5240.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1144,'4000','61598868357','2020-08-31 13:30:14',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1145,'4000','61598868357','2020-08-31 13:30:14',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1146,'4000','61598868357','2020-08-31 13:30:14',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1147,'4000','61598868357','2020-08-31 13:30:14',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1148,'4000','61598868357','2020-08-31 13:30:14',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1149,'4000','61598868357','2020-08-31 13:30:14',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1150,'4000','61598868357','2020-08-31 13:30:14',NULL,200.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1151,'4000','61598868357','2020-08-31 13:30:14',NULL,4500.00,'','6','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(1152,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1153,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1154,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1155,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1156,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1157,'1110','61598868357','2020-08-31 13:30:14',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1158,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(1159,'1110','61598868357','2020-08-31 13:30:14',NULL,0.00,'','6','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(1160,'5500','61598868357','2020-08-31 13:30:14',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1161,'1000','61598869893','2020-08-31 13:45:16',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1162,'4000','61598869893','2020-08-31 13:45:16',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1163,'4000','61598869893','2020-08-31 13:45:16',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1164,'4000','61598869893','2020-08-31 13:45:16',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1165,'4000','61598869893','2020-08-31 13:45:16',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1166,'4000','61598869893','2020-08-31 13:45:16',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1167,'4000','61598869893','2020-08-31 13:45:16',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1168,'1110','61598869893','2020-08-31 13:45:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1169,'1110','61598869893','2020-08-31 13:45:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1170,'1110','61598869893','2020-08-31 13:45:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1171,'1110','61598869893','2020-08-31 13:45:16',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1172,'1110','61598869893','2020-08-31 13:45:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1173,'1110','61598869893','2020-08-31 13:45:16',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1174,'5500','61598869893','2020-08-31 13:45:16',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1175,'1000','61598870721','2020-08-31 13:57:13',890.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1176,'4000','61598870721','2020-08-31 13:57:13',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1177,'4000','61598870721','2020-08-31 13:57:13',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1178,'4000','61598870721','2020-08-31 13:57:13',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1179,'4000','61598870721','2020-08-31 13:57:13',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1180,'4000','61598870721','2020-08-31 13:57:13',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1181,'4000','61598870721','2020-08-31 13:57:13',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1182,'4000','61598870721','2020-08-31 13:57:13',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1183,'4000','61598870721','2020-08-31 13:57:13',NULL,60.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1184,'4000','61598870721','2020-08-31 13:57:13',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1185,'4000','61598870721','2020-08-31 13:57:13',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1186,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1187,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1188,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1189,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1190,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1191,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1192,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1193,'1110','61598870721','2020-08-31 13:57:13',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1194,'1110','61598870721','2020-08-31 13:57:13',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1195,'1110','61598870721','2020-08-31 13:57:13',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1196,'5500','61598870721','2020-08-31 13:57:13',7.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1197,'1000','61598871454','2020-08-31 15:04:16',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1198,'4000','61598871454','2020-08-31 15:04:16',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1199,'4000','61598871454','2020-08-31 15:04:16',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1200,'4000','61598871454','2020-08-31 15:04:16',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1201,'1000','61598875626','2020-08-31 15:29:50',660.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1202,'4000','61598875626','2020-08-31 15:29:50',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1203,'4000','61598875626','2020-08-31 15:29:50',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1204,'4000','61598875626','2020-08-31 15:29:50',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1205,'4000','61598875626','2020-08-31 15:29:50',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1206,'4000','61598875626','2020-08-31 15:29:50',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1207,'4000','61598875626','2020-08-31 15:29:50',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1208,'4000','61598875626','2020-08-31 15:29:50',NULL,120.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1209,'1110','61598875626','2020-08-31 15:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1210,'1110','61598875626','2020-08-31 15:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1211,'1110','61598875626','2020-08-31 15:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1212,'1110','61598875626','2020-08-31 15:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1213,'1110','61598875626','2020-08-31 15:29:50',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1214,'1110','61598875626','2020-08-31 15:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1215,'1110','61598875626','2020-08-31 15:29:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(1216,'5500','61598875626','2020-08-31 15:29:50',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1217,'1000','41598939936','2020-09-01 09:21:23',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1218,'4000','41598939936','2020-09-01 09:21:23',NULL,400.00,'','4','1','Good sold','1','','sales','165','','No',NULL,NULL,''),(1219,'1000','41598941292','2020-09-01 10:06:35',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1220,'4000','41598941292','2020-09-01 10:06:35',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(1221,'1000','41598944002','2020-09-01 10:26:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1222,'4000','41598944002','2020-09-01 10:26:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1223,'4000','41598944002','2020-09-01 10:26:41',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1224,'4000','41598944002','2020-09-01 10:26:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1225,'4000','41598944002','2020-09-01 10:26:41',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(1226,'4000','41598944002','2020-09-01 10:26:41',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(1227,'4000','41598944002','2020-09-01 10:26:41',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(1228,'4000','41598944002','2020-09-01 10:26:41',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1229,'4000','41598944002','2020-09-01 10:26:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1230,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1231,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(1232,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1233,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(1234,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(1235,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(1236,'1110','41598944002','2020-09-01 10:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(1237,'1110','41598944002','2020-09-01 10:26:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1238,'5500','41598944002','2020-09-01 10:26:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1239,'1000','41598951833','2020-09-01 12:19:18',4000.00,NULL,'','4','1','Good sold','1','12','Payment','','','No',NULL,NULL,''),(1240,'4000','41598951833','2020-09-01 12:19:18',NULL,4000.00,'','4','1','Good sold','1','12','sales','163','','No',NULL,NULL,''),(1241,'1000','41598952131','2020-09-01 12:39:11',1530.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1242,'4000','41598952131','2020-09-01 12:39:11',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1243,'4000','41598952131','2020-09-01 12:39:11',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1244,'4000','41598952131','2020-09-01 12:39:11',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1245,'4000','41598952131','2020-09-01 12:39:11',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1246,'4000','41598952131','2020-09-01 12:39:11',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1247,'4000','41598952131','2020-09-01 12:39:11',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1248,'4000','41598952131','2020-09-01 12:39:11',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1249,'4000','41598952131','2020-09-01 12:39:11',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1250,'4000','41598952131','2020-09-01 12:39:11',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1251,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1252,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1253,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1254,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1255,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1256,'1110','41598952131','2020-09-01 12:39:11',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1257,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(1258,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(1259,'1110','41598952131','2020-09-01 12:39:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1260,'5500','41598952131','2020-09-01 12:39:11',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1261,'1035','TRANS-81598960552','2020-08-26 14:41:36',NULL,6000.00,'74600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1262,'1020','TRANS-81598960552','2020-08-26 14:41:36',6000.00,NULL,'6000','8','1','Transfer','','','','','','No',NULL,NULL,''),(1263,'1000','TRANS-81598960623','2020-08-27 14:42:33',NULL,5000.00,'-85600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1264,'1020','TRANS-81598960623','2020-08-27 14:42:33',5000.00,NULL,'11000','8','1','Transfer','','','','','','No',NULL,NULL,''),(1265,'1000','TRANS-81598960668','2020-08-28 14:43:43',NULL,7000.00,'-92600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1266,'1035','TRANS-81598960668','2020-08-28 14:43:43',7000.00,NULL,'81600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1267,'1000','41598960687','2020-09-01 14:50:37',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1268,'4000','41598960687','2020-09-01 14:50:37',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1269,'4000','41598960687','2020-09-01 14:50:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1270,'4000','41598960687','2020-09-01 14:50:37',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1271,'4000','41598960687','2020-09-01 14:50:37',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1272,'4000','41598960687','2020-09-01 14:50:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1273,'4000','41598960687','2020-09-01 14:50:37',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1274,'1110','41598960687','2020-09-01 14:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1275,'1110','41598960687','2020-09-01 14:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1276,'1110','41598960687','2020-09-01 14:50:37',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1277,'1110','41598960687','2020-09-01 14:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1278,'1110','41598960687','2020-09-01 14:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1279,'1110','41598960687','2020-09-01 14:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1280,'5500','41598960687','2020-09-01 14:50:37',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1281,'1000','41598961060','2020-09-01 14:54:55',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1282,'4000','41598961060','2020-09-01 14:54:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1283,'4000','41598961060','2020-09-01 14:54:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1284,'4000','41598961060','2020-09-01 14:54:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1285,'4000','41598961060','2020-09-01 14:54:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1286,'4000','41598961060','2020-09-01 14:54:55',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1287,'4000','41598961060','2020-09-01 14:54:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1288,'1110','41598961060','2020-09-01 14:54:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1289,'1110','41598961060','2020-09-01 14:54:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1290,'1110','41598961060','2020-09-01 14:54:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1291,'1110','41598961060','2020-09-01 14:54:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1292,'1110','41598961060','2020-09-01 14:54:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1293,'1110','41598961060','2020-09-01 14:54:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1294,'5500','41598961060','2020-09-01 14:54:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1295,'1000','41598961307','2020-09-01 15:15:01',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1296,'4000','41598961307','2020-09-01 15:15:01',NULL,600.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1297,'1110','41598961307','2020-09-01 15:15:01',NULL,4.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1298,'5500','41598961307','2020-09-01 15:15:01',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1299,'1000','41598962792','2020-09-01 15:21:22',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1300,'4000','41598962792','2020-09-01 15:21:22',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1301,'4000','41598962792','2020-09-01 15:21:22',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1302,'4000','41598962792','2020-09-01 15:21:22',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1303,'4000','41598962792','2020-09-01 15:21:22',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1304,'4000','41598962792','2020-09-01 15:21:22',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1305,'4000','41598962792','2020-09-01 15:21:22',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1306,'4000','41598962792','2020-09-01 15:21:22',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1307,'1110','41598962792','2020-09-01 15:21:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1308,'1110','41598962792','2020-09-01 15:21:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1309,'1110','41598962792','2020-09-01 15:21:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1310,'1110','41598962792','2020-09-01 15:21:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1311,'1110','41598962792','2020-09-01 15:21:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1312,'1110','41598962792','2020-09-01 15:21:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1313,'1110','41598962792','2020-09-01 15:21:22',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1314,'5500','41598962792','2020-09-01 15:21:22',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1315,'1000','41598963001','2020-09-01 15:26:13',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1316,'4000','41598963001','2020-09-01 15:26:13',NULL,1250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(1317,'1000','41598963289','2020-09-01 15:45:06',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1318,'4000','41598963289','2020-09-01 15:45:06',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1319,'1000','TRANS-81598964602','2020-09-01 15:49:48',NULL,7000.00,'-99600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1320,'1020','TRANS-81598964602','2020-09-01 15:49:48',7000.00,NULL,'18000','8','1','Transfer','','','','','','No',NULL,NULL,''),(1321,'1000','41598964344','2020-09-01 15:52:05',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1322,'4000','41598964344','2020-09-01 15:52:05',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1323,'4000','41598964344','2020-09-01 15:52:05',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1324,'4000','41598964344','2020-09-01 15:52:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1325,'4000','41598964344','2020-09-01 15:52:05',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1326,'4000','41598964344','2020-09-01 15:52:05',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1327,'4000','41598964344','2020-09-01 15:52:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1328,'1110','41598964344','2020-09-01 15:52:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1329,'1110','41598964344','2020-09-01 15:52:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1330,'1110','41598964344','2020-09-01 15:52:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1331,'1110','41598964344','2020-09-01 15:52:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1332,'1110','41598964344','2020-09-01 15:52:05',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1333,'1110','41598964344','2020-09-01 15:52:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1334,'5500','41598964344','2020-09-01 15:52:05',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1335,'1000','41598964731','2020-09-01 16:15:52',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1336,'4000','41598964731','2020-09-01 16:15:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1337,'4000','41598964731','2020-09-01 16:15:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1338,'4000','41598964731','2020-09-01 16:15:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1339,'4000','41598964731','2020-09-01 16:15:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1340,'4000','41598964731','2020-09-01 16:15:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1341,'4000','41598964731','2020-09-01 16:15:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1342,'1110','41598964731','2020-09-01 16:15:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1343,'1110','41598964731','2020-09-01 16:15:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1344,'1110','41598964731','2020-09-01 16:15:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1345,'1110','41598964731','2020-09-01 16:15:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1346,'1110','41598964731','2020-09-01 16:15:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1347,'1110','41598964731','2020-09-01 16:15:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1348,'5500','41598964731','2020-09-01 16:15:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1349,'1000','41598966165','2020-09-01 16:17:11',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1350,'4000','41598966165','2020-09-01 16:17:11',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1351,'4000','41598966165','2020-09-01 16:17:11',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1352,'4000','41598966165','2020-09-01 16:17:11',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1353,'1000','41598966571','2020-09-01 16:24:02',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1354,'4000','41598966571','2020-09-01 16:24:02',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(1355,'4000','41598966571','2020-09-01 16:24:02',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1356,'4000','41598966571','2020-09-01 16:24:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1357,'1110','41598966571','2020-09-01 16:24:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(1358,'1110','41598966571','2020-09-01 16:24:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(1359,'1110','41598966571','2020-09-01 16:24:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1360,'5500','41598966571','2020-09-01 16:24:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1361,'1000','41598966650','2020-09-01 16:33:53',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1362,'4000','41598966650','2020-09-01 16:33:53',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1363,'4000','41598966650','2020-09-01 16:33:53',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1364,'4000','41598966650','2020-09-01 16:33:53',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1365,'4000','41598966650','2020-09-01 16:33:53',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1366,'4000','41598966650','2020-09-01 16:33:53',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1367,'1110','41598966650','2020-09-01 16:33:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1368,'1110','41598966650','2020-09-01 16:33:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1369,'1110','41598966650','2020-09-01 16:33:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1370,'1110','41598966650','2020-09-01 16:33:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1371,'1110','41598966650','2020-09-01 16:33:53',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1372,'5500','41598966650','2020-09-01 16:33:53',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1373,'1000','41599025486','2020-09-02 08:47:14',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1374,'4000','41599025486','2020-09-02 08:47:14',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1375,'4000','41599025486','2020-09-02 08:47:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1376,'4000','41599025486','2020-09-02 08:47:14',NULL,260.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1377,'4000','41599025486','2020-09-02 08:47:14',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1378,'1000','41599025643','2020-09-02 09:01:16',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1379,'4000','41599025643','2020-09-02 09:01:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1380,'4000','41599025643','2020-09-02 09:01:16',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1381,'4000','41599025643','2020-09-02 09:01:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1382,'4000','41599025643','2020-09-02 09:01:16',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1383,'4000','41599025643','2020-09-02 09:01:16',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1384,'4000','41599025643','2020-09-02 09:01:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1385,'1110','41599025643','2020-09-02 09:01:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1386,'1110','41599025643','2020-09-02 09:01:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1387,'1110','41599025643','2020-09-02 09:01:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1388,'1110','41599025643','2020-09-02 09:01:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1389,'1110','41599025643','2020-09-02 09:01:16',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1390,'1110','41599025643','2020-09-02 09:01:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1391,'5500','41599025643','2020-09-02 09:01:16',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1392,'1000','41599026482','2020-09-02 09:15:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1393,'4000','41599026482','2020-09-02 09:15:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1394,'4000','41599026482','2020-09-02 09:15:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1395,'4000','41599026482','2020-09-02 09:15:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1396,'4000','41599026482','2020-09-02 09:15:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1397,'4000','41599026482','2020-09-02 09:15:06',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1398,'4000','41599026482','2020-09-02 09:15:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1399,'1110','41599026482','2020-09-02 09:15:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1400,'1110','41599026482','2020-09-02 09:15:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1401,'1110','41599026482','2020-09-02 09:15:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1402,'1110','41599026482','2020-09-02 09:15:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1403,'1110','41599026482','2020-09-02 09:15:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1404,'1110','41599026482','2020-09-02 09:15:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1405,'5500','41599026482','2020-09-02 09:15:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1406,'1100','41599032443','2020-09-02 10:47:48',27950.00,NULL,'','4','1','Good sold','1','13','sales','','','No',NULL,NULL,''),(1407,'4000','41599032443','2020-09-02 10:47:48',NULL,4200.00,'','4','1','Good sold','1','13','sales','85','','No',NULL,NULL,''),(1408,'4000','41599032443','2020-09-02 10:47:48',NULL,23750.00,'','4','1','Good sold','1','13','sales','161','','No',NULL,NULL,''),(1409,'4000','41599032443','2020-09-02 10:47:48',NULL,0.00,'','4','1','Good sold','1','13','sales','161','','No',NULL,NULL,''),(1410,'1000','41599036719','2020-09-02 11:53:55',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1411,'4000','41599036719','2020-09-02 11:53:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1412,'4000','41599036719','2020-09-02 11:53:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1413,'4000','41599036719','2020-09-02 11:53:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1414,'4000','41599036719','2020-09-02 11:53:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1415,'4000','41599036719','2020-09-02 11:53:55',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1416,'4000','41599036719','2020-09-02 11:53:55',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1417,'1110','41599036719','2020-09-02 11:53:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1418,'1110','41599036719','2020-09-02 11:53:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1419,'1110','41599036719','2020-09-02 11:53:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1420,'1110','41599036719','2020-09-02 11:53:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1421,'1110','41599036719','2020-09-02 11:53:55',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1422,'1110','41599036719','2020-09-02 11:53:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1423,'5500','41599036719','2020-09-02 11:53:55',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1424,'1000','41599038039','2020-09-02 12:14:21',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1425,'4000','41599038039','2020-09-02 12:14:21',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1426,'1000','41599038224','2020-09-02 12:27:42',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1427,'4000','41599038224','2020-09-02 12:27:42',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(1428,'1000','41599038870','2020-09-02 12:38:23',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1429,'4000','41599038870','2020-09-02 12:38:23',NULL,2800.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(1430,'1000','41599039532','2020-09-02 12:54:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1431,'4000','41599039532','2020-09-02 12:54:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1432,'4000','41599039532','2020-09-02 12:54:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1433,'4000','41599039532','2020-09-02 12:54:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1434,'4000','41599039532','2020-09-02 12:54:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1435,'4000','41599039532','2020-09-02 12:54:56',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1436,'4000','41599039532','2020-09-02 12:54:56',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1437,'1110','41599039532','2020-09-02 12:54:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1438,'1110','41599039532','2020-09-02 12:54:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1439,'1110','41599039532','2020-09-02 12:54:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1440,'1110','41599039532','2020-09-02 12:54:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1441,'1110','41599039532','2020-09-02 12:54:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1442,'1110','41599039532','2020-09-02 12:54:56',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1443,'5500','41599039532','2020-09-02 12:54:56',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1444,'1000','41599040507','2020-09-02 13:39:09',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1445,'4000','41599040507','2020-09-02 13:39:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1446,'4000','41599040507','2020-09-02 13:39:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1447,'4000','41599040507','2020-09-02 13:39:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1448,'4000','41599040507','2020-09-02 13:39:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1449,'4000','41599040507','2020-09-02 13:39:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1450,'4000','41599040507','2020-09-02 13:39:09',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1451,'4000','41599040507','2020-09-02 13:39:09',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1452,'4000','41599040507','2020-09-02 13:39:09',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1453,'4000','41599040507','2020-09-02 13:39:09',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1454,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1455,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1456,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1457,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1458,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1459,'1110','41599040507','2020-09-02 13:39:09',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1460,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(1461,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(1462,'1110','41599040507','2020-09-02 13:39:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1463,'5500','41599040507','2020-09-02 13:39:09',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1464,'1000','41599043158','2020-09-02 13:43:44',3420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1465,'4000','41599043158','2020-09-02 13:43:44',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1466,'4000','41599043158','2020-09-02 13:43:44',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1467,'4000','41599043158','2020-09-02 13:43:44',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1468,'4000','41599043158','2020-09-02 13:43:44',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1469,'4000','41599043158','2020-09-02 13:43:44',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1470,'4000','41599043158','2020-09-02 13:43:44',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1471,'4000','41599043158','2020-09-02 13:43:44',NULL,1320.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1472,'4000','41599043158','2020-09-02 13:43:44',NULL,240.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1473,'4000','41599043158','2020-09-02 13:43:44',NULL,240.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1474,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1475,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1476,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1477,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1478,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1479,'1110','41599043158','2020-09-02 13:43:44',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1480,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(1481,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(1482,'1110','41599043158','2020-09-02 13:43:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1483,'5500','41599043158','2020-09-02 13:43:44',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1484,'1000','41599044598','2020-09-02 14:04:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1485,'4000','41599044598','2020-09-02 14:04:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1486,'4000','41599044598','2020-09-02 14:04:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1487,'4000','41599044598','2020-09-02 14:04:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1488,'4000','41599044598','2020-09-02 14:04:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1489,'4000','41599044598','2020-09-02 14:04:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1490,'4000','41599044598','2020-09-02 14:04:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1491,'1110','41599044598','2020-09-02 14:04:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1492,'1110','41599044598','2020-09-02 14:04:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1493,'1110','41599044598','2020-09-02 14:04:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1494,'1110','41599044598','2020-09-02 14:04:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1495,'1110','41599044598','2020-09-02 14:04:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1496,'1110','41599044598','2020-09-02 14:04:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1497,'5500','41599044598','2020-09-02 14:04:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1498,'1000','41599044659','2020-09-02 14:11:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1499,'4000','41599044659','2020-09-02 14:11:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1500,'4000','41599044659','2020-09-02 14:11:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1501,'4000','41599044659','2020-09-02 14:11:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1502,'4000','41599044659','2020-09-02 14:11:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1503,'4000','41599044659','2020-09-02 14:11:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1504,'4000','41599044659','2020-09-02 14:11:56',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1505,'1110','41599044659','2020-09-02 14:11:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1506,'1110','41599044659','2020-09-02 14:11:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1507,'1110','41599044659','2020-09-02 14:11:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1508,'1110','41599044659','2020-09-02 14:11:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1509,'1110','41599044659','2020-09-02 14:11:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1510,'1110','41599044659','2020-09-02 14:11:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1511,'5500','41599044659','2020-09-02 14:11:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1512,'1000','41599045122','2020-09-02 14:21:42',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1513,'4000','41599045122','2020-09-02 14:21:42',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1514,'4000','41599045122','2020-09-02 14:21:42',NULL,150.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1515,'1110','41599045122','2020-09-02 14:21:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1516,'1110','41599045122','2020-09-02 14:21:42',NULL,1.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1517,'5500','41599045122','2020-09-02 14:21:42',3.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1518,'1000','41599043461','2020-09-02 14:34:08',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1519,'4000','41599043461','2020-09-02 14:34:08',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1520,'1000','41599046504','2020-09-02 14:55:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1521,'4000','41599046504','2020-09-02 14:55:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1522,'4000','41599046504','2020-09-02 14:55:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1523,'4000','41599046504','2020-09-02 14:55:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1524,'4000','41599046504','2020-09-02 14:55:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1525,'4000','41599046504','2020-09-02 14:55:15',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1526,'4000','41599046504','2020-09-02 14:55:15',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1527,'1000','41599047729','2020-09-02 14:57:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1528,'4000','41599047729','2020-09-02 14:57:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1529,'4000','41599047729','2020-09-02 14:57:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1530,'4000','41599047729','2020-09-02 14:57:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1531,'4000','41599047729','2020-09-02 14:57:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1532,'4000','41599047729','2020-09-02 14:57:28',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(1533,'4000','41599047729','2020-09-02 14:57:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1534,'1000','41599049123','2020-09-02 15:20:57',830.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1535,'4000','41599049123','2020-09-02 15:20:57',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1536,'4000','41599049123','2020-09-02 15:20:57',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1537,'4000','41599049123','2020-09-02 15:20:57',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1538,'4000','41599049123','2020-09-02 15:20:57',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1539,'4000','41599049123','2020-09-02 15:20:57',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(1540,'4000','41599049123','2020-09-02 15:20:57',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(1541,'1000','41599050543','2020-09-02 15:42:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1542,'4000','41599050543','2020-09-02 15:42:34',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1543,'1000','41599050560','2020-09-02 15:55:01',1140.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1544,'4000','41599050560','2020-09-02 15:55:01',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1545,'4000','41599050560','2020-09-02 15:55:01',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1546,'4000','41599050560','2020-09-02 15:55:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1547,'4000','41599050560','2020-09-02 15:55:01',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1548,'4000','41599050560','2020-09-02 15:55:01',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1549,'4000','41599050560','2020-09-02 15:55:01',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1550,'4000','41599050560','2020-09-02 15:55:01',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1551,'4000','41599050560','2020-09-02 15:55:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1552,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1553,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1554,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1555,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1556,'1110','41599050560','2020-09-02 15:55:01',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1557,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1558,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1559,'1110','41599050560','2020-09-02 15:55:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1560,'5500','41599050560','2020-09-02 15:55:01',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1561,'1000','TRANS-81599053818','2020-09-02 16:36:03',NULL,15000.00,'-114600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1562,'1020','TRANS-81599053818','2020-09-02 16:36:03',15000.00,NULL,'33000','8','1','Transfer','','','','','','No',NULL,NULL,''),(1563,'1000','41599115724','2020-09-03 09:50:13',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1564,'4000','41599115724','2020-09-03 09:50:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1565,'4000','41599115724','2020-09-03 09:50:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1566,'4000','41599115724','2020-09-03 09:50:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1567,'4000','41599115724','2020-09-03 09:50:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1568,'4000','41599115724','2020-09-03 09:50:13',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1569,'4000','41599115724','2020-09-03 09:50:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1570,'4000','41599115724','2020-09-03 09:50:13',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(1571,'1110','41599115724','2020-09-03 09:50:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1572,'1110','41599115724','2020-09-03 09:50:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1573,'1110','41599115724','2020-09-03 09:50:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1574,'1110','41599115724','2020-09-03 09:50:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1575,'1110','41599115724','2020-09-03 09:50:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1576,'1110','41599115724','2020-09-03 09:50:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1577,'1110','41599115724','2020-09-03 09:50:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(1578,'5500','41599115724','2020-09-03 09:50:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1579,'1000','41599115821','2020-09-03 11:32:52',630.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1580,'4000','41599115821','2020-09-03 11:32:52',NULL,330.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1581,'4000','41599115821','2020-09-03 11:32:52',NULL,60.00,'','8','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1582,'4000','41599115821','2020-09-03 11:32:52',NULL,60.00,'','8','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1583,'4000','41599115821','2020-09-03 11:32:52',NULL,180.00,'','8','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(1584,'1000','41599126091','2020-09-03 12:42:52',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1585,'4000','41599126091','2020-09-03 12:42:52',NULL,1400.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(1586,'1000','41599126185','2020-09-03 12:56:29',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1587,'4000','41599126185','2020-09-03 12:56:29',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1588,'4000','41599126185','2020-09-03 12:56:29',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1589,'4000','41599126185','2020-09-03 12:56:29',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1590,'4000','41599126185','2020-09-03 12:56:29',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1591,'4000','41599126185','2020-09-03 12:56:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1592,'4000','41599126185','2020-09-03 12:56:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1593,'1110','41599126185','2020-09-03 12:56:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1594,'1110','41599126185','2020-09-03 12:56:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1595,'1110','41599126185','2020-09-03 12:56:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1596,'1110','41599126185','2020-09-03 12:56:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1597,'1110','41599126185','2020-09-03 12:56:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1598,'1110','41599126185','2020-09-03 12:56:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1599,'5500','41599126185','2020-09-03 12:56:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1600,'1000','41599127180','2020-09-03 13:15:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1601,'4000','41599127180','2020-09-03 13:15:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1602,'4000','41599127180','2020-09-03 13:15:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1603,'4000','41599127180','2020-09-03 13:15:32',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1604,'4000','41599127180','2020-09-03 13:15:32',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1605,'4000','41599127180','2020-09-03 13:15:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1606,'4000','41599127180','2020-09-03 13:15:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1607,'1110','41599127180','2020-09-03 13:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1608,'1110','41599127180','2020-09-03 13:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1609,'1110','41599127180','2020-09-03 13:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1610,'1110','41599127180','2020-09-03 13:15:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1611,'1110','41599127180','2020-09-03 13:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1612,'1110','41599127180','2020-09-03 13:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1613,'5500','41599127180','2020-09-03 13:15:32',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1614,'1000','41599128180','2020-09-03 13:24:42',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1615,'4000','41599128180','2020-09-03 13:24:42',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1616,'4000','41599128180','2020-09-03 13:24:42',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1617,'4000','41599128180','2020-09-03 13:24:42',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1618,'4000','41599128180','2020-09-03 13:24:42',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1619,'4000','41599128180','2020-09-03 13:24:42',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1620,'4000','41599128180','2020-09-03 13:24:42',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1621,'1110','41599128180','2020-09-03 13:24:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1622,'1110','41599128180','2020-09-03 13:24:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1623,'1110','41599128180','2020-09-03 13:24:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1624,'1110','41599128180','2020-09-03 13:24:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1625,'1110','41599128180','2020-09-03 13:24:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1626,'1110','41599128180','2020-09-03 13:24:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1627,'5500','41599128180','2020-09-03 13:24:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1628,'1000','41599128702','2020-09-03 14:18:41',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1629,'4000','41599128702','2020-09-03 14:18:41',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1630,'4000','41599128702','2020-09-03 14:18:41',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1631,'4000','41599128702','2020-09-03 14:18:41',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1632,'4000','41599128702','2020-09-03 14:18:41',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1633,'4000','41599128702','2020-09-03 14:18:41',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1634,'4000','41599128702','2020-09-03 14:18:41',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1635,'1110','41599128702','2020-09-03 14:18:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1636,'1110','41599128702','2020-09-03 14:18:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1637,'1110','41599128702','2020-09-03 14:18:41',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1638,'1110','41599128702','2020-09-03 14:18:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1639,'1110','41599128702','2020-09-03 14:18:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1640,'1110','41599128702','2020-09-03 14:18:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1641,'5500','41599128702','2020-09-03 14:18:41',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1642,'1000','41599131930','2020-09-03 15:14:25',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1643,'4000','41599131930','2020-09-03 15:14:25',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1644,'4000','41599131930','2020-09-03 15:14:25',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1645,'4000','41599131930','2020-09-03 15:14:25',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1646,'4000','41599131930','2020-09-03 15:14:25',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1647,'4000','41599131930','2020-09-03 15:14:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1648,'4000','41599131930','2020-09-03 15:14:25',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1649,'1110','41599131930','2020-09-03 15:14:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1650,'1110','41599131930','2020-09-03 15:14:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1651,'1110','41599131930','2020-09-03 15:14:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1652,'1110','41599131930','2020-09-03 15:14:25',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1653,'1110','41599131930','2020-09-03 15:14:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1654,'1110','41599131930','2020-09-03 15:14:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1655,'5500','41599131930','2020-09-03 15:14:25',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1656,'1000','41599135277','2020-09-03 15:16:03',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1657,'4000','41599135277','2020-09-03 15:16:03',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1658,'4000','41599135277','2020-09-03 15:16:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1659,'4000','41599135277','2020-09-03 15:16:03',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1660,'4000','41599135277','2020-09-03 15:16:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1661,'4000','41599135277','2020-09-03 15:16:03',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1662,'4000','41599135277','2020-09-03 15:16:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1663,'1110','41599135277','2020-09-03 15:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1664,'1110','41599135277','2020-09-03 15:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1665,'1110','41599135277','2020-09-03 15:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1666,'1110','41599135277','2020-09-03 15:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1667,'1110','41599135277','2020-09-03 15:16:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1668,'1110','41599135277','2020-09-03 15:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1669,'5500','41599135277','2020-09-03 15:16:03',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1670,'1000','41599135632','2020-09-03 15:28:27',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1671,'4000','41599135632','2020-09-03 15:28:27',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1672,'4000','41599135632','2020-09-03 15:28:27',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1673,'4000','41599135632','2020-09-03 15:28:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1674,'4000','41599135632','2020-09-03 15:28:27',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1675,'4000','41599135632','2020-09-03 15:28:27',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1676,'4000','41599135632','2020-09-03 15:28:27',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1677,'1110','41599135632','2020-09-03 15:28:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1678,'1110','41599135632','2020-09-03 15:28:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1679,'1110','41599135632','2020-09-03 15:28:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1680,'1110','41599135632','2020-09-03 15:28:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1681,'1110','41599135632','2020-09-03 15:28:27',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1682,'1110','41599135632','2020-09-03 15:28:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1683,'5500','41599135632','2020-09-03 15:28:27',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1684,'1000','41599140823','2020-09-03 16:48:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1685,'4000','41599140823','2020-09-03 16:48:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1686,'4000','41599140823','2020-09-03 16:48:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1687,'4000','41599140823','2020-09-03 16:48:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1688,'4000','41599140823','2020-09-03 16:48:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1689,'4000','41599140823','2020-09-03 16:48:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1690,'4000','41599140823','2020-09-03 16:48:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1691,'1110','41599140823','2020-09-03 16:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1692,'1110','41599140823','2020-09-03 16:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1693,'1110','41599140823','2020-09-03 16:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1694,'1110','41599140823','2020-09-03 16:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1695,'1110','41599140823','2020-09-03 16:48:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1696,'1110','41599140823','2020-09-03 16:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1697,'5500','41599140823','2020-09-03 16:48:04',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1698,'1000','71599200501','2020-09-04 09:23:13',60000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1699,'4000','71599200501','2020-09-04 09:23:13',NULL,60000.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(1700,'1000','71599200618','2020-09-04 10:08:27',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1701,'4000','71599200618','2020-09-04 10:08:27',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1702,'4000','71599200618','2020-09-04 10:08:27',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1703,'4000','71599200618','2020-09-04 10:08:27',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1704,'4000','71599200618','2020-09-04 10:08:27',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1705,'4000','71599200618','2020-09-04 10:08:27',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1706,'4000','71599200618','2020-09-04 10:08:27',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1707,'1110','71599200618','2020-09-04 10:08:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1708,'1110','71599200618','2020-09-04 10:08:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1709,'1110','71599200618','2020-09-04 10:08:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1710,'1110','71599200618','2020-09-04 10:08:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1711,'1110','71599200618','2020-09-04 10:08:27',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1712,'1110','71599200618','2020-09-04 10:08:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1713,'5500','71599200618','2020-09-04 10:08:27',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1714,'1000','71599203333','2020-09-04 11:01:44',850.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1715,'4000','71599203333','2020-09-04 11:01:44',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1716,'4000','71599203333','2020-09-04 11:01:44',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1717,'4000','71599203333','2020-09-04 11:01:44',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1718,'4000','71599203333','2020-09-04 11:01:44',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(1719,'4000','71599203333','2020-09-04 11:01:44',NULL,50.00,'','7','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(1720,'4000','71599203333','2020-09-04 11:01:44',NULL,50.00,'','7','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(1721,'4000','71599203333','2020-09-04 11:01:44',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1722,'4000','71599203333','2020-09-04 11:01:44',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1723,'4000','71599203333','2020-09-04 11:01:44',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1724,'4000','71599203333','2020-09-04 11:01:44',NULL,210.00,'','7','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(1725,'4000','71599203333','2020-09-04 11:01:44',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(1726,'4000','71599203333','2020-09-04 11:01:44',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1727,'1000','71599206530','2020-09-04 11:02:38',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1728,'4000','71599206530','2020-09-04 11:02:38',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1729,'1110','71599206530','2020-09-04 11:02:38',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1730,'5500','71599206530','2020-09-04 11:02:38',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1731,'1000','71599206564','2020-09-04 11:05:05',570.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1732,'4000','71599206564','2020-09-04 11:05:05',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1733,'4000','71599206564','2020-09-04 11:05:05',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1734,'4000','71599206564','2020-09-04 11:05:05',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1735,'4000','71599206564','2020-09-04 11:05:05',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1736,'4000','71599206564','2020-09-04 11:05:05',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1737,'4000','71599206564','2020-09-04 11:05:05',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1738,'4000','71599206564','2020-09-04 11:05:05',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1739,'1110','71599206564','2020-09-04 11:05:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1740,'1110','71599206564','2020-09-04 11:05:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1741,'1110','71599206564','2020-09-04 11:05:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1742,'1110','71599206564','2020-09-04 11:05:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1743,'1110','71599206564','2020-09-04 11:05:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1744,'1110','71599206564','2020-09-04 11:05:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1745,'1110','71599206564','2020-09-04 11:05:05',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1746,'5500','71599206564','2020-09-04 11:05:05',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1747,'1000','71599208370','2020-09-04 11:34:45',1440.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1748,'4000','71599208370','2020-09-04 11:34:45',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1749,'4000','71599208370','2020-09-04 11:34:45',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1750,'4000','71599208370','2020-09-04 11:34:45',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1751,'4000','71599208370','2020-09-04 11:34:45',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1752,'4000','71599208370','2020-09-04 11:34:45',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1753,'4000','71599208370','2020-09-04 11:34:45',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1754,'4000','71599208370','2020-09-04 11:34:45',NULL,660.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1755,'4000','71599208370','2020-09-04 11:34:45',NULL,120.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(1756,'4000','71599208370','2020-09-04 11:34:45',NULL,120.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1757,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1758,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1759,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1760,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1761,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1762,'1110','71599208370','2020-09-04 11:34:45',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1763,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(1764,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(1765,'1110','71599208370','2020-09-04 11:34:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(1766,'5500','71599208370','2020-09-04 11:34:45',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1767,'1000','71599208497','2020-09-04 13:28:46',180.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1768,'4000','71599208497','2020-09-04 13:28:46',NULL,180.00,'','7','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(1769,'1000','71599215357','2020-09-04 14:08:30',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1770,'4000','71599215357','2020-09-04 14:08:30',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1771,'1110','71599215357','2020-09-04 14:08:30',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1772,'5500','71599215357','2020-09-04 14:08:30',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1773,'1000','71599217715','2020-09-04 14:39:21',570.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1774,'4000','71599217715','2020-09-04 14:39:21',NULL,120.00,'','7','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(1775,'4000','71599217715','2020-09-04 14:39:21',NULL,450.00,'','7','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(1776,'1000','71599219620','2020-09-04 15:04:05',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1777,'4000','71599219620','2020-09-04 15:04:05',NULL,1000.00,'','7','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(1778,'4000','71599219620','2020-09-04 15:04:05',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(1779,'4000','71599219620','2020-09-04 15:04:05',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1780,'1110','71599219620','2020-09-04 15:04:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(1781,'1110','71599219620','2020-09-04 15:04:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(1782,'1110','71599219620','2020-09-04 15:04:05',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1783,'5500','71599219620','2020-09-04 15:04:05',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1784,'1000','71599221101','2020-09-04 16:02:36',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1785,'4000','71599221101','2020-09-04 16:02:36',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1786,'4000','71599221101','2020-09-04 16:02:36',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1787,'4000','71599221101','2020-09-04 16:02:36',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1788,'4000','71599221101','2020-09-04 16:02:36',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1789,'4000','71599221101','2020-09-04 16:02:36',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1790,'4000','71599221101','2020-09-04 16:02:36',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1791,'1110','71599221101','2020-09-04 16:02:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1792,'1110','71599221101','2020-09-04 16:02:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1793,'1110','71599221101','2020-09-04 16:02:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1794,'1110','71599221101','2020-09-04 16:02:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1795,'1110','71599221101','2020-09-04 16:02:36',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1796,'1110','71599221101','2020-09-04 16:02:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1797,'5500','71599221101','2020-09-04 16:02:36',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1798,'1000','71599226642','2020-09-04 16:39:02',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1799,'4000','71599226642','2020-09-04 16:39:02',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1800,'4000','71599226642','2020-09-04 16:39:02',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1801,'4000','71599226642','2020-09-04 16:39:02',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1802,'4000','71599226642','2020-09-04 16:39:02',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1803,'4000','71599226642','2020-09-04 16:39:02',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1804,'4000','71599226642','2020-09-04 16:39:02',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1805,'1110','71599226642','2020-09-04 16:39:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1806,'1110','71599226642','2020-09-04 16:39:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1807,'1110','71599226642','2020-09-04 16:39:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1808,'1110','71599226642','2020-09-04 16:39:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1809,'1110','71599226642','2020-09-04 16:39:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1810,'1110','71599226642','2020-09-04 16:39:02',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1811,'5500','71599226642','2020-09-04 16:39:02',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1812,'1000','81599286324','2020-09-05 09:13:31',820.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1813,'4000','81599286324','2020-09-05 09:13:31',NULL,340.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1814,'4000','81599286324','2020-09-05 09:13:31',NULL,260.00,'','8','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(1815,'4000','81599286324','2020-09-05 09:13:31',NULL,20.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1816,'4000','81599286324','2020-09-05 09:13:31',NULL,200.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1817,'1000','71599287230','2020-09-05 09:27:24',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1818,'4000','71599287230','2020-09-05 09:27:24',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1819,'1110','71599287230','2020-09-05 09:27:24',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1820,'5500','71599287230','2020-09-05 09:27:24',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1821,'1000','71599287264','2020-09-05 10:22:56',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1822,'4000','71599287264','2020-09-05 10:22:56',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1823,'4000','71599287264','2020-09-05 10:22:56',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1824,'4000','71599287264','2020-09-05 10:22:56',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1825,'4000','71599287264','2020-09-05 10:22:56',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1826,'4000','71599287264','2020-09-05 10:22:56',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1827,'4000','71599287264','2020-09-05 10:22:56',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1828,'4000','71599287264','2020-09-05 10:22:56',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1829,'1110','71599287264','2020-09-05 10:22:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1830,'1110','71599287264','2020-09-05 10:22:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1831,'1110','71599287264','2020-09-05 10:22:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1832,'1110','71599287264','2020-09-05 10:22:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1833,'1110','71599287264','2020-09-05 10:22:56',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1834,'1110','71599287264','2020-09-05 10:22:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1835,'1110','71599287264','2020-09-05 10:22:56',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1836,'5500','71599287264','2020-09-05 10:22:56',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1837,'1000','71599290702','2020-09-05 10:26:30',700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1838,'4000','71599290702','2020-09-05 10:26:30',NULL,700.00,'','7','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(1839,'1110','71599290702','2020-09-05 10:26:30',NULL,5.00,'','7','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(1840,'5500','71599290702','2020-09-05 10:26:30',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1841,'1000','71599290984','2020-09-05 11:21:46',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1842,'4000','71599290984','2020-09-05 11:21:46',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1843,'4000','71599290984','2020-09-05 11:21:46',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1844,'4000','71599290984','2020-09-05 11:21:46',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1845,'4000','71599290984','2020-09-05 11:21:46',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1846,'4000','71599290984','2020-09-05 11:21:46',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1847,'4000','71599290984','2020-09-05 11:21:46',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1848,'1110','71599290984','2020-09-05 11:21:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1849,'1110','71599290984','2020-09-05 11:21:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1850,'1110','71599290984','2020-09-05 11:21:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1851,'1110','71599290984','2020-09-05 11:21:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1852,'1110','71599290984','2020-09-05 11:21:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1853,'1110','71599290984','2020-09-05 11:21:46',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1854,'5500','71599290984','2020-09-05 11:21:46',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1855,'1000','71599295447','2020-09-05 11:44:18',120.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1856,'4000','71599295447','2020-09-05 11:44:18',NULL,120.00,'','7','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(1857,'1000','71599295471','2020-09-05 11:46:20',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1858,'4000','71599295471','2020-09-05 11:46:20',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1859,'4000','71599295471','2020-09-05 11:46:20',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1860,'4000','71599295471','2020-09-05 11:46:20',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1861,'4000','71599295471','2020-09-05 11:46:20',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1862,'4000','71599295471','2020-09-05 11:46:20',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1863,'4000','71599295471','2020-09-05 11:46:20',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1864,'1110','71599295471','2020-09-05 11:46:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1865,'1110','71599295471','2020-09-05 11:46:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1866,'1110','71599295471','2020-09-05 11:46:20',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1867,'1110','71599295471','2020-09-05 11:46:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1868,'1110','71599295471','2020-09-05 11:46:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1869,'1110','71599295471','2020-09-05 11:46:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1870,'5500','71599295471','2020-09-05 11:46:20',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1871,'1000','71599295609','2020-09-05 11:54:42',2000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1872,'4000','71599295609','2020-09-05 11:54:42',NULL,2000.00,'','7','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(1873,'1000','TRANS-81599296094','2020-09-05 11:54:40',NULL,8000.00,'-122600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1874,'1035','TRANS-81599296094','2020-09-05 11:54:40',8000.00,NULL,'89600','8','1','Transfer','','','','','','No',NULL,NULL,''),(1875,'1000','71599461344','2020-09-07 09:50:23',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1876,'4000','71599461344','2020-09-07 09:50:23',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1877,'4000','71599461344','2020-09-07 09:50:23',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1878,'4000','71599461344','2020-09-07 09:50:23',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1879,'4000','71599461344','2020-09-07 09:50:23',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1880,'4000','71599461344','2020-09-07 09:50:23',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1881,'4000','71599461344','2020-09-07 09:50:23',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1882,'1110','71599461344','2020-09-07 09:50:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(1883,'1110','71599461344','2020-09-07 09:50:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(1884,'1110','71599461344','2020-09-07 09:50:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(1885,'1110','71599461344','2020-09-07 09:50:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1886,'1110','71599461344','2020-09-07 09:50:23',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1887,'1110','71599461344','2020-09-07 09:50:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1888,'5500','71599461344','2020-09-07 09:50:23',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1889,'1000','71599461428','2020-09-07 10:05:08',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1890,'4000','71599461428','2020-09-07 10:05:08',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1891,'4000','71599461428','2020-09-07 10:05:08',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1892,'4000','71599461428','2020-09-07 10:05:08',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1893,'4000','71599461428','2020-09-07 10:05:08',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1894,'4000','71599461428','2020-09-07 10:05:08',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1895,'4000','71599461428','2020-09-07 10:05:08',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1896,'1110','71599461428','2020-09-07 10:05:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1897,'1110','71599461428','2020-09-07 10:05:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1898,'1110','71599461428','2020-09-07 10:05:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1899,'1110','71599461428','2020-09-07 10:05:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1900,'1110','71599461428','2020-09-07 10:05:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1901,'1110','71599461428','2020-09-07 10:05:08',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1902,'5500','71599461428','2020-09-07 10:05:08',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1903,'1000','71599462314','2020-09-07 11:09:40',1000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1904,'4000','71599462314','2020-09-07 11:09:40',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1905,'4000','71599462314','2020-09-07 11:09:40',NULL,200.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1906,'4000','71599462314','2020-09-07 11:09:40',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1907,'4000','71599462314','2020-09-07 11:09:40',NULL,40.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1908,'4000','71599462314','2020-09-07 11:09:40',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1909,'4000','71599462314','2020-09-07 11:09:40',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1910,'1110','71599462314','2020-09-07 11:09:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1911,'1110','71599462314','2020-09-07 11:09:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1912,'1110','71599462314','2020-09-07 11:09:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1913,'1110','71599462314','2020-09-07 11:09:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1914,'1110','71599462314','2020-09-07 11:09:40',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1915,'1110','71599462314','2020-09-07 11:09:40',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1916,'5500','71599462314','2020-09-07 11:09:40',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1919,'5660','81599466346','2020-09-01 11:13:12',100.00,NULL,'0','8','1','marketing','1','','','7','','No',NULL,NULL,''),(1920,'1000','81599466346','2020-09-01 11:13:12',NULL,100.00,'0','8','1','cash','1','','','7','','No',NULL,NULL,''),(1921,'1000','71599466188','2020-09-07 11:21:21',840.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1922,'4000','71599466188','2020-09-07 11:21:21',NULL,300.00,'','7','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(1923,'4000','71599466188','2020-09-07 11:21:21',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1924,'4000','71599466188','2020-09-07 11:21:21',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1925,'4000','71599466188','2020-09-07 11:21:21',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1926,'4000','71599466188','2020-09-07 11:21:21',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1927,'4000','71599466188','2020-09-07 11:21:21',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1928,'4000','71599466188','2020-09-07 11:21:21',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1929,'1110','71599466188','2020-09-07 11:21:21',NULL,2.00,'','7','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(1930,'1110','71599466188','2020-09-07 11:21:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1931,'1110','71599466188','2020-09-07 11:21:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1932,'1110','71599466188','2020-09-07 11:21:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1933,'1110','71599466188','2020-09-07 11:21:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1934,'1110','71599466188','2020-09-07 11:21:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1935,'1110','71599466188','2020-09-07 11:21:21',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(1936,'5500','71599466188','2020-09-07 11:21:21',7.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1937,'1000','71599468759','2020-09-07 12:12:58',460.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1938,'4000','71599468759','2020-09-07 12:12:58',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1939,'4000','71599468759','2020-09-07 12:12:58',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1940,'4000','71599468759','2020-09-07 12:12:58',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1941,'4000','71599468759','2020-09-07 12:12:58',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1942,'1000','71599470008','2020-09-07 12:14:35',270.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1943,'4000','71599470008','2020-09-07 12:14:35',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1944,'4000','71599470008','2020-09-07 12:14:35',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1945,'4000','71599470008','2020-09-07 12:14:35',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1946,'4000','71599470008','2020-09-07 12:14:35',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1947,'1000','71599471016','2020-09-07 12:31:00',2500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1948,'4000','71599471016','2020-09-07 12:31:00',NULL,2500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(1949,'1000','71599471070','2020-09-07 12:56:36',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1950,'4000','71599471070','2020-09-07 12:56:36',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1951,'4000','71599471070','2020-09-07 12:56:36',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1952,'4000','71599471070','2020-09-07 12:56:36',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1953,'4000','71599471070','2020-09-07 12:56:36',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1954,'4000','71599471070','2020-09-07 12:56:36',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1955,'4000','71599471070','2020-09-07 12:56:36',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1956,'1110','71599471070','2020-09-07 12:56:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1957,'1110','71599471070','2020-09-07 12:56:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1958,'1110','71599471070','2020-09-07 12:56:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1959,'1110','71599471070','2020-09-07 12:56:36',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1960,'1110','71599471070','2020-09-07 12:56:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1961,'1110','71599471070','2020-09-07 12:56:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1962,'5500','71599471070','2020-09-07 12:56:36',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1963,'1000','71599472601','2020-09-07 12:58:02',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1964,'4000','71599472601','2020-09-07 12:58:02',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1965,'4000','71599472601','2020-09-07 12:58:02',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1966,'4000','71599472601','2020-09-07 12:58:02',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1967,'4000','71599472601','2020-09-07 12:58:02',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1968,'4000','71599472601','2020-09-07 12:58:02',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1969,'4000','71599472601','2020-09-07 12:58:02',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(1970,'1110','71599472601','2020-09-07 12:58:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1971,'1110','71599472601','2020-09-07 12:58:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1972,'1110','71599472601','2020-09-07 12:58:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1973,'1110','71599472601','2020-09-07 12:58:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1974,'1110','71599472601','2020-09-07 12:58:02',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1975,'1110','71599472601','2020-09-07 12:58:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(1976,'5500','71599472601','2020-09-07 12:58:02',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1977,'1000','71599472702','2020-09-07 13:12:09',1620.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1978,'4000','71599472702','2020-09-07 13:12:09',NULL,960.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1979,'4000','71599472702','2020-09-07 13:12:09',NULL,330.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1980,'4000','71599472702','2020-09-07 13:12:09',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1981,'4000','71599472702','2020-09-07 13:12:09',NULL,60.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1982,'4000','71599472702','2020-09-07 13:12:09',NULL,150.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(1983,'4000','71599472702','2020-09-07 13:12:09',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1984,'4000','71599472702','2020-09-07 13:12:09',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(1985,'1110','71599472702','2020-09-07 13:12:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1986,'1110','71599472702','2020-09-07 13:12:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(1987,'1110','71599472702','2020-09-07 13:12:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(1988,'1110','71599472702','2020-09-07 13:12:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(1989,'1110','71599472702','2020-09-07 13:12:09',NULL,6.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(1990,'1110','71599472702','2020-09-07 13:12:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(1991,'1110','71599472702','2020-09-07 13:12:09',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(1992,'5500','71599472702','2020-09-07 13:12:09',6.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1993,'1000','71599473536','2020-09-07 13:34:24',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1994,'4000','71599473536','2020-09-07 13:34:24',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1995,'4000','71599473536','2020-09-07 13:34:24',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(1996,'4000','71599473536','2020-09-07 13:34:24',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1997,'4000','71599473536','2020-09-07 13:34:24',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(1998,'4000','71599473536','2020-09-07 13:34:24',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1999,'4000','71599473536','2020-09-07 13:34:24',NULL,50.00,'','7','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(2000,'1000','71599474877','2020-09-07 13:38:21',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2001,'4000','71599474877','2020-09-07 13:38:21',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2002,'4000','71599474877','2020-09-07 13:38:21',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2003,'4000','71599474877','2020-09-07 13:38:21',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2004,'4000','71599474877','2020-09-07 13:38:21',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2005,'4000','71599474877','2020-09-07 13:38:21',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2006,'4000','71599474877','2020-09-07 13:38:21',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2007,'1110','71599474877','2020-09-07 13:38:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2008,'1110','71599474877','2020-09-07 13:38:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2009,'1110','71599474877','2020-09-07 13:38:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2010,'1110','71599474877','2020-09-07 13:38:21',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2011,'1110','71599474877','2020-09-07 13:38:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2012,'1110','71599474877','2020-09-07 13:38:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2013,'5500','71599474877','2020-09-07 13:38:21',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2014,'1000','71599470100','2020-09-07 14:51:44',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2015,'4000','71599470100','2020-09-07 14:51:44',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2016,'4000','71599470100','2020-09-07 14:51:44',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2017,'4000','71599470100','2020-09-07 14:51:44',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2018,'4000','71599470100','2020-09-07 14:51:44',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2019,'4000','71599470100','2020-09-07 14:51:44',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2020,'4000','71599470100','2020-09-07 14:51:44',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2021,'1110','71599470100','2020-09-07 14:51:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2022,'1110','71599470100','2020-09-07 14:51:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2023,'1110','71599470100','2020-09-07 14:51:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(2024,'1110','71599470100','2020-09-07 14:51:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2025,'1110','71599470100','2020-09-07 14:51:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2026,'1110','71599470100','2020-09-07 14:51:44',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2027,'5500','71599470100','2020-09-07 14:51:44',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2028,'1000','71599479520','2020-09-07 14:57:52',2500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2029,'4000','71599479520','2020-09-07 14:57:52',NULL,2500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(2030,'1000','71599479895','2020-09-07 15:05:15',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2031,'4000','71599479895','2020-09-07 15:05:15',NULL,500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(2032,'1000','71599480397','2020-09-07 16:16:50',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2033,'4000','71599480397','2020-09-07 16:16:50',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2034,'4000','71599480397','2020-09-07 16:16:50',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2035,'4000','71599480397','2020-09-07 16:16:50',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2036,'4000','71599480397','2020-09-07 16:16:50',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2037,'4000','71599480397','2020-09-07 16:16:50',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2038,'4000','71599480397','2020-09-07 16:16:50',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2039,'1110','71599480397','2020-09-07 16:16:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2040,'1110','71599480397','2020-09-07 16:16:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2041,'1110','71599480397','2020-09-07 16:16:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2042,'1110','71599480397','2020-09-07 16:16:50',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2043,'1110','71599480397','2020-09-07 16:16:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2044,'1110','71599480397','2020-09-07 16:16:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2045,'5500','71599480397','2020-09-07 16:16:50',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2046,'1000','41176498340','2020-09-08 08:50:29',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2047,'4000','41176498340','2020-09-08 08:50:29',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(2048,'1000','41599544237','2020-09-08 09:35:45',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2049,'4000','41599544237','2020-09-08 09:35:45',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2050,'1000','41599546952','2020-09-08 09:48:18',1980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2051,'4000','41599546952','2020-09-08 09:48:18',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2052,'4000','41599546952','2020-09-08 09:48:18',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2053,'4000','41599546952','2020-09-08 09:48:18',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2054,'4000','41599546952','2020-09-08 09:48:18',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2055,'4000','41599546952','2020-09-08 09:48:18',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2056,'4000','41599546952','2020-09-08 09:48:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2057,'4000','41599546952','2020-09-08 09:48:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2058,'4000','41599546952','2020-09-08 09:48:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2059,'4000','41599546952','2020-09-08 09:48:18',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2060,'4000','41599546952','2020-09-08 09:48:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2061,'4000','41599546952','2020-09-08 09:48:18',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2062,'4000','41599546952','2020-09-08 09:48:18',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(2063,'4000','41599546952','2020-09-08 09:48:18',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2064,'4000','41599546952','2020-09-08 09:48:18',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2065,'4000','41599546952','2020-09-08 09:48:18',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2066,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2067,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2068,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2069,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2070,'1110','41599546952','2020-09-08 09:48:18',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2071,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2072,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2073,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2074,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2075,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2076,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2077,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(2078,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(2079,'1110','41599546952','2020-09-08 09:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2080,'1110','41599546952','2020-09-08 09:48:18',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2081,'5500','41599546952','2020-09-08 09:48:18',9.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2082,'1000','41599547833','2020-09-08 09:54:17',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2083,'4000','41599547833','2020-09-08 09:54:17',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(2084,'1000','41599548063','2020-09-08 10:00:24',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2085,'4000','41599548063','2020-09-08 10:00:24',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(2086,'1000','41599550009','2020-09-08 10:35:26',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2087,'4000','41599550009','2020-09-08 10:35:26',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2088,'4000','41599550009','2020-09-08 10:35:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2089,'4000','41599550009','2020-09-08 10:35:26',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2090,'4000','41599550009','2020-09-08 10:35:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2091,'4000','41599550009','2020-09-08 10:35:26',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2092,'4000','41599550009','2020-09-08 10:35:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2093,'1110','41599550009','2020-09-08 10:35:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2094,'1110','41599550009','2020-09-08 10:35:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2095,'1110','41599550009','2020-09-08 10:35:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2096,'1110','41599550009','2020-09-08 10:35:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2097,'1110','41599550009','2020-09-08 10:35:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2098,'1110','41599550009','2020-09-08 10:35:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2099,'5500','41599550009','2020-09-08 10:35:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2100,'1000','41599550556','2020-09-08 10:44:58',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2101,'4000','41599550556','2020-09-08 10:44:58',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2102,'4000','41599550556','2020-09-08 10:44:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2103,'4000','41599550556','2020-09-08 10:44:58',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2104,'4000','41599550556','2020-09-08 10:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2105,'4000','41599550556','2020-09-08 10:44:58',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2106,'4000','41599550556','2020-09-08 10:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2107,'4000','41599550556','2020-09-08 10:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2108,'4000','41599550556','2020-09-08 10:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2109,'4000','41599550556','2020-09-08 10:44:58',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2110,'4000','41599550556','2020-09-08 10:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(2111,'4000','41599550556','2020-09-08 10:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2112,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2113,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2114,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(2115,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(2116,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2117,'1110','41599550556','2020-09-08 10:44:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2118,'1110','41599550556','2020-09-08 10:44:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2119,'1110','41599550556','2020-09-08 10:44:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2120,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2121,'1110','41599550556','2020-09-08 10:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(2122,'1110','41599550556','2020-09-08 10:44:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2123,'5500','41599550556','2020-09-08 10:44:58',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2124,'1000','41599551109','2020-09-08 11:53:57',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2125,'4000','41599551109','2020-09-08 11:53:57',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2126,'4000','41599551109','2020-09-08 11:53:57',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2127,'4000','41599551109','2020-09-08 11:53:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2128,'4000','41599551109','2020-09-08 11:53:57',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2129,'4000','41599551109','2020-09-08 11:53:57',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2130,'4000','41599551109','2020-09-08 11:53:57',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2131,'1110','41599551109','2020-09-08 11:53:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2132,'1110','41599551109','2020-09-08 11:53:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2133,'1110','41599551109','2020-09-08 11:53:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2134,'1110','41599551109','2020-09-08 11:53:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2135,'1110','41599551109','2020-09-08 11:53:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2136,'1110','41599551109','2020-09-08 11:53:57',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2137,'5500','41599551109','2020-09-08 11:53:57',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2138,'1000','41599555243','2020-09-08 11:55:50',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2139,'4000','41599555243','2020-09-08 11:55:50',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2140,'4000','41599555243','2020-09-08 11:55:50',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2141,'4000','41599555243','2020-09-08 11:55:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2142,'4000','41599555243','2020-09-08 11:55:50',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(2143,'4000','41599555243','2020-09-08 11:55:50',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2144,'4000','41599555243','2020-09-08 11:55:50',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(2145,'4000','41599555243','2020-09-08 11:55:50',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2146,'4000','41599555243','2020-09-08 11:55:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2147,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2148,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2149,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2150,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(2151,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(2152,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(2153,'1110','41599555243','2020-09-08 11:55:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2154,'1110','41599555243','2020-09-08 11:55:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2155,'5500','41599555243','2020-09-08 11:55:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2156,'1000','41599555356','2020-09-08 12:13:08',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2157,'4000','41599555356','2020-09-08 12:13:08',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2158,'4000','41599555356','2020-09-08 12:13:08',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2159,'4000','41599555356','2020-09-08 12:13:08',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2160,'4000','41599555356','2020-09-08 12:13:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2161,'4000','41599555356','2020-09-08 12:13:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2162,'4000','41599555356','2020-09-08 12:13:08',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2163,'1000','41599556594','2020-09-08 12:19:10',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2164,'4000','41599556594','2020-09-08 12:19:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2165,'4000','41599556594','2020-09-08 12:19:10',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2166,'4000','41599556594','2020-09-08 12:19:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2167,'4000','41599556594','2020-09-08 12:19:10',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2168,'4000','41599556594','2020-09-08 12:19:10',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(2169,'4000','41599556594','2020-09-08 12:19:10',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(2170,'4000','41599556594','2020-09-08 12:19:10',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2171,'4000','41599556594','2020-09-08 12:19:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2172,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2173,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2174,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2175,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2176,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(2177,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(2178,'1110','41599556594','2020-09-08 12:19:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2179,'1110','41599556594','2020-09-08 12:19:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2180,'5500','41599556594','2020-09-08 12:19:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2181,'1000','41599556779','2020-09-08 12:35:03',290.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2182,'4000','41599556779','2020-09-08 12:35:03',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2183,'4000','41599556779','2020-09-08 12:35:03',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2184,'4000','41599556779','2020-09-08 12:35:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2185,'4000','41599556779','2020-09-08 12:35:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2186,'1000','41599557717','2020-09-08 14:20:14',680.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2187,'4000','41599557717','2020-09-08 14:20:14',NULL,250.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2188,'4000','41599557717','2020-09-08 14:20:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2189,'4000','41599557717','2020-09-08 14:20:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2190,'4000','41599557717','2020-09-08 14:20:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2191,'4000','41599557717','2020-09-08 14:20:14',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2192,'4000','41599557717','2020-09-08 14:20:14',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2193,'1000','41599564036','2020-09-08 15:07:28',1030.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2194,'4000','41599564036','2020-09-08 15:07:28',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(2195,'4000','41599564036','2020-09-08 15:07:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2196,'4000','41599564036','2020-09-08 15:07:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2197,'4000','41599564036','2020-09-08 15:07:28',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2198,'4000','41599564036','2020-09-08 15:07:28',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2199,'4000','41599564036','2020-09-08 15:07:28',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2200,'4000','41599564036','2020-09-08 15:07:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2201,'4000','41599564036','2020-09-08 15:07:28',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2202,'4000','41599564036','2020-09-08 15:07:28',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(2203,'4000','41599564036','2020-09-08 15:07:28',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2204,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(2205,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2206,'1110','41599564036','2020-09-08 15:07:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2207,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2208,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2209,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2210,'1110','41599564036','2020-09-08 15:07:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2211,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(2212,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(2213,'1110','41599564036','2020-09-08 15:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2214,'5500','41599564036','2020-09-08 15:07:28',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2215,'1000','41599566865','2020-09-08 15:09:29',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2216,'4000','41599566865','2020-09-08 15:09:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2217,'4000','41599566865','2020-09-08 15:09:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2218,'4000','41599566865','2020-09-08 15:09:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2219,'4000','41599566865','2020-09-08 15:09:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2220,'4000','41599566865','2020-09-08 15:09:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2221,'1000','41599566984','2020-09-08 15:15:34',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2222,'4000','41599566984','2020-09-08 15:15:34',NULL,3200.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2223,'4000','41599566984','2020-09-08 15:15:34',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2224,'4000','41599566984','2020-09-08 15:15:34',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2225,'4000','41599566984','2020-09-08 15:15:34',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2226,'4000','41599566984','2020-09-08 15:15:34',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2227,'4000','41599566984','2020-09-08 15:15:34',NULL,300.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2228,'4000','41599566984','2020-09-08 15:15:34',NULL,500.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2229,'1110','41599566984','2020-09-08 15:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2230,'1110','41599566984','2020-09-08 15:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2231,'1110','41599566984','2020-09-08 15:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2232,'1110','41599566984','2020-09-08 15:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2233,'1110','41599566984','2020-09-08 15:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2234,'1110','41599566984','2020-09-08 15:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2235,'1110','41599566984','2020-09-08 15:15:34',NULL,50.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2236,'5500','41599566984','2020-09-08 15:15:34',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2237,'1000','41599567366','2020-09-08 15:28:50',980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2238,'4000','41599567366','2020-09-08 15:28:50',NULL,440.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2239,'4000','41599567366','2020-09-08 15:28:50',NULL,120.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2240,'4000','41599567366','2020-09-08 15:28:50',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2241,'4000','41599567366','2020-09-08 15:28:50',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2242,'4000','41599567366','2020-09-08 15:28:50',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2243,'4000','41599567366','2020-09-08 15:28:50',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2244,'4000','41599567366','2020-09-08 15:28:50',NULL,50.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2245,'4000','41599567366','2020-09-08 15:28:50',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2246,'4000','41599567366','2020-09-08 15:28:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2247,'4000','41599567366','2020-09-08 15:28:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2248,'4000','41599567366','2020-09-08 15:28:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2249,'4000','41599567366','2020-09-08 15:28:50',NULL,20.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2250,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2251,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2252,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2253,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2254,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2255,'1110','41599567366','2020-09-08 15:28:50',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2256,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2257,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(2258,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2259,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2260,'1110','41599567366','2020-09-08 15:28:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2261,'1110','41599567366','2020-09-08 15:28:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2262,'5500','41599567366','2020-09-08 15:28:50',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2263,'1000','41599568146','2020-09-08 16:09:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2264,'4000','41599568146','2020-09-08 16:09:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2265,'4000','41599568146','2020-09-08 16:09:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2266,'4000','41599568146','2020-09-08 16:09:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2267,'4000','41599568146','2020-09-08 16:09:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2268,'4000','41599568146','2020-09-08 16:09:06',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2269,'4000','41599568146','2020-09-08 16:09:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2270,'1110','41599568146','2020-09-08 16:09:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2271,'1110','41599568146','2020-09-08 16:09:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2272,'1110','41599568146','2020-09-08 16:09:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2273,'1110','41599568146','2020-09-08 16:09:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2274,'1110','41599568146','2020-09-08 16:09:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2275,'1110','41599568146','2020-09-08 16:09:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2276,'5500','41599568146','2020-09-08 16:09:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2277,'1100','41599572466','2020-09-08 16:42:17',40000.00,NULL,'','4','1','Good sold','1','19','sales','','','No',NULL,NULL,''),(2278,'4000','41599572466','2020-09-08 16:42:17',NULL,40000.00,'','4','1','Good sold','1','19','sales','150','','No',NULL,NULL,''),(2279,'1000','41599572973','2020-09-08 16:50:40',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2280,'4000','41599572973','2020-09-08 16:50:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2281,'4000','41599572973','2020-09-08 16:50:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2282,'4000','41599572973','2020-09-08 16:50:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2283,'4000','41599572973','2020-09-08 16:50:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2284,'4000','41599572973','2020-09-08 16:50:40',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2285,'4000','41599572973','2020-09-08 16:50:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2286,'1110','41599572973','2020-09-08 16:50:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2287,'1110','41599572973','2020-09-08 16:50:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2288,'1110','41599572973','2020-09-08 16:50:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2289,'1110','41599572973','2020-09-08 16:50:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2290,'1110','41599572973','2020-09-08 16:50:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2291,'1110','41599572973','2020-09-08 16:50:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2292,'5500','41599572973','2020-09-08 16:50:40',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2293,'1000','71599631949','2020-09-09 09:14:44',820.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2294,'4000','71599631949','2020-09-09 09:14:44',NULL,340.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2295,'4000','71599631949','2020-09-09 09:14:44',NULL,260.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2296,'4000','71599631949','2020-09-09 09:14:44',NULL,200.00,'','7','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2297,'4000','71599631949','2020-09-09 09:14:44',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2298,'1000','71599638523','2020-09-09 11:03:42',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2299,'4000','71599638523','2020-09-09 11:03:42',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2300,'4000','71599638523','2020-09-09 11:03:42',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2301,'4000','71599638523','2020-09-09 11:03:42',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2302,'4000','71599638523','2020-09-09 11:03:42',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2303,'4000','71599638523','2020-09-09 11:03:42',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2304,'4000','71599638523','2020-09-09 11:03:42',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2305,'1110','71599638523','2020-09-09 11:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2306,'1110','71599638523','2020-09-09 11:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2307,'1110','71599638523','2020-09-09 11:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2308,'1110','71599638523','2020-09-09 11:03:42',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2309,'1110','71599638523','2020-09-09 11:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(2310,'1110','71599638523','2020-09-09 11:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2311,'5500','71599638523','2020-09-09 11:03:42',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2312,'1000','71599638645','2020-09-09 11:06:00',2100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2313,'4000','71599638645','2020-09-09 11:06:00',NULL,960.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2314,'4000','71599638645','2020-09-09 11:06:00',NULL,480.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2315,'4000','71599638645','2020-09-09 11:06:00',NULL,90.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2316,'4000','71599638645','2020-09-09 11:06:00',NULL,150.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2317,'4000','71599638645','2020-09-09 11:06:00',NULL,60.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2318,'4000','71599638645','2020-09-09 11:06:00',NULL,330.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2319,'4000','71599638645','2020-09-09 11:06:00',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2320,'1110','71599638645','2020-09-09 11:06:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2321,'1110','71599638645','2020-09-09 11:06:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2322,'1110','71599638645','2020-09-09 11:06:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2323,'1110','71599638645','2020-09-09 11:06:00',NULL,15.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2324,'1110','71599638645','2020-09-09 11:06:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2325,'1110','71599638645','2020-09-09 11:06:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2326,'1110','71599638645','2020-09-09 11:06:00',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2327,'5500','71599638645','2020-09-09 11:06:00',15.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2328,'1000','71599638783','2020-09-09 11:30:16',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2329,'4000','71599638783','2020-09-09 11:30:16',NULL,100.00,'','7','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(2330,'1000','71599640225','2020-09-09 12:03:57',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2331,'4000','71599640225','2020-09-09 12:03:57',NULL,500.00,'','7','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(2332,'1000','71599642245','2020-09-09 12:16:13',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2333,'4000','71599642245','2020-09-09 12:16:13',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2334,'4000','71599642245','2020-09-09 12:16:13',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2335,'4000','71599642245','2020-09-09 12:16:13',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2336,'4000','71599642245','2020-09-09 12:16:13',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2337,'4000','71599642245','2020-09-09 12:16:13',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2338,'4000','71599642245','2020-09-09 12:16:13',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2339,'1110','71599642245','2020-09-09 12:16:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2340,'1110','71599642245','2020-09-09 12:16:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2341,'1110','71599642245','2020-09-09 12:16:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2342,'1110','71599642245','2020-09-09 12:16:13',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2343,'1110','71599642245','2020-09-09 12:16:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(2344,'1110','71599642245','2020-09-09 12:16:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2345,'5500','71599642245','2020-09-09 12:16:13',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2346,'1000','71599642982','2020-09-09 12:38:40',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2347,'4000','71599642982','2020-09-09 12:38:40',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2348,'4000','71599642982','2020-09-09 12:38:40',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2349,'4000','71599642982','2020-09-09 12:38:40',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2350,'4000','71599642982','2020-09-09 12:38:40',NULL,210.00,'','7','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2351,'4000','71599642982','2020-09-09 12:38:40',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2352,'4000','71599642982','2020-09-09 12:38:40',NULL,100.00,'','7','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2353,'1000','71599644328','2020-09-09 13:08:17',1000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2354,'4000','71599644328','2020-09-09 13:08:17',NULL,600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2355,'4000','71599644328','2020-09-09 13:08:17',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2356,'4000','71599644328','2020-09-09 13:08:17',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2357,'4000','71599644328','2020-09-09 13:08:17',NULL,40.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2358,'4000','71599644328','2020-09-09 13:08:17',NULL,200.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2359,'4000','71599644328','2020-09-09 13:08:17',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2360,'1110','71599644328','2020-09-09 13:08:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2361,'1110','71599644328','2020-09-09 13:08:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2362,'1110','71599644328','2020-09-09 13:08:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2363,'1110','71599644328','2020-09-09 13:08:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2364,'1110','71599644328','2020-09-09 13:08:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2365,'1110','71599644328','2020-09-09 13:08:17',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2366,'5500','71599644328','2020-09-09 13:08:17',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2367,'1000','71599646106','2020-09-09 13:42:28',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2368,'4000','71599646106','2020-09-09 13:42:28',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2369,'4000','71599646106','2020-09-09 13:42:28',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2370,'4000','71599646106','2020-09-09 13:42:28',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2371,'4000','71599646106','2020-09-09 13:42:28',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2372,'4000','71599646106','2020-09-09 13:42:28',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2373,'4000','71599646106','2020-09-09 13:42:28',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2374,'1110','71599646106','2020-09-09 13:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2375,'1110','71599646106','2020-09-09 13:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2376,'1110','71599646106','2020-09-09 13:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2377,'1110','71599646106','2020-09-09 13:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2378,'1110','71599646106','2020-09-09 13:42:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2379,'1110','71599646106','2020-09-09 13:42:28',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2380,'5500','71599646106','2020-09-09 13:42:28',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2381,'1000','71599648218','2020-09-09 13:45:29',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2382,'4000','71599648218','2020-09-09 13:45:29',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2383,'4000','71599648218','2020-09-09 13:45:29',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2384,'4000','71599648218','2020-09-09 13:45:29',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2385,'4000','71599648218','2020-09-09 13:45:29',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2386,'4000','71599648218','2020-09-09 13:45:29',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2387,'4000','71599648218','2020-09-09 13:45:29',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2388,'1110','71599648218','2020-09-09 13:45:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2389,'1110','71599648218','2020-09-09 13:45:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2390,'1110','71599648218','2020-09-09 13:45:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2391,'1110','71599648218','2020-09-09 13:45:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(2392,'1110','71599648218','2020-09-09 13:45:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(2393,'1110','71599648218','2020-09-09 13:45:29',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2394,'5500','71599648218','2020-09-09 13:45:29',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2395,'1000','71599648348','2020-09-09 13:49:24',2700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2396,'4000','71599648348','2020-09-09 13:49:24',NULL,1600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2397,'4000','71599648348','2020-09-09 13:49:24',NULL,550.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2398,'4000','71599648348','2020-09-09 13:49:24',NULL,100.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2399,'4000','71599648348','2020-09-09 13:49:24',NULL,50.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2400,'4000','71599648348','2020-09-09 13:49:24',NULL,150.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2401,'4000','71599648348','2020-09-09 13:49:24',NULL,250.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2402,'1110','71599648348','2020-09-09 13:49:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2403,'1110','71599648348','2020-09-09 13:49:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2404,'1110','71599648348','2020-09-09 13:49:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2405,'1110','71599648348','2020-09-09 13:49:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2406,'1110','71599648348','2020-09-09 13:49:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2407,'1110','71599648348','2020-09-09 13:49:24',NULL,25.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2408,'5500','71599648348','2020-09-09 13:49:24',25.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2409,'1000','71599648644','2020-09-09 13:52:11',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2410,'4000','71599648644','2020-09-09 13:52:11',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2411,'4000','71599648644','2020-09-09 13:52:11',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2412,'4000','71599648644','2020-09-09 13:52:11',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2413,'4000','71599648644','2020-09-09 13:52:11',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2414,'4000','71599648644','2020-09-09 13:52:11',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2415,'4000','71599648644','2020-09-09 13:52:11',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2416,'1110','71599648644','2020-09-09 13:52:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2417,'1110','71599648644','2020-09-09 13:52:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2418,'1110','71599648644','2020-09-09 13:52:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2419,'1110','71599648644','2020-09-09 13:52:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2420,'1110','71599648644','2020-09-09 13:52:11',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2421,'1110','71599648644','2020-09-09 13:52:11',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2422,'5500','71599648644','2020-09-09 13:52:11',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2423,'1000','71599648738','2020-09-09 13:53:20',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2424,'4000','71599648738','2020-09-09 13:53:20',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2425,'1000','71599652680','2020-09-09 15:04:52',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2426,'4000','71599652680','2020-09-09 15:04:52',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2427,'4000','71599652680','2020-09-09 15:04:52',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2428,'4000','71599652680','2020-09-09 15:04:52',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2429,'4000','71599652680','2020-09-09 15:04:52',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2430,'4000','71599652680','2020-09-09 15:04:52',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2431,'4000','71599652680','2020-09-09 15:04:52',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2432,'1110','71599652680','2020-09-09 15:04:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2433,'1110','71599652680','2020-09-09 15:04:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2434,'1110','71599652680','2020-09-09 15:04:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2435,'1110','71599652680','2020-09-09 15:04:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2436,'1110','71599652680','2020-09-09 15:04:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2437,'1110','71599652680','2020-09-09 15:04:52',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2438,'5500','71599652680','2020-09-09 15:04:52',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2439,'1000','TRANS-81599653343','2020-09-09 15:08:46',NULL,6000.00,'-128600','8','1','Transfer','','','','','','No',NULL,NULL,''),(2440,'1035','TRANS-81599653343','2020-09-09 15:08:46',6000.00,NULL,'95600','8','1','Transfer','','','','','','No',NULL,NULL,''),(2441,'1000','71599653098','2020-09-09 15:18:11',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2442,'4000','71599653098','2020-09-09 15:18:11',NULL,300.00,'','7','1','Good sold','1','','sales','186','','No',NULL,NULL,''),(2443,'1000','71599653974','2020-09-09 15:35:50',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2444,'4000','71599653974','2020-09-09 15:35:50',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2445,'4000','71599653974','2020-09-09 15:35:50',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2446,'4000','71599653974','2020-09-09 15:35:50',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2447,'4000','71599653974','2020-09-09 15:35:50',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2448,'4000','71599653974','2020-09-09 15:35:50',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2449,'4000','71599653974','2020-09-09 15:35:50',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2450,'1110','71599653974','2020-09-09 15:35:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2451,'1110','71599653974','2020-09-09 15:35:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2452,'1110','71599653974','2020-09-09 15:35:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2453,'1110','71599653974','2020-09-09 15:35:50',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2454,'1110','71599653974','2020-09-09 15:35:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2455,'1110','71599653974','2020-09-09 15:35:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2456,'5500','71599653974','2020-09-09 15:35:50',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2459,'5531','81599656033','2020-09-01 15:55:05',500.00,NULL,'0','8','1','electricity bill','1','','','8','','No',NULL,NULL,''),(2460,'1000','81599656033','2020-09-01 15:55:05',NULL,500.00,'0','8','1','KPLC','1','','','8','','No',NULL,NULL,''),(2471,'5563','81599657625','2020-09-02 16:22:02',100.00,NULL,'0','8','1','Air time for phedis','1','','','11','','No',NULL,NULL,''),(2472,'1000','81599657625','2020-09-02 16:22:02',NULL,100.00,'0','8','1','Air time for phedis','1','','','11','','No',NULL,NULL,''),(2477,'5660','81599656660','2020-09-02 16:06:25',100.00,NULL,'0','8','1','marketing','1','','','13','','No',NULL,NULL,''),(2478,'1000','81599656660','2020-09-02 16:06:25',NULL,100.00,'0','8','1','marketing','1','','','13','','No',NULL,NULL,''),(2479,'1000','81599466346','2020-09-07 11:13:13',NULL,100.00,'','8','1','marketing','1','14','','','','No',NULL,NULL,'N/A'),(2480,'5660','81599466346','2020-09-07 11:13:13',100.00,NULL,'','8','1','marketing','1','14','','','','No',NULL,NULL,'N/A'),(2483,'5920','81599658829','2020-09-01 16:54:31',242.00,NULL,'0','8','1','Milk,Bread & Teabags','1','','','14','','No',NULL,NULL,''),(2484,'1000','81599658829','2020-09-01 16:54:31',NULL,242.00,'0','8','1','Milk,Bread & Teabags','1','','','14','','No',NULL,NULL,''),(2485,'1000','41599717049','2020-09-10 08:52:18',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2486,'4000','41599717049','2020-09-10 08:52:18',NULL,450.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(2487,'1000','41599717148','2020-09-10 08:55:35',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2488,'4000','41599717148','2020-09-10 08:55:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2489,'4000','41599717148','2020-09-10 08:55:35',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2490,'4000','41599717148','2020-09-10 08:55:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2491,'4000','41599717148','2020-09-10 08:55:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2492,'4000','41599717148','2020-09-10 08:55:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2493,'4000','41599717148','2020-09-10 08:55:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2494,'1110','41599717148','2020-09-10 08:55:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2495,'1110','41599717148','2020-09-10 08:55:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2496,'1110','41599717148','2020-09-10 08:55:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2497,'1110','41599717148','2020-09-10 08:55:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2498,'1110','41599717148','2020-09-10 08:55:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2499,'1110','41599717148','2020-09-10 08:55:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2500,'5500','41599717148','2020-09-10 08:55:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2501,'1000','41599717341','2020-09-10 09:34:33',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2502,'4000','41599717341','2020-09-10 09:34:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2503,'4000','41599717341','2020-09-10 09:34:33',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2504,'4000','41599717341','2020-09-10 09:34:33',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2505,'4000','41599717341','2020-09-10 09:34:33',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2506,'4000','41599717341','2020-09-10 09:34:33',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2507,'4000','41599717341','2020-09-10 09:34:33',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2508,'1110','41599717341','2020-09-10 09:34:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2509,'1110','41599717341','2020-09-10 09:34:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2510,'1110','41599717341','2020-09-10 09:34:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2511,'1110','41599717341','2020-09-10 09:34:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2512,'1110','41599717341','2020-09-10 09:34:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2513,'1110','41599717341','2020-09-10 09:34:33',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2514,'5500','41599717341','2020-09-10 09:34:33',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2515,'1000','41599719685','2020-09-10 09:59:53',440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2516,'4000','41599719685','2020-09-10 09:59:53',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2517,'4000','41599719685','2020-09-10 09:59:53',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2518,'4000','41599719685','2020-09-10 09:59:53',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2519,'4000','41599719685','2020-09-10 09:59:53',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2520,'4000','41599719685','2020-09-10 09:59:53',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2521,'4000','41599719685','2020-09-10 09:59:53',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2522,'4000','41599719685','2020-09-10 09:59:53',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2523,'1110','41599719685','2020-09-10 09:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2524,'1110','41599719685','2020-09-10 09:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2525,'1110','41599719685','2020-09-10 09:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(2526,'1110','41599719685','2020-09-10 09:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2527,'1110','41599719685','2020-09-10 09:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2528,'1110','41599719685','2020-09-10 09:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2529,'1110','41599719685','2020-09-10 09:59:53',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2530,'5500','41599719685','2020-09-10 09:59:53',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2531,'1000','41599721206','2020-09-10 10:57:43',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2532,'4000','41599721206','2020-09-10 10:57:43',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2533,'4000','41599721206','2020-09-10 10:57:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2534,'4000','41599721206','2020-09-10 10:57:43',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2535,'4000','41599721206','2020-09-10 10:57:43',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2536,'4000','41599721206','2020-09-10 10:57:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2537,'1110','41599721206','2020-09-10 10:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2538,'1110','41599721206','2020-09-10 10:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2539,'1110','41599721206','2020-09-10 10:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2540,'1110','41599721206','2020-09-10 10:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2541,'1110','41599721206','2020-09-10 10:57:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2542,'5500','41599721206','2020-09-10 10:57:43',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2543,'1000','41599724670','2020-09-10 11:06:56',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2544,'4000','41599724670','2020-09-10 11:06:56',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2545,'4000','41599724670','2020-09-10 11:06:56',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2546,'4000','41599724670','2020-09-10 11:06:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2547,'4000','41599724670','2020-09-10 11:06:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2548,'4000','41599724670','2020-09-10 11:06:56',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2549,'4000','41599724670','2020-09-10 11:06:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2550,'1110','41599724670','2020-09-10 11:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2551,'1110','41599724670','2020-09-10 11:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2552,'1110','41599724670','2020-09-10 11:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2553,'1110','41599724670','2020-09-10 11:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2554,'1110','41599724670','2020-09-10 11:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2555,'1110','41599724670','2020-09-10 11:06:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2556,'5500','41599724670','2020-09-10 11:06:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2557,'1000','41599725223','2020-09-10 12:34:55',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2558,'4000','41599725223','2020-09-10 12:34:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2559,'4000','41599725223','2020-09-10 12:34:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2560,'4000','41599725223','2020-09-10 12:34:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2561,'4000','41599725223','2020-09-10 12:34:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2562,'4000','41599725223','2020-09-10 12:34:55',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2563,'4000','41599725223','2020-09-10 12:34:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2564,'1110','41599725223','2020-09-10 12:34:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2565,'1110','41599725223','2020-09-10 12:34:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2566,'1110','41599725223','2020-09-10 12:34:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2567,'1110','41599725223','2020-09-10 12:34:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2568,'1110','41599725223','2020-09-10 12:34:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2569,'1110','41599725223','2020-09-10 12:34:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2570,'5500','41599725223','2020-09-10 12:34:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2571,'1000','41599730507','2020-09-10 12:56:11',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2572,'4000','41599730507','2020-09-10 12:56:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2573,'4000','41599730507','2020-09-10 12:56:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2574,'4000','41599730507','2020-09-10 12:56:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2575,'4000','41599730507','2020-09-10 12:56:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2576,'4000','41599730507','2020-09-10 12:56:11',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2577,'4000','41599730507','2020-09-10 12:56:11',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2578,'1110','41599730507','2020-09-10 12:56:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2579,'1110','41599730507','2020-09-10 12:56:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2580,'1110','41599730507','2020-09-10 12:56:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2581,'1110','41599730507','2020-09-10 12:56:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2582,'1110','41599730507','2020-09-10 12:56:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(2583,'1110','41599730507','2020-09-10 12:56:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2584,'5500','41599730507','2020-09-10 12:56:11',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2585,'1000','41599731780','2020-09-10 13:09:53',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2586,'4000','41599731780','2020-09-10 13:09:53',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2587,'4000','41599731780','2020-09-10 13:09:53',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2588,'4000','41599731780','2020-09-10 13:09:53',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2589,'4000','41599731780','2020-09-10 13:09:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2590,'4000','41599731780','2020-09-10 13:09:53',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2591,'4000','41599731780','2020-09-10 13:09:53',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2592,'1110','41599731780','2020-09-10 13:09:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2593,'1110','41599731780','2020-09-10 13:09:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2594,'1110','41599731780','2020-09-10 13:09:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2595,'1110','41599731780','2020-09-10 13:09:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2596,'1110','41599731780','2020-09-10 13:09:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2597,'1110','41599731780','2020-09-10 13:09:53',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2598,'5500','41599731780','2020-09-10 13:09:53',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2599,'1000','41599732775','2020-09-10 13:32:10',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2600,'4000','41599732775','2020-09-10 13:32:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2601,'4000','41599732775','2020-09-10 13:32:10',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2602,'4000','41599732775','2020-09-10 13:32:10',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2603,'4000','41599732775','2020-09-10 13:32:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2604,'4000','41599732775','2020-09-10 13:32:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2605,'4000','41599732775','2020-09-10 13:32:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2606,'1110','41599732775','2020-09-10 13:32:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2607,'1110','41599732775','2020-09-10 13:32:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2608,'1110','41599732775','2020-09-10 13:32:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(2609,'1110','41599732775','2020-09-10 13:32:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2610,'1110','41599732775','2020-09-10 13:32:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2611,'1110','41599732775','2020-09-10 13:32:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2612,'5500','41599732775','2020-09-10 13:32:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2613,'1000','41599733937','2020-09-10 14:06:33',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2614,'4000','41599733937','2020-09-10 14:06:33',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2615,'4000','41599733937','2020-09-10 14:06:33',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2616,'4000','41599733937','2020-09-10 14:06:33',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2617,'4000','41599733937','2020-09-10 14:06:33',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(2618,'4000','41599733937','2020-09-10 14:06:33',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(2619,'4000','41599733937','2020-09-10 14:06:33',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2620,'4000','41599733937','2020-09-10 14:06:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2621,'4000','41599733937','2020-09-10 14:06:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2622,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2623,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2624,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(2625,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(2626,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(2627,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2628,'1110','41599733937','2020-09-10 14:06:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2629,'1110','41599733937','2020-09-10 14:06:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2630,'5500','41599733937','2020-09-10 14:06:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2631,'1000','41599736027','2020-09-10 14:38:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2632,'4000','41599736027','2020-09-10 14:38:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2633,'4000','41599736027','2020-09-10 14:38:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2634,'4000','41599736027','2020-09-10 14:38:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2635,'4000','41599736027','2020-09-10 14:38:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2636,'4000','41599736027','2020-09-10 14:38:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2637,'4000','41599736027','2020-09-10 14:38:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2638,'1110','41599736027','2020-09-10 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2639,'1110','41599736027','2020-09-10 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2640,'1110','41599736027','2020-09-10 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2641,'1110','41599736027','2020-09-10 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2642,'1110','41599736027','2020-09-10 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2643,'1110','41599736027','2020-09-10 14:38:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2644,'5500','41599736027','2020-09-10 14:38:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2645,'1000','41599737914','2020-09-10 14:39:44',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2646,'4000','41599737914','2020-09-10 14:39:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2647,'4000','41599737914','2020-09-10 14:39:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2648,'4000','41599737914','2020-09-10 14:39:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2649,'4000','41599737914','2020-09-10 14:39:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2650,'4000','41599737914','2020-09-10 14:39:44',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2651,'4000','41599737914','2020-09-10 14:39:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2652,'1110','41599737914','2020-09-10 14:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2653,'1110','41599737914','2020-09-10 14:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2654,'1110','41599737914','2020-09-10 14:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2655,'1110','41599737914','2020-09-10 14:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2656,'1110','41599737914','2020-09-10 14:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2657,'1110','41599737914','2020-09-10 14:39:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2658,'5500','41599737914','2020-09-10 14:39:44',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2659,'1000','41599737989','2020-09-10 14:42:54',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2660,'4000','41599737989','2020-09-10 14:42:54',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(2661,'1000','41599738181','2020-09-10 14:47:18',1530.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2662,'4000','41599738181','2020-09-10 14:47:18',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2663,'4000','41599738181','2020-09-10 14:47:18',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2664,'4000','41599738181','2020-09-10 14:47:18',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2665,'4000','41599738181','2020-09-10 14:47:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2666,'4000','41599738181','2020-09-10 14:47:18',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2667,'4000','41599738181','2020-09-10 14:47:18',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2668,'4000','41599738181','2020-09-10 14:47:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2669,'4000','41599738181','2020-09-10 14:47:18',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2670,'4000','41599738181','2020-09-10 14:47:18',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2671,'4000','41599738181','2020-09-10 14:47:18',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2672,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2673,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2674,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2675,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2676,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2677,'1110','41599738181','2020-09-10 14:47:18',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2678,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2679,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(2680,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2681,'1110','41599738181','2020-09-10 14:47:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(2682,'5500','41599738181','2020-09-10 14:47:18',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2683,'1000','41599738602','2020-09-10 14:55:07',1890.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2684,'4000','41599738602','2020-09-10 14:55:07',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2685,'4000','41599738602','2020-09-10 14:55:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2686,'4000','41599738602','2020-09-10 14:55:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2687,'4000','41599738602','2020-09-10 14:55:07',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2688,'4000','41599738602','2020-09-10 14:55:07',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2689,'4000','41599738602','2020-09-10 14:55:07',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2690,'4000','41599738602','2020-09-10 14:55:07',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2691,'4000','41599738602','2020-09-10 14:55:07',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2692,'4000','41599738602','2020-09-10 14:55:07',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2693,'4000','41599738602','2020-09-10 14:55:07',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2694,'4000','41599738602','2020-09-10 14:55:07',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2695,'4000','41599738602','2020-09-10 14:55:07',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2696,'4000','41599738602','2020-09-10 14:55:07',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2697,'4000','41599738602','2020-09-10 14:55:07',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2698,'4000','41599738602','2020-09-10 14:55:07',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2699,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2700,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2701,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2702,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2703,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2704,'1110','41599738602','2020-09-10 14:55:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2705,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2706,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(2707,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2708,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(2709,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2710,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(2711,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(2712,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(2713,'1110','41599738602','2020-09-10 14:55:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2714,'5500','41599738602','2020-09-10 14:55:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2715,'1000','41599738924','2020-09-10 15:01:01',1890.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2716,'4000','41599738924','2020-09-10 15:01:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2717,'4000','41599738924','2020-09-10 15:01:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2718,'4000','41599738924','2020-09-10 15:01:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2719,'4000','41599738924','2020-09-10 15:01:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2720,'4000','41599738924','2020-09-10 15:01:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2721,'4000','41599738924','2020-09-10 15:01:01',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2722,'4000','41599738924','2020-09-10 15:01:01',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2723,'4000','41599738924','2020-09-10 15:01:01',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2724,'4000','41599738924','2020-09-10 15:01:01',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2725,'4000','41599738924','2020-09-10 15:01:01',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2726,'4000','41599738924','2020-09-10 15:01:01',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2727,'4000','41599738924','2020-09-10 15:01:01',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2728,'4000','41599738924','2020-09-10 15:01:01',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2729,'4000','41599738924','2020-09-10 15:01:01',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2730,'4000','41599738924','2020-09-10 15:01:01',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2731,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2732,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2733,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2734,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2735,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2736,'1110','41599738924','2020-09-10 15:01:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2737,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2738,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2739,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(2740,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(2741,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2742,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(2743,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(2744,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(2745,'1110','41599738924','2020-09-10 15:01:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2746,'5500','41599738924','2020-09-10 15:01:01',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2747,'1000','41599739271','2020-09-10 15:03:46',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2748,'4000','41599739271','2020-09-10 15:03:46',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2749,'4000','41599739271','2020-09-10 15:03:46',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2750,'4000','41599739271','2020-09-10 15:03:46',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2751,'4000','41599739271','2020-09-10 15:03:46',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2752,'4000','41599739271','2020-09-10 15:03:46',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2753,'4000','41599739271','2020-09-10 15:03:46',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2754,'1000','41599739432','2020-09-10 15:05:54',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2755,'4000','41599739432','2020-09-10 15:05:54',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2756,'4000','41599739432','2020-09-10 15:05:54',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2757,'4000','41599739432','2020-09-10 15:05:54',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2758,'4000','41599739432','2020-09-10 15:05:54',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(2759,'4000','41599739432','2020-09-10 15:05:54',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(2760,'4000','41599739432','2020-09-10 15:05:54',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2761,'4000','41599739432','2020-09-10 15:05:54',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2762,'1110','41599739432','2020-09-10 15:05:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2763,'1110','41599739432','2020-09-10 15:05:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2764,'1110','41599739432','2020-09-10 15:05:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2765,'1110','41599739432','2020-09-10 15:05:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(2766,'1110','41599739432','2020-09-10 15:05:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(2767,'1110','41599739432','2020-09-10 15:05:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2768,'1110','41599739432','2020-09-10 15:05:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2769,'5500','41599739432','2020-09-10 15:05:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2770,'1000','41599739720','2020-09-10 15:08:51',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2771,'4000','41599739720','2020-09-10 15:08:51',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(2772,'1000','41599739887','2020-09-10 16:10:01',1890.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2773,'4000','41599739887','2020-09-10 16:10:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2774,'4000','41599739887','2020-09-10 16:10:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2775,'4000','41599739887','2020-09-10 16:10:01',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2776,'4000','41599739887','2020-09-10 16:10:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2777,'4000','41599739887','2020-09-10 16:10:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2778,'4000','41599739887','2020-09-10 16:10:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2779,'4000','41599739887','2020-09-10 16:10:01',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2780,'4000','41599739887','2020-09-10 16:10:01',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2781,'4000','41599739887','2020-09-10 16:10:01',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2782,'4000','41599739887','2020-09-10 16:10:01',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2783,'4000','41599739887','2020-09-10 16:10:01',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2784,'4000','41599739887','2020-09-10 16:10:01',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2785,'4000','41599739887','2020-09-10 16:10:01',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2786,'4000','41599739887','2020-09-10 16:10:01',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2787,'4000','41599739887','2020-09-10 16:10:01',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2788,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2789,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2790,'1110','41599739887','2020-09-10 16:10:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2791,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2792,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2793,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2794,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2795,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(2796,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(2797,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(2798,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2799,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(2800,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(2801,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2802,'1110','41599739887','2020-09-10 16:10:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2803,'5500','41599739887','2020-09-10 16:10:01',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2804,'1000','41599744878','2020-09-10 16:36:36',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2805,'4000','41599744878','2020-09-10 16:36:36',NULL,400.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2806,'4000','41599744878','2020-09-10 16:36:36',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(2807,'4000','41599744878','2020-09-10 16:36:36',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(2808,'1000','41599745008','2020-09-10 16:38:40',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2809,'4000','41599745008','2020-09-10 16:38:40',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(2810,'4000','41599745008','2020-09-10 16:38:40',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2811,'4000','41599745008','2020-09-10 16:38:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2812,'1110','41599745008','2020-09-10 16:38:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(2813,'1110','41599745008','2020-09-10 16:38:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(2814,'1110','41599745008','2020-09-10 16:38:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2815,'5500','41599745008','2020-09-10 16:38:40',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2816,'1000','41599745148','2020-09-10 16:41:27',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2817,'4000','41599745148','2020-09-10 16:41:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2818,'4000','41599745148','2020-09-10 16:41:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2819,'4000','41599745148','2020-09-10 16:41:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2820,'4000','41599745148','2020-09-10 16:41:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2821,'4000','41599745148','2020-09-10 16:41:27',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2822,'4000','41599745148','2020-09-10 16:41:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2823,'1110','41599745148','2020-09-10 16:41:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2824,'1110','41599745148','2020-09-10 16:41:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2825,'1110','41599745148','2020-09-10 16:41:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2826,'1110','41599745148','2020-09-10 16:41:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2827,'1110','41599745148','2020-09-10 16:41:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2828,'1110','41599745148','2020-09-10 16:41:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2829,'5500','41599745148','2020-09-10 16:41:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2830,'1000','41599745958','2020-09-10 16:53:24',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2831,'4000','41599745958','2020-09-10 16:53:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2832,'4000','41599745958','2020-09-10 16:53:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2833,'4000','41599745958','2020-09-10 16:53:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2834,'1000','41599747167','2020-09-10 17:13:26',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2835,'4000','41599747167','2020-09-10 17:13:26',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(2836,'1000','41599747219','2020-09-10 17:14:22',36000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2837,'4000','41599747219','2020-09-10 17:14:22',NULL,36000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(2838,'1000','71599810572','2020-09-11 10:50:51',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2839,'4000','71599810572','2020-09-11 10:50:51',NULL,100.00,'','7','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2840,'1000','71599810689','2020-09-11 10:54:21',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2841,'4000','71599810689','2020-09-11 10:54:21',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2842,'4000','71599810689','2020-09-11 10:54:21',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2843,'4000','71599810689','2020-09-11 10:54:21',NULL,60.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2844,'4000','71599810689','2020-09-11 10:54:21',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2845,'4000','71599810689','2020-09-11 10:54:21',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2846,'4000','71599810689','2020-09-11 10:54:21',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2847,'1110','71599810689','2020-09-11 10:54:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2848,'1110','71599810689','2020-09-11 10:54:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2849,'1110','71599810689','2020-09-11 10:54:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(2850,'1110','71599810689','2020-09-11 10:54:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2851,'1110','71599810689','2020-09-11 10:54:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2852,'1110','71599810689','2020-09-11 10:54:21',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2853,'5500','71599810689','2020-09-11 10:54:21',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2854,'1000','71599810894','2020-09-11 10:55:56',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2855,'4000','71599810894','2020-09-11 10:55:56',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2856,'4000','71599810894','2020-09-11 10:55:56',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2857,'4000','71599810894','2020-09-11 10:55:56',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2858,'1000','71599812944','2020-09-11 11:34:13',1890.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2859,'4000','71599812944','2020-09-11 11:34:13',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2860,'4000','71599812944','2020-09-11 11:34:13',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2861,'4000','71599812944','2020-09-11 11:34:13',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2862,'4000','71599812944','2020-09-11 11:34:13',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2863,'4000','71599812944','2020-09-11 11:34:13',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2864,'4000','71599812944','2020-09-11 11:34:13',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2865,'4000','71599812944','2020-09-11 11:34:13',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2866,'4000','71599812944','2020-09-11 11:34:13',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(2867,'4000','71599812944','2020-09-11 11:34:13',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2868,'4000','71599812944','2020-09-11 11:34:13',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2869,'4000','71599812944','2020-09-11 11:34:13',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2870,'4000','71599812944','2020-09-11 11:34:13',NULL,60.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2871,'4000','71599812944','2020-09-11 11:34:13',NULL,420.00,'','7','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(2872,'4000','71599812944','2020-09-11 11:34:13',NULL,200.00,'','7','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(2873,'4000','71599812944','2020-09-11 11:34:13',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(2874,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2875,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2876,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2877,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2878,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2879,'1110','71599812944','2020-09-11 11:34:13',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2880,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(2881,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(2882,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(2883,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(2884,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(2885,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(2886,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(2887,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(2888,'1110','71599812944','2020-09-11 11:34:13',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(2889,'5500','71599812944','2020-09-11 11:34:13',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2890,'1000','71599813271','2020-09-11 11:35:57',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2891,'4000','71599813271','2020-09-11 11:35:57',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2892,'4000','71599813271','2020-09-11 11:35:57',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2893,'4000','71599813271','2020-09-11 11:35:57',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2894,'4000','71599813271','2020-09-11 11:35:57',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2895,'4000','71599813271','2020-09-11 11:35:57',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2896,'4000','71599813271','2020-09-11 11:35:57',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(2897,'1110','71599813271','2020-09-11 11:35:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2898,'1110','71599813271','2020-09-11 11:35:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2899,'1110','71599813271','2020-09-11 11:35:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2900,'1110','71599813271','2020-09-11 11:35:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2901,'1110','71599813271','2020-09-11 11:35:57',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2902,'1110','71599813271','2020-09-11 11:35:57',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(2903,'5500','71599813271','2020-09-11 11:35:57',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2904,'1000','71599813367','2020-09-11 11:41:52',3200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2905,'4000','71599813367','2020-09-11 11:41:52',NULL,1600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2906,'4000','71599813367','2020-09-11 11:41:52',NULL,450.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(2907,'4000','71599813367','2020-09-11 11:41:52',NULL,100.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2908,'4000','71599813367','2020-09-11 11:41:52',NULL,130.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2909,'4000','71599813367','2020-09-11 11:41:52',NULL,130.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2910,'4000','71599813367','2020-09-11 11:41:52',NULL,130.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2911,'4000','71599813367','2020-09-11 11:41:52',NULL,130.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2912,'4000','71599813367','2020-09-11 11:41:52',NULL,130.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2913,'4000','71599813367','2020-09-11 11:41:52',NULL,150.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2914,'4000','71599813367','2020-09-11 11:41:52',NULL,250.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2915,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2916,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(2917,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2918,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2919,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2920,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2921,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2922,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(2923,'1110','71599813367','2020-09-11 11:41:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2924,'1110','71599813367','2020-09-11 11:41:52',NULL,10.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2925,'5500','71599813367','2020-09-11 11:41:52',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2926,'1000','71599820042','2020-09-11 13:38:30',700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2927,'4000','71599820042','2020-09-11 13:38:30',NULL,700.00,'','7','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(2928,'1110','71599820042','2020-09-11 13:38:30',NULL,5.00,'','7','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(2929,'5500','71599820042','2020-09-11 13:38:30',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2930,'1000','71599820715','2020-09-11 14:17:32',2980.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2931,'4000','71599820715','2020-09-11 14:17:32',NULL,100.00,'','7','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2932,'4000','71599820715','2020-09-11 14:17:32',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2933,'4000','71599820715','2020-09-11 14:17:32',NULL,660.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(2934,'4000','71599820715','2020-09-11 14:17:32',NULL,1600.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2935,'4000','71599820715','2020-09-11 14:17:32',NULL,250.00,'','7','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2936,'4000','71599820715','2020-09-11 14:17:32',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2937,'4000','71599820715','2020-09-11 14:17:32',NULL,200.00,'','7','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(2938,'1000','71599823074','2020-09-11 14:30:17',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2939,'4000','71599823074','2020-09-11 14:30:17',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2940,'4000','71599823074','2020-09-11 14:30:17',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2941,'4000','71599823074','2020-09-11 14:30:17',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2942,'4000','71599823074','2020-09-11 14:30:17',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2943,'4000','71599823074','2020-09-11 14:30:17',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2944,'4000','71599823074','2020-09-11 14:30:17',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2945,'1110','71599823074','2020-09-11 14:30:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2946,'1110','71599823074','2020-09-11 14:30:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2947,'1110','71599823074','2020-09-11 14:30:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2948,'1110','71599823074','2020-09-11 14:30:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2949,'1110','71599823074','2020-09-11 14:30:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(2950,'1110','71599823074','2020-09-11 14:30:17',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2951,'5500','71599823074','2020-09-11 14:30:17',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2952,'1000','71599823893','2020-09-11 15:02:01',1200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2953,'4000','71599823893','2020-09-11 15:02:01',NULL,1200.00,'','7','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(2954,'1000','71599825737','2020-09-11 15:08:37',650.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2955,'4000','71599825737','2020-09-11 15:08:37',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2956,'4000','71599825737','2020-09-11 15:08:37',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2957,'4000','71599825737','2020-09-11 15:08:37',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2958,'4000','71599825737','2020-09-11 15:08:37',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2959,'4000','71599825737','2020-09-11 15:08:37',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2960,'4000','71599825737','2020-09-11 15:08:37',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2961,'4000','71599825737','2020-09-11 15:08:37',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2962,'1110','71599825737','2020-09-11 15:08:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2963,'1110','71599825737','2020-09-11 15:08:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2964,'1110','71599825737','2020-09-11 15:08:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2965,'1110','71599825737','2020-09-11 15:08:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2966,'1110','71599825737','2020-09-11 15:08:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2967,'1110','71599825737','2020-09-11 15:08:37',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2968,'1110','71599825737','2020-09-11 15:08:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2969,'5500','71599825737','2020-09-11 15:08:37',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2970,'1000','71599826169','2020-09-11 16:13:30',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2971,'4000','71599826169','2020-09-11 16:13:30',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2972,'4000','71599826169','2020-09-11 16:13:30',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2973,'4000','71599826169','2020-09-11 16:13:30',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2974,'4000','71599826169','2020-09-11 16:13:30',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2975,'4000','71599826169','2020-09-11 16:13:30',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2976,'4000','71599826169','2020-09-11 16:13:30',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2977,'1110','71599826169','2020-09-11 16:13:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2978,'1110','71599826169','2020-09-11 16:13:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2979,'1110','71599826169','2020-09-11 16:13:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2980,'1110','71599826169','2020-09-11 16:13:30',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2981,'1110','71599826169','2020-09-11 16:13:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2982,'1110','71599826169','2020-09-11 16:13:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2983,'5500','71599826169','2020-09-11 16:13:30',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2984,'1000','71599830019','2020-09-11 16:15:59',1620.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2985,'4000','71599830019','2020-09-11 16:15:59',NULL,960.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2986,'4000','71599830019','2020-09-11 16:15:59',NULL,330.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(2987,'4000','71599830019','2020-09-11 16:15:59',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(2988,'4000','71599830019','2020-09-11 16:15:59',NULL,90.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(2989,'4000','71599830019','2020-09-11 16:15:59',NULL,150.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(2990,'4000','71599830019','2020-09-11 16:15:59',NULL,60.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2991,'1110','71599830019','2020-09-11 16:15:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2992,'1110','71599830019','2020-09-11 16:15:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(2993,'1110','71599830019','2020-09-11 16:15:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(2994,'1110','71599830019','2020-09-11 16:15:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(2995,'1110','71599830019','2020-09-11 16:15:59',NULL,6.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(2996,'1110','71599830019','2020-09-11 16:15:59',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(2997,'5500','71599830019','2020-09-11 16:15:59',6.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2998,'1000','71599830177','2020-09-11 16:17:28',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2999,'4000','71599830177','2020-09-11 16:17:28',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3000,'4000','71599830177','2020-09-11 16:17:28',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3001,'4000','71599830177','2020-09-11 16:17:28',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3002,'4000','71599830177','2020-09-11 16:17:28',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3003,'4000','71599830177','2020-09-11 16:17:28',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3004,'4000','71599830177','2020-09-11 16:17:28',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3005,'1110','71599830177','2020-09-11 16:17:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3006,'1110','71599830177','2020-09-11 16:17:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(3007,'1110','71599830177','2020-09-11 16:17:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3008,'1110','71599830177','2020-09-11 16:17:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3009,'1110','71599830177','2020-09-11 16:17:28',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3010,'1110','71599830177','2020-09-11 16:17:28',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3011,'5500','71599830177','2020-09-11 16:17:28',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3012,'1000','71599830259','2020-09-11 16:21:10',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3013,'4000','71599830259','2020-09-11 16:21:10',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3014,'4000','71599830259','2020-09-11 16:21:10',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3015,'4000','71599830259','2020-09-11 16:21:10',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3016,'1000','71599830479','2020-09-11 16:22:32',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3017,'4000','71599830479','2020-09-11 16:22:32',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3018,'4000','71599830479','2020-09-11 16:22:32',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3019,'4000','71599830479','2020-09-11 16:22:32',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3020,'4000','71599830479','2020-09-11 16:22:32',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3021,'4000','71599830479','2020-09-11 16:22:32',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3022,'4000','71599830479','2020-09-11 16:22:32',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3023,'1110','71599830479','2020-09-11 16:22:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3024,'1110','71599830479','2020-09-11 16:22:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3025,'1110','71599830479','2020-09-11 16:22:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3026,'1110','71599830479','2020-09-11 16:22:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3027,'1110','71599830479','2020-09-11 16:22:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3028,'1110','71599830479','2020-09-11 16:22:32',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3029,'5500','71599830479','2020-09-11 16:22:32',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3030,'1000','71599831943','2020-09-11 16:48:12',670.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3031,'4000','71599831943','2020-09-11 16:48:12',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3032,'4000','71599831943','2020-09-11 16:48:12',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3033,'4000','71599831943','2020-09-11 16:48:12',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3034,'4000','71599831943','2020-09-11 16:48:12',NULL,220.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3035,'4000','71599831943','2020-09-11 16:48:12',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3036,'4000','71599831943','2020-09-11 16:48:12',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3037,'1110','71599831943','2020-09-11 16:48:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3038,'1110','71599831943','2020-09-11 16:48:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3039,'1110','71599831943','2020-09-11 16:48:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3040,'1110','71599831943','2020-09-11 16:48:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3041,'1110','71599831943','2020-09-11 16:48:12',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3042,'1110','71599831943','2020-09-11 16:48:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3043,'5500','71599831943','2020-09-11 16:48:12',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3044,'1000','71599832681','2020-09-11 17:00:33',800.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3045,'4000','71599832681','2020-09-11 17:00:33',NULL,500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(3046,'4000','71599832681','2020-09-11 17:00:33',NULL,300.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(3047,'1000','41599894612','2020-09-12 10:12:07',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3048,'4000','41599894612','2020-09-12 10:12:07',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3049,'4000','41599894612','2020-09-12 10:12:07',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3050,'4000','41599894612','2020-09-12 10:12:07',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3051,'4000','41599894612','2020-09-12 10:12:07',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3052,'4000','41599894612','2020-09-12 10:12:07',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3053,'4000','41599894612','2020-09-12 10:12:07',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3054,'1110','41599894612','2020-09-12 10:12:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3055,'1110','41599894612','2020-09-12 10:12:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3056,'1110','41599894612','2020-09-12 10:12:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3057,'1110','41599894612','2020-09-12 10:12:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3058,'1110','41599894612','2020-09-12 10:12:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3059,'1110','41599894612','2020-09-12 10:12:07',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3060,'5500','41599894612','2020-09-12 10:12:07',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3061,'1000','41599894734','2020-09-12 10:12:34',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3062,'4000','41599894734','2020-09-12 10:12:34',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3063,'1000','41599894761','2020-09-12 10:29:25',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3064,'4000','41599894761','2020-09-12 10:29:25',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(3065,'1000','41599895808','2020-09-12 11:49:51',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3066,'4000','41599895808','2020-09-12 11:49:51',NULL,2000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(3067,'1000','41599900600','2020-09-12 11:59:21',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3068,'4000','41599900600','2020-09-12 11:59:21',NULL,1000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3069,'1000','41599901190','2020-09-12 12:03:30',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3070,'4000','41599901190','2020-09-12 12:03:30',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3071,'4000','41599901190','2020-09-12 12:03:30',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3072,'4000','41599901190','2020-09-12 12:03:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3073,'4000','41599901190','2020-09-12 12:03:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3074,'4000','41599901190','2020-09-12 12:03:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3075,'4000','41599901190','2020-09-12 12:03:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3076,'1110','41599901190','2020-09-12 12:03:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3077,'1110','41599901190','2020-09-12 12:03:30',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3078,'1110','41599901190','2020-09-12 12:03:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3079,'1110','41599901190','2020-09-12 12:03:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3080,'1110','41599901190','2020-09-12 12:03:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3081,'1110','41599901190','2020-09-12 12:03:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3082,'5500','41599901190','2020-09-12 12:03:30',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3083,'1000','TRANS-81599905122','2020-09-11 13:04:54',NULL,35000.00,'-163600','8','1','Transfer','','','','','','No',NULL,NULL,''),(3084,'1035','TRANS-81599905122','2020-09-11 13:04:54',35000.00,NULL,'130600','8','1','Transfer','','','','','','No',NULL,NULL,''),(3085,'1000','TRANS-81599905138','2020-09-11 13:05:22',NULL,7500.00,'-171100','8','1','Transfer','','','','','','No',NULL,NULL,''),(3086,'1035','TRANS-81599905138','2020-09-11 13:05:22',7500.00,NULL,'138100','8','1','Transfer','','','','','','No',NULL,NULL,''),(3087,'1000','41599902403','2020-09-12 13:08:37',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3088,'4000','41599902403','2020-09-12 13:08:37',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3089,'4000','41599902403','2020-09-12 13:08:37',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3090,'4000','41599902403','2020-09-12 13:08:37',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3091,'4000','41599902403','2020-09-12 13:08:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3092,'4000','41599902403','2020-09-12 13:08:37',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3093,'4000','41599902403','2020-09-12 13:08:37',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3094,'1000','41600061282','2020-09-14 08:29:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3095,'4000','41600061282','2020-09-14 08:29:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3096,'4000','41600061282','2020-09-14 08:29:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3097,'4000','41600061282','2020-09-14 08:29:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3098,'4000','41600061282','2020-09-14 08:29:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3099,'4000','41600061282','2020-09-14 08:29:14',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3100,'4000','41600061282','2020-09-14 08:29:14',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3101,'1110','41600061282','2020-09-14 08:29:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3102,'1110','41600061282','2020-09-14 08:29:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3103,'1110','41600061282','2020-09-14 08:29:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3104,'1110','41600061282','2020-09-14 08:29:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3105,'1110','41600061282','2020-09-14 08:29:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3106,'1110','41600061282','2020-09-14 08:29:14',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3107,'5500','41600061282','2020-09-14 08:29:14',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3108,'1000','41600061362','2020-09-14 08:38:46',1460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3109,'4000','41600061362','2020-09-14 08:38:46',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3110,'4000','41600061362','2020-09-14 08:38:46',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3111,'4000','41600061362','2020-09-14 08:38:46',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3112,'4000','41600061362','2020-09-14 08:38:46',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3113,'4000','41600061362','2020-09-14 08:38:46',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3114,'4000','41600061362','2020-09-14 08:38:46',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3115,'4000','41600061362','2020-09-14 08:38:46',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(3116,'4000','41600061362','2020-09-14 08:38:46',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3117,'1000','41600061950','2020-09-14 09:11:58',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3118,'4000','41600061950','2020-09-14 09:11:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3119,'4000','41600061950','2020-09-14 09:11:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3120,'4000','41600061950','2020-09-14 09:11:58',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3121,'4000','41600061950','2020-09-14 09:11:58',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3122,'4000','41600061950','2020-09-14 09:11:58',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3123,'1000','41600063954','2020-09-14 10:23:48',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3124,'4000','41600063954','2020-09-14 10:23:48',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3125,'4000','41600063954','2020-09-14 10:23:48',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3126,'4000','41600063954','2020-09-14 10:23:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3127,'4000','41600063954','2020-09-14 10:23:48',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3128,'1000','41600068233','2020-09-14 10:34:06',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3129,'4000','41600068233','2020-09-14 10:34:06',NULL,3800.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(3130,'1000','41600068853','2020-09-14 10:39:33',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3131,'4000','41600068853','2020-09-14 10:39:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3132,'4000','41600068853','2020-09-14 10:39:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3133,'4000','41600068853','2020-09-14 10:39:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3134,'4000','41600068853','2020-09-14 10:39:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3135,'4000','41600068853','2020-09-14 10:39:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3136,'4000','41600068853','2020-09-14 10:39:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3137,'1110','41600068853','2020-09-14 10:39:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3138,'1110','41600068853','2020-09-14 10:39:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3139,'1110','41600068853','2020-09-14 10:39:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3140,'1110','41600068853','2020-09-14 10:39:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3141,'1110','41600068853','2020-09-14 10:39:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3142,'1110','41600068853','2020-09-14 10:39:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3143,'5500','41600068853','2020-09-14 10:39:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3144,'1000','41600069198','2020-09-14 11:15:17',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3145,'4000','41600069198','2020-09-14 11:15:17',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3146,'4000','41600069198','2020-09-14 11:15:17',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3147,'4000','41600069198','2020-09-14 11:15:17',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(3148,'4000','41600069198','2020-09-14 11:15:17',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3149,'4000','41600069198','2020-09-14 11:15:17',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3150,'4000','41600069198','2020-09-14 11:15:17',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3151,'4000','41600069198','2020-09-14 11:15:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3152,'4000','41600069198','2020-09-14 11:15:17',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3153,'4000','41600069198','2020-09-14 11:15:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3154,'4000','41600069198','2020-09-14 11:15:17',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3155,'4000','41600069198','2020-09-14 11:15:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3156,'4000','41600069198','2020-09-14 11:15:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3157,'4000','41600069198','2020-09-14 11:15:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3158,'4000','41600069198','2020-09-14 11:15:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3159,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3160,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3161,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(3162,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(3163,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(3164,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3165,'1110','41600069198','2020-09-14 11:15:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3166,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3167,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3168,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(3169,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3170,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3171,'1110','41600069198','2020-09-14 11:15:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3172,'1110','41600069198','2020-09-14 11:15:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3173,'5500','41600069198','2020-09-14 11:15:17',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3176,'5920','81600071293','2020-09-01 11:15:50',242.00,NULL,'0','8','1','Milk,Bread & Teabags','1','','','15','','No',NULL,NULL,''),(3177,'1000','81600071293','2020-09-01 11:15:50',NULL,242.00,'0','8','1','Milk,Bread & Teabags','1','','','15','','No',NULL,NULL,''),(3180,'5970','81600071382','2020-09-01 11:17:54',150.00,NULL,'0','8','1','5ltr Jericans','1','','','16','','No',NULL,NULL,''),(3181,'1000','81600071382','2020-09-01 11:17:54',NULL,150.00,'0','8','1','5LTR Jerican 2pcs','1','','','16','','No',NULL,NULL,''),(3184,'5531','81600071616','2020-09-01 11:26:13',500.00,NULL,'0','8','1','electricity bill','1','','','17','','No',NULL,NULL,''),(3185,'1000','81600071616','2020-09-01 11:26:13',NULL,500.00,'0','8','1','electricity bill','1','','','17','','No',NULL,NULL,''),(3188,'5660','81600071994','2020-09-01 11:29:26',100.00,NULL,'0','8','1','marketing','1','','','18','','No',NULL,NULL,''),(3189,'1000','81600071994','2020-09-01 11:29:26',NULL,100.00,'0','8','1','marketing','1','','','18','','No',NULL,NULL,''),(3192,'5920','81600072189','2020-09-01 11:31:09',190.00,NULL,'0','8','1','Milk & Bread','1','','','19','','No',NULL,NULL,''),(3193,'1000','81600072189','2020-09-01 11:31:09',NULL,190.00,'0','8','1','Milk & Bread','1','','','19','','No',NULL,NULL,''),(3194,'1000','41600071331','2020-09-14 11:44:24',1380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3195,'4000','41600071331','2020-09-14 11:44:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3196,'4000','41600071331','2020-09-14 11:44:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3197,'4000','41600071331','2020-09-14 11:44:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3198,'4000','41600071331','2020-09-14 11:44:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3199,'4000','41600071331','2020-09-14 11:44:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3200,'4000','41600071331','2020-09-14 11:44:24',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(3201,'4000','41600071331','2020-09-14 11:44:24',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3202,'4000','41600071331','2020-09-14 11:44:24',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(3203,'4000','41600071331','2020-09-14 11:44:24',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3204,'4000','41600071331','2020-09-14 11:44:24',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3205,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3206,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3207,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3208,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3209,'1110','41600071331','2020-09-14 11:44:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3210,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(3211,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3212,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(3213,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(3214,'1110','41600071331','2020-09-14 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3215,'5500','41600071331','2020-09-14 11:44:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3216,'1000','41600073160','2020-09-14 12:08:04',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3217,'4000','41600073160','2020-09-14 12:08:04',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3218,'4000','41600073160','2020-09-14 12:08:04',NULL,400.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3219,'4000','41600073160','2020-09-14 12:08:04',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3220,'4000','41600073160','2020-09-14 12:08:04',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3221,'4000','41600073160','2020-09-14 12:08:04',NULL,40.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3222,'4000','41600073160','2020-09-14 12:08:04',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3223,'1110','41600073160','2020-09-14 12:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3224,'1110','41600073160','2020-09-14 12:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(3225,'1110','41600073160','2020-09-14 12:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3226,'1110','41600073160','2020-09-14 12:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3227,'1110','41600073160','2020-09-14 12:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3228,'1110','41600073160','2020-09-14 12:08:04',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3229,'5500','41600073160','2020-09-14 12:08:04',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3232,'5660','81600072331','2020-09-02 12:32:05',100.00,NULL,'0','8','1','marketing','1','','','20','','No',NULL,NULL,''),(3233,'1000','81600072331','2020-09-02 12:32:05',NULL,100.00,'0','8','1','marketing ','1','','','20','','No',NULL,NULL,''),(3236,'5563','81600075947','2020-09-02 12:33:01',100.00,NULL,'0','8','1','air time ','1','','','21','','No',NULL,NULL,''),(3237,'1000','81600075947','2020-09-02 12:33:01',NULL,100.00,'0','8','1','Air time for phedis','1','','','21','','No',NULL,NULL,''),(3240,'5970','81600076008','2020-09-02 12:34:54',55.00,NULL,'0','8','1','packaging','1','','','22','','No',NULL,NULL,''),(3241,'1000','81600076008','2020-09-02 12:34:54',NULL,55.00,'0','8','1','Jumia packaging ','1','','','22','','No',NULL,NULL,''),(3244,'5990','81600076263','2020-09-02 12:38:26',200.00,NULL,'0','8','1','offloading ','1','','','23','','No',NULL,NULL,''),(3245,'1000','81600076263','2020-09-02 12:38:26',NULL,200.00,'0','8','1','offloading of products ','1','','','23','','No',NULL,NULL,''),(3246,'1000','41600074951','2020-09-14 12:42:12',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3247,'4000','41600074951','2020-09-14 12:42:12',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3250,'5970','81600076327','2020-09-03 12:41:55',80.00,NULL,'0','8','1','envelopes','1','','','24','','No',NULL,NULL,''),(3251,'1000','81600076327','2020-09-03 12:41:55',NULL,80.00,'0','8','1','med envelops 2pkts','1','','','24','','No',NULL,NULL,''),(3252,'1000','41600076543','2020-09-14 12:54:29',5350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3253,'4000','41600076543','2020-09-14 12:54:29',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3254,'4000','41600076543','2020-09-14 12:54:29',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3255,'4000','41600076543','2020-09-14 12:54:29',NULL,2000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3256,'4000','41600076543','2020-09-14 12:54:29',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3257,'1000','41600077285','2020-09-14 13:09:08',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3258,'4000','41600077285','2020-09-14 13:09:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3259,'4000','41600077285','2020-09-14 13:09:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3260,'4000','41600077285','2020-09-14 13:09:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3261,'4000','41600077285','2020-09-14 13:09:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3262,'4000','41600077285','2020-09-14 13:09:08',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3263,'4000','41600077285','2020-09-14 13:09:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3264,'1110','41600077285','2020-09-14 13:09:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3265,'1110','41600077285','2020-09-14 13:09:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3266,'1110','41600077285','2020-09-14 13:09:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3267,'1110','41600077285','2020-09-14 13:09:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3268,'1110','41600077285','2020-09-14 13:09:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3269,'1110','41600077285','2020-09-14 13:09:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3270,'5500','41600077285','2020-09-14 13:09:08',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3271,'1000','41600078161','2020-09-14 13:12:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3272,'4000','41600078161','2020-09-14 13:12:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3273,'4000','41600078161','2020-09-14 13:12:41',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(3274,'4000','41600078161','2020-09-14 13:12:41',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3275,'4000','41600078161','2020-09-14 13:12:41',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3276,'4000','41600078161','2020-09-14 13:12:41',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3277,'4000','41600078161','2020-09-14 13:12:41',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3278,'1000','41600078374','2020-09-14 13:14:00',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3279,'4000','41600078374','2020-09-14 13:14:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3280,'4000','41600078374','2020-09-14 13:14:00',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3281,'4000','41600078374','2020-09-14 13:14:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3282,'4000','41600078374','2020-09-14 13:14:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3283,'4000','41600078374','2020-09-14 13:14:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3284,'4000','41600078374','2020-09-14 13:14:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3285,'1110','41600078374','2020-09-14 13:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3286,'1110','41600078374','2020-09-14 13:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3287,'1110','41600078374','2020-09-14 13:14:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3288,'1110','41600078374','2020-09-14 13:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3289,'1110','41600078374','2020-09-14 13:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3290,'1110','41600078374','2020-09-14 13:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3291,'5500','41600078374','2020-09-14 13:14:00',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3292,'1000','41600078451','2020-09-14 13:15:28',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3293,'4000','41600078451','2020-09-14 13:15:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3294,'4000','41600078451','2020-09-14 13:15:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3295,'4000','41600078451','2020-09-14 13:15:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3296,'4000','41600078451','2020-09-14 13:15:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3297,'4000','41600078451','2020-09-14 13:15:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3298,'1000','41600078601','2020-09-14 13:18:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3299,'4000','41600078601','2020-09-14 13:18:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3300,'4000','41600078601','2020-09-14 13:18:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3301,'4000','41600078601','2020-09-14 13:18:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3302,'4000','41600078601','2020-09-14 13:18:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3303,'4000','41600078601','2020-09-14 13:18:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3304,'4000','41600078601','2020-09-14 13:18:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3305,'1110','41600078601','2020-09-14 13:18:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3306,'1110','41600078601','2020-09-14 13:18:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3307,'1110','41600078601','2020-09-14 13:18:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3308,'1110','41600078601','2020-09-14 13:18:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3309,'1110','41600078601','2020-09-14 13:18:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3310,'1110','41600078601','2020-09-14 13:18:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3311,'5500','41600078601','2020-09-14 13:18:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3312,'1000','41600078702','2020-09-14 13:23:06',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3313,'4000','41600078702','2020-09-14 13:23:06',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3314,'4000','41600078702','2020-09-14 13:23:06',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3315,'4000','41600078702','2020-09-14 13:23:06',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3316,'4000','41600078702','2020-09-14 13:23:06',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3317,'4000','41600078702','2020-09-14 13:23:06',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3318,'4000','41600078702','2020-09-14 13:23:06',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3319,'1110','41600078702','2020-09-14 13:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3320,'1110','41600078702','2020-09-14 13:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3321,'1110','41600078702','2020-09-14 13:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3322,'1110','41600078702','2020-09-14 13:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3323,'1110','41600078702','2020-09-14 13:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3324,'1110','41600078702','2020-09-14 13:23:06',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3325,'5500','41600078702','2020-09-14 13:23:06',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3326,'1000','41600079019','2020-09-14 13:28:30',1610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3327,'4000','41600079019','2020-09-14 13:28:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3328,'4000','41600079019','2020-09-14 13:28:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3329,'4000','41600079019','2020-09-14 13:28:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3330,'4000','41600079019','2020-09-14 13:28:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3331,'4000','41600079019','2020-09-14 13:28:30',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3332,'4000','41600079019','2020-09-14 13:28:30',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3333,'4000','41600079019','2020-09-14 13:28:30',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3334,'4000','41600079019','2020-09-14 13:28:30',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(3335,'4000','41600079019','2020-09-14 13:28:30',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3336,'4000','41600079019','2020-09-14 13:28:30',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3337,'4000','41600079019','2020-09-14 13:28:30',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3338,'4000','41600079019','2020-09-14 13:28:30',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3339,'1000','41600079361','2020-09-14 13:34:05',2260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3340,'4000','41600079361','2020-09-14 13:34:05',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3341,'4000','41600079361','2020-09-14 13:34:05',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3342,'4000','41600079361','2020-09-14 13:34:05',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3343,'4000','41600079361','2020-09-14 13:34:05',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3344,'4000','41600079361','2020-09-14 13:34:05',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3345,'4000','41600079361','2020-09-14 13:34:05',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3346,'4000','41600079361','2020-09-14 13:34:05',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3347,'4000','41600079361','2020-09-14 13:34:05',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3348,'1110','41600079361','2020-09-14 13:34:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3349,'1110','41600079361','2020-09-14 13:34:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3350,'1110','41600079361','2020-09-14 13:34:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3351,'1110','41600079361','2020-09-14 13:34:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3352,'1110','41600079361','2020-09-14 13:34:05',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3353,'1110','41600079361','2020-09-14 13:34:05',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3354,'1110','41600079361','2020-09-14 13:34:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3355,'1110','41600079361','2020-09-14 13:34:05',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3356,'5500','41600079361','2020-09-14 13:34:05',21.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3357,'1000','41600079682','2020-09-14 13:37:40',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3358,'4000','41600079682','2020-09-14 13:37:40',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3359,'4000','41600079682','2020-09-14 13:37:40',NULL,450.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3360,'4000','41600079682','2020-09-14 13:37:40',NULL,650.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3361,'4000','41600079682','2020-09-14 13:37:40',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3362,'4000','41600079682','2020-09-14 13:37:40',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3363,'4000','41600079682','2020-09-14 13:37:40',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3364,'1110','41600079682','2020-09-14 13:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3365,'1110','41600079682','2020-09-14 13:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3366,'1110','41600079682','2020-09-14 13:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(3367,'1110','41600079682','2020-09-14 13:37:40',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3368,'1110','41600079682','2020-09-14 13:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3369,'1110','41600079682','2020-09-14 13:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3370,'5500','41600079682','2020-09-14 13:37:40',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3371,'1000','41600079873','2020-09-14 13:39:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3372,'4000','41600079873','2020-09-14 13:39:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3373,'4000','41600079873','2020-09-14 13:39:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3374,'4000','41600079873','2020-09-14 13:39:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3375,'4000','41600079873','2020-09-14 13:39:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3376,'4000','41600079873','2020-09-14 13:39:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3377,'4000','41600079873','2020-09-14 13:39:50',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3378,'1110','41600079873','2020-09-14 13:39:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3379,'1110','41600079873','2020-09-14 13:39:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3380,'1110','41600079873','2020-09-14 13:39:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3381,'1110','41600079873','2020-09-14 13:39:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3382,'1110','41600079873','2020-09-14 13:39:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3383,'1110','41600079873','2020-09-14 13:39:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(3384,'5500','41600079873','2020-09-14 13:39:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3385,'1000','41600080008','2020-09-14 13:41:05',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3386,'4000','41600080008','2020-09-14 13:41:05',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3387,'1000','41600080081','2020-09-14 14:12:53',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3388,'4000','41600080081','2020-09-14 14:12:53',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3389,'4000','41600080081','2020-09-14 14:12:53',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3390,'1000','41600085633','2020-09-14 15:22:59',480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3391,'4000','41600085633','2020-09-14 15:22:59',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3392,'4000','41600085633','2020-09-14 15:22:59',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3393,'4000','41600085633','2020-09-14 15:22:59',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3394,'4000','41600085633','2020-09-14 15:22:59',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3395,'4000','41600085633','2020-09-14 15:22:59',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3396,'4000','41600085633','2020-09-14 15:22:59',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(3397,'4000','41600085633','2020-09-14 15:22:59',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3398,'4000','41600085633','2020-09-14 15:22:59',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3401,'5970','81600086164','2020-09-03 15:25:08',275.00,NULL,'0','8','1','wax pouch','1','','','25','','No',NULL,NULL,''),(3402,'1000','81600086164','2020-09-03 15:25:08',NULL,275.00,'0','8','1','WAX -P Pouch 100pcs','1','','','25','','No',NULL,NULL,''),(3405,'5920','81600086336','2020-09-03 15:27:04',289.00,NULL,'0','8','1','Milk,Bread &Tissues','1','','','26','','No',NULL,NULL,''),(3406,'1000','81600086336','2020-09-03 15:27:04',NULL,289.00,'0','8','1','Milk,Bread, &Tissues','1','','','26','','No',NULL,NULL,''),(3407,'1000','41600086188','2020-09-14 15:29:10',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3408,'4000','41600086188','2020-09-14 15:29:10',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3411,'5910','81600086493','2020-09-03 15:29:07',100.00,NULL,'0','8','1','garbage collection','1','','','27','','No',NULL,NULL,''),(3412,'1000','81600086493','2020-09-03 15:29:07',NULL,100.00,'0','8','1','Garbage Collection ','1','','','27','','No',NULL,NULL,''),(3415,'5970','81600086751','2020-09-03 15:33:46',650.00,NULL,'0','8','1','Jericans','1','','','28','','No',NULL,NULL,''),(3416,'1000','81600086751','2020-09-03 15:33:46',NULL,650.00,'0','8','1','Jerican 5kg 10pcs','1','','','28','','No',NULL,NULL,''),(3419,'5660','81600086858','2020-09-03 15:34:52',120.00,NULL,'0','8','1','marketing','1','','','29','','No',NULL,NULL,''),(3420,'1000','81600086858','2020-09-03 15:34:52',NULL,120.00,'0','8','1','marketing','1','','','29','','No',NULL,NULL,''),(3423,'5920','81600086936','2020-09-03 15:36:54',500.00,NULL,'0','8','1','milk','1','','','30','','No',NULL,NULL,''),(3424,'1000','81600086936','2020-09-03 15:36:54',NULL,500.00,'0','8','1','Milk 5pcs(staff decanting chemicals)','1','','','30','','No',NULL,NULL,''),(3425,'1000','41600086557','2020-09-14 15:36:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3426,'4000','41600086557','2020-09-14 15:36:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3427,'4000','41600086557','2020-09-14 15:36:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3428,'4000','41600086557','2020-09-14 15:36:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3429,'4000','41600086557','2020-09-14 15:36:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3430,'4000','41600086557','2020-09-14 15:36:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3431,'4000','41600086557','2020-09-14 15:36:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3432,'1110','41600086557','2020-09-14 15:36:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3433,'1110','41600086557','2020-09-14 15:36:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3434,'1110','41600086557','2020-09-14 15:36:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3435,'1110','41600086557','2020-09-14 15:36:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3436,'1110','41600086557','2020-09-14 15:36:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3437,'1110','41600086557','2020-09-14 15:36:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3438,'5500','41600086557','2020-09-14 15:36:17',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3441,'5563','81600087038','2020-09-03 15:38:03',100.00,NULL,'0','8','1','Air time for phedis','1','','','31','','No',NULL,NULL,''),(3442,'1000','81600087038','2020-09-03 15:38:03',NULL,100.00,'0','8','1','Air time for phedis','1','','','31','','No',NULL,NULL,''),(3443,'1000','41600087057','2020-09-14 15:40:17',1920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3444,'4000','41600087057','2020-09-14 15:40:17',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3445,'4000','41600087057','2020-09-14 15:40:17',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(3446,'4000','41600087057','2020-09-14 15:40:17',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3447,'4000','41600087057','2020-09-14 15:40:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3448,'4000','41600087057','2020-09-14 15:40:17',NULL,1250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(3449,'1000','41600087234','2020-09-14 15:42:02',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3450,'4000','41600087234','2020-09-14 15:42:02',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3451,'4000','41600087234','2020-09-14 15:42:02',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3452,'4000','41600087234','2020-09-14 15:42:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3453,'4000','41600087234','2020-09-14 15:42:02',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3454,'4000','41600087234','2020-09-14 15:42:02',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3455,'4000','41600087234','2020-09-14 15:42:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3456,'1110','41600087234','2020-09-14 15:42:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3457,'1110','41600087234','2020-09-14 15:42:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3458,'1110','41600087234','2020-09-14 15:42:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3459,'1110','41600087234','2020-09-14 15:42:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(3460,'1110','41600087234','2020-09-14 15:42:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3461,'1110','41600087234','2020-09-14 15:42:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3462,'5500','41600087234','2020-09-14 15:42:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3465,'5920','81600087220','2020-09-04 15:41:30',444.00,NULL,'0','8','1','Milk,Bread,Sugar & blueband','1','','','32','','No',NULL,NULL,''),(3466,'1000','81600087220','2020-09-04 15:41:30',NULL,444.00,'0','8','1','Milk,Bread ,Sugar & Blue band','1','','','32','','No',NULL,NULL,''),(3469,'5990','81600087364','2020-09-04 15:43:38',400.00,NULL,'0','8','1','Off Loading','1','','','33','','No',NULL,NULL,''),(3470,'1000','81600087364','2020-09-04 15:43:38',NULL,400.00,'0','8','1','Off Loading of detergents','1','','','33','','No',NULL,NULL,''),(3473,'5920','81600087452','2020-09-04 15:45:19',100.00,NULL,'0','8','1','parking fee','1','','','34','','No',NULL,NULL,''),(3474,'1000','81600087452','2020-09-04 15:45:19',NULL,100.00,'0','8','1','parking fees -customer','1','','','34','','No',NULL,NULL,''),(3477,'5920','81600087592','2020-09-05 15:48:00',190.00,NULL,'0','8','1','Milk & Bread ','1','','','35','','No',NULL,NULL,''),(3478,'1000','81600087592','2020-09-05 15:48:00',NULL,190.00,'0','8','1','Milk & Bread','1','','','35','','No',NULL,NULL,''),(3481,'5510','81600087800','2020-09-05 15:51:16',100.00,NULL,'0','8','1','Transport ','1','','','36','','No',NULL,NULL,''),(3482,'1000','81600087800','2020-09-05 15:51:16',NULL,100.00,'0','8','1','Transport for sanitizer delivery','1','','','36','','No',NULL,NULL,''),(3485,'5920','81600087935','2020-09-07 15:53:08',190.00,NULL,'0','8','1','Milk &Bread ','1','','','37','','No',NULL,NULL,''),(3486,'1000','81600087935','2020-09-07 15:53:08',NULL,190.00,'0','8','1','Bread & Milk','1','','','37','','No',NULL,NULL,''),(3493,'5930','81600088057','2020-09-07 15:56:28',100.00,NULL,'0','8','1','mpesa charges','1','','','40','','No',NULL,NULL,''),(3494,'5510','81600088057','2020-09-07 15:56:28',200.00,NULL,'0','8','1','transport','1','','','39','','No',NULL,NULL,''),(3495,'1850','81600088057','2020-09-07 15:56:28',2400.00,NULL,'0','8','1','perfume&salt','1','','','38','','No',NULL,NULL,''),(3496,'1000','81600088057','2020-09-07 15:56:28',NULL,2700.00,'0','8','1','m-pesa charges','1','','','38','','No',NULL,NULL,''),(3499,'5970','81600088387','2020-09-07 16:01:05',900.00,NULL,'0','8','1','polypots','1','','','41','','No',NULL,NULL,''),(3500,'1000','81600088387','2020-09-07 16:01:05',NULL,900.00,'0','8','1','polypots 300pcs','1','','','41','','No',NULL,NULL,''),(3503,'5980','81600088489','2020-09-07 16:02:20',140.00,NULL,'0','8','1','ETR rolls ','1','','','42','','No',NULL,NULL,''),(3504,'1000','81600088489','2020-09-07 16:02:20',NULL,140.00,'0','8','1','ETR rolls ','1','','','42','','No',NULL,NULL,''),(3507,'5550','81600088600','2020-09-07 16:03:58',700.00,NULL,'0','8','1','security pay','1','','','43','','No',NULL,NULL,''),(3508,'1000','81600088600','2020-09-07 16:03:58',NULL,700.00,'0','8','1','security pay ','1','','','43','','No',NULL,NULL,''),(3511,'5510','81600088661','2020-09-07 16:05:39',300.00,NULL,'0','8','1','Transport ','1','','','44','','No',NULL,NULL,''),(3512,'1000','81600088661','2020-09-07 16:05:39',NULL,300.00,'0','8','1','Transport for delivery of sanitizer to langata','1','','','44','','No',NULL,NULL,''),(3515,'5920','81600088764','2020-09-08 16:31:13',205.00,NULL,'0','8','1','Milk,Bread & bag','1','','','45','','No',NULL,NULL,''),(3516,'1000','81600088764','2020-09-08 16:31:13',NULL,205.00,'0','8','1','Milk,Bread & bag','1','','','45','','No',NULL,NULL,''),(3519,'5910','81600148489','2020-09-08 08:42:51',200.00,NULL,'0','8','1','Gabbage Collection','1','','','46','','No',NULL,NULL,''),(3520,'1000','81600148489','2020-09-08 08:42:51',NULL,200.00,'0','8','1','County Gabbage Collection','1','','','46','','No',NULL,NULL,''),(3523,'2041','81600148654','2020-09-08 08:46:07',5750.00,NULL,'0','8','1','NHIF Payment ','1','','','47','','No',NULL,NULL,''),(3524,'1000','81600148654','2020-09-08 08:46:07',NULL,5750.00,'0','8','1','NHIF Payment for 6 Staff','1','','','47','','No',NULL,NULL,''),(3527,'5510','81600148866','2020-09-08 08:50:34',500.00,NULL,'0','8','1','fare to Karanja','1','','','48','','No',NULL,NULL,''),(3528,'1000','81600148866','2020-09-08 08:50:34',NULL,500.00,'0','8','1','Fare to karanja for running errands','1','','','48','','No',NULL,NULL,''),(3531,'5910','81600149067','2020-09-08 08:52:32',100.00,NULL,'0','8','1','gabbage collection','1','','','49','','No',NULL,NULL,''),(3532,'1000','81600149067','2020-09-08 08:52:32',NULL,100.00,'0','8','1','gabbage collection ','1','','','49','','No',NULL,NULL,''),(3535,'5970','81600149205','2020-09-08 08:54:43',20.00,NULL,'0','8','1','non-wooven bag','1','','','50','','No',NULL,NULL,''),(3536,'1000','81600149205','2020-09-08 08:54:43',NULL,20.00,'0','8','1','non-wooven bag','1','','','50','','No',NULL,NULL,''),(3539,'5920','81600149347','2020-09-09 08:57:00',249.00,NULL,'0','8','1','Milk,Bread & Teabags','1','','','51','','No',NULL,NULL,''),(3540,'1000','81600149347','2020-09-09 08:57:00',NULL,249.00,'0','8','1','Milk,Bread & Teabags','1','','','51','','No',NULL,NULL,''),(3543,'5563','81600149462','2020-09-09 08:58:08',100.00,NULL,'0','8','1','Air time for phedis','1','','','52','','No',NULL,NULL,''),(3544,'1000','81600149462','2020-09-09 08:58:08',NULL,100.00,'0','8','1','Air time for phedis','1','','','52','','No',NULL,NULL,''),(3549,'5510','81600149510','2020-09-09 08:59:37',100.00,NULL,'0','8','1','Transport ','1','','','54','','No',NULL,NULL,''),(3550,'5900','81600149510','2020-09-09 08:59:37',1350.00,NULL,'0','8','1','pearlizer ','1','','','53','','No',NULL,NULL,''),(3551,'1000','81600149510','2020-09-09 08:59:37',NULL,1450.00,'0','8','1','transport','1','','','53','','No',NULL,NULL,''),(3554,'5970','81600149688','2020-09-09 09:03:06',400.00,NULL,'0','8','1','sisal rope','1','','','55','','No',NULL,NULL,''),(3555,'1000','81600149688','2020-09-09 09:03:06',NULL,400.00,'0','8','1','Sisal rope','1','','','55','','No',NULL,NULL,''),(3558,'5920','81600149814','2020-09-09 09:04:56',95.00,NULL,'0','8','1','Tissue','1','','','56','','No',NULL,NULL,''),(3559,'1000','81600149814','2020-09-09 09:04:56',NULL,95.00,'0','8','1','Tissue ','1','','','56','','No',NULL,NULL,''),(3562,'5660','81600149995','2020-09-09 09:07:11',100.00,NULL,'0','8','1','marketing','1','','','57','','No',NULL,NULL,''),(3563,'1000','81600149995','2020-09-09 09:07:11',NULL,100.00,'0','8','1','marketing','1','','','57','','No',NULL,NULL,''),(3566,'5920','81600150145','2020-09-10 09:15:28',190.00,NULL,'0','8','1','Milk & Bread ','1','','','58','','No',NULL,NULL,''),(3567,'1000','81600150145','2020-09-10 09:15:28',NULL,190.00,'0','8','1','Milk & Bread ','1','','','58','','No',NULL,NULL,''),(3572,'5970','81600150622','2020-09-10 09:18:15',450.00,NULL,'0','8','1','cartons ','1','','','60','','No',NULL,NULL,''),(3573,'5970','81600150622','2020-09-10 09:18:15',170.00,NULL,'0','8','1','wooven bags','1','','','59','','No',NULL,NULL,''),(3574,'1000','81600150622','2020-09-10 09:18:15',NULL,620.00,'0','8','1','Non woven carrier bags & cartons 15pcs','1','','','59','','No',NULL,NULL,''),(3577,'5660','81600150770','2020-09-10 09:20:11',30.00,NULL,'0','8','1','marketing','1','','','61','','No',NULL,NULL,''),(3578,'1000','81600150770','2020-09-10 09:20:11',NULL,30.00,'0','8','1','marketing','1','','','61','','No',NULL,NULL,''),(3581,'5510','81600150838','2020-09-10 09:22:08',750.00,NULL,'0','8','1','staff fare ','1','','','62','','No',NULL,NULL,''),(3582,'1000','81600150838','2020-09-10 09:22:08',NULL,750.00,'0','8','1','6 staff fare (overtime) ','1','','','62','','No',NULL,NULL,''),(3601,'5970','81600151002','2020-09-11 09:25:05',10.00,NULL,'0','8','1','bag','1','','','64','','No',NULL,NULL,''),(3602,'1000','81600151002','2020-09-11 09:25:05',NULL,10.00,'0','8','1','wooven bag','1','','','64','','No',NULL,NULL,''),(3605,'5920','81600151249','2020-09-11 09:28:49',190.00,NULL,'0','8','1','Milk & Bread','1','','','65','','No',NULL,NULL,''),(3606,'1000','81600151249','2020-09-11 09:28:49',NULL,190.00,'0','8','1','Milk & Bread','1','','','65','','No',NULL,NULL,''),(3609,'5970','81600151353','2020-09-11 09:32:41',275.00,NULL,'0','8','1','packaging','1','','','66','','No',NULL,NULL,''),(3610,'1000','81600151353','2020-09-11 09:32:41',NULL,275.00,'0','8','1','Wax Pouch 10pcs','1','','','66','','No',NULL,NULL,''),(3613,'5970','81600151587','2020-09-11 09:34:30',300.00,NULL,'0','8','1','packaging','1','','','67','','No',NULL,NULL,''),(3614,'1000','81600151587','2020-09-11 09:34:30',NULL,300.00,'0','8','1','wax Pouch 100 pcs','1','','','67','','No',NULL,NULL,''),(3621,'5970','81600151760','2020-09-11 09:37:55',55.00,NULL,'0','8','1','packaging ','1','','','69','','No',NULL,NULL,''),(3622,'1000','81600151760','2020-09-11 09:37:55',NULL,55.00,'0','8','1','packaging Jumia sales','1','','','69','','No',NULL,NULL,''),(3625,'5563','81600151919','2020-09-11 09:39:31',200.00,NULL,'0','8','1','airtime','1','','','70','','No',NULL,NULL,''),(3626,'1000','81600151919','2020-09-11 09:39:31',NULL,200.00,'0','8','1','airtime Modesta/felista','1','','','70','','No',NULL,NULL,''),(3629,'5920','81600152002','2020-09-12 09:41:23',370.00,NULL,'0','8','1','Milk,Bread & blue band','1','','','71','','No',NULL,NULL,''),(3630,'1000','81600152002','2020-09-12 09:41:23',NULL,370.00,'0','8','1','Milk,Bread & blue band ','1','','','71','','No',NULL,NULL,''),(3631,'1000','TRANS-81600152183','2020-09-14 09:42:44',NULL,9000.00,'-180100','8','1','Transfer','','','','','','No',NULL,NULL,''),(3632,'1020','TRANS-81600152183','2020-09-14 09:42:44',9000.00,NULL,'42000','8','1','Transfer','','','','','','No',NULL,NULL,''),(3635,'5970','81600153820','2020-09-02 10:11:36',3300.00,NULL,'0','8','1','packaging ','1','','','72','','No',NULL,NULL,''),(3636,'1000','81600153820','2020-09-02 10:11:36',NULL,3300.00,'0','8','1','Multpurpose labels','1','','','72','','No',NULL,NULL,''),(3637,'1000','41600154081','2020-09-15 10:15:39',1060.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3638,'4000','41600154081','2020-09-15 10:15:39',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3639,'4000','41600154081','2020-09-15 10:15:39',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(3642,'5920','81600151689','2020-09-11 09:35:39',110.00,NULL,'0','8','1','sugar','1','','','68','','No',NULL,NULL,''),(3643,'1000','81600151689','2020-09-11 09:35:39',NULL,110.00,'0','8','1','sugar 1kg','1','','','68','','No',NULL,NULL,''),(3646,'5910','81600155142','2020-09-12 10:33:43',100.00,NULL,'0','8','1','gabbage collection','1','','','73','','No',NULL,NULL,''),(3647,'1000','81600155142','2020-09-12 10:33:43',NULL,100.00,'0','8','1','gabbage collection','1','','','73','','No',NULL,NULL,''),(3650,'5980','81600155319','2020-09-12 10:36:14',1000.00,NULL,'0','8','1','petty cash voucher ','1','','','74','','No',NULL,NULL,''),(3651,'1000','81600155319','2020-09-12 10:36:14',NULL,1000.00,'0','8','1','petty cash voucher books printed 6pcs','1','','','74','','No',NULL,NULL,''),(3654,'5900','81600155405','2020-09-12 10:38:28',1000.00,NULL,'0','8','1','citrus & lavenda','1','','','75','','No',NULL,NULL,''),(3655,'1000','81600155405','2020-09-12 10:38:28',NULL,1000.00,'0','8','1','citrus and lavenda 1ltr each','1','','','75','','No',NULL,NULL,''),(3658,'5970','81600155551','2020-09-12 10:40:06',600.00,NULL,'0','8','1','empty bottles','1','','','76','','No',NULL,NULL,''),(3659,'1000','81600155551','2020-09-12 10:40:06',NULL,600.00,'0','8','1','empty bottles for perfumes','1','','','76','','No',NULL,NULL,''),(3662,'5510','81600155626','2020-09-12 10:41:29',100.00,NULL,'0','8','1','product delivery','1','','','77','','No',NULL,NULL,''),(3663,'1000','81600155626','2020-09-12 10:41:29',NULL,100.00,'0','8','1','Delivery of product ','1','','','77','','No',NULL,NULL,''),(3666,'5563','81600155724','2020-09-12 10:42:33',100.00,NULL,'0','8','1','Air time for phedis','1','','','78','','No',NULL,NULL,''),(3667,'1000','81600155724','2020-09-12 10:42:33',NULL,100.00,'0','8','1','Air time for phedis','1','','','78','','No',NULL,NULL,''),(3670,'5510','81600155834','2020-09-14 10:44:31',800.00,NULL,'0','8','1','staff busfare ','1','','','79','','No',NULL,NULL,''),(3671,'1000','81600155834','2020-09-14 10:44:31',NULL,800.00,'0','8','1','4 staff bus fare ','1','','','79','','No',NULL,NULL,''),(3674,'5920','81600155909','2020-09-14 10:47:16',289.00,NULL,'0','8','1','Milk,Bread & Tissue','1','','','80','','No',NULL,NULL,''),(3675,'1000','81600155909','2020-09-14 10:47:16',NULL,289.00,'0','8','1','Milk,Bread & Tissue ','1','','','80','','No',NULL,NULL,''),(3678,'5660','81600156259','2020-09-14 10:51:37',200.00,NULL,'0','8','1','marketing','1','','','81','','No',NULL,NULL,''),(3679,'1000','81600156259','2020-09-14 10:51:37',NULL,200.00,'0','8','1','marketing','1','','','81','','No',NULL,NULL,''),(3686,'5970','81600156418','2020-09-14 10:54:47',600.00,NULL,'0','8','1','packaging','1','','','83','','No',NULL,NULL,''),(3687,'1000','81600156418','2020-09-14 10:54:47',NULL,600.00,'0','8','1','perfume bottles','1','','','83','','No',NULL,NULL,''),(3688,'5900','81600156323','2020-09-14 10:53:07',1000.00,NULL,'0','8','1','blue & green color ','1','','','82','','No',NULL,NULL,''),(3689,'1000','81600156323','2020-09-14 10:53:07',NULL,1000.00,'0','8','1','blue and green 2kg each','1','','','82','','No',NULL,NULL,''),(3692,'5510','81600156548','2020-09-14 10:56:50',100.00,NULL,'0','8','1','product delivery','1','','','84','','No',NULL,NULL,''),(3693,'1000','81600156548','2020-09-14 10:56:50',NULL,100.00,'0','8','1','product delivery from promax- shop','1','','','84','','No',NULL,NULL,''),(3696,'5930','81600156629','2020-09-14 10:58:26',30.00,NULL,'0','8','1','mpesa charges','1','','','85','','No',NULL,NULL,''),(3697,'1000','81600156629','2020-09-14 10:58:26',NULL,30.00,'0','8','1','mpesa transation to pay product','1','','','85','','No',NULL,NULL,''),(3700,'2042','81600156732','2020-09-14 11:00:37',2400.00,NULL,'0','8','1','NSSF Payment ','1','','','86','','No',NULL,NULL,''),(3701,'1000','81600156732','2020-09-14 11:00:37',NULL,2400.00,'0','8','1','NSSF PAYMENT ','1','','','86','','No',NULL,NULL,''),(3704,'5980','81600156929','2020-09-14 11:04:06',495.00,NULL,'0','8','1','1 Ream','1','','','87','','No',NULL,NULL,''),(3705,'1000','81600156929','2020-09-14 11:04:06',NULL,495.00,'0','8','1','printing papers 1 ream','1','','','87','','No',NULL,NULL,''),(3708,'5930','81600157099','2020-09-14 11:06:02',30.00,NULL,'0','8','1','m pesa charges ','1','','','88','','No',NULL,NULL,''),(3709,'1000','81600157099','2020-09-14 11:06:02',NULL,30.00,'0','8','1','Mpesa charges ','1','','','88','','No',NULL,NULL,''),(3712,'5510','81600157195','2020-09-14 11:08:04',500.00,NULL,'0','8','1','Transport ','1','','','89','','No',NULL,NULL,''),(3713,'1000','81600157195','2020-09-14 11:08:04',NULL,500.00,'0','8','1','Karanja fare to run errands ','1','','','89','','No',NULL,NULL,''),(3716,'5970','81600157475','2020-09-14 11:11:57',2200.00,NULL,'0','8','1','lables','1','','','90','','No',NULL,NULL,''),(3717,'1000','81600157475','2020-09-14 11:11:57',NULL,2200.00,'0','8','1','lables ','1','','','90','','No',NULL,NULL,''),(3718,'1000','41600162178','2020-09-15 12:31:37',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3719,'4000','41600162178','2020-09-15 12:31:37',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(3720,'4000','41600162178','2020-09-15 12:31:37',NULL,1500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(3721,'1000','41600165717','2020-09-15 13:29:25',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3722,'4000','41600165717','2020-09-15 13:29:25',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3723,'4000','41600165717','2020-09-15 13:29:25',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3724,'4000','41600165717','2020-09-15 13:29:25',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3725,'1000','41600165774','2020-09-15 14:28:44',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3726,'4000','41600165774','2020-09-15 14:28:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3727,'4000','41600165774','2020-09-15 14:28:44',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3728,'4000','41600165774','2020-09-15 14:28:44',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3729,'4000','41600165774','2020-09-15 14:28:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3730,'4000','41600165774','2020-09-15 14:28:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3731,'4000','41600165774','2020-09-15 14:28:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3732,'1110','41600165774','2020-09-15 14:28:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3733,'1110','41600165774','2020-09-15 14:28:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3734,'1110','41600165774','2020-09-15 14:28:44',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3735,'1110','41600165774','2020-09-15 14:28:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3736,'1110','41600165774','2020-09-15 14:28:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3737,'1110','41600165774','2020-09-15 14:28:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3738,'5500','41600165774','2020-09-15 14:28:44',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3739,'1000','41600169498','2020-09-15 14:40:14',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3740,'4000','41600169498','2020-09-15 14:40:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3741,'4000','41600169498','2020-09-15 14:40:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3742,'4000','41600169498','2020-09-15 14:40:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3743,'4000','41600169498','2020-09-15 14:40:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3744,'4000','41600169498','2020-09-15 14:40:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3745,'4000','41600169498','2020-09-15 14:40:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3746,'4000','41600169498','2020-09-15 14:40:14',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3747,'4000','41600169498','2020-09-15 14:40:14',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3748,'4000','41600169498','2020-09-15 14:40:14',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3749,'4000','41600169498','2020-09-15 14:40:14',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3750,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3751,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3752,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3753,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3754,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3755,'1110','41600169498','2020-09-15 14:40:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3756,'1110','41600169498','2020-09-15 14:40:14',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3757,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(3758,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(3759,'1110','41600169498','2020-09-15 14:40:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3760,'5500','41600169498','2020-09-15 14:40:14',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3761,'1000','41600170044','2020-09-15 14:58:31',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3762,'4000','41600170044','2020-09-15 14:58:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3763,'4000','41600170044','2020-09-15 14:58:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3764,'4000','41600170044','2020-09-15 14:58:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3765,'4000','41600170044','2020-09-15 14:58:31',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3766,'4000','41600170044','2020-09-15 14:58:31',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3767,'4000','41600170044','2020-09-15 14:58:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3768,'4000','41600170044','2020-09-15 14:58:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3769,'4000','41600170044','2020-09-15 14:58:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3770,'4000','41600170044','2020-09-15 14:58:31',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3771,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3772,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3773,'1110','41600170044','2020-09-15 14:58:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3774,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(3775,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(3776,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3777,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3778,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3779,'1110','41600170044','2020-09-15 14:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3780,'5500','41600170044','2020-09-15 14:58:31',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3781,'1000','41600171118','2020-09-15 15:25:17',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3782,'4000','41600171118','2020-09-15 15:25:17',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(3783,'4000','41600171118','2020-09-15 15:25:17',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3784,'4000','41600171118','2020-09-15 15:25:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3785,'1110','41600171118','2020-09-15 15:25:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(3786,'1110','41600171118','2020-09-15 15:25:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(3787,'1110','41600171118','2020-09-15 15:25:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3788,'5500','41600171118','2020-09-15 15:25:17',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3789,'1000','41600175667','2020-09-15 16:15:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3790,'4000','41600175667','2020-09-15 16:15:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3791,'4000','41600175667','2020-09-15 16:15:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3792,'4000','41600175667','2020-09-15 16:15:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3793,'4000','41600175667','2020-09-15 16:15:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3794,'4000','41600175667','2020-09-15 16:15:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3795,'4000','41600175667','2020-09-15 16:15:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3796,'1110','41600175667','2020-09-15 16:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3797,'1110','41600175667','2020-09-15 16:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3798,'1110','41600175667','2020-09-15 16:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3799,'1110','41600175667','2020-09-15 16:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3800,'1110','41600175667','2020-09-15 16:15:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3801,'1110','41600175667','2020-09-15 16:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3802,'5500','41600175667','2020-09-15 16:15:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3803,'1000','71600234953','2020-09-16 08:43:35',820.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3804,'4000','71600234953','2020-09-16 08:43:35',NULL,200.00,'','7','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3805,'4000','71600234953','2020-09-16 08:43:35',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3806,'4000','71600234953','2020-09-16 08:43:35',NULL,260.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(3807,'4000','71600234953','2020-09-16 08:43:35',NULL,340.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3808,'1000','71600236339','2020-09-16 09:24:44',1980.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3809,'4000','71600236339','2020-09-16 09:24:44',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3810,'4000','71600236339','2020-09-16 09:24:44',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3811,'4000','71600236339','2020-09-16 09:24:44',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3812,'4000','71600236339','2020-09-16 09:24:44',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3813,'4000','71600236339','2020-09-16 09:24:44',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3814,'4000','71600236339','2020-09-16 09:24:44',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3815,'4000','71600236339','2020-09-16 09:24:44',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3816,'4000','71600236339','2020-09-16 09:24:44',NULL,660.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3817,'4000','71600236339','2020-09-16 09:24:44',NULL,120.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3818,'4000','71600236339','2020-09-16 09:24:44',NULL,120.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3819,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3820,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3821,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3822,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3823,'1110','71600236339','2020-09-16 09:24:44',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3824,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3825,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3826,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(3827,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(3828,'1110','71600236339','2020-09-16 09:24:44',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(3829,'5500','71600236339','2020-09-16 09:24:44',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3830,'1000','71600240196','2020-09-16 10:10:28',120.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3831,'4000','71600240196','2020-09-16 10:10:28',NULL,120.00,'','7','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(3832,'1000','71600240512','2020-09-16 12:25:29',600.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3833,'4000','71600240512','2020-09-16 12:25:29',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3834,'4000','71600240512','2020-09-16 12:25:29',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3835,'4000','71600240512','2020-09-16 12:25:29',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3836,'4000','71600240512','2020-09-16 12:25:29',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3837,'4000','71600240512','2020-09-16 12:25:29',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3838,'4000','71600240512','2020-09-16 12:25:29',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3839,'4000','71600240512','2020-09-16 12:25:29',NULL,60.00,'','7','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(3840,'1110','71600240512','2020-09-16 12:25:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3841,'1110','71600240512','2020-09-16 12:25:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3842,'1110','71600240512','2020-09-16 12:25:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(3843,'1110','71600240512','2020-09-16 12:25:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3844,'1110','71600240512','2020-09-16 12:25:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3845,'1110','71600240512','2020-09-16 12:25:29',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3846,'1110','71600240512','2020-09-16 12:25:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(3847,'5500','71600240512','2020-09-16 12:25:29',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3848,'1000','71600248339','2020-09-16 12:26:04',100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3849,'4000','71600248339','2020-09-16 12:26:04',NULL,100.00,'','7','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(3850,'1000','71600248618','2020-09-16 13:04:03',310.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3851,'4000','71600248618','2020-09-16 13:04:03',NULL,200.00,'','7','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3852,'4000','71600248618','2020-09-16 13:04:03',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3853,'4000','71600248618','2020-09-16 13:04:03',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3854,'4000','71600248618','2020-09-16 13:04:03',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3855,'1110','71600248618','2020-09-16 13:04:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(3856,'1110','71600248618','2020-09-16 13:04:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(3857,'1110','71600248618','2020-09-16 13:04:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(3858,'1110','71600248618','2020-09-16 13:04:03',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3859,'5500','71600248618','2020-09-16 13:04:03',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3860,'1000','71600250749','2020-09-16 13:12:52',960.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3861,'4000','71600250749','2020-09-16 13:12:52',NULL,250.00,'','7','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(3862,'4000','71600250749','2020-09-16 13:12:52',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3863,'4000','71600250749','2020-09-16 13:12:52',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3864,'4000','71600250749','2020-09-16 13:12:52',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3865,'4000','71600250749','2020-09-16 13:12:52',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3866,'4000','71600250749','2020-09-16 13:12:52',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3867,'4000','71600250749','2020-09-16 13:12:52',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3868,'4000','71600250749','2020-09-16 13:12:52',NULL,360.00,'','7','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(3869,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(3870,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3871,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3872,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3873,'1110','71600250749','2020-09-16 13:12:52',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3874,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3875,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(3876,'1110','71600250749','2020-09-16 13:12:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(3877,'5500','71600250749','2020-09-16 13:12:52',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3878,'1000','71600251178','2020-09-16 13:16:55',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3879,'4000','71600251178','2020-09-16 13:16:55',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3880,'4000','71600251178','2020-09-16 13:16:55',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3881,'4000','71600251178','2020-09-16 13:16:55',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3882,'4000','71600251178','2020-09-16 13:16:55',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3883,'4000','71600251178','2020-09-16 13:16:55',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3884,'4000','71600251178','2020-09-16 13:16:55',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3885,'1110','71600251178','2020-09-16 13:16:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3886,'1110','71600251178','2020-09-16 13:16:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3887,'1110','71600251178','2020-09-16 13:16:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3888,'1110','71600251178','2020-09-16 13:16:55',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3889,'1110','71600251178','2020-09-16 13:16:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3890,'1110','71600251178','2020-09-16 13:16:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3891,'5500','71600251178','2020-09-16 13:16:55',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3892,'1000','TRANS-81600251734','2020-09-15 13:21:55',NULL,2000.00,'-182100','8','1','Transfer','','','','','','No',NULL,NULL,''),(3893,'1020','TRANS-81600251734','2020-09-15 13:21:55',2000.00,NULL,'44000','8','1','Transfer','','','','','','No',NULL,NULL,''),(3894,'1000','71600252056','2020-09-16 14:17:48',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3895,'4000','71600252056','2020-09-16 14:17:48',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3896,'4000','71600252056','2020-09-16 14:17:48',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3897,'4000','71600252056','2020-09-16 14:17:48',NULL,50.00,'','7','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3898,'4000','71600252056','2020-09-16 14:17:48',NULL,50.00,'','7','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3899,'4000','71600252056','2020-09-16 14:17:48',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(3900,'4000','71600252056','2020-09-16 14:17:48',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3901,'4000','71600252056','2020-09-16 14:17:48',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3902,'4000','71600252056','2020-09-16 14:17:48',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3903,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(3904,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(3905,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(3906,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(3907,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(3908,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(3909,'1110','71600252056','2020-09-16 14:17:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(3910,'1110','71600252056','2020-09-16 14:17:48',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3911,'5500','71600252056','2020-09-16 14:17:48',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3912,'1000','71600255077','2020-09-16 14:20:22',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3913,'4000','71600255077','2020-09-16 14:20:22',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3914,'4000','71600255077','2020-09-16 14:20:22',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(3915,'4000','71600255077','2020-09-16 14:20:22',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3916,'4000','71600255077','2020-09-16 14:20:22',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(3917,'4000','71600255077','2020-09-16 14:20:22',NULL,50.00,'','7','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(3918,'4000','71600255077','2020-09-16 14:20:22',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(3919,'4000','71600255077','2020-09-16 14:20:22',NULL,50.00,'','7','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(3920,'4000','71600255077','2020-09-16 14:20:22',NULL,50.00,'','7','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(3921,'1000','71600255288','2020-09-16 14:46:24',590.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3922,'4000','71600255288','2020-09-16 14:46:24',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3923,'4000','71600255288','2020-09-16 14:46:24',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3924,'4000','71600255288','2020-09-16 14:46:24',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3925,'4000','71600255288','2020-09-16 14:46:24',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(3926,'4000','71600255288','2020-09-16 14:46:24',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3927,'4000','71600255288','2020-09-16 14:46:24',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3928,'4000','71600255288','2020-09-16 14:46:24',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(3929,'1110','71600255288','2020-09-16 14:46:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3930,'1110','71600255288','2020-09-16 14:46:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3931,'1110','71600255288','2020-09-16 14:46:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3932,'1110','71600255288','2020-09-16 14:46:24',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(3933,'1110','71600255288','2020-09-16 14:46:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3934,'1110','71600255288','2020-09-16 14:46:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3935,'1110','71600255288','2020-09-16 14:46:24',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(3936,'5500','71600255288','2020-09-16 14:46:24',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3937,'1000','71600256792','2020-09-16 15:10:34',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3938,'4000','71600256792','2020-09-16 15:10:34',NULL,80.00,'','7','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3939,'1000','71600260517','2020-09-16 15:50:17',1346.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3940,'4000','71600260517','2020-09-16 15:50:17',NULL,1132.00,'','7','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(3941,'4000','71600260517','2020-09-16 15:50:17',NULL,214.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(3942,'1110','71600260517','2020-09-16 15:50:17',NULL,10.00,'','7','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(3943,'1110','71600260517','2020-09-16 15:50:17',NULL,0.00,'','7','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(3944,'5500','71600260517','2020-09-16 15:50:17',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3945,'1000','71600263286','2020-09-16 16:35:39',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3946,'4000','71600263286','2020-09-16 16:35:39',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3947,'4000','71600263286','2020-09-16 16:35:39',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3948,'4000','71600263286','2020-09-16 16:35:39',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3949,'4000','71600263286','2020-09-16 16:35:39',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3950,'4000','71600263286','2020-09-16 16:35:39',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3951,'4000','71600263286','2020-09-16 16:35:39',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3952,'1110','71600263286','2020-09-16 16:35:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3953,'1110','71600263286','2020-09-16 16:35:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3954,'1110','71600263286','2020-09-16 16:35:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3955,'1110','71600263286','2020-09-16 16:35:39',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3956,'1110','71600263286','2020-09-16 16:35:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3957,'1110','71600263286','2020-09-16 16:35:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3958,'5500','71600263286','2020-09-16 16:35:39',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3959,'1000','71600263396','2020-09-16 16:48:30',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3960,'4000','71600263396','2020-09-16 16:48:30',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3961,'4000','71600263396','2020-09-16 16:48:30',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3962,'4000','71600263396','2020-09-16 16:48:30',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3963,'4000','71600263396','2020-09-16 16:48:30',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(3964,'4000','71600263396','2020-09-16 16:48:30',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3965,'4000','71600263396','2020-09-16 16:48:30',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3966,'1110','71600263396','2020-09-16 16:48:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3967,'1110','71600263396','2020-09-16 16:48:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3968,'1110','71600263396','2020-09-16 16:48:30',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3969,'1110','71600263396','2020-09-16 16:48:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(3970,'1110','71600263396','2020-09-16 16:48:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3971,'1110','71600263396','2020-09-16 16:48:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3972,'5500','71600263396','2020-09-16 16:48:30',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3973,'1000','41600322869','2020-09-17 10:26:29',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3974,'4000','41600322869','2020-09-17 10:26:29',NULL,300.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(3975,'1000','41600327597','2020-09-17 10:33:17',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3976,'4000','41600327597','2020-09-17 10:33:17',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3977,'4000','41600327597','2020-09-17 10:33:17',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3978,'4000','41600327597','2020-09-17 10:33:17',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(3979,'1000','41600328102','2020-09-17 10:36:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3980,'4000','41600328102','2020-09-17 10:36:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3981,'4000','41600328102','2020-09-17 10:36:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3982,'4000','41600328102','2020-09-17 10:36:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3983,'4000','41600328102','2020-09-17 10:36:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(3984,'4000','41600328102','2020-09-17 10:36:34',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3985,'4000','41600328102','2020-09-17 10:36:34',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3986,'1110','41600328102','2020-09-17 10:36:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3987,'1110','41600328102','2020-09-17 10:36:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(3988,'1110','41600328102','2020-09-17 10:36:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(3989,'1110','41600328102','2020-09-17 10:36:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(3990,'1110','41600328102','2020-09-17 10:36:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(3991,'1110','41600328102','2020-09-17 10:36:34',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(3992,'5500','41600328102','2020-09-17 10:36:34',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3993,'1000','41600328301','2020-09-17 10:40:34',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3994,'4000','41600328301','2020-09-17 10:40:34',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3995,'1000','41600328443','2020-09-17 11:42:57',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3996,'4000','41600328443','2020-09-17 11:42:57',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3997,'4000','41600328443','2020-09-17 11:42:57',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(3998,'4000','41600328443','2020-09-17 11:42:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(3999,'4000','41600328443','2020-09-17 11:42:57',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4000,'4000','41600328443','2020-09-17 11:42:57',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4001,'4000','41600328443','2020-09-17 11:42:57',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4002,'4000','41600328443','2020-09-17 11:42:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4003,'4000','41600328443','2020-09-17 11:42:57',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4004,'4000','41600328443','2020-09-17 11:42:57',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4005,'4000','41600328443','2020-09-17 11:42:57',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4006,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4007,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4008,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4009,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4010,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4011,'1110','41600328443','2020-09-17 11:42:57',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4012,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4013,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4014,'1110','41600328443','2020-09-17 11:42:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4015,'1110','41600328443','2020-09-17 11:42:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4016,'5500','41600328443','2020-09-17 11:42:57',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4017,'1000','41600332189','2020-09-17 12:37:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4018,'4000','41600332189','2020-09-17 12:37:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4019,'4000','41600332189','2020-09-17 12:37:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4020,'4000','41600332189','2020-09-17 12:37:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4021,'4000','41600332189','2020-09-17 12:37:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4022,'4000','41600332189','2020-09-17 12:37:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4023,'4000','41600332189','2020-09-17 12:37:04',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4024,'1110','41600332189','2020-09-17 12:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4025,'1110','41600332189','2020-09-17 12:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4026,'1110','41600332189','2020-09-17 12:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4027,'1110','41600332189','2020-09-17 12:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4028,'1110','41600332189','2020-09-17 12:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4029,'1110','41600332189','2020-09-17 12:37:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4030,'5500','41600332189','2020-09-17 12:37:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4031,'1000','41600335434','2020-09-17 12:39:28',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4032,'4000','41600335434','2020-09-17 12:39:28',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4033,'4000','41600335434','2020-09-17 12:39:28',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4034,'4000','41600335434','2020-09-17 12:39:28',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(4035,'4000','41600335434','2020-09-17 12:39:28',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4036,'4000','41600335434','2020-09-17 12:39:28',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4037,'4000','41600335434','2020-09-17 12:39:28',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4038,'1000','41600335578','2020-09-17 12:42:01',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4039,'4000','41600335578','2020-09-17 12:42:01',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(4040,'4000','41600335578','2020-09-17 12:42:01',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4041,'4000','41600335578','2020-09-17 12:42:01',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4042,'1110','41600335578','2020-09-17 12:42:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(4043,'1110','41600335578','2020-09-17 12:42:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4044,'1110','41600335578','2020-09-17 12:42:01',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4045,'5500','41600335578','2020-09-17 12:42:01',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4046,'1000','41600335948','2020-09-17 12:53:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4047,'4000','41600335948','2020-09-17 12:53:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4048,'4000','41600335948','2020-09-17 12:53:49',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4049,'4000','41600335948','2020-09-17 12:53:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4050,'4000','41600335948','2020-09-17 12:53:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4051,'4000','41600335948','2020-09-17 12:53:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4052,'4000','41600335948','2020-09-17 12:53:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4053,'1110','41600335948','2020-09-17 12:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4054,'1110','41600335948','2020-09-17 12:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(4055,'1110','41600335948','2020-09-17 12:53:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4056,'1110','41600335948','2020-09-17 12:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4057,'1110','41600335948','2020-09-17 12:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4058,'1110','41600335948','2020-09-17 12:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4059,'5500','41600335948','2020-09-17 12:53:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4060,'1000','41600336441','2020-09-17 13:30:45',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4061,'4000','41600336441','2020-09-17 13:30:45',NULL,700.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(4062,'4000','41600336441','2020-09-17 13:30:45',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4063,'1110','41600336441','2020-09-17 13:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','150','','No',NULL,NULL,''),(4064,'1110','41600336441','2020-09-17 13:30:45',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(4065,'5500','41600336441','2020-09-17 13:30:45',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4066,'1000','41600338660','2020-09-17 13:41:38',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4067,'4000','41600338660','2020-09-17 13:41:38',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(4068,'4000','41600338660','2020-09-17 13:41:38',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4069,'4000','41600338660','2020-09-17 13:41:38',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4070,'1110','41600338660','2020-09-17 13:41:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(4071,'1110','41600338660','2020-09-17 13:41:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4072,'1110','41600338660','2020-09-17 13:41:38',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4073,'5500','41600338660','2020-09-17 13:41:38',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4074,'1000','41600339404','2020-09-17 13:49:30',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4075,'4000','41600339404','2020-09-17 13:49:30',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4076,'4000','41600339404','2020-09-17 13:49:30',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4077,'4000','41600339404','2020-09-17 13:49:30',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4078,'4000','41600339404','2020-09-17 13:49:30',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4079,'4000','41600339404','2020-09-17 13:49:30',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4080,'4000','41600339404','2020-09-17 13:49:30',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4081,'1110','41600339404','2020-09-17 13:49:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4082,'1110','41600339404','2020-09-17 13:49:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4083,'1110','41600339404','2020-09-17 13:49:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4084,'1110','41600339404','2020-09-17 13:49:30',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4085,'1110','41600339404','2020-09-17 13:49:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4086,'1110','41600339404','2020-09-17 13:49:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4087,'5500','41600339404','2020-09-17 13:49:30',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4088,'1000','41600340315','2020-09-17 14:41:52',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4089,'4000','41600340315','2020-09-17 14:41:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4090,'4000','41600340315','2020-09-17 14:41:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4091,'4000','41600340315','2020-09-17 14:41:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4092,'4000','41600340315','2020-09-17 14:41:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4093,'4000','41600340315','2020-09-17 14:41:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4094,'4000','41600340315','2020-09-17 14:41:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4095,'4000','41600340315','2020-09-17 14:41:52',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(4096,'1110','41600340315','2020-09-17 14:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4097,'1110','41600340315','2020-09-17 14:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4098,'1110','41600340315','2020-09-17 14:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4099,'1110','41600340315','2020-09-17 14:41:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4100,'1110','41600340315','2020-09-17 14:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4101,'1110','41600340315','2020-09-17 14:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4102,'1110','41600340315','2020-09-17 14:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(4103,'5500','41600340315','2020-09-17 14:41:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4104,'1000','41600343193','2020-09-17 14:46:44',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4105,'4000','41600343193','2020-09-17 14:46:44',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4106,'1000','41600343251','2020-09-17 15:19:00',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4107,'4000','41600343251','2020-09-17 15:19:00',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(4108,'1000','41600345151','2020-09-17 15:20:21',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4109,'4000','41600345151','2020-09-17 15:20:21',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(4110,'1000','41600345671','2020-09-17 15:47:50',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4111,'4000','41600345671','2020-09-17 15:47:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4112,'4000','41600345671','2020-09-17 15:47:50',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4113,'4000','41600345671','2020-09-17 15:47:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4114,'4000','41600345671','2020-09-17 15:47:50',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(4115,'4000','41600345671','2020-09-17 15:47:50',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4116,'4000','41600345671','2020-09-17 15:47:50',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4117,'4000','41600345671','2020-09-17 15:47:50',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4118,'4000','41600345671','2020-09-17 15:47:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4119,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4120,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4121,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4122,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(4123,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4124,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4125,'1110','41600345671','2020-09-17 15:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4126,'1110','41600345671','2020-09-17 15:47:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4127,'5500','41600345671','2020-09-17 15:47:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4128,'1000','41600349703','2020-09-17 16:35:49',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4129,'4000','41600349703','2020-09-17 16:35:49',NULL,1400.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4130,'1110','41600349703','2020-09-17 16:35:49',NULL,10.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(4131,'5500','41600349703','2020-09-17 16:35:49',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4132,'1000','TRANS-81600414026','2020-09-17 10:26:48',NULL,6000.00,'-188100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4133,'1035','TRANS-81600414026','2020-09-17 10:26:48',6000.00,NULL,'144100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4134,'1000','41600413360','2020-09-18 10:28:59',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4135,'4000','41600413360','2020-09-18 10:28:59',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(4136,'1000','41600414151','2020-09-18 10:35:02',4320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4137,'4000','41600414151','2020-09-18 10:35:02',NULL,2560.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4138,'4000','41600414151','2020-09-18 10:35:02',NULL,880.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4139,'4000','41600414151','2020-09-18 10:35:02',NULL,160.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4140,'4000','41600414151','2020-09-18 10:35:02',NULL,240.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4141,'4000','41600414151','2020-09-18 10:35:02',NULL,80.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4142,'4000','41600414151','2020-09-18 10:35:02',NULL,400.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4143,'1110','41600414151','2020-09-18 10:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4144,'1110','41600414151','2020-09-18 10:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4145,'1110','41600414151','2020-09-18 10:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4146,'1110','41600414151','2020-09-18 10:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4147,'1110','41600414151','2020-09-18 10:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4148,'1110','41600414151','2020-09-18 10:35:02',NULL,40.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4149,'5500','41600414151','2020-09-18 10:35:02',40.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4150,'1000','41600414560','2020-09-18 10:39:44',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4151,'4000','41600414560','2020-09-18 10:39:44',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4152,'4000','41600414560','2020-09-18 10:39:44',NULL,320.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4153,'4000','41600414560','2020-09-18 10:39:44',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4154,'4000','41600414560','2020-09-18 10:39:44',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(4155,'4000','41600414560','2020-09-18 10:39:44',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(4156,'4000','41600414560','2020-09-18 10:39:44',NULL,120.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4157,'4000','41600414560','2020-09-18 10:39:44',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4158,'4000','41600414560','2020-09-18 10:39:44',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4159,'4000','41600414560','2020-09-18 10:39:44',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4160,'4000','41600414560','2020-09-18 10:39:44',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4161,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4162,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4163,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4164,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(4165,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(4166,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4167,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4168,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4169,'1110','41600414560','2020-09-18 10:39:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4170,'1110','41600414560','2020-09-18 10:39:44',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4171,'5500','41600414560','2020-09-18 10:39:44',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4174,'5920','81600421028','2020-09-15 12:26:40',242.00,NULL,'0','8','1','Milk,Bread & Teabags','1','','','91','','No',NULL,NULL,''),(4175,'1000','81600421028','2020-09-15 12:26:40',NULL,242.00,'0','8','1','Milk,Bread & Teabags','1','','','91','','No',NULL,NULL,''),(4178,'5563','81600421233','2020-09-15 12:28:03',100.00,NULL,'0','8','1','Air time for modesta','1','','','92','','No',NULL,NULL,''),(4179,'1000','81600421233','2020-09-15 12:28:03',NULL,100.00,'0','8','1','Air time for modesta','1','','','92','','No',NULL,NULL,''),(4182,'5200','81600421308','2020-09-15 12:32:35',2500.00,NULL,'0','8','1','internet','1','','','93','','No',NULL,NULL,''),(4183,'1000','81600421308','2020-09-15 12:32:35',NULL,2500.00,'0','8','1','internet payment ','1','','','93','','No',NULL,NULL,''),(4190,'5920','81600421656','2020-09-15 12:35:27',250.00,NULL,'0','8','1','milk','1','','','95','','No',NULL,NULL,''),(4191,'1000','81600421656','2020-09-15 12:35:27',NULL,250.00,'0','8','1','Milk for staff decanting chemicals ','1','','','95','','No',NULL,NULL,''),(4192,'1000','41600423328','2020-09-18 13:10:20',4320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4193,'4000','41600423328','2020-09-18 13:10:20',NULL,2560.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4194,'4000','41600423328','2020-09-18 13:10:20',NULL,880.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4195,'4000','41600423328','2020-09-18 13:10:20',NULL,160.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4196,'4000','41600423328','2020-09-18 13:10:20',NULL,80.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4197,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4198,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4199,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4200,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4201,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4202,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4203,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4204,'4000','41600423328','2020-09-18 13:10:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4205,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4206,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4207,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4208,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4209,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4210,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4211,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4212,'4000','41600423328','2020-09-18 13:10:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4213,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4214,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4215,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4216,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4217,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4218,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4219,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4220,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4221,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4222,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4223,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4224,'1110','41600423328','2020-09-18 13:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4225,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4226,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4227,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4228,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4229,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4230,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4231,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4232,'1110','41600423328','2020-09-18 13:10:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4233,'5500','41600423328','2020-09-18 13:10:20',16.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4236,'6000','81600421749','2020-09-15 12:36:30',200.00,NULL,'0','8','1','parking fees','1','','','96','','No',NULL,NULL,''),(4237,'1000','81600421749','2020-09-15 12:36:30',NULL,200.00,'0','8','1','parking fee KBM941B','1','','','96','','No',NULL,NULL,''),(4238,'1000','41600423839','2020-09-18 13:11:41',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4239,'4000','41600423839','2020-09-18 13:11:41',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4240,'4000','41600423839','2020-09-18 13:11:41',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4241,'4000','41600423839','2020-09-18 13:11:41',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4244,'5660','81600423892','2020-09-15 13:13:11',20.00,NULL,'0','8','1','marketing','1','','','97','','No',NULL,NULL,''),(4245,'1000','81600423892','2020-09-15 13:13:11',NULL,20.00,'0','8','1','marketing','1','','','97','','No',NULL,NULL,''),(4248,'5920','81600424014','2020-09-16 13:15:34',190.00,NULL,'0','8','1','Milk & Bread','1','','','98','','No',NULL,NULL,''),(4249,'1000','81600424014','2020-09-16 13:15:34',NULL,190.00,'0','8','1','Milk & Bread ','1','','','98','','No',NULL,NULL,''),(4252,'5900','81600424399','2020-09-16 13:20:50',2850.00,NULL,'0','8','1','salt 3x50kg','1','','','99','','No',NULL,NULL,''),(4253,'1000','81600424399','2020-09-16 13:20:50',NULL,2850.00,'0','8','1','salt 3x50kg','1','','','99','','No',NULL,NULL,''),(4254,'1000','41600423925','2020-09-18 13:22:11',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4255,'4000','41600423925','2020-09-18 13:22:11',NULL,680.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4256,'4000','41600423925','2020-09-18 13:22:11',NULL,80.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4257,'4000','41600423925','2020-09-18 13:22:11',NULL,240.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4258,'4000','41600423925','2020-09-18 13:22:11',NULL,1680.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(4259,'4000','41600423925','2020-09-18 13:22:11',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4260,'4000','41600423925','2020-09-18 13:22:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4261,'4000','41600423925','2020-09-18 13:22:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4262,'4000','41600423925','2020-09-18 13:22:11',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4263,'4000','41600423925','2020-09-18 13:22:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4264,'4000','41600423925','2020-09-18 13:22:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4265,'4000','41600423925','2020-09-18 13:22:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4266,'4000','41600423925','2020-09-18 13:22:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4267,'1000','41600424545','2020-09-18 13:25:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4268,'4000','41600424545','2020-09-18 13:25:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4269,'4000','41600424545','2020-09-18 13:25:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4270,'4000','41600424545','2020-09-18 13:25:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4271,'4000','41600424545','2020-09-18 13:25:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4272,'4000','41600424545','2020-09-18 13:25:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4273,'4000','41600424545','2020-09-18 13:25:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4274,'1110','41600424545','2020-09-18 13:25:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4275,'1110','41600424545','2020-09-18 13:25:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4276,'1110','41600424545','2020-09-18 13:25:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4277,'1110','41600424545','2020-09-18 13:25:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4278,'1110','41600424545','2020-09-18 13:25:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4279,'1110','41600424545','2020-09-18 13:25:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4280,'5500','41600424545','2020-09-18 13:25:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4283,'5510','81600424474','2020-09-16 13:22:16',300.00,NULL,'0','8','1','trnasport ','1','','','100','','No',NULL,NULL,''),(4284,'1000','81600424474','2020-09-16 13:22:16',NULL,300.00,'0','8','1','transport of product from promax -shop','1','','','100','','No',NULL,NULL,''),(4285,'1000','41600424769','2020-09-18 13:31:15',1160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4286,'4000','41600424769','2020-09-18 13:31:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4287,'4000','41600424769','2020-09-18 13:31:15',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4288,'4000','41600424769','2020-09-18 13:31:15',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4289,'4000','41600424769','2020-09-18 13:31:15',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4290,'4000','41600424769','2020-09-18 13:31:15',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4291,'4000','41600424769','2020-09-18 13:31:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4292,'4000','41600424769','2020-09-18 13:31:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4293,'4000','41600424769','2020-09-18 13:31:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4294,'4000','41600424769','2020-09-18 13:31:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4295,'4000','41600424769','2020-09-18 13:31:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4296,'4000','41600424769','2020-09-18 13:31:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4297,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4298,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4299,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4300,'1110','41600424769','2020-09-18 13:31:15',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4301,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(4302,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4303,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4304,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4305,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4306,'1110','41600424769','2020-09-18 13:31:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4307,'1110','41600424769','2020-09-18 13:31:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4308,'5500','41600424769','2020-09-18 13:31:15',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4311,'5930','81600425074','2020-09-16 13:33:03',30.00,NULL,'0','8','1','mpesa charges','1','','','101','','No',NULL,NULL,''),(4312,'1000','81600425074','2020-09-16 13:33:03',NULL,30.00,'0','8','1','mpesa transaction charges','1','','','101','','No',NULL,NULL,''),(4313,'1000','41600425087','2020-09-18 13:34:07',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4314,'4000','41600425087','2020-09-18 13:34:07',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4315,'4000','41600425087','2020-09-18 13:34:07',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4316,'4000','41600425087','2020-09-18 13:34:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4317,'4000','41600425087','2020-09-18 13:34:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4318,'4000','41600425087','2020-09-18 13:34:07',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4319,'4000','41600425087','2020-09-18 13:34:07',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4320,'1110','41600425087','2020-09-18 13:34:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4321,'1110','41600425087','2020-09-18 13:34:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4322,'1110','41600425087','2020-09-18 13:34:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4323,'1110','41600425087','2020-09-18 13:34:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4324,'1110','41600425087','2020-09-18 13:34:07',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4325,'1110','41600425087','2020-09-18 13:34:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4326,'5500','41600425087','2020-09-18 13:34:07',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4329,'5920','81600425238','2020-09-16 13:34:44',289.00,NULL,'0','8','1','Milk,Bread & Tissue','1','','','102','','No',NULL,NULL,''),(4330,'1000','81600425238','2020-09-16 13:34:44',NULL,289.00,'0','8','1','Milk,Bread & Tissue','1','','','102','','No',NULL,NULL,''),(4333,'5980','81600425472','2020-09-17 13:39:34',25.00,NULL,'0','8','1','Ruler ','1','','','103','','No',NULL,NULL,''),(4334,'1000','81600425472','2020-09-17 13:39:34',NULL,25.00,'0','8','1','RULER ','1','','','103','','No',NULL,NULL,''),(4337,'5510','81600425595','2020-09-17 13:40:34',200.00,NULL,'0','8','1','fare ','1','','','104','','No',NULL,NULL,''),(4338,'1000','81600425595','2020-09-17 13:40:34',NULL,200.00,'0','8','1','Fare to industrial area ','1','','','104','','No',NULL,NULL,''),(4339,'1000','41600425259','2020-09-18 13:47:07',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4340,'4000','41600425259','2020-09-18 13:47:07',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4341,'1000','41600427218','2020-09-18 14:28:16',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4342,'4000','41600427218','2020-09-18 14:28:16',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(4343,'1110','41600427218','2020-09-18 14:28:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(4344,'5500','41600427218','2020-09-18 14:28:16',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4345,'1000','41600428503','2020-09-18 14:32:37',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4346,'4000','41600428503','2020-09-18 14:32:37',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(4347,'1000','41600428772','2020-09-18 14:37:32',1280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4348,'4000','41600428772','2020-09-18 14:37:32',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4349,'4000','41600428772','2020-09-18 14:37:32',NULL,180.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4350,'4000','41600428772','2020-09-18 14:37:32',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4351,'4000','41600428772','2020-09-18 14:37:32',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4352,'4000','41600428772','2020-09-18 14:37:32',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4353,'4000','41600428772','2020-09-18 14:37:32',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4354,'1110','41600428772','2020-09-18 14:37:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4355,'1110','41600428772','2020-09-18 14:37:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4356,'1110','41600428772','2020-09-18 14:37:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4357,'1110','41600428772','2020-09-18 14:37:32',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4358,'1110','41600428772','2020-09-18 14:37:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4359,'1110','41600428772','2020-09-18 14:37:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4360,'5500','41600428772','2020-09-18 14:37:32',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4361,'1000','41600429725','2020-09-18 15:05:55',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4362,'4000','41600429725','2020-09-18 15:05:55',NULL,600.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4363,'1000','41600431610','2020-09-18 15:23:11',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4364,'4000','41600431610','2020-09-18 15:23:11',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4365,'4000','41600431610','2020-09-18 15:23:11',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4366,'4000','41600431610','2020-09-18 15:23:11',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4367,'4000','41600431610','2020-09-18 15:23:11',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(4368,'4000','41600431610','2020-09-18 15:23:11',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4369,'5980','81600421589','2020-09-15 12:33:54',50.00,NULL,'0','8','1','scanning ','1','','','94','','No',NULL,NULL,''),(4370,'1000','81600421589','2020-09-15 12:33:54',NULL,50.00,'0','8','1','Scaning document ','1','','','94','','No',NULL,NULL,''),(4371,'1000','41600432077','2020-09-18 16:02:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4372,'4000','41600432077','2020-09-18 16:02:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4373,'4000','41600432077','2020-09-18 16:02:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4374,'4000','41600432077','2020-09-18 16:02:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4375,'4000','41600432077','2020-09-18 16:02:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4376,'4000','41600432077','2020-09-18 16:02:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4377,'4000','41600432077','2020-09-18 16:02:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4378,'1110','41600432077','2020-09-18 16:02:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4379,'1110','41600432077','2020-09-18 16:02:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4380,'1110','41600432077','2020-09-18 16:02:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4381,'1110','41600432077','2020-09-18 16:02:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4382,'1110','41600432077','2020-09-18 16:02:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4383,'1110','41600432077','2020-09-18 16:02:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4384,'5500','41600432077','2020-09-18 16:02:04',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4385,'1000','41600434936','2020-09-18 16:24:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4386,'4000','41600434936','2020-09-18 16:24:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4387,'4000','41600434936','2020-09-18 16:24:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4388,'4000','41600434936','2020-09-18 16:24:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4389,'4000','41600434936','2020-09-18 16:24:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4390,'4000','41600434936','2020-09-18 16:24:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4391,'4000','41600434936','2020-09-18 16:24:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4392,'1110','41600434936','2020-09-18 16:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4393,'1110','41600434936','2020-09-18 16:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4394,'1110','41600434936','2020-09-18 16:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4395,'1110','41600434936','2020-09-18 16:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4396,'1110','41600434936','2020-09-18 16:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4397,'1110','41600434936','2020-09-18 16:24:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4398,'5500','41600434936','2020-09-18 16:24:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4399,'1000','41600495501','2020-09-19 09:54:03',2580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4400,'4000','41600495501','2020-09-19 09:54:03',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(4401,'4000','41600495501','2020-09-19 09:54:03',NULL,1100.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(4402,'4000','41600495501','2020-09-19 09:54:03',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(4403,'4000','41600495501','2020-09-19 09:54:03',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(4404,'4000','41600495501','2020-09-19 09:54:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4405,'4000','41600495501','2020-09-19 09:54:03',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4406,'1110','41600495501','2020-09-19 09:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(4407,'1110','41600495501','2020-09-19 09:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(4408,'1110','41600495501','2020-09-19 09:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(4409,'1110','41600495501','2020-09-19 09:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(4410,'1110','41600495501','2020-09-19 09:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4411,'1110','41600495501','2020-09-19 09:54:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4412,'5500','41600495501','2020-09-19 09:54:03',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4413,'1000','41600498455','2020-09-19 09:56:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4414,'4000','41600498455','2020-09-19 09:56:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4415,'4000','41600498455','2020-09-19 09:56:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4416,'4000','41600498455','2020-09-19 09:56:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4417,'4000','41600498455','2020-09-19 09:56:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4418,'4000','41600498455','2020-09-19 09:56:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4419,'4000','41600498455','2020-09-19 09:56:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4420,'1110','41600498455','2020-09-19 09:56:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4421,'1110','41600498455','2020-09-19 09:56:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4422,'1110','41600498455','2020-09-19 09:56:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4423,'1110','41600498455','2020-09-19 09:56:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4424,'1110','41600498455','2020-09-19 09:56:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4425,'1110','41600498455','2020-09-19 09:56:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4426,'5500','41600498455','2020-09-19 09:56:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4427,'1000','41600504477','2020-09-19 11:34:55',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4428,'4000','41600504477','2020-09-19 11:34:55',NULL,240.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(4429,'1000','41600504504','2020-09-19 11:35:55',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4430,'4000','41600504504','2020-09-19 11:35:55',NULL,50.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4431,'1000','41600504566','2020-09-19 11:40:39',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4432,'4000','41600504566','2020-09-19 11:40:39',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(4433,'1000','41600505045','2020-09-19 11:51:33',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4434,'4000','41600505045','2020-09-19 11:51:33',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4435,'4000','41600505045','2020-09-19 11:51:33',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4436,'4000','41600505045','2020-09-19 11:51:33',NULL,60.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(4437,'1000','41600505521','2020-09-19 11:56:00',2440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4438,'4000','41600505521','2020-09-19 11:56:00',NULL,1900.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(4439,'4000','41600505521','2020-09-19 11:56:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4440,'4000','41600505521','2020-09-19 11:56:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4441,'4000','41600505521','2020-09-19 11:56:00',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4442,'4000','41600505521','2020-09-19 11:56:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4443,'4000','41600505521','2020-09-19 11:56:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4444,'4000','41600505521','2020-09-19 11:56:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4445,'1110','41600505521','2020-09-19 11:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(4446,'1110','41600505521','2020-09-19 11:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4447,'1110','41600505521','2020-09-19 11:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4448,'1110','41600505521','2020-09-19 11:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4449,'1110','41600505521','2020-09-19 11:56:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4450,'1110','41600505521','2020-09-19 11:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4451,'1110','41600505521','2020-09-19 11:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4452,'5500','41600505521','2020-09-19 11:56:00',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4453,'1000','41600506249','2020-09-19 12:15:47',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4454,'4000','41600506249','2020-09-19 12:15:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4455,'4000','41600506249','2020-09-19 12:15:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4456,'4000','41600506249','2020-09-19 12:15:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4457,'4000','41600506249','2020-09-19 12:15:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4458,'4000','41600506249','2020-09-19 12:15:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4459,'4000','41600506249','2020-09-19 12:15:47',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4460,'1110','41600506249','2020-09-19 12:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4461,'1110','41600506249','2020-09-19 12:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4462,'1110','41600506249','2020-09-19 12:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4463,'1110','41600506249','2020-09-19 12:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4464,'1110','41600506249','2020-09-19 12:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4465,'1110','41600506249','2020-09-19 12:15:47',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4466,'5500','41600506249','2020-09-19 12:15:47',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4467,'1000','41600507043','2020-09-19 12:24:52',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4468,'4000','41600507043','2020-09-19 12:24:52',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(4469,'1000','41600507497','2020-09-19 13:03:46',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4470,'4000','41600507497','2020-09-19 13:03:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4471,'4000','41600507497','2020-09-19 13:03:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4472,'4000','41600507497','2020-09-19 13:03:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4473,'4000','41600507497','2020-09-19 13:03:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4474,'4000','41600507497','2020-09-19 13:03:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4475,'4000','41600507497','2020-09-19 13:03:46',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4476,'1110','41600507497','2020-09-19 13:03:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4477,'1110','41600507497','2020-09-19 13:03:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4478,'1110','41600507497','2020-09-19 13:03:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4479,'1110','41600507497','2020-09-19 13:03:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4480,'1110','41600507497','2020-09-19 13:03:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4481,'1110','41600507497','2020-09-19 13:03:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4482,'5500','41600507497','2020-09-19 13:03:46',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4483,'1000','41600510950','2020-09-19 13:25:22',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4484,'4000','41600510950','2020-09-19 13:25:22',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4485,'4000','41600510950','2020-09-19 13:25:22',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4486,'4000','41600510950','2020-09-19 13:25:22',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4487,'4000','41600510950','2020-09-19 13:25:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4488,'4000','41600510950','2020-09-19 13:25:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4489,'4000','41600510950','2020-09-19 13:25:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4490,'4000','41600510950','2020-09-19 13:25:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4491,'4000','41600510950','2020-09-19 13:25:22',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4492,'4000','41600510950','2020-09-19 13:25:22',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4493,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(4494,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(4495,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4496,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4497,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4498,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4499,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4500,'1110','41600510950','2020-09-19 13:25:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4501,'1110','41600510950','2020-09-19 13:25:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4502,'5500','41600510950','2020-09-19 13:25:22',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4503,'1000','41176498304','2007-04-14 00:08:52',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4504,'4000','41176498304','2007-04-14 00:08:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4505,'4000','41176498304','2007-04-14 00:08:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4506,'4000','41176498304','2007-04-14 00:08:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4507,'4000','41176498304','2007-04-14 00:08:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4508,'4000','41176498304','2007-04-14 00:08:52',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4509,'4000','41176498304','2007-04-14 00:08:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4510,'1110','41176498304','2007-04-14 00:08:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4511,'1110','41176498304','2007-04-14 00:08:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4512,'1110','41176498304','2007-04-14 00:08:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4513,'1110','41176498304','2007-04-14 00:08:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4514,'1110','41176498304','2007-04-14 00:08:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4515,'1110','41176498304','2007-04-14 00:08:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4516,'5500','41176498304','2007-04-14 00:08:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4517,'1000','41176498539','2020-09-21 09:36:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4518,'4000','41176498539','2020-09-21 09:36:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4519,'4000','41176498539','2020-09-21 09:36:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4520,'4000','41176498539','2020-09-21 09:36:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4521,'4000','41176498539','2020-09-21 09:36:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4522,'4000','41176498539','2020-09-21 09:36:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4523,'4000','41176498539','2020-09-21 09:36:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4524,'1110','41176498539','2020-09-21 09:36:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4525,'1110','41176498539','2020-09-21 09:36:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4526,'1110','41176498539','2020-09-21 09:36:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4527,'1110','41176498539','2020-09-21 09:36:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4528,'1110','41176498539','2020-09-21 09:36:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4529,'1110','41176498539','2020-09-21 09:36:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4530,'5500','41176498539','2020-09-21 09:36:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4531,'1000','41600670201','2020-09-21 09:40:07',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4532,'4000','41600670201','2020-09-21 09:40:07',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4533,'4000','41600670201','2020-09-21 09:40:07',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4534,'4000','41600670201','2020-09-21 09:40:07',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4535,'4000','41600670201','2020-09-21 09:40:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4536,'1000','41600670663','2020-09-21 09:55:26',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4537,'4000','41600670663','2020-09-21 09:55:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4538,'4000','41600670663','2020-09-21 09:55:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4539,'4000','41600670663','2020-09-21 09:55:26',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4540,'4000','41600670663','2020-09-21 09:55:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4541,'4000','41600670663','2020-09-21 09:55:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4542,'4000','41600670663','2020-09-21 09:55:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4543,'1110','41600670663','2020-09-21 09:55:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4544,'1110','41600670663','2020-09-21 09:55:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4545,'1110','41600670663','2020-09-21 09:55:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4546,'1110','41600670663','2020-09-21 09:55:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4547,'1110','41600670663','2020-09-21 09:55:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4548,'1110','41600670663','2020-09-21 09:55:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4549,'5500','41600670663','2020-09-21 09:55:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4550,'1000','41600671369','2020-09-21 11:04:21',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4551,'4000','41600671369','2020-09-21 11:04:21',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4552,'4000','41600671369','2020-09-21 11:04:21',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4553,'4000','41600671369','2020-09-21 11:04:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4554,'4000','41600671369','2020-09-21 11:04:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4555,'4000','41600671369','2020-09-21 11:04:21',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4556,'4000','41600671369','2020-09-21 11:04:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4557,'1110','41600671369','2020-09-21 11:04:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4558,'1110','41600671369','2020-09-21 11:04:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4559,'1110','41600671369','2020-09-21 11:04:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4560,'1110','41600671369','2020-09-21 11:04:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4561,'1110','41600671369','2020-09-21 11:04:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4562,'1110','41600671369','2020-09-21 11:04:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4563,'5500','41600671369','2020-09-21 11:04:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4564,'1000','41600675466','2020-09-21 11:28:39',890.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4565,'4000','41600675466','2020-09-21 11:28:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4566,'4000','41600675466','2020-09-21 11:28:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4567,'4000','41600675466','2020-09-21 11:28:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4568,'4000','41600675466','2020-09-21 11:28:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4569,'4000','41600675466','2020-09-21 11:28:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4570,'4000','41600675466','2020-09-21 11:28:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4571,'4000','41600675466','2020-09-21 11:28:39',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4572,'4000','41600675466','2020-09-21 11:28:39',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4573,'4000','41600675466','2020-09-21 11:28:39',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4574,'4000','41600675466','2020-09-21 11:28:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4575,'4000','41600675466','2020-09-21 11:28:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4576,'4000','41600675466','2020-09-21 11:28:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4577,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4578,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4579,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4580,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4581,'1110','41600675466','2020-09-21 11:28:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4582,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4583,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4584,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(4585,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(4586,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4587,'1110','41600675466','2020-09-21 11:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4588,'1110','41600675466','2020-09-21 11:28:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4589,'5500','41600675466','2020-09-21 11:28:39',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4592,'5920','81600676720','2020-09-18 11:28:35',369.00,NULL,'0','8','1','Milk,Bread,sugar & batteries','1','','','105','','No',NULL,NULL,''),(4593,'1000','81600676720','2020-09-18 11:28:35',NULL,369.00,'0','8','1','Milk,Bread,sugar &batteries ','1','','','105','','No',NULL,NULL,''),(4594,'1000','41600676926','2020-09-21 11:32:02',230.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4595,'4000','41600676926','2020-09-21 11:32:02',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4596,'4000','41600676926','2020-09-21 11:32:02',NULL,60.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4597,'4000','41600676926','2020-09-21 11:32:02',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4600,'5970','81600676980','2020-09-18 11:38:45',200.00,NULL,'0','8','1','bottles 1ltr 20pcs','1','','','106','','No',NULL,NULL,''),(4601,'1000','81600676980','2020-09-18 11:38:45',NULL,200.00,'0','8','1','1ltr plastic bottles 20pcs','1','','','106','','No',NULL,NULL,''),(4604,'5970','81600677570','2020-09-18 11:40:22',275.00,NULL,'0','8','1','wax pouch','1','','','107','','No',NULL,NULL,''),(4605,'1000','81600677570','2020-09-18 11:40:22',NULL,275.00,'0','8','1','WAX Pouch 100pcs','1','','','107','','No',NULL,NULL,''),(4608,'5660','81600677784','2020-09-18 11:43:38',70.00,NULL,'0','8','1','marketing','1','','','108','','No',NULL,NULL,''),(4609,'1000','81600677784','2020-09-18 11:43:38',NULL,70.00,'0','8','1','marketing','1','','','108','','No',NULL,NULL,''),(4612,'5970','81600677850','2020-09-18 11:44:58',260.00,NULL,'0','8','1','empty boxes ','1','','','109','','No',NULL,NULL,''),(4613,'1000','81600677850','2020-09-18 11:44:58',NULL,260.00,'0','8','1','empty boxes 13pcs','1','','','109','','No',NULL,NULL,''),(4620,'5970','81600678049','2020-09-18 11:48:27',1200.00,NULL,'0','8','1','perfume jars','1','','','111','','No',NULL,NULL,''),(4621,'1000','81600678049','2020-09-18 11:48:27',NULL,1200.00,'0','8','1','perfumes jars','1','','','111','','No',NULL,NULL,''),(4622,'5900','81600677930','2020-09-18 11:47:00',2000.00,NULL,'0','8','1','citrus & lavender','1','','','110','','No',NULL,NULL,''),(4623,'1000','81600677930','2020-09-18 11:47:00',NULL,2000.00,'0','8','1','citrus & lavender 2ltrs each','1','','','110','','No',NULL,NULL,''),(4626,'5510','81600678184','2020-09-18 11:50:44',100.00,NULL,'0','8','1','transport','1','','','112','','No',NULL,NULL,''),(4627,'1000','81600678184','2020-09-18 11:50:44',NULL,100.00,'0','8','1','transport of materials from promax -shop','1','','','112','','No',NULL,NULL,''),(4630,'5930','81600678266','2020-09-18 11:51:51',56.00,NULL,'0','8','1','mpesa charges','1','','','113','','No',NULL,NULL,''),(4631,'1000','81600678266','2020-09-18 11:51:51',NULL,56.00,'0','8','1','m-pesa transaction ','1','','','113','','No',NULL,NULL,''),(4634,'5980','81600678335','2020-09-18 11:53:39',340.00,NULL,'0','8','1','ETR rolls & receipt','1','','','114','','No',NULL,NULL,''),(4635,'1000','81600678335','2020-09-18 11:53:39',NULL,340.00,'0','8','1','ETR rolls & Receipt e-pos','1','','','114','','No',NULL,NULL,''),(4638,'5920','81600678473','2020-09-19 12:08:27',289.00,NULL,'0','8','1','Milk,Bread & Tissue','1','','','115','','No',NULL,NULL,''),(4639,'1000','81600678473','2020-09-19 12:08:27',NULL,289.00,'0','8','1','Milk,Bread & Tissues','1','','','115','','No',NULL,NULL,''),(4642,'5660','81600679353','2020-09-19 12:10:21',25.00,NULL,'0','8','1','marketing','1','','','116','','No',NULL,NULL,''),(4643,'1000','81600679353','2020-09-19 12:10:21',NULL,25.00,'0','8','1','marketing','1','','','116','','No',NULL,NULL,''),(4644,'1000','41600684751','2020-09-21 14:26:55',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4645,'4000','41600684751','2020-09-21 14:26:55',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4646,'4000','41600684751','2020-09-21 14:26:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4647,'4000','41600684751','2020-09-21 14:26:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4648,'4000','41600684751','2020-09-21 14:26:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4649,'4000','41600684751','2020-09-21 14:26:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4650,'4000','41600684751','2020-09-21 14:26:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4651,'1110','41600684751','2020-09-21 14:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(4652,'1110','41600684751','2020-09-21 14:26:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4653,'1110','41600684751','2020-09-21 14:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4654,'1110','41600684751','2020-09-21 14:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4655,'1110','41600684751','2020-09-21 14:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4656,'1110','41600684751','2020-09-21 14:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4657,'5500','41600684751','2020-09-21 14:26:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4658,'1000','41600687634','2020-09-21 14:31:29',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4659,'4000','41600687634','2020-09-21 14:31:29',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4660,'4000','41600687634','2020-09-21 14:31:29',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4661,'4000','41600687634','2020-09-21 14:31:29',NULL,60.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(4662,'1000','41600687908','2020-09-21 14:33:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4663,'4000','41600687908','2020-09-21 14:33:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4664,'4000','41600687908','2020-09-21 14:33:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4665,'4000','41600687908','2020-09-21 14:33:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4666,'4000','41600687908','2020-09-21 14:33:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4667,'4000','41600687908','2020-09-21 14:33:04',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4668,'4000','41600687908','2020-09-21 14:33:04',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4669,'1110','41600687908','2020-09-21 14:33:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4670,'1110','41600687908','2020-09-21 14:33:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4671,'1110','41600687908','2020-09-21 14:33:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4672,'1110','41600687908','2020-09-21 14:33:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4673,'1110','41600687908','2020-09-21 14:33:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4674,'1110','41600687908','2020-09-21 14:33:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4675,'5500','41600687908','2020-09-21 14:33:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4676,'1000','41600687995','2020-09-21 14:39:18',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4677,'4000','41600687995','2020-09-21 14:39:18',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4678,'4000','41600687995','2020-09-21 14:39:18',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4679,'4000','41600687995','2020-09-21 14:39:18',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4680,'4000','41600687995','2020-09-21 14:39:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4681,'4000','41600687995','2020-09-21 14:39:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4682,'4000','41600687995','2020-09-21 14:39:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4683,'4000','41600687995','2020-09-21 14:39:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4684,'4000','41600687995','2020-09-21 14:39:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4685,'4000','41600687995','2020-09-21 14:39:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4686,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(4687,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4688,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(4689,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4690,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4691,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4692,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4693,'1110','41600687995','2020-09-21 14:39:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4694,'1110','41600687995','2020-09-21 14:39:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4695,'5500','41600687995','2020-09-21 14:39:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4696,'1000','41600688366','2020-09-21 14:47:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4697,'4000','41600688366','2020-09-21 14:47:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4698,'4000','41600688366','2020-09-21 14:47:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4699,'4000','41600688366','2020-09-21 14:47:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4700,'4000','41600688366','2020-09-21 14:47:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4701,'4000','41600688366','2020-09-21 14:47:50',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4702,'4000','41600688366','2020-09-21 14:47:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4703,'1110','41600688366','2020-09-21 14:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4704,'1110','41600688366','2020-09-21 14:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4705,'1110','41600688366','2020-09-21 14:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4706,'1110','41600688366','2020-09-21 14:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4707,'1110','41600688366','2020-09-21 14:47:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4708,'1110','41600688366','2020-09-21 14:47:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4709,'5500','41600688366','2020-09-21 14:47:50',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4710,'1000','41600689164','2020-09-21 15:27:34',1690.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4711,'4000','41600689164','2020-09-21 15:27:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4712,'4000','41600689164','2020-09-21 15:27:34',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4713,'4000','41600689164','2020-09-21 15:27:34',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4714,'4000','41600689164','2020-09-21 15:27:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4715,'4000','41600689164','2020-09-21 15:27:34',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4716,'4000','41600689164','2020-09-21 15:27:34',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4717,'4000','41600689164','2020-09-21 15:27:34',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4718,'4000','41600689164','2020-09-21 15:27:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4719,'4000','41600689164','2020-09-21 15:27:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4720,'4000','41600689164','2020-09-21 15:27:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4721,'4000','41600689164','2020-09-21 15:27:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4722,'4000','41600689164','2020-09-21 15:27:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4723,'4000','41600689164','2020-09-21 15:27:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4724,'4000','41600689164','2020-09-21 15:27:34',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4725,'4000','41600689164','2020-09-21 15:27:34',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4726,'4000','41600689164','2020-09-21 15:27:34',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4727,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4728,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4729,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4730,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4731,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(4732,'1110','41600689164','2020-09-21 15:27:34',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4733,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4734,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4735,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4736,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4737,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4738,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4739,'1110','41600689164','2020-09-21 15:27:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4740,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(4741,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4742,'1110','41600689164','2020-09-21 15:27:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(4743,'5500','41600689164','2020-09-21 15:27:34',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4744,'1000','TRANS-81600692027','2020-09-21 15:40:12',NULL,8000.00,'-196100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4745,'1035','TRANS-81600692027','2020-09-21 15:40:12',8000.00,NULL,'152100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4746,'1000','41600691693','2020-09-21 15:49:08',270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4747,'4000','41600691693','2020-09-21 15:49:08',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4748,'4000','41600691693','2020-09-21 15:49:08',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4749,'4000','41600691693','2020-09-21 15:49:08',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4750,'4000','41600691693','2020-09-21 15:49:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4751,'1000','41600755815','2020-09-22 09:24:15',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4752,'4000','41600755815','2020-09-22 09:24:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4753,'4000','41600755815','2020-09-22 09:24:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4754,'4000','41600755815','2020-09-22 09:24:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4755,'1000','41600755865','2020-09-22 09:49:21',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4756,'4000','41600755865','2020-09-22 09:49:21',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4757,'1000','41600757368','2020-09-22 11:02:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4758,'4000','41600757368','2020-09-22 11:02:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4759,'4000','41600757368','2020-09-22 11:02:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4760,'4000','41600757368','2020-09-22 11:02:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4761,'4000','41600757368','2020-09-22 11:02:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4762,'4000','41600757368','2020-09-22 11:02:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4763,'4000','41600757368','2020-09-22 11:02:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4764,'1110','41600757368','2020-09-22 11:02:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4765,'1110','41600757368','2020-09-22 11:02:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4766,'1110','41600757368','2020-09-22 11:02:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4767,'1110','41600757368','2020-09-22 11:02:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4768,'1110','41600757368','2020-09-22 11:02:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4769,'1110','41600757368','2020-09-22 11:02:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4770,'5500','41600757368','2020-09-22 11:02:15',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4771,'1000','41600761749','2020-09-22 11:03:23',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4772,'4000','41600761749','2020-09-22 11:03:23',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4773,'4000','41600761749','2020-09-22 11:03:23',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4774,'4000','41600761749','2020-09-22 11:03:23',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4775,'1000','41600761814','2020-09-22 11:05:04',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4776,'4000','41600761814','2020-09-22 11:05:04',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4777,'4000','41600761814','2020-09-22 11:05:04',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(4778,'4000','41600761814','2020-09-22 11:05:04',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4779,'4000','41600761814','2020-09-22 11:05:04',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4780,'4000','41600761814','2020-09-22 11:05:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4781,'4000','41600761814','2020-09-22 11:05:04',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(4782,'1000','41600762045','2020-09-22 11:27:52',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4783,'4000','41600762045','2020-09-22 11:27:52',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(4784,'1000','41600763282','2020-09-22 12:25:05',370.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4785,'4000','41600763282','2020-09-22 12:25:05',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4786,'4000','41600763282','2020-09-22 12:25:05',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4787,'4000','41600763282','2020-09-22 12:25:05',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(4788,'4000','41600763282','2020-09-22 12:25:05',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(4789,'4000','41600763282','2020-09-22 12:25:05',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4790,'1000','41600766785','2020-09-22 12:44:28',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4791,'4000','41600766785','2020-09-22 12:44:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4792,'4000','41600766785','2020-09-22 12:44:28',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4793,'4000','41600766785','2020-09-22 12:44:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4794,'4000','41600766785','2020-09-22 12:44:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4795,'4000','41600766785','2020-09-22 12:44:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4796,'4000','41600766785','2020-09-22 12:44:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4797,'4000','41600766785','2020-09-22 12:44:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4798,'1110','41600766785','2020-09-22 12:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4799,'1110','41600766785','2020-09-22 12:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(4800,'1110','41600766785','2020-09-22 12:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4801,'1110','41600766785','2020-09-22 12:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4802,'1110','41600766785','2020-09-22 12:44:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4803,'1110','41600766785','2020-09-22 12:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4804,'1110','41600766785','2020-09-22 12:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4805,'5500','41600766785','2020-09-22 12:44:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4806,'1000','41600767974','2020-09-22 13:34:51',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4807,'4000','41600767974','2020-09-22 13:34:51',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4808,'4000','41600767974','2020-09-22 13:34:51',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4809,'4000','41600767974','2020-09-22 13:34:51',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4810,'1000','41600770903','2020-09-22 14:50:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4811,'4000','41600770903','2020-09-22 14:50:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4812,'4000','41600770903','2020-09-22 14:50:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4813,'4000','41600770903','2020-09-22 14:50:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4814,'4000','41600770903','2020-09-22 14:50:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4815,'4000','41600770903','2020-09-22 14:50:17',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4816,'4000','41600770903','2020-09-22 14:50:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4817,'1110','41600770903','2020-09-22 14:50:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4818,'1110','41600770903','2020-09-22 14:50:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4819,'1110','41600770903','2020-09-22 14:50:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4820,'1110','41600770903','2020-09-22 14:50:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4821,'1110','41600770903','2020-09-22 14:50:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4822,'1110','41600770903','2020-09-22 14:50:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4823,'5500','41600770903','2020-09-22 14:50:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4824,'1000','41600775812','2020-09-22 15:10:14',320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4825,'4000','41600775812','2020-09-22 15:10:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4826,'1000','41600779732','2020-09-22 16:03:20',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4827,'4000','41600779732','2020-09-22 16:03:20',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4828,'4000','41600779732','2020-09-22 16:03:20',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4829,'4000','41600779732','2020-09-22 16:03:20',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4830,'4000','41600779732','2020-09-22 16:03:20',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4831,'4000','41600779732','2020-09-22 16:03:20',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4832,'4000','41600779732','2020-09-22 16:03:20',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4833,'1110','41600779732','2020-09-22 16:03:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4834,'1110','41600779732','2020-09-22 16:03:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4835,'1110','41600779732','2020-09-22 16:03:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4836,'1110','41600779732','2020-09-22 16:03:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4837,'1110','41600779732','2020-09-22 16:03:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(4838,'1110','41600779732','2020-09-22 16:03:20',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4839,'5500','41600779732','2020-09-22 16:03:20',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4840,'1000','41600780131','2020-09-22 16:17:46',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4841,'4000','41600780131','2020-09-22 16:17:46',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(4842,'1000','TRANS-81600780735','2020-09-22 16:18:40',NULL,5000.00,'-201100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4843,'1035','TRANS-81600780735','2020-09-22 16:18:40',5000.00,NULL,'157100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4844,'1000','41600841633','2020-09-23 09:45:58',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4845,'4000','41600841633','2020-09-23 09:45:58',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(4846,'1000','41600843566','2020-09-23 10:23:52',1130.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4847,'4000','41600843566','2020-09-23 10:23:52',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(4848,'4000','41600843566','2020-09-23 10:23:52',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4849,'4000','41600843566','2020-09-23 10:23:52',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4850,'4000','41600843566','2020-09-23 10:23:52',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4851,'4000','41600843566','2020-09-23 10:23:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4852,'4000','41600843566','2020-09-23 10:23:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4853,'4000','41600843566','2020-09-23 10:23:52',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(4854,'1000','41600845846','2020-09-23 10:54:56',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4855,'4000','41600845846','2020-09-23 10:54:56',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(4856,'1000','41600847702','2020-09-23 11:01:45',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4857,'4000','41600847702','2020-09-23 11:01:45',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(4858,'1000','41600848116','2020-09-23 11:05:28',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4859,'4000','41600848116','2020-09-23 11:05:28',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4860,'4000','41600848116','2020-09-23 11:05:28',NULL,1000.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4861,'4000','41600848116','2020-09-23 11:05:28',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4862,'4000','41600848116','2020-09-23 11:05:28',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4863,'4000','41600848116','2020-09-23 11:05:28',NULL,200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4864,'4000','41600848116','2020-09-23 11:05:28',NULL,500.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4865,'1110','41600848116','2020-09-23 11:05:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4866,'1110','41600848116','2020-09-23 11:05:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4867,'1110','41600848116','2020-09-23 11:05:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4868,'1110','41600848116','2020-09-23 11:05:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4869,'1110','41600848116','2020-09-23 11:05:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4870,'1110','41600848116','2020-09-23 11:05:28',NULL,50.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4871,'5500','41600848116','2020-09-23 11:05:28',50.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4872,'1000','41600848340','2020-09-23 11:13:11',80.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4873,'4000','41600848340','2020-09-23 11:13:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4874,'4000','41600848340','2020-09-23 11:13:11',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4875,'1110','41600848340','2020-09-23 11:13:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4876,'1110','41600848340','2020-09-23 11:13:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4877,'5500','41600848340','2020-09-23 11:13:11',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4878,'1000','41600852369','2020-09-23 12:59:27',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4879,'4000','41600852369','2020-09-23 12:59:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4880,'4000','41600852369','2020-09-23 12:59:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4881,'4000','41600852369','2020-09-23 12:59:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4882,'4000','41600852369','2020-09-23 12:59:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4883,'4000','41600852369','2020-09-23 12:59:27',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4884,'4000','41600852369','2020-09-23 12:59:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4885,'1110','41600852369','2020-09-23 12:59:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4886,'1110','41600852369','2020-09-23 12:59:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4887,'1110','41600852369','2020-09-23 12:59:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4888,'1110','41600852369','2020-09-23 12:59:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4889,'1110','41600852369','2020-09-23 12:59:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4890,'1110','41600852369','2020-09-23 12:59:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4891,'5500','41600852369','2020-09-23 12:59:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4892,'1000','41600855282','2020-09-23 13:04:51',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4893,'4000','41600855282','2020-09-23 13:04:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4894,'4000','41600855282','2020-09-23 13:04:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4895,'4000','41600855282','2020-09-23 13:04:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4896,'4000','41600855282','2020-09-23 13:04:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4897,'4000','41600855282','2020-09-23 13:04:51',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4898,'4000','41600855282','2020-09-23 13:04:51',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4899,'4000','41600855282','2020-09-23 13:04:51',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4900,'4000','41600855282','2020-09-23 13:04:51',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4901,'4000','41600855282','2020-09-23 13:04:51',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(4902,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4903,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4904,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4905,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4906,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4907,'1110','41600855282','2020-09-23 13:04:51',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4908,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(4909,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(4910,'1110','41600855282','2020-09-23 13:04:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(4911,'5500','41600855282','2020-09-23 13:04:51',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4912,'1000','41600855498','2020-09-23 13:05:58',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4913,'4000','41600855498','2020-09-23 13:05:58',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(4914,'1000','41600855572','2020-09-23 13:50:24',660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4915,'4000','41600855572','2020-09-23 13:50:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4916,'4000','41600855572','2020-09-23 13:50:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4917,'4000','41600855572','2020-09-23 13:50:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4918,'4000','41600855572','2020-09-23 13:50:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4919,'4000','41600855572','2020-09-23 13:50:24',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4920,'4000','41600855572','2020-09-23 13:50:24',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4921,'4000','41600855572','2020-09-23 13:50:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4922,'1110','41600855572','2020-09-23 13:50:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4923,'1110','41600855572','2020-09-23 13:50:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4924,'1110','41600855572','2020-09-23 13:50:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4925,'1110','41600855572','2020-09-23 13:50:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4926,'1110','41600855572','2020-09-23 13:50:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4927,'1110','41600855572','2020-09-23 13:50:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4928,'1110','41600855572','2020-09-23 13:50:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4929,'5500','41600855572','2020-09-23 13:50:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4930,'1000','41600858242','2020-09-23 13:52:56',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4931,'4000','41600858242','2020-09-23 13:52:56',NULL,1200.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(4932,'1000','41600861580','2020-09-23 15:38:37',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4933,'4000','41600861580','2020-09-23 15:38:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4934,'4000','41600861580','2020-09-23 15:38:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4935,'4000','41600861580','2020-09-23 15:38:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4936,'4000','41600861580','2020-09-23 15:38:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4937,'4000','41600861580','2020-09-23 15:38:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4938,'4000','41600861580','2020-09-23 15:38:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4939,'1110','41600861580','2020-09-23 15:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4940,'1110','41600861580','2020-09-23 15:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4941,'1110','41600861580','2020-09-23 15:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4942,'1110','41600861580','2020-09-23 15:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4943,'1110','41600861580','2020-09-23 15:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(4944,'1110','41600861580','2020-09-23 15:38:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4945,'5500','41600861580','2020-09-23 15:38:37',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4946,'1000','41600864737','2020-09-23 15:42:51',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4947,'4000','41600864737','2020-09-23 15:42:51',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4948,'1000','41600864988','2020-09-23 15:44:49',980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4949,'4000','41600864988','2020-09-23 15:44:49',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4950,'4000','41600864988','2020-09-23 15:44:49',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4951,'4000','41600864988','2020-09-23 15:44:49',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4952,'4000','41600864988','2020-09-23 15:44:49',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4953,'4000','41600864988','2020-09-23 15:44:49',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4954,'1000','41600866242','2020-09-23 16:07:49',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4955,'4000','41600866242','2020-09-23 16:07:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4956,'4000','41600866242','2020-09-23 16:07:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4957,'4000','41600866242','2020-09-23 16:07:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4958,'1000','41600866564','2020-09-23 16:10:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4959,'4000','41600866564','2020-09-23 16:10:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4960,'4000','41600866564','2020-09-23 16:10:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4961,'4000','41600866564','2020-09-23 16:10:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4962,'4000','41600866564','2020-09-23 16:10:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4963,'4000','41600866564','2020-09-23 16:10:28',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4964,'4000','41600866564','2020-09-23 16:10:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(4965,'1110','41600866564','2020-09-23 16:10:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4966,'1110','41600866564','2020-09-23 16:10:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4967,'1110','41600866564','2020-09-23 16:10:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(4968,'1110','41600866564','2020-09-23 16:10:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4969,'1110','41600866564','2020-09-23 16:10:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(4970,'1110','41600866564','2020-09-23 16:10:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(4971,'5500','41600866564','2020-09-23 16:10:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4972,'1000','41600866753','2020-09-23 16:18:41',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4973,'4000','41600866753','2020-09-23 16:18:41',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4974,'4000','41600866753','2020-09-23 16:18:41',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4975,'4000','41600866753','2020-09-23 16:18:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4976,'4000','41600866753','2020-09-23 16:18:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(4977,'4000','41600866753','2020-09-23 16:18:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4978,'1000','TRANS-81600868021','2020-09-23 16:33:23',NULL,6000.00,'-207100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4979,'1035','TRANS-81600868021','2020-09-23 16:33:23',6000.00,NULL,'163100','8','1','Transfer','','','','','','No',NULL,NULL,''),(4980,'1000','41600925901','2020-09-24 08:40:56',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4981,'4000','41600925901','2020-09-24 08:40:56',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4982,'4000','41600925901','2020-09-24 08:40:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4983,'4000','41600925901','2020-09-24 08:40:56',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4984,'4000','41600925901','2020-09-24 08:40:56',NULL,260.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4985,'1000','41600926066','2020-09-24 10:14:51',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4986,'4000','41600926066','2020-09-24 10:14:51',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4987,'4000','41600926066','2020-09-24 10:14:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(4988,'4000','41600926066','2020-09-24 10:14:51',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4989,'4000','41600926066','2020-09-24 10:14:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4990,'4000','41600926066','2020-09-24 10:14:51',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(4991,'1110','41600926066','2020-09-24 10:14:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(4992,'1110','41600926066','2020-09-24 10:14:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(4993,'1110','41600926066','2020-09-24 10:14:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(4994,'1110','41600926066','2020-09-24 10:14:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(4995,'1110','41600926066','2020-09-24 10:14:51',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(4996,'5500','41600926066','2020-09-24 10:14:51',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4997,'1000','41600931698','2020-09-24 11:17:17',1410.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4998,'4000','41600931698','2020-09-24 11:17:17',NULL,1050.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(4999,'4000','41600931698','2020-09-24 11:17:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5000,'4000','41600931698','2020-09-24 11:17:17',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5001,'4000','41600931698','2020-09-24 11:17:17',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5002,'4000','41600931698','2020-09-24 11:17:17',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5003,'1110','41600931698','2020-09-24 11:17:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(5004,'1110','41600931698','2020-09-24 11:17:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5005,'1110','41600931698','2020-09-24 11:17:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5006,'1110','41600931698','2020-09-24 11:17:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(5007,'1110','41600931698','2020-09-24 11:17:17',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5008,'5500','41600931698','2020-09-24 11:17:17',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5009,'1000','41600935692','2020-09-24 11:31:03',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5010,'4000','41600935692','2020-09-24 11:31:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5011,'4000','41600935692','2020-09-24 11:31:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5012,'4000','41600935692','2020-09-24 11:31:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5013,'4000','41600935692','2020-09-24 11:31:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5014,'4000','41600935692','2020-09-24 11:31:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5015,'4000','41600935692','2020-09-24 11:31:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5016,'1110','41600935692','2020-09-24 11:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5017,'1110','41600935692','2020-09-24 11:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5018,'1110','41600935692','2020-09-24 11:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5019,'1110','41600935692','2020-09-24 11:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5020,'1110','41600935692','2020-09-24 11:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5021,'1110','41600935692','2020-09-24 11:31:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5022,'5500','41600935692','2020-09-24 11:31:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5023,'1000','41600937615','2020-09-24 12:00:20',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5024,'4000','41600937615','2020-09-24 12:00:20',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(5025,'1000','41600938140','2020-09-24 12:05:25',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5026,'4000','41600938140','2020-09-24 12:05:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5027,'4000','41600938140','2020-09-24 12:05:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5028,'4000','41600938140','2020-09-24 12:05:25',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5029,'4000','41600938140','2020-09-24 12:05:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5030,'4000','41600938140','2020-09-24 12:05:25',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5031,'4000','41600938140','2020-09-24 12:05:25',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5032,'1110','41600938140','2020-09-24 12:05:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5033,'1110','41600938140','2020-09-24 12:05:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5034,'1110','41600938140','2020-09-24 12:05:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5035,'1110','41600938140','2020-09-24 12:05:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5036,'1110','41600938140','2020-09-24 12:05:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5037,'1110','41600938140','2020-09-24 12:05:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5038,'5500','41600938140','2020-09-24 12:05:25',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5039,'1000','41600938339','2020-09-24 12:31:56',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5040,'4000','41600938339','2020-09-24 12:31:56',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5041,'4000','41600938339','2020-09-24 12:31:56',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5042,'4000','41600938339','2020-09-24 12:31:56',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5043,'4000','41600938339','2020-09-24 12:31:56',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5044,'4000','41600938339','2020-09-24 12:31:56',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5045,'4000','41600938339','2020-09-24 12:31:56',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5046,'1110','41600938339','2020-09-24 12:31:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5047,'1110','41600938339','2020-09-24 12:31:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5048,'1110','41600938339','2020-09-24 12:31:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5049,'1110','41600938339','2020-09-24 12:31:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5050,'1110','41600938339','2020-09-24 12:31:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5051,'1110','41600938339','2020-09-24 12:31:56',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5052,'5500','41600938339','2020-09-24 12:31:56',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5053,'1000','41600939923','2020-09-24 12:39:36',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5054,'4000','41600939923','2020-09-24 12:39:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5055,'4000','41600939923','2020-09-24 12:39:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5056,'4000','41600939923','2020-09-24 12:39:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5057,'4000','41600939923','2020-09-24 12:39:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5058,'4000','41600939923','2020-09-24 12:39:36',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5059,'4000','41600939923','2020-09-24 12:39:36',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5060,'1110','41600939923','2020-09-24 12:39:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5061,'1110','41600939923','2020-09-24 12:39:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5062,'1110','41600939923','2020-09-24 12:39:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5063,'1110','41600939923','2020-09-24 12:39:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5064,'1110','41600939923','2020-09-24 12:39:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5065,'1110','41600939923','2020-09-24 12:39:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5066,'5500','41600939923','2020-09-24 12:39:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5067,'1000','41600940565','2020-09-24 12:52:01',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5068,'4000','41600940565','2020-09-24 12:52:01',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5069,'4000','41600940565','2020-09-24 12:52:01',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5070,'4000','41600940565','2020-09-24 12:52:01',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5071,'4000','41600940565','2020-09-24 12:52:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5072,'4000','41600940565','2020-09-24 12:52:01',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5073,'4000','41600940565','2020-09-24 12:52:01',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5074,'1110','41600940565','2020-09-24 12:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5075,'1110','41600940565','2020-09-24 12:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5076,'1110','41600940565','2020-09-24 12:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5077,'1110','41600940565','2020-09-24 12:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5078,'1110','41600940565','2020-09-24 12:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5079,'1110','41600940565','2020-09-24 12:52:01',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5080,'5500','41600940565','2020-09-24 12:52:01',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5081,'1000','41600943004','2020-09-24 13:27:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5082,'4000','41600943004','2020-09-24 13:27:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5083,'4000','41600943004','2020-09-24 13:27:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5084,'4000','41600943004','2020-09-24 13:27:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5085,'4000','41600943004','2020-09-24 13:27:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5086,'4000','41600943004','2020-09-24 13:27:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5087,'4000','41600943004','2020-09-24 13:27:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5088,'1110','41600943004','2020-09-24 13:27:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5089,'1110','41600943004','2020-09-24 13:27:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5090,'1110','41600943004','2020-09-24 13:27:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5091,'1110','41600943004','2020-09-24 13:27:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5092,'1110','41600943004','2020-09-24 13:27:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5093,'1110','41600943004','2020-09-24 13:27:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5094,'5500','41600943004','2020-09-24 13:27:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5095,'1000','41600943679','2020-09-24 13:34:49',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5096,'4000','41600943679','2020-09-24 13:34:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5097,'1000','41600945636','2020-09-24 14:08:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5098,'4000','41600945636','2020-09-24 14:08:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5099,'4000','41600945636','2020-09-24 14:08:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5100,'4000','41600945636','2020-09-24 14:08:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5101,'4000','41600945636','2020-09-24 14:08:49',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5102,'4000','41600945636','2020-09-24 14:08:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5103,'4000','41600945636','2020-09-24 14:08:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5104,'1110','41600945636','2020-09-24 14:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5105,'1110','41600945636','2020-09-24 14:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5106,'1110','41600945636','2020-09-24 14:08:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5107,'1110','41600945636','2020-09-24 14:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5108,'1110','41600945636','2020-09-24 14:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5109,'1110','41600945636','2020-09-24 14:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5110,'5500','41600945636','2020-09-24 14:08:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5111,'1000','41600945743','2020-09-24 14:47:42',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5112,'4000','41600945743','2020-09-24 14:47:42',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5113,'4000','41600945743','2020-09-24 14:47:42',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5114,'4000','41600945743','2020-09-24 14:47:42',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5115,'4000','41600945743','2020-09-24 14:47:42',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5116,'4000','41600945743','2020-09-24 14:47:42',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5117,'4000','41600945743','2020-09-24 14:47:42',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5118,'1110','41600945743','2020-09-24 14:47:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5119,'1110','41600945743','2020-09-24 14:47:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5120,'1110','41600945743','2020-09-24 14:47:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5121,'1110','41600945743','2020-09-24 14:47:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5122,'1110','41600945743','2020-09-24 14:47:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5123,'1110','41600945743','2020-09-24 14:47:42',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5124,'5500','41600945743','2020-09-24 14:47:42',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5125,'1000','41600948311','2020-09-24 15:19:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5126,'4000','41600948311','2020-09-24 15:19:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5127,'4000','41600948311','2020-09-24 15:19:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5128,'4000','41600948311','2020-09-24 15:19:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5129,'4000','41600948311','2020-09-24 15:19:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5130,'4000','41600948311','2020-09-24 15:19:51',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5131,'4000','41600948311','2020-09-24 15:19:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5132,'1110','41600948311','2020-09-24 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5133,'1110','41600948311','2020-09-24 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5134,'1110','41600948311','2020-09-24 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5135,'1110','41600948311','2020-09-24 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5136,'1110','41600948311','2020-09-24 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5137,'1110','41600948311','2020-09-24 15:19:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5138,'5500','41600948311','2020-09-24 15:19:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5139,'1000','41601019089','2020-09-25 10:32:18',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5140,'4000','41601019089','2020-09-25 10:32:18',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5141,'4000','41601019089','2020-09-25 10:32:18',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5142,'4000','41601019089','2020-09-25 10:32:18',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(5143,'1000','41601019145','2020-09-25 11:34:51',25000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5144,'4000','41601019145','2020-09-25 11:34:51',NULL,15000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5145,'4000','41601019145','2020-09-25 11:34:51',NULL,5000.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5146,'4000','41601019145','2020-09-25 11:34:51',NULL,1000.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5147,'4000','41601019145','2020-09-25 11:34:51',NULL,500.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5148,'4000','41601019145','2020-09-25 11:34:51',NULL,1250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5149,'4000','41601019145','2020-09-25 11:34:51',NULL,1250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5150,'4000','41601019145','2020-09-25 11:34:51',NULL,500.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5151,'4000','41601019145','2020-09-25 11:34:51',NULL,500.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5152,'1110','41601019145','2020-09-25 11:34:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5153,'1110','41601019145','2020-09-25 11:34:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5154,'1110','41601019145','2020-09-25 11:34:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5155,'1110','41601019145','2020-09-25 11:34:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5156,'1110','41601019145','2020-09-25 11:34:51',NULL,50.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5157,'1110','41601019145','2020-09-25 11:34:51',NULL,125.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5158,'1110','41601019145','2020-09-25 11:34:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5159,'1110','41601019145','2020-09-25 11:34:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5160,'5500','41601019145','2020-09-25 11:34:51',175.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5161,'1000','41601022898','2020-09-25 11:38:22',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5162,'4000','41601022898','2020-09-25 11:38:22',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5163,'4000','41601022898','2020-09-25 11:38:22',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5164,'4000','41601022898','2020-09-25 11:38:22',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5165,'4000','41601022898','2020-09-25 11:38:22',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5166,'4000','41601022898','2020-09-25 11:38:22',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5167,'4000','41601022898','2020-09-25 11:38:22',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5168,'1110','41601022898','2020-09-25 11:38:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5169,'1110','41601022898','2020-09-25 11:38:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5170,'1110','41601022898','2020-09-25 11:38:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5171,'1110','41601022898','2020-09-25 11:38:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5172,'1110','41601022898','2020-09-25 11:38:22',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5173,'1110','41601022898','2020-09-25 11:38:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5174,'5500','41601022898','2020-09-25 11:38:22',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5175,'1000','41601023146','2020-09-25 12:07:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5176,'4000','41601023146','2020-09-25 12:07:41',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5177,'4000','41601023146','2020-09-25 12:07:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5178,'4000','41601023146','2020-09-25 12:07:41',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5179,'4000','41601023146','2020-09-25 12:07:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5180,'4000','41601023146','2020-09-25 12:07:41',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5181,'4000','41601023146','2020-09-25 12:07:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5182,'1110','41601023146','2020-09-25 12:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5183,'1110','41601023146','2020-09-25 12:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5184,'1110','41601023146','2020-09-25 12:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5185,'1110','41601023146','2020-09-25 12:07:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5186,'1110','41601023146','2020-09-25 12:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5187,'1110','41601023146','2020-09-25 12:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5188,'5500','41601023146','2020-09-25 12:07:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5189,'1000','TRANS-81601026288','2020-09-24 12:30:31',NULL,3000.00,'-210100','8','1','Transfer','','','','','','No',NULL,NULL,''),(5190,'1035','TRANS-81601026288','2020-09-24 12:30:31',3000.00,NULL,'166100','8','1','Transfer','','','','','','No',NULL,NULL,''),(5191,'1100','41599032443','0000-00-00 00:00:00',NULL,27459.00,'','8','1','wells fargo payment (2% tax withhold)','1','13','payment','','','No',NULL,NULL,'2127'),(5192,'1035','41599032443','0000-00-00 00:00:00',27459.00,NULL,'','8','1','wells fargo payment (2% tax withhold)','1','13','payment','','','No',NULL,NULL,'2127'),(5193,'1000','41601025545','2020-09-25 12:34:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5194,'4000','41601025545','2020-09-25 12:34:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5195,'4000','41601025545','2020-09-25 12:34:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5196,'4000','41601025545','2020-09-25 12:34:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5197,'4000','41601025545','2020-09-25 12:34:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5198,'4000','41601025545','2020-09-25 12:34:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5199,'4000','41601025545','2020-09-25 12:34:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5200,'1110','41601025545','2020-09-25 12:34:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5201,'1110','41601025545','2020-09-25 12:34:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5202,'1110','41601025545','2020-09-25 12:34:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5203,'1110','41601025545','2020-09-25 12:34:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5204,'1110','41601025545','2020-09-25 12:34:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5205,'1110','41601025545','2020-09-25 12:34:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5206,'5500','41601025545','2020-09-25 12:34:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5207,'1000','TRANS-81601027058','2020-09-24 12:42:57',NULL,27459.00,'-237559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5208,'1035','TRANS-81601027058','2020-09-24 12:42:57',27459.00,NULL,'193559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5209,'1000','41601026880','2020-09-25 12:47:59',660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5210,'4000','41601026880','2020-09-25 12:47:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5211,'4000','41601026880','2020-09-25 12:47:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5212,'4000','41601026880','2020-09-25 12:47:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5213,'4000','41601026880','2020-09-25 12:47:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5214,'4000','41601026880','2020-09-25 12:47:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5215,'4000','41601026880','2020-09-25 12:47:59',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5216,'4000','41601026880','2020-09-25 12:47:59',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(5217,'1110','41601026880','2020-09-25 12:47:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5218,'1110','41601026880','2020-09-25 12:47:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5219,'1110','41601026880','2020-09-25 12:47:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5220,'1110','41601026880','2020-09-25 12:47:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5221,'1110','41601026880','2020-09-25 12:47:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5222,'1110','41601026880','2020-09-25 12:47:59',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5223,'1110','41601026880','2020-09-25 12:47:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(5224,'5500','41601026880','2020-09-25 12:47:59',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5225,'1000','41601027285','2020-09-25 12:50:10',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5226,'4000','41601027285','2020-09-25 12:50:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5227,'4000','41601027285','2020-09-25 12:50:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5228,'4000','41601027285','2020-09-25 12:50:10',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5229,'4000','41601027285','2020-09-25 12:50:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5230,'4000','41601027285','2020-09-25 12:50:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5231,'4000','41601027285','2020-09-25 12:50:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5232,'1110','41601027285','2020-09-25 12:50:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5233,'1110','41601027285','2020-09-25 12:50:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5234,'1110','41601027285','2020-09-25 12:50:10',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5235,'1110','41601027285','2020-09-25 12:50:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5236,'1110','41601027285','2020-09-25 12:50:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5237,'1110','41601027285','2020-09-25 12:50:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5238,'5500','41601027285','2020-09-25 12:50:10',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5239,'1000','41601027515','2020-09-25 12:56:56',680.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5240,'4000','41601027515','2020-09-25 12:56:56',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5241,'4000','41601027515','2020-09-25 12:56:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5242,'4000','41601027515','2020-09-25 12:56:56',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(5243,'4000','41601027515','2020-09-25 12:56:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5244,'4000','41601027515','2020-09-25 12:56:56',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5245,'4000','41601027515','2020-09-25 12:56:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5246,'4000','41601027515','2020-09-25 12:56:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5247,'4000','41601027515','2020-09-25 12:56:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5248,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5249,'1110','41601027515','2020-09-25 12:56:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5250,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(5251,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5252,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5253,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5254,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5255,'1110','41601027515','2020-09-25 12:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5256,'5500','41601027515','2020-09-25 12:56:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5259,'5920','81601027123','2020-09-21 12:57:59',190.00,NULL,'0','8','1','Milk & Bread ','1','','','117','','No',NULL,NULL,''),(5260,'1000','81601027123','2020-09-21 12:57:59',NULL,190.00,'0','8','1','Milk & Bread','1','','','117','','No',NULL,NULL,''),(5263,'5910','81601027918','2020-09-21 12:59:25',100.00,NULL,'0','8','1','gabbage collection ','1','','','118','','No',NULL,NULL,''),(5264,'1000','81601027918','2020-09-21 12:59:25',NULL,100.00,'0','8','1','gabbage collection','1','','','118','','No',NULL,NULL,''),(5267,'5660','81601028013','2020-09-21 13:03:51',100.00,NULL,'0','8','1','marketing','1','','','119','','No',NULL,NULL,''),(5268,'1000','81601028013','2020-09-21 13:03:51',NULL,100.00,'0','8','1','marketing','1','','','119','','No',NULL,NULL,''),(5271,'5970','81601028447','2020-09-21 13:08:51',30.00,NULL,'0','8','1','woven bags','1','','','120','','No',NULL,NULL,''),(5272,'1000','81601028447','2020-09-21 13:08:51',NULL,30.00,'0','8','1','non-woven bags 2pcs','1','','','120','','No',NULL,NULL,''),(5273,'1000','41601027905','2020-09-25 13:12:39',1690.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5274,'4000','41601027905','2020-09-25 13:12:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5275,'4000','41601027905','2020-09-25 13:12:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5276,'4000','41601027905','2020-09-25 13:12:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5277,'4000','41601027905','2020-09-25 13:12:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5278,'4000','41601027905','2020-09-25 13:12:39',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5279,'4000','41601027905','2020-09-25 13:12:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5280,'4000','41601027905','2020-09-25 13:12:39',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5281,'4000','41601027905','2020-09-25 13:12:39',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(5282,'4000','41601027905','2020-09-25 13:12:39',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5283,'4000','41601027905','2020-09-25 13:12:39',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5284,'4000','41601027905','2020-09-25 13:12:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5285,'4000','41601027905','2020-09-25 13:12:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5286,'4000','41601027905','2020-09-25 13:12:39',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5287,'4000','41601027905','2020-09-25 13:12:39',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(5288,'4000','41601027905','2020-09-25 13:12:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5289,'4000','41601027905','2020-09-25 13:12:39',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(5290,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5291,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5292,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5293,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5294,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5295,'1110','41601027905','2020-09-25 13:12:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5296,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(5297,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(5298,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(5299,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5300,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5301,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5302,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5303,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(5304,'1110','41601027905','2020-09-25 13:12:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5305,'1110','41601027905','2020-09-25 13:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(5306,'5500','41601027905','2020-09-25 13:12:39',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5307,'1000','41601028781','2020-09-25 13:18:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5308,'4000','41601028781','2020-09-25 13:18:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5309,'4000','41601028781','2020-09-25 13:18:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5310,'4000','41601028781','2020-09-25 13:18:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5311,'4000','41601028781','2020-09-25 13:18:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5312,'4000','41601028781','2020-09-25 13:18:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5313,'4000','41601028781','2020-09-25 13:18:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5314,'1110','41601028781','2020-09-25 13:18:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5315,'1110','41601028781','2020-09-25 13:18:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5316,'1110','41601028781','2020-09-25 13:18:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5317,'1110','41601028781','2020-09-25 13:18:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5318,'1110','41601028781','2020-09-25 13:18:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5319,'1110','41601028781','2020-09-25 13:18:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5320,'5500','41601028781','2020-09-25 13:18:28',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5321,'1000','41601029131','2020-09-25 13:23:38',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5322,'4000','41601029131','2020-09-25 13:23:38',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5323,'4000','41601029131','2020-09-25 13:23:38',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5324,'4000','41601029131','2020-09-25 13:23:38',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5325,'4000','41601029131','2020-09-25 13:23:38',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5326,'4000','41601029131','2020-09-25 13:23:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5327,'4000','41601029131','2020-09-25 13:23:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5328,'4000','41601029131','2020-09-25 13:23:38',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5329,'4000','41601029131','2020-09-25 13:23:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5330,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5331,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5332,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5333,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5334,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5335,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5336,'1110','41601029131','2020-09-25 13:23:38',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5337,'1110','41601029131','2020-09-25 13:23:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5338,'5500','41601029131','2020-09-25 13:23:38',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5341,'5510','81601030046','2020-09-21 13:35:15',500.00,NULL,'0','8','1','Transport','1','','','121','','No',NULL,NULL,''),(5342,'1000','81601030046','2020-09-21 13:35:15',NULL,500.00,'0','8','1','fare for running errands Peter','1','','','121','','No',NULL,NULL,''),(5345,'5920','81601030273','2020-09-22 13:40:05',435.00,NULL,'0','8','1','Milk,Bread,blueband& office glue','1','','','122','','No',NULL,NULL,''),(5346,'1000','81601030273','2020-09-22 13:40:05',NULL,435.00,'0','8','1','Milk,Bread,blue band & office glue ','1','','','122','','No',NULL,NULL,''),(5351,'5970','81601030455','2020-09-22 13:42:43',900.00,NULL,'0','8','1','packing','1','','','124','','No',NULL,NULL,''),(5352,'1000','81601030455','2020-09-22 13:42:43',NULL,900.00,'0','8','1','polypots for packing caustic','1','','','124','','No',NULL,NULL,''),(5353,'1000','41601029804','2020-09-25 13:48:26',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5354,'4000','41601029804','2020-09-25 13:48:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5355,'4000','41601029804','2020-09-25 13:48:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5356,'4000','41601029804','2020-09-25 13:48:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5357,'4000','41601029804','2020-09-25 13:48:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5358,'4000','41601029804','2020-09-25 13:48:26',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5359,'4000','41601029804','2020-09-25 13:48:26',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5360,'1110','41601029804','2020-09-25 13:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5361,'1110','41601029804','2020-09-25 13:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5362,'1110','41601029804','2020-09-25 13:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5363,'1110','41601029804','2020-09-25 13:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5364,'1110','41601029804','2020-09-25 13:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5365,'1110','41601029804','2020-09-25 13:48:26',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5366,'5500','41601029804','2020-09-25 13:48:26',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5367,'1000','41601030921','2020-09-25 14:07:23',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5368,'4000','41601030921','2020-09-25 14:07:23',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5369,'1110','41601030921','2020-09-25 14:07:23',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(5370,'5500','41601030921','2020-09-25 14:07:23',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5371,'1000','41601032051','2020-09-25 14:09:13',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5372,'4000','41601032051','2020-09-25 14:09:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5373,'4000','41601032051','2020-09-25 14:09:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5374,'4000','41601032051','2020-09-25 14:09:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5375,'4000','41601032051','2020-09-25 14:09:13',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5376,'4000','41601032051','2020-09-25 14:09:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5377,'4000','41601032051','2020-09-25 14:09:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5378,'1110','41601032051','2020-09-25 14:09:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5379,'1110','41601032051','2020-09-25 14:09:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5380,'1110','41601032051','2020-09-25 14:09:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5381,'1110','41601032051','2020-09-25 14:09:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5382,'1110','41601032051','2020-09-25 14:09:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5383,'1110','41601032051','2020-09-25 14:09:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5384,'5500','41601032051','2020-09-25 14:09:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5385,'1000','41601032158','2020-09-25 14:10:48',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5386,'4000','41601032158','2020-09-25 14:10:48',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(5387,'1000','41601032253','2020-09-25 14:18:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5388,'4000','41601032253','2020-09-25 14:18:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5389,'4000','41601032253','2020-09-25 14:18:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5390,'4000','41601032253','2020-09-25 14:18:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5391,'4000','41601032253','2020-09-25 14:18:24',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5392,'4000','41601032253','2020-09-25 14:18:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5393,'4000','41601032253','2020-09-25 14:18:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5394,'1110','41601032253','2020-09-25 14:18:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5395,'1110','41601032253','2020-09-25 14:18:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5396,'1110','41601032253','2020-09-25 14:18:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5397,'1110','41601032253','2020-09-25 14:18:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5398,'1110','41601032253','2020-09-25 14:18:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5399,'1110','41601032253','2020-09-25 14:18:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5400,'5500','41601032253','2020-09-25 14:18:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5403,'5920','81601030743','2020-09-23 14:37:44',220.00,NULL,'0','8','1','Milk,Bread & Teabags','1','','','125','','No',NULL,NULL,''),(5404,'1000','81601030743','2020-09-23 14:37:44',NULL,220.00,'0','8','1','Milk,Bread,Teabags ','1','','','125','','No',NULL,NULL,''),(5407,'5980','81601033964','2020-09-23 14:41:36',3200.00,NULL,'0','8','1','celloptape 2','1','','','126','','No',NULL,NULL,''),(5408,'1000','81601033964','2020-09-23 14:41:36',NULL,3200.00,'0','8','1','Cellotape 2','1','','','126','','No',NULL,NULL,''),(5411,'5510','81601034165','2020-09-30 14:44:02',100.00,NULL,'0','8','1','Transport','1','','','127','','No',NULL,NULL,''),(5412,'1000','81601034165','2020-09-30 14:44:02',NULL,100.00,'0','8','1','Delivery of Products ','1','','','127','','No',NULL,NULL,''),(5415,'5900','81601034267','2020-09-23 14:45:33',750.00,NULL,'0','8','1','green & blue','1','','','128','','No',NULL,NULL,''),(5416,'1000','81601034267','2020-09-23 14:45:33',NULL,750.00,'0','8','1','Green1kg and blue 2kg','1','','','128','','No',NULL,NULL,''),(5419,'5510','81601034505','2020-09-23 14:49:20',100.00,NULL,'0','8','1','delivery of materials','1','','','129','','No',NULL,NULL,''),(5420,'1000','81601034505','2020-09-23 14:49:20',NULL,100.00,'0','8','1','delivery of materials from promax -shop','1','','','129','','No',NULL,NULL,''),(5423,'5920','81601034596','2020-09-23 14:51:09',600.00,NULL,'0','8','1','staff lunch','1','','','130','','No',NULL,NULL,''),(5424,'1000','81601034596','2020-09-23 14:51:09',NULL,600.00,'0','8','1','staff lunch ','1','','','130','','No',NULL,NULL,''),(5427,'5990','81601034716','2020-09-23 14:52:46',200.00,NULL,'0','8','1','offloading','1','','','131','','No',NULL,NULL,''),(5428,'1000','81601034716','2020-09-23 14:52:46',NULL,200.00,'0','8','1','off loading of chemicals','1','','','131','','No',NULL,NULL,''),(5431,'5563','81601034802','2020-09-23 14:54:02',100.00,NULL,'0','8','1','Air time office line','1','','','132','','No',NULL,NULL,''),(5432,'1000','81601034802','2020-09-23 14:54:02',NULL,100.00,'0','8','1','Air time for office phone','1','','','132','','No',NULL,NULL,''),(5437,'5920','81601034878','2020-09-24 14:56:19',324.00,NULL,'0','8','1','Milk,Bread,tissue & bag','1','','','133','','No',NULL,NULL,''),(5438,'1000','81601034878','2020-09-24 14:56:19',NULL,324.00,'0','8','1','Milk,Bread, tissue and bag','1','','','133','','No',NULL,NULL,''),(5439,'1000','41601032773','2020-09-25 15:00:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5440,'4000','41601032773','2020-09-25 15:00:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5441,'4000','41601032773','2020-09-25 15:00:41',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5442,'4000','41601032773','2020-09-25 15:00:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5443,'4000','41601032773','2020-09-25 15:00:41',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(5444,'4000','41601032773','2020-09-25 15:00:41',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5445,'4000','41601032773','2020-09-25 15:00:41',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(5446,'4000','41601032773','2020-09-25 15:00:41',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(5447,'4000','41601032773','2020-09-25 15:00:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5448,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5449,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5450,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5451,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(5452,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(5453,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(5454,'1110','41601032773','2020-09-25 15:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(5455,'1110','41601032773','2020-09-25 15:00:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5456,'5500','41601032773','2020-09-25 15:00:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5457,'1000','41601035324','2020-09-25 15:14:16',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5458,'4000','41601035324','2020-09-25 15:14:16',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(5459,'1000','41601036122','2020-09-25 15:40:28',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5460,'4000','41601036122','2020-09-25 15:40:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5461,'4000','41601036122','2020-09-25 15:40:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5462,'4000','41601036122','2020-09-25 15:40:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5463,'4000','41601036122','2020-09-25 15:40:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5464,'1110','41601036122','2020-09-25 15:40:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5465,'1110','41601036122','2020-09-25 15:40:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5466,'1110','41601036122','2020-09-25 15:40:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5467,'1110','41601036122','2020-09-25 15:40:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5468,'5500','41601036122','2020-09-25 15:40:28',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5469,'1000','41601037711','2020-09-25 15:45:24',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5470,'4000','41601037711','2020-09-25 15:45:24',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(5471,'4000','41601037711','2020-09-25 15:45:24',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(5472,'1000','41601037931','2020-09-25 15:58:25',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5473,'4000','41601037931','2020-09-25 15:58:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5474,'4000','41601037931','2020-09-25 15:58:25',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5475,'4000','41601037931','2020-09-25 15:58:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5476,'4000','41601037931','2020-09-25 15:58:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5477,'4000','41601037931','2020-09-25 15:58:25',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5478,'4000','41601037931','2020-09-25 15:58:25',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5479,'4000','41601037931','2020-09-25 15:58:25',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5480,'4000','41601037931','2020-09-25 15:58:25',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5481,'4000','41601037931','2020-09-25 15:58:25',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(5482,'4000','41601037931','2020-09-25 15:58:25',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(5483,'4000','41601037931','2020-09-25 15:58:25',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5484,'4000','41601037931','2020-09-25 15:58:25',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(5485,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5486,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5487,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5488,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5489,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5490,'1110','41601037931','2020-09-25 15:58:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5491,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(5492,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5493,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(5494,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(5495,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5496,'1110','41601037931','2020-09-25 15:58:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(5497,'5500','41601037931','2020-09-25 15:58:25',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5498,'1000','TRANS-81601039466','2020-09-25 16:10:54',NULL,23000.00,'-260559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5499,'1035','TRANS-81601039466','2020-09-25 16:10:54',23000.00,NULL,'216559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5500,'1000','41601038790','2020-09-25 16:20:55',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5501,'4000','41601038790','2020-09-25 16:20:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5502,'4000','41601038790','2020-09-25 16:20:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5503,'4000','41601038790','2020-09-25 16:20:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5504,'4000','41601038790','2020-09-25 16:20:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5505,'4000','41601038790','2020-09-25 16:20:55',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5506,'4000','41601038790','2020-09-25 16:20:55',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5507,'1110','41601038790','2020-09-25 16:20:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5508,'1110','41601038790','2020-09-25 16:20:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5509,'1110','41601038790','2020-09-25 16:20:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5510,'1110','41601038790','2020-09-25 16:20:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5511,'1110','41601038790','2020-09-25 16:20:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5512,'1110','41601038790','2020-09-25 16:20:55',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5513,'5500','41601038790','2020-09-25 16:20:55',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5517,'1000','41601107276','2020-09-26 11:08:02',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5518,'4000','41601107276','2020-09-26 11:08:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5519,'4000','41601107276','2020-09-26 11:08:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5520,'4000','41601107276','2020-09-26 11:08:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5521,'4000','41601107276','2020-09-26 11:08:02',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5522,'4000','41601107276','2020-09-26 11:08:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5523,'1110','41601107276','2020-09-26 11:08:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5524,'1110','41601107276','2020-09-26 11:08:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5525,'1110','41601107276','2020-09-26 11:08:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5526,'1110','41601107276','2020-09-26 11:08:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5527,'1110','41601107276','2020-09-26 11:08:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5528,'5500','41601107276','2020-09-26 11:08:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5529,'1000','41601107696','2020-09-26 11:24:34',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5530,'4000','41601107696','2020-09-26 11:24:34',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(5531,'1110','41601107696','2020-09-26 11:24:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(5532,'5500','41601107696','2020-09-26 11:24:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5533,'1000','41601108691','2020-09-26 11:26:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5534,'4000','41601108691','2020-09-26 11:26:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5535,'4000','41601108691','2020-09-26 11:26:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5536,'4000','41601108691','2020-09-26 11:26:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5537,'4000','41601108691','2020-09-26 11:26:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5538,'4000','41601108691','2020-09-26 11:26:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5539,'4000','41601108691','2020-09-26 11:26:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5540,'1110','41601108691','2020-09-26 11:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5541,'1110','41601108691','2020-09-26 11:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5542,'1110','41601108691','2020-09-26 11:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5543,'1110','41601108691','2020-09-26 11:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5544,'1110','41601108691','2020-09-26 11:26:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5545,'1110','41601108691','2020-09-26 11:26:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5546,'5500','41601108691','2020-09-26 11:26:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5547,'1000','41601108844','2020-09-26 12:14:30',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5548,'4000','41601108844','2020-09-26 12:14:30',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5549,'4000','41601108844','2020-09-26 12:14:30',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5550,'4000','41601108844','2020-09-26 12:14:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5551,'4000','41601108844','2020-09-26 12:14:30',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5552,'4000','41601108844','2020-09-26 12:14:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5553,'4000','41601108844','2020-09-26 12:14:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5554,'1110','41601108844','2020-09-26 12:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5555,'1110','41601108844','2020-09-26 12:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5556,'1110','41601108844','2020-09-26 12:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5557,'1110','41601108844','2020-09-26 12:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5558,'1110','41601108844','2020-09-26 12:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5559,'1110','41601108844','2020-09-26 12:14:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5560,'5500','41601108844','2020-09-26 12:14:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5561,'1000','41601111792','2020-09-26 12:46:47',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5562,'4000','41601111792','2020-09-26 12:46:47',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5563,'4000','41601111792','2020-09-26 12:46:47',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5564,'4000','41601111792','2020-09-26 12:46:47',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5565,'4000','41601111792','2020-09-26 12:46:47',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5566,'4000','41601111792','2020-09-26 12:46:47',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5567,'4000','41601111792','2020-09-26 12:46:47',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5568,'4000','41601111792','2020-09-26 12:46:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5569,'4000','41601111792','2020-09-26 12:46:47',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5570,'1110','41601111792','2020-09-26 12:46:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5571,'1110','41601111792','2020-09-26 12:46:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5572,'1110','41601111792','2020-09-26 12:46:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5573,'1110','41601111792','2020-09-26 12:46:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5574,'1110','41601111792','2020-09-26 12:46:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5575,'1110','41601111792','2020-09-26 12:46:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5576,'1110','41601111792','2020-09-26 12:46:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5577,'1110','41601111792','2020-09-26 12:46:47',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5578,'5500','41601111792','2020-09-26 12:46:47',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5579,'1000','41601272510','2020-09-28 08:59:15',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5580,'4000','41601272510','2020-09-28 08:59:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5581,'4000','41601272510','2020-09-28 08:59:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5582,'4000','41601272510','2020-09-28 08:59:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5583,'4000','41601272510','2020-09-28 08:59:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5584,'4000','41601272510','2020-09-28 08:59:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5585,'1000','41601272811','2020-09-28 09:01:16',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5586,'4000','41601272811','2020-09-28 09:01:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5587,'1110','41601272811','2020-09-28 09:01:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5588,'5500','41601272811','2020-09-28 09:01:16',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5589,'1000','41601272893','2020-09-28 09:10:34',1470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5590,'4000','41601272893','2020-09-28 09:10:34',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5591,'4000','41601272893','2020-09-28 09:10:34',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5592,'4000','41601272893','2020-09-28 09:10:34',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5593,'4000','41601272893','2020-09-28 09:10:34',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5594,'4000','41601272893','2020-09-28 09:10:34',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5595,'1000','41601273464','2020-09-28 09:27:45',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5596,'4000','41601273464','2020-09-28 09:27:45',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5597,'4000','41601273464','2020-09-28 09:27:45',NULL,260.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5598,'4000','41601273464','2020-09-28 09:27:45',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5599,'4000','41601273464','2020-09-28 09:27:45',NULL,400.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5600,'4000','41601273464','2020-09-28 09:27:45',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5601,'1000','41601274491','2020-09-28 10:22:33',980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5602,'4000','41601274491','2020-09-28 10:22:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5603,'4000','41601274491','2020-09-28 10:22:33',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5604,'4000','41601274491','2020-09-28 10:22:33',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5605,'4000','41601274491','2020-09-28 10:22:33',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5606,'4000','41601274491','2020-09-28 10:22:33',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5607,'1000','41601277764','2020-09-28 10:23:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5608,'4000','41601277764','2020-09-28 10:23:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5609,'4000','41601277764','2020-09-28 10:23:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5610,'4000','41601277764','2020-09-28 10:23:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5611,'4000','41601277764','2020-09-28 10:23:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5612,'4000','41601277764','2020-09-28 10:23:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5613,'4000','41601277764','2020-09-28 10:23:41',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5614,'1110','41601277764','2020-09-28 10:23:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5615,'1110','41601277764','2020-09-28 10:23:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5616,'1110','41601277764','2020-09-28 10:23:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5617,'1110','41601277764','2020-09-28 10:23:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5618,'1110','41601277764','2020-09-28 10:23:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5619,'1110','41601277764','2020-09-28 10:23:41',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5620,'5500','41601277764','2020-09-28 10:23:41',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5621,'1000','41601277827','2020-09-28 10:54:03',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5622,'4000','41601277827','2020-09-28 10:54:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5623,'4000','41601277827','2020-09-28 10:54:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5624,'4000','41601277827','2020-09-28 10:54:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5625,'4000','41601277827','2020-09-28 10:54:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5626,'4000','41601277827','2020-09-28 10:54:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5627,'4000','41601277827','2020-09-28 10:54:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5628,'4000','41601277827','2020-09-28 10:54:03',NULL,50.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(5629,'1110','41601277827','2020-09-28 10:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5630,'1110','41601277827','2020-09-28 10:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5631,'1110','41601277827','2020-09-28 10:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5632,'1110','41601277827','2020-09-28 10:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5633,'1110','41601277827','2020-09-28 10:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5634,'1110','41601277827','2020-09-28 10:54:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5635,'1110','41601277827','2020-09-28 10:54:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(5636,'5500','41601277827','2020-09-28 10:54:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5637,'1000','41601279652','2020-09-28 11:06:05',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5638,'4000','41601279652','2020-09-28 11:06:05',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5639,'4000','41601279652','2020-09-28 11:06:05',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5640,'4000','41601279652','2020-09-28 11:06:05',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5641,'4000','41601279652','2020-09-28 11:06:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5642,'4000','41601279652','2020-09-28 11:06:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5643,'4000','41601279652','2020-09-28 11:06:05',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5644,'1110','41601279652','2020-09-28 11:06:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5645,'1110','41601279652','2020-09-28 11:06:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5646,'1110','41601279652','2020-09-28 11:06:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5647,'1110','41601279652','2020-09-28 11:06:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5648,'1110','41601279652','2020-09-28 11:06:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5649,'1110','41601279652','2020-09-28 11:06:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5650,'5500','41601279652','2020-09-28 11:06:05',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5651,'1000','41601280375','2020-09-28 11:08:38',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5652,'4000','41601280375','2020-09-28 11:08:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5653,'4000','41601280375','2020-09-28 11:08:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5654,'4000','41601280375','2020-09-28 11:08:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5655,'4000','41601280375','2020-09-28 11:08:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5656,'4000','41601280375','2020-09-28 11:08:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5657,'4000','41601280375','2020-09-28 11:08:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5658,'1110','41601280375','2020-09-28 11:08:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5659,'1110','41601280375','2020-09-28 11:08:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5660,'1110','41601280375','2020-09-28 11:08:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5661,'1110','41601280375','2020-09-28 11:08:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5662,'1110','41601280375','2020-09-28 11:08:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5663,'1110','41601280375','2020-09-28 11:08:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5664,'5500','41601280375','2020-09-28 11:08:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5665,'1000','41601280527','2020-09-28 11:27:56',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5666,'4000','41601280527','2020-09-28 11:27:56',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5667,'4000','41601280527','2020-09-28 11:27:56',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(5668,'4000','41601280527','2020-09-28 11:27:56',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(5669,'1000','41601281691','2020-09-28 11:31:10',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5670,'4000','41601281691','2020-09-28 11:31:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5671,'4000','41601281691','2020-09-28 11:31:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5672,'4000','41601281691','2020-09-28 11:31:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5673,'4000','41601281691','2020-09-28 11:31:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5674,'4000','41601281691','2020-09-28 11:31:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5675,'1110','41601281691','2020-09-28 11:31:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5676,'1110','41601281691','2020-09-28 11:31:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5677,'1110','41601281691','2020-09-28 11:31:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5678,'1110','41601281691','2020-09-28 11:31:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5679,'1110','41601281691','2020-09-28 11:31:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5680,'5500','41601281691','2020-09-28 11:31:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5681,'1000','41601281891','2020-09-28 11:34:08',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5682,'4000','41601281891','2020-09-28 11:34:08',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5683,'4000','41601281891','2020-09-28 11:34:08',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(5684,'4000','41601281891','2020-09-28 11:34:08',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5685,'4000','41601281891','2020-09-28 11:34:08',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(5686,'4000','41601281891','2020-09-28 11:34:08',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(5687,'4000','41601281891','2020-09-28 11:34:08',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(5688,'1000','41601282069','2020-09-28 12:06:23',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5689,'4000','41601282069','2020-09-28 12:06:23',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5690,'4000','41601282069','2020-09-28 12:06:23',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5691,'4000','41601282069','2020-09-28 12:06:23',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5692,'4000','41601282069','2020-09-28 12:06:23',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5693,'4000','41601282069','2020-09-28 12:06:23',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5694,'4000','41601282069','2020-09-28 12:06:23',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5695,'1110','41601282069','2020-09-28 12:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5696,'1110','41601282069','2020-09-28 12:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5697,'1110','41601282069','2020-09-28 12:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5698,'1110','41601282069','2020-09-28 12:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5699,'1110','41601282069','2020-09-28 12:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5700,'1110','41601282069','2020-09-28 12:06:23',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5701,'5500','41601282069','2020-09-28 12:06:23',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5702,'1000','41601284305','2020-09-28 12:38:05',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5703,'4000','41601284305','2020-09-28 12:38:05',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5704,'4000','41601284305','2020-09-28 12:38:05',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5705,'4000','41601284305','2020-09-28 12:38:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5706,'4000','41601284305','2020-09-28 12:38:05',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5707,'4000','41601284305','2020-09-28 12:38:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5708,'4000','41601284305','2020-09-28 12:38:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5709,'4000','41601284305','2020-09-28 12:38:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5710,'4000','41601284305','2020-09-28 12:38:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5711,'4000','41601284305','2020-09-28 12:38:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5712,'1000','41601285925','2020-09-28 12:41:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5713,'4000','41601285925','2020-09-28 12:41:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5714,'4000','41601285925','2020-09-28 12:41:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5715,'4000','41601285925','2020-09-28 12:41:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5716,'4000','41601285925','2020-09-28 12:41:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5717,'4000','41601285925','2020-09-28 12:41:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5718,'4000','41601285925','2020-09-28 12:41:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5719,'1110','41601285925','2020-09-28 12:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5720,'1110','41601285925','2020-09-28 12:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5721,'1110','41601285925','2020-09-28 12:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5722,'1110','41601285925','2020-09-28 12:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5723,'1110','41601285925','2020-09-28 12:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5724,'1110','41601285925','2020-09-28 12:41:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5725,'5500','41601285925','2020-09-28 12:41:17',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5726,'1000','41601286082','2020-09-28 13:44:27',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5727,'4000','41601286082','2020-09-28 13:44:27',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5728,'4000','41601286082','2020-09-28 13:44:27',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5729,'4000','41601286082','2020-09-28 13:44:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5730,'4000','41601286082','2020-09-28 13:44:27',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5731,'4000','41601286082','2020-09-28 13:44:27',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5732,'4000','41601286082','2020-09-28 13:44:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5733,'1110','41601286082','2020-09-28 13:44:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5734,'1110','41601286082','2020-09-28 13:44:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5735,'1110','41601286082','2020-09-28 13:44:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5736,'1110','41601286082','2020-09-28 13:44:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5737,'1110','41601286082','2020-09-28 13:44:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5738,'1110','41601286082','2020-09-28 13:44:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5739,'5500','41601286082','2020-09-28 13:44:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5740,'1000','41601289872','2020-09-28 14:11:49',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5741,'4000','41601289872','2020-09-28 14:11:49',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5742,'4000','41601289872','2020-09-28 14:11:49',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5743,'4000','41601289872','2020-09-28 14:11:49',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5744,'4000','41601289872','2020-09-28 14:11:49',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5745,'4000','41601289872','2020-09-28 14:11:49',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5746,'4000','41601289872','2020-09-28 14:11:49',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5747,'1110','41601289872','2020-09-28 14:11:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5748,'1110','41601289872','2020-09-28 14:11:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5749,'1110','41601289872','2020-09-28 14:11:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5750,'1110','41601289872','2020-09-28 14:11:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5751,'1110','41601289872','2020-09-28 14:11:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5752,'1110','41601289872','2020-09-28 14:11:49',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5753,'5500','41601289872','2020-09-28 14:11:49',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5754,'1000','41601291548','2020-09-28 14:14:18',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5755,'4000','41601291548','2020-09-28 14:14:18',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(5756,'4000','41601291548','2020-09-28 14:14:18',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(5757,'4000','41601291548','2020-09-28 14:14:18',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5758,'4000','41601291548','2020-09-28 14:14:18',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5759,'4000','41601291548','2020-09-28 14:14:18',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5760,'4000','41601291548','2020-09-28 14:14:18',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(5761,'1000','41601291668','2020-09-28 14:30:33',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5762,'4000','41601291668','2020-09-28 14:30:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5763,'4000','41601291668','2020-09-28 14:30:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5764,'4000','41601291668','2020-09-28 14:30:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5765,'4000','41601291668','2020-09-28 14:30:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5766,'4000','41601291668','2020-09-28 14:30:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5767,'4000','41601291668','2020-09-28 14:30:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5768,'1110','41601291668','2020-09-28 14:30:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5769,'1110','41601291668','2020-09-28 14:30:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5770,'1110','41601291668','2020-09-28 14:30:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5771,'1110','41601291668','2020-09-28 14:30:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5772,'1110','41601291668','2020-09-28 14:30:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5773,'1110','41601291668','2020-09-28 14:30:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5774,'5500','41601291668','2020-09-28 14:30:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5775,'1000','41601294761','2020-09-28 15:07:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5776,'4000','41601294761','2020-09-28 15:07:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5777,'4000','41601294761','2020-09-28 15:07:21',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5778,'4000','41601294761','2020-09-28 15:07:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5779,'4000','41601294761','2020-09-28 15:07:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5780,'4000','41601294761','2020-09-28 15:07:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5781,'4000','41601294761','2020-09-28 15:07:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5782,'1110','41601294761','2020-09-28 15:07:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5783,'1110','41601294761','2020-09-28 15:07:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5784,'1110','41601294761','2020-09-28 15:07:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5785,'1110','41601294761','2020-09-28 15:07:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5786,'1110','41601294761','2020-09-28 15:07:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5787,'1110','41601294761','2020-09-28 15:07:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5788,'5500','41601294761','2020-09-28 15:07:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5789,'1000','41601294899','2020-09-28 15:45:31',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5790,'4000','41601294899','2020-09-28 15:45:31',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5791,'4000','41601294899','2020-09-28 15:45:31',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5792,'4000','41601294899','2020-09-28 15:45:31',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5793,'4000','41601294899','2020-09-28 15:45:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5794,'4000','41601294899','2020-09-28 15:45:31',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5795,'4000','41601294899','2020-09-28 15:45:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5796,'1110','41601294899','2020-09-28 15:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5797,'1110','41601294899','2020-09-28 15:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(5798,'1110','41601294899','2020-09-28 15:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5799,'1110','41601294899','2020-09-28 15:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5800,'1110','41601294899','2020-09-28 15:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(5801,'1110','41601294899','2020-09-28 15:45:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5802,'5500','41601294899','2020-09-28 15:45:31',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5803,'1000','41601297136','2020-09-28 15:49:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5804,'4000','41601297136','2020-09-28 15:49:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5805,'4000','41601297136','2020-09-28 15:49:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5806,'4000','41601297136','2020-09-28 15:49:31',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5807,'4000','41601297136','2020-09-28 15:49:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5808,'4000','41601297136','2020-09-28 15:49:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5809,'4000','41601297136','2020-09-28 15:49:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5810,'1110','41601297136','2020-09-28 15:49:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5811,'1110','41601297136','2020-09-28 15:49:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5812,'1110','41601297136','2020-09-28 15:49:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(5813,'1110','41601297136','2020-09-28 15:49:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5814,'1110','41601297136','2020-09-28 15:49:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5815,'1110','41601297136','2020-09-28 15:49:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5816,'5500','41601297136','2020-09-28 15:49:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5817,'1000','TRANS-81601357858','2020-09-28 08:37:19',NULL,9000.00,'-269559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5818,'1035','TRANS-81601357858','2020-09-28 08:37:19',9000.00,NULL,'225559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5819,'1000','41601365436','2020-09-29 10:44:59',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5820,'4000','41601365436','2020-09-29 10:44:59',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5821,'4000','41601365436','2020-09-29 10:44:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5822,'4000','41601365436','2020-09-29 10:44:59',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5823,'4000','41601365436','2020-09-29 10:44:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5824,'4000','41601365436','2020-09-29 10:44:59',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5825,'1110','41601365436','2020-09-29 10:44:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5826,'1110','41601365436','2020-09-29 10:44:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5827,'1110','41601365436','2020-09-29 10:44:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5828,'1110','41601365436','2020-09-29 10:44:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5829,'1110','41601365436','2020-09-29 10:44:59',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5830,'5500','41601365436','2020-09-29 10:44:59',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5831,'1000','41601365506','2020-09-29 10:47:36',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5832,'4000','41601365506','2020-09-29 10:47:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5833,'4000','41601365506','2020-09-29 10:47:36',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5834,'4000','41601365506','2020-09-29 10:47:36',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5835,'4000','41601365506','2020-09-29 10:47:36',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5836,'4000','41601365506','2020-09-29 10:47:36',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5837,'4000','41601365506','2020-09-29 10:47:36',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(5838,'1110','41601365506','2020-09-29 10:47:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5839,'1110','41601365506','2020-09-29 10:47:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(5840,'1110','41601365506','2020-09-29 10:47:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5841,'1110','41601365506','2020-09-29 10:47:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5842,'1110','41601365506','2020-09-29 10:47:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5843,'1110','41601365506','2020-09-29 10:47:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(5844,'5500','41601365506','2020-09-29 10:47:36',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5845,'1000','41601365702','2020-09-29 10:50:58',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5846,'4000','41601365702','2020-09-29 10:50:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5847,'4000','41601365702','2020-09-29 10:50:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5848,'4000','41601365702','2020-09-29 10:50:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5849,'4000','41601365702','2020-09-29 10:50:58',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5850,'4000','41601365702','2020-09-29 10:50:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5851,'4000','41601365702','2020-09-29 10:50:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5852,'1110','41601365702','2020-09-29 10:50:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5853,'1110','41601365702','2020-09-29 10:50:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5854,'1110','41601365702','2020-09-29 10:50:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5855,'1110','41601365702','2020-09-29 10:50:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5856,'1110','41601365702','2020-09-29 10:50:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5857,'1110','41601365702','2020-09-29 10:50:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5858,'5500','41601365702','2020-09-29 10:50:58',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5859,'1000','41601366179','2020-09-29 11:38:43',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5860,'4000','41601366179','2020-09-29 11:38:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5861,'4000','41601366179','2020-09-29 11:38:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5862,'4000','41601366179','2020-09-29 11:38:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5863,'1000','41601368742','2020-09-29 11:49:16',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5864,'4000','41601368742','2020-09-29 11:49:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5865,'4000','41601368742','2020-09-29 11:49:16',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5866,'4000','41601368742','2020-09-29 11:49:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5867,'4000','41601368742','2020-09-29 11:49:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5868,'4000','41601368742','2020-09-29 11:49:16',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5869,'4000','41601368742','2020-09-29 11:49:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5870,'4000','41601368742','2020-09-29 11:49:16',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(5871,'4000','41601368742','2020-09-29 11:49:16',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5872,'4000','41601368742','2020-09-29 11:49:16',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(5873,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5874,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5875,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5876,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5877,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5878,'1110','41601368742','2020-09-29 11:49:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5879,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(5880,'1110','41601368742','2020-09-29 11:49:16',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5881,'1110','41601368742','2020-09-29 11:49:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(5882,'5500','41601368742','2020-09-29 11:49:16',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5883,'1000','41601369372','2020-09-29 12:28:59',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5884,'4000','41601369372','2020-09-29 12:28:59',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5885,'4000','41601369372','2020-09-29 12:28:59',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5886,'4000','41601369372','2020-09-29 12:28:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5887,'4000','41601369372','2020-09-29 12:28:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5888,'4000','41601369372','2020-09-29 12:28:59',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5889,'4000','41601369372','2020-09-29 12:28:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5890,'1110','41601369372','2020-09-29 12:28:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5891,'1110','41601369372','2020-09-29 12:28:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5892,'1110','41601369372','2020-09-29 12:28:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5893,'1110','41601369372','2020-09-29 12:28:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5894,'1110','41601369372','2020-09-29 12:28:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5895,'1110','41601369372','2020-09-29 12:28:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5896,'5500','41601369372','2020-09-29 12:28:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5897,'1000','41601374600','2020-09-29 13:17:20',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5898,'4000','41601374600','2020-09-29 13:17:20',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(5899,'1000','41601377454','2020-09-29 14:05:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5900,'4000','41601377454','2020-09-29 14:05:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5901,'4000','41601377454','2020-09-29 14:05:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5902,'4000','41601377454','2020-09-29 14:05:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5903,'4000','41601377454','2020-09-29 14:05:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5904,'4000','41601377454','2020-09-29 14:05:56',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5905,'4000','41601377454','2020-09-29 14:05:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5906,'1110','41601377454','2020-09-29 14:05:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5907,'1110','41601377454','2020-09-29 14:05:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5908,'1110','41601377454','2020-09-29 14:05:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5909,'1110','41601377454','2020-09-29 14:05:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5910,'1110','41601377454','2020-09-29 14:05:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(5911,'1110','41601377454','2020-09-29 14:05:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5912,'5500','41601377454','2020-09-29 14:05:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5913,'1000','41601377593','2020-09-29 14:14:39',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5914,'4000','41601377593','2020-09-29 14:14:39',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5915,'4000','41601377593','2020-09-29 14:14:39',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5916,'4000','41601377593','2020-09-29 14:14:39',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5917,'4000','41601377593','2020-09-29 14:14:39',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5918,'4000','41601377593','2020-09-29 14:14:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5919,'4000','41601377593','2020-09-29 14:14:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5920,'4000','41601377593','2020-09-29 14:14:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5921,'4000','41601377593','2020-09-29 14:14:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5922,'1110','41601377593','2020-09-29 14:14:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5923,'1110','41601377593','2020-09-29 14:14:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5924,'1110','41601377593','2020-09-29 14:14:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5925,'1110','41601377593','2020-09-29 14:14:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5926,'1110','41601377593','2020-09-29 14:14:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5927,'1110','41601377593','2020-09-29 14:14:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5928,'1110','41601377593','2020-09-29 14:14:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5929,'1110','41601377593','2020-09-29 14:14:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5930,'5500','41601377593','2020-09-29 14:14:39',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5931,'1000','41601378203','2020-09-29 14:20:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5932,'4000','41601378203','2020-09-29 14:20:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5933,'4000','41601378203','2020-09-29 14:20:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5934,'4000','41601378203','2020-09-29 14:20:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5935,'4000','41601378203','2020-09-29 14:20:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5936,'4000','41601378203','2020-09-29 14:20:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5937,'4000','41601378203','2020-09-29 14:20:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5938,'1110','41601378203','2020-09-29 14:20:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5939,'1110','41601378203','2020-09-29 14:20:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5940,'1110','41601378203','2020-09-29 14:20:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5941,'1110','41601378203','2020-09-29 14:20:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5942,'1110','41601378203','2020-09-29 14:20:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5943,'1110','41601378203','2020-09-29 14:20:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5944,'5500','41601378203','2020-09-29 14:20:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5945,'1000','41601378490','2020-09-29 14:47:31',460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5946,'4000','41601378490','2020-09-29 14:47:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5947,'4000','41601378490','2020-09-29 14:47:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5948,'4000','41601378490','2020-09-29 14:47:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5949,'4000','41601378490','2020-09-29 14:47:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5950,'1000','41601380061','2020-09-29 14:59:57',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5951,'4000','41601380061','2020-09-29 14:59:57',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5952,'4000','41601380061','2020-09-29 14:59:57',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5953,'4000','41601380061','2020-09-29 14:59:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5954,'4000','41601380061','2020-09-29 14:59:57',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5955,'4000','41601380061','2020-09-29 14:59:57',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5956,'4000','41601380061','2020-09-29 14:59:57',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5957,'1110','41601380061','2020-09-29 14:59:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5958,'1110','41601380061','2020-09-29 14:59:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5959,'1110','41601380061','2020-09-29 14:59:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5960,'1110','41601380061','2020-09-29 14:59:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5961,'1110','41601380061','2020-09-29 14:59:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5962,'1110','41601380061','2020-09-29 14:59:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5963,'5500','41601380061','2020-09-29 14:59:57',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5964,'1000','41601380803','2020-09-29 15:21:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5965,'4000','41601380803','2020-09-29 15:21:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5966,'4000','41601380803','2020-09-29 15:21:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5967,'4000','41601380803','2020-09-29 15:21:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5968,'4000','41601380803','2020-09-29 15:21:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5969,'4000','41601380803','2020-09-29 15:21:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5970,'4000','41601380803','2020-09-29 15:21:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5971,'1110','41601380803','2020-09-29 15:21:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5972,'1110','41601380803','2020-09-29 15:21:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5973,'1110','41601380803','2020-09-29 15:21:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5974,'1110','41601380803','2020-09-29 15:21:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5975,'1110','41601380803','2020-09-29 15:21:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5976,'1110','41601380803','2020-09-29 15:21:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(5977,'5500','41601380803','2020-09-29 15:21:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5978,'1000','41601382116','2020-09-29 15:51:25',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5979,'4000','41601382116','2020-09-29 15:51:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5980,'4000','41601382116','2020-09-29 15:51:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5981,'4000','41601382116','2020-09-29 15:51:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5982,'4000','41601382116','2020-09-29 15:51:25',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5983,'4000','41601382116','2020-09-29 15:51:25',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5984,'4000','41601382116','2020-09-29 15:51:25',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5985,'1110','41601382116','2020-09-29 15:51:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5986,'1110','41601382116','2020-09-29 15:51:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(5987,'1110','41601382116','2020-09-29 15:51:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(5988,'1110','41601382116','2020-09-29 15:51:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(5989,'1110','41601382116','2020-09-29 15:51:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(5990,'1110','41601382116','2020-09-29 15:51:25',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(5991,'5500','41601382116','2020-09-29 15:51:25',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5992,'1000','TRANS-81601385224','2020-09-29 16:12:53',NULL,6000.00,'-275559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5993,'1035','TRANS-81601385224','2020-09-29 16:12:53',6000.00,NULL,'231559','8','1','Transfer','','','','','','No',NULL,NULL,''),(5994,'1000','41601449870','2020-09-30 10:30:59',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5995,'4000','41601449870','2020-09-30 10:30:59',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5996,'4000','41601449870','2020-09-30 10:30:59',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(5997,'4000','41601449870','2020-09-30 10:30:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(5998,'4000','41601449870','2020-09-30 10:30:59',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5999,'4000','41601449870','2020-09-30 10:30:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6000,'4000','41601449870','2020-09-30 10:30:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6001,'1110','41601449870','2020-09-30 10:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6002,'1110','41601449870','2020-09-30 10:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6003,'1110','41601449870','2020-09-30 10:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6004,'1110','41601449870','2020-09-30 10:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6005,'1110','41601449870','2020-09-30 10:30:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6006,'1110','41601449870','2020-09-30 10:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6007,'5500','41601449870','2020-09-30 10:30:59',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6008,'1000','41601451067','2020-09-30 10:43:10',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6009,'4000','41601451067','2020-09-30 10:43:10',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6010,'1000','41601451795','2020-09-30 10:46:22',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6011,'4000','41601451795','2020-09-30 10:46:22',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6012,'4000','41601451795','2020-09-30 10:46:22',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6013,'4000','41601451795','2020-09-30 10:46:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6014,'4000','41601451795','2020-09-30 10:46:22',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6015,'4000','41601451795','2020-09-30 10:46:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6016,'4000','41601451795','2020-09-30 10:46:22',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(6017,'1000','41601452031','2020-09-30 10:54:30',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6018,'4000','41601452031','2020-09-30 10:54:30',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6019,'1000','41601459344','2020-09-30 12:55:13',940.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6020,'4000','41601459344','2020-09-30 12:55:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6021,'4000','41601459344','2020-09-30 12:55:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6022,'4000','41601459344','2020-09-30 12:55:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6023,'4000','41601459344','2020-09-30 12:55:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6024,'4000','41601459344','2020-09-30 12:55:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6025,'4000','41601459344','2020-09-30 12:55:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6026,'4000','41601459344','2020-09-30 12:55:13',NULL,400.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6027,'1110','41601459344','2020-09-30 12:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6028,'1110','41601459344','2020-09-30 12:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6029,'1110','41601459344','2020-09-30 12:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6030,'1110','41601459344','2020-09-30 12:55:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6031,'1110','41601459344','2020-09-30 12:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6032,'1110','41601459344','2020-09-30 12:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6033,'1110','41601459344','2020-09-30 12:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(6034,'5500','41601459344','2020-09-30 12:55:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6035,'1000','41601463009','2020-09-30 13:51:22',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6036,'4000','41601463009','2020-09-30 13:51:22',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6037,'4000','41601463009','2020-09-30 13:51:22',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6038,'4000','41601463009','2020-09-30 13:51:22',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6039,'4000','41601463009','2020-09-30 13:51:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6040,'4000','41601463009','2020-09-30 13:51:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6041,'4000','41601463009','2020-09-30 13:51:22',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6042,'1110','41601463009','2020-09-30 13:51:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6043,'1110','41601463009','2020-09-30 13:51:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6044,'1110','41601463009','2020-09-30 13:51:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6045,'1110','41601463009','2020-09-30 13:51:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6046,'1110','41601463009','2020-09-30 13:51:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6047,'1110','41601463009','2020-09-30 13:51:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6048,'5500','41601463009','2020-09-30 13:51:22',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6049,'1000','41601463125','2020-09-30 13:53:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6050,'4000','41601463125','2020-09-30 13:53:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6051,'4000','41601463125','2020-09-30 13:53:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6052,'4000','41601463125','2020-09-30 13:53:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6053,'4000','41601463125','2020-09-30 13:53:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6054,'4000','41601463125','2020-09-30 13:53:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6055,'4000','41601463125','2020-09-30 13:53:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6056,'1110','41601463125','2020-09-30 13:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6057,'1110','41601463125','2020-09-30 13:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6058,'1110','41601463125','2020-09-30 13:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6059,'1110','41601463125','2020-09-30 13:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6060,'1110','41601463125','2020-09-30 13:53:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6061,'1110','41601463125','2020-09-30 13:53:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6062,'5500','41601463125','2020-09-30 13:53:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6063,'1100','41601463322','2020-09-30 13:57:13',37450.00,NULL,'','4','1','Good sold','1','21','sales','','','No',NULL,NULL,''),(6064,'4000','41601463322','2020-09-30 13:57:13',NULL,33250.00,'','4','1','Good sold','1','21','sales','161','','No',NULL,NULL,''),(6065,'4000','41601463322','2020-09-30 13:57:13',NULL,4200.00,'','4','1','Good sold','1','21','sales','85','','No',NULL,NULL,''),(6066,'1000','41601463322','2020-09-30 13:57:13',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6067,'4000','41601463322','2020-09-30 13:57:13',NULL,33250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6068,'4000','41601463322','2020-09-30 13:57:13',NULL,4200.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6069,'4000','41601463322','2020-09-30 13:57:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6070,'4000','41601463322','2020-09-30 13:57:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6071,'4000','41601463322','2020-09-30 13:57:13',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(6072,'4000','41601463322','2020-09-30 13:57:13',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6073,'4000','41601463322','2020-09-30 13:57:13',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(6074,'4000','41601463322','2020-09-30 13:57:13',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6075,'4000','41601463322','2020-09-30 13:57:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6076,'4000','41601463322','2020-09-30 13:57:13',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6077,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(6078,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(6079,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6080,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6081,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(6082,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6083,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(6084,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(6085,'1110','41601463322','2020-09-30 13:57:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6086,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6087,'5500','41601463322','2020-09-30 13:57:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6088,'1000','41601465332','2020-09-30 14:33:02',1570.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6089,'4000','41601465332','2020-09-30 14:33:02',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6090,'4000','41601465332','2020-09-30 14:33:02',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6091,'4000','41601465332','2020-09-30 14:33:02',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6092,'4000','41601465332','2020-09-30 14:33:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6093,'4000','41601465332','2020-09-30 14:33:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6094,'4000','41601465332','2020-09-30 14:33:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6095,'4000','41601465332','2020-09-30 14:33:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6096,'4000','41601465332','2020-09-30 14:33:02',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6097,'4000','41601465332','2020-09-30 14:33:02',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6098,'4000','41601465332','2020-09-30 14:33:02',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(6099,'4000','41601465332','2020-09-30 14:33:02',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6100,'4000','41601465332','2020-09-30 14:33:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6101,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(6102,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6103,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(6104,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6105,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6106,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6107,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6108,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6109,'1110','41601465332','2020-09-30 14:33:02',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6110,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(6111,'1110','41601465332','2020-09-30 14:33:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6112,'1110','41601465332','2020-09-30 14:33:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6113,'5500','41601465332','2020-09-30 14:33:02',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6114,'1000','41601465594','2020-09-30 14:48:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6115,'4000','41601465594','2020-09-30 14:48:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6116,'4000','41601465594','2020-09-30 14:48:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6117,'4000','41601465594','2020-09-30 14:48:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6118,'4000','41601465594','2020-09-30 14:48:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6119,'4000','41601465594','2020-09-30 14:48:04',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6120,'4000','41601465594','2020-09-30 14:48:04',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6121,'1110','41601465594','2020-09-30 14:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6122,'1110','41601465594','2020-09-30 14:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6123,'1110','41601465594','2020-09-30 14:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6124,'1110','41601465594','2020-09-30 14:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6125,'1110','41601465594','2020-09-30 14:48:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6126,'1110','41601465594','2020-09-30 14:48:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6127,'5500','41601465594','2020-09-30 14:48:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6128,'1000','41601466497','2020-09-30 15:46:03',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6129,'4000','41601466497','2020-09-30 15:46:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6130,'4000','41601466497','2020-09-30 15:46:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6131,'4000','41601466497','2020-09-30 15:46:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6132,'4000','41601466497','2020-09-30 15:46:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6133,'4000','41601466497','2020-09-30 15:46:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6134,'1110','41601466497','2020-09-30 15:46:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6135,'1110','41601466497','2020-09-30 15:46:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6136,'1110','41601466497','2020-09-30 15:46:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6137,'1110','41601466497','2020-09-30 15:46:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6138,'1110','41601466497','2020-09-30 15:46:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6139,'5500','41601466497','2020-09-30 15:46:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6140,'1000','41601537285','2020-10-01 10:28:30',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6141,'4000','41601537285','2020-10-01 10:28:30',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6142,'1000','41601537316','2020-10-01 10:54:10',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6143,'4000','41601537316','2020-10-01 10:54:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6144,'4000','41601537316','2020-10-01 10:54:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6145,'4000','41601537316','2020-10-01 10:54:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6146,'4000','41601537316','2020-10-01 10:54:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6147,'4000','41601537316','2020-10-01 10:54:10',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6148,'4000','41601537316','2020-10-01 10:54:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6149,'1110','41601537316','2020-10-01 10:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6150,'1110','41601537316','2020-10-01 10:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6151,'1110','41601537316','2020-10-01 10:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6152,'1110','41601537316','2020-10-01 10:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6153,'1110','41601537316','2020-10-01 10:54:10',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6154,'1110','41601537316','2020-10-01 10:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6155,'5500','41601537316','2020-10-01 10:54:10',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6156,'1000','41601538867','2020-10-01 12:10:00',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6157,'4000','41601538867','2020-10-01 12:10:00',NULL,250.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(6158,'1000','41601545515','2020-10-01 13:06:08',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6159,'4000','41601545515','2020-10-01 13:06:08',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6160,'4000','41601545515','2020-10-01 13:06:08',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6161,'4000','41601545515','2020-10-01 13:06:08',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6162,'1000','41601546794','2020-10-01 13:37:36',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6163,'4000','41601546794','2020-10-01 13:37:36',NULL,750.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(6164,'1000','41601548669','2020-10-01 13:41:29',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6165,'4000','41601548669','2020-10-01 13:41:29',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6166,'4000','41601548669','2020-10-01 13:41:29',NULL,600.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(6167,'1110','41601548669','2020-10-01 13:41:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6168,'1110','41601548669','2020-10-01 13:41:29',NULL,4.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(6169,'5500','41601548669','2020-10-01 13:41:29',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6170,'4000','41601538867','2020-10-01 14:03:16',250.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(6171,'1000','41601538867','2020-10-01 14:03:16',NULL,250.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(6172,'5500','41601538867','2020-10-01 14:03:16',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','195','','No',NULL,NULL,''),(6173,'1110','41601538867','2020-10-01 14:03:16',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(6174,'1000','41601548924','2020-10-01 14:08:09',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6175,'4000','41601548924','2020-10-01 14:08:09',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(6176,'4000','41601548924','2020-10-01 14:08:09',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(6179,'5920','81601551103','2020-09-24 14:19:33',113.00,NULL,'0','8','1','Sugar ','1','','','134','','No',NULL,NULL,''),(6180,'1000','81601551103','2020-09-24 14:19:33',NULL,113.00,'0','8','1','Sugar','1','','','134','','No',NULL,NULL,''),(6183,'5510','81601551205','2020-09-24 14:21:09',400.00,NULL,'0','8','1','Transport ','1','','','135','','No',NULL,NULL,''),(6184,'1000','81601551205','2020-09-24 14:21:09',NULL,400.00,'0','8','1','Bus fare for sales (susan)','1','','','135','','No',NULL,NULL,''),(6187,'5920','81601551442','2020-09-24 14:25:17',500.00,NULL,'0','8','1','Staff Milk ','1','','','136','','No',NULL,NULL,''),(6188,'1000','81601551442','2020-09-24 14:25:17',NULL,500.00,'0','8','1','STAFF MILK (Decanting)','1','','','136','','No',NULL,NULL,''),(6191,'5900','81601551545','2020-09-24 14:28:59',2200.00,NULL,'0','8','1','HYPOCHLORITE','1','','','137','','No',NULL,NULL,''),(6192,'1000','81601551545','2020-09-24 14:28:59',NULL,2200.00,'0','8','1','SODIUM HYPOCHLORITE 20LTR','1','','','137','','No',NULL,NULL,''),(6195,'5920','81601551864','2020-09-25 14:40:51',190.00,NULL,'0','8','1','Milk & bread','1','','','138','','No',NULL,NULL,''),(6196,'1000','81601551864','2020-09-25 14:40:51',NULL,190.00,'0','8','1','Milk & Bread','1','','','138','','No',NULL,NULL,''),(6199,'5910','81601552540','2020-10-01 14:43:33',100.00,NULL,'0','8','1','Gabbage colllection','1','','','139','','No',NULL,NULL,''),(6200,'1000','81601552540','2020-10-01 14:43:33',NULL,100.00,'0','8','1','Gabbage Collection','1','','','139','','No',NULL,NULL,''),(6203,'5970','81601552642','2020-09-25 14:47:18',750.00,NULL,'0','8','1','wax pouch & envelopes','1','','','140','','No',NULL,NULL,''),(6204,'1000','81601552642','2020-09-25 14:47:18',NULL,750.00,'0','8','1','Wax Pouch 200pcs & Envelopes for packing 5pack','1','','','140','','No',NULL,NULL,''),(6207,'5990','81601552921','2020-09-25 14:49:57',200.00,NULL,'0','8','1','gloves ','1','','','141','','No',NULL,NULL,''),(6208,'1000','81601552921','2020-09-25 14:49:57',NULL,200.00,'0','8','1','Examination gloves ','1','','','141','','No',NULL,NULL,''),(6211,'5980','81601553019','2020-09-25 14:56:24',300.00,NULL,'0','8','1','cellotape&pins','1','','','142','','No',NULL,NULL,''),(6212,'1000','81601553019','2020-09-25 14:56:24',NULL,300.00,'0','8','1','staple pins &cellotapes','1','','','142','','No',NULL,NULL,''),(6213,'1000','41601550494','2020-10-01 15:10:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6214,'4000','41601550494','2020-10-01 15:10:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6215,'4000','41601550494','2020-10-01 15:10:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6216,'4000','41601550494','2020-10-01 15:10:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6217,'4000','41601550494','2020-10-01 15:10:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6218,'4000','41601550494','2020-10-01 15:10:56',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6219,'4000','41601550494','2020-10-01 15:10:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6220,'1110','41601550494','2020-10-01 15:10:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6221,'1110','41601550494','2020-10-01 15:10:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6222,'1110','41601550494','2020-10-01 15:10:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6223,'1110','41601550494','2020-10-01 15:10:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6224,'1110','41601550494','2020-10-01 15:10:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6225,'1110','41601550494','2020-10-01 15:10:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6226,'5500','41601550494','2020-10-01 15:10:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6229,'5980','81601553433','2020-09-25 15:14:54',1500.00,NULL,'0','8','1','Busines cards ','1','','','143','','No',NULL,NULL,''),(6230,'1000','81601553433','2020-09-25 15:14:54',NULL,1500.00,'0','8','1','Business cards 6PACK','1','','','143','','No',NULL,NULL,''),(6233,'5660','81601554542','2020-09-25 15:16:21',100.00,NULL,'0','8','1','marketing','1','','','144','','No',NULL,NULL,''),(6234,'1000','81601554542','2020-09-25 15:16:21',NULL,100.00,'0','8','1','marketing','1','','','144','','No',NULL,NULL,''),(6235,'1000','41601554309','2020-10-01 15:19:31',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6236,'4000','41601554309','2020-10-01 15:19:31',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6237,'4000','41601554309','2020-10-01 15:19:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6238,'4000','41601554309','2020-10-01 15:19:31',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6239,'4000','41601554309','2020-10-01 15:19:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6240,'4000','41601554309','2020-10-01 15:19:31',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6241,'4000','41601554309','2020-10-01 15:19:31',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6242,'4000','41601554309','2020-10-01 15:19:31',NULL,140.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6243,'1110','41601554309','2020-10-01 15:19:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6244,'1110','41601554309','2020-10-01 15:19:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6245,'1110','41601554309','2020-10-01 15:19:31',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6246,'1110','41601554309','2020-10-01 15:19:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6247,'1110','41601554309','2020-10-01 15:19:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6248,'1110','41601554309','2020-10-01 15:19:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6249,'1110','41601554309','2020-10-01 15:19:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6250,'5500','41601554309','2020-10-01 15:19:31',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6251,'1000','41601619414','2020-10-02 09:17:39',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6252,'4000','41601619414','2020-10-02 09:17:39',NULL,1400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(6253,'1000','41601619466','2020-10-02 09:21:03',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6254,'4000','41601619466','2020-10-02 09:21:03',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6255,'1000','41601619466','2020-10-02 09:21:03',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6256,'4000','41601619466','2020-10-02 09:21:03',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6257,'1000','41601619686','2020-10-02 09:54:46',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6258,'4000','41601619686','2020-10-02 09:54:46',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6259,'4000','41601619686','2020-10-02 09:54:46',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6260,'4000','41601619686','2020-10-02 09:54:46',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6261,'4000','41601619686','2020-10-02 09:54:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6262,'1000','41601621693','2020-10-02 11:11:50',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6263,'4000','41601621693','2020-10-02 11:11:50',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6264,'4000','41601621693','2020-10-02 11:11:50',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6265,'4000','41601621693','2020-10-02 11:11:50',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6266,'4000','41601621693','2020-10-02 11:11:50',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6267,'4000','41601621693','2020-10-02 11:11:50',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6268,'4000','41601621693','2020-10-02 11:11:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6269,'4000','41601621693','2020-10-02 11:11:50',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6270,'1110','41601621693','2020-10-02 11:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6271,'1110','41601621693','2020-10-02 11:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6272,'1110','41601621693','2020-10-02 11:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6273,'1110','41601621693','2020-10-02 11:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6274,'1110','41601621693','2020-10-02 11:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6275,'1110','41601621693','2020-10-02 11:11:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6276,'1110','41601621693','2020-10-02 11:11:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6277,'5500','41601621693','2020-10-02 11:11:50',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6278,'1000','41601627841','2020-10-02 11:40:56',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6279,'4000','41601627841','2020-10-02 11:40:56',NULL,510.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6280,'4000','41601627841','2020-10-02 11:40:56',NULL,210.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6281,'4000','41601627841','2020-10-02 11:40:56',NULL,60.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6282,'4000','41601627841','2020-10-02 11:40:56',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6283,'4000','41601627841','2020-10-02 11:40:56',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6284,'4000','41601627841','2020-10-02 11:40:56',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6285,'1110','41601627841','2020-10-02 11:40:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6286,'1110','41601627841','2020-10-02 11:40:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6287,'1110','41601627841','2020-10-02 11:40:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6288,'1110','41601627841','2020-10-02 11:40:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6289,'1110','41601627841','2020-10-02 11:40:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6290,'1110','41601627841','2020-10-02 11:40:56',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6291,'5500','41601627841','2020-10-02 11:40:56',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6292,'1000','41601637870','2020-10-02 14:26:14',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6293,'4000','41601637870','2020-10-02 14:26:14',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6294,'4000','41601637870','2020-10-02 14:26:14',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6295,'4000','41601637870','2020-10-02 14:26:14',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6296,'4000','41601637870','2020-10-02 14:26:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6297,'4000','41601637870','2020-10-02 14:26:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6298,'4000','41601637870','2020-10-02 14:26:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6299,'1110','41601637870','2020-10-02 14:26:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6300,'1110','41601637870','2020-10-02 14:26:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6301,'1110','41601637870','2020-10-02 14:26:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6302,'1110','41601637870','2020-10-02 14:26:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6303,'1110','41601637870','2020-10-02 14:26:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6304,'1110','41601637870','2020-10-02 14:26:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6305,'5500','41601637870','2020-10-02 14:26:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6306,'1000','41601637979','2020-10-02 14:56:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6307,'4000','41601637979','2020-10-02 14:56:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6308,'4000','41601637979','2020-10-02 14:56:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6309,'4000','41601637979','2020-10-02 14:56:56',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6310,'4000','41601637979','2020-10-02 14:56:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6311,'4000','41601637979','2020-10-02 14:56:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6312,'4000','41601637979','2020-10-02 14:56:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6313,'1110','41601637979','2020-10-02 14:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6314,'1110','41601637979','2020-10-02 14:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6315,'1110','41601637979','2020-10-02 14:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6316,'1110','41601637979','2020-10-02 14:56:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6317,'1110','41601637979','2020-10-02 14:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6318,'1110','41601637979','2020-10-02 14:56:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6319,'5500','41601637979','2020-10-02 14:56:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6320,'1000','41601639825','2020-10-02 14:58:46',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6321,'4000','41601639825','2020-10-02 14:58:46',NULL,3600.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6322,'1000','41601639956','2020-10-02 15:02:40',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6323,'4000','41601639956','2020-10-02 15:02:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6324,'4000','41601639956','2020-10-02 15:02:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6325,'4000','41601639956','2020-10-02 15:02:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6326,'4000','41601639956','2020-10-02 15:02:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6327,'4000','41601639956','2020-10-02 15:02:40',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6328,'4000','41601639956','2020-10-02 15:02:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6329,'1110','41601639956','2020-10-02 15:02:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6330,'1110','41601639956','2020-10-02 15:02:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6331,'1110','41601639956','2020-10-02 15:02:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6332,'1110','41601639956','2020-10-02 15:02:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6333,'1110','41601639956','2020-10-02 15:02:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6334,'1110','41601639956','2020-10-02 15:02:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6335,'5500','41601639956','2020-10-02 15:02:40',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6336,'1000','41601640199','2020-10-02 16:27:58',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6337,'4000','41601640199','2020-10-02 16:27:58',NULL,3600.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6338,'1000','41601645298','2020-10-02 16:36:15',1440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6339,'4000','41601645298','2020-10-02 16:36:15',NULL,1440.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6340,'1000','41601706085','2020-10-03 09:22:09',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6341,'4000','41601706085','2020-10-03 09:22:09',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6342,'1000','41601706147','2020-10-03 09:40:54',2250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6343,'4000','41601706147','2020-10-03 09:40:54',NULL,1650.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6344,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6345,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6346,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6347,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6348,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6349,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6350,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6351,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6352,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6353,'4000','41601706147','2020-10-03 09:40:54',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6354,'1000','41601707267','2020-10-03 09:44:53',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6355,'4000','41601707267','2020-10-03 09:44:53',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6356,'4000','41601707267','2020-10-03 09:44:53',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6357,'4000','41601707267','2020-10-03 09:44:53',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6358,'4000','41601707267','2020-10-03 09:44:53',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6359,'4000','41601707267','2020-10-03 09:44:53',NULL,100.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6360,'4000','41601707267','2020-10-03 09:44:53',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6361,'1110','41601707267','2020-10-03 09:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6362,'1110','41601707267','2020-10-03 09:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6363,'1110','41601707267','2020-10-03 09:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6364,'1110','41601707267','2020-10-03 09:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6365,'1110','41601707267','2020-10-03 09:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6366,'1110','41601707267','2020-10-03 09:44:53',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6367,'5500','41601707267','2020-10-03 09:44:53',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6374,'5970','81601708320','2020-09-25 09:59:30',600.00,NULL,'0','8','1','perfume jars','1','','','146','','No',NULL,NULL,''),(6375,'1000','81601708320','2020-09-25 09:59:30',NULL,600.00,'0','8','1','perfume jars 600pcs','1','','','146','','No',NULL,NULL,''),(6376,'5900','81601707779','2020-09-25 09:57:36',3700.00,NULL,'0','8','1','salt,lavender,green & blue','1','','','145','','No',NULL,NULL,''),(6377,'1000','81601707779','2020-09-25 09:57:36',NULL,3700.00,'0','8','1','Salt 3bags,lavener 1ltr,green 1kg,blue 1kg','1','','','145','','No',NULL,NULL,''),(6380,'5510','81601709242','2020-09-25 10:15:47',300.00,NULL,'0','8','1','Transport ','1','','','147','','No',NULL,NULL,''),(6381,'1000','81601709242','2020-09-25 10:15:47',NULL,300.00,'0','8','1','Transport of products from promax to shop','1','','','147','','No',NULL,NULL,''),(6384,'5930','81601709369','2020-09-25 10:17:01',70.00,NULL,'0','8','1','m-pesa charges ','1','','','148','','No',NULL,NULL,''),(6385,'1000','81601709369','2020-09-25 10:17:01',NULL,70.00,'0','8','1','m-pesa charges payment to promax','1','','','148','','No',NULL,NULL,''),(6388,'5920','81601709649','2020-09-25 10:22:24',210.00,NULL,'0','8','1','milk & scones ','1','','','149','','No',NULL,NULL,''),(6389,'1000','81601709649','2020-09-25 10:22:24',NULL,210.00,'0','8','1','Milk & scones ','1','','','149','','No',NULL,NULL,''),(6392,'5920','81601709773','2020-09-26 10:24:26',225.00,NULL,'0','8','1','Handwash','1','','','150','','No',NULL,NULL,''),(6393,'1000','81601709773','2020-09-26 10:24:26',NULL,225.00,'0','8','1','Hand towel 3pcs ','1','','','150','','No',NULL,NULL,''),(6396,'5970','81601710054','2020-09-25 10:29:44',200.00,NULL,'0','8','1','Bottles ','1','','','151','','No',NULL,NULL,''),(6397,'1000','81601710054','2020-09-25 10:29:44',NULL,200.00,'0','8','1','Empty bottles 1ltr 20pcs','1','','','151','','No',NULL,NULL,''),(6398,'1000','41601707501','2020-10-03 10:30:28',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6399,'4000','41601707501','2020-10-03 10:30:28',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6402,'5920','81601710204','2020-09-28 10:31:13',399.00,NULL,'0','8','1','milk,bread,tissue,sugar','1','','','152','','No',NULL,NULL,''),(6403,'1000','81601710204','2020-09-28 10:31:13',NULL,399.00,'0','8','1','Milk,Bread ,Sugar & Tissue ','1','','','152','','No',NULL,NULL,''),(6406,'5660','81601710337','2020-09-28 10:33:11',80.00,NULL,'0','8','1','marketing','1','','','153','','No',NULL,NULL,''),(6407,'1000','81601710337','2020-09-28 10:33:11',NULL,80.00,'0','8','1','marketing','1','','','153','','No',NULL,NULL,''),(6408,'1000','41601710891','2020-10-03 10:42:01',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6409,'4000','41601710891','2020-10-03 10:42:01',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6410,'4000','41601710891','2020-10-03 10:42:01',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6411,'4000','41601710891','2020-10-03 10:42:01',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6414,'5920','81601710963','2020-10-29 10:46:28',332.00,NULL,'0','8','1','milk,teabags,ginger tea,match box & scones','1','','','154','','No',NULL,NULL,''),(6415,'1000','81601710963','2020-10-29 10:46:28',NULL,332.00,'0','8','1','milk,tea bags,ginger tea,match box, scones','1','','','154','','No',NULL,NULL,''),(6418,'5970','81601711262','2020-10-29 10:49:06',269.00,NULL,'0','8','1','funnels & covering film','1','','','155','','No',NULL,NULL,''),(6419,'1000','81601711262','2020-10-29 10:49:06',NULL,269.00,'0','8','1','cling film for covering product,funnels 3pcs','1','','','155','','No',NULL,NULL,''),(6426,'5970','81601711370','2020-10-03 10:51:57',968.00,NULL,'0','8','1','empty bottles 1ltr','1','','','156','','No',NULL,NULL,''),(6427,'1000','81601711370','2020-10-03 10:51:57',NULL,968.00,'0','8','1','Empty Bottle 1LTR 110pcs','1','','','156','','No',NULL,NULL,''),(6436,'5510','81601711601','2020-09-29 10:54:44',500.00,NULL,'0','8','1','Transport','1','','','157','','No',NULL,NULL,''),(6437,'1000','81601711601','2020-09-29 10:54:44',NULL,500.00,'0','8','1','bus fare Peter Karanja','1','','','157','','No',NULL,NULL,''),(6440,'5920','81601711758','2020-09-30 10:57:15',210.00,NULL,'0','8','1','milk & scones ','1','','','158','','No',NULL,NULL,''),(6441,'1000','81601711758','2020-09-30 10:57:15',NULL,210.00,'0','8','1','milk & scones','1','','','158','','No',NULL,NULL,''),(6444,'5531','81601711861','2020-09-30 10:58:28',1000.00,NULL,'0','8','1','electricy bill','1','','','159','','No',NULL,NULL,''),(6445,'1000','81601711861','2020-09-30 10:58:28',NULL,1000.00,'0','8','1','electricity bill','1','','','159','','No',NULL,NULL,''),(6448,'5900','81601712137','2020-09-30 11:03:20',2850.00,NULL,'0','8','1','magadi,citrus,green,blue','1','','','160','','No',NULL,NULL,''),(6449,'1000','81601712137','2020-09-30 11:03:20',NULL,2850.00,'0','8','1','magadi 50kg,citrus 1ltr,green 2kg,blue 1kg','1','','','160','','No',NULL,NULL,''),(6452,'5510','81601712348','2020-09-30 11:07:11',200.00,NULL,'0','8','1','Transport','1','','','161','','No',NULL,NULL,''),(6453,'1000','81601712348','2020-09-30 11:07:11',NULL,200.00,'0','8','1','Transport of product from promax to shop','1','','','161','','No',NULL,NULL,''),(6456,'5930','81601712457','2020-09-30 11:09:19',60.00,NULL,'0','8','1','mpesa charges','1','','','162','','No',NULL,NULL,''),(6457,'1000','81601712457','2020-09-30 11:09:19',NULL,60.00,'0','8','1','m-pesa transactions ','1','','','162','','No',NULL,NULL,''),(6458,'1000','41601710927','2020-10-03 10:43:45',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6459,'4000','41601710927','2020-10-03 10:43:45',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6460,'4000','41601710927','2020-10-03 10:43:45',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6461,'4000','41601710927','2020-10-03 10:43:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6462,'4000','41601710927','2020-10-03 10:43:45',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6463,'4000','41601710927','2020-10-03 10:43:45',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6464,'4000','41601710927','2020-10-03 10:43:45',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6465,'1110','41601710927','2020-10-03 10:43:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6466,'1110','41601710927','2020-10-03 10:43:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6467,'1110','41601710927','2020-10-03 10:43:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6468,'1110','41601710927','2020-10-03 10:43:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6469,'1110','41601710927','2020-10-03 10:43:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6470,'1110','41601710927','2020-10-03 10:43:45',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6471,'5500','41601710927','2020-10-03 10:43:45',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6474,'5563','81601712595','2020-09-30 11:11:33',100.00,NULL,'0','8','1','Air time for office','1','','','163','','No',NULL,NULL,''),(6475,'1000','81601712595','2020-09-30 11:11:33',NULL,100.00,'0','8','1','Air time for office line','1','','','163','','No',NULL,NULL,''),(6476,'1000','TRANS-81601712771','2020-10-03 11:12:25',NULL,15000.00,'-290559','8','1','Transfer','','','','','','No',NULL,NULL,''),(6477,'1035','TRANS-81601712771','2020-10-03 11:12:25',15000.00,NULL,'246559','8','1','Transfer','','','','','','No',NULL,NULL,''),(6478,'1000','41601712712','2020-10-03 11:13:49',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6479,'4000','41601712712','2020-10-03 11:13:49',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6480,'4000','41601712712','2020-10-03 11:13:49',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6481,'4000','41601712712','2020-10-03 11:13:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6482,'4000','41601712712','2020-10-03 11:13:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6483,'4000','41601712712','2020-10-03 11:13:49',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6484,'4000','41601712712','2020-10-03 11:13:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6485,'1110','41601712712','2020-10-03 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6486,'1110','41601712712','2020-10-03 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6487,'1110','41601712712','2020-10-03 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6488,'1110','41601712712','2020-10-03 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6489,'1110','41601712712','2020-10-03 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6490,'1110','41601712712','2020-10-03 11:13:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6491,'5500','41601712712','2020-10-03 11:13:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6492,'1000','41601712851','2020-10-03 11:56:34',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6493,'4000','41601712851','2020-10-03 11:56:34',NULL,50.00,'','4','1','Good sold','1','','sales','176','','No',NULL,NULL,''),(6494,'4000','41601712851','2020-10-03 11:56:34',NULL,1200.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(6495,'1110','41601712851','2020-10-03 11:56:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','176','','No',NULL,NULL,''),(6496,'1110','41601712851','2020-10-03 11:56:34',NULL,8.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(6497,'5500','41601712851','2020-10-03 11:56:34',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6498,'1000','41601718077','2020-10-03 12:55:30',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6499,'4000','41601718077','2020-10-03 12:55:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6500,'4000','41601718077','2020-10-03 12:55:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6501,'4000','41601718077','2020-10-03 12:55:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6502,'4000','41601718077','2020-10-03 12:55:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6503,'4000','41601718077','2020-10-03 12:55:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6504,'4000','41601718077','2020-10-03 12:55:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6505,'1110','41601718077','2020-10-03 12:55:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6506,'1110','41601718077','2020-10-03 12:55:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6507,'1110','41601718077','2020-10-03 12:55:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6508,'1110','41601718077','2020-10-03 12:55:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6509,'1110','41601718077','2020-10-03 12:55:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6510,'1110','41601718077','2020-10-03 12:55:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6511,'5500','41601718077','2020-10-03 12:55:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6512,'1000','41601718936','2020-10-03 13:02:27',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6513,'4000','41601718936','2020-10-03 13:02:27',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6514,'1000','41601879577','2020-10-05 09:58:48',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6515,'4000','41601879577','2020-10-05 09:58:48',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6516,'4000','41601879577','2020-10-05 09:58:48',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6517,'4000','41601879577','2020-10-05 09:58:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6518,'4000','41601879577','2020-10-05 09:58:48',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6519,'1000','41601881194','2020-10-05 11:27:10',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6520,'4000','41601881194','2020-10-05 11:27:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6521,'4000','41601881194','2020-10-05 11:27:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6522,'4000','41601881194','2020-10-05 11:27:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6523,'4000','41601881194','2020-10-05 11:27:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6524,'4000','41601881194','2020-10-05 11:27:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6525,'4000','41601881194','2020-10-05 11:27:10',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6526,'4000','41601881194','2020-10-05 11:27:10',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6527,'4000','41601881194','2020-10-05 11:27:10',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6528,'4000','41601881194','2020-10-05 11:27:10',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(6529,'4000','41601881194','2020-10-05 11:27:10',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(6530,'4000','41601881194','2020-10-05 11:27:10',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6531,'4000','41601881194','2020-10-05 11:27:10',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(6532,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6533,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6534,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6535,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6536,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6537,'1110','41601881194','2020-10-05 11:27:10',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6538,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6539,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6540,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(6541,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(6542,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6543,'1110','41601881194','2020-10-05 11:27:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(6544,'5500','41601881194','2020-10-05 11:27:10',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6545,'1000','41601886440','2020-10-05 13:47:57',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6546,'4000','41601886440','2020-10-05 13:47:57',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(6547,'1000','41601899940','2020-10-05 15:16:44',5170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6548,'4000','41601899940','2020-10-05 15:16:44',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6549,'4000','41601899940','2020-10-05 15:16:44',NULL,450.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6550,'4000','41601899940','2020-10-05 15:16:44',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6551,'4000','41601899940','2020-10-05 15:16:44',NULL,650.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6552,'4000','41601899940','2020-10-05 15:16:44',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6553,'4000','41601899940','2020-10-05 15:16:44',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6554,'4000','41601899940','2020-10-05 15:16:44',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6555,'4000','41601899940','2020-10-05 15:16:44',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6556,'4000','41601899940','2020-10-05 15:16:44',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6557,'4000','41601899940','2020-10-05 15:16:44',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6558,'4000','41601899940','2020-10-05 15:16:44',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6559,'4000','41601899940','2020-10-05 15:16:44',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6560,'4000','41601899940','2020-10-05 15:16:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6561,'4000','41601899940','2020-10-05 15:16:44',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6562,'4000','41601899940','2020-10-05 15:16:44',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6563,'4000','41601899940','2020-10-05 15:16:44',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6564,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6565,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6566,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6567,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6568,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6569,'1110','41601899940','2020-10-05 15:16:44',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6570,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6571,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6572,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6573,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6574,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6575,'1110','41601899940','2020-10-05 15:16:44',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6576,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6577,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6578,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6579,'1110','41601899940','2020-10-05 15:16:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6580,'5500','41601899940','2020-10-05 15:16:44',33.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6581,'1000','41601900277','2020-10-05 15:25:18',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6582,'4000','41601900277','2020-10-05 15:25:18',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6583,'4000','41601900277','2020-10-05 15:25:18',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6584,'4000','41601900277','2020-10-05 15:25:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6585,'4000','41601900277','2020-10-05 15:25:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6586,'4000','41601900277','2020-10-05 15:25:18',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6587,'4000','41601900277','2020-10-05 15:25:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6588,'1110','41601900277','2020-10-05 15:25:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6589,'1110','41601900277','2020-10-05 15:25:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6590,'1110','41601900277','2020-10-05 15:25:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6591,'1110','41601900277','2020-10-05 15:25:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6592,'1110','41601900277','2020-10-05 15:25:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6593,'1110','41601900277','2020-10-05 15:25:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6594,'5500','41601900277','2020-10-05 15:25:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6595,'1000','41601900724','2020-10-05 15:44:02',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6596,'4000','41601900724','2020-10-05 15:44:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6597,'4000','41601900724','2020-10-05 15:44:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6598,'4000','41601900724','2020-10-05 15:44:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6599,'4000','41601900724','2020-10-05 15:44:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6600,'4000','41601900724','2020-10-05 15:44:02',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6601,'4000','41601900724','2020-10-05 15:44:02',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6602,'1110','41601900724','2020-10-05 15:44:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6603,'1110','41601900724','2020-10-05 15:44:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6604,'1110','41601900724','2020-10-05 15:44:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6605,'1110','41601900724','2020-10-05 15:44:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6606,'1110','41601900724','2020-10-05 15:44:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6607,'1110','41601900724','2020-10-05 15:44:02',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6608,'5500','41601900724','2020-10-05 15:44:02',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6609,'1000','41601901849','2020-10-05 16:17:10',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6610,'4000','41601901849','2020-10-05 16:17:10',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(6611,'1000','41601966425','2020-10-06 09:40:53',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6612,'4000','41601966425','2020-10-06 09:40:53',NULL,6000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(6613,'1000','41601966489','2020-10-06 10:27:46',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6614,'4000','41601966489','2020-10-06 10:27:46',NULL,200.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(6615,'1000','41601969276','2020-10-06 10:28:21',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6616,'4000','41601969276','2020-10-06 10:28:21',NULL,100.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(6617,'1000','41601969311','2020-10-06 12:48:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6618,'4000','41601969311','2020-10-06 12:48:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6619,'4000','41601969311','2020-10-06 12:48:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6620,'4000','41601969311','2020-10-06 12:48:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6621,'4000','41601969311','2020-10-06 12:48:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6622,'4000','41601969311','2020-10-06 12:48:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6623,'4000','41601969311','2020-10-06 12:48:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6624,'1110','41601969311','2020-10-06 12:48:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6625,'1110','41601969311','2020-10-06 12:48:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6626,'1110','41601969311','2020-10-06 12:48:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6627,'1110','41601969311','2020-10-06 12:48:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6628,'1110','41601969311','2020-10-06 12:48:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6629,'1110','41601969311','2020-10-06 12:48:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6630,'5500','41601969311','2020-10-06 12:48:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6631,'1000','41601977708','2020-10-06 12:50:15',1120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6632,'4000','41601977708','2020-10-06 12:50:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6633,'4000','41601977708','2020-10-06 12:50:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6634,'4000','41601977708','2020-10-06 12:50:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6635,'4000','41601977708','2020-10-06 12:50:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6636,'4000','41601977708','2020-10-06 12:50:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6637,'4000','41601977708','2020-10-06 12:50:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6638,'4000','41601977708','2020-10-06 12:50:15',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(6639,'4000','41601977708','2020-10-06 12:50:15',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6640,'4000','41601977708','2020-10-06 12:50:15',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6641,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6642,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6643,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6644,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6645,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6646,'1110','41601977708','2020-10-06 12:50:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6647,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(6648,'1110','41601977708','2020-10-06 12:50:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6649,'1110','41601977708','2020-10-06 12:50:15',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6650,'5500','41601977708','2020-10-06 12:50:15',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6651,'1000','41601977825','2020-10-06 12:52:29',780.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6652,'4000','41601977825','2020-10-06 12:52:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6653,'4000','41601977825','2020-10-06 12:52:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6654,'4000','41601977825','2020-10-06 12:52:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6655,'4000','41601977825','2020-10-06 12:52:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6656,'4000','41601977825','2020-10-06 12:52:29',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6657,'4000','41601977825','2020-10-06 12:52:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6658,'4000','41601977825','2020-10-06 12:52:29',NULL,240.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(6659,'1110','41601977825','2020-10-06 12:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6660,'1110','41601977825','2020-10-06 12:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6661,'1110','41601977825','2020-10-06 12:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6662,'1110','41601977825','2020-10-06 12:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6663,'1110','41601977825','2020-10-06 12:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6664,'1110','41601977825','2020-10-06 12:52:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6665,'1110','41601977825','2020-10-06 12:52:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(6666,'5500','41601977825','2020-10-06 12:52:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6667,'1000','41601977958','2020-10-06 12:57:43',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6668,'4000','41601977958','2020-10-06 12:57:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6669,'4000','41601977958','2020-10-06 12:57:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6670,'4000','41601977958','2020-10-06 12:57:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6671,'4000','41601977958','2020-10-06 12:57:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6672,'4000','41601977958','2020-10-06 12:57:43',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6673,'4000','41601977958','2020-10-06 12:57:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6674,'4000','41601977958','2020-10-06 12:57:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6675,'1110','41601977958','2020-10-06 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6676,'1110','41601977958','2020-10-06 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6677,'1110','41601977958','2020-10-06 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6678,'1110','41601977958','2020-10-06 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6679,'1110','41601977958','2020-10-06 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6680,'1110','41601977958','2020-10-06 12:57:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6681,'1110','41601977958','2020-10-06 12:57:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6682,'5500','41601977958','2020-10-06 12:57:43',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6683,'1000','41601978334','2020-10-06 13:00:44',720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6684,'4000','41601978334','2020-10-06 13:00:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6685,'4000','41601978334','2020-10-06 13:00:44',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(6686,'4000','41601978334','2020-10-06 13:00:44',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6687,'4000','41601978334','2020-10-06 13:00:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6688,'4000','41601978334','2020-10-06 13:00:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6689,'4000','41601978334','2020-10-06 13:00:44',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6690,'4000','41601978334','2020-10-06 13:00:44',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6691,'1110','41601978334','2020-10-06 13:00:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6692,'1110','41601978334','2020-10-06 13:00:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(6693,'1110','41601978334','2020-10-06 13:00:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6694,'1110','41601978334','2020-10-06 13:00:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6695,'1110','41601978334','2020-10-06 13:00:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6696,'1110','41601978334','2020-10-06 13:00:44',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6697,'1110','41601978334','2020-10-06 13:00:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6698,'5500','41601978334','2020-10-06 13:00:44',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6699,'1000','41601978629','2020-10-06 13:35:47',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6700,'4000','41601978629','2020-10-06 13:35:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6701,'4000','41601978629','2020-10-06 13:35:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6702,'4000','41601978629','2020-10-06 13:35:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6703,'4000','41601978629','2020-10-06 13:35:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6704,'4000','41601978629','2020-10-06 13:35:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6705,'4000','41601978629','2020-10-06 13:35:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6706,'1110','41601978629','2020-10-06 13:35:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6707,'1110','41601978629','2020-10-06 13:35:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6708,'1110','41601978629','2020-10-06 13:35:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6709,'1110','41601978629','2020-10-06 13:35:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6710,'1110','41601978629','2020-10-06 13:35:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6711,'1110','41601978629','2020-10-06 13:35:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6712,'5500','41601978629','2020-10-06 13:35:47',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6713,'1000','41601980560','2020-10-06 14:17:13',7600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6714,'4000','41601980560','2020-10-06 14:17:13',NULL,7600.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(6715,'1000','41601983040','2020-10-06 14:48:56',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6716,'4000','41601983040','2020-10-06 14:48:56',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6717,'4000','41601983040','2020-10-06 14:48:56',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6718,'4000','41601983040','2020-10-06 14:48:56',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6719,'4000','41601983040','2020-10-06 14:48:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6720,'4000','41601983040','2020-10-06 14:48:56',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6721,'4000','41601983040','2020-10-06 14:48:56',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6722,'1110','41601983040','2020-10-06 14:48:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6723,'1110','41601983040','2020-10-06 14:48:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6724,'1110','41601983040','2020-10-06 14:48:56',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6725,'1110','41601983040','2020-10-06 14:48:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6726,'1110','41601983040','2020-10-06 14:48:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6727,'1110','41601983040','2020-10-06 14:48:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6728,'5500','41601983040','2020-10-06 14:48:56',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6729,'1000','41601984956','2020-10-06 15:40:04',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6730,'4000','41601984956','2020-10-06 15:40:04',NULL,2500.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(6731,'1000','41601988041','2020-10-06 15:53:48',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6732,'4000','41601988041','2020-10-06 15:53:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6733,'4000','41601988041','2020-10-06 15:53:48',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6734,'4000','41601988041','2020-10-06 15:53:48',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6735,'4000','41601988041','2020-10-06 15:53:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6736,'4000','41601988041','2020-10-06 15:53:48',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6737,'4000','41601988041','2020-10-06 15:53:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6738,'1110','41601988041','2020-10-06 15:53:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6739,'1110','41601988041','2020-10-06 15:53:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6740,'1110','41601988041','2020-10-06 15:53:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6741,'1110','41601988041','2020-10-06 15:53:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6742,'1110','41601988041','2020-10-06 15:53:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6743,'1110','41601988041','2020-10-06 15:53:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6744,'5500','41601988041','2020-10-06 15:53:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6745,'1000','41601988836','2020-10-06 16:01:40',1180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6746,'4000','41601988836','2020-10-06 16:01:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6747,'4000','41601988836','2020-10-06 16:01:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6748,'4000','41601988836','2020-10-06 16:01:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6749,'4000','41601988836','2020-10-06 16:01:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6750,'4000','41601988836','2020-10-06 16:01:40',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6751,'4000','41601988836','2020-10-06 16:01:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6752,'4000','41601988836','2020-10-06 16:01:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6753,'4000','41601988836','2020-10-06 16:01:40',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6754,'4000','41601988836','2020-10-06 16:01:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6755,'4000','41601988836','2020-10-06 16:01:40',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6756,'4000','41601988836','2020-10-06 16:01:40',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6757,'4000','41601988836','2020-10-06 16:01:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6758,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6759,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6760,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6761,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6762,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6763,'1110','41601988836','2020-10-06 16:01:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6764,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6765,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6766,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6767,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6768,'1110','41601988836','2020-10-06 16:01:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6769,'1110','41601988836','2020-10-06 16:01:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6770,'5500','41601988836','2020-10-06 16:01:40',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6771,'1000','41601989309','2020-10-06 16:04:47',1120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6772,'4000','41601989309','2020-10-06 16:04:47',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(6773,'4000','41601989309','2020-10-06 16:04:47',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6774,'4000','41601989309','2020-10-06 16:04:47',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6775,'4000','41601989309','2020-10-06 16:04:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6776,'4000','41601989309','2020-10-06 16:04:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6777,'4000','41601989309','2020-10-06 16:04:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6778,'4000','41601989309','2020-10-06 16:04:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6779,'4000','41601989309','2020-10-06 16:04:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6780,'4000','41601989309','2020-10-06 16:04:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6781,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(6782,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(6783,'1110','41601989309','2020-10-06 16:04:47',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6784,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6785,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6786,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6787,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6788,'1110','41601989309','2020-10-06 16:04:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(6789,'1110','41601989309','2020-10-06 16:04:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6790,'5500','41601989309','2020-10-06 16:04:47',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6791,'1000','41601989652','2020-10-06 16:11:41',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6792,'4000','41601989652','2020-10-06 16:11:41',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6793,'1000','41601989908','2020-10-06 16:18:29',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6794,'4000','41601989908','2020-10-06 16:18:29',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6795,'1000','41601990315','2020-10-06 16:25:10',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6796,'4000','41601990315','2020-10-06 16:25:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6797,'4000','41601990315','2020-10-06 16:25:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6798,'4000','41601990315','2020-10-06 16:25:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6799,'4000','41601990315','2020-10-06 16:25:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6800,'1110','41601990315','2020-10-06 16:25:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6801,'1110','41601990315','2020-10-06 16:25:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6802,'1110','41601990315','2020-10-06 16:25:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6803,'1110','41601990315','2020-10-06 16:25:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6804,'5500','41601990315','2020-10-06 16:25:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6805,'1000','41602052402','2020-10-07 09:34:06',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6806,'4000','41602052402','2020-10-07 09:34:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6807,'4000','41602052402','2020-10-07 09:34:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6808,'4000','41602052402','2020-10-07 09:34:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6809,'4000','41602052402','2020-10-07 09:34:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6810,'4000','41602052402','2020-10-07 09:34:06',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6811,'1000','41602052513','2020-10-07 11:13:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6812,'4000','41602052513','2020-10-07 11:13:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6813,'4000','41602052513','2020-10-07 11:13:41',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6814,'4000','41602052513','2020-10-07 11:13:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6815,'4000','41602052513','2020-10-07 11:13:41',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(6816,'4000','41602052513','2020-10-07 11:13:41',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(6817,'4000','41602052513','2020-10-07 11:13:41',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(6818,'4000','41602052513','2020-10-07 11:13:41',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(6819,'4000','41602052513','2020-10-07 11:13:41',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6820,'1000','TRANS-81602058977','2020-10-06 11:22:27',NULL,13000.00,'-303559','8','1','Transfer','','','','','','No',NULL,NULL,''),(6821,'1020','TRANS-81602058977','2020-10-06 11:22:27',13000.00,NULL,'57000','8','1','Transfer','','','','','','No',NULL,NULL,''),(6822,'1000','41602060625','2020-10-07 11:52:17',1980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6823,'4000','41602060625','2020-10-07 11:52:17',NULL,120.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(6824,'4000','41602060625','2020-10-07 11:52:17',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6825,'4000','41602060625','2020-10-07 11:52:17',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6826,'4000','41602060625','2020-10-07 11:52:17',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6827,'4000','41602060625','2020-10-07 11:52:17',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6828,'4000','41602060625','2020-10-07 11:52:17',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6829,'4000','41602060625','2020-10-07 11:52:17',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6830,'4000','41602060625','2020-10-07 11:52:17',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6831,'4000','41602060625','2020-10-07 11:52:17',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6832,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(6833,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(6834,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6835,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6836,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6837,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6838,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6839,'1110','41602060625','2020-10-07 11:52:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6840,'1110','41602060625','2020-10-07 11:52:17',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6841,'5500','41602060625','2020-10-07 11:52:17',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6842,'1000','41602060756','2020-10-07 11:58:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6843,'4000','41602060756','2020-10-07 11:58:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6844,'4000','41602060756','2020-10-07 11:58:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6845,'4000','41602060756','2020-10-07 11:58:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6846,'4000','41602060756','2020-10-07 11:58:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6847,'4000','41602060756','2020-10-07 11:58:17',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6848,'4000','41602060756','2020-10-07 11:58:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6849,'1110','41602060756','2020-10-07 11:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6850,'1110','41602060756','2020-10-07 11:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6851,'1110','41602060756','2020-10-07 11:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6852,'1110','41602060756','2020-10-07 11:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6853,'1110','41602060756','2020-10-07 11:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6854,'1110','41602060756','2020-10-07 11:58:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6855,'5500','41602060756','2020-10-07 11:58:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6856,'1000','41602061107','2020-10-07 12:47:26',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6857,'4000','41602061107','2020-10-07 12:47:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6858,'4000','41602061107','2020-10-07 12:47:26',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6859,'4000','41602061107','2020-10-07 12:47:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6860,'4000','41602061107','2020-10-07 12:47:26',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6861,'4000','41602061107','2020-10-07 12:47:26',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(6862,'4000','41602061107','2020-10-07 12:47:26',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6863,'4000','41602061107','2020-10-07 12:47:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6864,'1110','41602061107','2020-10-07 12:47:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6865,'1110','41602061107','2020-10-07 12:47:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6866,'1110','41602061107','2020-10-07 12:47:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6867,'1110','41602061107','2020-10-07 12:47:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(6868,'1110','41602061107','2020-10-07 12:47:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(6869,'1110','41602061107','2020-10-07 12:47:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(6870,'1110','41602061107','2020-10-07 12:47:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6871,'5500','41602061107','2020-10-07 12:47:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6872,'1000','41602064570','2020-10-07 13:15:44',1490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6873,'4000','41602064570','2020-10-07 13:15:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6874,'4000','41602064570','2020-10-07 13:15:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6875,'4000','41602064570','2020-10-07 13:15:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6876,'4000','41602064570','2020-10-07 13:15:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6877,'4000','41602064570','2020-10-07 13:15:44',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6878,'4000','41602064570','2020-10-07 13:15:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6879,'4000','41602064570','2020-10-07 13:15:44',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(6880,'4000','41602064570','2020-10-07 13:15:44',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6881,'4000','41602064570','2020-10-07 13:15:44',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(6882,'4000','41602064570','2020-10-07 13:15:44',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6883,'4000','41602064570','2020-10-07 13:15:44',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6884,'4000','41602064570','2020-10-07 13:15:44',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6885,'4000','41602064570','2020-10-07 13:15:44',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(6886,'4000','41602064570','2020-10-07 13:15:44',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(6887,'4000','41602064570','2020-10-07 13:15:44',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(6888,'4000','41602064570','2020-10-07 13:15:44',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6889,'4000','41602064570','2020-10-07 13:15:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6890,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6891,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6892,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6893,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6894,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6895,'1110','41602064570','2020-10-07 13:15:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6896,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(6897,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(6898,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(6899,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(6900,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(6901,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6902,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(6903,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(6904,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(6905,'1110','41602064570','2020-10-07 13:15:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(6906,'1110','41602064570','2020-10-07 13:15:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6907,'5500','41602064570','2020-10-07 13:15:44',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6908,'1100','41602066045','2020-10-07 13:26:18',8000.00,NULL,'','4','1','Good sold','1','19','sales','','','No',NULL,NULL,''),(6909,'4000','41602066045','2020-10-07 13:26:18',NULL,8000.00,'','4','1','Good sold','1','19','sales','150','','No',NULL,NULL,''),(6910,'1000','41602066690','2020-10-07 13:33:36',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6911,'4000','41602066690','2020-10-07 13:33:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6912,'4000','41602066690','2020-10-07 13:33:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6913,'4000','41602066690','2020-10-07 13:33:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6914,'4000','41602066690','2020-10-07 13:33:36',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6915,'4000','41602066690','2020-10-07 13:33:36',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6916,'4000','41602066690','2020-10-07 13:33:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6917,'1110','41602066690','2020-10-07 13:33:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6918,'1110','41602066690','2020-10-07 13:33:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6919,'1110','41602066690','2020-10-07 13:33:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6920,'1110','41602066690','2020-10-07 13:33:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6921,'1110','41602066690','2020-10-07 13:33:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(6922,'1110','41602066690','2020-10-07 13:33:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6923,'5500','41602066690','2020-10-07 13:33:36',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6924,'1000','41602070922','2020-10-07 14:47:22',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6925,'4000','41602070922','2020-10-07 14:47:22',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6926,'1000','41602071306','2020-10-07 14:49:58',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6927,'4000','41602071306','2020-10-07 14:49:58',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(6928,'1000','41602071406','2020-10-07 14:53:05',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6929,'4000','41602071406','2020-10-07 14:53:05',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6930,'4000','41602071406','2020-10-07 14:53:05',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6931,'4000','41602071406','2020-10-07 14:53:05',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6932,'4000','41602071406','2020-10-07 14:53:05',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6933,'4000','41602071406','2020-10-07 14:53:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6934,'4000','41602071406','2020-10-07 14:53:05',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6935,'1110','41602071406','2020-10-07 14:53:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6936,'1110','41602071406','2020-10-07 14:53:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6937,'1110','41602071406','2020-10-07 14:53:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6938,'1110','41602071406','2020-10-07 14:53:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6939,'1110','41602071406','2020-10-07 14:53:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6940,'1110','41602071406','2020-10-07 14:53:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(6941,'5500','41602071406','2020-10-07 14:53:05',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6942,'1000','41602071616','2020-10-07 15:22:40',690.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6943,'4000','41602071616','2020-10-07 15:22:40',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6944,'4000','41602071616','2020-10-07 15:22:40',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6945,'4000','41602071616','2020-10-07 15:22:40',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6946,'4000','41602071616','2020-10-07 15:22:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6947,'4000','41602071616','2020-10-07 15:22:40',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(6948,'4000','41602071616','2020-10-07 15:22:40',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6949,'4000','41602071616','2020-10-07 15:22:40',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6950,'4000','41602071616','2020-10-07 15:22:40',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(6951,'4000','41602071616','2020-10-07 15:22:40',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(6952,'4000','41602071616','2020-10-07 15:22:40',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(6953,'1000','41602073368','2020-10-07 15:32:40',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6954,'4000','41602073368','2020-10-07 15:32:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6955,'4000','41602073368','2020-10-07 15:32:40',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(6956,'4000','41602073368','2020-10-07 15:32:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6957,'4000','41602073368','2020-10-07 15:32:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6958,'4000','41602073368','2020-10-07 15:32:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6959,'4000','41602073368','2020-10-07 15:32:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6960,'1110','41602073368','2020-10-07 15:32:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6961,'1110','41602073368','2020-10-07 15:32:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(6962,'1110','41602073368','2020-10-07 15:32:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6963,'1110','41602073368','2020-10-07 15:32:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6964,'1110','41602073368','2020-10-07 15:32:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6965,'1110','41602073368','2020-10-07 15:32:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6966,'5500','41602073368','2020-10-07 15:32:40',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6967,'1000','41602074013','2020-10-07 15:48:46',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6968,'4000','41602074013','2020-10-07 15:48:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6969,'4000','41602074013','2020-10-07 15:48:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6970,'4000','41602074013','2020-10-07 15:48:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6971,'4000','41602074013','2020-10-07 15:48:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6972,'4000','41602074013','2020-10-07 15:48:46',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6973,'4000','41602074013','2020-10-07 15:48:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6974,'1110','41602074013','2020-10-07 15:48:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6975,'1110','41602074013','2020-10-07 15:48:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6976,'1110','41602074013','2020-10-07 15:48:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6977,'1110','41602074013','2020-10-07 15:48:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(6978,'1110','41602074013','2020-10-07 15:48:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(6979,'1110','41602074013','2020-10-07 15:48:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(6980,'5500','41602074013','2020-10-07 15:48:46',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6981,'1000','41602074932','2020-10-07 15:53:05',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6982,'4000','41602074932','2020-10-07 15:53:05',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(6983,'4000','41602074932','2020-10-07 15:53:05',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6984,'4000','41602074932','2020-10-07 15:53:05',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(6985,'4000','41602074932','2020-10-07 15:53:05',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(6986,'4000','41602074932','2020-10-07 15:53:05',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(6987,'4000','41602074932','2020-10-07 15:53:05',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6988,'1000','41602075204','2020-10-07 16:10:22',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6989,'4000','41602075204','2020-10-07 16:10:22',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6990,'4000','41602075204','2020-10-07 16:10:22',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(6991,'4000','41602075204','2020-10-07 16:10:22',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6992,'4000','41602075204','2020-10-07 16:10:22',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(6993,'4000','41602075204','2020-10-07 16:10:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6994,'4000','41602075204','2020-10-07 16:10:22',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(6995,'4000','41602075204','2020-10-07 16:10:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6996,'1110','41602075204','2020-10-07 16:10:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6997,'1110','41602075204','2020-10-07 16:10:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(6998,'1110','41602075204','2020-10-07 16:10:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(6999,'1110','41602075204','2020-10-07 16:10:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7000,'1110','41602075204','2020-10-07 16:10:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7001,'1110','41602075204','2020-10-07 16:10:22',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7002,'1110','41602075204','2020-10-07 16:10:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7003,'5500','41602075204','2020-10-07 16:10:22',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7004,'1000','41602077572','2020-10-07 16:35:17',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7005,'4000','41602077572','2020-10-07 16:35:17',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7006,'4000','41602077572','2020-10-07 16:35:17',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7007,'4000','41602077572','2020-10-07 16:35:17',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7008,'1000','41602077759','2020-10-07 16:37:19',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7009,'4000','41602077759','2020-10-07 16:37:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7010,'4000','41602077759','2020-10-07 16:37:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7011,'4000','41602077759','2020-10-07 16:37:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7012,'4000','41602077759','2020-10-07 16:37:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7013,'4000','41602077759','2020-10-07 16:37:19',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7014,'4000','41602077759','2020-10-07 16:37:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7015,'1110','41602077759','2020-10-07 16:37:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7016,'1110','41602077759','2020-10-07 16:37:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7017,'1110','41602077759','2020-10-07 16:37:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7018,'1110','41602077759','2020-10-07 16:37:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7019,'1110','41602077759','2020-10-07 16:37:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7020,'1110','41602077759','2020-10-07 16:37:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7021,'5500','41602077759','2020-10-07 16:37:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7022,'1000','41176499281','2007-04-14 00:23:18',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7023,'4000','41176499281','2007-04-14 00:23:18',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7024,'4000','41176499281','2007-04-14 00:23:18',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7025,'4000','41176499281','2007-04-14 00:23:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7026,'4000','41176499281','2007-04-14 00:23:18',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7027,'1000','41176499406','2007-04-14 01:08:10',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7028,'4000','41176499406','2007-04-14 01:08:10',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7029,'4000','41176499406','2007-04-14 01:08:10',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7030,'4000','41176499406','2007-04-14 01:08:10',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7031,'4000','41176499406','2007-04-14 01:08:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7032,'4000','41176499406','2007-04-14 01:08:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7033,'4000','41176499406','2007-04-14 01:08:10',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7034,'1000','TRANS-81602147293','2020-10-07 11:54:24',NULL,6000.00,'-309559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7035,'1035','TRANS-81602147293','2020-10-07 11:54:24',6000.00,NULL,'252559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7036,'1000','41602147430','2020-10-08 11:58:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7037,'4000','41602147430','2020-10-08 11:58:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7038,'4000','41602147430','2020-10-08 11:58:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7039,'4000','41602147430','2020-10-08 11:58:06',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7040,'4000','41602147430','2020-10-08 11:58:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7041,'4000','41602147430','2020-10-08 11:58:06',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7042,'4000','41602147430','2020-10-08 11:58:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7043,'1110','41602147430','2020-10-08 11:58:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7044,'1110','41602147430','2020-10-08 11:58:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7045,'1110','41602147430','2020-10-08 11:58:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7046,'1110','41602147430','2020-10-08 11:58:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7047,'1110','41602147430','2020-10-08 11:58:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7048,'1110','41602147430','2020-10-08 11:58:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7049,'5500','41602147430','2020-10-08 11:58:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7050,'1000','41602154345','2020-10-08 13:55:12',1980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7051,'4000','41602154345','2020-10-08 13:55:12',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7052,'4000','41602154345','2020-10-08 13:55:12',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7053,'4000','41602154345','2020-10-08 13:55:12',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7054,'4000','41602154345','2020-10-08 13:55:12',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7055,'4000','41602154345','2020-10-08 13:55:12',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7056,'4000','41602154345','2020-10-08 13:55:12',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7057,'4000','41602154345','2020-10-08 13:55:12',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7058,'4000','41602154345','2020-10-08 13:55:12',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7059,'4000','41602154345','2020-10-08 13:55:12',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7060,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(7061,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(7062,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7063,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7064,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7065,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7066,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7067,'1110','41602154345','2020-10-08 13:55:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7068,'1110','41602154345','2020-10-08 13:55:12',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7069,'5500','41602154345','2020-10-08 13:55:12',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7070,'1000','41602156051','2020-10-08 14:22:19',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7071,'4000','41602156051','2020-10-08 14:22:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7072,'4000','41602156051','2020-10-08 14:22:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7073,'4000','41602156051','2020-10-08 14:22:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7074,'4000','41602156051','2020-10-08 14:22:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7075,'4000','41602156051','2020-10-08 14:22:19',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7076,'4000','41602156051','2020-10-08 14:22:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7077,'1110','41602156051','2020-10-08 14:22:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7078,'1110','41602156051','2020-10-08 14:22:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7079,'1110','41602156051','2020-10-08 14:22:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7080,'1110','41602156051','2020-10-08 14:22:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7081,'1110','41602156051','2020-10-08 14:22:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7082,'1110','41602156051','2020-10-08 14:22:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7083,'5500','41602156051','2020-10-08 14:22:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7084,'1000','41602156145','2020-10-08 14:40:27',3200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7085,'4000','41602156145','2020-10-08 14:40:27',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(7086,'4000','41602156145','2020-10-08 14:40:27',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(7087,'1000','41602157239','2020-10-08 14:41:53',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7088,'4000','41602157239','2020-10-08 14:41:53',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7089,'4000','41602157239','2020-10-08 14:41:53',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7090,'4000','41602157239','2020-10-08 14:41:53',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7091,'1000','41602157325','2020-10-08 14:43:16',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7092,'4000','41602157325','2020-10-08 14:43:16',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7093,'4000','41602157325','2020-10-08 14:43:16',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7094,'4000','41602157325','2020-10-08 14:43:16',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7095,'4000','41602157325','2020-10-08 14:43:16',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7096,'4000','41602157325','2020-10-08 14:43:16',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7097,'4000','41602157325','2020-10-08 14:43:16',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7098,'1110','41602157325','2020-10-08 14:43:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7099,'1110','41602157325','2020-10-08 14:43:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7100,'1110','41602157325','2020-10-08 14:43:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7101,'1110','41602157325','2020-10-08 14:43:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7102,'1110','41602157325','2020-10-08 14:43:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7103,'1110','41602157325','2020-10-08 14:43:16',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7104,'5500','41602157325','2020-10-08 14:43:16',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7105,'1000','41602160142','2020-10-08 15:48:45',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7106,'4000','41602160142','2020-10-08 15:48:45',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7107,'4000','41602160142','2020-10-08 15:48:45',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7108,'4000','41602160142','2020-10-08 15:48:45',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7109,'1000','41602161330','2020-10-08 16:08:56',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7110,'4000','41602161330','2020-10-08 16:08:56',NULL,150.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(7111,'1000','41602136116','2020-10-08 08:49:28',650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7112,'4000','41602136116','2020-10-08 08:49:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7113,'4000','41602136116','2020-10-08 08:49:28',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(7114,'1110','41602136116','2020-10-08 08:49:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7115,'1110','41602136116','2020-10-08 08:49:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(7116,'5500','41602136116','2020-10-08 08:49:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7117,'1000','41602136202','2020-10-08 08:54:21',2610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7118,'4000','41602136202','2020-10-08 08:54:21',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7119,'4000','41602136202','2020-10-08 08:54:21',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7120,'4000','41602136202','2020-10-08 08:54:21',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7121,'4000','41602136202','2020-10-08 08:54:21',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7122,'4000','41602136202','2020-10-08 08:54:21',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7123,'4000','41602136202','2020-10-08 08:54:21',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7124,'4000','41602136202','2020-10-08 08:54:21',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7125,'4000','41602136202','2020-10-08 08:54:21',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7126,'4000','41602136202','2020-10-08 08:54:21',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7127,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7128,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7129,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7130,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7131,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7132,'1110','41602136202','2020-10-08 08:54:21',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7133,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(7134,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(7135,'1110','41602136202','2020-10-08 08:54:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7136,'5500','41602136202','2020-10-08 08:54:21',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7137,'1000','41602226189','2020-10-09 10:19:43',520.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7138,'4000','41602226189','2020-10-09 10:19:43',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7139,'4000','41602226189','2020-10-09 10:19:43',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(7140,'1000','41602227991','2020-10-09 10:58:17',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7141,'4000','41602227991','2020-10-09 10:58:17',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7142,'4000','41602227991','2020-10-09 10:58:17',NULL,200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7143,'4000','41602227991','2020-10-09 10:58:17',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7144,'4000','41602227991','2020-10-09 10:58:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7145,'4000','41602227991','2020-10-09 10:58:17',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7146,'4000','41602227991','2020-10-09 10:58:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7147,'1110','41602227991','2020-10-09 10:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7148,'1110','41602227991','2020-10-09 10:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7149,'1110','41602227991','2020-10-09 10:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7150,'1110','41602227991','2020-10-09 10:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7151,'1110','41602227991','2020-10-09 10:58:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7152,'1110','41602227991','2020-10-09 10:58:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7153,'5500','41602227991','2020-10-09 10:58:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7154,'1000','41602230310','2020-10-09 11:34:00',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7155,'4000','41602230310','2020-10-09 11:34:00',NULL,600.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(7156,'1000','41602236256','2020-10-09 12:38:09',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7157,'4000','41602236256','2020-10-09 12:38:09',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7158,'4000','41602236256','2020-10-09 12:38:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7159,'4000','41602236256','2020-10-09 12:38:09',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7160,'1110','41602236256','2020-10-09 12:38:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7161,'1110','41602236256','2020-10-09 12:38:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7162,'1110','41602236256','2020-10-09 12:38:09',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7163,'5500','41602236256','2020-10-09 12:38:09',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7164,'1000','41602236378','2020-10-09 12:43:50',430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7165,'4000','41602236378','2020-10-09 12:43:50',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7166,'4000','41602236378','2020-10-09 12:43:50',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7167,'4000','41602236378','2020-10-09 12:43:50',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7168,'4000','41602236378','2020-10-09 12:43:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7169,'4000','41602236378','2020-10-09 12:43:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7170,'4000','41602236378','2020-10-09 12:43:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7171,'4000','41602236378','2020-10-09 12:43:50',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7172,'1110','41602236378','2020-10-09 12:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7173,'1110','41602236378','2020-10-09 12:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7174,'1110','41602236378','2020-10-09 12:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7175,'1110','41602236378','2020-10-09 12:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7176,'1110','41602236378','2020-10-09 12:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7177,'1110','41602236378','2020-10-09 12:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7178,'1110','41602236378','2020-10-09 12:43:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7179,'5500','41602236378','2020-10-09 12:43:50',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7180,'1000','41602236726','2020-10-09 12:46:38',430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7181,'4000','41602236726','2020-10-09 12:46:38',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7182,'4000','41602236726','2020-10-09 12:46:38',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7183,'4000','41602236726','2020-10-09 12:46:38',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7184,'4000','41602236726','2020-10-09 12:46:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7185,'4000','41602236726','2020-10-09 12:46:38',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7186,'4000','41602236726','2020-10-09 12:46:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7187,'4000','41602236726','2020-10-09 12:46:38',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7188,'1110','41602236726','2020-10-09 12:46:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7189,'1110','41602236726','2020-10-09 12:46:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7190,'1110','41602236726','2020-10-09 12:46:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7191,'1110','41602236726','2020-10-09 12:46:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7192,'1110','41602236726','2020-10-09 12:46:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7193,'1110','41602236726','2020-10-09 12:46:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7194,'1110','41602236726','2020-10-09 12:46:38',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7195,'5500','41602236726','2020-10-09 12:46:38',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7196,'1000','81602238206','2020-10-09 13:15:06',540.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7197,'4000','81602238206','2020-10-09 13:15:06',NULL,320.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7198,'4000','81602238206','2020-10-09 13:15:06',NULL,10.00,'','8','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7199,'4000','81602238206','2020-10-09 13:15:06',NULL,110.00,'','8','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7200,'4000','81602238206','2020-10-09 13:15:06',NULL,20.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7201,'4000','81602238206','2020-10-09 13:15:06',NULL,30.00,'','8','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7202,'4000','81602238206','2020-10-09 13:15:06',NULL,50.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7203,'1110','81602238206','2020-10-09 13:15:06',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7204,'1110','81602238206','2020-10-09 13:15:06',NULL,0.00,'','8','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7205,'1110','81602238206','2020-10-09 13:15:06',NULL,0.00,'','8','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7206,'1110','81602238206','2020-10-09 13:15:06',NULL,0.00,'','8','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7207,'1110','81602238206','2020-10-09 13:15:06',NULL,0.00,'','8','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7208,'1110','81602238206','2020-10-09 13:15:06',NULL,2.00,'','8','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7209,'5500','81602238206','2020-10-09 13:15:06',2.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7210,'1000','41602238772','2020-10-09 13:21:13',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7211,'4000','41602238772','2020-10-09 13:21:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7212,'4000','41602238772','2020-10-09 13:21:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7213,'4000','41602238772','2020-10-09 13:21:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7214,'4000','41602238772','2020-10-09 13:21:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7215,'4000','41602238772','2020-10-09 13:21:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7216,'4000','41602238772','2020-10-09 13:21:13',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7217,'4000','41602238772','2020-10-09 13:21:13',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7218,'1110','41602238772','2020-10-09 13:21:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7219,'1110','41602238772','2020-10-09 13:21:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7220,'1110','41602238772','2020-10-09 13:21:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7221,'1110','41602238772','2020-10-09 13:21:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7222,'1110','41602238772','2020-10-09 13:21:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7223,'1110','41602238772','2020-10-09 13:21:13',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7224,'1110','41602238772','2020-10-09 13:21:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(7225,'5500','41602238772','2020-10-09 13:21:13',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7226,'1000','41602238922','2020-10-09 13:37:23',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7227,'4000','41602238922','2020-10-09 13:37:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7228,'4000','41602238922','2020-10-09 13:37:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7229,'4000','41602238922','2020-10-09 13:37:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7230,'4000','41602238922','2020-10-09 13:37:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7231,'4000','41602238922','2020-10-09 13:37:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7232,'4000','41602238922','2020-10-09 13:37:23',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7233,'1110','41602238922','2020-10-09 13:37:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7234,'1110','41602238922','2020-10-09 13:37:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7235,'1110','41602238922','2020-10-09 13:37:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7236,'1110','41602238922','2020-10-09 13:37:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7237,'1110','41602238922','2020-10-09 13:37:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7238,'1110','41602238922','2020-10-09 13:37:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7239,'5500','41602238922','2020-10-09 13:37:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7240,'1000','41602239849','2020-10-09 14:00:42',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7241,'4000','41602239849','2020-10-09 14:00:42',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(7242,'1110','41602239849','2020-10-09 14:00:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(7243,'5500','41602239849','2020-10-09 14:00:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7244,'1000','41602242574','2020-10-09 14:39:39',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7245,'4000','41602242574','2020-10-09 14:39:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7246,'4000','41602242574','2020-10-09 14:39:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7247,'4000','41602242574','2020-10-09 14:39:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7248,'4000','41602242574','2020-10-09 14:39:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7249,'4000','41602242574','2020-10-09 14:39:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7250,'1110','41602242574','2020-10-09 14:39:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7251,'1110','41602242574','2020-10-09 14:39:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7252,'1110','41602242574','2020-10-09 14:39:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7253,'1110','41602242574','2020-10-09 14:39:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7254,'1110','41602242574','2020-10-09 14:39:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7255,'5500','41602242574','2020-10-09 14:39:39',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7256,'1000','41602243589','2020-10-09 15:16:10',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7257,'4000','41602243589','2020-10-09 15:16:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7258,'4000','41602243589','2020-10-09 15:16:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7259,'4000','41602243589','2020-10-09 15:16:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7260,'4000','41602243589','2020-10-09 15:16:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7261,'4000','41602243589','2020-10-09 15:16:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7262,'4000','41602243589','2020-10-09 15:16:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7263,'1110','41602243589','2020-10-09 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7264,'1110','41602243589','2020-10-09 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7265,'1110','41602243589','2020-10-09 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7266,'1110','41602243589','2020-10-09 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7267,'1110','41602243589','2020-10-09 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7268,'1110','41602243589','2020-10-09 15:16:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7269,'5500','41602243589','2020-10-09 15:16:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7270,'1000','41602246553','2020-10-09 15:30:36',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7271,'4000','41602246553','2020-10-09 15:30:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7272,'4000','41602246553','2020-10-09 15:30:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7273,'4000','41602246553','2020-10-09 15:30:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7274,'4000','41602246553','2020-10-09 15:30:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7275,'4000','41602246553','2020-10-09 15:30:36',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7276,'4000','41602246553','2020-10-09 15:30:36',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7277,'1110','41602246553','2020-10-09 15:30:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7278,'1110','41602246553','2020-10-09 15:30:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7279,'1110','41602246553','2020-10-09 15:30:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7280,'1110','41602246553','2020-10-09 15:30:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7281,'1110','41602246553','2020-10-09 15:30:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7282,'1110','41602246553','2020-10-09 15:30:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7283,'5500','41602246553','2020-10-09 15:30:36',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7284,'1000','41602481299','2020-10-12 08:44:23',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7285,'4000','41602481299','2020-10-12 08:44:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7286,'4000','41602481299','2020-10-12 08:44:23',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7287,'4000','41602481299','2020-10-12 08:44:23',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7288,'4000','41602481299','2020-10-12 08:44:23',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7289,'1000','41602494563','2020-10-12 12:26:08',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7290,'4000','41602494563','2020-10-12 12:26:08',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7291,'4000','41602494563','2020-10-12 12:26:08',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7292,'4000','41602494563','2020-10-12 12:26:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7293,'4000','41602494563','2020-10-12 12:26:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7294,'4000','41602494563','2020-10-12 12:26:08',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7295,'4000','41602494563','2020-10-12 12:26:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7296,'1110','41602494563','2020-10-12 12:26:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7297,'1110','41602494563','2020-10-12 12:26:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7298,'1110','41602494563','2020-10-12 12:26:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7299,'1110','41602494563','2020-10-12 12:26:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7300,'1110','41602494563','2020-10-12 12:26:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7301,'1110','41602494563','2020-10-12 12:26:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7302,'5500','41602494563','2020-10-12 12:26:08',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7303,'1000','41602495041','2020-10-12 12:32:01',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7304,'4000','41602495041','2020-10-12 12:32:01',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(7305,'1000','41602495138','2020-10-12 12:34:59',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7306,'4000','41602495138','2020-10-12 12:34:59',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7307,'4000','41602495138','2020-10-12 12:34:59',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7308,'4000','41602495138','2020-10-12 12:34:59',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7309,'4000','41602495138','2020-10-12 12:34:59',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7310,'4000','41602495138','2020-10-12 12:34:59',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7311,'4000','41602495138','2020-10-12 12:34:59',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(7312,'4000','41602495138','2020-10-12 12:34:59',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7313,'4000','41602495138','2020-10-12 12:34:59',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7314,'1000','41602495323','2020-10-12 12:36:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7315,'4000','41602495323','2020-10-12 12:36:19',NULL,400.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7316,'1000','41602495390','2020-10-12 12:40:44',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7317,'4000','41602495390','2020-10-12 12:40:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7318,'4000','41602495390','2020-10-12 12:40:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7319,'4000','41602495390','2020-10-12 12:40:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7320,'4000','41602495390','2020-10-12 12:40:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7321,'4000','41602495390','2020-10-12 12:40:44',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7322,'4000','41602495390','2020-10-12 12:40:44',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7323,'1000','41602495659','2020-10-12 12:43:35',660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7324,'4000','41602495659','2020-10-12 12:43:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7325,'4000','41602495659','2020-10-12 12:43:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7326,'4000','41602495659','2020-10-12 12:43:35',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7327,'4000','41602495659','2020-10-12 12:43:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7328,'4000','41602495659','2020-10-12 12:43:35',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7329,'4000','41602495659','2020-10-12 12:43:35',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7330,'1110','41602495659','2020-10-12 12:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7331,'1110','41602495659','2020-10-12 12:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7332,'1110','41602495659','2020-10-12 12:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7333,'1110','41602495659','2020-10-12 12:43:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7334,'1110','41602495659','2020-10-12 12:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7335,'1110','41602495659','2020-10-12 12:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7336,'5500','41602495659','2020-10-12 12:43:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7337,'1000','41602495832','2020-10-12 12:46:33',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7338,'4000','41602495832','2020-10-12 12:46:33',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7339,'4000','41602495832','2020-10-12 12:46:33',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7340,'4000','41602495832','2020-10-12 12:46:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7341,'4000','41602495832','2020-10-12 12:46:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7342,'4000','41602495832','2020-10-12 12:46:33',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7343,'4000','41602495832','2020-10-12 12:46:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7344,'1110','41602495832','2020-10-12 12:46:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7345,'1110','41602495832','2020-10-12 12:46:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7346,'1110','41602495832','2020-10-12 12:46:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7347,'1110','41602495832','2020-10-12 12:46:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7348,'1110','41602495832','2020-10-12 12:46:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7349,'1110','41602495832','2020-10-12 12:46:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7350,'5500','41602495832','2020-10-12 12:46:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7351,'1000','41602495999','2020-10-12 12:48:18',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7352,'4000','41602495999','2020-10-12 12:48:18',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7353,'4000','41602495999','2020-10-12 12:48:18',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7354,'4000','41602495999','2020-10-12 12:48:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7355,'4000','41602495999','2020-10-12 12:48:18',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7356,'4000','41602495999','2020-10-12 12:48:18',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7357,'4000','41602495999','2020-10-12 12:48:18',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7358,'1110','41602495999','2020-10-12 12:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7359,'1110','41602495999','2020-10-12 12:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7360,'1110','41602495999','2020-10-12 12:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7361,'1110','41602495999','2020-10-12 12:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7362,'1110','41602495999','2020-10-12 12:48:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7363,'1110','41602495999','2020-10-12 12:48:18',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7364,'5500','41602495999','2020-10-12 12:48:18',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7365,'1000','41602496635','2020-10-12 12:58:11',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7366,'4000','41602496635','2020-10-12 12:58:11',NULL,600.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(7367,'1110','41602496635','2020-10-12 12:58:11',NULL,4.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(7368,'5500','41602496635','2020-10-12 12:58:11',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7369,'1000','41602496720','2020-10-12 13:38:57',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7370,'4000','41602496720','2020-10-12 13:38:57',NULL,1800.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(7371,'1000','41602499147','2020-10-12 15:08:07',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7372,'4000','41602499147','2020-10-12 15:08:07',NULL,1200.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(7373,'1000','41602504602','2020-10-12 15:42:19',2160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7374,'4000','41602504602','2020-10-12 15:42:19',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7375,'4000','41602504602','2020-10-12 15:42:19',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7376,'4000','41602504602','2020-10-12 15:42:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7377,'4000','41602504602','2020-10-12 15:42:19',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7378,'4000','41602504602','2020-10-12 15:42:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7379,'4000','41602504602','2020-10-12 15:42:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7380,'4000','41602504602','2020-10-12 15:42:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7381,'4000','41602504602','2020-10-12 15:42:19',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7382,'4000','41602504602','2020-10-12 15:42:19',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7383,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7384,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7385,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7386,'1110','41602504602','2020-10-12 15:42:19',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7387,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7388,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7389,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7390,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7391,'1110','41602504602','2020-10-12 15:42:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7392,'5500','41602504602','2020-10-12 15:42:19',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7393,'1000','41602506603','2020-10-12 15:45:32',1960.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7394,'4000','41602506603','2020-10-12 15:45:32',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7395,'4000','41602506603','2020-10-12 15:45:32',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7396,'4000','41602506603','2020-10-12 15:45:32',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7397,'4000','41602506603','2020-10-12 15:45:32',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7398,'4000','41602506603','2020-10-12 15:45:32',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7399,'1000','41602506834','2020-10-12 15:49:26',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7400,'4000','41602506834','2020-10-12 15:49:26',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7401,'4000','41602506834','2020-10-12 15:49:26',NULL,320.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7402,'4000','41602506834','2020-10-12 15:49:26',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7403,'4000','41602506834','2020-10-12 15:49:26',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7404,'4000','41602506834','2020-10-12 15:49:26',NULL,120.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(7405,'4000','41602506834','2020-10-12 15:49:26',NULL,260.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7406,'4000','41602506834','2020-10-12 15:49:26',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7407,'4000','41602506834','2020-10-12 15:49:26',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7408,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7409,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7410,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7411,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(7412,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(7413,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(7414,'1110','41602506834','2020-10-12 15:49:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(7415,'1110','41602506834','2020-10-12 15:49:26',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7416,'5500','41602506834','2020-10-12 15:49:26',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7417,'1000','41602506983','2020-10-12 15:54:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7418,'4000','41602506983','2020-10-12 15:54:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7419,'4000','41602506983','2020-10-12 15:54:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7420,'4000','41602506983','2020-10-12 15:54:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7421,'4000','41602506983','2020-10-12 15:54:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7422,'4000','41602506983','2020-10-12 15:54:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7423,'4000','41602506983','2020-10-12 15:54:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7424,'1110','41602506983','2020-10-12 15:54:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7425,'1110','41602506983','2020-10-12 15:54:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7426,'1110','41602506983','2020-10-12 15:54:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7427,'1110','41602506983','2020-10-12 15:54:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7428,'1110','41602506983','2020-10-12 15:54:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7429,'1110','41602506983','2020-10-12 15:54:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7430,'5500','41602506983','2020-10-12 15:54:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7431,'1000','41602507269','2020-10-12 15:57:30',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7432,'4000','41602507269','2020-10-12 15:57:30',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7433,'4000','41602507269','2020-10-12 15:57:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7434,'4000','41602507269','2020-10-12 15:57:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7435,'4000','41602507269','2020-10-12 15:57:30',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7436,'4000','41602507269','2020-10-12 15:57:30',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7437,'4000','41602507269','2020-10-12 15:57:30',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7438,'4000','41602507269','2020-10-12 15:57:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7439,'4000','41602507269','2020-10-12 15:57:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7440,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7441,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7442,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7443,'1110','41602507269','2020-10-12 15:57:30',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7444,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7445,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7446,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7447,'1110','41602507269','2020-10-12 15:57:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7448,'5500','41602507269','2020-10-12 15:57:30',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7449,'1000','41602507456','2020-10-12 16:06:31',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7450,'4000','41602507456','2020-10-12 16:06:31',NULL,5000.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(7451,'1000','41602508001','2020-10-12 16:15:42',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7452,'4000','41602508001','2020-10-12 16:15:42',NULL,150.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(7453,'1110','41602508001','2020-10-12 16:15:42',NULL,1.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(7454,'5500','41602508001','2020-10-12 16:15:42',1.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7455,'1000','TRANS-81602565188','2020-10-12 07:59:17',NULL,9000.00,'-318559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7456,'1020','TRANS-81602565188','2020-10-12 07:59:17',9000.00,NULL,'66000','8','1','Transfer','','','','','','No',NULL,NULL,''),(7457,'1000','41602576534','2020-10-13 11:12:31',3670.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7458,'4000','41602576534','2020-10-13 11:12:31',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7459,'4000','41602576534','2020-10-13 11:12:31',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7460,'4000','41602576534','2020-10-13 11:12:31',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7461,'4000','41602576534','2020-10-13 11:12:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7462,'4000','41602576534','2020-10-13 11:12:31',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7463,'4000','41602576534','2020-10-13 11:12:31',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7464,'4000','41602576534','2020-10-13 11:12:31',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7465,'4000','41602576534','2020-10-13 11:12:31',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7466,'4000','41602576534','2020-10-13 11:12:31',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7467,'4000','41602576534','2020-10-13 11:12:31',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7468,'4000','41602576534','2020-10-13 11:12:31',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(7469,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7470,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7471,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7472,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7473,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7474,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7475,'1110','41602576534','2020-10-13 11:12:31',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7476,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(7477,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(7478,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7479,'1110','41602576534','2020-10-13 11:12:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(7480,'5500','41602576534','2020-10-13 11:12:31',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7481,'1000','41602576762','2020-10-13 11:15:35',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7482,'4000','41602576762','2020-10-13 11:15:35',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7483,'4000','41602576762','2020-10-13 11:15:35',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7484,'4000','41602576762','2020-10-13 11:15:35',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7485,'4000','41602576762','2020-10-13 11:15:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7486,'4000','41602576762','2020-10-13 11:15:35',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7487,'4000','41602576762','2020-10-13 11:15:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7488,'1110','41602576762','2020-10-13 11:15:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7489,'1110','41602576762','2020-10-13 11:15:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7490,'1110','41602576762','2020-10-13 11:15:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7491,'1110','41602576762','2020-10-13 11:15:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7492,'1110','41602576762','2020-10-13 11:15:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(7493,'1110','41602576762','2020-10-13 11:15:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7494,'5500','41602576762','2020-10-13 11:15:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7495,'1000','41602576940','2020-10-13 11:17:19',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7496,'4000','41602576940','2020-10-13 11:17:19',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7497,'4000','41602576940','2020-10-13 11:17:19',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7498,'4000','41602576940','2020-10-13 11:17:19',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7499,'4000','41602576940','2020-10-13 11:17:19',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7500,'4000','41602576940','2020-10-13 11:17:19',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7501,'4000','41602576940','2020-10-13 11:17:19',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7502,'1110','41602576940','2020-10-13 11:17:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7503,'1110','41602576940','2020-10-13 11:17:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7504,'1110','41602576940','2020-10-13 11:17:19',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7505,'1110','41602576940','2020-10-13 11:17:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7506,'1110','41602576940','2020-10-13 11:17:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7507,'1110','41602576940','2020-10-13 11:17:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7508,'5500','41602576940','2020-10-13 11:17:19',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7509,'1000','41602577046','2020-10-13 11:19:36',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7510,'4000','41602577046','2020-10-13 11:19:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7511,'1000','41602577216','2020-10-13 12:05:38',1280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7512,'4000','41602577216','2020-10-13 12:05:38',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7513,'4000','41602577216','2020-10-13 12:05:38',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7514,'4000','41602577216','2020-10-13 12:05:38',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7515,'4000','41602577216','2020-10-13 12:05:38',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7516,'4000','41602577216','2020-10-13 12:05:38',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7517,'4000','41602577216','2020-10-13 12:05:38',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7518,'4000','41602577216','2020-10-13 12:05:38',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7519,'1000','41602580365','2020-10-13 12:47:04',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7520,'4000','41602580365','2020-10-13 12:47:04',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(7521,'4000','41602580365','2020-10-13 12:47:04',NULL,150.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(7522,'1110','41602580365','2020-10-13 12:47:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(7523,'1110','41602580365','2020-10-13 12:47:04',NULL,1.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(7524,'5500','41602580365','2020-10-13 12:47:04',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7525,'1000','41602582499','2020-10-13 12:53:24',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7526,'4000','41602582499','2020-10-13 12:53:24',NULL,1900.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(7527,'1000','41602588353','2020-10-13 14:27:11',1020.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7528,'4000','41602588353','2020-10-13 14:27:11',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7529,'4000','41602588353','2020-10-13 14:27:11',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7530,'4000','41602588353','2020-10-13 14:27:11',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7531,'4000','41602588353','2020-10-13 14:27:11',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7532,'4000','41602588353','2020-10-13 14:27:11',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7533,'1110','41602588353','2020-10-13 14:27:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7534,'1110','41602588353','2020-10-13 14:27:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7535,'1110','41602588353','2020-10-13 14:27:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7536,'1110','41602588353','2020-10-13 14:27:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7537,'1110','41602588353','2020-10-13 14:27:11',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7538,'5500','41602588353','2020-10-13 14:27:11',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7539,'1000','41602588444','2020-10-13 14:33:48',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7540,'4000','41602588444','2020-10-13 14:33:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7541,'4000','41602588444','2020-10-13 14:33:48',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7542,'4000','41602588444','2020-10-13 14:33:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7543,'4000','41602588444','2020-10-13 14:33:48',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7544,'4000','41602588444','2020-10-13 14:33:48',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(7545,'4000','41602588444','2020-10-13 14:33:48',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(7546,'4000','41602588444','2020-10-13 14:33:48',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7547,'4000','41602588444','2020-10-13 14:33:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7548,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7549,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7550,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7551,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(7552,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(7553,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(7554,'1110','41602588444','2020-10-13 14:33:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(7555,'1110','41602588444','2020-10-13 14:33:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7556,'5500','41602588444','2020-10-13 14:33:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7557,'1000','41602592279','2020-10-13 15:37:48',2770.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7558,'4000','41602592279','2020-10-13 15:37:48',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7559,'4000','41602592279','2020-10-13 15:37:48',NULL,1000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7560,'4000','41602592279','2020-10-13 15:37:48',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7561,'4000','41602592279','2020-10-13 15:37:48',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7562,'4000','41602592279','2020-10-13 15:37:48',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7563,'4000','41602592279','2020-10-13 15:37:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7564,'1110','41602592279','2020-10-13 15:37:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7565,'1110','41602592279','2020-10-13 15:37:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(7566,'1110','41602592279','2020-10-13 15:37:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7567,'1110','41602592279','2020-10-13 15:37:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7568,'1110','41602592279','2020-10-13 15:37:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7569,'1110','41602592279','2020-10-13 15:37:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7570,'5500','41602592279','2020-10-13 15:37:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7571,'1000','41602592708','2020-10-13 15:42:37',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7572,'4000','41602592708','2020-10-13 15:42:37',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7573,'4000','41602592708','2020-10-13 15:42:37',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7574,'4000','41602592708','2020-10-13 15:42:37',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7575,'4000','41602592708','2020-10-13 15:42:37',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7576,'4000','41602592708','2020-10-13 15:42:37',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7577,'4000','41602592708','2020-10-13 15:42:37',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7578,'1110','41602592708','2020-10-13 15:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7579,'1110','41602592708','2020-10-13 15:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7580,'1110','41602592708','2020-10-13 15:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7581,'1110','41602592708','2020-10-13 15:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7582,'1110','41602592708','2020-10-13 15:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7583,'1110','41602592708','2020-10-13 15:42:37',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7584,'5500','41602592708','2020-10-13 15:42:37',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7585,'1000','41602593018','2020-10-13 15:43:54',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7586,'4000','41602593018','2020-10-13 15:43:54',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(7587,'1000','41602593163','2020-10-13 15:48:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7588,'4000','41602593163','2020-10-13 15:48:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7589,'4000','41602593163','2020-10-13 15:48:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7590,'4000','41602593163','2020-10-13 15:48:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7591,'4000','41602593163','2020-10-13 15:48:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7592,'4000','41602593163','2020-10-13 15:48:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7593,'4000','41602593163','2020-10-13 15:48:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7594,'1110','41602593163','2020-10-13 15:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7595,'1110','41602593163','2020-10-13 15:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7596,'1110','41602593163','2020-10-13 15:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7597,'1110','41602593163','2020-10-13 15:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7598,'1110','41602593163','2020-10-13 15:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7599,'1110','41602593163','2020-10-13 15:48:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7600,'5500','41602593163','2020-10-13 15:48:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7601,'1000','41602593689','2020-10-13 15:56:05',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7602,'4000','41602593689','2020-10-13 15:56:05',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7603,'4000','41602593689','2020-10-13 15:56:05',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7604,'4000','41602593689','2020-10-13 15:56:05',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7605,'4000','41602593689','2020-10-13 15:56:05',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(7606,'4000','41602593689','2020-10-13 15:56:05',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7607,'4000','41602593689','2020-10-13 15:56:05',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7608,'4000','41602593689','2020-10-13 15:56:05',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7609,'1110','41602593689','2020-10-13 15:56:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7610,'1110','41602593689','2020-10-13 15:56:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7611,'1110','41602593689','2020-10-13 15:56:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(7612,'1110','41602593689','2020-10-13 15:56:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(7613,'1110','41602593689','2020-10-13 15:56:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(7614,'1110','41602593689','2020-10-13 15:56:05',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7615,'1110','41602593689','2020-10-13 15:56:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7616,'5500','41602593689','2020-10-13 15:56:05',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7617,'1000','41602593771','2020-10-13 16:10:07',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7618,'4000','41602593771','2020-10-13 16:10:07',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(7619,'1000','41602594630','2020-10-13 16:28:31',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7620,'4000','41602594630','2020-10-13 16:28:31',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7621,'4000','41602594630','2020-10-13 16:28:31',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7622,'4000','41602594630','2020-10-13 16:28:31',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7623,'1000','41602595722','2020-10-13 16:45:57',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7624,'4000','41602595722','2020-10-13 16:45:57',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7625,'1000','TRANS-81602655865','2020-10-13 09:07:00',NULL,5000.00,'-323559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7626,'1020','TRANS-81602655865','2020-10-13 09:07:00',5000.00,NULL,'71000','8','1','Transfer','','','','','','No',NULL,NULL,''),(7627,'1000','41602656348','2020-10-14 09:57:26',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7628,'4000','41602656348','2020-10-14 09:57:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7629,'4000','41602656348','2020-10-14 09:57:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7630,'4000','41602656348','2020-10-14 09:57:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7631,'4000','41602656348','2020-10-14 09:57:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7632,'4000','41602656348','2020-10-14 09:57:26',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7633,'4000','41602656348','2020-10-14 09:57:26',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7634,'1110','41602656348','2020-10-14 09:57:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7635,'1110','41602656348','2020-10-14 09:57:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7636,'1110','41602656348','2020-10-14 09:57:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7637,'1110','41602656348','2020-10-14 09:57:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7638,'1110','41602656348','2020-10-14 09:57:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7639,'1110','41602656348','2020-10-14 09:57:26',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7640,'5500','41602656348','2020-10-14 09:57:26',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7641,'1000','41602658657','2020-10-14 10:26:16',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7642,'4000','41602658657','2020-10-14 10:26:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7643,'4000','41602658657','2020-10-14 10:26:16',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7644,'4000','41602658657','2020-10-14 10:26:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7645,'4000','41602658657','2020-10-14 10:26:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7646,'4000','41602658657','2020-10-14 10:26:16',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7647,'4000','41602658657','2020-10-14 10:26:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7648,'4000','41602658657','2020-10-14 10:26:16',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7649,'4000','41602658657','2020-10-14 10:26:16',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7650,'4000','41602658657','2020-10-14 10:26:16',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7651,'4000','41602658657','2020-10-14 10:26:16',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7652,'4000','41602658657','2020-10-14 10:26:16',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(7653,'4000','41602658657','2020-10-14 10:26:16',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7654,'4000','41602658657','2020-10-14 10:26:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7655,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7656,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7657,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7658,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7659,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7660,'1110','41602658657','2020-10-14 10:26:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7661,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7662,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7663,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7664,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(7665,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(7666,'1110','41602658657','2020-10-14 10:26:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(7667,'1110','41602658657','2020-10-14 10:26:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7668,'5500','41602658657','2020-10-14 10:26:16',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7669,'1000','41602662817','2020-10-14 12:16:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7670,'4000','41602662817','2020-10-14 12:16:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7671,'4000','41602662817','2020-10-14 12:16:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7672,'4000','41602662817','2020-10-14 12:16:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7673,'4000','41602662817','2020-10-14 12:16:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7674,'4000','41602662817','2020-10-14 12:16:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7675,'4000','41602662817','2020-10-14 12:16:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7676,'1110','41602662817','2020-10-14 12:16:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7677,'1110','41602662817','2020-10-14 12:16:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7678,'1110','41602662817','2020-10-14 12:16:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7679,'1110','41602662817','2020-10-14 12:16:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7680,'1110','41602662817','2020-10-14 12:16:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7681,'1110','41602662817','2020-10-14 12:16:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7682,'5500','41602662817','2020-10-14 12:16:04',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7683,'1000','41602667475','2020-10-14 12:37:40',45500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7684,'4000','41602667475','2020-10-14 12:37:40',NULL,7500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7685,'4000','41602667475','2020-10-14 12:37:40',NULL,1500.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7686,'4000','41602667475','2020-10-14 12:37:40',NULL,750.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7687,'4000','41602667475','2020-10-14 12:37:40',NULL,760.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7688,'4000','41602667475','2020-10-14 12:37:40',NULL,740.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7689,'4000','41602667475','2020-10-14 12:37:40',NULL,22500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7690,'4000','41602667475','2020-10-14 12:37:40',NULL,1900.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7691,'4000','41602667475','2020-10-14 12:37:40',NULL,1850.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7692,'4000','41602667475','2020-10-14 12:37:40',NULL,6000.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7693,'4000','41602667475','2020-10-14 12:37:40',NULL,1000.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7694,'4000','41602667475','2020-10-14 12:37:40',NULL,1000.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7695,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7696,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7697,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7698,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7699,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7700,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7701,'1110','41602667475','2020-10-14 12:37:40',NULL,76.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7702,'1110','41602667475','2020-10-14 12:37:40',NULL,185.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7703,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(7704,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7705,'1110','41602667475','2020-10-14 12:37:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(7706,'5500','41602667475','2020-10-14 12:37:40',261.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7707,'1000','41602668725','2020-10-14 12:48:03',6000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7708,'4000','41602668725','2020-10-14 12:48:03',NULL,1600.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(7709,'4000','41602668725','2020-10-14 12:48:03',NULL,4400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(7710,'1000','41602668889','2020-10-14 12:52:39',290.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7711,'4000','41602668889','2020-10-14 12:52:39',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7712,'4000','41602668889','2020-10-14 12:52:39',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7713,'4000','41602668889','2020-10-14 12:52:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7714,'4000','41602668889','2020-10-14 12:52:39',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7715,'1000','41602669167','2020-10-14 13:20:57',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7716,'4000','41602669167','2020-10-14 13:20:57',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7717,'4000','41602669167','2020-10-14 13:20:57',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7718,'4000','41602669167','2020-10-14 13:20:57',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7719,'4000','41602669167','2020-10-14 13:20:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7720,'4000','41602669167','2020-10-14 13:20:57',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7721,'4000','41602669167','2020-10-14 13:20:57',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7722,'4000','41602669167','2020-10-14 13:20:57',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7723,'4000','41602669167','2020-10-14 13:20:57',NULL,210.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(7724,'4000','41602669167','2020-10-14 13:20:57',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(7725,'4000','41602669167','2020-10-14 13:20:57',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7726,'1000','41602670884','2020-10-14 13:25:29',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7727,'4000','41602670884','2020-10-14 13:25:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7728,'4000','41602670884','2020-10-14 13:25:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7729,'4000','41602670884','2020-10-14 13:25:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7730,'4000','41602670884','2020-10-14 13:25:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7731,'4000','41602670884','2020-10-14 13:25:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7732,'4000','41602670884','2020-10-14 13:25:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7733,'1110','41602670884','2020-10-14 13:25:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7734,'1110','41602670884','2020-10-14 13:25:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7735,'1110','41602670884','2020-10-14 13:25:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7736,'1110','41602670884','2020-10-14 13:25:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7737,'1110','41602670884','2020-10-14 13:25:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7738,'1110','41602670884','2020-10-14 13:25:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7739,'5500','41602670884','2020-10-14 13:25:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7740,'1000','41602671251','2020-10-14 13:43:01',430.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7741,'4000','41602671251','2020-10-14 13:43:01',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7742,'4000','41602671251','2020-10-14 13:43:01',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7743,'4000','41602671251','2020-10-14 13:43:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7744,'4000','41602671251','2020-10-14 13:43:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7745,'1000','41602672214','2020-10-14 13:44:34',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7746,'4000','41602672214','2020-10-14 13:44:34',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7747,'1000','41602672281','2020-10-14 13:47:52',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7748,'4000','41602672281','2020-10-14 13:47:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7749,'4000','41602672281','2020-10-14 13:47:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7750,'4000','41602672281','2020-10-14 13:47:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7751,'4000','41602672281','2020-10-14 13:47:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7752,'4000','41602672281','2020-10-14 13:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7753,'4000','41602672281','2020-10-14 13:47:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7754,'1110','41602672281','2020-10-14 13:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7755,'1110','41602672281','2020-10-14 13:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7756,'1110','41602672281','2020-10-14 13:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7757,'1110','41602672281','2020-10-14 13:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7758,'1110','41602672281','2020-10-14 13:47:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7759,'1110','41602672281','2020-10-14 13:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7760,'5500','41602672281','2020-10-14 13:47:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7761,'1000','41602672478','2020-10-14 13:59:38',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7762,'4000','41602672478','2020-10-14 13:59:38',NULL,900.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(7763,'1110','41602672478','2020-10-14 13:59:38',NULL,6.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(7764,'5500','41602672478','2020-10-14 13:59:38',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7765,'1000','41602673981','2020-10-14 14:28:01',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7766,'4000','41602673981','2020-10-14 14:28:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7767,'4000','41602673981','2020-10-14 14:28:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7768,'4000','41602673981','2020-10-14 14:28:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7769,'4000','41602673981','2020-10-14 14:28:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7770,'4000','41602673981','2020-10-14 14:28:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7771,'4000','41602673981','2020-10-14 14:28:01',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7772,'4000','41602673981','2020-10-14 14:28:01',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7773,'4000','41602673981','2020-10-14 14:28:01',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7774,'4000','41602673981','2020-10-14 14:28:01',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7775,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7776,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7777,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7778,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7779,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7780,'1110','41602673981','2020-10-14 14:28:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7781,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(7782,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7783,'1110','41602673981','2020-10-14 14:28:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(7784,'5500','41602673981','2020-10-14 14:28:01',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7785,'1000','41602674893','2020-10-14 14:31:33',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7786,'4000','41602674893','2020-10-14 14:31:33',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7787,'4000','41602674893','2020-10-14 14:31:33',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7788,'4000','41602674893','2020-10-14 14:31:33',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7789,'4000','41602674893','2020-10-14 14:31:33',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7790,'4000','41602674893','2020-10-14 14:31:33',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7791,'4000','41602674893','2020-10-14 14:31:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7792,'4000','41602674893','2020-10-14 14:31:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7793,'4000','41602674893','2020-10-14 14:31:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7794,'4000','41602674893','2020-10-14 14:31:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7795,'4000','41602674893','2020-10-14 14:31:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7796,'1110','41602674893','2020-10-14 14:31:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7797,'1110','41602674893','2020-10-14 14:31:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7798,'1110','41602674893','2020-10-14 14:31:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7799,'1110','41602674893','2020-10-14 14:31:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7800,'1110','41602674893','2020-10-14 14:31:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7801,'1110','41602674893','2020-10-14 14:31:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7802,'1110','41602674893','2020-10-14 14:31:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7803,'1110','41602674893','2020-10-14 14:31:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7804,'1110','41602674893','2020-10-14 14:31:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7805,'1110','41602674893','2020-10-14 14:31:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7806,'5500','41602674893','2020-10-14 14:31:33',25.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7807,'1000','41602678682','2020-10-14 15:32:39',620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7808,'4000','41602678682','2020-10-14 15:32:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7809,'4000','41602678682','2020-10-14 15:32:39',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7810,'4000','41602678682','2020-10-14 15:32:39',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(7811,'4000','41602678682','2020-10-14 15:32:39',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7812,'4000','41602678682','2020-10-14 15:32:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7813,'1000','41602678897','2020-10-14 15:38:19',1690.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7814,'4000','41602678897','2020-10-14 15:38:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7815,'4000','41602678897','2020-10-14 15:38:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7816,'4000','41602678897','2020-10-14 15:38:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7817,'4000','41602678897','2020-10-14 15:38:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7818,'4000','41602678897','2020-10-14 15:38:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7819,'4000','41602678897','2020-10-14 15:38:19',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(7820,'4000','41602678897','2020-10-14 15:38:19',NULL,1150.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(7821,'1000','41602679147','2020-10-14 15:54:14',320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7822,'4000','41602679147','2020-10-14 15:54:14',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7823,'4000','41602679147','2020-10-14 15:54:14',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7824,'4000','41602679147','2020-10-14 15:54:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7825,'4000','41602679147','2020-10-14 15:54:14',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7826,'4000','41602679147','2020-10-14 15:54:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7827,'1110','41602679147','2020-10-14 15:54:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7828,'1110','41602679147','2020-10-14 15:54:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(7829,'1110','41602679147','2020-10-14 15:54:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7830,'1110','41602679147','2020-10-14 15:54:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7831,'1110','41602679147','2020-10-14 15:54:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7832,'5500','41602679147','2020-10-14 15:54:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7833,'1000','41602680059','2020-10-14 16:32:57',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7834,'4000','41602680059','2020-10-14 16:32:57',NULL,300.00,'','4','1','Good sold','1','','sales','204','','No',NULL,NULL,''),(7835,'1000','TRANS-81602683186','2020-10-14 16:46:06',NULL,18000.00,'-341559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7836,'1035','TRANS-81602683186','2020-10-14 16:46:06',18000.00,NULL,'270559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7837,'1000','TRANS-81602683200','2020-10-14 16:46:27',NULL,10000.00,'-351559','8','1','Transfer','','','','','','No',NULL,NULL,''),(7838,'1020','TRANS-81602683200','2020-10-14 16:46:27',10000.00,NULL,'81000','8','1','Transfer','','','','','','No',NULL,NULL,''),(7839,'1000','41602682393','2020-10-14 16:55:28',320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7840,'4000','41602682393','2020-10-14 16:55:28',NULL,320.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(7841,'1000','41602745556','2020-10-15 10:08:04',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7842,'4000','41602745556','2020-10-15 10:08:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7843,'4000','41602745556','2020-10-15 10:08:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7844,'4000','41602745556','2020-10-15 10:08:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7845,'4000','41602745556','2020-10-15 10:08:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7846,'4000','41602745556','2020-10-15 10:08:04',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7847,'4000','41602745556','2020-10-15 10:08:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7848,'4000','41602745556','2020-10-15 10:08:04',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7849,'4000','41602745556','2020-10-15 10:08:04',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(7850,'4000','41602745556','2020-10-15 10:08:04',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7851,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7852,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7853,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7854,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7855,'1110','41602745556','2020-10-15 10:08:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7856,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7857,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(7858,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(7859,'1110','41602745556','2020-10-15 10:08:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(7860,'5500','41602745556','2020-10-15 10:08:04',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7861,'1000','41602745703','2020-10-15 10:09:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7862,'4000','41602745703','2020-10-15 10:09:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7863,'4000','41602745703','2020-10-15 10:09:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7864,'4000','41602745703','2020-10-15 10:09:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7865,'4000','41602745703','2020-10-15 10:09:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7866,'4000','41602745703','2020-10-15 10:09:51',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7867,'4000','41602745703','2020-10-15 10:09:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7868,'1110','41602745703','2020-10-15 10:09:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7869,'1110','41602745703','2020-10-15 10:09:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7870,'1110','41602745703','2020-10-15 10:09:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7871,'1110','41602745703','2020-10-15 10:09:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7872,'1110','41602745703','2020-10-15 10:09:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7873,'1110','41602745703','2020-10-15 10:09:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7874,'5500','41602745703','2020-10-15 10:09:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7875,'1000','41602745821','2020-10-15 10:13:36',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7876,'4000','41602745821','2020-10-15 10:13:36',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(7877,'1000','41602746244','2020-10-15 10:21:27',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7878,'4000','41602746244','2020-10-15 10:21:27',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7879,'4000','41602746244','2020-10-15 10:21:27',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(7880,'4000','41602746244','2020-10-15 10:21:27',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7881,'4000','41602746244','2020-10-15 10:21:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7882,'1000','41602746492','2020-10-15 11:38:02',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7883,'4000','41602746492','2020-10-15 11:38:02',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7884,'4000','41602746492','2020-10-15 11:38:02',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(7885,'4000','41602746492','2020-10-15 11:38:02',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7886,'4000','41602746492','2020-10-15 11:38:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7887,'4000','41602746492','2020-10-15 11:38:02',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(7888,'4000','41602746492','2020-10-15 11:38:02',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(7889,'4000','41602746492','2020-10-15 11:38:02',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(7890,'4000','41602746492','2020-10-15 11:38:02',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(7891,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(7892,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(7893,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7894,'1110','41602746492','2020-10-15 11:38:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7895,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(7896,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(7897,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(7898,'1110','41602746492','2020-10-15 11:38:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(7899,'5500','41602746492','2020-10-15 11:38:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7900,'1000','41602751101','2020-10-15 11:40:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7901,'4000','41602751101','2020-10-15 11:40:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7902,'4000','41602751101','2020-10-15 11:40:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7903,'4000','41602751101','2020-10-15 11:40:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7904,'4000','41602751101','2020-10-15 11:40:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7905,'4000','41602751101','2020-10-15 11:40:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7906,'4000','41602751101','2020-10-15 11:40:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7907,'1110','41602751101','2020-10-15 11:40:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7908,'1110','41602751101','2020-10-15 11:40:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7909,'1110','41602751101','2020-10-15 11:40:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7910,'1110','41602751101','2020-10-15 11:40:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7911,'1110','41602751101','2020-10-15 11:40:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7912,'1110','41602751101','2020-10-15 11:40:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7913,'5500','41602751101','2020-10-15 11:40:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7914,'1000','41602751302','2020-10-15 11:44:05',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7915,'4000','41602751302','2020-10-15 11:44:05',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(7916,'4000','41602751302','2020-10-15 11:44:05',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(7917,'4000','41602751302','2020-10-15 11:44:05',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(7918,'4000','41602751302','2020-10-15 11:44:05',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7919,'4000','41602751302','2020-10-15 11:44:05',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7920,'4000','41602751302','2020-10-15 11:44:05',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(7921,'1000','41602751476','2020-10-15 12:56:13',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7922,'4000','41602751476','2020-10-15 12:56:13',NULL,400.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7923,'1000','41602755829','2020-10-15 12:58:47',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7924,'4000','41602755829','2020-10-15 12:58:47',NULL,3600.00,'','4','1','Good sold','1','','sales','208','','No',NULL,NULL,''),(7927,'5920','81602756724','2020-10-01 13:13:13',190.00,NULL,'0','8','1','Milk & Bread ','1','','','164','','No',NULL,NULL,''),(7928,'1000','81602756724','2020-10-01 13:13:13',NULL,190.00,'0','8','1','Milk & Bread','1','','','164','','No',NULL,NULL,''),(7931,'5660','81602756838','2020-10-01 13:14:27',200.00,NULL,'0','8','1','marketing','1','','','165','','No',NULL,NULL,''),(7932,'1000','81602756838','2020-10-01 13:14:27',NULL,200.00,'0','8','1','marketing','1','','','165','','No',NULL,NULL,''),(7935,'5563','81602756899','2020-10-01 13:17:30',500.00,NULL,'0','8','1','Air time for Susan','1','','','166','','No',NULL,NULL,''),(7936,'1000','81602756899','2020-10-01 13:17:30',NULL,500.00,'0','8','1','Air time for Susan','1','','','166','','No',NULL,NULL,''),(7939,'5980','81602757076','2020-10-01 13:19:51',1300.00,NULL,'0','8','1','sales report books ','1','','','167','','No',NULL,NULL,''),(7940,'1000','81602757076','2020-10-01 13:19:51',NULL,1300.00,'0','8','1','sales report book 6pcs','1','','','167','','No',NULL,NULL,''),(7943,'5920','81602757231','2020-10-01 13:22:05',99.00,NULL,'0','8','1','Tissues','1','','','168','','No',NULL,NULL,''),(7944,'1000','81602757231','2020-10-01 13:22:05',NULL,99.00,'0','8','1','Tissue 4pcs','1','','','168','','No',NULL,NULL,''),(7947,'5970','81602757350','2020-10-01 13:24:12',375.00,NULL,'0','8','1','Jericans 15pcs','1','','','169','','No',NULL,NULL,''),(7948,'1000','81602757350','2020-10-01 13:24:12',NULL,375.00,'0','8','1','1Ltr jericans for packing hypo 15pcs','1','','','169','','No',NULL,NULL,''),(7951,'5510','81602757492','2020-10-01 13:29:43',280.00,NULL,'0','8','1','Transport','1','','','170','','No',NULL,NULL,''),(7952,'1000','81602757492','2020-10-01 13:29:43',NULL,280.00,'0','8','1','EMS SHIPMENT BILL SOAP','1','','','170','','No',NULL,NULL,''),(7955,'5970','81602757845','2020-10-02 13:31:22',300.00,NULL,'0','8','1','boxes','1','','','171','','No',NULL,NULL,''),(7956,'1000','81602757845','2020-10-02 13:31:22',NULL,300.00,'0','8','1','10 boxes ','1','','','171','','No',NULL,NULL,''),(7959,'5990','81602757912','2020-10-15 13:32:36',200.00,NULL,'0','8','1','off loading ','1','','','172','','No',NULL,NULL,''),(7960,'1000','81602757912','2020-10-15 13:32:36',NULL,200.00,'0','8','1','off loading products','1','','','172','','No',NULL,NULL,''),(7963,'5920','81602758008','2020-10-02 13:34:19',210.00,NULL,'0','8','1','milk & scones ','1','','','173','','No',NULL,NULL,''),(7964,'1000','81602758008','2020-10-02 13:34:19',NULL,210.00,'0','8','1','milk & scones ','1','','','173','','No',NULL,NULL,''),(7967,'5910','81602758116','2020-10-02 13:36:12',100.00,NULL,'0','8','1','Gabbage Collection','1','','','174','','No',NULL,NULL,''),(7968,'1000','81602758116','2020-10-02 13:36:12',NULL,100.00,'0','8','1','gabbage collection ','1','','','174','','No',NULL,NULL,''),(7971,'5510','81602758221','2020-10-02 13:39:04',300.00,NULL,'0','8','1','Susan Busfare','1','','','175','','No',NULL,NULL,''),(7972,'1000','81602758221','2020-10-02 13:39:04',NULL,300.00,'0','8','1','Susan busfare to marketing ','1','','','175','','No',NULL,NULL,''),(7975,'5990','81602759509','2020-10-02 14:01:01',200.00,NULL,'0','8','1','Repairs ','1','','','176','','No',NULL,NULL,''),(7976,'1000','81602759509','2020-10-02 14:01:01',NULL,200.00,'0','8','1','Repairs plumper ','1','','','176','','No',NULL,NULL,''),(7979,'5780','81602759689','2020-10-02 14:04:11',1040.00,NULL,'0','8','1','Repairs','1','','','177','','No',NULL,NULL,''),(7980,'1000','81602759689','2020-10-02 14:04:11',NULL,1040.00,'0','8','1','materials for repair of electricity sockets & Labour','1','','','177','','No',NULL,NULL,''),(7981,'1000','41602755941','2020-10-15 14:05:37',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7982,'4000','41602755941','2020-10-15 14:05:37',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7983,'4000','41602755941','2020-10-15 14:05:37',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(7984,'4000','41602755941','2020-10-15 14:05:37',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(7985,'4000','41602755941','2020-10-15 14:05:37',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7986,'4000','41602755941','2020-10-15 14:05:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7987,'4000','41602755941','2020-10-15 14:05:37',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7988,'4000','41602755941','2020-10-15 14:05:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7989,'4000','41602755941','2020-10-15 14:05:37',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7990,'1110','41602755941','2020-10-15 14:05:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7991,'1110','41602755941','2020-10-15 14:05:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(7992,'1110','41602755941','2020-10-15 14:05:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(7993,'1110','41602755941','2020-10-15 14:05:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7994,'1110','41602755941','2020-10-15 14:05:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7995,'1110','41602755941','2020-10-15 14:05:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7996,'1110','41602755941','2020-10-15 14:05:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(7997,'1110','41602755941','2020-10-15 14:05:37',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(7998,'5500','41602755941','2020-10-15 14:05:37',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8001,'5780','81602759924','2020-10-02 14:06:26',800.00,NULL,'0','8','1','Repairs ','1','','','178','','No',NULL,NULL,''),(8002,'1000','81602759924','2020-10-02 14:06:26',NULL,800.00,'0','8','1','repairs of sockets labour ','1','','','178','','No',NULL,NULL,''),(8005,'5660','81602760012','2020-10-02 14:07:31',100.00,NULL,'0','8','1','marketing','1','','','179','','No',NULL,NULL,''),(8006,'1000','81602760012','2020-10-02 14:07:31',NULL,100.00,'0','8','1','marketing','1','','','179','','No',NULL,NULL,''),(8009,'5980','81602760069','2020-10-02 14:18:47',2420.00,NULL,'0','8','1','labels','1','','','180','','No',NULL,NULL,''),(8010,'1000','81602760069','2020-10-02 14:18:47',NULL,2420.00,'0','8','1','Labels ','1','','','180','','No',NULL,NULL,''),(8013,'5990','81602761304','2020-10-02 14:41:26',300.00,NULL,'0','8','1','socket ','1','','','181','','No',NULL,NULL,''),(8014,'1000','81602761304','2020-10-02 14:41:26',NULL,300.00,'0','8','1','socket for repair','1','','','181','','No',NULL,NULL,''),(8017,'5510','81602762161','2020-10-02 14:44:17',500.00,NULL,'0','8','1','Transportation','1','','','182','','No',NULL,NULL,''),(8018,'1000','81602762161','2020-10-02 14:44:17',NULL,500.00,'0','8','1','Delivery of paint from kariobangi - Town shop','1','','','182','','No',NULL,NULL,''),(8021,'5920','81602762303','2020-10-03 14:46:15',255.00,NULL,'0','8','1','milk,scone& superbrite','1','','','183','','No',NULL,NULL,''),(8022,'1000','81602762303','2020-10-03 14:46:15',NULL,255.00,'0','8','1','Milk ,scone & superbrite ','1','','','183','','No',NULL,NULL,''),(8025,'5970','81602762422','2020-10-03 14:48:16',400.00,NULL,'0','8','1','Sisal rope','1','','','184','','No',NULL,NULL,''),(8026,'1000','81602762422','2020-10-03 14:48:16',NULL,400.00,'0','8','1','Sisal Rope ','1','','','184','','No',NULL,NULL,''),(8027,'1000','41602759948','2020-10-15 14:47:52',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8028,'4000','41602759948','2020-10-15 14:47:52',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8029,'4000','41602759948','2020-10-15 14:47:52',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8030,'4000','41602759948','2020-10-15 14:47:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8031,'4000','41602759948','2020-10-15 14:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(8032,'4000','41602759948','2020-10-15 14:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(8033,'4000','41602759948','2020-10-15 14:47:52',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8034,'4000','41602759948','2020-10-15 14:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8035,'4000','41602759948','2020-10-15 14:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(8036,'4000','41602759948','2020-10-15 14:47:52',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8037,'4000','41602759948','2020-10-15 14:47:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8038,'4000','41602759948','2020-10-15 14:47:52',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8039,'4000','41602759948','2020-10-15 14:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8040,'4000','41602759948','2020-10-15 14:47:52',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8041,'4000','41602759948','2020-10-15 14:47:52',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8042,'4000','41602759948','2020-10-15 14:47:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8043,'4000','41602759948','2020-10-15 14:47:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8044,'4000','41602759948','2020-10-15 14:47:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8045,'4000','41602759948','2020-10-15 14:47:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8046,'4000','41602759948','2020-10-15 14:47:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8047,'4000','41602759948','2020-10-15 14:47:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8048,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8049,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8050,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8051,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(8052,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(8053,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(8054,'1110','41602759948','2020-10-15 14:47:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8055,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(8056,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8057,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8058,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(8059,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(8060,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8061,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(8062,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8063,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8064,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8065,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8066,'1110','41602759948','2020-10-15 14:47:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8067,'1110','41602759948','2020-10-15 14:47:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8068,'5500','41602759948','2020-10-15 14:47:52',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8069,'1000','41602762630','2020-10-15 14:53:44',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8070,'4000','41602762630','2020-10-15 14:53:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8071,'4000','41602762630','2020-10-15 14:53:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8072,'4000','41602762630','2020-10-15 14:53:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8073,'4000','41602762630','2020-10-15 14:53:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8074,'4000','41602762630','2020-10-15 14:53:44',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8075,'4000','41602762630','2020-10-15 14:53:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8076,'4000','41602762630','2020-10-15 14:53:44',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8077,'4000','41602762630','2020-10-15 14:53:44',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8078,'4000','41602762630','2020-10-15 14:53:44',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8079,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8080,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8081,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8082,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8083,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8084,'1110','41602762630','2020-10-15 14:53:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8085,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(8086,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(8087,'1110','41602762630','2020-10-15 14:53:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8088,'5500','41602762630','2020-10-15 14:53:44',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8101,'5920','81602762527','2020-10-05 14:59:05',300.00,NULL,'0','8','1','Milk,Bread & sugar','1','','','185','','No',NULL,NULL,''),(8102,'1000','81602762527','2020-10-05 14:59:05',NULL,300.00,'0','8','1','Milk,Bread & Sugar','1','','','185','','No',NULL,NULL,''),(8105,'5510','81602763397','2020-10-05 15:10:24',300.00,NULL,'0','8','1','Transport','1','','','186','','No',NULL,NULL,''),(8106,'1000','81602763397','2020-10-05 15:10:24',NULL,300.00,'0','8','1','Susan busfare marketing ','1','','','186','','No',NULL,NULL,''),(8107,'1000','41602762836','2020-10-15 15:49:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8108,'4000','41602762836','2020-10-15 15:49:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8109,'4000','41602762836','2020-10-15 15:49:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8110,'4000','41602762836','2020-10-15 15:49:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8111,'4000','41602762836','2020-10-15 15:49:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8112,'4000','41602762836','2020-10-15 15:49:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8113,'4000','41602762836','2020-10-15 15:49:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8114,'1110','41602762836','2020-10-15 15:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8115,'1110','41602762836','2020-10-15 15:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8116,'1110','41602762836','2020-10-15 15:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8117,'1110','41602762836','2020-10-15 15:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8118,'1110','41602762836','2020-10-15 15:49:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8119,'1110','41602762836','2020-10-15 15:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8120,'5500','41602762836','2020-10-15 15:49:04',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8121,'1000','41602766151','2020-10-15 16:26:02',480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8122,'4000','41602766151','2020-10-15 16:26:02',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(8123,'4000','41602766151','2020-10-15 16:26:02',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(8124,'1000','41602769996','2020-10-15 16:53:49',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8125,'4000','41602769996','2020-10-15 16:53:49',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(8126,'1000','41602832986','2020-10-16 10:24:17',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8127,'4000','41602832986','2020-10-16 10:24:17',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8128,'4000','41602832986','2020-10-16 10:24:17',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8129,'4000','41602832986','2020-10-16 10:24:17',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8130,'4000','41602832986','2020-10-16 10:24:17',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8131,'4000','41602832986','2020-10-16 10:24:17',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8132,'4000','41602832986','2020-10-16 10:24:17',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8133,'1110','41602832986','2020-10-16 10:24:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8134,'1110','41602832986','2020-10-16 10:24:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8135,'1110','41602832986','2020-10-16 10:24:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8136,'1110','41602832986','2020-10-16 10:24:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8137,'1110','41602832986','2020-10-16 10:24:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8138,'1110','41602832986','2020-10-16 10:24:17',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8139,'5500','41602832986','2020-10-16 10:24:17',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8140,'1000','41602833230','2020-10-16 11:05:58',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8141,'4000','41602833230','2020-10-16 11:05:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8142,'4000','41602833230','2020-10-16 11:05:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8143,'4000','41602833230','2020-10-16 11:05:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8144,'4000','41602833230','2020-10-16 11:05:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8145,'4000','41602833230','2020-10-16 11:05:58',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8146,'4000','41602833230','2020-10-16 11:05:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8147,'1110','41602833230','2020-10-16 11:05:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8148,'1110','41602833230','2020-10-16 11:05:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8149,'1110','41602833230','2020-10-16 11:05:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8150,'1110','41602833230','2020-10-16 11:05:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8151,'1110','41602833230','2020-10-16 11:05:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8152,'1110','41602833230','2020-10-16 11:05:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8153,'5500','41602833230','2020-10-16 11:05:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8154,'1000','41602841438','2020-10-16 12:44:30',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8155,'4000','41602841438','2020-10-16 12:44:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8156,'1110','41602841438','2020-10-16 12:44:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8157,'5500','41602841438','2020-10-16 12:44:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8158,'1000','41602841566','2020-10-16 13:44:06',11990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8159,'4000','41602841566','2020-10-16 13:44:06',NULL,5500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8160,'4000','41602841566','2020-10-16 13:44:06',NULL,1000.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8161,'4000','41602841566','2020-10-16 13:44:06',NULL,2000.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(8162,'4000','41602841566','2020-10-16 13:44:06',NULL,1700.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(8163,'4000','41602841566','2020-10-16 13:44:06',NULL,1700.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(8164,'4000','41602841566','2020-10-16 13:44:06',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8165,'4000','41602841566','2020-10-16 13:44:06',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8166,'4000','41602841566','2020-10-16 13:44:06',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8167,'1000','41602845093','2020-10-16 14:04:58',3450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8168,'4000','41602845093','2020-10-16 14:04:58',NULL,2500.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(8169,'4000','41602845093','2020-10-16 14:04:58',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(8170,'1000','41602846326','2020-10-16 14:38:31',160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8171,'4000','41602846326','2020-10-16 14:38:31',NULL,60.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8172,'4000','41602846326','2020-10-16 14:38:31',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8173,'4000','41602846326','2020-10-16 14:38:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8174,'1110','41602846326','2020-10-16 14:38:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','39','','No',NULL,NULL,''),(8175,'1110','41602846326','2020-10-16 14:38:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8176,'1110','41602846326','2020-10-16 14:38:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8177,'5500','41602846326','2020-10-16 14:38:31',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8178,'1000','41602848450','2020-10-16 16:08:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8179,'4000','41602848450','2020-10-16 16:08:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8180,'4000','41602848450','2020-10-16 16:08:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8181,'4000','41602848450','2020-10-16 16:08:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8182,'4000','41602848450','2020-10-16 16:08:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8183,'4000','41602848450','2020-10-16 16:08:21',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8184,'4000','41602848450','2020-10-16 16:08:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8185,'1110','41602848450','2020-10-16 16:08:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8186,'1110','41602848450','2020-10-16 16:08:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8187,'1110','41602848450','2020-10-16 16:08:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8188,'1110','41602848450','2020-10-16 16:08:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8189,'1110','41602848450','2020-10-16 16:08:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8190,'1110','41602848450','2020-10-16 16:08:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8191,'5500','41602848450','2020-10-16 16:08:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8192,'1000','41602917689','2020-10-17 09:55:46',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8193,'4000','41602917689','2020-10-17 09:55:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8194,'4000','41602917689','2020-10-17 09:55:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8195,'4000','41602917689','2020-10-17 09:55:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8196,'4000','41602917689','2020-10-17 09:55:46',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8197,'4000','41602917689','2020-10-17 09:55:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8198,'4000','41602917689','2020-10-17 09:55:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8199,'1110','41602917689','2020-10-17 09:55:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8200,'1110','41602917689','2020-10-17 09:55:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8201,'1110','41602917689','2020-10-17 09:55:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8202,'1110','41602917689','2020-10-17 09:55:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8203,'1110','41602917689','2020-10-17 09:55:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8204,'1110','41602917689','2020-10-17 09:55:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8205,'5500','41602917689','2020-10-17 09:55:46',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8206,'1000','41602917753','2020-10-17 10:12:55',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8207,'4000','41602917753','2020-10-17 10:12:55',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8208,'4000','41602917753','2020-10-17 10:12:55',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8209,'4000','41602917753','2020-10-17 10:12:55',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8210,'1000','TRANS-81602919689','2020-10-17 10:27:34',NULL,8000.00,'-359559','8','1','Transfer','','','','','','No',NULL,NULL,''),(8211,'1035','TRANS-81602919689','2020-10-17 10:27:34',8000.00,NULL,'278559','8','1','Transfer','','','','','','No',NULL,NULL,''),(8212,'1000','41602918867','2020-10-17 11:49:59',5100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8213,'4000','41602918867','2020-10-17 11:49:59',NULL,40.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8214,'4000','41602918867','2020-10-17 11:49:59',NULL,100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8215,'4000','41602918867','2020-10-17 11:49:59',NULL,40.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8216,'4000','41602918867','2020-10-17 11:49:59',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8217,'4000','41602918867','2020-10-17 11:49:59',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8218,'4000','41602918867','2020-10-17 11:49:59',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8219,'4000','41602918867','2020-10-17 11:49:59',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8220,'4000','41602918867','2020-10-17 11:49:59',NULL,1100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8221,'4000','41602918867','2020-10-17 11:49:59',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8222,'4000','41602918867','2020-10-17 11:49:59',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8223,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8224,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8225,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8226,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8227,'1110','41602918867','2020-10-17 11:49:59',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8228,'1110','41602918867','2020-10-17 11:49:59',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8229,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8230,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8231,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8232,'1110','41602918867','2020-10-17 11:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8233,'5500','41602918867','2020-10-17 11:49:59',35.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8234,'1000','41602924743','2020-10-17 12:05:00',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8235,'4000','41602924743','2020-10-17 12:05:00',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8236,'4000','41602924743','2020-10-17 12:05:00',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8237,'4000','41602924743','2020-10-17 12:05:00',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8238,'4000','41602924743','2020-10-17 12:05:00',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8239,'4000','41602924743','2020-10-17 12:05:00',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8240,'4000','41602924743','2020-10-17 12:05:00',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8241,'1000','41602925532','2020-10-17 12:07:30',360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8242,'4000','41602925532','2020-10-17 12:07:30',NULL,360.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(8243,'1110','81602925558','2020-10-17 12:05:00',1000.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','37','','No',NULL,NULL,''),(8244,'2130','81602925558','2020-10-17 12:05:00',NULL,1000.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(8245,'1000','41602926140','2020-10-17 12:34:41',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8246,'4000','41602926140','2020-10-17 12:34:41',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8247,'4000','41602926140','2020-10-17 12:34:41',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8248,'4000','41602926140','2020-10-17 12:34:41',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8249,'4000','41602926140','2020-10-17 12:34:41',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8250,'4000','41602926140','2020-10-17 12:34:41',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8251,'4000','41602926140','2020-10-17 12:34:41',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8252,'1110','41602926140','2020-10-17 12:34:41',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8253,'1110','41602926140','2020-10-17 12:34:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8254,'1110','41602926140','2020-10-17 12:34:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8255,'1110','41602926140','2020-10-17 12:34:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8256,'1110','41602926140','2020-10-17 12:34:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8257,'1110','41602926140','2020-10-17 12:34:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8258,'5500','41602926140','2020-10-17 12:34:41',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8259,'1000','41602927312','2020-10-17 12:37:31',1440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8260,'4000','41602927312','2020-10-17 12:37:31',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8261,'4000','41602927312','2020-10-17 12:37:31',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8262,'4000','41602927312','2020-10-17 12:37:31',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8263,'4000','41602927312','2020-10-17 12:37:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8264,'4000','41602927312','2020-10-17 12:37:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8265,'4000','41602927312','2020-10-17 12:37:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8266,'4000','41602927312','2020-10-17 12:37:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8267,'4000','41602927312','2020-10-17 12:37:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8268,'4000','41602927312','2020-10-17 12:37:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8269,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(8270,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(8271,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8272,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8273,'1110','41602927312','2020-10-17 12:37:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8274,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8275,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8276,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8277,'1110','41602927312','2020-10-17 12:37:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8278,'5500','41602927312','2020-10-17 12:37:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8279,'1000','41602927468','2020-10-17 12:39:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8280,'4000','41602927468','2020-10-17 12:39:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8281,'4000','41602927468','2020-10-17 12:39:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8282,'4000','41602927468','2020-10-17 12:39:51',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8283,'4000','41602927468','2020-10-17 12:39:51',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8284,'4000','41602927468','2020-10-17 12:39:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8285,'4000','41602927468','2020-10-17 12:39:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8286,'1110','41602927468','2020-10-17 12:39:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8287,'1110','41602927468','2020-10-17 12:39:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8288,'1110','41602927468','2020-10-17 12:39:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8289,'1110','41602927468','2020-10-17 12:39:51',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8290,'1110','41602927468','2020-10-17 12:39:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8291,'1110','41602927468','2020-10-17 12:39:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8292,'5500','41602927468','2020-10-17 12:39:51',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8295,'5510','81602927670','2020-10-03 12:42:09',100.00,NULL,'0','8','1','delivery','1','','','187','','No',NULL,NULL,''),(8296,'1000','81602927670','2020-10-03 12:42:09',NULL,100.00,'0','8','1','Transport for delivery of product','1','','','187','','No',NULL,NULL,''),(8297,'1000','41602927596','2020-10-17 12:43:11',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8298,'4000','41602927596','2020-10-17 12:43:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8299,'4000','41602927596','2020-10-17 12:43:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8300,'4000','41602927596','2020-10-17 12:43:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8301,'4000','41602927596','2020-10-17 12:43:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8302,'4000','41602927596','2020-10-17 12:43:11',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8303,'4000','41602927596','2020-10-17 12:43:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8304,'1110','41602927596','2020-10-17 12:43:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8305,'1110','41602927596','2020-10-17 12:43:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8306,'1110','41602927596','2020-10-17 12:43:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8307,'1110','41602927596','2020-10-17 12:43:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8308,'1110','41602927596','2020-10-17 12:43:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8309,'1110','41602927596','2020-10-17 12:43:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8310,'5500','41602927596','2020-10-17 12:43:11',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8313,'5660','81602927753','2020-10-05 12:43:27',200.00,NULL,'0','8','1','marketing','1','','','188','','No',NULL,NULL,''),(8314,'1000','81602927753','2020-10-05 12:43:27',NULL,200.00,'0','8','1','marketing','1','','','188','','No',NULL,NULL,''),(8317,'5551','81602927831','2020-10-05 12:44:59',700.00,NULL,'0','8','1','wages','1','','','189','','No',NULL,NULL,''),(8318,'1000','81602927831','2020-10-05 12:44:59',NULL,700.00,'0','8','1','payment of security guard -karibangi','1','','','189','','No',NULL,NULL,''),(8321,'5510','81602927929','2020-10-05 12:46:15',500.00,NULL,'0','8','1','Fare to Karanja','1','','','190','','No',NULL,NULL,''),(8322,'1000','81602927929','2020-10-05 12:46:15',NULL,500.00,'0','8','1','Bus fare Peter Karanja','1','','','190','','No',NULL,NULL,''),(8325,'5900','81602928172','2020-10-05 12:54:14',150.00,NULL,'0','8','1','pine perfume','1','','','191','','No',NULL,NULL,''),(8326,'1000','81602928172','2020-10-05 12:54:14',NULL,150.00,'0','8','1','pine fresh perfume 50ml','1','','','191','','No',NULL,NULL,''),(8327,'1000','41602928299','2020-10-17 13:01:57',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8328,'4000','41602928299','2020-10-17 13:01:57',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8329,'4000','41602928299','2020-10-17 13:01:57',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8330,'4000','41602928299','2020-10-17 13:01:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8331,'4000','41602928299','2020-10-17 13:01:57',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8332,'4000','41602928299','2020-10-17 13:01:57',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8333,'4000','41602928299','2020-10-17 13:01:57',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8334,'1110','41602928299','2020-10-17 13:01:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8335,'1110','41602928299','2020-10-17 13:01:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8336,'1110','41602928299','2020-10-17 13:01:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8337,'1110','41602928299','2020-10-17 13:01:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8338,'1110','41602928299','2020-10-17 13:01:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8339,'1110','41602928299','2020-10-17 13:01:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8340,'5500','41602928299','2020-10-17 13:01:57',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8341,'1000','41602928997','2020-10-17 13:06:08',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8342,'4000','41602928997','2020-10-17 13:06:08',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8343,'4000','41602928997','2020-10-17 13:06:08',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8344,'4000','41602928997','2020-10-17 13:06:08',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8345,'4000','41602928997','2020-10-17 13:06:08',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8346,'4000','41602928997','2020-10-17 13:06:08',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8347,'4000','41602928997','2020-10-17 13:06:08',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8348,'4000','41602928997','2020-10-17 13:06:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8349,'4000','41602928997','2020-10-17 13:06:08',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8350,'1110','41602928997','2020-10-17 13:06:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8351,'1110','41602928997','2020-10-17 13:06:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8352,'1110','41602928997','2020-10-17 13:06:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8353,'1110','41602928997','2020-10-17 13:06:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8354,'1110','41602928997','2020-10-17 13:06:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8355,'1110','41602928997','2020-10-17 13:06:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8356,'1110','41602928997','2020-10-17 13:06:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8357,'1110','41602928997','2020-10-17 13:06:08',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8358,'5500','41602928997','2020-10-17 13:06:08',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8359,'1000','41602929183','2020-10-17 13:11:16',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8360,'4000','41602929183','2020-10-17 13:11:16',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(8363,'5920','81602928480','2020-10-06 13:12:50',400.00,NULL,'0','8','1','Milk blueband,scones & non wooven','1','','','192','','No',NULL,NULL,''),(8364,'1000','81602928480','2020-10-06 13:12:50',NULL,400.00,'0','8','1','Milk,blue band,scones & non wooven bags','1','','','192','','No',NULL,NULL,''),(8367,'5970','81603082998','2020-10-06 07:50:57',500.00,NULL,'0','8','1','wax pouch','1','','','193','','No',NULL,NULL,''),(8368,'1000','81603082998','2020-10-06 07:50:57',NULL,500.00,'0','8','1','WAX POUCH 500PCS','1','','','193','','No',NULL,NULL,''),(8371,'5920','81603083102','2020-10-06 07:52:20',60.00,NULL,'0','8','1','Tissue ','1','','','194','','No',NULL,NULL,''),(8372,'1000','81603083102','2020-10-06 07:52:20',NULL,60.00,'0','8','1','Tissue papers','1','','','194','','No',NULL,NULL,''),(8375,'5510','81603083210','2020-10-06 07:55:48',100.00,NULL,'0','8','1','Ttransport','1','','','195','','No',NULL,NULL,''),(8376,'1000','81603083210','2020-10-06 07:55:48',NULL,100.00,'0','8','1','Transport for delivery of products ','1','','','195','','No',NULL,NULL,''),(8379,'5510','81603083374','2020-10-07 07:57:34',300.00,NULL,'0','8','1','Busfare to Susan','1','','','196','','No',NULL,NULL,''),(8380,'1000','81603083374','2020-10-07 07:57:34',NULL,300.00,'0','8','1','Susan busfare ','1','','','196','','No',NULL,NULL,''),(8383,'5510','81603083499','2020-10-07 07:59:18',200.00,NULL,'0','8','1','Trasportation','1','','','197','','No',NULL,NULL,''),(8384,'1000','81603083499','2020-10-07 07:59:18',NULL,200.00,'0','8','1','Sending filler sample to Eldoret','1','','','197','','No',NULL,NULL,''),(8387,'5920','81603083709','2020-10-07 08:02:53',304.00,NULL,'0','8','1','milk,wooven bag and tissues','1','','','198','','No',NULL,NULL,''),(8388,'1000','81603083709','2020-10-07 08:02:53',NULL,304.00,'0','8','1','Tissue,milk and wooevn bag ','1','','','198','','No',NULL,NULL,''),(8391,'5510','81603083812','2020-10-07 08:05:01',500.00,NULL,'0','8','1','Transport ','1','','','199','','No',NULL,NULL,''),(8392,'1000','81603083812','2020-10-07 08:05:01',NULL,500.00,'0','8','1','Delivery of products from kariobangi to town','1','','','199','','No',NULL,NULL,''),(8395,'5660','81603083938','2020-10-07 08:06:11',200.00,NULL,'0','8','1','marketing ','1','','','200','','No',NULL,NULL,''),(8396,'1000','81603083938','2020-10-07 08:06:11',NULL,200.00,'0','8','1','marketing','1','','','200','','No',NULL,NULL,''),(8399,'5660','81603083991','2020-10-08 08:06:58',100.00,NULL,'0','8','1','marketing','1','','','201','','No',NULL,NULL,''),(8400,'1000','81603083991','2020-10-08 08:06:58',NULL,100.00,'0','8','1','marketing','1','','','201','','No',NULL,NULL,''),(8403,'5920','81603084039','2020-10-08 08:08:07',240.00,NULL,'0','8','1','milk,scones and tea leaves ','1','','','202','','No',NULL,NULL,''),(8404,'1000','81603084039','2020-10-08 08:08:07',NULL,240.00,'0','8','1','milk ,tea leaves and scones ','1','','','202','','No',NULL,NULL,''),(8407,'2041','81603084134','2020-10-08 08:09:48',5750.00,NULL,'0','8','1','NHIF sept20','1','','','203','','No',NULL,NULL,''),(8408,'1000','81603084134','2020-10-08 08:09:48',NULL,5750.00,'0','8','1','NHIF for SEPT 2020','1','','','203','','No',NULL,NULL,''),(8411,'5510','81603084226','2020-10-08 08:11:42',300.00,NULL,'0','8','1','Susan fare ','1','','','204','','No',NULL,NULL,''),(8412,'1000','81603084226','2020-10-08 08:11:42',NULL,300.00,'0','8','1','Susan busfare ','1','','','204','','No',NULL,NULL,''),(8415,'5970','81603084332','2020-10-08 08:12:47',900.00,NULL,'0','8','1','polypots ','1','','','205','','No',NULL,NULL,''),(8416,'1000','81603084332','2020-10-08 08:12:47',NULL,900.00,'0','8','1','poly pots 300pcs','1','','','205','','No',NULL,NULL,''),(8419,'5980','81603084395','2020-10-08 08:14:30',3000.00,NULL,'0','8','1','Invoices&DN','1','','','206','','No',NULL,NULL,''),(8420,'1000','81603084395','2020-10-08 08:14:30',NULL,3000.00,'0','8','1','Printed Invoices & DN 6pcs','1','','','206','','No',NULL,NULL,''),(8423,'5510','81603084503','2020-10-08 08:16:00',500.00,NULL,'0','8','1','Delivery of products','1','','','207','','No',NULL,NULL,''),(8424,'1000','81603084503','2020-10-08 08:16:00',NULL,500.00,'0','8','1','Delivery of products to Town BY PAUL','1','','','207','','No',NULL,NULL,''),(8427,'5910','81603084598','2020-10-09 08:17:10',100.00,NULL,'0','8','1','Gabbage collection','1','','','208','','No',NULL,NULL,''),(8428,'1000','81603084598','2020-10-09 08:17:10',NULL,100.00,'0','8','1','Gabbage collection','1','','','208','','No',NULL,NULL,''),(8439,'5970','81603084800','2020-10-09 08:21:03',600.00,NULL,'0','8','1','perfume jars','1','','','210','','No',NULL,NULL,''),(8440,'1000','81603084800','2020-10-09 08:21:03',NULL,600.00,'0','8','1','perfume jars 100pcs','1','','','210','','No',NULL,NULL,''),(8443,'5900','81603084659','2020-10-09 08:19:08',4450.00,NULL,'0','8','1','color,perfumes and salt','1','','','209','','No',NULL,NULL,''),(8444,'1000','81603084659','2020-10-09 08:19:08',NULL,4450.00,'0','8','1','salt 3x50kg , pefurmes 3kg & green colour 2kg','1','','','209','','No',NULL,NULL,''),(8447,'5920','81603084948','2020-10-09 08:30:42',288.00,NULL,'0','8','1','milk,bread & scones ','1','','','211','','No',NULL,NULL,''),(8448,'1000','81603084948','2020-10-09 08:30:42',NULL,288.00,'0','8','1','milk bread and scone(visiters)','1','','','211','','No',NULL,NULL,''),(8451,'5920','81603085499','2020-10-09 08:35:37',70.00,NULL,'0','8','1','milk & non wooven bag ','1','','','212','','No',NULL,NULL,''),(8452,'1000','81603085499','2020-10-09 08:35:37',NULL,70.00,'0','8','1','Milk,non woven bag ','1','','','212','','No',NULL,NULL,''),(8455,'5920','81603086807','2020-10-12 08:58:23',320.00,NULL,'0','8','1','milk,Sugar& Scones','1','','','213','','No',NULL,NULL,''),(8456,'1000','81603086807','2020-10-12 08:58:23',NULL,320.00,'0','8','1','Milk,sugar and scones','1','','','213','','No',NULL,NULL,''),(8459,'5660','81603087407','2020-10-12 09:03:54',100.00,NULL,'0','8','1','marketing','1','','','214','','No',NULL,NULL,''),(8460,'1000','81603087407','2020-10-12 09:03:54',NULL,100.00,'0','8','1','marketing','1','','','214','','No',NULL,NULL,''),(8463,'5510','81603087453','2020-10-12 09:09:34',200.00,NULL,'0','8','1','Transport ','1','','','215','','No',NULL,NULL,''),(8464,'1000','81603087453','2020-10-12 09:09:34',NULL,200.00,'0','8','1','Transport of products to customer ','1','','','215','','No',NULL,NULL,''),(8467,'5510','81603087807','2020-10-12 09:10:55',500.00,NULL,'0','8','1','Transport ','1','','','216','','No',NULL,NULL,''),(8468,'1000','81603087807','2020-10-12 09:10:55',NULL,500.00,'0','8','1','Karanja busfare','1','','','216','','No',NULL,NULL,''),(8471,'2042','81603087878','2020-10-12 09:13:15',2400.00,NULL,'0','8','1','NSSF sept 20','1','','','217','','No',NULL,NULL,''),(8472,'1000','81603087878','2020-10-12 09:13:15',NULL,2400.00,'0','8','1','NSSF sept 2020 payment ','1','','','217','','No',NULL,NULL,''),(8475,'5930','81603088030','2020-10-12 09:14:48',70.00,NULL,'0','8','1','mpesa charges ','1','','','218','','No',NULL,NULL,''),(8476,'1000','81603088030','2020-10-12 09:14:48',NULL,70.00,'0','8','1','m pesa charges for withdrawal ','1','','','218','','No',NULL,NULL,''),(8479,'5920','81603088108','2020-10-12 09:16:12',90.00,NULL,'0','8','1','Tissue ','1','','','219','','No',NULL,NULL,''),(8480,'1000','81603088108','2020-10-12 09:16:12',NULL,90.00,'0','8','1','Tissue papers ','1','','','219','','No',NULL,NULL,''),(8483,'5531','81603089794','2020-10-13 09:45:16',1000.00,NULL,'0','8','1','electricity bill','1','','','220','','No',NULL,NULL,''),(8484,'1000','81603089794','2020-10-13 09:45:16',NULL,1000.00,'0','8','1','electricity bill','1','','','220','','No',NULL,NULL,''),(8487,'5920','81603089946','2020-10-13 09:49:51',198.00,NULL,'0','8','1','087','1','','','221','','No',NULL,NULL,''),(8488,'1000','81603089946','2020-10-13 09:49:51',NULL,198.00,'0','8','1','Milk,bread &','1','','','221','','No',NULL,NULL,''),(8491,'5510','81603090236','2020-10-13 09:57:50',300.00,NULL,'0','8','1','Transport','1','','','222','','No',NULL,NULL,''),(8492,'1000','81603090236','2020-10-13 09:57:50',NULL,300.00,'0','8','1','Busfare Busfare ','1','','','222','','No',NULL,NULL,''),(8493,'1000','41603090379','2020-10-19 09:58:53',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8494,'4000','41603090379','2020-10-19 09:58:53',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8495,'4000','41603090379','2020-10-19 09:58:53',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(8496,'4000','41603090379','2020-10-19 09:58:53',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8497,'4000','41603090379','2020-10-19 09:58:53',NULL,400.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8498,'4000','41603090379','2020-10-19 09:58:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8501,'5980','81603090770','2020-10-13 10:01:19',140.00,NULL,'0','8','1','ETR rolls ','1','','','223','','No',NULL,NULL,''),(8502,'1000','81603090770','2020-10-13 10:01:19',NULL,140.00,'0','8','1','ETR Thermol Rolls 2pcs','1','','','223','','No',NULL,NULL,''),(8505,'5780','81603094114','2020-10-13 10:57:39',700.00,NULL,'0','8','1','fire extinquisher service ','1','','','224','','No',NULL,NULL,''),(8506,'1000','81603094114','2020-10-13 10:57:39',NULL,700.00,'0','8','1','inspection & Service of fire extinguisher 1years','1','','','224','','No',NULL,NULL,''),(8507,'1000','41603090792','2020-10-19 11:12:52',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8508,'4000','41603090792','2020-10-19 11:12:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8509,'4000','41603090792','2020-10-19 11:12:52',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8510,'4000','41603090792','2020-10-19 11:12:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8511,'4000','41603090792','2020-10-19 11:12:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8512,'4000','41603090792','2020-10-19 11:12:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8515,'5200','81603095664','2020-10-13 11:22:57',2500.00,NULL,'0','8','1','Internet ','1','','','225','','No',NULL,NULL,''),(8516,'1000','81603095664','2020-10-13 11:22:57',NULL,2500.00,'0','8','1','Internet Service provider october 2020payment ','1','','','225','','No',NULL,NULL,''),(8519,'5930','81603095844','2020-10-19 11:25:10',60.00,NULL,'0','8','1','charges ','1','','','226','','No',NULL,NULL,''),(8520,'1000','81603095844','2020-10-19 11:25:10',NULL,60.00,'0','8','1','m pesa withdrawal chargers ','1','','','226','','No',NULL,NULL,''),(8523,'5510','81603095945','2020-10-13 11:26:42',200.00,NULL,'0','8','1','Transport','1','','','227','','No',NULL,NULL,''),(8524,'1000','81603095945','2020-10-13 11:26:42',NULL,200.00,'0','8','1','Beatrice & Karanja fare -marketing ','1','','','227','','No',NULL,NULL,''),(8527,'5920','81603096349','2020-10-14 11:33:50',190.00,NULL,'0','8','1','MILK & BREAD','1','','','228','','No',NULL,NULL,''),(8528,'1000','81603096349','2020-10-14 11:33:50',NULL,190.00,'0','8','1','Milk & Bread','1','','','228','','No',NULL,NULL,''),(8529,'1000','41603095204','2020-10-19 11:39:58',5580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8530,'4000','41603095204','2020-10-19 11:39:58',NULL,900.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8531,'4000','41603095204','2020-10-19 11:39:58',NULL,300.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8532,'4000','41603095204','2020-10-19 11:39:58',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8533,'4000','41603095204','2020-10-19 11:39:58',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8534,'4000','41603095204','2020-10-19 11:39:58',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8535,'4000','41603095204','2020-10-19 11:39:58',NULL,240.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8536,'4000','41603095204','2020-10-19 11:39:58',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8537,'4000','41603095204','2020-10-19 11:39:58',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8538,'4000','41603095204','2020-10-19 11:39:58',NULL,960.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8539,'4000','41603095204','2020-10-19 11:39:58',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8540,'4000','41603095204','2020-10-19 11:39:58',NULL,450.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8541,'4000','41603095204','2020-10-19 11:39:58',NULL,60.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8542,'4000','41603095204','2020-10-19 11:39:58',NULL,1200.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(8543,'4000','41603095204','2020-10-19 11:39:58',NULL,150.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8544,'4000','41603095204','2020-10-19 11:39:58',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8545,'4000','41603095204','2020-10-19 11:39:58',NULL,600.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8546,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8547,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8548,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8549,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8550,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8551,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8552,'1110','41603095204','2020-10-19 11:39:58',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8553,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(8554,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(8555,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8556,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8557,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8558,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(8559,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(8560,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8561,'1110','41603095204','2020-10-19 11:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(8562,'5500','41603095204','2020-10-19 11:39:58',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8565,'5920','81603096611','2020-10-14 11:43:18',258.00,NULL,'0','8','1','tissue,mug,file & wooven','1','','','229','','No',NULL,NULL,''),(8566,'1000','81603096611','2020-10-14 11:43:18',NULL,258.00,'0','8','1','Tissue,file,mug and non wooven ','1','','','229','','No',NULL,NULL,''),(8567,'1000','41603097983','2020-10-19 12:00:33',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8568,'4000','41603097983','2020-10-19 12:00:33',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(8569,'1000','41603098039','2020-10-19 12:06:36',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8570,'4000','41603098039','2020-10-19 12:06:36',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8571,'1110','41603098039','2020-10-19 12:06:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8572,'5500','41603098039','2020-10-19 12:06:36',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8575,'5900','81603097149','2020-10-14 11:56:28',10200.00,NULL,'0','8','1','SLES ','1','','','230','','No',NULL,NULL,''),(8576,'1000','81603097149','2020-10-14 11:56:28',NULL,10200.00,'0','8','1','Ungerol 3x20ltrs','1','','','230','','No',NULL,NULL,''),(8579,'5510','81603101876','2020-10-14 13:06:03',250.00,NULL,'0','8','1','Transport ation','1','','','231','','No',NULL,NULL,''),(8580,'1000','81603101876','2020-10-14 13:06:03',NULL,250.00,'0','8','1','Transport of product to shop','1','','','231','','No',NULL,NULL,''),(8585,'5510','81603102015','2020-10-14 13:17:03',500.00,NULL,'0','8','1','Transport ','1','','','232','','No',NULL,NULL,''),(8586,'1000','81603102015','2020-10-14 13:17:03',NULL,500.00,'0','8','1','Delivery of product from kariobangi -town ','1','','','232','','No',NULL,NULL,''),(8589,'5970','81603102700','2020-10-14 13:28:58',275.00,NULL,'0','8','1','wax pouch','1','','','233','','No',NULL,NULL,''),(8590,'1000','81603102700','2020-10-14 13:28:58',NULL,275.00,'0','8','1','Wax Pouch ','1','','','233','','No',NULL,NULL,''),(8593,'5970','81603103380','2020-10-14 13:30:32',200.00,NULL,'0','8','1','Packing ','1','','','234','','No',NULL,NULL,''),(8594,'1000','81603103380','2020-10-14 13:30:32',NULL,200.00,'0','8','1','Med Envelopes','1','','','234','','No',NULL,NULL,''),(8595,'1000','41603098402','2020-10-19 13:35:12',2340.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8596,'4000','41603098402','2020-10-19 13:35:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8597,'4000','41603098402','2020-10-19 13:35:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8598,'4000','41603098402','2020-10-19 13:35:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8599,'4000','41603098402','2020-10-19 13:35:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8600,'4000','41603098402','2020-10-19 13:35:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8601,'4000','41603098402','2020-10-19 13:35:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8602,'4000','41603098402','2020-10-19 13:35:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8603,'4000','41603098402','2020-10-19 13:35:12',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8604,'4000','41603098402','2020-10-19 13:35:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8605,'4000','41603098402','2020-10-19 13:35:12',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8606,'4000','41603098402','2020-10-19 13:35:12',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(8607,'4000','41603098402','2020-10-19 13:35:12',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(8608,'4000','41603098402','2020-10-19 13:35:12',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8609,'4000','41603098402','2020-10-19 13:35:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8610,'4000','41603098402','2020-10-19 13:35:12',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8611,'4000','41603098402','2020-10-19 13:35:12',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8612,'4000','41603098402','2020-10-19 13:35:12',NULL,440.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(8613,'4000','41603098402','2020-10-19 13:35:12',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8614,'4000','41603098402','2020-10-19 13:35:12',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(8615,'4000','41603098402','2020-10-19 13:35:12',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8616,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8617,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8618,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8619,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8620,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8621,'1110','41603098402','2020-10-19 13:35:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8622,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8623,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8624,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8625,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(8626,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(8627,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(8628,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(8629,'1110','41603098402','2020-10-19 13:35:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8630,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8631,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8632,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(8633,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(8634,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(8635,'1110','41603098402','2020-10-19 13:35:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8636,'5500','41603098402','2020-10-19 13:35:12',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8637,'1000','41603103727','2020-10-19 13:38:07',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8638,'4000','41603103727','2020-10-19 13:38:07',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8639,'4000','41603103727','2020-10-19 13:38:07',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8640,'4000','41603103727','2020-10-19 13:38:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8641,'4000','41603103727','2020-10-19 13:38:07',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8642,'4000','41603103727','2020-10-19 13:38:07',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8643,'4000','41603103727','2020-10-19 13:38:07',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8644,'4000','41603103727','2020-10-19 13:38:07',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(8645,'1110','41603103727','2020-10-19 13:38:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8646,'1110','41603103727','2020-10-19 13:38:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8647,'1110','41603103727','2020-10-19 13:38:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8648,'1110','41603103727','2020-10-19 13:38:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8649,'1110','41603103727','2020-10-19 13:38:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8650,'1110','41603103727','2020-10-19 13:38:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8651,'1110','41603103727','2020-10-19 13:38:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(8652,'5500','41603103727','2020-10-19 13:38:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8657,'5900','81603103631','2020-10-14 13:38:09',11000.00,NULL,'0','8','1','sles,salt,citrus,lavenda,blue&green','1','','','235','','No',NULL,NULL,''),(8658,'1000','81603103631','2020-10-14 13:38:09',NULL,11000.00,'0','8','1','Sles,Salt,citrus,lavenda,blue & green','1','','','235','','No',NULL,NULL,''),(8661,'5970','81603104274','2020-10-14 13:45:30',1200.00,NULL,'0','8','1','perfume jars','1','','','236','','No',NULL,NULL,''),(8662,'1000','81603104274','2020-10-14 13:45:30',NULL,1200.00,'0','8','1','perfume jars','1','','','236','','No',NULL,NULL,''),(8665,'5510','81603104387','2020-10-14 13:48:13',500.00,NULL,'0','8','1','Transport','1','','','237','','No',NULL,NULL,''),(8666,'1000','81603104387','2020-10-14 13:48:13',NULL,500.00,'0','8','1','Transportation of material from promax to shop twice','1','','','237','','No',NULL,NULL,''),(8669,'5930','81603104523','2020-10-14 13:49:28',105.00,NULL,'0','8','1','m pesa charges ','1','','','238','','No',NULL,NULL,''),(8670,'1000','81603104523','2020-10-14 13:49:28',NULL,105.00,'0','8','1','m pesa charges ','1','','','238','','No',NULL,NULL,''),(8673,'5920','81603104595','2020-10-14 13:51:18',600.00,NULL,'0','8','1','milk during Decating ','1','','','239','','No',NULL,NULL,''),(8674,'1000','81603104595','2020-10-14 13:51:18',NULL,600.00,'0','8','1','Milk for staff Decanting chemicals','1','','','239','','No',NULL,NULL,''),(8675,'1000','41603103902','2020-10-19 13:54:41',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8676,'4000','41603103902','2020-10-19 13:54:41',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8677,'4000','41603103902','2020-10-19 13:54:41',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8678,'4000','41603103902','2020-10-19 13:54:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8679,'4000','41603103902','2020-10-19 13:54:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8680,'4000','41603103902','2020-10-19 13:54:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8681,'4000','41603103902','2020-10-19 13:54:41',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8682,'1110','41603103902','2020-10-19 13:54:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8683,'1110','41603103902','2020-10-19 13:54:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8684,'1110','41603103902','2020-10-19 13:54:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8685,'1110','41603103902','2020-10-19 13:54:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8686,'1110','41603103902','2020-10-19 13:54:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8687,'1110','41603103902','2020-10-19 13:54:41',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8688,'5500','41603103902','2020-10-19 13:54:41',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8691,'5920','81603104807','2020-10-15 13:55:10',190.00,NULL,'0','8','1','Milk & Bread','1','','','240','','No',NULL,NULL,''),(8692,'1000','81603104807','2020-10-15 13:55:10',NULL,190.00,'0','8','1','MilK & Bread','1','','','240','','No',NULL,NULL,''),(8695,'5510','81603104970','2020-10-15 13:58:25',300.00,NULL,'0','8','1','Transport','1','','','241','','No',NULL,NULL,''),(8696,'1000','81603104970','2020-10-15 13:58:25',NULL,300.00,'0','8','1','Susan busfare ','1','','','241','','No',NULL,NULL,''),(8699,'5563','81603105133','2020-10-15 14:01:01',50.00,NULL,'0','8','1','Air time for Susan','1','','','242','','No',NULL,NULL,''),(8700,'1000','81603105133','2020-10-15 14:01:01',NULL,50.00,'0','8','1','Air time for Susan','1','','','242','','No',NULL,NULL,''),(8701,'1000','41603107373','2020-10-19 14:41:11',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8702,'4000','41603107373','2020-10-19 14:41:11',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8703,'4000','41603107373','2020-10-19 14:41:11',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8704,'4000','41603107373','2020-10-19 14:41:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (8705,'4000','41603107373','2020-10-19 14:41:11',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8706,'4000','41603107373','2020-10-19 14:41:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8707,'4000','41603107373','2020-10-19 14:41:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8708,'4000','41603107373','2020-10-19 14:41:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8709,'4000','41603107373','2020-10-19 14:41:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8710,'4000','41603107373','2020-10-19 14:41:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8711,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8712,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8713,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8714,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8715,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8716,'1110','41603107373','2020-10-19 14:41:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8717,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8718,'1110','41603107373','2020-10-19 14:41:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8719,'1110','41603107373','2020-10-19 14:41:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8720,'5500','41603107373','2020-10-19 14:41:11',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8721,'1000','41603107682','2020-10-19 14:42:26',340.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8722,'4000','41603107682','2020-10-19 14:42:26',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8723,'4000','41603107682','2020-10-19 14:42:26',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8724,'4000','41603107682','2020-10-19 14:42:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8725,'4000','41603107682','2020-10-19 14:42:26',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8726,'4000','41603107682','2020-10-19 14:42:26',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8727,'4000','41603107682','2020-10-19 14:42:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8728,'1110','41603107682','2020-10-19 14:42:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8729,'1110','41603107682','2020-10-19 14:42:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8730,'1110','41603107682','2020-10-19 14:42:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8731,'1110','41603107682','2020-10-19 14:42:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8732,'1110','41603107682','2020-10-19 14:42:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8733,'1110','41603107682','2020-10-19 14:42:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8734,'5500','41603107682','2020-10-19 14:42:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8735,'1000','41603109891','2020-10-19 15:24:27',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8736,'4000','41603109891','2020-10-19 15:24:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8737,'4000','41603109891','2020-10-19 15:24:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8738,'4000','41603109891','2020-10-19 15:24:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8739,'4000','41603109891','2020-10-19 15:24:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8740,'4000','41603109891','2020-10-19 15:24:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8741,'4000','41603109891','2020-10-19 15:24:27',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8742,'1110','41603109891','2020-10-19 15:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8743,'1110','41603109891','2020-10-19 15:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8744,'1110','41603109891','2020-10-19 15:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8745,'1110','41603109891','2020-10-19 15:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8746,'1110','41603109891','2020-10-19 15:24:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8747,'1110','41603109891','2020-10-19 15:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8748,'5500','41603109891','2020-10-19 15:24:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8749,'1000','41603110357','2020-10-19 16:32:45',36660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8750,'4000','41603110357','2020-10-19 16:32:45',NULL,8160.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(8751,'4000','41603110357','2020-10-19 16:32:45',NULL,28500.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(8752,'1000','TRANS-81603115711','2020-10-19 16:54:50',NULL,7000.00,'-366559','8','1','Transfer','','','','','','No',NULL,NULL,''),(8753,'1020','TRANS-81603115711','2020-10-19 16:54:50',7000.00,NULL,'88000','8','1','Transfer','','','','','','No',NULL,NULL,''),(8754,'1000','41603260261','2020-10-21 09:04:37',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8755,'4000','41603260261','2020-10-21 09:04:37',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(8756,'1000','41603260286','2020-10-21 09:11:02',370.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8757,'4000','41603260286','2020-10-21 09:11:02',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8758,'4000','41603260286','2020-10-21 09:11:02',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8759,'4000','41603260286','2020-10-21 09:11:02',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8760,'4000','41603260286','2020-10-21 09:11:02',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8761,'1000','41603260797','2020-10-21 09:20:52',350.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(8762,'4000','41603260797','2020-10-21 09:20:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8763,'4000','41603260797','2020-10-21 09:20:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8764,'4000','41603260797','2020-10-21 09:20:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8765,'4000','41603260797','2020-10-21 09:20:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8766,'4000','41603260797','2020-10-21 09:20:52',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8767,'4000','41603260797','2020-10-21 09:20:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8768,'1110','41603260797','2020-10-21 09:20:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8769,'1110','41603260797','2020-10-21 09:20:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8770,'1110','41603260797','2020-10-21 09:20:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8771,'1110','41603260797','2020-10-21 09:20:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8772,'1110','41603260797','2020-10-21 09:20:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8773,'1110','41603260797','2020-10-21 09:20:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8774,'5500','41603260797','2020-10-21 09:20:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8775,'1000','41603262073','2020-10-21 09:35:25',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8776,'4000','41603262073','2020-10-21 09:35:25',NULL,1400.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(8777,'1110','41603262073','2020-10-21 09:35:25',NULL,10.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(8778,'5500','41603262073','2020-10-21 09:35:25',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8779,'1000','41603266167','2020-10-21 10:44:49',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8780,'4000','41603266167','2020-10-21 10:44:49',NULL,750.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(8781,'1000','41603269403','2020-10-21 11:38:33',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8782,'4000','41603269403','2020-10-21 11:38:33',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8783,'4000','41603269403','2020-10-21 11:38:33',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8784,'4000','41603269403','2020-10-21 11:38:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8785,'4000','41603269403','2020-10-21 11:38:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8786,'4000','41603269403','2020-10-21 11:38:33',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8787,'4000','41603269403','2020-10-21 11:38:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8788,'1110','41603269403','2020-10-21 11:38:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8789,'1110','41603269403','2020-10-21 11:38:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8790,'1110','41603269403','2020-10-21 11:38:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8791,'1110','41603269403','2020-10-21 11:38:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8792,'1110','41603269403','2020-10-21 11:38:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8793,'1110','41603269403','2020-10-21 11:38:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8794,'5500','41603269403','2020-10-21 11:38:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8795,'1000','41603269525','2020-10-21 11:52:13',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8796,'4000','41603269525','2020-10-21 11:52:13',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8797,'4000','41603269525','2020-10-21 11:52:13',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8798,'4000','41603269525','2020-10-21 11:52:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8799,'4000','41603269525','2020-10-21 11:52:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8800,'4000','41603269525','2020-10-21 11:52:13',NULL,20.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8801,'4000','41603269525','2020-10-21 11:52:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8802,'1110','41603269525','2020-10-21 11:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8803,'1110','41603269525','2020-10-21 11:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8804,'1110','41603269525','2020-10-21 11:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8805,'1110','41603269525','2020-10-21 11:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8806,'1110','41603269525','2020-10-21 11:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8807,'1110','41603269525','2020-10-21 11:52:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8808,'5500','41603269525','2020-10-21 11:52:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8809,'1000','41603270342','2020-10-21 11:55:06',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8810,'4000','41603270342','2020-10-21 11:55:06',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8811,'4000','41603270342','2020-10-21 11:55:06',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8812,'4000','41603270342','2020-10-21 11:55:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8813,'4000','41603270342','2020-10-21 11:55:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8814,'4000','41603270342','2020-10-21 11:55:06',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8815,'4000','41603270342','2020-10-21 11:55:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8816,'1110','41603270342','2020-10-21 11:55:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8817,'1110','41603270342','2020-10-21 11:55:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8818,'1110','41603270342','2020-10-21 11:55:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8819,'1110','41603270342','2020-10-21 11:55:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8820,'1110','41603270342','2020-10-21 11:55:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8821,'1110','41603270342','2020-10-21 11:55:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8822,'5500','41603270342','2020-10-21 11:55:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8823,'1000','41603270529','2020-10-21 12:40:43',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8824,'4000','41603270529','2020-10-21 12:40:43',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8825,'4000','41603270529','2020-10-21 12:40:43',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8826,'4000','41603270529','2020-10-21 12:40:43',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8827,'4000','41603270529','2020-10-21 12:40:43',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(8828,'4000','41603270529','2020-10-21 12:40:43',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(8829,'4000','41603270529','2020-10-21 12:40:43',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(8830,'4000','41603270529','2020-10-21 12:40:43',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8831,'4000','41603270529','2020-10-21 12:40:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8832,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(8833,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8834,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(8835,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(8836,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(8837,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(8838,'1110','41603270529','2020-10-21 12:40:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(8839,'1110','41603270529','2020-10-21 12:40:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8840,'5500','41603270529','2020-10-21 12:40:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8841,'1000','41603273255','2020-10-21 12:43:28',1120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8842,'4000','41603273255','2020-10-21 12:43:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8843,'4000','41603273255','2020-10-21 12:43:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8844,'4000','41603273255','2020-10-21 12:43:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8845,'4000','41603273255','2020-10-21 12:43:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8846,'4000','41603273255','2020-10-21 12:43:28',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8847,'4000','41603273255','2020-10-21 12:43:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8848,'4000','41603273255','2020-10-21 12:43:28',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(8849,'4000','41603273255','2020-10-21 12:43:28',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(8850,'4000','41603273255','2020-10-21 12:43:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8851,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8852,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8853,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8854,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8855,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(8856,'1110','41603273255','2020-10-21 12:43:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8857,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(8858,'1110','41603273255','2020-10-21 12:43:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(8859,'1110','41603273255','2020-10-21 12:43:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8860,'5500','41603273255','2020-10-21 12:43:28',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8863,'5970','81603271808','2020-10-15 12:24:51',650.00,NULL,'0','8','1','Jerricans ','1','','','243','','No',NULL,NULL,''),(8864,'1000','81603271808','2020-10-15 12:24:51',NULL,650.00,'0','8','1','Jerricans 5Ltrs 10pcs','1','','','243','','No',NULL,NULL,''),(8867,'5990','81603279873','2020-10-15 14:32:17',400.00,NULL,'0','8','1','Offloading ','1','','','244','','No',NULL,NULL,''),(8868,'1000','81603279873','2020-10-15 14:32:17',NULL,400.00,'0','8','1','Offloading Products ','1','','','244','','No',NULL,NULL,''),(8871,'5990','81603281278','2020-10-15 14:56:02',250.00,NULL,'0','8','1','offloading ','1','','','245','','No',NULL,NULL,''),(8872,'1000','81603281278','2020-10-15 14:56:02',NULL,250.00,'0','8','1','offloading of ungerol and ufacid drums','1','','','245','','No',NULL,NULL,''),(8875,'5970','81603281394','2020-10-15 14:58:19',155.00,NULL,'0','8','1','Empty bottles ','1','','','246','','No',NULL,NULL,''),(8876,'1000','81603281394','2020-10-15 14:58:19',NULL,155.00,'0','8','1','empty bottles 155pcs@1ksh','1','','','246','','No',NULL,NULL,''),(8879,'5920','81603284024','2020-10-16 15:42:04',532.00,NULL,'0','8','1','Milk,scone,blue band,tea &wooven','1','','','247','','No',NULL,NULL,''),(8880,'1000','81603284024','2020-10-16 15:42:04',NULL,532.00,'0','8','1','Milk,blueband,sugar,tea,scones & wooven','1','','','247','','No',NULL,NULL,''),(8883,'5660','81603284183','2020-10-16 15:43:40',200.00,NULL,'0','8','1','marketing','1','','','248','','No',NULL,NULL,''),(8884,'1000','81603284183','2020-10-16 15:43:40',NULL,200.00,'0','8','1','marketing','1','','','248','','No',NULL,NULL,''),(8887,'5980','81603284262','2020-10-16 15:45:45',820.00,NULL,'0','8','1','printing papers','1','','','249','','No',NULL,NULL,''),(8888,'1000','81603284262','2020-10-16 15:45:45',NULL,820.00,'0','8','1','Printing papers ','1','','','249','','No',NULL,NULL,''),(8891,'5970','81603284587','2020-10-16 15:51:03',400.00,NULL,'0','8','1','Gloves ','1','','','250','','No',NULL,NULL,''),(8892,'1000','81603284587','2020-10-16 15:51:03',NULL,400.00,'0','8','1','Gloves 10pcs','1','','','250','','No',NULL,NULL,''),(8895,'5970','81603284687','2020-10-16 15:53:37',100.00,NULL,'0','8','1','masks','1','','','251','','No',NULL,NULL,''),(8896,'1000','81603284687','2020-10-16 15:53:37',NULL,100.00,'0','8','1','Masks 5pcs ','1','','','251','','No',NULL,NULL,''),(8899,'5563','81603285969','2020-10-16 16:13:47',200.00,NULL,'0','8','1','Air time for office','1','','','252','','No',NULL,NULL,''),(8900,'1000','81603285969','2020-10-16 16:13:47',NULL,200.00,'0','8','1','Air time office phone ','1','','','252','','No',NULL,NULL,''),(8903,'5510','81603286059','2020-10-16 16:14:55',300.00,NULL,'0','8','1','busfare to susan','1','','','253','','No',NULL,NULL,''),(8904,'1000','81603286059','2020-10-16 16:14:55',NULL,300.00,'0','8','1','busfare- susan ','1','','','253','','No',NULL,NULL,''),(8907,'5920','81603286159','2020-10-16 16:17:06',30.00,NULL,'0','8','1','breakfast ','1','','','254','','No',NULL,NULL,''),(8908,'1000','81603286159','2020-10-16 16:17:06',NULL,30.00,'0','8','1','visitor breakfast','1','','','254','','No',NULL,NULL,''),(8909,'1000','41603286728','2020-10-21 16:25:47',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8910,'4000','41603286728','2020-10-21 16:25:47',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(8911,'1000','41603286760','2020-10-21 16:49:22',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8912,'4000','41603286760','2020-10-21 16:49:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8913,'4000','41603286760','2020-10-21 16:49:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8914,'4000','41603286760','2020-10-21 16:49:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8915,'4000','41603286760','2020-10-21 16:49:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8916,'4000','41603286760','2020-10-21 16:49:22',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8917,'4000','41603286760','2020-10-21 16:49:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(8918,'4000','41603286760','2020-10-21 16:49:22',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8919,'4000','41603286760','2020-10-21 16:49:22',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(8920,'4000','41603286760','2020-10-21 16:49:22',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8921,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8922,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8923,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8924,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8925,'1110','41603286760','2020-10-21 16:49:22',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8926,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(8927,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(8928,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(8929,'1110','41603286760','2020-10-21 16:49:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(8930,'5500','41603286760','2020-10-21 16:49:22',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8931,'1000','41603288169','2020-10-21 16:53:13',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8932,'4000','41603288169','2020-10-21 16:53:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8933,'4000','41603288169','2020-10-21 16:53:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8934,'4000','41603288169','2020-10-21 16:53:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8935,'4000','41603288169','2020-10-21 16:53:13',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8936,'4000','41603288169','2020-10-21 16:53:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8937,'4000','41603288169','2020-10-21 16:53:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8938,'4000','41603288169','2020-10-21 16:53:13',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(8939,'1110','41603288169','2020-10-21 16:53:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8940,'1110','41603288169','2020-10-21 16:53:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8941,'1110','41603288169','2020-10-21 16:53:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8942,'1110','41603288169','2020-10-21 16:53:13',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(8943,'1110','41603288169','2020-10-21 16:53:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8944,'1110','41603288169','2020-10-21 16:53:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8945,'1110','41603288169','2020-10-21 16:53:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(8946,'5500','41603288169','2020-10-21 16:53:13',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8947,'1000','41603288400','2020-10-21 16:56:12',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8948,'4000','41603288400','2020-10-21 16:56:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8949,'4000','41603288400','2020-10-21 16:56:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(8950,'4000','41603288400','2020-10-21 16:56:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(8951,'4000','41603288400','2020-10-21 16:56:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8952,'4000','41603288400','2020-10-21 16:56:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(8953,'4000','41603288400','2020-10-21 16:56:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(8954,'1110','41603288400','2020-10-21 16:56:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8955,'1110','41603288400','2020-10-21 16:56:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(8956,'1110','41603288400','2020-10-21 16:56:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(8957,'1110','41603288400','2020-10-21 16:56:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8958,'1110','41603288400','2020-10-21 16:56:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(8959,'1110','41603288400','2020-10-21 16:56:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(8960,'5500','41603288400','2020-10-21 16:56:12',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8961,'1000','41603344965','2020-10-22 08:36:18',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8962,'4000','41603344965','2020-10-22 08:36:18',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(8963,'1110','41603344965','2020-10-22 08:36:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(8964,'5500','41603344965','2020-10-22 08:36:18',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8965,'1000','41603345015','2020-10-22 08:37:52',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8966,'4000','41603345015','2020-10-22 08:37:52',NULL,1300.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(8969,'5970','81603348283','2020-10-16 09:33:05',500.00,NULL,'0','8','1','Empty bottles ','1','','','255','','No',NULL,NULL,''),(8970,'1000','81603348283','2020-10-16 09:33:05',NULL,500.00,'0','8','1','Empty bottles 1ltr ','1','','','255','','No',NULL,NULL,''),(8973,'5970','81603348413','2020-10-16 09:35:52',275.00,NULL,'0','8','1','wax pouch','1','','','256','','No',NULL,NULL,''),(8974,'1000','81603348413','2020-10-16 09:35:52',NULL,275.00,'0','8','1','wax pouch 100pcs','1','','','256','','No',NULL,NULL,''),(8977,'5510','81603348586','2020-10-16 09:38:53',100.00,NULL,'0','8','1','Transport','1','','','257','','No',NULL,NULL,''),(8978,'1000','81603348586','2020-10-16 09:38:53',NULL,100.00,'0','8','1','Delivery of Product','1','','','257','','No',NULL,NULL,''),(8981,'5980','81603348801','2020-10-16 09:41:51',100.00,NULL,'0','8','1','Marker pens','1','','','258','','No',NULL,NULL,''),(8982,'1000','81603348801','2020-10-16 09:41:51',NULL,100.00,'0','8','1','Marker pens','1','','','258','','No',NULL,NULL,''),(8985,'5970','81603349001','2020-10-16 09:44:16',200.00,NULL,'0','8','1','bottles ','1','','','259','','No',NULL,NULL,''),(8986,'1000','81603349001','2020-10-16 09:44:16',NULL,200.00,'0','8','1','Empty bottles 1ltr and half ','1','','','259','','No',NULL,NULL,''),(8989,'5900','81603349082','2020-10-16 09:47:26',1250.00,NULL,'0','8','1','citrus,lavender,pink','1','','','260','','No',NULL,NULL,''),(8990,'1000','81603349082','2020-10-16 09:47:26',NULL,1250.00,'0','8','1','citrus,lavender,pink colour 1kg @','1','','','260','','No',NULL,NULL,''),(8993,'5970','81603349347','2020-10-16 09:49:46',500.00,NULL,'0','8','1','wax pouch','1','','','261','','No',NULL,NULL,''),(8994,'1000','81603349347','2020-10-16 09:49:46',NULL,500.00,'0','8','1','wax pouch 2pkts','1','','','261','','No',NULL,NULL,''),(8997,'5510','81603349406','2020-10-16 09:50:48',100.00,NULL,'0','8','1','transport ','1','','','262','','No',NULL,NULL,''),(8998,'1000','81603349406','2020-10-16 09:50:48',NULL,100.00,'0','8','1','Transport ','1','','','262','','No',NULL,NULL,''),(9001,'5970','81603349474','2020-10-16 09:51:52',900.00,NULL,'0','8','1','polypots ','1','','','263','','No',NULL,NULL,''),(9002,'1000','81603349474','2020-10-16 09:51:52',NULL,900.00,'0','8','1','polypots 300pcs','1','','','263','','No',NULL,NULL,''),(9005,'5920','81603349529','2020-10-16 09:52:47',1000.00,NULL,'0','8','1','milk','1','','','264','','No',NULL,NULL,''),(9006,'1000','81603349529','2020-10-16 09:52:47',NULL,1000.00,'0','8','1','milk during decanting of chemicals 5staff','1','','','264','','No',NULL,NULL,''),(9011,'5920','81603349595','2020-10-16 10:01:14',205.00,NULL,'0','8','1','milk,bread and wooven','1','','','265','','No',NULL,NULL,''),(9012,'1000','81603349595','2020-10-16 10:01:14',NULL,205.00,'0','8','1','milk,bread and wooven bag','1','','','265','','No',NULL,NULL,''),(9013,'1000','41603345118','2020-10-22 10:19:19',37000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(9014,'4000','41603345118','2020-10-22 10:19:19',NULL,12000.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(9015,'4000','41603345118','2020-10-22 10:19:19',NULL,4000.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9016,'4000','41603345118','2020-10-22 10:19:19',NULL,9000.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(9017,'4000','41603345118','2020-10-22 10:19:19',NULL,7000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(9018,'4000','41603345118','2020-10-22 10:19:19',NULL,5000.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(9021,'5900','81603350153','2020-10-16 10:12:22',1000.00,NULL,'0','8','1','Chlorine ','1','','','266','','No',NULL,NULL,''),(9022,'1000','81603350153','2020-10-16 10:12:22',NULL,1000.00,'0','8','1','Chlorine 65% 4KG ','1','','','266','','No',NULL,NULL,''),(9025,'5510','81603351619','2020-10-17 10:28:18',100.00,NULL,'0','8','1','Transport','1','','','267','','No',NULL,NULL,''),(9026,'1000','81603351619','2020-10-17 10:28:18',NULL,100.00,'0','8','1','Transport of Product','1','','','267','','No',NULL,NULL,''),(9029,'5990','81603351745','2020-10-17 10:30:47',400.00,NULL,'0','8','1','off loading ','1','','','268','','No',NULL,NULL,''),(9030,'1000','81603351745','2020-10-17 10:30:47',NULL,400.00,'0','8','1','offloading ','1','','','268','','No',NULL,NULL,''),(9033,'5920','81603351881','2020-10-19 10:32:14',364.00,NULL,'0','8','1','Milk,Bread & Teabags','1','','','269','','No',NULL,NULL,''),(9034,'1000','81603351881','2020-10-19 10:32:14',NULL,364.00,'0','8','1','Milk,Bread Tissue','1','','','269','','No',NULL,NULL,''),(9037,'5510','81603351954','2020-10-19 10:33:19',500.00,NULL,'0','8','1','Transport','1','','','270','','No',NULL,NULL,''),(9038,'1000','81603351954','2020-10-19 10:33:19',NULL,500.00,'0','8','1','Transport for collection spatulla ','1','','','270','','No',NULL,NULL,''),(9041,'5660','81603352031','2020-10-19 10:34:42',200.00,NULL,'0','8','1','marketing','1','','','271','','No',NULL,NULL,''),(9042,'1000','81603352031','2020-10-19 10:34:42',NULL,200.00,'0','8','1','marketing','1','','','271','','No',NULL,NULL,''),(9043,'1000','41603351192','2020-10-22 10:33:45',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9044,'4000','41603351192','2020-10-22 10:33:45',NULL,300.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(9047,'5563','81603352118','2020-10-19 10:36:19',300.00,NULL,'0','8','1','airtime office line ','1','','','272','','No',NULL,NULL,''),(9048,'1000','81603352118','2020-10-19 10:36:19',NULL,300.00,'0','8','1','Air time office line ','1','','','272','','No',NULL,NULL,''),(9051,'5510','81603352212','2020-10-19 10:39:24',500.00,NULL,'0','8','1','Transport ','1','','','273','','No',NULL,NULL,''),(9052,'1000','81603352212','2020-10-19 10:39:24',NULL,500.00,'0','8','1','Karanja busfare running errands ','1','','','273','','No',NULL,NULL,''),(9055,'5970','81603352695','2020-10-21 10:46:08',500.00,NULL,'0','8','1','cartons','1','','','274','','No',NULL,NULL,''),(9056,'1000','81603352695','2020-10-21 10:46:08',NULL,500.00,'0','8','1','Cartons 10pcs','1','','','274','','No',NULL,NULL,''),(9059,'5920','81603352937','2020-10-21 10:49:45',190.00,NULL,'0','8','1','milk & bread','1','','','275','','No',NULL,NULL,''),(9060,'1000','81603352937','2020-10-21 10:49:45',NULL,190.00,'0','8','1','milk,bread','1','','','275','','No',NULL,NULL,''),(9063,'5510','81603353041','2020-10-21 10:51:39',300.00,NULL,'0','8','1','Transport','1','','','276','','No',NULL,NULL,''),(9064,'1000','81603353041','2020-10-21 10:51:39',NULL,300.00,'0','8','1','Transport for delivery of body filler ','1','','','276','','No',NULL,NULL,''),(9067,'5510','81603353122','2020-10-21 10:52:41',300.00,NULL,'0','8','1','Susan fare ','1','','','277','','No',NULL,NULL,''),(9068,'1000','81603353122','2020-10-21 10:52:41',NULL,300.00,'0','8','1','Bus fare- Susan ','1','','','277','','No',NULL,NULL,''),(9069,'1000','41603353128','2020-10-22 10:53:40',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9070,'4000','41603353128','2020-10-22 10:53:40',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9071,'4000','41603353128','2020-10-22 10:53:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9072,'4000','41603353128','2020-10-22 10:53:40',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9073,'4000','41603353128','2020-10-22 10:53:40',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9074,'4000','41603353128','2020-10-22 10:53:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9075,'4000','41603353128','2020-10-22 10:53:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9076,'1110','41603353128','2020-10-22 10:53:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9077,'1110','41603353128','2020-10-22 10:53:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9078,'1110','41603353128','2020-10-22 10:53:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9079,'1110','41603353128','2020-10-22 10:53:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9080,'1110','41603353128','2020-10-22 10:53:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9081,'1110','41603353128','2020-10-22 10:53:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9082,'5500','41603353128','2020-10-22 10:53:40',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9085,'5563','81603353186','2020-10-21 10:53:57',100.00,NULL,'0','8','1','Air time for Susan','1','','','278','','No',NULL,NULL,''),(9086,'1000','81603353186','2020-10-21 10:53:57',NULL,100.00,'0','8','1','Air time for Susan','1','','','278','','No',NULL,NULL,''),(9089,'5980','81603353269','2020-10-21 10:55:35',30.00,NULL,'0','8','1','evelopes and pencil','1','','','279','','No',NULL,NULL,''),(9090,'1000','81603353269','2020-10-21 10:55:35',NULL,30.00,'0','8','1','envelopes 2pcs and pencil','1','','','279','','No',NULL,NULL,''),(9093,'5920','81603353364','2020-10-21 10:56:53',300.00,NULL,'0','8','1','Milk','1','','','280','','No',NULL,NULL,''),(9094,'1000','81603353364','2020-10-21 10:56:53',NULL,300.00,'0','8','1','Milk for decanting 3staffs','1','','','280','','No',NULL,NULL,''),(9097,'5970','81603353483','2020-10-21 10:58:49',900.00,NULL,'0','8','1','polypots ','1','','','281','','No',NULL,NULL,''),(9098,'1000','81603353483','2020-10-21 10:58:49',NULL,900.00,'0','8','1','polypots ','1','','','281','','No',NULL,NULL,''),(9099,'1000','41603353231','2020-10-22 11:23:13',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9100,'4000','41603353231','2020-10-22 11:23:13',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9101,'4000','41603353231','2020-10-22 11:23:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9102,'4000','41603353231','2020-10-22 11:23:13',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9103,'4000','41603353231','2020-10-22 11:23:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9104,'4000','41603353231','2020-10-22 11:23:13',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9105,'1110','41603353231','2020-10-22 11:23:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9106,'1110','41603353231','2020-10-22 11:23:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9107,'1110','41603353231','2020-10-22 11:23:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9108,'1110','41603353231','2020-10-22 11:23:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9109,'1110','41603353231','2020-10-22 11:23:13',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9110,'5500','41603353231','2020-10-22 11:23:13',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9111,'1000','41603355081','2020-10-22 11:42:04',1920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9112,'4000','41603355081','2020-10-22 11:42:04',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9113,'4000','41603355081','2020-10-22 11:42:04',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9114,'4000','41603355081','2020-10-22 11:42:04',NULL,90.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9115,'4000','41603355081','2020-10-22 11:42:04',NULL,270.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9116,'4000','41603355081','2020-10-22 11:42:04',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9117,'4000','41603355081','2020-10-22 11:42:04',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9118,'1110','41603355081','2020-10-22 11:42:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9119,'1110','41603355081','2020-10-22 11:42:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9120,'1110','41603355081','2020-10-22 11:42:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(9121,'1110','41603355081','2020-10-22 11:42:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9122,'1110','41603355081','2020-10-22 11:42:04',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9123,'1110','41603355081','2020-10-22 11:42:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(9124,'5500','41603355081','2020-10-22 11:42:04',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9125,'1000','41603356459','2020-10-22 11:59:58',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9126,'4000','41603356459','2020-10-22 11:59:58',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9127,'4000','41603356459','2020-10-22 11:59:58',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9128,'4000','41603356459','2020-10-22 11:59:58',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9129,'1000','41603357205','2020-10-22 13:27:26',1240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9130,'4000','41603357205','2020-10-22 13:27:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9131,'4000','41603357205','2020-10-22 13:27:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9132,'4000','41603357205','2020-10-22 13:27:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9133,'4000','41603357205','2020-10-22 13:27:26',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9134,'4000','41603357205','2020-10-22 13:27:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9135,'4000','41603357205','2020-10-22 13:27:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9136,'4000','41603357205','2020-10-22 13:27:26',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(9137,'1110','41603357205','2020-10-22 13:27:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9138,'1110','41603357205','2020-10-22 13:27:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9139,'1110','41603357205','2020-10-22 13:27:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9140,'1110','41603357205','2020-10-22 13:27:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9141,'1110','41603357205','2020-10-22 13:27:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9142,'1110','41603357205','2020-10-22 13:27:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9143,'1110','41603357205','2020-10-22 13:27:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(9144,'5500','41603357205','2020-10-22 13:27:26',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9145,'1000','41603362489','2020-10-22 13:39:19',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9146,'4000','41603362489','2020-10-22 13:39:19',NULL,240.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9147,'1000','41603363182','2020-10-22 13:49:59',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9148,'4000','41603363182','2020-10-22 13:49:59',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9149,'4000','41603363182','2020-10-22 13:49:59',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9150,'4000','41603363182','2020-10-22 13:49:59',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9151,'4000','41603363182','2020-10-22 13:49:59',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9152,'4000','41603363182','2020-10-22 13:49:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9153,'4000','41603363182','2020-10-22 13:49:59',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9154,'1110','41603363182','2020-10-22 13:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9155,'1110','41603363182','2020-10-22 13:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9156,'1110','41603363182','2020-10-22 13:49:59',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9157,'1110','41603363182','2020-10-22 13:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9158,'1110','41603363182','2020-10-22 13:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9159,'1110','41603363182','2020-10-22 13:49:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9160,'5500','41603363182','2020-10-22 13:49:59',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9161,'1000','41603363818','2020-10-22 14:17:54',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9162,'4000','41603363818','2020-10-22 14:17:54',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9163,'4000','41603363818','2020-10-22 14:17:54',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9164,'4000','41603363818','2020-10-22 14:17:54',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9165,'4000','41603363818','2020-10-22 14:17:54',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9166,'4000','41603363818','2020-10-22 14:17:54',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9167,'4000','41603363818','2020-10-22 14:17:54',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9168,'1110','41603363818','2020-10-22 14:17:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9169,'1110','41603363818','2020-10-22 14:17:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9170,'1110','41603363818','2020-10-22 14:17:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9171,'1110','41603363818','2020-10-22 14:17:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9172,'1110','41603363818','2020-10-22 14:17:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9173,'1110','41603363818','2020-10-22 14:17:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9174,'5500','41603363818','2020-10-22 14:17:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9175,'1000','41603365724','2020-10-22 14:39:29',660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9176,'4000','41603365724','2020-10-22 14:39:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9177,'4000','41603365724','2020-10-22 14:39:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9178,'4000','41603365724','2020-10-22 14:39:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9179,'4000','41603365724','2020-10-22 14:39:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9180,'4000','41603365724','2020-10-22 14:39:29',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9181,'4000','41603365724','2020-10-22 14:39:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9182,'4000','41603365724','2020-10-22 14:39:29',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9183,'1110','41603365724','2020-10-22 14:39:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9184,'1110','41603365724','2020-10-22 14:39:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9185,'1110','41603365724','2020-10-22 14:39:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9186,'1110','41603365724','2020-10-22 14:39:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9187,'1110','41603365724','2020-10-22 14:39:29',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9188,'1110','41603365724','2020-10-22 14:39:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9189,'1110','41603365724','2020-10-22 14:39:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(9190,'5500','41603365724','2020-10-22 14:39:29',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9191,'1000','41603366780','2020-10-22 14:56:58',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9192,'4000','41603366780','2020-10-22 14:56:58',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9193,'1000','41603367925','2020-10-22 15:24:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9194,'4000','41603367925','2020-10-22 15:24:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9195,'4000','41603367925','2020-10-22 15:24:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9196,'4000','41603367925','2020-10-22 15:24:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9197,'4000','41603367925','2020-10-22 15:24:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9198,'4000','41603367925','2020-10-22 15:24:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9199,'4000','41603367925','2020-10-22 15:24:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9200,'1110','41603367925','2020-10-22 15:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9201,'1110','41603367925','2020-10-22 15:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9202,'1110','41603367925','2020-10-22 15:24:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9203,'1110','41603367925','2020-10-22 15:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9204,'1110','41603367925','2020-10-22 15:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9205,'1110','41603367925','2020-10-22 15:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9206,'5500','41603367925','2020-10-22 15:24:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9207,'1000','41603369573','2020-10-22 15:32:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9208,'4000','41603369573','2020-10-22 15:32:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9209,'4000','41603369573','2020-10-22 15:32:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9210,'4000','41603369573','2020-10-22 15:32:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9211,'4000','41603369573','2020-10-22 15:32:49',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9212,'4000','41603369573','2020-10-22 15:32:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9213,'4000','41603369573','2020-10-22 15:32:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9214,'1110','41603369573','2020-10-22 15:32:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9215,'1110','41603369573','2020-10-22 15:32:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9216,'1110','41603369573','2020-10-22 15:32:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9217,'1110','41603369573','2020-10-22 15:32:49',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9218,'1110','41603369573','2020-10-22 15:32:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9219,'1110','41603369573','2020-10-22 15:32:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9220,'5500','41603369573','2020-10-22 15:32:49',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9221,'1000','41603369987','2020-10-22 15:35:42',640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9222,'4000','41603369987','2020-10-22 15:35:42',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9223,'4000','41603369987','2020-10-22 15:35:42',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9224,'4000','41603369987','2020-10-22 15:35:42',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9225,'4000','41603369987','2020-10-22 15:35:42',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9226,'4000','41603369987','2020-10-22 15:35:42',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9227,'4000','41603369987','2020-10-22 15:35:42',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9228,'1110','41603369987','2020-10-22 15:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9229,'1110','41603369987','2020-10-22 15:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9230,'1110','41603369987','2020-10-22 15:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9231,'1110','41603369987','2020-10-22 15:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9232,'1110','41603369987','2020-10-22 15:35:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9233,'1110','41603369987','2020-10-22 15:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(9234,'5500','41603369987','2020-10-22 15:35:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9235,'1000','41603370464','2020-10-22 15:42:18',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9236,'4000','41603370464','2020-10-22 15:42:18',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(9237,'1000','TRANS-81603371294','2020-10-22 15:54:10',NULL,5000.00,'-371559','8','1','Transfer','','','','','','No',NULL,NULL,''),(9238,'1035','TRANS-81603371294','2020-10-22 15:54:10',5000.00,NULL,'283559','8','1','Transfer','','','','','','No',NULL,NULL,''),(9239,'1000','TRANS-81603371391','2020-10-22 15:54:55',NULL,37000.00,'-408559','8','1','Transfer','','','','','','No',NULL,NULL,''),(9240,'1035','TRANS-81603371391','2020-10-22 15:54:55',37000.00,NULL,'320559','8','1','Transfer','','','','','','No',NULL,NULL,''),(9241,'1000','41603370759','2020-10-22 15:57:51',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9242,'4000','41603370759','2020-10-22 15:57:51',NULL,750.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(9243,'1000','41603432058','2020-10-23 08:50:20',1900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9244,'4000','41603432058','2020-10-23 08:50:20',NULL,1900.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9245,'1000','41603432228','2020-10-23 08:55:17',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9246,'4000','41603432228','2020-10-23 08:55:17',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9247,'4000','41603432228','2020-10-23 08:55:17',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9248,'4000','41603432228','2020-10-23 08:55:17',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9249,'4000','41603432228','2020-10-23 08:55:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9250,'4000','41603432228','2020-10-23 08:55:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9251,'4000','41603432228','2020-10-23 08:55:17',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(9252,'1000','41603432524','2020-10-23 08:56:46',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9253,'4000','41603432524','2020-10-23 08:56:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9254,'4000','41603432524','2020-10-23 08:56:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9255,'4000','41603432524','2020-10-23 08:56:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9256,'4000','41603432524','2020-10-23 08:56:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9257,'4000','41603432524','2020-10-23 08:56:46',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9258,'4000','41603432524','2020-10-23 08:56:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9259,'1110','41603432524','2020-10-23 08:56:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9260,'1110','41603432524','2020-10-23 08:56:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9261,'1110','41603432524','2020-10-23 08:56:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9262,'1110','41603432524','2020-10-23 08:56:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9263,'1110','41603432524','2020-10-23 08:56:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9264,'1110','41603432524','2020-10-23 08:56:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9265,'5500','41603432524','2020-10-23 08:56:46',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9266,'1000','41603432689','2020-10-23 09:01:52',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9267,'4000','41603432689','2020-10-23 09:01:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9268,'4000','41603432689','2020-10-23 09:01:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9269,'4000','41603432689','2020-10-23 09:01:52',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9270,'4000','41603432689','2020-10-23 09:01:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9271,'4000','41603432689','2020-10-23 09:01:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9272,'4000','41603432689','2020-10-23 09:01:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9273,'1110','41603432689','2020-10-23 09:01:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9274,'1110','41603432689','2020-10-23 09:01:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9275,'1110','41603432689','2020-10-23 09:01:52',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9276,'1110','41603432689','2020-10-23 09:01:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9277,'1110','41603432689','2020-10-23 09:01:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9278,'1110','41603432689','2020-10-23 09:01:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9279,'5500','41603432689','2020-10-23 09:01:52',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9280,'1000','41603432921','2020-10-23 09:15:29',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9281,'4000','41603432921','2020-10-23 09:15:29',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9282,'4000','41603432921','2020-10-23 09:15:29',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9283,'4000','41603432921','2020-10-23 09:15:29',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9284,'4000','41603432921','2020-10-23 09:15:29',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(9285,'4000','41603432921','2020-10-23 09:15:29',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(9286,'4000','41603432921','2020-10-23 09:15:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9287,'4000','41603432921','2020-10-23 09:15:29',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9288,'1110','41603432921','2020-10-23 09:15:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9289,'1110','41603432921','2020-10-23 09:15:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9290,'1110','41603432921','2020-10-23 09:15:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9291,'1110','41603432921','2020-10-23 09:15:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(9292,'1110','41603432921','2020-10-23 09:15:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(9293,'1110','41603432921','2020-10-23 09:15:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9294,'1110','41603432921','2020-10-23 09:15:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(9295,'5500','41603432921','2020-10-23 09:15:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9296,'1000','41603437558','2020-10-23 10:20:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9297,'4000','41603437558','2020-10-23 10:20:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9298,'4000','41603437558','2020-10-23 10:20:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9299,'4000','41603437558','2020-10-23 10:20:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9300,'4000','41603437558','2020-10-23 10:20:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9301,'4000','41603437558','2020-10-23 10:20:34',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9302,'4000','41603437558','2020-10-23 10:20:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9303,'1110','41603437558','2020-10-23 10:20:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9304,'1110','41603437558','2020-10-23 10:20:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9305,'1110','41603437558','2020-10-23 10:20:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9306,'1110','41603437558','2020-10-23 10:20:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9307,'1110','41603437558','2020-10-23 10:20:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(9308,'1110','41603437558','2020-10-23 10:20:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9309,'5500','41603437558','2020-10-23 10:20:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9310,'1100','41603437647','2020-10-23 10:58:04',31300.00,NULL,'','4','1','Good sold','1','26','sales','','','No',NULL,NULL,''),(9311,'4000','41603437647','2020-10-23 10:58:04',NULL,3500.00,'','4','1','Good sold','1','26','sales','196','','No',NULL,NULL,''),(9312,'4000','41603437647','2020-10-23 10:58:04',NULL,7000.00,'','4','1','Good sold','1','26','sales','199','','No',NULL,NULL,''),(9313,'4000','41603437647','2020-10-23 10:58:04',NULL,1800.00,'','4','1','Good sold','1','26','sales','207','','No',NULL,NULL,''),(9314,'4000','41603437647','2020-10-23 10:58:04',NULL,700.00,'','4','1','Good sold','1','26','sales','94','','No',NULL,NULL,''),(9315,'4000','41603437647','2020-10-23 10:58:04',NULL,1800.00,'','4','1','Good sold','1','26','sales','207','','No',NULL,NULL,''),(9316,'4000','41603437647','2020-10-23 10:58:04',NULL,1800.00,'','4','1','Good sold','1','26','sales','207','','No',NULL,NULL,''),(9317,'4000','41603437647','2020-10-23 10:58:04',NULL,1800.00,'','4','1','Good sold','1','26','sales','207','','No',NULL,NULL,''),(9318,'4000','41603437647','2020-10-23 10:58:04',NULL,1600.00,'','4','1','Good sold','1','26','sales','287','','No',NULL,NULL,''),(9319,'4000','41603437647','2020-10-23 10:58:04',NULL,800.00,'','4','1','Good sold','1','26','sales','286','','No',NULL,NULL,''),(9320,'4000','41603437647','2020-10-23 10:58:04',NULL,3500.00,'','4','1','Good sold','1','26','sales','285','','No',NULL,NULL,''),(9321,'4000','41603437647','2020-10-23 10:58:04',NULL,7000.00,'','4','1','Good sold','1','26','sales','199','','No',NULL,NULL,''),(9322,'1000','41603440155','2020-10-23 11:07:39',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9323,'4000','41603440155','2020-10-23 11:07:39',NULL,1200.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9324,'4000','41603440155','2020-10-23 11:07:39',NULL,400.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9325,'4000','41603440155','2020-10-23 11:07:39',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9326,'4000','41603440155','2020-10-23 11:07:39',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9327,'4000','41603440155','2020-10-23 11:07:39',NULL,40.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9328,'4000','41603440155','2020-10-23 11:07:39',NULL,40.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9329,'4000','41603440155','2020-10-23 11:07:39',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9330,'1110','41603440155','2020-10-23 11:07:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9331,'1110','41603440155','2020-10-23 11:07:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9332,'1110','41603440155','2020-10-23 11:07:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9333,'1110','41603440155','2020-10-23 11:07:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9334,'1110','41603440155','2020-10-23 11:07:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9335,'1110','41603440155','2020-10-23 11:07:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9336,'1110','41603440155','2020-10-23 11:07:39',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9337,'5500','41603440155','2020-10-23 11:07:39',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9338,'1000','41603440510','2020-10-23 11:13:40',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9339,'4000','41603440510','2020-10-23 11:13:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9340,'1110','41603440510','2020-10-23 11:13:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9341,'5500','41603440510','2020-10-23 11:13:40',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9342,'1000','41603440920','2020-10-23 11:22:37',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9343,'4000','41603440920','2020-10-23 11:22:37',NULL,150.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(9344,'1000','41603441363','2020-10-23 11:32:11',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9345,'4000','41603441363','2020-10-23 11:32:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9346,'4000','41603441363','2020-10-23 11:32:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9347,'4000','41603441363','2020-10-23 11:32:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9348,'4000','41603441363','2020-10-23 11:32:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9349,'4000','41603441363','2020-10-23 11:32:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9352,'5920','81603444979','2020-10-22 12:24:50',356.00,NULL,'0','8','1','Milk,Bread,Sugar,Tealeaves','1','','','282','','No',NULL,NULL,''),(9353,'1000','81603444979','2020-10-22 12:24:50',NULL,356.00,'0','8','1','Milk,Bread ,Sugar and tea leaves ','1','','','282','','No',NULL,NULL,''),(9356,'5510','81603445178','2020-10-22 12:28:32',1000.00,NULL,'0','8','1','Transport to collect spatullas','1','','','283','','No',NULL,NULL,''),(9357,'1000','81603445178','2020-10-22 12:28:32',NULL,1000.00,'0','8','1','Transport to collect spatulla','1','','','283','','No',NULL,NULL,''),(9360,'5510','81603445415','2020-10-22 12:31:49',2000.00,NULL,'0','8','1','Transport','1','','','284','','No',NULL,NULL,''),(9361,'1000','81603445415','2020-10-22 12:31:49',NULL,2000.00,'0','8','1','delivery of product to Ongata Acadamy -Tax','1','','','284','','No',NULL,NULL,''),(9364,'5563','81603445539','2020-10-22 12:33:30',100.00,NULL,'0','8','1','Air time for office','1','','','285','','No',NULL,NULL,''),(9365,'1000','81603445539','2020-10-22 12:33:30',NULL,100.00,'0','8','1','Air time Office line','1','','','285','','No',NULL,NULL,''),(9366,'1000','41603441936','2020-10-23 13:54:46',2970.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9367,'4000','41603441936','2020-10-23 13:54:46',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9368,'4000','41603441936','2020-10-23 13:54:46',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9369,'4000','41603441936','2020-10-23 13:54:46',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9370,'4000','41603441936','2020-10-23 13:54:46',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9371,'4000','41603441936','2020-10-23 13:54:46',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9372,'4000','41603441936','2020-10-23 13:54:46',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9373,'4000','41603441936','2020-10-23 13:54:46',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9374,'4000','41603441936','2020-10-23 13:54:46',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9375,'4000','41603441936','2020-10-23 13:54:46',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9376,'4000','41603441936','2020-10-23 13:54:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9377,'4000','41603441936','2020-10-23 13:54:46',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9378,'4000','41603441936','2020-10-23 13:54:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9379,'4000','41603441936','2020-10-23 13:54:46',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9380,'4000','41603441936','2020-10-23 13:54:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9381,'4000','41603441936','2020-10-23 13:54:46',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9382,'4000','41603441936','2020-10-23 13:54:46',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(9383,'4000','41603441936','2020-10-23 13:54:46',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(9384,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9385,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9386,'1110','41603441936','2020-10-23 13:54:46',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9387,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9388,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9389,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9390,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(9391,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(9392,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(9393,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9394,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9395,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9396,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(9397,'1110','41603441936','2020-10-23 13:54:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9398,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(9399,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(9400,'1110','41603441936','2020-10-23 13:54:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(9401,'5500','41603441936','2020-10-23 13:54:46',11.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9402,'1000','41603450493','2020-10-23 13:55:36',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9403,'4000','41603450493','2020-10-23 13:55:36',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9404,'1000','41603450988','2020-10-23 14:04:43',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9405,'4000','41603450988','2020-10-23 14:04:43',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9406,'4000','41603450988','2020-10-23 14:04:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9407,'4000','41603450988','2020-10-23 14:04:43',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9408,'4000','41603450988','2020-10-23 14:04:43',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9409,'4000','41603450988','2020-10-23 14:04:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9410,'4000','41603450988','2020-10-23 14:04:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9411,'1110','41603450988','2020-10-23 14:04:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9412,'1110','41603450988','2020-10-23 14:04:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9413,'1110','41603450988','2020-10-23 14:04:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9414,'1110','41603450988','2020-10-23 14:04:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9415,'1110','41603450988','2020-10-23 14:04:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9416,'1110','41603450988','2020-10-23 14:04:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9417,'5500','41603450988','2020-10-23 14:04:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9418,'1000','41603451089','2020-10-23 14:24:29',1720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9419,'4000','41603451089','2020-10-23 14:24:29',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(9420,'4000','41603451089','2020-10-23 14:24:29',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9421,'4000','41603451089','2020-10-23 14:24:29',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9422,'4000','41603451089','2020-10-23 14:24:29',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9423,'4000','41603451089','2020-10-23 14:24:29',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9424,'4000','41603451089','2020-10-23 14:24:29',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9425,'4000','41603451089','2020-10-23 14:24:29',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9426,'4000','41603451089','2020-10-23 14:24:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9427,'1000','41603452744','2020-10-23 14:33:09',270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9428,'4000','41603452744','2020-10-23 14:33:09',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9429,'4000','41603452744','2020-10-23 14:33:09',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9430,'4000','41603452744','2020-10-23 14:33:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9431,'4000','41603452744','2020-10-23 14:33:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9432,'1000','41603456370','2020-10-23 15:33:55',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9433,'4000','41603456370','2020-10-23 15:33:55',NULL,250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(9434,'1000','41603456496','2020-10-23 15:44:58',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9435,'4000','41603456496','2020-10-23 15:44:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9436,'4000','41603456496','2020-10-23 15:44:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9437,'4000','41603456496','2020-10-23 15:44:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9438,'4000','41603456496','2020-10-23 15:44:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9439,'4000','41603456496','2020-10-23 15:44:58',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9440,'4000','41603456496','2020-10-23 15:44:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9441,'1110','41603456496','2020-10-23 15:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9442,'1110','41603456496','2020-10-23 15:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9443,'1110','41603456496','2020-10-23 15:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9444,'1110','41603456496','2020-10-23 15:44:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9445,'1110','41603456496','2020-10-23 15:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9446,'1110','41603456496','2020-10-23 15:44:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9447,'5500','41603456496','2020-10-23 15:44:58',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9448,'1000','41603457109','2020-10-23 15:48:44',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9449,'4000','41603457109','2020-10-23 15:48:44',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9450,'4000','41603457109','2020-10-23 15:48:44',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9451,'4000','41603457109','2020-10-23 15:48:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9452,'4000','41603457109','2020-10-23 15:48:44',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9453,'4000','41603457109','2020-10-23 15:48:44',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9454,'4000','41603457109','2020-10-23 15:48:44',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9455,'1110','41603457109','2020-10-23 15:48:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9456,'1110','41603457109','2020-10-23 15:48:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9457,'1110','41603457109','2020-10-23 15:48:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9458,'1110','41603457109','2020-10-23 15:48:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9459,'1110','41603457109','2020-10-23 15:48:44',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9460,'1110','41603457109','2020-10-23 15:48:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9461,'5500','41603457109','2020-10-23 15:48:44',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9462,'1000','41603526375','2020-10-24 11:02:11',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9463,'4000','41603526375','2020-10-24 11:02:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9464,'4000','41603526375','2020-10-24 11:02:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9465,'4000','41603526375','2020-10-24 11:02:11',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9466,'4000','41603526375','2020-10-24 11:02:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9467,'4000','41603526375','2020-10-24 11:02:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9468,'4000','41603526375','2020-10-24 11:02:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9469,'1110','41603526375','2020-10-24 11:02:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9470,'1110','41603526375','2020-10-24 11:02:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9471,'1110','41603526375','2020-10-24 11:02:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9472,'1110','41603526375','2020-10-24 11:02:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9473,'1110','41603526375','2020-10-24 11:02:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9474,'1110','41603526375','2020-10-24 11:02:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9475,'5500','41603526375','2020-10-24 11:02:11',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9476,'1000','41603526554','2020-10-24 11:04:06',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9477,'4000','41603526554','2020-10-24 11:04:06',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9478,'4000','41603526554','2020-10-24 11:04:06',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9479,'4000','41603526554','2020-10-24 11:04:06',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9480,'4000','41603526554','2020-10-24 11:04:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9481,'1000','41603526689','2020-10-24 11:35:59',1270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9482,'4000','41603526689','2020-10-24 11:35:59',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(9483,'4000','41603526689','2020-10-24 11:35:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9484,'4000','41603526689','2020-10-24 11:35:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9485,'4000','41603526689','2020-10-24 11:35:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9486,'4000','41603526689','2020-10-24 11:35:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9487,'4000','41603526689','2020-10-24 11:35:59',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(9488,'4000','41603526689','2020-10-24 11:35:59',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9489,'1000','41603528567','2020-10-24 12:32:36',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9490,'4000','41603528567','2020-10-24 12:32:36',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(9491,'1110','81603533788','2020-10-23 13:03:00',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(9492,'1110','81603533788','2020-10-23 13:03:00',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','12','','No',NULL,NULL,''),(9493,'1110','81603533788','2020-10-23 13:03:00',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','16','','No',NULL,NULL,''),(9494,'1110','81603533788','2020-10-23 13:03:00',1250.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','37','','No',NULL,NULL,''),(9495,'1110','81603533788','2020-10-23 13:03:00',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','67','','No',NULL,NULL,''),(9496,'1110','81603533788','2020-10-23 13:03:00',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','71','','No',NULL,NULL,''),(9497,'2130','81603533788','2020-10-23 13:03:00',NULL,1250.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(9498,'1000','41603531989','2020-10-24 13:07:11',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9499,'4000','41603531989','2020-10-24 13:07:11',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9500,'4000','41603531989','2020-10-24 13:07:11',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9501,'4000','41603531989','2020-10-24 13:07:11',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9502,'4000','41603531989','2020-10-24 13:07:11',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9503,'4000','41603531989','2020-10-24 13:07:11',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9504,'4000','41603531989','2020-10-24 13:07:11',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9505,'1110','41603531989','2020-10-24 13:07:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9506,'1110','41603531989','2020-10-24 13:07:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9507,'1110','41603531989','2020-10-24 13:07:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9508,'1110','41603531989','2020-10-24 13:07:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9509,'1110','41603531989','2020-10-24 13:07:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9510,'1110','41603531989','2020-10-24 13:07:11',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9511,'5500','41603531989','2020-10-24 13:07:11',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9512,'1000','41603534152','2020-10-24 13:10:36',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9513,'4000','41603534152','2020-10-24 13:10:36',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9514,'4000','41603534152','2020-10-24 13:10:36',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9515,'4000','41603534152','2020-10-24 13:10:36',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9516,'4000','41603534152','2020-10-24 13:10:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9517,'4000','41603534152','2020-10-24 13:10:36',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9518,'4000','41603534152','2020-10-24 13:10:36',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9519,'1110','41603534152','2020-10-24 13:10:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9520,'1110','41603534152','2020-10-24 13:10:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9521,'1110','41603534152','2020-10-24 13:10:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9522,'1110','41603534152','2020-10-24 13:10:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9523,'1110','41603534152','2020-10-24 13:10:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9524,'1110','41603534152','2020-10-24 13:10:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9525,'5500','41603534152','2020-10-24 13:10:36',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9526,'1000','41176499564','2007-04-14 00:30:04',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9527,'4000','41176499564','2007-04-14 00:30:04',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(9528,'1000','41603792416','2020-10-26 12:54:54',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9529,'4000','41603792416','2020-10-26 12:54:54',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9530,'1000','41603792645','2020-10-26 12:57:56',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9531,'4000','41603792645','2020-10-26 12:57:56',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(9532,'1000','41603792689','2020-10-26 12:58:58',460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9533,'4000','41603792689','2020-10-26 12:58:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9534,'4000','41603792689','2020-10-26 12:58:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9535,'4000','41603792689','2020-10-26 12:58:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9536,'4000','41603792689','2020-10-26 12:58:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9537,'1110','41603792752','2020-10-26 13:00:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9538,'1110','41603792752','2020-10-26 13:00:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9539,'1110','41603792752','2020-10-26 13:00:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9540,'1110','41603792752','2020-10-26 13:00:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9541,'1110','41603792752','2020-10-26 13:00:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(9542,'1110','41603792752','2020-10-26 13:00:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(9543,'1110','41603792752','2020-10-26 13:00:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(9544,'5500','41603792752','2020-10-26 13:00:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9545,'1000','41603792752','2020-10-26 13:00:48',470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9546,'4000','41603792752','2020-10-26 13:00:48',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9547,'4000','41603792752','2020-10-26 13:00:48',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9548,'4000','41603792752','2020-10-26 13:00:48',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9549,'4000','41603792752','2020-10-26 13:00:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9550,'4000','41603792752','2020-10-26 13:00:48',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(9551,'4000','41603792752','2020-10-26 13:00:48',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(9552,'4000','41603792752','2020-10-26 13:00:48',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(9553,'1000','41603792912','2020-10-26 13:03:33',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9554,'4000','41603792912','2020-10-26 13:03:33',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9555,'4000','41603792912','2020-10-26 13:03:33',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9556,'4000','41603792912','2020-10-26 13:03:33',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9557,'4000','41603792912','2020-10-26 13:03:33',NULL,630.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9558,'4000','41603792912','2020-10-26 13:03:33',NULL,120.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9559,'1000','41603793025','2020-10-26 13:05:04',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9560,'4000','41603793025','2020-10-26 13:05:04',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(9561,'1000','41603793119','2020-10-26 13:33:07',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9562,'4000','41603793119','2020-10-26 13:33:07',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9563,'4000','41603793119','2020-10-26 13:33:07',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9564,'4000','41603793119','2020-10-26 13:33:07',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9565,'4000','41603793119','2020-10-26 13:33:07',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9566,'4000','41603793119','2020-10-26 13:33:07',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9567,'4000','41603793119','2020-10-26 13:33:07',NULL,50.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9568,'1000','41603794801','2020-10-26 13:34:50',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9569,'4000','41603794801','2020-10-26 13:34:50',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9572,'1240','81603445674','2020-10-22 12:35:31',200.00,NULL,'0','8','1','parking cost','1','','','286','','No',NULL,NULL,''),(9573,'1000','81603445674','2020-10-22 12:35:31',NULL,200.00,'0','8','1','carpark charges -CHG','1','','','286','','No',NULL,NULL,''),(9574,'1110','41603794916','2020-10-26 13:38:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9575,'1110','41603794916','2020-10-26 13:38:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9576,'1110','41603794916','2020-10-26 13:38:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9577,'1110','41603794916','2020-10-26 13:38:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9578,'1110','41603794916','2020-10-26 13:38:06',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9579,'1110','41603794916','2020-10-26 13:38:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9580,'5500','41603794916','2020-10-26 13:38:06',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9581,'1000','41603794916','2020-10-26 13:38:06',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9582,'4000','41603794916','2020-10-26 13:38:06',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9583,'4000','41603794916','2020-10-26 13:38:06',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9584,'4000','41603794916','2020-10-26 13:38:06',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9585,'4000','41603794916','2020-10-26 13:38:06',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9586,'4000','41603794916','2020-10-26 13:38:06',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9587,'4000','41603794916','2020-10-26 13:38:06',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9588,'1000','41603795106','2020-10-26 13:39:10',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9589,'4000','41603795106','2020-10-26 13:39:10',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9590,'1110','41603795180','2020-10-26 13:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9591,'1110','41603795180','2020-10-26 13:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9592,'1110','41603795180','2020-10-26 13:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9593,'1110','41603795180','2020-10-26 13:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9594,'1110','41603795180','2020-10-26 13:41:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9595,'1110','41603795180','2020-10-26 13:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9596,'1110','41603795180','2020-10-26 13:41:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(9597,'5500','41603795180','2020-10-26 13:41:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9598,'1000','41603795180','2020-10-26 13:41:24',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9599,'4000','41603795180','2020-10-26 13:41:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9600,'4000','41603795180','2020-10-26 13:41:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9601,'4000','41603795180','2020-10-26 13:41:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9602,'4000','41603795180','2020-10-26 13:41:24',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9603,'4000','41603795180','2020-10-26 13:41:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9604,'4000','41603795180','2020-10-26 13:41:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9605,'4000','41603795180','2020-10-26 13:41:24',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(9606,'1000','41603795311','2020-10-26 13:44:15',1650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9607,'4000','41603795311','2020-10-26 13:44:15',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(9608,'4000','41603795311','2020-10-26 13:44:15',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(9611,'5920','81603794970','2020-10-27 13:58:27',190.00,NULL,'0','8','1','Milk & Bread','1','','','287','','No',NULL,NULL,''),(9612,'1000','81603794970','2020-10-27 13:58:27',NULL,190.00,'0','8','1','Milk & Bread','1','','','287','','No',NULL,NULL,''),(9613,'1000','TRANS-81603796649','2020-10-26 14:03:43',NULL,4000.00,'-412559','8','1','Transfer','','','','','','No',NULL,NULL,''),(9614,'1035','TRANS-81603796649','2020-10-26 14:03:43',4000.00,NULL,'324559','8','1','Transfer','','','','','','No',NULL,NULL,''),(9615,'1000','41603795471','2020-10-26 14:03:50',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9616,'4000','41603795471','2020-10-26 14:03:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9617,'4000','41603795471','2020-10-26 14:03:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9618,'4000','41603795471','2020-10-26 14:03:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9619,'4000','41603795471','2020-10-26 14:03:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9620,'4000','41603795471','2020-10-26 14:03:50',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9621,'4000','41603795471','2020-10-26 14:03:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9622,'1000','41603797407','2020-10-26 14:18:48',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9623,'4000','41603797407','2020-10-26 14:18:48',NULL,250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(9624,'1110','41603797551','2020-10-27 14:21:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9625,'1110','41603797551','2020-10-27 14:21:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9626,'1110','41603797551','2020-10-27 14:21:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9627,'1110','41603797551','2020-10-27 14:21:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9628,'1110','41603797551','2020-10-27 14:21:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9629,'1110','41603797551','2020-10-27 14:21:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9630,'5500','41603797551','2020-10-27 14:21:43',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9631,'1000','41603797551','2020-10-27 14:21:43',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9632,'4000','41603797551','2020-10-27 14:21:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9633,'4000','41603797551','2020-10-27 14:21:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9634,'4000','41603797551','2020-10-27 14:21:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9635,'4000','41603797551','2020-10-27 14:21:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9636,'4000','41603797551','2020-10-27 14:21:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9637,'4000','41603797551','2020-10-27 14:21:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9638,'1110','41603797825','2020-10-26 14:25:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9639,'1110','41603797825','2020-10-26 14:25:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9640,'1110','41603797825','2020-10-26 14:25:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9641,'1110','41603797825','2020-10-26 14:25:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9642,'1110','41603797825','2020-10-26 14:25:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9643,'1110','41603797825','2020-10-26 14:25:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9644,'1110','41603797825','2020-10-26 14:25:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9645,'5500','41603797825','2020-10-26 14:25:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9646,'1000','41603797825','2020-10-26 14:25:50',1030.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9647,'4000','41603797825','2020-10-26 14:25:50',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9648,'4000','41603797825','2020-10-26 14:25:50',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9649,'4000','41603797825','2020-10-26 14:25:50',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9650,'4000','41603797825','2020-10-26 14:25:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9651,'4000','41603797825','2020-10-26 14:25:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9652,'4000','41603797825','2020-10-26 14:25:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9653,'4000','41603797825','2020-10-26 14:25:50',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9654,'1110','41603798000','2020-10-27 14:29:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9655,'1110','41603798000','2020-10-27 14:29:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9656,'1110','41603798000','2020-10-27 14:29:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9657,'1110','41603798000','2020-10-27 14:29:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9658,'1110','41603798000','2020-10-27 14:29:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9659,'1110','41603798000','2020-10-27 14:29:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9660,'5500','41603798000','2020-10-27 14:29:21',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9661,'1000','41603798000','2020-10-27 14:29:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9662,'4000','41603798000','2020-10-27 14:29:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9663,'4000','41603798000','2020-10-27 14:29:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9664,'4000','41603798000','2020-10-27 14:29:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9665,'4000','41603798000','2020-10-27 14:29:21',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9666,'4000','41603798000','2020-10-27 14:29:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9667,'4000','41603798000','2020-10-27 14:29:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9668,'1000','41603798187','2020-10-27 14:30:13',10.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9669,'4000','41603798187','2020-10-27 14:30:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9670,'1110','41603798249','2020-10-27 15:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9671,'1110','41603798249','2020-10-27 15:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9672,'1110','41603798249','2020-10-27 15:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9673,'1110','41603798249','2020-10-27 15:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(9674,'1110','41603798249','2020-10-27 15:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(9675,'1110','41603798249','2020-10-27 15:31:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9676,'5500','41603798249','2020-10-27 15:31:46',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9677,'1000','41603798249','2020-10-27 15:31:46',640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9678,'4000','41603798249','2020-10-27 15:31:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9679,'4000','41603798249','2020-10-27 15:31:46',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9680,'4000','41603798249','2020-10-27 15:31:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9681,'4000','41603798249','2020-10-27 15:31:46',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9682,'4000','41603798249','2020-10-27 15:31:46',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9683,'4000','41603798249','2020-10-27 15:31:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9684,'1110','41603801924','2020-10-27 15:33:06',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9685,'5500','41603801924','2020-10-27 15:33:06',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9686,'1000','41603801924','2020-10-27 15:33:06',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9687,'4000','41603801924','2020-10-27 15:33:06',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9688,'1110','41603801999','2020-10-27 15:34:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9689,'1110','41603801999','2020-10-27 15:34:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9690,'1110','41603801999','2020-10-27 15:34:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9691,'1110','41603801999','2020-10-27 15:34:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9692,'1110','41603801999','2020-10-27 15:34:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9693,'1110','41603801999','2020-10-27 15:34:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9694,'5500','41603801999','2020-10-27 15:34:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9695,'1000','41603801999','2020-10-27 15:34:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9696,'4000','41603801999','2020-10-27 15:34:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9697,'4000','41603801999','2020-10-27 15:34:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9698,'4000','41603801999','2020-10-27 15:34:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9699,'4000','41603801999','2020-10-27 15:34:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9700,'4000','41603801999','2020-10-27 15:34:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9701,'4000','41603801999','2020-10-27 15:34:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9702,'1110','41603802096','2020-10-27 15:41:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(9703,'5500','41603802096','2020-10-27 15:41:11',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9704,'1000','41603802096','2020-10-27 15:41:11',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9705,'4000','41603802096','2020-10-27 15:41:11',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(9706,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9707,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9708,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9709,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9710,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9711,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9712,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9713,'1110','41603802505','2020-10-27 15:45:33',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9714,'1110','41603802505','2020-10-27 15:45:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9715,'1110','41603802505','2020-10-27 15:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9716,'5500','41603802505','2020-10-27 15:45:33',11.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9717,'1000','41603802505','2020-10-27 15:45:33',2160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9718,'4000','41603802505','2020-10-27 15:45:33',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9719,'4000','41603802505','2020-10-27 15:45:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9720,'4000','41603802505','2020-10-27 15:45:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9721,'4000','41603802505','2020-10-27 15:45:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9722,'4000','41603802505','2020-10-27 15:45:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9723,'4000','41603802505','2020-10-27 15:45:33',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9724,'4000','41603802505','2020-10-27 15:45:33',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9725,'4000','41603802505','2020-10-27 15:45:33',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9726,'4000','41603802505','2020-10-27 15:45:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9727,'4000','41603802505','2020-10-27 15:45:33',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9728,'1000','41603803014','2020-10-27 15:51:41',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9729,'4000','41603803014','2020-10-27 15:51:41',NULL,2500.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(9730,'1000','41603803112','2020-10-27 15:53:26',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9731,'4000','41603803112','2020-10-27 15:53:26',NULL,1000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(9732,'1110','41603803217','2020-10-27 15:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9733,'1110','41603803217','2020-10-27 15:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9734,'1110','41603803217','2020-10-27 15:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9735,'1110','41603803217','2020-10-27 15:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9736,'1110','41603803217','2020-10-27 15:56:48',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9737,'1110','41603803217','2020-10-27 15:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9738,'5500','41603803217','2020-10-27 15:56:48',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9739,'1000','41603803217','2020-10-27 15:56:48',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9740,'4000','41603803217','2020-10-27 15:56:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9741,'4000','41603803217','2020-10-27 15:56:48',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9742,'4000','41603803217','2020-10-27 15:56:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9743,'4000','41603803217','2020-10-27 15:56:48',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9744,'4000','41603803217','2020-10-27 15:56:48',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9745,'4000','41603803217','2020-10-27 15:56:48',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9746,'1000','41603806763','2020-10-27 16:54:27',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9747,'4000','41603806763','2020-10-27 16:54:27',NULL,1800.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(9750,'5510','81603866339','2020-10-23 09:26:48',400.00,NULL,'0','8','1','Peter Karanja petty errands','1','','','288','','No',NULL,NULL,''),(9751,'1000','81603866339','2020-10-23 09:26:48',NULL,400.00,'0','8','1','Peter Karanja petty errands ','1','','','288','','No',NULL,NULL,''),(9754,'5910','81603866440','2020-10-23 09:28:02',100.00,NULL,'0','8','1','gabbage collection','1','','','289','','No',NULL,NULL,''),(9755,'1000','81603866440','2020-10-23 09:28:02',NULL,100.00,'0','8','1','gabbage collection ','1','','','289','','No',NULL,NULL,''),(9758,'5900','81603866509','2020-10-23 09:36:30',5950.00,NULL,'0','8','1','materials ','1','','','290','','No',NULL,NULL,''),(9759,'1000','81603866509','2020-10-23 09:36:30',NULL,5950.00,'0','8','1','salt 3bags,colour blue&green 2kg@ chlorine 5kg,lavenda&citrus ','1','','','290','','No',NULL,NULL,''),(9762,'5970','81603867208','2020-10-23 09:41:59',1200.00,NULL,'0','8','1','perfume bottles ','1','','','291','','No',NULL,NULL,''),(9763,'1000','81603867208','2020-10-23 09:41:59',NULL,1200.00,'0','8','1','perfume bottles 200pcs','1','','','291','','No',NULL,NULL,''),(9766,'5510','81603867400','2020-10-23 09:50:54',350.00,NULL,'0','8','1','Delivery transport','1','','','292','','No',NULL,NULL,''),(9767,'1000','81603867400','2020-10-23 09:50:54',NULL,350.00,'0','8','1','Delivery of Materials to shop ','1','','','292','','No',NULL,NULL,''),(9768,'1110','41603867704','2020-10-28 09:53:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9769,'1110','41603867704','2020-10-28 09:53:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9770,'1110','41603867704','2020-10-28 09:53:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9771,'1110','41603867704','2020-10-28 09:53:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9772,'1110','41603867704','2020-10-28 09:53:34',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9773,'1110','41603867704','2020-10-28 09:53:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9774,'5500','41603867704','2020-10-28 09:53:34',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9775,'1000','41603867704','2020-10-28 09:53:34',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9776,'4000','41603867704','2020-10-28 09:53:34',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9777,'4000','41603867704','2020-10-28 09:53:34',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9778,'4000','41603867704','2020-10-28 09:53:34',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9779,'4000','41603867704','2020-10-28 09:53:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9780,'4000','41603867704','2020-10-28 09:53:34',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9781,'4000','41603867704','2020-10-28 09:53:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9784,'5930','81603867892','2020-10-23 09:54:15',80.00,NULL,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','293','','No',NULL,NULL,''),(9785,'1000','81603867892','2020-10-23 09:54:15',NULL,80.00,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','293','','No',NULL,NULL,''),(9786,'1000','41603868059','2020-10-28 09:54:49',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9787,'4000','41603868059','2020-10-28 09:54:49',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9790,'5510','81603868089','2020-10-23 09:57:38',300.00,NULL,'0','8','1','Susan bus fare','1','','','294','','No',NULL,NULL,''),(9791,'1000','81603868089','2020-10-23 09:57:38',NULL,300.00,'0','8','1','Susan bus fare ','1','','','294','','No',NULL,NULL,''),(9792,'1110','41603868136','2020-10-28 09:59:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9793,'1110','41603868136','2020-10-28 09:59:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9794,'1110','41603868136','2020-10-28 09:59:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9795,'1110','41603868136','2020-10-28 09:59:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9796,'1110','41603868136','2020-10-28 09:59:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9797,'1110','41603868136','2020-10-28 09:59:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9798,'5500','41603868136','2020-10-28 09:59:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9799,'1000','41603868136','2020-10-28 09:59:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9800,'4000','41603868136','2020-10-28 09:59:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9801,'4000','41603868136','2020-10-28 09:59:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9802,'4000','41603868136','2020-10-28 09:59:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9803,'4000','41603868136','2020-10-28 09:59:24',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9804,'4000','41603868136','2020-10-28 09:59:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9805,'4000','41603868136','2020-10-28 09:59:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9808,'5980','81603868284','2020-10-23 10:00:00',200.00,NULL,'0','8','1','printing Business cards (Eunice)','1','','','295','','No',NULL,NULL,''),(9809,'1000','81603868284','2020-10-23 10:00:00',NULL,200.00,'0','8','1','printing Business cards (Eunice) 50pcs','1','','','295','','No',NULL,NULL,''),(9810,'1110','41603868381','2020-10-28 10:01:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9811,'1110','41603868381','2020-10-28 10:01:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9812,'1110','41603868381','2020-10-28 10:01:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9813,'1110','41603868381','2020-10-28 10:01:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9814,'1110','41603868381','2020-10-28 10:01:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9815,'1110','41603868381','2020-10-28 10:01:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9816,'5500','41603868381','2020-10-28 10:01:14',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9817,'1000','41603868381','2020-10-28 10:01:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9818,'4000','41603868381','2020-10-28 10:01:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9819,'4000','41603868381','2020-10-28 10:01:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9820,'4000','41603868381','2020-10-28 10:01:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9821,'4000','41603868381','2020-10-28 10:01:14',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9822,'4000','41603868381','2020-10-28 10:01:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9823,'4000','41603868381','2020-10-28 10:01:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9826,'5660','81603868469','2020-10-23 10:01:51',200.00,NULL,'0','8','1','marketing','1','','','296','','No',NULL,NULL,''),(9827,'1000','81603868469','2020-10-23 10:01:51',NULL,200.00,'0','8','1','marketing ','1','','','296','','No',NULL,NULL,''),(9830,'5980','81603868539','2020-10-23 10:03:01',1000.00,NULL,'0','8','1','printed product labels','1','','','297','','No',NULL,NULL,''),(9831,'1000','81603868539','2020-10-23 10:03:01',NULL,1000.00,'0','8','1','printed product labels ','1','','','297','','No',NULL,NULL,''),(9834,'5510','81603090917','2020-10-13 10:24:29',200.00,NULL,'0','8','1','Tranport','1','','','298','','No',NULL,NULL,''),(9835,'1000','81603090917','2020-10-13 10:24:29',NULL,200.00,'0','8','1','Busfare modesta kananu-marketing','1','','','298','','No',NULL,NULL,''),(9838,'5920','81603868943','2020-10-23 10:17:52',494.00,NULL,'0','8','1','Milk,Bread,blue band,Tissue& Carrier bag','1','','','299','','No',NULL,NULL,''),(9839,'1000','81603868943','2020-10-23 10:17:52',NULL,494.00,'0','8','1','Milk,Bread,blue band,Tissue& Carrier bag','1','','','299','','No',NULL,NULL,''),(9842,'5563','81603869582','2020-10-24 10:21:37',100.00,NULL,'0','8','1','Modesta Airtime','1','','','300','','No',NULL,NULL,''),(9843,'1000','81603869582','2020-10-24 10:21:37',NULL,100.00,'0','8','1','Modesta Airtime ','1','','','300','','No',NULL,NULL,''),(9846,'5780','81603869730','2020-10-26 10:23:23',300.00,NULL,'0','8','1','Tap pegmax 1PC','1','','','301','','No',NULL,NULL,''),(9847,'1000','81603869730','2020-10-26 10:23:23',NULL,300.00,'0','8','1','Tap pegmax 1PC','1','','','301','','No',NULL,NULL,''),(9850,'4160','81603869879','2020-10-26 10:25:43',200.00,NULL,'0','8','1','Labour for plumper','1','','','302','','No',NULL,NULL,''),(9851,'1000','81603869879','2020-10-26 10:25:43',NULL,200.00,'0','8','1','Labour for plumper ','1','','','302','','No',NULL,NULL,''),(9852,'1110','41603868542','2020-10-28 10:26:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9853,'1110','41603868542','2020-10-28 10:26:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9854,'1110','41603868542','2020-10-28 10:26:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9855,'1110','41603868542','2020-10-28 10:26:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9856,'1110','41603868542','2020-10-28 10:26:45',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9857,'1110','41603868542','2020-10-28 10:26:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9858,'1110','41603868542','2020-10-28 10:26:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','288','','No',NULL,NULL,''),(9859,'5500','41603868542','2020-10-28 10:26:45',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9860,'1000','41603868542','2020-10-28 10:26:45',840.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9861,'4000','41603868542','2020-10-28 10:26:45',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9862,'4000','41603868542','2020-10-28 10:26:45',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9863,'4000','41603868542','2020-10-28 10:26:45',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9864,'4000','41603868542','2020-10-28 10:26:45',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9865,'4000','41603868542','2020-10-28 10:26:45',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9866,'4000','41603868542','2020-10-28 10:26:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9867,'4000','41603868542','2020-10-28 10:26:45',NULL,300.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(9868,'1110','41603870039','2020-10-28 10:29:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9869,'1110','41603870039','2020-10-28 10:29:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9870,'1110','41603870039','2020-10-28 10:29:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9871,'1110','41603870039','2020-10-28 10:29:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9872,'1110','41603870039','2020-10-28 10:29:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(9873,'1110','41603870039','2020-10-28 10:29:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9874,'5500','41603870039','2020-10-28 10:29:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9875,'1000','41603870039','2020-10-28 10:29:33',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9876,'4000','41603870039','2020-10-28 10:29:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9877,'4000','41603870039','2020-10-28 10:29:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9878,'4000','41603870039','2020-10-28 10:29:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9879,'4000','41603870039','2020-10-28 10:29:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9880,'4000','41603870039','2020-10-28 10:29:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9881,'4000','41603870039','2020-10-28 10:29:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9884,'5563','81603870204','2020-10-26 10:31:14',100.00,NULL,'0','8','1','Office Phone Airtime','1','','','303','','No',NULL,NULL,''),(9885,'1000','81603870204','2020-10-26 10:31:14',NULL,100.00,'0','8','1','Office Phone Airtime ','1','','','303','','No',NULL,NULL,''),(9888,'5510','81603870309','2020-10-26 10:34:52',500.00,NULL,'0','8','1','Peter Karanja petty errands','1','','','304','','No',NULL,NULL,''),(9889,'1000','81603870309','2020-10-26 10:34:52',NULL,500.00,'0','8','1','Peter Karanja petty errands','1','','','304','','No',NULL,NULL,''),(9892,'5900','81603870547','2020-10-26 10:38:38',1350.00,NULL,'0','8','1','Pearlizer Agent 3kg','1','','','305','','No',NULL,NULL,''),(9893,'1000','81603870547','2020-10-26 10:38:38',NULL,1350.00,'0','8','1','Pearlizer Agent 3kg','1','','','305','','No',NULL,NULL,''),(9896,'5510','81603870772','2020-10-26 10:48:12',100.00,NULL,'0','8','1','Transportation of product to shop','1','','','306','','No',NULL,NULL,''),(9897,'1000','81603870772','2020-10-26 10:48:12',NULL,100.00,'0','8','1','Transportation of product to shop','1','','','306','','No',NULL,NULL,''),(9900,'5510','81603871322','2020-10-26 10:49:14',300.00,NULL,'0','8','1','Susan bus fare','1','','','307','','No',NULL,NULL,''),(9901,'1000','81603871322','2020-10-26 10:49:14',NULL,300.00,'0','8','1','Susan bus fare','1','','','307','','No',NULL,NULL,''),(9904,'5920','81603871378','2020-10-26 10:51:34',2094.00,NULL,'0','8','1','Cash box','1','','','308','','No',NULL,NULL,''),(9905,'1000','81603871378','2020-10-26 10:51:34',NULL,2094.00,'0','8','1','Cash box ','1','','','308','','No',NULL,NULL,''),(9906,'1000','41603872274','2020-10-28 11:05:17',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9907,'4000','41603872274','2020-10-28 11:05:17',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(9908,'1110','41603872394','2020-10-28 11:08:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(9909,'5500','41603872394','2020-10-28 11:08:03',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9910,'1000','41603872394','2020-10-28 11:08:03',698.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9911,'4000','41603872394','2020-10-28 11:08:03',NULL,698.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(9912,'1110','41603872546','2020-10-28 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9913,'1110','41603872546','2020-10-28 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9914,'1110','41603872546','2020-10-28 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9915,'1110','41603872546','2020-10-28 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9916,'1110','41603872546','2020-10-28 11:44:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9917,'1110','41603872546','2020-10-28 11:44:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9918,'5500','41603872546','2020-10-28 11:44:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9919,'1000','41603872546','2020-10-28 11:44:24',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9920,'4000','41603872546','2020-10-28 11:44:24',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9921,'4000','41603872546','2020-10-28 11:44:24',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9922,'4000','41603872546','2020-10-28 11:44:24',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9923,'4000','41603872546','2020-10-28 11:44:24',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9924,'4000','41603872546','2020-10-28 11:44:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9925,'4000','41603872546','2020-10-28 11:44:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9926,'1000','41603874706','2020-10-28 11:48:08',1160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9927,'4000','41603874706','2020-10-28 11:48:08',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9928,'4000','41603874706','2020-10-28 11:48:08',NULL,180.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9929,'4000','41603874706','2020-10-28 11:48:08',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9930,'4000','41603874706','2020-10-28 11:48:08',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9931,'4000','41603874706','2020-10-28 11:48:08',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9932,'4000','41603874706','2020-10-28 11:48:08',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9933,'1000','41603874909','2020-10-28 11:52:45',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9934,'4000','41603874909','2020-10-28 11:52:45',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(9935,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(9936,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(9937,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(9938,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9939,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(9940,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(9941,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(9942,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(9943,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(9944,'1110','41603875186','2020-10-28 11:56:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9945,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(9946,'1110','41603875186','2020-10-28 11:56:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9947,'5500','41603875186','2020-10-28 11:56:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9948,'1000','41603875186','2020-10-28 11:56:03',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9949,'4000','41603875186','2020-10-28 11:56:03',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9950,'4000','41603875186','2020-10-28 11:56:03',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9951,'4000','41603875186','2020-10-28 11:56:03',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9952,'4000','41603875186','2020-10-28 11:56:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9953,'4000','41603875186','2020-10-28 11:56:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9954,'4000','41603875186','2020-10-28 11:56:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9955,'4000','41603875186','2020-10-28 11:56:03',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9956,'4000','41603875186','2020-10-28 11:56:03',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9957,'4000','41603875186','2020-10-28 11:56:03',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9958,'4000','41603875186','2020-10-28 11:56:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9959,'4000','41603875186','2020-10-28 11:56:03',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(9960,'4000','41603875186','2020-10-28 11:56:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9961,'1000','41603876130','2020-10-28 13:08:22',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9962,'4000','41603876130','2020-10-28 13:08:22',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9963,'4000','41603876130','2020-10-28 13:08:22',NULL,2000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(9964,'4000','41603876130','2020-10-28 13:08:22',NULL,300.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9965,'4000','41603876130','2020-10-28 13:08:22',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9966,'1000','41603879811','2020-10-28 13:11:20',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9967,'4000','41603879811','2020-10-28 13:11:20',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(9968,'4000','41603879811','2020-10-28 13:11:20',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9969,'4000','41603879811','2020-10-28 13:11:20',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9970,'1110','41603879888','2020-10-28 13:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9971,'1110','41603879888','2020-10-28 13:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(9972,'1110','41603879888','2020-10-28 13:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9973,'1110','41603879888','2020-10-28 13:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(9974,'1110','41603879888','2020-10-28 13:13:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(9975,'1110','41603879888','2020-10-28 13:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(9976,'5500','41603879888','2020-10-28 13:13:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9977,'1000','41603879888','2020-10-28 13:13:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9978,'4000','41603879888','2020-10-28 13:13:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9979,'4000','41603879888','2020-10-28 13:13:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(9980,'4000','41603879888','2020-10-28 13:13:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9981,'4000','41603879888','2020-10-28 13:13:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(9982,'4000','41603879888','2020-10-28 13:13:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(9983,'4000','41603879888','2020-10-28 13:13:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9984,'1000','41603880055','2020-10-28 13:22:34',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9985,'4000','41603880055','2020-10-28 13:22:34',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(9986,'1000','41603880581','2020-10-28 13:34:14',720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9987,'4000','41603880581','2020-10-28 13:34:14',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(9988,'4000','41603880581','2020-10-28 13:34:14',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9989,'4000','41603880581','2020-10-28 13:34:14',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9990,'4000','41603880581','2020-10-28 13:34:14',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9991,'4000','41603880581','2020-10-28 13:34:14',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9992,'4000','41603880581','2020-10-28 13:34:14',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9993,'4000','41603880581','2020-10-28 13:34:14',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(9994,'4000','41603880581','2020-10-28 13:34:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(9995,'4000','41603880581','2020-10-28 13:34:14',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(9996,'4000','41603880581','2020-10-28 13:34:14',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(9997,'4000','41603880581','2020-10-28 13:34:14',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(9998,'1110','41603883289','2020-10-28 14:10:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9999,'1110','41603883289','2020-10-28 14:10:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10000,'1110','41603883289','2020-10-28 14:10:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10001,'1110','41603883289','2020-10-28 14:10:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10002,'1110','41603883289','2020-10-28 14:10:13',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10003,'1110','41603883289','2020-10-28 14:10:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10004,'5500','41603883289','2020-10-28 14:10:13',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10005,'1000','41603883289','2020-10-28 14:10:13',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10006,'4000','41603883289','2020-10-28 14:10:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10007,'4000','41603883289','2020-10-28 14:10:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10008,'4000','41603883289','2020-10-28 14:10:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10009,'4000','41603883289','2020-10-28 14:10:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10010,'4000','41603883289','2020-10-28 14:10:13',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10011,'4000','41603883289','2020-10-28 14:10:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10012,'1110','41603883421','2020-10-28 14:12:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10013,'1110','41603883421','2020-10-28 14:12:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10014,'1110','41603883421','2020-10-28 14:12:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10015,'1110','41603883421','2020-10-28 14:12:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10016,'1110','41603883421','2020-10-28 14:12:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10017,'1110','41603883421','2020-10-28 14:12:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10018,'5500','41603883421','2020-10-28 14:12:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10019,'1000','41603883421','2020-10-28 14:12:38',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10020,'4000','41603883421','2020-10-28 14:12:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10021,'4000','41603883421','2020-10-28 14:12:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10022,'4000','41603883421','2020-10-28 14:12:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10023,'4000','41603883421','2020-10-28 14:12:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10024,'4000','41603883421','2020-10-28 14:12:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10025,'4000','41603883421','2020-10-28 14:12:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10026,'1110','41603883582','2020-10-28 14:30:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10027,'1110','41603883582','2020-10-28 14:30:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10028,'1110','41603883582','2020-10-28 14:30:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10029,'1110','41603883582','2020-10-28 14:30:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10030,'1110','41603883582','2020-10-28 14:30:29',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10031,'1110','41603883582','2020-10-28 14:30:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10032,'5500','41603883582','2020-10-28 14:30:29',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10033,'1000','41603883582','2020-10-28 14:30:29',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10034,'4000','41603883582','2020-10-28 14:30:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10035,'4000','41603883582','2020-10-28 14:30:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10036,'4000','41603883582','2020-10-28 14:30:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10037,'4000','41603883582','2020-10-28 14:30:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10038,'4000','41603883582','2020-10-28 14:30:29',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10039,'4000','41603883582','2020-10-28 14:30:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10040,'1110','41603884689','2020-10-28 14:45:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(10041,'1110','41603884689','2020-10-28 14:45:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(10042,'1110','41603884689','2020-10-28 14:45:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10043,'5500','41603884689','2020-10-28 14:45:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10044,'1000','41603884689','2020-10-28 14:45:09',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10045,'4000','41603884689','2020-10-28 14:45:09',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(10046,'4000','41603884689','2020-10-28 14:45:09',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(10047,'4000','41603884689','2020-10-28 14:45:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10048,'1110','41603885531','2020-10-28 15:09:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10049,'1110','41603885531','2020-10-28 15:09:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10050,'1110','41603885531','2020-10-28 15:09:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10051,'1110','41603885531','2020-10-28 15:09:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10052,'1110','41603885531','2020-10-28 15:09:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10053,'1110','41603885531','2020-10-28 15:09:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10054,'5500','41603885531','2020-10-28 15:09:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10055,'1000','41603885531','2020-10-28 15:09:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10056,'4000','41603885531','2020-10-28 15:09:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10057,'4000','41603885531','2020-10-28 15:09:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10058,'4000','41603885531','2020-10-28 15:09:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10059,'4000','41603885531','2020-10-28 15:09:34',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10060,'4000','41603885531','2020-10-28 15:09:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10061,'4000','41603885531','2020-10-28 15:09:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10066,'1110','81603887319','2020-10-28 15:15:00',27132.00,NULL,'','8','1','Inventory Purchased','1','29','Purchases','1','','No',NULL,NULL,''),(10067,'2130','81603887319','2020-10-28 15:15:00',NULL,27132.00,'','8','1','Account payable for inventory','1','29','Purchases','','','No',NULL,NULL,''),(10068,'1110','81603886914','2020-10-28 15:08:00',5130.00,NULL,'','8','1','Inventory Purchased','1','29','Purchases','155','','No',NULL,NULL,''),(10069,'2130','81603886914','2020-10-28 15:08:00',NULL,5130.00,'','8','1','Account payable for inventory','1','29','Purchases','','','No',NULL,NULL,''),(10070,'1000','TRANS-81603889565','2020-10-28 15:52:23',NULL,15000.00,'-427559','8','1','Transfer','','','','','','No',NULL,NULL,''),(10071,'1035','TRANS-81603889565','2020-10-28 15:52:23',15000.00,NULL,'339559','8','1','Transfer','','','','','','No',NULL,NULL,''),(10072,'1110','81603889588','2020-10-28 15:53:00',10000.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','37','','No',NULL,NULL,''),(10073,'2130','81603889588','2020-10-28 15:53:00',NULL,10000.00,'','8','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(10076,'5970','81603890062','2020-10-26 16:02:31',1000.00,NULL,'0','8','1','Wax coated pouch and med envelops','1','','','309','','No',NULL,NULL,''),(10077,'1000','81603890062','2020-10-26 16:02:31',NULL,1000.00,'0','8','1','Wax coated pouch and med envelops','1','','','309','','No',NULL,NULL,''),(10078,'1110','41603891066','2020-10-28 16:21:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10079,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10080,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10081,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10082,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10083,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10084,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10085,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(10086,'1110','41603891066','2020-10-28 16:21:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(10087,'5500','41603891066','2020-10-28 16:21:49',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10088,'1000','41603891066','2020-10-28 16:21:49',830.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10089,'4000','41603891066','2020-10-28 16:21:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10090,'4000','41603891066','2020-10-28 16:21:49',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10091,'4000','41603891066','2020-10-28 16:21:49',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10092,'4000','41603891066','2020-10-28 16:21:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10093,'4000','41603891066','2020-10-28 16:21:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10094,'4000','41603891066','2020-10-28 16:21:49',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10095,'4000','41603891066','2020-10-28 16:21:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10096,'4000','41603891066','2020-10-28 16:21:49',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(10097,'4000','41603891066','2020-10-28 16:21:49',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(10098,'1110','41603891345','2020-10-28 16:24:50',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10099,'1110','41603891345','2020-10-28 16:24:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10100,'1110','41603891345','2020-10-28 16:24:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10101,'1110','41603891345','2020-10-28 16:24:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10102,'5500','41603891345','2020-10-28 16:24:50',800.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10103,'1000','41603891345','2020-10-28 16:24:50',2670.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10104,'4000','41603891345','2020-10-28 16:24:50',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10105,'4000','41603891345','2020-10-28 16:24:50',NULL,1000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10106,'4000','41603891345','2020-10-28 16:24:50',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10107,'4000','41603891345','2020-10-28 16:24:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10108,'4000','41603879811','2020-10-28 16:27:32',60.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10109,'1000','41603879811','2020-10-28 16:27:32',NULL,60.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10110,'5500','41603879811','2020-10-28 16:27:32',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','40','','No',NULL,NULL,''),(10111,'1110','41603879811','2020-10-28 16:27:32',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10112,'4000','41603879811','2020-10-28 16:27:35',330.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10113,'1000','41603879811','2020-10-28 16:27:35',NULL,330.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10114,'5500','41603879811','2020-10-28 16:27:35',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','38','','No',NULL,NULL,''),(10115,'1110','41603879811','2020-10-28 16:27:35',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10116,'4000','41603879811','2020-10-28 16:27:39',60.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10117,'1000','41603879811','2020-10-28 16:27:39',NULL,60.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10118,'5500','41603879811','2020-10-28 16:27:39',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','9','','No',NULL,NULL,''),(10119,'1110','41603879811','2020-10-28 16:27:39',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10120,'1110','41603891544','2020-10-28 16:27:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10121,'1110','41603891544','2020-10-28 16:27:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10122,'1110','41603891544','2020-10-28 16:27:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10123,'1110','41603891544','2020-10-28 16:27:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10124,'1110','41603891544','2020-10-28 16:27:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10125,'1110','41603891544','2020-10-28 16:27:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10126,'5500','41603891544','2020-10-28 16:27:50',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10127,'1000','41603891544','2020-10-28 16:27:50',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10128,'4000','41603891544','2020-10-28 16:27:50',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10129,'4000','41603891544','2020-10-28 16:27:50',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10130,'4000','41603891544','2020-10-28 16:27:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10131,'4000','41603891544','2020-10-28 16:27:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10132,'4000','41603891544','2020-10-28 16:27:50',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10133,'4000','41603891544','2020-10-28 16:27:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10136,'5920','81603890184','2020-10-26 16:04:10',240.00,NULL,'0','8','1','Milk,Bread & Tissue','1','','','310','','No',NULL,NULL,''),(10137,'1000','81603890184','2020-10-26 16:04:10',NULL,240.00,'0','8','1','Milk,Bread & Tissue','1','','','310','','No',NULL,NULL,''),(10140,'5563','81603891872','2020-10-27 16:31:43',100.00,NULL,'0','8','1','Modesta Airtime','1','','','311','','No',NULL,NULL,''),(10141,'1000','81603891872','2020-10-27 16:31:43',NULL,100.00,'0','8','1','Modesta Airtime','1','','','311','','No',NULL,NULL,''),(10144,'5970','81603891929','2020-10-27 16:32:39',300.00,NULL,'0','8','1','boxes','1','','','312','','No',NULL,NULL,''),(10145,'1000','81603891929','2020-10-27 16:32:39',NULL,300.00,'0','8','1','boxes','1','','','312','','No',NULL,NULL,''),(10148,'5980','81603891989','2020-10-27 16:34:48',3350.00,NULL,'0','8','1','Labels & Cashsales','1','','','313','','No',NULL,NULL,''),(10149,'1000','81603891989','2020-10-27 16:34:48',NULL,3350.00,'0','8','1','Labels & Cashsales ','1','','','313','','No',NULL,NULL,''),(10152,'5920','81603892165','2020-10-27 16:37:18',60.00,NULL,'0','8','1','Pens BIC','1','','','314','','No',NULL,NULL,''),(10153,'1000','81603892165','2020-10-27 16:37:18',NULL,60.00,'0','8','1','Pens BIC','1','','','314','','No',NULL,NULL,''),(10156,'5980','81603948697','2020-10-27 08:19:56',520.00,NULL,'0','8','1','printing papers','1','','','315','','No',NULL,NULL,''),(10157,'1000','81603948697','2020-10-27 08:19:56',NULL,520.00,'0','8','1','printing papers ','1','','','315','','No',NULL,NULL,''),(10160,'5990','81603948830','2020-10-27 08:21:16',480.00,NULL,'0','8','1','gloves & face mask','1','','','316','','No',NULL,NULL,''),(10161,'1000','81603948830','2020-10-27 08:21:16',NULL,480.00,'0','8','1','gloves & face mask','1','','','316','','No',NULL,NULL,''),(10164,'5920','81603949020','2020-10-28 08:27:16',703.00,NULL,'0','8','1','Milk,Bread & File ','1','','','317','','No',NULL,NULL,''),(10165,'1000','81603949020','2020-10-28 08:27:16',NULL,703.00,'0','8','1','Milk,Bread and Files ','1','','','317','','No',NULL,NULL,''),(10168,'5920','81603949334','2020-10-28 08:36:52',166.00,NULL,'0','8','1','Sugar & Tea leaves','1','','','318','','No',NULL,NULL,''),(10169,'1000','81603949334','2020-10-28 08:36:52',NULL,166.00,'0','8','1','Sugar & Tea leaves ','1','','','318','','No',NULL,NULL,''),(10170,'1000','41603950676','2020-10-29 08:51:28',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10171,'4000','41603950676','2020-10-29 08:51:28',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(10172,'1000','41603950838','2020-10-29 08:56:40',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10173,'4000','41603950838','2020-10-29 08:56:40',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(10176,'5980','81603949852','2020-10-28 08:57:57',200.00,NULL,'0','8','1','Cellotape4rolls','1','','','319','','No',NULL,NULL,''),(10177,'1000','81603949852','2020-10-28 08:57:57',NULL,200.00,'0','8','1','Cellotape4rolls','1','','','319','','No',NULL,NULL,''),(10180,'5563','81603951110','2020-10-28 09:06:46',200.00,NULL,'0','8','1','Office Phone Airtime','1','','','320','','No',NULL,NULL,''),(10181,'1000','81603951110','2020-10-28 09:06:46',NULL,200.00,'0','8','1','Office Phone Airtime','1','','','320','','No',NULL,NULL,''),(10184,'5900','81603953472','2020-10-28 09:39:19',2200.00,NULL,'0','8','1','sodium hypochlorine','1','','','321','','No',NULL,NULL,''),(10185,'1000','81603953472','2020-10-28 09:39:19',NULL,2200.00,'0','8','1','sodium hypochlorine ','1','','','321','','No',NULL,NULL,''),(10188,'5510','81603953719','2020-10-28 09:44:14',100.00,NULL,'0','8','1','Transport of materials to the shop','1','','','322','','No',NULL,NULL,''),(10189,'1000','81603953719','2020-10-28 09:44:14',NULL,100.00,'0','8','1','Transport of materials to the shop','1','','','322','','No',NULL,NULL,''),(10192,'5970','81603953889','2020-10-28 09:45:41',500.00,NULL,'0','8','1','Jericans 1litre 20pcs','1','','','323','','No',NULL,NULL,''),(10193,'1000','81603953889','2020-10-28 09:45:41',NULL,500.00,'0','8','1','Jericans 1litre 20pcs','1','','','323','','No',NULL,NULL,''),(10196,'5920','81603953961','2020-10-28 09:46:46',500.00,NULL,'0','8','1','staff milk during decanting','1','','','324','','No',NULL,NULL,''),(10197,'1000','81603953961','2020-10-28 09:46:46',NULL,500.00,'0','8','1','staff milk during decanting ','1','','','324','','No',NULL,NULL,''),(10198,'1000','41603951039','2020-10-29 10:20:04',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10199,'4000','41603951039','2020-10-29 10:20:04',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(10200,'1110','41603956014','2020-10-29 11:11:53',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10201,'1110','41603956014','2020-10-29 11:11:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10202,'1110','41603956014','2020-10-29 11:11:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10203,'1110','41603956014','2020-10-29 11:11:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(10204,'1110','41603956014','2020-10-29 11:11:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10205,'1110','41603956014','2020-10-29 11:11:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10206,'5500','41603956014','2020-10-29 11:11:53',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10207,'1000','41603956014','2020-10-29 11:11:53',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10208,'4000','41603956014','2020-10-29 11:11:53',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10209,'4000','41603956014','2020-10-29 11:11:53',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10210,'4000','41603956014','2020-10-29 11:11:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10211,'4000','41603956014','2020-10-29 11:11:53',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10212,'4000','41603956014','2020-10-29 11:11:53',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10213,'4000','41603956014','2020-10-29 11:11:53',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10214,'1110','41603959130','2020-10-29 11:58:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10215,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10216,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10217,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10218,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10219,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(10220,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(10221,'1110','41603959130','2020-10-29 11:58:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10222,'1110','41603959130','2020-10-29 11:58:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10223,'5500','41603959130','2020-10-29 11:58:43',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10224,'1000','41603959130','2020-10-29 11:58:43',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10225,'4000','41603959130','2020-10-29 11:58:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10226,'4000','41603959130','2020-10-29 11:58:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10227,'4000','41603959130','2020-10-29 11:58:43',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10228,'4000','41603959130','2020-10-29 11:58:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10229,'4000','41603959130','2020-10-29 11:58:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10230,'4000','41603959130','2020-10-29 11:58:43',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10231,'4000','41603959130','2020-10-29 11:58:43',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10232,'4000','41603959130','2020-10-29 11:58:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10233,'4000','41603959130','2020-10-29 11:58:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10234,'1110','41603963810','2020-10-29 13:10:42',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10235,'1110','41603963810','2020-10-29 13:10:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10236,'1110','41603963810','2020-10-29 13:10:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10237,'1110','41603963810','2020-10-29 13:10:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10238,'1110','41603963810','2020-10-29 13:10:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10239,'1110','41603963810','2020-10-29 13:10:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10240,'5500','41603963810','2020-10-29 13:10:42',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10241,'1000','41603963810','2020-10-29 13:10:42',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10242,'4000','41603963810','2020-10-29 13:10:42',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10243,'4000','41603963810','2020-10-29 13:10:42',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10244,'4000','41603963810','2020-10-29 13:10:42',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10245,'4000','41603963810','2020-10-29 13:10:42',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10246,'4000','41603963810','2020-10-29 13:10:42',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10247,'4000','41603963810','2020-10-29 13:10:42',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10248,'1000','41603966263','2020-10-29 13:13:06',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10249,'4000','41603966263','2020-10-29 13:13:06',NULL,150.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(10250,'1000','41603966402','2020-10-29 13:17:29',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10251,'4000','41603966402','2020-10-29 13:17:29',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(10252,'4000','41603966402','2020-10-29 13:17:29',NULL,1400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(10253,'1110','41603966967','2020-10-29 13:25:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10254,'1110','41603966967','2020-10-29 13:25:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10255,'1110','41603966967','2020-10-29 13:25:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10256,'1110','41603966967','2020-10-29 13:25:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10257,'1110','41603966967','2020-10-29 13:25:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10258,'1110','41603966967','2020-10-29 13:25:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10259,'1110','41603966967','2020-10-29 13:25:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(10260,'5500','41603966967','2020-10-29 13:25:08',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10261,'1000','41603966967','2020-10-29 13:25:08',1640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10262,'4000','41603966967','2020-10-29 13:25:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10263,'4000','41603966967','2020-10-29 13:25:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10264,'4000','41603966967','2020-10-29 13:25:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10265,'4000','41603966967','2020-10-29 13:25:08',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10266,'4000','41603966967','2020-10-29 13:25:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10267,'4000','41603966967','2020-10-29 13:25:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10268,'4000','41603966967','2020-10-29 13:25:08',NULL,1100.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(10269,'1110','41603967122','2020-10-29 14:10:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(10270,'5500','41603967122','2020-10-29 14:10:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10271,'1000','41603967122','2020-10-29 14:10:35',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10272,'4000','41603967122','2020-10-29 14:10:35',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(10273,'1110','41603969843','2020-10-29 14:55:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10274,'1110','41603969843','2020-10-29 14:55:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10275,'1110','41603969843','2020-10-29 14:55:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10276,'1110','41603969843','2020-10-29 14:55:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10277,'1110','41603969843','2020-10-29 14:55:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10278,'1110','41603969843','2020-10-29 14:55:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10279,'5500','41603969843','2020-10-29 14:55:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10280,'1000','41603969843','2020-10-29 14:55:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10281,'4000','41603969843','2020-10-29 14:55:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10282,'4000','41603969843','2020-10-29 14:55:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10283,'4000','41603969843','2020-10-29 14:55:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10284,'4000','41603969843','2020-10-29 14:55:21',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10285,'4000','41603969843','2020-10-29 14:55:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10286,'4000','41603969843','2020-10-29 14:55:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10287,'1000','TRANS-81604051857','2020-10-30 12:57:21',NULL,5000.00,'-432559','8','1','Transfer','','','','','','No',NULL,NULL,''),(10288,'1035','TRANS-81604051857','2020-10-30 12:57:21',5000.00,NULL,'344559','8','1','Transfer','','','','','','No',NULL,NULL,''),(10289,'1110','41604056736','2020-10-30 14:28:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10290,'1110','41604056736','2020-10-30 14:28:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10291,'1110','41604056736','2020-10-30 14:28:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(10292,'1110','41604056736','2020-10-30 14:28:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10293,'5500','41604056736','2020-10-30 14:28:18',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10294,'1000','41604056736','2020-10-30 14:28:18',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10295,'4000','41604056736','2020-10-30 14:28:18',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10296,'4000','41604056736','2020-10-30 14:28:18',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10297,'4000','41604056736','2020-10-30 14:28:18',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10298,'4000','41604056736','2020-10-30 14:28:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10299,'1110','41604057321','2020-10-30 14:31:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10300,'1110','41604057321','2020-10-30 14:31:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10301,'1110','41604057321','2020-10-30 14:31:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10302,'1110','41604057321','2020-10-30 14:31:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10303,'1110','41604057321','2020-10-30 14:31:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10304,'1110','41604057321','2020-10-30 14:31:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10305,'5500','41604057321','2020-10-30 14:31:06',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10306,'1000','41604057321','2020-10-30 14:31:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10307,'4000','41604057321','2020-10-30 14:31:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10308,'4000','41604057321','2020-10-30 14:31:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10309,'4000','41604057321','2020-10-30 14:31:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10310,'4000','41604057321','2020-10-30 14:31:06',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10311,'4000','41604057321','2020-10-30 14:31:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10312,'4000','41604057321','2020-10-30 14:31:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10313,'1110','41604057512','2020-10-30 14:50:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10314,'1110','41604057512','2020-10-30 14:50:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10315,'1110','41604057512','2020-10-30 14:50:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10316,'1110','41604057512','2020-10-30 14:50:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10317,'1110','41604057512','2020-10-30 14:50:07',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10318,'1110','41604057512','2020-10-30 14:50:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10319,'5500','41604057512','2020-10-30 14:50:07',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10320,'1000','41604057512','2020-10-30 14:50:07',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10321,'4000','41604057512','2020-10-30 14:50:07',NULL,510.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10322,'4000','41604057512','2020-10-30 14:50:07',NULL,210.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10323,'4000','41604057512','2020-10-30 14:50:07',NULL,60.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10324,'4000','41604057512','2020-10-30 14:50:07',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10325,'4000','41604057512','2020-10-30 14:50:07',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10326,'4000','41604057512','2020-10-30 14:50:07',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10327,'1000','41604058617','2020-10-30 14:50:55',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10328,'4000','41604058617','2020-10-30 14:50:55',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(10329,'1110','41604058664','2020-10-30 14:53:28',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10330,'1110','41604058664','2020-10-30 14:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10331,'1110','41604058664','2020-10-30 14:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10332,'1110','41604058664','2020-10-30 14:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10333,'1110','41604058664','2020-10-30 14:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10334,'1110','41604058664','2020-10-30 14:53:28',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10335,'1110','41604058664','2020-10-30 14:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10336,'5500','41604058664','2020-10-30 14:53:28',493.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10337,'1000','41604058664','2020-10-30 14:53:28',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10338,'4000','41604058664','2020-10-30 14:53:28',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10339,'4000','41604058664','2020-10-30 14:53:28',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10340,'4000','41604058664','2020-10-30 14:53:28',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10341,'4000','41604058664','2020-10-30 14:53:28',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10342,'4000','41604058664','2020-10-30 14:53:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10343,'4000','41604058664','2020-10-30 14:53:28',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10344,'4000','41604058664','2020-10-30 14:53:28',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10345,'1000','41604058814','2020-10-30 14:54:28',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10346,'4000','41604058814','2020-10-30 14:54:28',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10347,'4000','41604058814','2020-10-30 14:54:28',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10348,'4000','41604058814','2020-10-30 14:54:28',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10349,'1000','41604058879','2020-10-30 15:07:22',1420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10350,'4000','41604058879','2020-10-30 15:07:22',NULL,1420.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10351,'4000','41604058879','2020-10-30 15:07:22',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10352,'4000','41604058879','2020-10-30 15:07:22',NULL,0.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(10353,'1110','41604059753','2020-10-30 15:11:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10354,'1110','41604059753','2020-10-30 15:11:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10355,'1110','41604059753','2020-10-30 15:11:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10356,'1110','41604059753','2020-10-30 15:11:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10357,'1110','41604059753','2020-10-30 15:11:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10358,'5500','41604059753','2020-10-30 15:11:31',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10359,'1000','41604059753','2020-10-30 15:11:31',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10360,'4000','41604059753','2020-10-30 15:11:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10361,'4000','41604059753','2020-10-30 15:11:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10362,'4000','41604059753','2020-10-30 15:11:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10363,'4000','41604059753','2020-10-30 15:11:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10364,'4000','41604059753','2020-10-30 15:11:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10365,'1110','41604059958','2020-10-30 15:14:11',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10366,'1110','41604059958','2020-10-30 15:14:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10367,'1110','41604059958','2020-10-30 15:14:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10368,'1110','41604059958','2020-10-30 15:14:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10369,'1110','41604059958','2020-10-30 15:14:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10370,'1110','41604059958','2020-10-30 15:14:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10371,'5500','41604059958','2020-10-30 15:14:11',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10372,'1000','41604059958','2020-10-30 15:14:11',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10373,'4000','41604059958','2020-10-30 15:14:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10374,'4000','41604059958','2020-10-30 15:14:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10375,'4000','41604059958','2020-10-30 15:14:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10376,'4000','41604059958','2020-10-30 15:14:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10377,'4000','41604059958','2020-10-30 15:14:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10378,'4000','41604059958','2020-10-30 15:14:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10379,'1110','41604060059','2020-10-30 15:17:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10380,'1110','41604060059','2020-10-30 15:17:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10381,'1110','41604060059','2020-10-30 15:17:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10382,'1110','41604060059','2020-10-30 15:17:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10383,'1110','41604060059','2020-10-30 15:17:18',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10384,'1110','41604060059','2020-10-30 15:17:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10385,'5500','41604060059','2020-10-30 15:17:18',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10386,'1000','41604060059','2020-10-30 15:17:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10387,'4000','41604060059','2020-10-30 15:17:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10388,'4000','41604060059','2020-10-30 15:17:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10389,'4000','41604060059','2020-10-30 15:17:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10390,'4000','41604060059','2020-10-30 15:17:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10391,'4000','41604060059','2020-10-30 15:17:18',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10392,'4000','41604060059','2020-10-30 15:17:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10393,'1000','41604060279','2020-10-30 15:20:38',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10394,'4000','41604060279','2020-10-30 15:20:38',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10395,'4000','41604060279','2020-10-30 15:20:38',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10396,'4000','41604060279','2020-10-30 15:20:38',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10397,'4000','41604060279','2020-10-30 15:20:38',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(10398,'4000','41604060279','2020-10-30 15:20:38',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(10399,'4000','41604060279','2020-10-30 15:20:38',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(10400,'4000','41604060279','2020-10-30 15:20:38',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(10401,'1110','41604060498','2020-10-30 15:43:17',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10402,'1110','41604060498','2020-10-30 15:43:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(10403,'1110','41604060498','2020-10-30 15:43:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10404,'1110','41604060498','2020-10-30 15:43:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(10405,'1110','41604060498','2020-10-30 15:43:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(10406,'1110','41604060498','2020-10-30 15:43:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(10407,'1110','41604060498','2020-10-30 15:43:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10408,'5500','41604060498','2020-10-30 15:43:17',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10409,'1000','41604060498','2020-10-30 15:43:17',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10410,'4000','41604060498','2020-10-30 15:43:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10411,'4000','41604060498','2020-10-30 15:43:17',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10412,'4000','41604060498','2020-10-30 15:43:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10413,'4000','41604060498','2020-10-30 15:43:17',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(10414,'4000','41604060498','2020-10-30 15:43:17',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10415,'4000','41604060498','2020-10-30 15:43:17',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(10416,'4000','41604060498','2020-10-30 15:43:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10417,'1110','41604061820','2020-10-30 15:45:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10418,'1110','41604061820','2020-10-30 15:45:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10419,'1110','41604061820','2020-10-30 15:45:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10420,'1110','41604061820','2020-10-30 15:45:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10421,'1110','41604061820','2020-10-30 15:45:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10422,'1110','41604061820','2020-10-30 15:45:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10423,'1110','41604061820','2020-10-30 15:45:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(10424,'5500','41604061820','2020-10-30 15:45:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10425,'1000','41604061820','2020-10-30 15:45:10',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10426,'4000','41604061820','2020-10-30 15:45:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10427,'4000','41604061820','2020-10-30 15:45:10',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10428,'4000','41604061820','2020-10-30 15:45:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10429,'4000','41604061820','2020-10-30 15:45:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10430,'4000','41604061820','2020-10-30 15:45:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10431,'4000','41604061820','2020-10-30 15:45:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10432,'4000','41604061820','2020-10-30 15:45:10',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(10433,'1000','41604061986','2020-10-30 15:58:45',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10434,'4000','41604061986','2020-10-30 15:58:45',NULL,750.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(10437,'5970','81604126076','2020-10-28 09:35:28',900.00,NULL,'0','8','1','polypots','1','','','325','','No',NULL,NULL,''),(10438,'1000','81604126076','2020-10-28 09:35:28',NULL,900.00,'0','8','1','polypots ','1','','','325','','No',NULL,NULL,''),(10441,'5510','81604126164','2020-10-28 09:37:00',100.00,NULL,'0','8','1','Transport of packing bottles to shop','1','','','326','','No',NULL,NULL,''),(10442,'1000','81604126164','2020-10-28 09:37:00',NULL,100.00,'0','8','1','Transport of packing bottles to shop','1','','','326','','No',NULL,NULL,''),(10445,'5910','81604126249','2020-10-29 09:38:23',100.00,NULL,'0','8','1','gabbage collection','1','','','327','','No',NULL,NULL,''),(10446,'1000','81604126249','2020-10-29 09:38:23',NULL,100.00,'0','8','1','gabbage collection','1','','','327','','No',NULL,NULL,''),(10449,'5980','81604126322','2020-10-29 09:39:41',2400.00,NULL,'0','8','1','Petty cash voucher','1','','','328','','No',NULL,NULL,''),(10450,'1000','81604126322','2020-10-29 09:39:41',NULL,2400.00,'0','8','1','Petty cash voucher','1','','','328','','No',NULL,NULL,''),(10453,'5510','81604126415','2020-10-29 09:41:24',200.00,NULL,'0','8','1','Maloba busfare to kariobangi','1','','','329','','No',NULL,NULL,''),(10454,'1000','81604126415','2020-10-29 09:41:24',NULL,200.00,'0','8','1','Maloba busfare to kariobangi','1','','','329','','No',NULL,NULL,''),(10457,'5510','81604126533','2020-10-29 09:43:10',300.00,NULL,'0','8','1','Susan busfare','1','','','330','','No',NULL,NULL,''),(10458,'1000','81604126533','2020-10-29 09:43:10',NULL,300.00,'0','8','1','Susan busfare','1','','','330','','No',NULL,NULL,''),(10463,'5920','81604126631','2020-10-29 09:44:28',185.00,NULL,'0','8','1','Milk & Bread','1','','','331','','No',NULL,NULL,''),(10464,'1000','81604126631','2020-10-29 09:44:28',NULL,185.00,'0','8','1','milk & bread ','1','','','331','','No',NULL,NULL,''),(10467,'5920','81604126704','2020-10-29 09:45:53',1000.00,NULL,'0','8','1','milk','1','','','332','','No',NULL,NULL,''),(10468,'1000','81604126704','2020-10-29 09:45:53',NULL,1000.00,'0','8','1','milk for staff decating chemicals ','1','','','332','','No',NULL,NULL,''),(10471,'5990','81604126782','2020-10-29 09:47:20',500.00,NULL,'0','8','1','off loading of chemicals','1','','','333','','No',NULL,NULL,''),(10472,'1000','81604126782','2020-10-29 09:47:20',NULL,500.00,'0','8','1','off loading of chemicals','1','','','333','','No',NULL,NULL,''),(10475,'5920','81604126871','2020-10-30 09:48:28',285.00,NULL,'0','8','1','Milk,Bread & Tissue','1','','','334','','No',NULL,NULL,''),(10476,'1000','81604126871','2020-10-30 09:48:28',NULL,285.00,'0','8','1','Milk,Bread & Tissue','1','','','334','','No',NULL,NULL,''),(10479,'5660','81604126947','2020-10-30 09:49:38',200.00,NULL,'0','8','1','marketing','1','','','335','','No',NULL,NULL,''),(10480,'1000','81604126947','2020-10-30 09:49:38',NULL,200.00,'0','8','1','marketing','1','','','335','','No',NULL,NULL,''),(10483,'5900','81604127008','2020-10-31 09:53:12',1000.00,NULL,'0','8','1','lemon perfume &lavenda','1','','','336','','No',NULL,NULL,''),(10484,'1000','81604127008','2020-10-31 09:53:12',NULL,1000.00,'0','8','1','lemon perfume &lavenda','1','','','336','','No',NULL,NULL,''),(10487,'5970','81604127226','2020-10-30 09:54:28',500.00,NULL,'0','8','1','envelopes white','1','','','337','','No',NULL,NULL,''),(10488,'1000','81604127226','2020-10-30 09:54:28',NULL,500.00,'0','8','1','envelopes white ','1','','','337','','No',NULL,NULL,''),(10491,'5510','81604127305','2020-10-30 09:55:46',100.00,NULL,'0','8','1','Transport of materials to the shop','1','','','338','','No',NULL,NULL,''),(10492,'1000','81604127305','2020-10-30 09:55:46',NULL,100.00,'0','8','1','Tranportation of material to shop','1','','','338','','No',NULL,NULL,''),(10495,'1110','41604127824','2020-10-31 10:14:58',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10496,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10497,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10498,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10499,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10500,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(10501,'1110','41604127824','2020-10-31 10:14:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10502,'1110','41604127824','2020-10-31 10:14:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10503,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10504,'1110','41604127824','2020-10-31 10:14:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(10505,'5500','41604127824','2020-10-31 10:14:58',485.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10506,'1000','41604127824','2020-10-31 10:14:58',1620.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10507,'4000','41604127824','2020-10-31 10:14:58',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10508,'4000','41604127824','2020-10-31 10:14:58',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10509,'4000','41604127824','2020-10-31 10:14:58',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10510,'4000','41604127824','2020-10-31 10:14:58',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10511,'4000','41604127824','2020-10-31 10:14:58',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10512,'4000','41604127824','2020-10-31 10:14:58',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10513,'4000','41604127824','2020-10-31 10:14:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10514,'4000','41604127824','2020-10-31 10:14:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10515,'4000','41604127824','2020-10-31 10:14:58',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10516,'4000','41604127824','2020-10-31 10:14:58',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(10517,'1110','41604128549','2020-10-31 10:51:40',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10518,'1110','41604128549','2020-10-31 10:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10519,'1110','41604128549','2020-10-31 10:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(10520,'1110','41604128549','2020-10-31 10:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10521,'1110','41604128549','2020-10-31 10:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10522,'1110','41604128549','2020-10-31 10:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10523,'5500','41604128549','2020-10-31 10:51:40',798.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10524,'1000','41604128549','2020-10-31 10:51:40',5600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10525,'4000','41604128549','2020-10-31 10:51:40',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10526,'4000','41604128549','2020-10-31 10:51:40',NULL,1100.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10527,'4000','41604128549','2020-10-31 10:51:40',NULL,1000.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10528,'4000','41604128549','2020-10-31 10:51:40',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10529,'4000','41604128549','2020-10-31 10:51:40',NULL,1200.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10530,'4000','41604128549','2020-10-31 10:51:40',NULL,600.00,'','4','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10531,'1110','41604130713','2020-10-31 11:08:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10532,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10533,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10534,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10535,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10536,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(10537,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(10538,'1110','41604130713','2020-10-31 11:08:22',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10539,'1110','41604130713','2020-10-31 11:08:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10540,'5500','41604130713','2020-10-31 11:08:22',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10541,'1000','41604130713','2020-10-31 11:08:22',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10542,'4000','41604130713','2020-10-31 11:08:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10543,'4000','41604130713','2020-10-31 11:08:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10544,'4000','41604130713','2020-10-31 11:08:22',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10545,'4000','41604130713','2020-10-31 11:08:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10546,'4000','41604130713','2020-10-31 11:08:22',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10547,'4000','41604130713','2020-10-31 11:08:22',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10548,'4000','41604130713','2020-10-31 11:08:22',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10549,'4000','41604130713','2020-10-31 11:08:22',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10550,'4000','41604130713','2020-10-31 11:08:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10551,'5563','81604127387','2020-10-30 09:57:12',500.00,NULL,'0','8','1','Office Phone Airtime','1','','','339','','No',NULL,NULL,''),(10552,'1000','81604127387','2020-10-30 09:57:12',NULL,500.00,'0','8','1','Office Phone Airtime','1','','','339','','No',NULL,NULL,''),(10555,'5510','81604132062','2020-10-30 11:16:40',500.00,NULL,'0','8','1','Transport of collecting body filler from kariobangi','1','','','340','','No',NULL,NULL,''),(10556,'1000','81604132062','2020-10-30 11:16:40',NULL,500.00,'0','8','1','Transport of collecting body filler from kariobangi','1','','','340','','No',NULL,NULL,''),(10559,'5510','81604132278','2020-10-30 11:25:19',300.00,NULL,'0','8','1','Susan bus fare','1','','','341','','No',NULL,NULL,''),(10560,'1000','81604132278','2020-10-30 11:25:19',NULL,300.00,'0','8','1','Susan bus fare','1','','','341','','No',NULL,NULL,''),(10561,'1110','41604131717','2020-10-31 11:30:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10562,'1110','41604131717','2020-10-31 11:30:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10563,'1110','41604131717','2020-10-31 11:30:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10564,'1110','41604131717','2020-10-31 11:30:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10565,'1110','41604131717','2020-10-31 11:30:15',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10566,'1110','41604131717','2020-10-31 11:30:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10567,'5500','41604131717','2020-10-31 11:30:15',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10568,'1000','41604131717','2020-10-31 11:30:15',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10569,'4000','41604131717','2020-10-31 11:30:15',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10570,'4000','41604131717','2020-10-31 11:30:15',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10571,'4000','41604131717','2020-10-31 11:30:15',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10572,'4000','41604131717','2020-10-31 11:30:15',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10573,'4000','41604131717','2020-10-31 11:30:15',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10574,'4000','41604131717','2020-10-31 11:30:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10575,'1000','TRANS-81604138306','2020-10-31 12:58:07',NULL,7000.00,'-439559','8','1','Transfer','','','','','','No',NULL,NULL,''),(10576,'1035','TRANS-81604138306','2020-10-31 12:58:07',7000.00,NULL,'351559','8','1','Transfer','','','','','','No',NULL,NULL,''),(10577,'1000','41604140769','2020-10-31 13:40:59',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10578,'4000','41604140769','2020-10-31 13:40:59',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10579,'4000','41604140769','2020-10-31 13:40:59',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10580,'4000','41604140769','2020-10-31 13:40:59',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10581,'1000','81604294609','2020-11-02 08:24:35',70.00,NULL,'','8','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10582,'4000','81604294609','2020-11-02 08:24:35',NULL,70.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10583,'1000','41604295497','2020-11-02 08:39:01',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10584,'4000','41604295497','2020-11-02 08:39:01',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(10585,'1110','41604295549','2020-11-02 10:14:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10586,'1110','41604295549','2020-11-02 10:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(10587,'1110','41604295549','2020-11-02 10:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(10588,'1110','41604295549','2020-11-02 10:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10589,'5500','41604295549','2020-11-02 10:14:48',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10590,'1000','41604295549','2020-11-02 10:14:48',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10591,'4000','41604295549','2020-11-02 10:14:48',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10592,'4000','41604295549','2020-11-02 10:14:48',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(10593,'4000','41604295549','2020-11-02 10:14:48',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10594,'4000','41604295549','2020-11-02 10:14:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10595,'1110','41604301297','2020-11-02 10:56:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10596,'1110','41604301297','2020-11-02 10:56:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10597,'1110','41604301297','2020-11-02 10:56:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10598,'1110','41604301297','2020-11-02 10:56:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10599,'1110','41604301297','2020-11-02 10:56:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10600,'1110','41604301297','2020-11-02 10:56:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10601,'5500','41604301297','2020-11-02 10:56:28',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10602,'1000','41604301297','2020-11-02 10:56:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10603,'4000','41604301297','2020-11-02 10:56:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10604,'4000','41604301297','2020-11-02 10:56:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10605,'4000','41604301297','2020-11-02 10:56:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10606,'4000','41604301297','2020-11-02 10:56:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10607,'4000','41604301297','2020-11-02 10:56:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10608,'4000','41604301297','2020-11-02 10:56:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10609,'1110','41604304013','2020-11-02 11:28:20',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10610,'1110','41604304013','2020-11-02 11:28:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10611,'1110','41604304013','2020-11-02 11:28:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10612,'1110','41604304013','2020-11-02 11:28:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10613,'1110','41604304013','2020-11-02 11:28:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10614,'1110','41604304013','2020-11-02 11:28:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10615,'1110','41604304013','2020-11-02 11:28:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(10616,'5500','41604304013','2020-11-02 11:28:20',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10617,'1000','41604304013','2020-11-02 11:28:20',1280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10618,'4000','41604304013','2020-11-02 11:28:20',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10619,'4000','41604304013','2020-11-02 11:28:20',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10620,'4000','41604304013','2020-11-02 11:28:20',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10621,'4000','41604304013','2020-11-02 11:28:20',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10622,'4000','41604304013','2020-11-02 11:28:20',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10623,'4000','41604304013','2020-11-02 11:28:20',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10624,'4000','41604304013','2020-11-02 11:28:20',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(10625,'1110','41604305736','2020-11-02 12:37:29',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10626,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10627,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(10628,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10629,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10630,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10631,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(10632,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(10633,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(10634,'1110','41604305736','2020-11-02 12:37:29',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10635,'1110','41604305736','2020-11-02 12:37:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10636,'5500','41604305736','2020-11-02 12:37:29',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10637,'1000','41604305736','2020-11-02 12:37:29',1980.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10638,'4000','41604305736','2020-11-02 12:37:29',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10639,'4000','41604305736','2020-11-02 12:37:29',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10640,'4000','41604305736','2020-11-02 12:37:29',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10641,'4000','41604305736','2020-11-02 12:37:29',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10642,'4000','41604305736','2020-11-02 12:37:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10643,'4000','41604305736','2020-11-02 12:37:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10644,'4000','41604305736','2020-11-02 12:37:29',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10645,'4000','41604305736','2020-11-02 12:37:29',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10646,'4000','41604305736','2020-11-02 12:37:29',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10647,'4000','41604305736','2020-11-02 12:37:29',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10648,'4000','41604305736','2020-11-02 12:37:29',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10649,'1000','41604309949','2020-11-02 12:39:29',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10650,'4000','41604309949','2020-11-02 12:39:29',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(10651,'1000','41604310174','2020-11-02 13:18:50',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10652,'4000','41604310174','2020-11-02 13:18:50',NULL,750.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(10653,'1000','41604312472','2020-11-02 14:24:18',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10654,'4000','41604312472','2020-11-02 14:24:18',NULL,1400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(10655,'1110','41604316269','2020-11-02 14:29:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10656,'1110','41604316269','2020-11-02 14:29:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10657,'1110','41604316269','2020-11-02 14:29:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10658,'1110','41604316269','2020-11-02 14:29:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10659,'1110','41604316269','2020-11-02 14:29:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10660,'1110','41604316269','2020-11-02 14:29:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10661,'5500','41604316269','2020-11-02 14:29:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10662,'1000','41604316269','2020-11-02 14:29:29',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10663,'4000','41604316269','2020-11-02 14:29:29',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10664,'4000','41604316269','2020-11-02 14:29:29',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10665,'4000','41604316269','2020-11-02 14:29:29',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10666,'4000','41604316269','2020-11-02 14:29:29',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10667,'4000','41604316269','2020-11-02 14:29:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10668,'4000','41604316269','2020-11-02 14:29:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10669,'1110','41604316578','2020-11-02 14:53:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10670,'1110','41604316578','2020-11-02 14:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10671,'1110','41604316578','2020-11-02 14:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10672,'1110','41604316578','2020-11-02 14:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10673,'1110','41604316578','2020-11-02 14:53:23',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10674,'1110','41604316578','2020-11-02 14:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10675,'5500','41604316578','2020-11-02 14:53:23',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10676,'1000','41604316578','2020-11-02 14:53:23',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10677,'4000','41604316578','2020-11-02 14:53:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10678,'4000','41604316578','2020-11-02 14:53:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10679,'4000','41604316578','2020-11-02 14:53:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10680,'4000','41604316578','2020-11-02 14:53:23',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10681,'4000','41604316578','2020-11-02 14:53:23',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10682,'4000','41604316578','2020-11-02 14:53:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10683,'1000','41604318082','2020-11-02 15:14:02',30960.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10684,'4000','41604318082','2020-11-02 15:14:02',NULL,8160.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(10685,'4000','41604318082','2020-11-02 15:14:02',NULL,22800.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(10686,'4000','41604318082','2020-11-02 15:14:02',NULL,0.00,'','4','1','Good sold','1','','sales','276','','No',NULL,NULL,''),(10687,'4000','41604318082','2020-11-02 15:14:02',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10688,'1000','41604319271','2020-11-02 15:15:47',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10689,'4000','41604319271','2020-11-02 15:15:47',NULL,300.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(10690,'1000','41604319724','2020-11-02 15:39:20',750.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10691,'4000','41604319724','2020-11-02 15:39:20',NULL,750.00,'','4','1','Good sold','1','','sales','155','','No',NULL,NULL,''),(10692,'1110','41604321012','2020-11-02 15:52:33',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10693,'1110','41604321012','2020-11-02 15:52:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10694,'1110','41604321012','2020-11-02 15:52:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10695,'1110','41604321012','2020-11-02 15:52:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10696,'1110','41604321012','2020-11-02 15:52:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10697,'1110','41604321012','2020-11-02 15:52:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10698,'5500','41604321012','2020-11-02 15:52:33',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10699,'1000','41604321012','2020-11-02 15:52:33',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10700,'4000','41604321012','2020-11-02 15:52:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10701,'4000','41604321012','2020-11-02 15:52:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10702,'4000','41604321012','2020-11-02 15:52:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10703,'4000','41604321012','2020-11-02 15:52:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10704,'4000','41604321012','2020-11-02 15:52:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10705,'4000','41604321012','2020-11-02 15:52:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10706,'1000','41604321732','2020-11-02 15:55:59',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10707,'4000','41604321732','2020-11-02 15:55:59',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(10708,'1000','41604321792','2020-11-02 15:57:00',250.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10709,'4000','41604321792','2020-11-02 15:57:00',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(10710,'1000','41604321834','2020-11-02 16:22:05',250.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10711,'4000','41604321834','2020-11-02 16:22:05',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(10712,'1110','41604323621','2020-11-02 16:57:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10713,'1110','41604323621','2020-11-02 16:57:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(10714,'1110','41604323621','2020-11-02 16:57:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(10715,'1110','41604323621','2020-11-02 16:57:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10716,'1110','41604323621','2020-11-02 16:57:14',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10717,'1110','41604323621','2020-11-02 16:57:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10718,'5500','41604323621','2020-11-02 16:57:14',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10719,'1000','41604323621','2020-11-02 16:57:14',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10720,'4000','41604323621','2020-11-02 16:57:14',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10721,'4000','41604323621','2020-11-02 16:57:14',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10722,'4000','41604323621','2020-11-02 16:57:14',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10723,'4000','41604323621','2020-11-02 16:57:14',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10724,'4000','41604323621','2020-11-02 16:57:14',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10725,'4000','41604323621','2020-11-02 16:57:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10726,'1000','41604380594','2020-11-03 08:17:13',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10727,'4000','41604380594','2020-11-03 08:17:13',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(10728,'4000','41604380594','2020-11-03 08:17:13',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(10733,'1850','81604390862','2020-10-31 11:09:55',190.00,NULL,'0','8','1','Milk & Bread','1','','','342','','No',NULL,NULL,''),(10734,'1000','81604390862','2020-10-31 11:09:55',NULL,190.00,'0','8','1','Milk & Bread','1','','','342','','No',NULL,NULL,''),(10737,'1850','81604391024','2020-10-31 11:11:18',1000.00,NULL,'0','8','1','handwash& hand pump','1','','','343','','No',NULL,NULL,''),(10738,'1000','81604391024','2020-10-31 11:11:18',NULL,1000.00,'0','8','1','Handtowel 5pcs & hand pump','1','','','343','','No',NULL,NULL,''),(10741,'1850','81604391137','2020-11-02 11:14:23',629.00,NULL,'0','8','1','Milk,Bread,Sugar Tea bags,scones & bag','1','','','344','','No',NULL,NULL,''),(10742,'1000','81604391137','2020-11-02 11:14:23',NULL,629.00,'0','8','1','Milk,Bread,Sugar Tea bags,scones & bag','1','','','344','','No',NULL,NULL,''),(10745,'5920','81604391325','2020-11-02 11:16:14',200.00,NULL,'0','8','1','computer power cable','1','','','345','','No',NULL,NULL,''),(10746,'1000','81604391325','2020-11-02 11:16:14',NULL,200.00,'0','8','1','computer power cable','1','','','345','','No',NULL,NULL,''),(10747,'1100','41604470735','2020-11-04 09:20:26',46950.00,NULL,'','4','1','Good sold','1','21','sales','','','No',NULL,NULL,''),(10748,'4000','41604470735','2020-11-04 09:20:26',NULL,15600.00,'','4','1','Good sold','1','21','sales','85','','No',NULL,NULL,''),(10749,'4000','41604470735','2020-11-04 09:20:26',NULL,31350.00,'','4','1','Good sold','1','21','sales','161','','No',NULL,NULL,''),(10750,'1000','41604494332','2020-11-04 15:54:41',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10751,'4000','41604494332','2020-11-04 15:54:41',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10752,'4000','41604494332','2020-11-04 15:54:41',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10753,'4000','41604494332','2020-11-04 15:54:41',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10754,'1000','41604494519','2020-11-04 15:57:29',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10755,'4000','41604494519','2020-11-04 15:57:29',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10756,'4000','41604494519','2020-11-04 15:57:29',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10757,'4000','41604494519','2020-11-04 15:57:29',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10758,'4000','41604494519','2020-11-04 15:57:29',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(10759,'4000','41604494519','2020-11-04 15:57:29',NULL,1400.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(10760,'1000','41604494657','2020-11-04 15:59:26',240.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10761,'4000','41604494657','2020-11-04 15:59:26',NULL,240.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(10762,'1110','41604494776','2020-11-04 16:00:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10763,'1110','41604494776','2020-11-04 16:00:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10764,'1110','41604494776','2020-11-04 16:00:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10765,'1110','41604494776','2020-11-04 16:00:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10766,'5500','41604494776','2020-11-04 16:00:39',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10767,'1000','41604494776','2020-11-04 16:00:39',460.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10768,'4000','41604494776','2020-11-04 16:00:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10769,'4000','41604494776','2020-11-04 16:00:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10770,'4000','41604494776','2020-11-04 16:00:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10771,'4000','41604494776','2020-11-04 16:00:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10772,'1000','41604494873','2020-11-04 16:02:05',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10773,'4000','41604494873','2020-11-04 16:02:05',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10774,'4000','41604494873','2020-11-04 16:02:05',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10775,'4000','41604494873','2020-11-04 16:02:05',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10776,'1000','41604494932','2020-11-04 16:03:32',4000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10777,'4000','41604494932','2020-11-04 16:03:32',NULL,4000.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10778,'1000','41604555692','2020-11-05 09:08:27',14000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10779,'4000','41604555692','2020-11-05 09:08:27',NULL,14000.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(10780,'4000','41604555692','2020-11-05 09:08:27',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(10781,'4000','41604555692','2020-11-05 09:08:27',NULL,0.00,'','4','1','Good sold','1','','sales','290','','No',NULL,NULL,''),(10782,'1000','41604561557','2020-11-03 10:34:46',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10783,'4000','41604561557','2020-11-03 10:34:46',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10784,'4000','41604561557','2020-11-03 10:34:46',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10785,'4000','41604561557','2020-11-03 10:34:46',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10786,'4000','41604561557','2020-11-03 10:34:46',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(10787,'4000','41604561557','2020-11-03 10:34:46',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10788,'4000','41604561557','2020-11-03 10:34:46',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(10789,'1110','41604561699','2020-11-03 10:36:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10790,'1110','41604561699','2020-11-03 10:36:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10791,'1110','41604561699','2020-11-03 10:36:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10792,'1110','41604561699','2020-11-03 10:36:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10793,'1110','41604561699','2020-11-03 10:36:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10794,'1110','41604561699','2020-11-03 10:36:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10795,'5500','41604561699','2020-11-03 10:36:38',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10796,'1000','41604561699','2020-11-03 10:36:38',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10797,'4000','41604561699','2020-11-03 10:36:38',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10798,'4000','41604561699','2020-11-03 10:36:38',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10799,'4000','41604561699','2020-11-03 10:36:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10800,'4000','41604561699','2020-11-03 10:36:38',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10801,'4000','41604561699','2020-11-03 10:36:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10802,'4000','41604561699','2020-11-03 10:36:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10803,'1110','41604562034','2020-11-03 10:41:33',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10804,'1110','41604562034','2020-11-03 10:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10805,'1110','41604562034','2020-11-03 10:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10806,'1110','41604562034','2020-11-03 10:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10807,'1110','41604562034','2020-11-03 10:41:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10808,'1110','41604562034','2020-11-03 10:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10809,'5500','41604562034','2020-11-03 10:41:33',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10810,'1000','41604562034','2020-11-03 10:41:33',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10811,'4000','41604562034','2020-11-03 10:41:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10812,'4000','41604562034','2020-11-03 10:41:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10813,'4000','41604562034','2020-11-03 10:41:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10814,'4000','41604562034','2020-11-03 10:41:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10815,'4000','41604562034','2020-11-03 10:41:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10816,'4000','41604562034','2020-11-03 10:41:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10817,'1000','41604562112','2020-11-03 10:42:59',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10818,'4000','41604562112','2020-11-03 10:42:59',NULL,300.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(10819,'1000','41604562194','2020-11-03 10:43:50',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10820,'4000','41604562194','2020-11-03 10:43:50',NULL,300.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(10821,'1000','41604562254','2020-11-03 10:44:35',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10822,'4000','41604562254','2020-11-03 10:44:35',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(10823,'1110','41604562289','2020-11-03 10:47:04',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10824,'1110','41604562289','2020-11-03 10:47:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10825,'1110','41604562289','2020-11-03 10:47:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10826,'1110','41604562289','2020-11-03 10:47:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10827,'1110','41604562289','2020-11-03 10:47:04',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10828,'1110','41604562289','2020-11-03 10:47:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10829,'5500','41604562289','2020-11-03 10:47:04',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10830,'1000','41604562289','2020-11-03 10:47:04',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10831,'4000','41604562289','2020-11-03 10:47:04',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10832,'4000','41604562289','2020-11-03 10:47:04',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10833,'4000','41604562289','2020-11-03 10:47:04',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10834,'4000','41604562289','2020-11-03 10:47:04',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10835,'4000','41604562289','2020-11-03 10:47:04',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10836,'4000','41604562289','2020-11-03 10:47:04',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10837,'1110','41604562439','2020-11-05 11:09:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10838,'1110','41604562439','2020-11-05 11:09:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10839,'1110','41604562439','2020-11-05 11:09:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10840,'1110','41604562439','2020-11-05 11:09:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(10841,'1110','41604562439','2020-11-05 11:09:56',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10842,'1110','41604562439','2020-11-05 11:09:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10843,'5500','41604562439','2020-11-05 11:09:56',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10844,'1000','41604562439','2020-11-05 11:09:56',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10845,'4000','41604562439','2020-11-05 11:09:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10846,'4000','41604562439','2020-11-05 11:09:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10847,'4000','41604562439','2020-11-05 11:09:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10848,'4000','41604562439','2020-11-05 11:09:56',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10849,'4000','41604562439','2020-11-05 11:09:56',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10850,'4000','41604562439','2020-11-05 11:09:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10851,'1110','41604564400','2020-11-03 11:20:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10852,'1110','41604564400','2020-11-03 11:20:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10853,'1110','41604564400','2020-11-03 11:20:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10854,'1110','41604564400','2020-11-03 11:20:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10855,'1110','41604564400','2020-11-03 11:20:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10856,'1110','41604564400','2020-11-03 11:20:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10857,'5500','41604564400','2020-11-03 11:20:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10858,'1000','41604564400','2020-11-03 11:20:51',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10859,'4000','41604564400','2020-11-03 11:20:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10860,'4000','41604564400','2020-11-03 11:20:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10861,'4000','41604564400','2020-11-03 11:20:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10862,'4000','41604564400','2020-11-03 11:20:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10863,'4000','41604564400','2020-11-03 11:20:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10864,'4000','41604564400','2020-11-03 11:20:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10865,'1110','41604564470','2020-11-03 11:22:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10866,'1110','41604564470','2020-11-03 11:22:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10867,'1110','41604564470','2020-11-03 11:22:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10868,'1110','41604564470','2020-11-03 11:22:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(10869,'1110','41604564470','2020-11-03 11:22:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10870,'1110','41604564470','2020-11-03 11:22:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10871,'5500','41604564470','2020-11-03 11:22:28',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10872,'1000','41604564470','2020-11-03 11:22:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10873,'4000','41604564470','2020-11-03 11:22:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10874,'4000','41604564470','2020-11-03 11:22:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10875,'4000','41604564470','2020-11-03 11:22:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10876,'4000','41604564470','2020-11-03 11:22:28',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10877,'4000','41604564470','2020-11-03 11:22:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10878,'4000','41604564470','2020-11-03 11:22:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10879,'1000','41604565543','2020-11-03 11:39:51',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10880,'4000','41604565543','2020-11-03 11:39:51',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(10881,'4000','41604565543','2020-11-03 11:39:51',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10882,'4000','41604565543','2020-11-03 11:39:51',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(10883,'1110','41604565617','2020-11-03 11:41:42',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10884,'1110','41604565617','2020-11-03 11:41:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10885,'1110','41604565617','2020-11-03 11:41:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10886,'1110','41604565617','2020-11-03 11:41:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(10887,'1110','41604565617','2020-11-03 11:41:42',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10888,'1110','41604565617','2020-11-03 11:41:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10889,'5500','41604565617','2020-11-03 11:41:42',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10890,'1000','41604565617','2020-11-03 11:41:42',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10891,'4000','41604565617','2020-11-03 11:41:42',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10892,'4000','41604565617','2020-11-03 11:41:42',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10893,'4000','41604565617','2020-11-03 11:41:42',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10894,'4000','41604565617','2020-11-03 11:41:42',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10895,'4000','41604565617','2020-11-03 11:41:42',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10896,'4000','41604565617','2020-11-03 11:41:42',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10897,'1000','41604565728','2020-11-03 11:43:52',290.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(10898,'4000','41604565728','2020-11-03 11:43:52',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10899,'4000','41604565728','2020-11-03 11:43:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10900,'4000','41604565728','2020-11-03 11:43:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10901,'4000','41604565728','2020-11-03 11:43:52',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10902,'4000','41604565728','2020-11-03 11:43:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(10903,'1110','41604569548','2020-11-03 12:45:57',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(10904,'5500','41604569548','2020-11-03 12:45:57',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10905,'1000','41604569548','2020-11-03 12:45:57',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10906,'4000','41604569548','2020-11-03 12:45:57',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10907,'1000','41604569588','2020-11-03 12:49:03',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10908,'4000','41604569588','2020-11-03 12:49:03',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10909,'4000','41604569588','2020-11-03 12:49:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10910,'4000','41604569588','2020-11-03 12:49:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10911,'4000','41604569588','2020-11-03 12:49:03',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(10912,'4000','41604569588','2020-11-03 12:49:03',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10913,'4000','41604569588','2020-11-03 12:49:03',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(10914,'1000','41604569754','2020-11-03 12:50:21',1260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10915,'4000','41604569754','2020-11-03 12:50:21',NULL,1260.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10916,'1000','41604569918','2020-11-03 12:52:18',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10917,'4000','41604569918','2020-11-03 12:52:18',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(10918,'1000','41604569992','2020-11-04 12:56:15',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10919,'4000','41604569992','2020-11-04 12:56:15',NULL,80.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(10920,'4000','41604569992','2020-11-04 12:56:15',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10921,'4000','41604569992','2020-11-04 12:56:15',NULL,200.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(10922,'4000','41604569992','2020-11-04 12:56:15',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10923,'4000','41604569992','2020-11-04 12:56:15',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(10924,'1000','41604570231','2020-11-05 12:57:50',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10925,'4000','41604570231','2020-11-05 12:57:50',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(10926,'1110','41604570702','2020-11-05 13:40:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10927,'1110','41604570702','2020-11-05 13:40:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10928,'1110','41604570702','2020-11-05 13:40:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10929,'1110','41604570702','2020-11-05 13:40:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(10930,'1110','41604570702','2020-11-05 13:40:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(10931,'1110','41604570702','2020-11-05 13:40:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(10932,'1110','41604570702','2020-11-05 13:40:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(10933,'1110','41604570702','2020-11-05 13:40:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10934,'5500','41604570702','2020-11-05 13:40:49',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10935,'1000','41604570702','2020-11-05 13:40:49',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10936,'4000','41604570702','2020-11-05 13:40:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10937,'4000','41604570702','2020-11-05 13:40:49',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10938,'4000','41604570702','2020-11-05 13:40:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10939,'4000','41604570702','2020-11-05 13:40:49',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(10940,'4000','41604570702','2020-11-05 13:40:49',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10941,'4000','41604570702','2020-11-05 13:40:49',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10942,'4000','41604570702','2020-11-05 13:40:49',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(10943,'4000','41604570702','2020-11-05 13:40:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10944,'1110','41604575293','2020-11-05 14:56:27',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10945,'1110','41604575293','2020-11-05 14:56:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10946,'1110','41604575293','2020-11-05 14:56:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10947,'5500','41604575293','2020-11-05 14:56:27',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10948,'1000','41604575293','2020-11-05 14:56:27',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10949,'4000','41604575293','2020-11-05 14:56:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10950,'4000','41604575293','2020-11-05 14:56:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(10951,'4000','41604575293','2020-11-05 14:56:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(10952,'1110','81604638906','2020-11-06 08:02:13',NULL,2.00,'','8','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10953,'5500','81604638906','2020-11-06 08:02:13',2.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10954,'1000','81604638906','2020-11-06 08:02:13',50.00,NULL,'','8','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10955,'4000','81604638906','2020-11-06 08:02:13',NULL,50.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10956,'1110','81604639021','2020-11-06 08:03:58',NULL,2.00,'','8','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10957,'5500','81604639021','2020-11-06 08:03:58',2.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10958,'1000','81604639021','2020-11-06 08:03:58',50.00,NULL,'','8','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10959,'4000','81604639021','2020-11-06 08:03:58',NULL,50.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10960,'4000','81604639021','2020-11-06 08:04:29',50.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10961,'1000','81604639021','2020-11-06 08:04:29',NULL,50.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10962,'5500','81604639021','2020-11-06 08:04:29',NULL,2.00,'','8','1','Cost of goods returned','1','','sales','70','','No',NULL,NULL,''),(10963,'1110','81604639021','2020-11-06 08:04:29',2.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10964,'4000','81604638906','2020-11-06 08:04:39',50.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10965,'1000','81604638906','2020-11-06 08:04:39',NULL,50.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10966,'5500','81604638906','2020-11-06 08:04:39',NULL,2.00,'','8','1','Cost of goods returned','1','','sales','70','','No',NULL,NULL,''),(10967,'1110','81604638906','2020-11-06 08:04:39',2.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10968,'1110','81604642166','2020-11-06 08:56:14',NULL,2.00,'','8','1','Inventory sold','1','21','sales','70','','No',NULL,NULL,''),(10969,'5500','81604642166','2020-11-06 08:56:14',2.00,NULL,'','8','1','Cost of goods sold','1','21','sales','','','No',NULL,NULL,''),(10970,'1000','81604642166','2020-11-06 08:56:14',50.00,NULL,'','8','1','Good sold','1','21','Payment','','','No',NULL,NULL,''),(10971,'4000','81604642166','2020-11-06 08:56:14',NULL,50.00,'','8','1','Good sold','1','21','sales','70','','No',NULL,NULL,''),(10972,'4000','81604642166','2020-11-06 08:57:46',50.00,NULL,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(10973,'1000','81604642166','2020-11-06 08:57:46',NULL,50.00,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(10974,'5500','81604642166','2020-11-06 08:57:46',NULL,2.00,'','8','1','Cost of goods returned','1','21','sales','70','','No',NULL,NULL,''),(10975,'1110','81604642166','2020-11-06 08:57:46',2.00,NULL,'','8','1','Inventory retuned ','1','21','sales','','','No',NULL,NULL,''),(10976,'1110','81604642269','2020-11-06 08:57:57',NULL,2.00,'','8','1','Inventory sold','1','20','sales','70','','No',NULL,NULL,''),(10977,'5500','81604642269','2020-11-06 08:57:57',2.00,NULL,'','8','1','Cost of goods sold','1','20','sales','','','No',NULL,NULL,''),(10978,'1000','81604642269','2020-11-06 08:57:57',50.00,NULL,'','8','1','Good sold','1','20','Payment','','','No',NULL,NULL,''),(10979,'4000','81604642269','2020-11-06 08:57:57',NULL,50.00,'','8','1','Good sold','1','20','sales','70','','No',NULL,NULL,''),(10980,'4000','81604642269','2020-11-06 08:59:11',50.00,NULL,'','8','1','Returned products','1','20','return','','','No',NULL,NULL,''),(10981,'1000','81604642269','2020-11-06 08:59:11',NULL,50.00,'','8','1','Returned products','1','20','return','','','No',NULL,NULL,''),(10982,'5500','81604642269','2020-11-06 08:59:11',NULL,2.00,'','8','1','Cost of goods returned','1','20','sales','70','','No',NULL,NULL,''),(10983,'1110','81604642269','2020-11-06 08:59:11',2.00,NULL,'','8','1','Inventory retuned ','1','20','sales','','','No',NULL,NULL,''),(10984,'1110','81604643575','2020-11-06 09:19:42',NULL,2.00,'','8','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10985,'5500','81604643575','2020-11-06 09:19:42',2.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10986,'1000','81604643575','2020-11-06 09:19:42',50.00,NULL,'','8','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(10987,'4000','81604643575','2020-11-06 09:19:42',NULL,50.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10988,'4000','81604643575','2020-11-06 09:20:23',50.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10989,'1000','81604643575','2020-11-06 09:20:23',NULL,50.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(10990,'5500','81604643575','2020-11-06 09:20:23',NULL,2.00,'','8','1','Cost of goods returned','1','','sales','70','','No',NULL,NULL,''),(10991,'1110','81604643575','2020-11-06 09:20:23',2.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(10992,'1110','41604644077','2020-11-03 09:30:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10993,'1110','41604644077','2020-11-03 09:30:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(10994,'1110','41604644077','2020-11-03 09:30:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(10995,'1110','41604644077','2020-11-03 09:30:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10996,'1110','41604644077','2020-11-03 09:30:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(10997,'1110','41604644077','2020-11-03 09:30:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(10998,'5500','41604644077','2020-11-03 09:30:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10999,'1000','41604644077','2020-11-03 09:30:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11000,'4000','41604644077','2020-11-03 09:30:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11001,'4000','41604644077','2020-11-03 09:30:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11002,'4000','41604644077','2020-11-03 09:30:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11003,'4000','41604644077','2020-11-03 09:30:21',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11004,'4000','41604644077','2020-11-03 09:30:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11005,'4000','41604644077','2020-11-03 09:30:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11006,'1110','41604644269','2020-11-04 09:32:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11007,'1110','41604644269','2020-11-04 09:32:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11008,'1110','41604644269','2020-11-04 09:32:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11009,'1110','41604644269','2020-11-04 09:32:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11010,'1110','41604644269','2020-11-04 09:32:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11011,'5500','41604644269','2020-11-04 09:32:39',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11012,'1000','41604644269','2020-11-04 09:32:39',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11013,'4000','41604644269','2020-11-04 09:32:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11014,'4000','41604644269','2020-11-04 09:32:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11015,'4000','41604644269','2020-11-04 09:32:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11016,'4000','41604644269','2020-11-04 09:32:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11017,'4000','41604644269','2020-11-04 09:32:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11018,'1110','41604644387','2020-11-04 09:37:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11019,'1110','41604644387','2020-11-04 09:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11020,'1110','41604644387','2020-11-04 09:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11021,'1110','41604644387','2020-11-04 09:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11022,'1110','41604644387','2020-11-04 09:37:22',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11023,'1110','41604644387','2020-11-04 09:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11024,'5500','41604644387','2020-11-04 09:37:22',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11025,'1000','41604644387','2020-11-04 09:37:22',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11026,'4000','41604644387','2020-11-04 09:37:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11027,'4000','41604644387','2020-11-04 09:37:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11028,'4000','41604644387','2020-11-04 09:37:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11029,'4000','41604644387','2020-11-04 09:37:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11030,'4000','41604644387','2020-11-04 09:37:22',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11031,'4000','41604644387','2020-11-04 09:37:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11032,'1110','41604644664','2020-11-04 09:41:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11033,'1110','41604644664','2020-11-04 09:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11034,'1110','41604644664','2020-11-04 09:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11035,'1110','41604644664','2020-11-04 09:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11036,'1110','41604644664','2020-11-04 09:41:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11037,'1110','41604644664','2020-11-04 09:41:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11038,'5500','41604644664','2020-11-04 09:41:52',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11039,'1000','41604644664','2020-11-04 09:41:52',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11040,'4000','41604644664','2020-11-04 09:41:52',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11041,'4000','41604644664','2020-11-04 09:41:52',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11042,'4000','41604644664','2020-11-04 09:41:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11043,'4000','41604644664','2020-11-04 09:41:52',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11044,'4000','41604644664','2020-11-04 09:41:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11045,'4000','41604644664','2020-11-04 09:41:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11046,'1110','41604644924','2020-11-04 09:43:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11047,'1110','41604644924','2020-11-04 09:43:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11048,'1110','41604644924','2020-11-04 09:43:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11049,'1110','41604644924','2020-11-04 09:43:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11050,'1110','41604644924','2020-11-04 09:43:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11051,'1110','41604644924','2020-11-04 09:43:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11052,'5500','41604644924','2020-11-04 09:43:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11053,'1000','41604644924','2020-11-04 09:43:34',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11054,'4000','41604644924','2020-11-04 09:43:34',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11055,'4000','41604644924','2020-11-04 09:43:34',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11056,'4000','41604644924','2020-11-04 09:43:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11057,'4000','41604644924','2020-11-04 09:43:34',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11058,'4000','41604644924','2020-11-04 09:43:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11059,'4000','41604644924','2020-11-04 09:43:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11060,'1110','41604645034','2020-11-04 09:48:26',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11061,'1110','41604645034','2020-11-04 09:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11062,'1110','41604645034','2020-11-04 09:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11063,'1110','41604645034','2020-11-04 09:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11064,'1110','41604645034','2020-11-04 09:48:26',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11065,'1110','41604645034','2020-11-04 09:48:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11066,'5500','41604645034','2020-11-04 09:48:26',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11067,'1000','41604645034','2020-11-04 09:48:26',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11068,'4000','41604645034','2020-11-04 09:48:26',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11069,'4000','41604645034','2020-11-04 09:48:26',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11070,'4000','41604645034','2020-11-04 09:48:26',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11071,'4000','41604645034','2020-11-04 09:48:26',NULL,40.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11072,'4000','41604645034','2020-11-04 09:48:26',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11073,'4000','41604645034','2020-11-04 09:48:26',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11074,'1000','41604645319','2020-11-06 09:50:48',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11075,'4000','41604645319','2020-11-06 09:50:48',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11076,'1110','41604645454','2020-11-06 11:05:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11077,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11078,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11079,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11080,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11081,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(11082,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(11083,'1110','41604645454','2020-11-06 11:05:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11084,'1110','41604645454','2020-11-06 11:05:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11085,'5500','41604645454','2020-11-06 11:05:06',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11086,'1000','41604645454','2020-11-06 11:05:06',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11087,'4000','41604645454','2020-11-06 11:05:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11088,'4000','41604645454','2020-11-06 11:05:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11089,'4000','41604645454','2020-11-06 11:05:06',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11090,'4000','41604645454','2020-11-06 11:05:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11091,'4000','41604645454','2020-11-06 11:05:06',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11092,'4000','41604645454','2020-11-06 11:05:06',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11093,'4000','41604645454','2020-11-06 11:05:06',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11094,'4000','41604645454','2020-11-06 11:05:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11095,'4000','41604645454','2020-11-06 11:05:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11096,'1110','41604649947','2020-11-06 11:22:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11097,'1110','41604649947','2020-11-06 11:22:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11098,'1110','41604649947','2020-11-06 11:22:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11099,'1110','41604649947','2020-11-06 11:22:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11100,'1110','41604649947','2020-11-06 11:22:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11101,'1110','41604649947','2020-11-06 11:22:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11102,'5500','41604649947','2020-11-06 11:22:35',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11103,'1000','41604649947','2020-11-06 11:22:35',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11104,'4000','41604649947','2020-11-06 11:22:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11105,'4000','41604649947','2020-11-06 11:22:35',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11106,'4000','41604649947','2020-11-06 11:22:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11107,'4000','41604649947','2020-11-06 11:22:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11108,'4000','41604649947','2020-11-06 11:22:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11109,'4000','41604649947','2020-11-06 11:22:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11110,'1000','41604650960','2020-11-06 11:55:22',360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11111,'4000','41604650960','2020-11-06 11:55:22',NULL,360.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11112,'1110','41604653137','2020-11-04 12:20:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11113,'1110','41604653137','2020-11-04 12:20:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11114,'1110','41604653137','2020-11-04 12:20:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11115,'1110','41604653137','2020-11-04 12:20:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11116,'1110','41604653137','2020-11-04 12:20:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11117,'1110','41604653137','2020-11-04 12:20:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11118,'5500','41604653137','2020-11-04 12:20:37',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11119,'1000','41604653137','2020-11-04 12:20:37',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11120,'4000','41604653137','2020-11-04 12:20:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11121,'4000','41604653137','2020-11-04 12:20:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11122,'4000','41604653137','2020-11-04 12:20:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11123,'4000','41604653137','2020-11-04 12:20:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11124,'4000','41604653137','2020-11-04 12:20:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11125,'4000','41604653137','2020-11-04 12:20:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11126,'1110','41604654471','2020-11-04 12:23:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11127,'1110','41604654471','2020-11-04 12:23:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11128,'1110','41604654471','2020-11-04 12:23:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11129,'1110','41604654471','2020-11-04 12:23:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11130,'1110','41604654471','2020-11-04 12:23:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11131,'1110','41604654471','2020-11-04 12:23:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11132,'5500','41604654471','2020-11-04 12:23:09',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11133,'1000','41604654471','2020-11-04 12:23:09',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11134,'4000','41604654471','2020-11-04 12:23:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11135,'4000','41604654471','2020-11-04 12:23:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11136,'4000','41604654471','2020-11-04 12:23:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11137,'4000','41604654471','2020-11-04 12:23:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11138,'4000','41604654471','2020-11-04 12:23:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11139,'4000','41604654471','2020-11-04 12:23:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11140,'1110','41604654607','2020-11-04 12:40:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11141,'1110','41604654607','2020-11-04 12:40:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11142,'1110','41604654607','2020-11-04 12:40:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11143,'1110','41604654607','2020-11-04 12:40:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11144,'1110','41604654607','2020-11-04 12:40:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11145,'1110','41604654607','2020-11-04 12:40:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11146,'5500','41604654607','2020-11-04 12:40:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11147,'1000','41604654607','2020-11-04 12:40:07',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11148,'4000','41604654607','2020-11-04 12:40:07',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11149,'4000','41604654607','2020-11-04 12:40:07',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11150,'4000','41604654607','2020-11-04 12:40:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11151,'4000','41604654607','2020-11-04 12:40:07',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11152,'4000','41604654607','2020-11-04 12:40:07',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11153,'4000','41604654607','2020-11-04 12:40:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11154,'1110','41604655638','2020-11-04 12:43:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11155,'1110','41604655638','2020-11-04 12:43:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11156,'1110','41604655638','2020-11-04 12:43:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11157,'1110','41604655638','2020-11-04 12:43:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11158,'1110','41604655638','2020-11-04 12:43:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11159,'1110','41604655638','2020-11-04 12:43:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(11160,'1110','41604655638','2020-11-04 12:43:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11161,'5500','41604655638','2020-11-04 12:43:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11162,'1000','41604655638','2020-11-04 12:43:51',1040.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11163,'4000','41604655638','2020-11-04 12:43:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11164,'4000','41604655638','2020-11-04 12:43:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11165,'4000','41604655638','2020-11-04 12:43:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11166,'4000','41604655638','2020-11-04 12:43:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11167,'4000','41604655638','2020-11-04 12:43:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11168,'4000','41604655638','2020-11-04 12:43:51',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(11169,'4000','41604655638','2020-11-04 12:43:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11170,'1110','41604655847','2020-11-04 12:45:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11171,'1110','41604655847','2020-11-04 12:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11172,'1110','41604655847','2020-11-04 12:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11173,'1110','41604655847','2020-11-04 12:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11174,'1110','41604655847','2020-11-04 12:45:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11175,'1110','41604655847','2020-11-04 12:45:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11176,'5500','41604655847','2020-11-04 12:45:31',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11177,'1000','41604655847','2020-11-04 12:45:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11178,'4000','41604655847','2020-11-04 12:45:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11179,'4000','41604655847','2020-11-04 12:45:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11180,'4000','41604655847','2020-11-04 12:45:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11181,'4000','41604655847','2020-11-04 12:45:31',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11182,'4000','41604655847','2020-11-04 12:45:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11183,'4000','41604655847','2020-11-04 12:45:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11184,'1110','41604655949','2020-11-05 13:07:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11185,'1110','41604655949','2020-11-05 13:07:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11186,'1110','41604655949','2020-11-05 13:07:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(11187,'1110','41604655949','2020-11-05 13:07:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11188,'5500','41604655949','2020-11-05 13:07:35',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11189,'1000','41604655949','2020-11-05 13:07:35',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11190,'4000','41604655949','2020-11-05 13:07:35',NULL,360.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11191,'4000','41604655949','2020-11-05 13:07:35',NULL,240.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11192,'4000','41604655949','2020-11-05 13:07:35',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11193,'4000','41604655949','2020-11-05 13:07:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11194,'1100','41604657277','2020-10-31 13:59:00',2000.00,NULL,'','4','1','Good sold','1','36','sales','','','No',NULL,NULL,''),(11195,'4000','41604657277','2020-10-31 13:59:00',NULL,2000.00,'','4','1','Good sold','1','36','sales','147','','No',NULL,NULL,''),(11203,'1100','41604664176','2020-10-31 15:04:50',2500.00,NULL,'','4','1','Good sold','1','36','sales','','','No',NULL,NULL,''),(11204,'4000','41604664176','2020-10-31 15:04:50',NULL,500.00,'','4','1','Good sold','1','36','sales','85','','No',NULL,NULL,''),(11205,'4000','41604664176','2020-10-31 15:04:50',NULL,2000.00,'','4','1','Good sold','1','36','sales','147','','No',NULL,NULL,''),(11208,'1000','41604664886','2020-11-06 15:15:36',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11209,'4000','41604664886','2020-11-06 15:15:36',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11210,'4000','41604664886','2020-11-06 15:15:36',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11211,'4000','41604664886','2020-11-06 15:15:36',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11212,'1110','41604664947','2020-11-05 15:21:06',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11213,'1110','41604664947','2020-11-05 15:21:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11214,'1110','41604664947','2020-11-05 15:21:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11215,'1110','41604664947','2020-11-05 15:21:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11216,'1110','41604664947','2020-11-05 15:21:06',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11217,'1110','41604664947','2020-11-05 15:21:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11218,'5500','41604664947','2020-11-05 15:21:06',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11219,'1000','41604664947','2020-11-05 15:21:06',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11220,'4000','41604664947','2020-11-05 15:21:06',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11221,'4000','41604664947','2020-11-05 15:21:06',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11222,'4000','41604664947','2020-11-05 15:21:06',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11223,'4000','41604664947','2020-11-05 15:21:06',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11224,'4000','41604664947','2020-11-05 15:21:06',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11225,'4000','41604664947','2020-11-05 15:21:06',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11226,'1110','41604665282','2020-11-05 15:22:47',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11227,'1110','41604665282','2020-11-05 15:22:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11228,'1110','41604665282','2020-11-05 15:22:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11229,'1110','41604665282','2020-11-05 15:22:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11230,'1110','41604665282','2020-11-05 15:22:47',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11231,'1110','41604665282','2020-11-05 15:22:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11232,'5500','41604665282','2020-11-05 15:22:47',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11233,'1000','41604665282','2020-11-05 15:22:47',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11234,'4000','41604665282','2020-11-05 15:22:47',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11235,'4000','41604665282','2020-11-05 15:22:47',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11236,'4000','41604665282','2020-11-05 15:22:47',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11237,'4000','41604665282','2020-11-05 15:22:47',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11238,'4000','41604665282','2020-11-05 15:22:47',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11239,'4000','41604665282','2020-11-05 15:22:47',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11240,'1110','41604665407','2020-11-06 15:26:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11241,'1110','41604665407','2020-11-06 15:26:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11242,'1110','41604665407','2020-11-06 15:26:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11243,'1110','41604665407','2020-11-06 15:26:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11244,'1110','41604665407','2020-11-06 15:26:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11245,'1110','41604665407','2020-11-06 15:26:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11246,'5500','41604665407','2020-11-06 15:26:12',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11247,'1000','41604665407','2020-11-06 15:26:12',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11248,'4000','41604665407','2020-11-06 15:26:12',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11249,'4000','41604665407','2020-11-06 15:26:12',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11250,'4000','41604665407','2020-11-06 15:26:12',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11251,'4000','41604665407','2020-11-06 15:26:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11252,'4000','41604665407','2020-11-06 15:26:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11253,'4000','41604665407','2020-11-06 15:26:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11254,'1110','41604665637','2020-11-06 15:28:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11255,'1110','41604665637','2020-11-06 15:28:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(11256,'1110','41604665637','2020-11-06 15:28:23',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11257,'1110','41604665637','2020-11-06 15:28:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(11258,'5500','41604665637','2020-11-06 15:28:23',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11259,'1000','41604665637','2020-11-06 15:28:23',630.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11260,'4000','41604665637','2020-11-06 15:28:23',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11261,'4000','41604665637','2020-11-06 15:28:23',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(11262,'4000','41604665637','2020-11-06 15:28:23',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11263,'4000','41604665637','2020-11-06 15:28:23',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(11264,'1000','41604665830','2020-11-06 15:30:43',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11265,'4000','41604665830','2020-11-06 15:30:43',NULL,750.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(11266,'1110','41604665852','2020-11-06 15:38:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11267,'1110','41604665852','2020-11-06 15:38:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11268,'1110','41604665852','2020-11-06 15:38:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11269,'1110','41604665852','2020-11-06 15:38:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11270,'1110','41604665852','2020-11-06 15:38:32',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11271,'1110','41604665852','2020-11-06 15:38:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11272,'5500','41604665852','2020-11-06 15:38:32',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11273,'1000','41604665852','2020-11-06 15:38:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11274,'4000','41604665852','2020-11-06 15:38:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11275,'4000','41604665852','2020-11-06 15:38:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11276,'4000','41604665852','2020-11-06 15:38:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11277,'4000','41604665852','2020-11-06 15:38:32',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11278,'4000','41604665852','2020-11-06 15:38:32',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11279,'4000','41604665852','2020-11-06 15:38:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11280,'1110','41604666325','2020-11-06 15:40:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11281,'1110','41604666325','2020-11-06 15:40:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11282,'1110','41604666325','2020-11-06 15:40:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11283,'1110','41604666325','2020-11-06 15:40:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11284,'1110','41604666325','2020-11-06 15:40:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11285,'1110','41604666325','2020-11-06 15:40:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11286,'5500','41604666325','2020-11-06 15:40:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11287,'1000','41604666325','2020-11-06 15:40:35',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11288,'4000','41604666325','2020-11-06 15:40:35',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11289,'4000','41604666325','2020-11-06 15:40:35',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11290,'4000','41604666325','2020-11-06 15:40:35',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11291,'4000','41604666325','2020-11-06 15:40:35',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11292,'4000','41604666325','2020-11-06 15:40:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11293,'4000','41604666325','2020-11-06 15:40:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11294,'1000','41604666449','2020-11-06 15:42:07',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11295,'4000','41604666449','2020-11-06 15:42:07',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11296,'4000','41604666449','2020-11-06 15:42:07',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11297,'4000','41604666449','2020-11-06 15:42:07',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11298,'1110','41604666538','2020-11-06 15:43:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11299,'1110','41604666538','2020-11-06 15:43:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11300,'1110','41604666538','2020-11-06 15:43:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11301,'1110','41604666538','2020-11-06 15:43:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11302,'1110','41604666538','2020-11-06 15:43:24',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11303,'1110','41604666538','2020-11-06 15:43:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11304,'5500','41604666538','2020-11-06 15:43:24',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11305,'1000','41604666538','2020-11-06 15:43:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11306,'4000','41604666538','2020-11-06 15:43:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11307,'4000','41604666538','2020-11-06 15:43:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11308,'4000','41604666538','2020-11-06 15:43:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11309,'4000','41604666538','2020-11-06 15:43:24',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11310,'4000','41604666538','2020-11-06 15:43:24',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11311,'4000','41604666538','2020-11-06 15:43:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11312,'1000','41604666767','2020-11-06 15:51:13',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11313,'4000','41604666767','2020-11-06 15:51:13',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(11314,'1110','41604667104','2020-11-06 15:54:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11315,'1110','41604667104','2020-11-06 15:54:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11316,'1110','41604667104','2020-11-06 15:54:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11317,'1110','41604667104','2020-11-06 15:54:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11318,'1110','41604667104','2020-11-06 15:54:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11319,'1110','41604667104','2020-11-06 15:54:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11320,'1110','41604667104','2020-11-06 15:54:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(11321,'5500','41604667104','2020-11-06 15:54:52',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11322,'1000','41604667104','2020-11-06 15:54:52',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11323,'4000','41604667104','2020-11-06 15:54:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11324,'4000','41604667104','2020-11-06 15:54:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11325,'4000','41604667104','2020-11-06 15:54:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11326,'4000','41604667104','2020-11-06 15:54:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11327,'4000','41604667104','2020-11-06 15:54:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11328,'4000','41604667104','2020-11-06 15:54:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11329,'4000','41604667104','2020-11-06 15:54:52',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(11330,'1000','41604667310','2020-11-06 15:56:47',150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11331,'4000','41604667310','2020-11-06 15:56:47',NULL,150.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(11332,'1000','41604671060','2020-11-06 16:57:51',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11333,'4000','41604671060','2020-11-06 16:57:51',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11334,'1000','41604671112','2020-11-06 16:59:06',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11335,'4000','41604671112','2020-11-06 16:59:06',NULL,2800.00,'','4','1','Good sold','1','','sales','100','','No',NULL,NULL,''),(11336,'1000','41604736296','2020-11-07 11:06:03',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11337,'4000','41604736296','2020-11-07 11:06:03',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(11338,'1110','41604736738','2020-11-07 11:13:49',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11339,'1110','41604736738','2020-11-07 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11340,'1110','41604736738','2020-11-07 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11341,'1110','41604736738','2020-11-07 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11342,'1110','41604736738','2020-11-07 11:13:49',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11343,'1110','41604736738','2020-11-07 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11344,'1110','41604736738','2020-11-07 11:13:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(11345,'5500','41604736738','2020-11-07 11:13:49',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11346,'1000','41604736738','2020-11-07 11:13:49',1130.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11347,'4000','41604736738','2020-11-07 11:13:49',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11348,'4000','41604736738','2020-11-07 11:13:49',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11349,'4000','41604736738','2020-11-07 11:13:49',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11350,'4000','41604736738','2020-11-07 11:13:49',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11351,'4000','41604736738','2020-11-07 11:13:49',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11352,'4000','41604736738','2020-11-07 11:13:49',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11353,'4000','41604736738','2020-11-07 11:13:49',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(11354,'1110','41604736865','2020-11-07 11:18:01',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11355,'1110','41604736865','2020-11-07 11:18:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11356,'1110','41604736865','2020-11-07 11:18:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11357,'1110','41604736865','2020-11-07 11:18:01',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11358,'1110','41604736865','2020-11-07 11:18:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11359,'5500','41604736865','2020-11-07 11:18:01',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11360,'1000','41604736865','2020-11-07 11:18:01',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11361,'4000','41604736865','2020-11-07 11:18:01',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11362,'4000','41604736865','2020-11-07 11:18:01',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11363,'4000','41604736865','2020-11-07 11:18:01',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11364,'4000','41604736865','2020-11-07 11:18:01',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11365,'4000','41604736865','2020-11-07 11:18:01',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11366,'1110','41604737199','2020-11-07 12:06:56',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11367,'1110','41604737199','2020-11-07 12:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11368,'1110','41604737199','2020-11-07 12:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11369,'1110','41604737199','2020-11-07 12:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11370,'1110','41604737199','2020-11-07 12:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11371,'1110','41604737199','2020-11-07 12:06:56',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11372,'1110','41604737199','2020-11-07 12:06:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11373,'5500','41604737199','2020-11-07 12:06:56',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11374,'1000','41604737199','2020-11-07 12:06:56',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11375,'4000','41604737199','2020-11-07 12:06:56',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11376,'4000','41604737199','2020-11-07 12:06:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11377,'4000','41604737199','2020-11-07 12:06:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11378,'4000','41604737199','2020-11-07 12:06:56',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11379,'4000','41604737199','2020-11-07 12:06:56',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11380,'4000','41604737199','2020-11-07 12:06:56',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11381,'4000','41604737199','2020-11-07 12:06:56',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11382,'4000','41604657277','2020-11-07 12:25:41',2000.00,NULL,'','8','1','Returned products','1','36','return','','','No',NULL,NULL,''),(11383,'1100','41604657277','2020-11-07 12:25:41',NULL,2000.00,'','8','1','Returned products','1','36','return','','','No',NULL,NULL,''),(11384,'5500','41604657277','2020-11-07 12:25:41',NULL,0.00,'','8','1','Cost of goods returned','1','36','sales','147','','No',NULL,NULL,''),(11385,'1110','41604657277','2020-11-07 12:25:41',0.00,NULL,'','8','1','Inventory retuned ','1','36','sales','','','No',NULL,NULL,''),(11386,'4000','41604664176','2020-11-07 12:27:03',2000.00,NULL,'','8','1','Returned products','1','36','return','','','No',NULL,NULL,''),(11387,'1100','41604664176','2020-11-07 12:27:03',NULL,2000.00,'','8','1','Returned products','1','36','return','','','No',NULL,NULL,''),(11388,'5500','41604664176','2020-11-07 12:27:03',NULL,0.00,'','8','1','Cost of goods returned','1','36','sales','147','','No',NULL,NULL,''),(11389,'1110','41604664176','2020-11-07 12:27:03',0.00,NULL,'','8','1','Inventory retuned ','1','36','sales','','','No',NULL,NULL,''),(11390,'4000','41604664176','2020-11-07 12:27:08',500.00,NULL,'','8','1','Returned products','1','36','return','','','No',NULL,NULL,''),(11391,'1100','41604664176','2020-11-07 12:27:08',NULL,500.00,'','8','1','Returned products','1','36','return','','','No',NULL,NULL,''),(11392,'5500','41604664176','2020-11-07 12:27:08',NULL,0.00,'','8','1','Cost of goods returned','1','36','sales','85','','No',NULL,NULL,''),(11393,'1110','41604664176','2020-11-07 12:27:08',0.00,NULL,'','8','1','Inventory retuned ','1','36','sales','','','No',NULL,NULL,''),(11401,'1110','41604743169','2020-11-07 13:05:36',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11402,'1110','41604743169','2020-11-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11403,'1110','41604743169','2020-11-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11404,'1110','41604743169','2020-11-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11405,'1110','41604743169','2020-11-07 13:05:36',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11406,'1110','41604743169','2020-11-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11407,'5500','41604743169','2020-11-07 13:05:36',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11408,'1000','41604743169','2020-11-07 13:05:36',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11409,'4000','41604743169','2020-11-07 13:05:36',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11410,'4000','41604743169','2020-11-07 13:05:36',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11411,'4000','41604743169','2020-11-07 13:05:36',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11412,'4000','41604743169','2020-11-07 13:05:36',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11413,'4000','41604743169','2020-11-07 13:05:36',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11414,'4000','41604743169','2020-11-07 13:05:36',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11415,'1000','41604745866','2020-11-07 13:44:34',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11416,'4000','41604745866','2020-11-07 13:44:34',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(11417,'1000','41604747254','2020-11-07 14:10:47',1440.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11418,'4000','41604747254','2020-11-07 14:10:47',NULL,1440.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11419,'1110','41604901233','2020-11-09 08:59:41',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11420,'1110','41604901233','2020-11-09 08:59:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11421,'1110','41604901233','2020-11-09 08:59:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11422,'1110','41604901233','2020-11-09 08:59:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11423,'1110','41604901233','2020-11-09 08:59:41',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11424,'1110','41604901233','2020-11-09 08:59:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11425,'5500','41604901233','2020-11-09 08:59:41',493.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11426,'1000','41604901233','2020-11-09 08:59:41',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11427,'4000','41604901233','2020-11-09 08:59:41',NULL,900.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11428,'4000','41604901233','2020-11-09 08:59:41',NULL,300.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11429,'4000','41604901233','2020-11-09 08:59:41',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11430,'4000','41604901233','2020-11-09 08:59:41',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11431,'4000','41604901233','2020-11-09 08:59:41',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11432,'4000','41604901233','2020-11-09 08:59:41',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11435,'5980','81604902441','2020-11-02 09:15:33',210.00,NULL,'0','8','1','ETR rolls','1','','','346','','No',NULL,NULL,''),(11436,'1000','81604902441','2020-11-02 09:15:33',NULL,210.00,'0','8','1','ETR rolls','1','','','346','','No',NULL,NULL,''),(11439,'5510','81604902561','2020-11-02 09:18:27',2000.00,NULL,'0','8','1','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi to to Transpoter','1','','','347','','No',NULL,NULL,''),(11440,'1000','81604902561','2020-11-02 09:18:27',NULL,2000.00,'0','8','1','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi to to Transpoter','1','','','347','','No',NULL,NULL,''),(11443,'5510','81604902732','2020-11-02 09:19:24',500.00,NULL,'0','8','1','Peter Karanja petty errands','1','','','348','','No',NULL,NULL,''),(11444,'1000','81604902732','2020-11-02 09:19:24',NULL,500.00,'0','8','1','Peter Karanja petty errands','1','','','348','','No',NULL,NULL,''),(11447,'5920','81604903208','2020-11-02 09:27:20',100.00,NULL,'0','8','1','staff milk during decanting','1','','','349','','No',NULL,NULL,''),(11448,'1000','81604903208','2020-11-02 09:27:20',NULL,100.00,'0','8','1','staff milk during decanting','1','','','349','','No',NULL,NULL,''),(11451,'5563','81604903276','2020-11-02 09:28:40',100.00,NULL,'0','8','1','Modesta Airtime','1','','','350','','No',NULL,NULL,''),(11452,'1000','81604903276','2020-11-02 09:28:40',NULL,100.00,'0','8','1','Modesta Airtime','1','','','350','','No',NULL,NULL,''),(11455,'5660','81604903345','2020-11-02 09:29:40',100.00,NULL,'0','8','1','marketing','1','','','351','','No',NULL,NULL,''),(11456,'1000','81604903345','2020-11-02 09:29:40',NULL,100.00,'0','8','1','marketing','1','','','351','','No',NULL,NULL,''),(11459,'5920','81604903410','2020-11-03 09:30:54',190.00,NULL,'0','8','1','Milk & Bread','1','','','352','','No',NULL,NULL,''),(11460,'1000','81604903410','2020-11-03 09:30:54',NULL,190.00,'0','8','1','Milk & Bread','1','','','352','','No',NULL,NULL,''),(11463,'1240','81604903490','2020-11-03 09:32:40',200.00,NULL,'0','8','1','Parking fees Director vehicle','1','','','353','','No',NULL,NULL,''),(11464,'1000','81604903490','2020-11-03 09:32:40',NULL,200.00,'0','8','1','Parking fees Director vehicle','1','','','353','','No',NULL,NULL,''),(11467,'5510','81604903583','2020-11-03 09:33:43',200.00,NULL,'0','8','1','Susan bus fare','1','','','354','','No',NULL,NULL,''),(11468,'1000','81604903583','2020-11-03 09:33:43',NULL,200.00,'0','8','1','Susan busfare','1','','','354','','No',NULL,NULL,''),(11471,'5563','81604903655','2020-11-03 09:34:42',200.00,NULL,'0','8','1','Office Phone Airtime','1','','','355','','No',NULL,NULL,''),(11472,'1000','81604903655','2020-11-03 09:34:42',NULL,200.00,'0','8','1','Office Phone Airtime ','1','','','355','','No',NULL,NULL,''),(11475,'5900','81604903702','2020-11-03 09:38:50',2200.00,NULL,'0','8','1','sodiumhypochlorite ','1','','','356','','No',NULL,NULL,''),(11476,'1000','81604903702','2020-11-03 09:38:50',NULL,2200.00,'0','8','1','sodium hypochlochlorite 20ltr','1','','','356','','No',NULL,NULL,''),(11479,'5510','81604903977','2020-11-03 09:40:24',100.00,NULL,'0','8','1','Transportation of product to shop','1','','','357','','No',NULL,NULL,''),(11480,'1000','81604903977','2020-11-03 09:40:24',NULL,100.00,'0','8','1','Transportation of product to shop for invoice no4265','1','','','357','','No',NULL,NULL,''),(11483,'5563','81604904055','2020-11-03 09:41:20',100.00,NULL,'0','8','1','Modesta Airtime','1','','','358','','No',NULL,NULL,''),(11484,'1000','81604904055','2020-11-03 09:41:20',NULL,100.00,'0','8','1','Modesta Airtime','1','','','358','','No',NULL,NULL,''),(11487,'5970','81604904108','2020-11-03 09:42:39',1000.00,NULL,'0','8','1','wax pouch for parking salt and magadi','1','','','359','','No',NULL,NULL,''),(11488,'1000','81604904108','2020-11-03 09:42:39',NULL,1000.00,'0','8','1','wax pouch for parking salt and magadi','1','','','359','','No',NULL,NULL,''),(11491,'5920','81604904190','2020-11-04 09:43:45',190.00,NULL,'0','8','1','Milk & Bread','1','','','360','','No',NULL,NULL,''),(11492,'1000','81604904190','2020-11-04 09:43:45',NULL,190.00,'0','8','1','Milk & Bread','1','','','360','','No',NULL,NULL,''),(11495,'5920','81604904246','2020-11-04 09:44:59',115.00,NULL,'0','8','1','Bag & Tissue','1','','','361','','No',NULL,NULL,''),(11496,'1000','81604904246','2020-11-04 09:44:59',NULL,115.00,'0','8','1','Bag & Tissue','1','','','361','','No',NULL,NULL,''),(11499,'5970','81604904589','2020-11-04 09:52:10',500.00,NULL,'0','8','1','Jericans 1litre 50pcs','1','','','362','','No',NULL,NULL,''),(11500,'1000','81604904589','2020-11-04 09:52:10',NULL,500.00,'0','8','1','Jericans 1litre 50PCS','1','','','362','','No',NULL,NULL,''),(11503,'5660','81604904763','2020-11-04 09:53:15',200.00,NULL,'0','8','1','marketing','1','','','363','','No',NULL,NULL,''),(11504,'1000','81604904763','2020-11-04 09:53:15',NULL,200.00,'0','8','1','marketing','1','','','363','','No',NULL,NULL,''),(11505,'1110','41604906576','2020-11-09 10:24:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11506,'1110','41604906576','2020-11-09 10:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11507,'1110','41604906576','2020-11-09 10:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(11508,'1110','41604906576','2020-11-09 10:24:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11509,'5500','41604906576','2020-11-09 10:24:18',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11510,'1000','41604906576','2020-11-09 10:24:18',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11511,'4000','41604906576','2020-11-09 10:24:18',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11512,'4000','41604906576','2020-11-09 10:24:18',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11513,'4000','41604906576','2020-11-09 10:24:18',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11514,'4000','41604906576','2020-11-09 10:24:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11515,'1110','41604906687','2020-11-09 10:27:02',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11516,'1110','41604906687','2020-11-09 10:27:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11517,'1110','41604906687','2020-11-09 10:27:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11518,'1110','41604906687','2020-11-09 10:27:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11519,'1110','41604906687','2020-11-09 10:27:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11520,'5500','41604906687','2020-11-09 10:27:02',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11521,'1000','41604906687','2020-11-09 10:27:02',1470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11522,'4000','41604906687','2020-11-09 10:27:02',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11523,'4000','41604906687','2020-11-09 10:27:02',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11524,'4000','41604906687','2020-11-09 10:27:02',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11525,'4000','41604906687','2020-11-09 10:27:02',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11526,'4000','41604906687','2020-11-09 10:27:02',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11527,'1000','41604906851','2020-11-09 10:30:00',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11528,'4000','41604906851','2020-11-09 10:30:00',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(11531,'5910','81604904837','2020-11-04 11:21:39',800.00,NULL,'0','8','1','mopper,bucket & broom','1','','','364','','No',NULL,NULL,''),(11532,'1000','81604904837','2020-11-04 11:21:39',NULL,800.00,'0','8','1','mopper,bucket & broom ','1','','','364','','No',NULL,NULL,''),(11535,'5970','81604910147','2020-11-04 11:23:06',1200.00,NULL,'0','8','1','perfume bottles','1','','','365','','No',NULL,NULL,''),(11536,'1000','81604910147','2020-11-04 11:23:06',NULL,1200.00,'0','8','1','perfume bottles','1','','','365','','No',NULL,NULL,''),(11539,'5980','81604910214','2020-11-04 11:24:27',250.00,NULL,'0','8','1','staple pins and stapler','1','','','366','','No',NULL,NULL,''),(11540,'1000','81604910214','2020-11-04 11:24:27',NULL,250.00,'0','8','1','staple pins and stapler','1','','','366','','No',NULL,NULL,''),(11543,'5920','81604910314','2020-11-05 11:25:48',190.00,NULL,'0','8','1','Milk & Bread','1','','','367','','No',NULL,NULL,''),(11544,'1000','81604910314','2020-11-05 11:25:48',NULL,190.00,'0','8','1','Milk & Bread','1','','','367','','No',NULL,NULL,''),(11547,'5990','81604910379','2020-11-04 11:27:50',750.00,NULL,'0','8','1','offload chemicals from kariobanbi & city council coz of parking','1','','','368','','No',NULL,NULL,''),(11548,'1000','81604910379','2020-11-04 11:27:50',NULL,750.00,'0','8','1','offload chemicals from kariobanbi & city council coz of parking','1','','','368','','No',NULL,NULL,''),(11551,'5531','81604910536','2020-11-05 11:29:51',1000.00,NULL,'0','8','1','electricity bill','1','','','369','','No',NULL,NULL,''),(11552,'1000','81604910536','2020-11-05 11:29:51',NULL,1000.00,'0','8','1','electricity bill','1','','','369','','No',NULL,NULL,''),(11555,'5910','81604910627','2020-11-05 11:30:54',100.00,NULL,'0','8','1','gabbage collection','1','','','370','','No',NULL,NULL,''),(11556,'1000','81604910627','2020-11-05 11:30:54',NULL,100.00,'0','8','1','gabbage collection','1','','','370','','No',NULL,NULL,''),(11559,'5510','81604910684','2020-11-05 11:34:01',1100.00,NULL,'0','8','1','delivery of filler to kerugoya','1','','','371','','No',NULL,NULL,''),(11560,'1000','81604910684','2020-11-05 11:34:01',NULL,1100.00,'0','8','1','delivery of filler to kerugoya ','1','','','371','','No',NULL,NULL,''),(11563,'2042','81604910956','2020-11-05 11:37:08',3200.00,NULL,'0','8','1','NSSF OCT 2020','1','','','372','','No',NULL,NULL,''),(11564,'1000','81604910956','2020-11-05 11:37:08',NULL,3200.00,'0','8','1','NSSF','1','','','372','','No',NULL,NULL,''),(11567,'2041','81604911087','2020-11-05 11:40:45',6950.00,NULL,'0','8','1','NHIF oct2020','1','','','373','','No',NULL,NULL,''),(11568,'1000','81604911087','2020-11-05 11:40:45',NULL,6950.00,'0','8','1','NHIF','1','','','373','','No',NULL,NULL,''),(11571,'5563','81604911278','2020-11-05 11:47:15',500.00,NULL,'0','8','1','Office Phone Airtime','1','','','374','','No',NULL,NULL,''),(11572,'1000','81604911278','2020-11-05 11:47:15',NULL,500.00,'0','8','1','Office Phone Airtime','1','','','374','','No',NULL,NULL,''),(11575,'5660','81604911715','2020-11-05 11:49:03',100.00,NULL,'0','8','1','marketing','1','','','375','','No',NULL,NULL,''),(11576,'1000','81604911715','2020-11-05 11:49:03',NULL,100.00,'0','8','1','marketing','1','','','375','','No',NULL,NULL,''),(11579,'5980','81604911774','2020-11-05 11:50:32',100.00,NULL,'0','8','1','pen 2pcs & 2bags','1','','','376','','No',NULL,NULL,''),(11580,'1000','81604911774','2020-11-05 11:50:32',NULL,100.00,'0','8','1','pen 2pcs & 2bags','1','','','376','','No',NULL,NULL,''),(11583,'5510','81604911857','2020-11-06 11:52:19',1000.00,NULL,'0','8','1','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi ','1','','','377','','No',NULL,NULL,''),(11584,'1000','81604911857','2020-11-06 11:52:19',NULL,1000.00,'0','8','1','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi ','1','','','377','','No',NULL,NULL,''),(11587,'5920','81604911975','2020-11-06 11:53:35',395.00,NULL,'0','8','1','Milk,Bread & Tissue','1','','','378','','No',NULL,NULL,''),(11588,'1000','81604911975','2020-11-06 11:53:35',NULL,395.00,'0','8','1','Milk,Bread & Tissue','1','','','378','','No',NULL,NULL,''),(11591,'5970','81604912063','2020-11-06 11:55:13',900.00,NULL,'0','8','1','polypots ','1','','','379','','No',NULL,NULL,''),(11592,'1000','81604912063','2020-11-06 11:55:13',NULL,900.00,'0','8','1','polypots','1','','','379','','No',NULL,NULL,''),(11595,'5510','81604912138','2020-11-06 11:56:15',100.00,NULL,'0','8','1','Transport of product to shop','1','','','380','','No',NULL,NULL,''),(11596,'1000','81604912138','2020-11-06 11:56:15',NULL,100.00,'0','8','1','Transportation of product to shop','1','','','380','','No',NULL,NULL,''),(11599,'5980','81604912229','2020-11-06 11:57:42',250.00,NULL,'0','8','1','printing Business cards (Maloba)','1','','','381','','No',NULL,NULL,''),(11600,'1000','81604912229','2020-11-06 11:57:42',NULL,250.00,'0','8','1','printing Business cards (Maloba)','1','','','381','','No',NULL,NULL,''),(11603,'5510','81604912299','2020-11-06 11:59:43',150.00,NULL,'0','8','1','Susan busfare','1','','','382','','No',NULL,NULL,''),(11604,'1000','81604912299','2020-11-06 11:59:43',NULL,150.00,'0','8','1','Susan busfare','1','','','382','','No',NULL,NULL,''),(11607,'5510','81604912435','2020-11-06 12:01:43',500.00,NULL,'0','8','1','delivery of electricals wires from ngara to kariobangi','1','','','383','','No',NULL,NULL,''),(11608,'1000','81604912435','2020-11-06 12:01:43',NULL,500.00,'0','8','1','delivery of electricals wires from ngara to kariobangi','1','','','383','','No',NULL,NULL,''),(11611,'1240','81604912579','2020-11-06 12:08:15',400.00,NULL,'0','8','1','car parking (director) date 5/11/20 & 6/11/20','1','','','384','','No',NULL,NULL,''),(11612,'1000','81604912579','2020-11-06 12:08:15',NULL,400.00,'0','8','1','car parking (director) date 5/11/20 & 6/11/20','1','','','384','','No',NULL,NULL,''),(11613,'1110','41604907186','2020-11-09 12:24:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11614,'1110','41604907186','2020-11-09 12:24:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11615,'1110','41604907186','2020-11-09 12:24:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11616,'1110','41604907186','2020-11-09 12:24:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11617,'1110','41604907186','2020-11-09 12:24:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11618,'1110','41604907186','2020-11-09 12:24:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11619,'5500','41604907186','2020-11-09 12:24:24',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11620,'1000','41604907186','2020-11-09 12:24:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11621,'4000','41604907186','2020-11-09 12:24:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11622,'4000','41604907186','2020-11-09 12:24:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11623,'4000','41604907186','2020-11-09 12:24:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11624,'4000','41604907186','2020-11-09 12:24:24',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11625,'4000','41604907186','2020-11-09 12:24:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11626,'4000','41604907186','2020-11-09 12:24:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11627,'1000','41604913874','2020-11-09 12:25:20',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11628,'4000','41604913874','2020-11-09 12:25:20',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(11629,'1110','41604913927','2020-11-09 12:32:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11630,'1110','41604913927','2020-11-09 12:32:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11631,'1110','41604913927','2020-11-09 12:32:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11632,'1110','41604913927','2020-11-09 12:32:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11633,'1110','41604913927','2020-11-09 12:32:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11634,'1110','41604913927','2020-11-09 12:32:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11635,'5500','41604913927','2020-11-09 12:32:14',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11636,'1000','41604913927','2020-11-09 12:32:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11637,'4000','41604913927','2020-11-09 12:32:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11638,'4000','41604913927','2020-11-09 12:32:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11639,'4000','41604913927','2020-11-09 12:32:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11640,'4000','41604913927','2020-11-09 12:32:14',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11641,'4000','41604913927','2020-11-09 12:32:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11642,'4000','41604913927','2020-11-09 12:32:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11643,'1110','41604914393','2020-11-09 12:36:05',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11644,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11645,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11646,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11647,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(11648,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(11649,'1110','41604914393','2020-11-09 12:36:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11650,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11651,'1110','41604914393','2020-11-09 12:36:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11652,'5500','41604914393','2020-11-09 12:36:05',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11653,'1000','41604914393','2020-11-09 12:36:05',1660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11654,'4000','41604914393','2020-11-09 12:36:05',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11655,'4000','41604914393','2020-11-09 12:36:05',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11656,'4000','41604914393','2020-11-09 12:36:05',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11657,'4000','41604914393','2020-11-09 12:36:05',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11658,'4000','41604914393','2020-11-09 12:36:05',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11659,'4000','41604914393','2020-11-09 12:36:05',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11660,'4000','41604914393','2020-11-09 12:36:05',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11661,'4000','41604914393','2020-11-09 12:36:05',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11662,'4000','41604914393','2020-11-09 12:36:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11663,'1110','41604914575','2020-11-09 12:38:00',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11664,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11665,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11666,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11667,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11668,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(11669,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(11670,'1110','41604914575','2020-11-09 12:38:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11671,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(11672,'1110','41604914575','2020-11-09 12:38:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11673,'5500','41604914575','2020-11-09 12:38:00',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11674,'1000','41604914575','2020-11-09 12:38:00',1170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11675,'4000','41604914575','2020-11-09 12:38:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11676,'4000','41604914575','2020-11-09 12:38:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11677,'4000','41604914575','2020-11-09 12:38:00',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11678,'4000','41604914575','2020-11-09 12:38:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11679,'4000','41604914575','2020-11-09 12:38:00',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11680,'4000','41604914575','2020-11-09 12:38:00',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11681,'4000','41604914575','2020-11-09 12:38:00',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11682,'4000','41604914575','2020-11-09 12:38:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11683,'4000','41604914575','2020-11-09 12:38:00',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(11684,'4000','41604914575','2020-11-09 12:38:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11687,'5920','81604912931','2020-11-07 12:51:24',329.00,NULL,'0','8','1','Milk & Bread','1','','','385','','No',NULL,NULL,''),(11688,'1000','81604912931','2020-11-07 12:51:24',NULL,329.00,'0','8','1','Milk & Bread','1','','','385','','No',NULL,NULL,''),(11689,'1110','41604914701','2020-11-09 12:55:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11690,'1110','41604914701','2020-11-09 12:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11691,'1110','41604914701','2020-11-09 12:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11692,'1110','41604914701','2020-11-09 12:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11693,'1110','41604914701','2020-11-09 12:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(11694,'1110','41604914701','2020-11-09 12:55:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11695,'1110','41604914701','2020-11-09 12:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11696,'5500','41604914701','2020-11-09 12:55:49',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11697,'1000','41604914701','2020-11-09 12:55:49',660.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11698,'4000','41604914701','2020-11-09 12:55:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11699,'4000','41604914701','2020-11-09 12:55:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11700,'4000','41604914701','2020-11-09 12:55:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11701,'4000','41604914701','2020-11-09 12:55:49',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11702,'4000','41604914701','2020-11-09 12:55:49',NULL,120.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11703,'4000','41604914701','2020-11-09 12:55:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11704,'4000','41604914701','2020-11-09 12:55:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11707,'5980','81604915804','2020-11-07 12:57:40',100.00,NULL,'0','8','1','marker pens','1','','','386','','No',NULL,NULL,''),(11708,'1000','81604915804','2020-11-07 12:57:40',NULL,100.00,'0','8','1','marker pens ','1','','','386','','No',NULL,NULL,''),(11709,'1110','41604915832','2020-11-09 13:05:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11710,'1110','41604915832','2020-11-09 13:05:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11711,'1110','41604915832','2020-11-09 13:05:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11712,'1110','41604915832','2020-11-09 13:05:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11713,'1110','41604915832','2020-11-09 13:05:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11714,'1110','41604915832','2020-11-09 13:05:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11715,'5500','41604915832','2020-11-09 13:05:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11716,'1000','41604915832','2020-11-09 13:05:33',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11717,'4000','41604915832','2020-11-09 13:05:33',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11718,'4000','41604915832','2020-11-09 13:05:33',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11719,'4000','41604915832','2020-11-09 13:05:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11720,'4000','41604915832','2020-11-09 13:05:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11721,'4000','41604915832','2020-11-09 13:05:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11722,'4000','41604915832','2020-11-09 13:05:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11725,'5510','81604916168','2020-11-07 13:05:42',100.00,NULL,'0','8','1','Transportation of detergents to customer','1','','','387','','No',NULL,NULL,''),(11726,'1000','81604916168','2020-11-07 13:05:42',NULL,100.00,'0','8','1','Transportation of detergents to customer ','1','','','387','','No',NULL,NULL,''),(11727,'1110','41604916340','2020-11-09 13:10:33',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11728,'1110','41604916340','2020-11-09 13:10:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11729,'1110','41604916340','2020-11-09 13:10:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11730,'1110','41604916340','2020-11-09 13:10:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11731,'1110','41604916340','2020-11-09 13:10:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11732,'1110','41604916340','2020-11-09 13:10:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11733,'5500','41604916340','2020-11-09 13:10:33',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11734,'1000','41604916340','2020-11-09 13:10:33',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11735,'4000','41604916340','2020-11-09 13:10:33',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11736,'4000','41604916340','2020-11-09 13:10:33',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11737,'4000','41604916340','2020-11-09 13:10:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11738,'4000','41604916340','2020-11-09 13:10:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11739,'4000','41604916340','2020-11-09 13:10:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11740,'4000','41604916340','2020-11-09 13:10:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11743,'5920','81604916484','2020-11-09 13:13:57',395.00,NULL,'0','8','1','Milk,Bread,blue band,& Carrier bag','1','','','388','','No',NULL,NULL,''),(11744,'1000','81604916484','2020-11-09 13:13:57',NULL,395.00,'0','8','1','Milk,Bread,blue band,Carrier bag','1','','','388','','No',NULL,NULL,''),(11747,'5563','81604917003','2020-11-09 13:18:30',500.00,NULL,'0','8','1','Office Phone Airtime','1','','','389','','No',NULL,NULL,''),(11748,'1000','81604917003','2020-11-09 13:18:30',NULL,500.00,'0','8','1','Office Phone Airtime','1','','','389','','No',NULL,NULL,''),(11749,'1110','41604916669','2020-11-09 13:27:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11750,'1110','41604916669','2020-11-09 13:27:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11751,'1110','41604916669','2020-11-09 13:27:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11752,'1110','41604916669','2020-11-09 13:27:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11753,'1110','41604916669','2020-11-09 13:27:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11754,'1110','41604916669','2020-11-09 13:27:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11755,'5500','41604916669','2020-11-09 13:27:04',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11756,'1000','41604916669','2020-11-09 13:27:04',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11757,'4000','41604916669','2020-11-09 13:27:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11758,'4000','41604916669','2020-11-09 13:27:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11759,'4000','41604916669','2020-11-09 13:27:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11760,'4000','41604916669','2020-11-09 13:27:04',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11761,'4000','41604916669','2020-11-09 13:27:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11762,'4000','41604916669','2020-11-09 13:27:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11763,'1000','41604924949','2020-11-09 16:17:38',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11764,'4000','41604924949','2020-11-09 16:17:38',NULL,1200.00,'','4','1','Good sold','1','','sales','116','','No',NULL,NULL,''),(11765,'1110','41604990654','2020-11-10 10:04:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11766,'1110','41604990654','2020-11-10 10:04:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11767,'1110','41604990654','2020-11-10 10:04:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11768,'1110','41604990654','2020-11-10 10:04:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11769,'1110','41604990654','2020-11-10 10:04:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11770,'5500','41604990654','2020-11-10 10:04:03',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11771,'1000','41604990654','2020-11-10 10:04:03',530.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11772,'4000','41604990654','2020-11-10 10:04:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11773,'4000','41604990654','2020-11-10 10:04:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11774,'4000','41604990654','2020-11-10 10:04:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11775,'4000','41604990654','2020-11-10 10:04:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11776,'4000','41604990654','2020-11-10 10:04:03',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11777,'1110','41604992036','2020-11-10 10:29:05',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11778,'1110','41604992036','2020-11-10 10:29:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11779,'1110','41604992036','2020-11-10 10:29:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11780,'1110','41604992036','2020-11-10 10:29:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11781,'1110','41604992036','2020-11-10 10:29:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11782,'5500','41604992036','2020-11-10 10:29:05',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11783,'1000','41604992036','2020-11-10 10:29:05',1470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11784,'4000','41604992036','2020-11-10 10:29:05',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11785,'4000','41604992036','2020-11-10 10:29:05',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11786,'4000','41604992036','2020-11-10 10:29:05',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11787,'4000','41604992036','2020-11-10 10:29:05',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11788,'4000','41604992036','2020-11-10 10:29:05',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11789,'1110','41604993362','2020-11-10 11:05:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11790,'1110','41604993362','2020-11-10 11:05:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11791,'1110','41604993362','2020-11-10 11:05:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11792,'1110','41604993362','2020-11-10 11:05:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11793,'1110','41604993362','2020-11-10 11:05:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11794,'1110','41604993362','2020-11-10 11:05:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(11795,'5500','41604993362','2020-11-10 11:05:31',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11796,'1000','41604993362','2020-11-10 11:05:31',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11797,'4000','41604993362','2020-11-10 11:05:31',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11798,'4000','41604993362','2020-11-10 11:05:31',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11799,'4000','41604993362','2020-11-10 11:05:31',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11800,'4000','41604993362','2020-11-10 11:05:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11801,'4000','41604993362','2020-11-10 11:05:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11802,'4000','41604993362','2020-11-10 11:05:31',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(11803,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11804,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11805,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11806,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(11807,'1110','41604996051','2020-11-10 11:15:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11808,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(11809,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(11810,'1110','41604996051','2020-11-10 11:15:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(11811,'5500','41604996051','2020-11-10 11:15:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11812,'1000','41604996051','2020-11-10 11:15:34',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11813,'4000','41604996051','2020-11-10 11:15:34',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11814,'4000','41604996051','2020-11-10 11:15:34',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11815,'4000','41604996051','2020-11-10 11:15:34',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11816,'4000','41604996051','2020-11-10 11:15:34',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(11817,'4000','41604996051','2020-11-10 11:15:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11818,'4000','41604996051','2020-11-10 11:15:34',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(11819,'4000','41604996051','2020-11-10 11:15:34',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(11820,'4000','41604996051','2020-11-10 11:15:34',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(11821,'1110','41604996331','2020-11-10 11:19:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11822,'1110','41604996331','2020-11-10 11:19:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11823,'1110','41604996331','2020-11-10 11:19:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11824,'1110','41604996331','2020-11-10 11:19:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11825,'1110','41604996331','2020-11-10 11:19:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11826,'1110','41604996331','2020-11-10 11:19:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11827,'5500','41604996331','2020-11-10 11:19:39',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11828,'1000','41604996331','2020-11-10 11:19:39',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11829,'4000','41604996331','2020-11-10 11:19:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11830,'4000','41604996331','2020-11-10 11:19:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11831,'4000','41604996331','2020-11-10 11:19:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11832,'4000','41604996331','2020-11-10 11:19:39',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11833,'4000','41604996331','2020-11-10 11:19:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11834,'4000','41604996331','2020-11-10 11:19:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11835,'1110','41604996385','2020-11-10 11:23:33',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11836,'1110','41604996385','2020-11-10 11:23:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(11837,'1110','41604996385','2020-11-10 11:23:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11838,'1110','41604996385','2020-11-10 11:23:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11839,'1110','41604996385','2020-11-10 11:23:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11840,'1110','41604996385','2020-11-10 11:23:33',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11841,'1110','41604996385','2020-11-10 11:23:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11842,'5500','41604996385','2020-11-10 11:23:33',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11843,'1000','41604996385','2020-11-10 11:23:33',1320.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11844,'4000','41604996385','2020-11-10 11:23:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11845,'4000','41604996385','2020-11-10 11:23:33',NULL,440.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(11846,'4000','41604996385','2020-11-10 11:23:33',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11847,'4000','41604996385','2020-11-10 11:23:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11848,'4000','41604996385','2020-11-10 11:23:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11849,'4000','41604996385','2020-11-10 11:23:33',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11850,'4000','41604996385','2020-11-10 11:23:33',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11851,'1110','41604996679','2020-11-10 11:37:00',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11852,'1110','41604996679','2020-11-10 11:37:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11853,'1110','41604996679','2020-11-10 11:37:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11854,'1110','41604996679','2020-11-10 11:37:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11855,'1110','41604996679','2020-11-10 11:37:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11856,'1110','41604996679','2020-11-10 11:37:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11857,'5500','41604996679','2020-11-10 11:37:00',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11858,'1000','41604996679','2020-11-10 11:37:00',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(11859,'4000','41604996679','2020-11-10 11:37:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11860,'4000','41604996679','2020-11-10 11:37:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11861,'4000','41604996679','2020-11-10 11:37:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11862,'4000','41604996679','2020-11-10 11:37:00',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11863,'4000','41604996679','2020-11-10 11:37:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11864,'4000','41604996679','2020-11-10 11:37:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11865,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(11866,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(11867,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11868,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(11869,'1110','41604997700','2020-11-10 12:31:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11870,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(11871,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(11872,'1110','41604997700','2020-11-10 12:31:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(11873,'5500','41604997700','2020-11-10 12:31:53',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11874,'1000','41604997700','2020-11-10 12:31:53',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11875,'4000','41604997700','2020-11-10 12:31:53',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(11876,'4000','41604997700','2020-11-10 12:31:53',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11877,'4000','41604997700','2020-11-10 12:31:53',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11878,'4000','41604997700','2020-11-10 12:31:53',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(11879,'4000','41604997700','2020-11-10 12:31:53',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11880,'4000','41604997700','2020-11-10 12:31:53',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(11881,'4000','41604997700','2020-11-10 12:31:53',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(11882,'4000','41604997700','2020-11-10 12:31:53',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(11883,'1110','41605000764','2020-11-10 12:53:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11884,'1110','41605000764','2020-11-10 12:53:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11885,'1110','41605000764','2020-11-10 12:53:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11886,'1110','41605000764','2020-11-10 12:53:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11887,'1110','41605000764','2020-11-10 12:53:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11888,'1110','41605000764','2020-11-10 12:53:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11889,'5500','41605000764','2020-11-10 12:53:29',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11890,'1000','41605000764','2020-11-10 12:53:29',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11891,'4000','41605000764','2020-11-10 12:53:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11892,'4000','41605000764','2020-11-10 12:53:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11893,'4000','41605000764','2020-11-10 12:53:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11894,'4000','41605000764','2020-11-10 12:53:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11895,'4000','41605000764','2020-11-10 12:53:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11896,'4000','41605000764','2020-11-10 12:53:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11897,'1110','41605003222','2020-11-10 13:15:02',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11898,'1110','41605003222','2020-11-10 13:15:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11899,'1110','41605003222','2020-11-10 13:15:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11900,'1110','41605003222','2020-11-10 13:15:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11901,'1110','41605003222','2020-11-10 13:15:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11902,'1110','41605003222','2020-11-10 13:15:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11903,'5500','41605003222','2020-11-10 13:15:02',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11904,'1000','41605003222','2020-11-10 13:15:02',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11905,'4000','41605003222','2020-11-10 13:15:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11906,'4000','41605003222','2020-11-10 13:15:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11907,'4000','41605003222','2020-11-10 13:15:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11908,'4000','41605003222','2020-11-10 13:15:02',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11909,'4000','41605003222','2020-11-10 13:15:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11910,'4000','41605003222','2020-11-10 13:15:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11911,'1110','41605003309','2020-11-10 13:37:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11912,'1110','41605003309','2020-11-10 13:37:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11913,'1110','41605003309','2020-11-10 13:37:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11914,'1110','41605003309','2020-11-10 13:37:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11915,'1110','41605003309','2020-11-10 13:37:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11916,'1110','41605003309','2020-11-10 13:37:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11917,'5500','41605003309','2020-11-10 13:37:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11918,'1000','41605003309','2020-11-10 13:37:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11919,'4000','41605003309','2020-11-10 13:37:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11920,'4000','41605003309','2020-11-10 13:37:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11921,'4000','41605003309','2020-11-10 13:37:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11922,'4000','41605003309','2020-11-10 13:37:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11923,'4000','41605003309','2020-11-10 13:37:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11924,'4000','41605003309','2020-11-10 13:37:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11925,'1000','41605004660','2020-11-10 13:49:37',2760.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11926,'4000','41605004660','2020-11-10 13:49:37',NULL,500.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(11927,'4000','41605004660','2020-11-10 13:49:37',NULL,500.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(11928,'4000','41605004660','2020-11-10 13:49:37',NULL,1400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(11929,'4000','41605004660','2020-11-10 13:49:37',NULL,360.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(11930,'1000','TRANS-81605005488','2020-11-09 13:46:50',NULL,10000.00,'-449559','8','1','Transfer','','','','','','No',NULL,NULL,''),(11931,'1020','TRANS-81605005488','2020-11-09 13:46:50',10000.00,NULL,'98000','8','1','Transfer','','','','','','No',NULL,NULL,''),(11932,'1110','41605005410','2020-11-10 15:13:18',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11933,'1110','41605005410','2020-11-10 15:13:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11934,'1110','41605005410','2020-11-10 15:13:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11935,'1110','41605005410','2020-11-10 15:13:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11936,'1110','41605005410','2020-11-10 15:13:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11937,'1110','41605005410','2020-11-10 15:13:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(11938,'1110','41605005410','2020-11-10 15:13:18',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11939,'1110','41605005410','2020-11-10 15:13:18',NULL,35.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(11940,'1110','41605005410','2020-11-10 15:13:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11941,'5500','41605005410','2020-11-10 15:13:18',1637.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11942,'1000','41605005410','2020-11-10 15:13:18',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11943,'4000','41605005410','2020-11-10 15:13:18',NULL,3200.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11944,'4000','41605005410','2020-11-10 15:13:18',NULL,1100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11945,'4000','41605005410','2020-11-10 15:13:18',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11946,'4000','41605005410','2020-11-10 15:13:18',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11947,'4000','41605005410','2020-11-10 15:13:18',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11948,'4000','41605005410','2020-11-10 15:13:18',NULL,90.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11949,'4000','41605005410','2020-11-10 15:13:18',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11950,'4000','41605005410','2020-11-10 15:13:18',NULL,350.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11951,'4000','41605005410','2020-11-10 15:13:18',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11952,'1110','41605010426','2020-11-10 15:49:44',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11953,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11954,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(11955,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11956,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(11957,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(11958,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(11959,'1110','41605010426','2020-11-10 15:49:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11960,'5500','41605010426','2020-11-10 15:49:44',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11961,'1000','41605010426','2020-11-10 15:49:44',940.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11962,'4000','41605010426','2020-11-10 15:49:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11963,'4000','41605010426','2020-11-10 15:49:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11964,'4000','41605010426','2020-11-10 15:49:44',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(11965,'4000','41605010426','2020-11-10 15:49:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11966,'4000','41605010426','2020-11-10 15:49:44',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11967,'4000','41605010426','2020-11-10 15:49:44',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11968,'4000','41605010426','2020-11-10 15:49:44',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11969,'4000','41605010426','2020-11-10 15:49:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11980,'5920','81605083453','2020-11-04 11:32:00',139.00,NULL,'0','8','1','','1','','','393','','No',NULL,NULL,''),(11981,'5920','81605083453','2020-11-04 11:32:00',190.00,NULL,'0','8','1','','1','','','392','','No',NULL,NULL,''),(11982,'1000','81605083453','2020-11-04 11:32:00',NULL,329.00,'0','8','1','Milk & Bread','1','','','392','','No',NULL,NULL,''),(11983,'1000','TRANS-81605164965','2020-11-12 10:06:09',NULL,10000.00,'-459559','8','1','Transfer','','','','','','No',NULL,NULL,''),(11984,'1020','TRANS-81605164965','2020-11-12 10:06:09',10000.00,NULL,'108000','8','1','Transfer','','','','','','No',NULL,NULL,''),(11985,'1110','81605167175','2020-11-11 10:51:17',NULL,798.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11986,'1110','81605167175','2020-11-11 10:51:17',NULL,0.00,'','8','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(11987,'1110','81605167175','2020-11-11 10:51:17',NULL,0.00,'','8','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11988,'1110','81605167175','2020-11-11 10:51:17',NULL,0.00,'','8','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(11989,'1110','81605167175','2020-11-11 10:51:17',NULL,10.00,'','8','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(11990,'1110','81605167175','2020-11-11 10:51:17',NULL,0.00,'','8','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(11991,'5500','81605167175','2020-11-11 10:51:17',808.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11992,'1000','81605167175','2020-11-11 10:51:17',2700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11993,'4000','81605167175','2020-11-11 10:51:17',NULL,1600.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11994,'4000','81605167175','2020-11-11 10:51:17',NULL,550.00,'','8','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(11995,'4000','81605167175','2020-11-11 10:51:17',NULL,100.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11996,'4000','81605167175','2020-11-11 10:51:17',NULL,150.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11997,'4000','81605167175','2020-11-11 10:51:17',NULL,250.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(11998,'4000','81605167175','2020-11-11 10:51:17',NULL,50.00,'','8','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(11999,'1110','81605167546','2020-11-11 10:53:39',NULL,0.00,'','8','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12000,'1110','81605167546','2020-11-11 10:53:39',NULL,0.00,'','8','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(12001,'1110','81605167546','2020-11-11 10:53:39',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12002,'1110','81605167546','2020-11-11 10:53:39',NULL,0.00,'','8','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12003,'1110','81605167546','2020-11-11 10:53:39',NULL,5.00,'','8','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12004,'1110','81605167546','2020-11-11 10:53:39',NULL,0.00,'','8','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12005,'5500','81605167546','2020-11-11 10:53:39',5.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12006,'1000','81605167546','2020-11-11 10:53:39',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12007,'4000','81605167546','2020-11-11 10:53:39',NULL,170.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12008,'4000','81605167546','2020-11-11 10:53:39',NULL,70.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12009,'4000','81605167546','2020-11-11 10:53:39',NULL,20.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12010,'4000','81605167546','2020-11-11 10:53:39',NULL,30.00,'','8','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12011,'4000','81605167546','2020-11-11 10:53:39',NULL,50.00,'','8','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12012,'4000','81605167546','2020-11-11 10:53:39',NULL,10.00,'','8','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12013,'1000','81605167631','2020-11-11 10:54:48',9400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12014,'4000','81605167631','2020-11-11 10:54:48',NULL,1400.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(12015,'4000','81605167631','2020-11-11 10:54:48',NULL,8000.00,'','8','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(12016,'1110','81605167707','2020-11-11 10:56:14',NULL,159.60,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12017,'1110','81605167707','2020-11-11 10:56:14',NULL,0.00,'','8','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12018,'1110','81605167707','2020-11-11 10:56:14',NULL,0.00,'','8','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12019,'1110','81605167707','2020-11-11 10:56:14',NULL,0.00,'','8','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12020,'1110','81605167707','2020-11-11 10:56:14',NULL,2.00,'','8','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12021,'1110','81605167707','2020-11-11 10:56:14',NULL,0.00,'','8','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12022,'5500','81605167707','2020-11-11 10:56:14',161.60,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12023,'1000','81605167707','2020-11-11 10:56:14',540.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12024,'4000','81605167707','2020-11-11 10:56:14',NULL,320.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12025,'4000','81605167707','2020-11-11 10:56:14',NULL,110.00,'','8','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12026,'4000','81605167707','2020-11-11 10:56:14',NULL,20.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12027,'4000','81605167707','2020-11-11 10:56:14',NULL,30.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12028,'4000','81605167707','2020-11-11 10:56:14',NULL,50.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12029,'4000','81605167707','2020-11-11 10:56:14',NULL,10.00,'','8','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12030,'1110','61605165639','2020-11-12 11:03:10',NULL,798.00,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12031,'1110','61605165639','2020-11-12 11:03:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12032,'1110','61605165639','2020-11-12 11:03:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12033,'1110','61605165639','2020-11-12 11:03:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12034,'1110','61605165639','2020-11-12 11:03:10',NULL,25.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12035,'1110','61605165639','2020-11-12 11:03:10',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12036,'5500','61605165639','2020-11-12 11:03:10',823.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12037,'1000','61605165639','2020-11-12 11:03:10',2700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12038,'4000','61605165639','2020-11-12 11:03:10',NULL,1600.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12039,'4000','61605165639','2020-11-12 11:03:10',NULL,550.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12040,'4000','61605165639','2020-11-12 11:03:10',NULL,100.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12041,'4000','61605165639','2020-11-12 11:03:10',NULL,150.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12042,'4000','61605165639','2020-11-12 11:03:10',NULL,250.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12043,'4000','61605165639','2020-11-12 11:03:10',NULL,50.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12044,'1110','61605168264','2020-11-12 11:04:43',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12045,'5500','61605168264','2020-11-12 11:04:43',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12046,'1000','61605168264','2020-11-12 11:04:43',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12047,'4000','61605168264','2020-11-12 11:04:43',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12048,'1000','61605169016','2020-11-12 12:08:51',120.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12049,'4000','61605169016','2020-11-12 12:08:51',NULL,120.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12050,'1110','61605172145','2020-11-12 12:27:49',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12051,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12052,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12053,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12054,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12055,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(12056,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(12057,'1110','61605172145','2020-11-12 12:27:49',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12058,'1110','61605172145','2020-11-12 12:27:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12059,'5500','61605172145','2020-11-12 12:27:49',164.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12060,'1000','61605172145','2020-11-12 12:27:49',990.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12061,'4000','61605172145','2020-11-12 12:27:49',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12062,'4000','61605172145','2020-11-12 12:27:49',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12063,'4000','61605172145','2020-11-12 12:27:49',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12064,'4000','61605172145','2020-11-12 12:27:49',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12065,'4000','61605172145','2020-11-12 12:27:49',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12066,'4000','61605172145','2020-11-12 12:27:49',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12067,'4000','61605172145','2020-11-12 12:27:49',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12068,'4000','61605172145','2020-11-12 12:27:49',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12069,'4000','61605172145','2020-11-12 12:27:49',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12070,'1000','61605173279','2020-11-12 13:19:23',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12071,'4000','61605173279','2020-11-12 13:19:23',NULL,100.00,'','6','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(12072,'1110','61605176370','2020-11-12 13:20:36',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12073,'1110','61605176370','2020-11-12 13:20:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12074,'1110','61605176370','2020-11-12 13:20:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12075,'1110','61605176370','2020-11-12 13:20:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12076,'1110','61605176370','2020-11-12 13:20:36',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12077,'1110','61605176370','2020-11-12 13:20:36',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12078,'5500','61605176370','2020-11-12 13:20:36',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12079,'1000','61605176370','2020-11-12 13:20:36',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12080,'4000','61605176370','2020-11-12 13:20:36',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12081,'4000','61605176370','2020-11-12 13:20:36',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12082,'4000','61605176370','2020-11-12 13:20:36',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12083,'4000','61605176370','2020-11-12 13:20:36',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12084,'4000','61605176370','2020-11-12 13:20:36',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12085,'4000','61605176370','2020-11-12 13:20:36',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12086,'1110','61605176443','2020-11-12 13:39:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12087,'1110','61605176443','2020-11-12 13:39:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(12088,'1110','61605176443','2020-11-12 13:39:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12089,'1110','61605176443','2020-11-12 13:39:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(12090,'1110','61605176443','2020-11-12 13:39:50',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12091,'1110','61605176443','2020-11-12 13:39:50',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12092,'5500','61605176443','2020-11-12 13:39:50',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12093,'1000','61605176443','2020-11-12 13:39:50',350.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12094,'4000','61605176443','2020-11-12 13:39:50',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12095,'4000','61605176443','2020-11-12 13:39:50',NULL,70.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12096,'4000','61605176443','2020-11-12 13:39:50',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12097,'4000','61605176443','2020-11-12 13:39:50',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12098,'4000','61605176443','2020-11-12 13:39:50',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12099,'4000','61605176443','2020-11-12 13:39:50',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12102,'5920','81605183532','2020-11-11 15:20:49',90.00,NULL,'0','8','1','Tissue','1','','','394','','No',NULL,NULL,''),(12103,'1000','81605183532','2020-11-11 15:20:49',NULL,90.00,'0','8','1','Tissue','1','','','394','','No',NULL,NULL,''),(12106,'5920','81605183678','2020-11-11 15:22:48',300.00,NULL,'0','8','1','breakfast,bread,milk,teabags','1','','','395','','No',NULL,NULL,''),(12107,'1000','81605183678','2020-11-11 15:22:48',NULL,300.00,'0','8','1','breakfast,bread,milk,teabags','1','','','395','','No',NULL,NULL,''),(12110,'5563','81605183800','2020-11-11 15:24:12',100.00,NULL,'0','8','1','Modesta Airtime','1','','','396','','No',NULL,NULL,''),(12111,'1000','81605183800','2020-11-11 15:24:12',NULL,100.00,'0','8','1','Modesta Airtime','1','','','396','','No',NULL,NULL,''),(12112,'1110','61605177596','2020-11-12 15:24:11',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12113,'1110','61605177596','2020-11-12 15:24:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12114,'1110','61605177596','2020-11-12 15:24:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12115,'1110','61605177596','2020-11-12 15:24:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12116,'1110','61605177596','2020-11-12 15:24:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12117,'1110','61605177596','2020-11-12 15:24:11',NULL,0.00,'','6','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(12118,'1110','61605177596','2020-11-12 15:24:11',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12119,'5500','61605177596','2020-11-12 15:24:11',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12120,'1000','61605177596','2020-11-12 15:24:11',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12121,'4000','61605177596','2020-11-12 15:24:11',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12122,'4000','61605177596','2020-11-12 15:24:11',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12123,'4000','61605177596','2020-11-12 15:24:11',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12124,'4000','61605177596','2020-11-12 15:24:11',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12125,'4000','61605177596','2020-11-12 15:24:11',NULL,130.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12126,'4000','61605177596','2020-11-12 15:24:11',NULL,60.00,'','6','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(12127,'4000','61605177596','2020-11-12 15:24:11',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12130,'1240','81605183880','2020-11-11 15:25:33',200.00,NULL,'0','8','1','Parking fees Director vehicle','1','','','397','','No',NULL,NULL,''),(12131,'1000','81605183880','2020-11-11 15:25:33',NULL,200.00,'0','8','1','Parking fees Director vehicle','1','','','397','','No',NULL,NULL,''),(12132,'1110','61605183887','2020-11-12 15:26:46',NULL,319.20,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12133,'1110','61605183887','2020-11-12 15:26:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12134,'1110','61605183887','2020-11-12 15:26:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12135,'1110','61605183887','2020-11-12 15:26:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12136,'1110','61605183887','2020-11-12 15:26:46',NULL,4.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12137,'1110','61605183887','2020-11-12 15:26:46',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12138,'5500','61605183887','2020-11-12 15:26:46',323.20,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12139,'1000','61605183887','2020-11-12 15:26:46',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12140,'4000','61605183887','2020-11-12 15:26:46',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12141,'4000','61605183887','2020-11-12 15:26:46',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12142,'4000','61605183887','2020-11-12 15:26:46',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12143,'4000','61605183887','2020-11-12 15:26:46',NULL,60.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12144,'4000','61605183887','2020-11-12 15:26:46',NULL,100.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12145,'4000','61605183887','2020-11-12 15:26:46',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12148,'5970','81605183955','2020-11-11 15:28:21',500.00,NULL,'0','8','1','Empty 5x10 Coated papers for parking salt & mgd','1','','','398','','No',NULL,NULL,''),(12149,'1000','81605183955','2020-11-11 15:28:21',NULL,500.00,'0','8','1','Empty 5x10 Coated papers for parking salt & mgd','1','','','398','','No',NULL,NULL,''),(12150,'1000','61605184059','2020-11-12 15:30:15',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12151,'4000','61605184059','2020-11-12 15:30:15',NULL,170.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12152,'4000','61605184059','2020-11-12 15:30:15',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12153,'4000','61605184059','2020-11-12 15:30:15',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12154,'4000','61605184059','2020-11-12 15:30:15',NULL,420.00,'','6','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12155,'4000','61605184059','2020-11-12 15:30:15',NULL,60.00,'','6','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(12156,'4000','61605184059','2020-11-12 15:30:15',NULL,200.00,'','6','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12157,'1000','61605184224','2020-11-12 15:31:51',250.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12158,'4000','61605184224','2020-11-12 15:31:51',NULL,250.00,'','6','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(12161,'1120','81605184126','2020-11-11 15:29:18',1000.00,NULL,'0','8','1','city council','1','','','399','','No',NULL,NULL,''),(12162,'1000','81605184126','2020-11-11 15:29:18',NULL,1000.00,'0','8','1','city council','1','','','399','','No',NULL,NULL,''),(12173,'5920','81605184442','2020-11-12 15:35:40',190.00,NULL,'0','8','1','Milk & Bread','1','','','402','','No',NULL,NULL,''),(12174,'5920','81605184442','2020-11-12 15:35:40',60.00,NULL,'0','8','1','Milk,Bread,Tissue& Carrier bag','1','','','400','','No',NULL,NULL,''),(12175,'1000','81605184442','2020-11-12 15:35:40',NULL,250.00,'0','8','1','Milk,Bread,Tissue& Carrier bag','1','','','400','','No',NULL,NULL,''),(12178,'5910','81605184814','2020-11-12 15:41:12',100.00,NULL,'0','8','1','gabbage collection','1','','','403','','No',NULL,NULL,''),(12179,'1000','81605184814','2020-11-12 15:41:12',NULL,100.00,'0','8','1','gabbage collection','1','','','403','','No',NULL,NULL,''),(12182,'5510','81605184909','2020-11-12 15:43:16',800.00,NULL,'0','8','1','Transport of lables from Town -Kariobangi & paint from Kariobangi - Townshop','1','','','404','','No',NULL,NULL,''),(12183,'1000','81605184909','2020-11-12 15:43:16',NULL,800.00,'0','8','1','Transport of lables from Town -Kariobangi & paint from Kariobangi - Townshop','1','','','404','','No',NULL,NULL,''),(12184,'1000','61605184319','2020-11-12 15:54:55',600.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12185,'4000','61605184319','2020-11-12 15:54:55',NULL,600.00,'','6','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12188,'5780','81605185053','2020-11-09 15:54:41',900.00,NULL,'0','8','1','socket single & Labour repair for power sockets','1','','','405','','No',NULL,NULL,''),(12189,'1000','81605185053','2020-11-09 15:54:41',NULL,900.00,'0','8','1','socket single & Labour repair for power sockets','1','','','405','','No',NULL,NULL,''),(12192,'5510','81605185745','2020-11-09 15:56:38',500.00,NULL,'0','8','1','Peter Karanja petty errands','1','','','406','','No',NULL,NULL,''),(12193,'1000','81605185745','2020-11-09 15:56:38',NULL,500.00,'0','8','1','Peter Karanja running petty errands','1','','','406','','No',NULL,NULL,''),(12204,'5920','81605185827','2020-11-10 15:58:49',125.00,NULL,'0','8','1','sugar','1','','','408','','No',NULL,NULL,''),(12205,'5920','81605185827','2020-11-10 15:58:49',190.00,NULL,'0','8','1','Milk, Bread','1','','','407','','No',NULL,NULL,''),(12206,'1000','81605185827','2020-11-10 15:58:49',NULL,315.00,'0','8','1','Milk, Bread & sugar','1','','','407','','No',NULL,NULL,''),(12209,'5980','81605186091','2020-11-10 16:02:42',400.00,NULL,'0','8','1','Thermal ETR Rolls 2pcs','1','','','409','','No',NULL,NULL,''),(12210,'1000','81605186091','2020-11-10 16:02:42',NULL,400.00,'0','8','1','Thermal ETR Rolls 2pcs','1','','','409','','No',NULL,NULL,''),(12213,'5510','81605186190','2020-11-10 16:03:50',100.00,NULL,'0','8','1','Delivery of Materials to customer','1','','','410','','No',NULL,NULL,''),(12214,'1000','81605186190','2020-11-10 16:03:50',NULL,100.00,'0','8','1','Delivery of Materials to customer','1','','','410','','No',NULL,NULL,''),(12217,'5660','81605186293','2020-11-10 16:05:19',200.00,NULL,'0','8','1','marketing','1','','','411','','No',NULL,NULL,''),(12218,'1000','81605186293','2020-11-10 16:05:19',NULL,200.00,'0','8','1','marketing','1','','','411','','No',NULL,NULL,''),(12221,'5900','81605186599','2020-11-12 16:11:03',3700.00,NULL,'0','8','1','lemon, lavender perfume & salt 150kg','1','','','412','','No',NULL,NULL,''),(12222,'1000','81605186599','2020-11-12 16:11:03',NULL,3700.00,'0','8','1','lemon, lavender perfume & salt 150kg','1','','','412','','No',NULL,NULL,''),(12225,'5510','81605186700','2020-11-12 16:12:31',300.00,NULL,'0','8','1','Transport of materials to the shop','1','','','413','','No',NULL,NULL,''),(12226,'1000','81605186700','2020-11-12 16:12:31',NULL,300.00,'0','8','1','Transport of materials to the shop from promax','1','','','413','','No',NULL,NULL,''),(12229,'5970','81605186795','2020-11-12 16:13:42',1200.00,NULL,'0','8','1','perfume bottles','1','','','414','','No',NULL,NULL,''),(12230,'1000','81605186795','2020-11-12 16:13:42',NULL,1200.00,'0','8','1','perfume bottles 200pcs','1','','','414','','No',NULL,NULL,''),(12231,'1110','61605185708','2020-11-12 16:17:05',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12232,'1110','61605185708','2020-11-12 16:17:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12233,'1110','61605185708','2020-11-12 16:17:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12234,'1110','61605185708','2020-11-12 16:17:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12235,'1110','61605185708','2020-11-12 16:17:05',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12236,'1110','61605185708','2020-11-12 16:17:05',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12237,'5500','61605185708','2020-11-12 16:17:05',164.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12238,'1000','61605185708','2020-11-12 16:17:05',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12239,'4000','61605185708','2020-11-12 16:17:05',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12240,'4000','61605185708','2020-11-12 16:17:05',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12241,'4000','61605185708','2020-11-12 16:17:05',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12242,'4000','61605185708','2020-11-12 16:17:05',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12243,'4000','61605185708','2020-11-12 16:17:05',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12244,'4000','61605185708','2020-11-12 16:17:05',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12245,'1110','61605187030','2020-11-12 16:24:27',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12246,'1110','61605187030','2020-11-12 16:24:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12247,'1110','61605187030','2020-11-12 16:24:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12248,'1110','61605187030','2020-11-12 16:24:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12249,'1110','61605187030','2020-11-12 16:24:27',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12250,'1110','61605187030','2020-11-12 16:24:27',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12251,'5500','61605187030','2020-11-12 16:24:27',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12252,'1000','61605187030','2020-11-12 16:24:27',540.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12253,'4000','61605187030','2020-11-12 16:24:27',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12254,'4000','61605187030','2020-11-12 16:24:27',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12255,'4000','61605187030','2020-11-12 16:24:27',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12256,'4000','61605187030','2020-11-12 16:24:27',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12257,'4000','61605187030','2020-11-12 16:24:27',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12258,'4000','61605187030','2020-11-12 16:24:27',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12259,'1110','61605187486','2020-11-12 16:25:30',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12260,'1110','61605187486','2020-11-12 16:25:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12261,'1110','61605187486','2020-11-12 16:25:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12262,'1110','61605187486','2020-11-12 16:25:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12263,'1110','61605187486','2020-11-12 16:25:30',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12264,'1110','61605187486','2020-11-12 16:25:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12265,'5500','61605187486','2020-11-12 16:25:30',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12266,'1000','61605187486','2020-11-12 16:25:30',540.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12267,'4000','61605187486','2020-11-12 16:25:30',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12268,'4000','61605187486','2020-11-12 16:25:30',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12269,'4000','61605187486','2020-11-12 16:25:30',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12270,'4000','61605187486','2020-11-12 16:25:30',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12271,'4000','61605187486','2020-11-12 16:25:30',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12272,'4000','61605187486','2020-11-12 16:25:30',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12273,'1110','61605187539','2020-11-12 16:27:34',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12274,'1110','61605187539','2020-11-12 16:27:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12275,'1110','61605187539','2020-11-12 16:27:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12276,'1110','61605187539','2020-11-12 16:27:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12277,'1110','61605187539','2020-11-12 16:27:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12278,'1110','61605187539','2020-11-12 16:27:34',NULL,0.00,'','6','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(12279,'1110','61605187539','2020-11-12 16:27:34',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12280,'5500','61605187539','2020-11-12 16:27:34',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12281,'1000','61605187539','2020-11-12 16:27:34',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12282,'4000','61605187539','2020-11-12 16:27:34',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12283,'4000','61605187539','2020-11-12 16:27:34',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12284,'4000','61605187539','2020-11-12 16:27:34',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12285,'4000','61605187539','2020-11-12 16:27:34',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12286,'4000','61605187539','2020-11-12 16:27:34',NULL,130.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12287,'4000','61605187539','2020-11-12 16:27:34',NULL,60.00,'','6','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(12288,'4000','61605187539','2020-11-12 16:27:34',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12289,'1110','61605187667','2020-11-12 16:29:41',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12290,'1110','61605187667','2020-11-12 16:29:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12291,'1110','61605187667','2020-11-12 16:29:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12292,'1110','61605187667','2020-11-12 16:29:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12293,'1110','61605187667','2020-11-12 16:29:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12294,'1110','61605187667','2020-11-12 16:29:41',NULL,0.00,'','6','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(12295,'1110','61605187667','2020-11-12 16:29:41',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12296,'5500','61605187667','2020-11-12 16:29:41',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12297,'1000','61605187667','2020-11-12 16:29:41',700.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12298,'4000','61605187667','2020-11-12 16:29:41',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12299,'4000','61605187667','2020-11-12 16:29:41',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12300,'4000','61605187667','2020-11-12 16:29:41',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12301,'4000','61605187667','2020-11-12 16:29:41',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12302,'4000','61605187667','2020-11-12 16:29:41',NULL,130.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12303,'4000','61605187667','2020-11-12 16:29:41',NULL,60.00,'','6','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(12304,'4000','61605187667','2020-11-12 16:29:41',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12305,'1000','61605187795','2020-11-12 16:31:19',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12306,'4000','61605187795','2020-11-12 16:31:19',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12307,'4000','61605187795','2020-11-12 16:31:19',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12308,'4000','61605187795','2020-11-12 16:31:19',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12309,'1110','61605187889','2020-11-12 16:33:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12310,'1110','61605187889','2020-11-12 16:33:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(12311,'1110','61605187889','2020-11-12 16:33:00',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12312,'5500','61605187889','2020-11-12 16:33:00',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12313,'1000','61605187889','2020-11-12 16:33:00',1080.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12314,'4000','61605187889','2020-11-12 16:33:00',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12315,'4000','61605187889','2020-11-12 16:33:00',NULL,1000.00,'','6','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(12316,'4000','61605187889','2020-11-12 16:33:00',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12317,'1000','61605188016','2020-11-12 16:34:55',1150.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12318,'4000','61605188016','2020-11-12 16:34:55',NULL,1150.00,'','6','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(12319,'1110','61605188114','2020-11-12 16:41:54',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12320,'1110','61605188114','2020-11-12 16:41:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12321,'1110','61605188114','2020-11-12 16:41:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12322,'1110','61605188114','2020-11-12 16:41:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12323,'1110','61605188114','2020-11-12 16:41:54',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12324,'1110','61605188114','2020-11-12 16:41:54',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12325,'5500','61605188114','2020-11-12 16:41:54',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12326,'1000','61605188114','2020-11-12 16:41:54',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12327,'4000','61605188114','2020-11-12 16:41:54',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12328,'4000','61605188114','2020-11-12 16:41:54',NULL,100.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12329,'4000','61605188114','2020-11-12 16:41:54',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12330,'4000','61605188114','2020-11-12 16:41:54',NULL,20.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12331,'4000','61605188114','2020-11-12 16:41:54',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12332,'4000','61605188114','2020-11-12 16:41:54',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12335,'5930','81605249062','2020-11-12 09:31:53',60.00,NULL,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','415','','No',NULL,NULL,''),(12336,'1000','81605249062','2020-11-12 09:31:53',NULL,60.00,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','415','','No',NULL,NULL,''),(12339,'5660','81605249137','2020-11-12 09:32:45',300.00,NULL,'0','8','1','marketing','1','','','416','','No',NULL,NULL,''),(12340,'1000','81605249137','2020-11-12 09:32:45',NULL,300.00,'0','8','1','marketing','1','','','416','','No',NULL,NULL,''),(12343,'5510','81605249200','2020-11-12 09:34:34',700.00,NULL,'0','8','1','Transport to and from kariobangi (motorbike)','1','','','417','','No',NULL,NULL,''),(12344,'1000','81605249200','2020-11-12 09:34:34',NULL,700.00,'0','8','1','Transport to and from kariobangi (motorbike)','1','','','417','','No',NULL,NULL,''),(12347,'5563','81605249351','2020-11-12 09:36:30',100.00,NULL,'0','8','1','Modesta Airtime','1','','','418','','No',NULL,NULL,''),(12348,'1000','81605249351','2020-11-12 09:36:30',NULL,100.00,'0','8','1','Modesta Airtime','1','','','418','','No',NULL,NULL,''),(12349,'1110','61605250465','2020-11-13 09:56:04',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12350,'1110','61605250465','2020-11-13 09:56:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12351,'1110','61605250465','2020-11-13 09:56:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12352,'1110','61605250465','2020-11-13 09:56:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12353,'1110','61605250465','2020-11-13 09:56:04',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12354,'1110','61605250465','2020-11-13 09:56:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12355,'5500','61605250465','2020-11-13 09:56:04',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12356,'1000','61605250465','2020-11-13 09:56:04',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12357,'4000','61605250465','2020-11-13 09:56:04',NULL,300.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12358,'4000','61605250465','2020-11-13 09:56:04',NULL,100.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12359,'4000','61605250465','2020-11-13 09:56:04',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12360,'4000','61605250465','2020-11-13 09:56:04',NULL,20.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12361,'4000','61605250465','2020-11-13 09:56:04',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12362,'4000','61605250465','2020-11-13 09:56:04',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12363,'1110','61605250573','2020-11-13 09:59:58',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12364,'1110','61605250573','2020-11-13 09:59:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12365,'1110','61605250573','2020-11-13 09:59:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12366,'1110','61605250573','2020-11-13 09:59:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12367,'1110','61605250573','2020-11-13 09:59:58',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12368,'1110','61605250573','2020-11-13 09:59:58',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12369,'5500','61605250573','2020-11-13 09:59:58',164.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12370,'1000','61605250573','2020-11-13 09:59:58',540.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12371,'4000','61605250573','2020-11-13 09:59:58',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12372,'4000','61605250573','2020-11-13 09:59:58',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12373,'4000','61605250573','2020-11-13 09:59:58',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12374,'4000','61605250573','2020-11-13 09:59:58',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12375,'4000','61605250573','2020-11-13 09:59:58',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12376,'4000','61605250573','2020-11-13 09:59:58',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12377,'1110','61605250817','2020-11-13 10:00:30',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12378,'5500','61605250817','2020-11-13 10:00:30',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12379,'1000','61605250817','2020-11-13 10:00:30',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12380,'4000','61605250817','2020-11-13 10:00:30',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12381,'1000','61605250906','2020-11-13 10:02:43',1800.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12382,'4000','61605250906','2020-11-13 10:02:43',NULL,1800.00,'','6','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(12383,'1110','61605250994','2020-11-13 11:17:01',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12384,'1110','61605250994','2020-11-13 11:17:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12385,'1110','61605250994','2020-11-13 11:17:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12386,'1110','61605250994','2020-11-13 11:17:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12387,'1110','61605250994','2020-11-13 11:17:01',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12388,'1110','61605250994','2020-11-13 11:17:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12389,'5500','61605250994','2020-11-13 11:17:01',164.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12390,'1000','61605250994','2020-11-13 11:17:01',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12391,'4000','61605250994','2020-11-13 11:17:01',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12392,'4000','61605250994','2020-11-13 11:17:01',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12393,'4000','61605250994','2020-11-13 11:17:01',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12394,'4000','61605250994','2020-11-13 11:17:01',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12395,'4000','61605250994','2020-11-13 11:17:01',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12396,'4000','61605250994','2020-11-13 11:17:01',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12397,'1000','81605258602','2020-11-13 12:10:55',600.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12399,'4000','81605258602','2020-11-13 12:22:15',NULL,600.00,'0','8','1','Sales order','1','','','5417','','No',NULL,NULL,''),(12400,'1000','81605258602','2020-11-13 12:22:15',600.00,NULL,'0','8','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(12401,'4000','81605258602','2020-11-13 12:29:00',600.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(12402,'1000','81605258602','2020-11-13 12:29:00',NULL,600.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(12403,'5500','81605258602','2020-11-13 12:29:00',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','85','','No',NULL,NULL,''),(12404,'1110','81605258602','2020-11-13 12:29:00',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(12405,'1000','81605259781','2020-11-13 12:32:05',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12407,'4000','81605259781','2020-11-13 12:32:17',NULL,500.00,'0','8','1','Sales order','1','','','5419','','No',NULL,NULL,''),(12408,'1000','81605259781','2020-11-13 12:32:17',500.00,NULL,'0','8','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(12409,'1110','61605262126','2020-11-13 13:10:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12410,'1110','61605262126','2020-11-13 13:10:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12411,'1110','61605262126','2020-11-13 13:10:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12412,'1110','61605262126','2020-11-13 13:10:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12413,'1110','61605262126','2020-11-13 13:10:53',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12414,'1110','61605262126','2020-11-13 13:10:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(12415,'1110','61605262126','2020-11-13 13:10:53',NULL,0.00,'','6','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(12416,'5500','61605262126','2020-11-13 13:10:53',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12417,'1000','61605262126','2020-11-13 13:10:53',450.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12418,'4000','61605262126','2020-11-13 13:10:53',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12419,'4000','61605262126','2020-11-13 13:10:53',NULL,160.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12420,'4000','61605262126','2020-11-13 13:10:53',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12421,'4000','61605262126','2020-11-13 13:10:53',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12422,'4000','61605262126','2020-11-13 13:10:53',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12423,'4000','61605262126','2020-11-13 13:10:53',NULL,50.00,'','6','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(12424,'4000','61605262126','2020-11-13 13:10:53',NULL,50.00,'','6','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(12425,'1000','61605262264','2020-11-13 13:11:30',600.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12426,'4000','61605262264','2020-11-13 13:11:30',NULL,600.00,'','6','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12427,'1000','61605268147','2020-11-13 14:49:42',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12428,'4000','61605268147','2020-11-13 14:49:42',NULL,150.00,'','6','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(12429,'1110','61605269605','2020-11-13 15:29:30',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12430,'1110','61605269605','2020-11-13 15:29:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12431,'1110','61605269605','2020-11-13 15:29:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12432,'1110','61605269605','2020-11-13 15:29:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12433,'1110','61605269605','2020-11-13 15:29:30',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12434,'1110','61605269605','2020-11-13 15:29:30',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12435,'5500','61605269605','2020-11-13 15:29:30',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12436,'1000','61605269605','2020-11-13 15:29:30',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12437,'4000','61605269605','2020-11-13 15:29:30',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12438,'4000','61605269605','2020-11-13 15:29:30',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12439,'4000','61605269605','2020-11-13 15:29:30',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12440,'4000','61605269605','2020-11-13 15:29:30',NULL,30.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12441,'4000','61605269605','2020-11-13 15:29:30',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12442,'4000','61605269605','2020-11-13 15:29:30',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12443,'1110','61605270581','2020-11-13 15:40:00',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12444,'1110','61605270581','2020-11-13 15:40:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12445,'1110','61605270581','2020-11-13 15:40:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12446,'1110','61605270581','2020-11-13 15:40:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12447,'1110','61605270581','2020-11-13 15:40:00',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12448,'1110','61605270581','2020-11-13 15:40:00',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12449,'5500','61605270581','2020-11-13 15:40:00',164.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12450,'1000','61605270581','2020-11-13 15:40:00',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12451,'4000','61605270581','2020-11-13 15:40:00',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12452,'4000','61605270581','2020-11-13 15:40:00',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12453,'4000','61605270581','2020-11-13 15:40:00',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12454,'4000','61605270581','2020-11-13 15:40:00',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12455,'4000','61605270581','2020-11-13 15:40:00',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12456,'4000','61605270581','2020-11-13 15:40:00',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12457,'1000','61605271214','2020-11-13 15:52:19',450.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12458,'4000','61605271214','2020-11-13 15:52:19',NULL,60.00,'','6','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12459,'4000','61605271214','2020-11-13 15:52:19',NULL,330.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12460,'4000','61605271214','2020-11-13 15:52:19',NULL,60.00,'','6','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12461,'1110','41605334219','2020-11-14 09:11:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12462,'1110','41605334219','2020-11-14 09:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12463,'1110','41605334219','2020-11-14 09:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12464,'1110','41605334219','2020-11-14 09:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12465,'1110','41605334219','2020-11-14 09:11:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12466,'1110','41605334219','2020-11-14 09:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12467,'5500','41605334219','2020-11-14 09:11:41',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12468,'1000','41605334219','2020-11-14 09:11:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12469,'4000','41605334219','2020-11-14 09:11:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12470,'4000','41605334219','2020-11-14 09:11:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12471,'4000','41605334219','2020-11-14 09:11:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12472,'4000','41605334219','2020-11-14 09:11:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12473,'4000','41605334219','2020-11-14 09:11:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12474,'4000','41605334219','2020-11-14 09:11:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12475,'1110','41605334312','2020-11-14 09:13:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12476,'1110','41605334312','2020-11-14 09:13:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12477,'1110','41605334312','2020-11-14 09:13:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12478,'1110','41605334312','2020-11-14 09:13:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12479,'1110','41605334312','2020-11-14 09:13:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12480,'1110','41605334312','2020-11-14 09:13:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12481,'1110','41605334312','2020-11-14 09:13:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(12482,'5500','41605334312','2020-11-14 09:13:46',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12483,'1000','41605334312','2020-11-14 09:13:46',1490.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12484,'4000','41605334312','2020-11-14 09:13:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12485,'4000','41605334312','2020-11-14 09:13:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12486,'4000','41605334312','2020-11-14 09:13:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12487,'4000','41605334312','2020-11-14 09:13:46',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12488,'4000','41605334312','2020-11-14 09:13:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12489,'4000','41605334312','2020-11-14 09:13:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12490,'4000','41605334312','2020-11-14 09:13:46',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(12491,'1110','41605334444','2020-11-14 09:15:57',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12492,'1110','41605334444','2020-11-14 09:15:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12493,'1110','41605334444','2020-11-14 09:15:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12494,'1110','41605334444','2020-11-14 09:15:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12495,'1110','41605334444','2020-11-14 09:15:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12496,'1110','41605334444','2020-11-14 09:15:57',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12497,'1110','41605334444','2020-11-14 09:15:57',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12498,'5500','41605334444','2020-11-14 09:15:57',166.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12499,'1000','41605334444','2020-11-14 09:15:57',690.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12500,'4000','41605334444','2020-11-14 09:15:57',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12501,'4000','41605334444','2020-11-14 09:15:57',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12502,'4000','41605334444','2020-11-14 09:15:57',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12503,'4000','41605334444','2020-11-14 09:15:57',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12504,'4000','41605334444','2020-11-14 09:15:57',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12505,'4000','41605334444','2020-11-14 09:15:57',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12506,'4000','41605334444','2020-11-14 09:15:57',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12507,'1110','41605334567','2020-11-14 09:17:58',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12508,'1110','41605334567','2020-11-14 09:17:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12509,'1110','41605334567','2020-11-14 09:17:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12510,'1110','41605334567','2020-11-14 09:17:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(12511,'1110','41605334567','2020-11-14 09:17:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12512,'1110','41605334567','2020-11-14 09:17:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12513,'5500','41605334567','2020-11-14 09:17:58',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12514,'1000','41605334567','2020-11-14 09:17:58',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12515,'4000','41605334567','2020-11-14 09:17:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12516,'4000','41605334567','2020-11-14 09:17:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12517,'4000','41605334567','2020-11-14 09:17:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12518,'4000','41605334567','2020-11-14 09:17:58',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12519,'4000','41605334567','2020-11-14 09:17:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12520,'4000','41605334567','2020-11-14 09:17:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12521,'1110','41605334870','2020-11-14 10:07:28',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12522,'1110','41605334870','2020-11-14 10:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12523,'1110','41605334870','2020-11-14 10:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12524,'1110','41605334870','2020-11-14 10:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12525,'1110','41605334870','2020-11-14 10:07:28',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12526,'1110','41605334870','2020-11-14 10:07:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12527,'5500','41605334870','2020-11-14 10:07:28',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12528,'1000','41605334870','2020-11-14 10:07:28',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12529,'4000','41605334870','2020-11-14 10:07:28',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12530,'4000','41605334870','2020-11-14 10:07:28',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12531,'4000','41605334870','2020-11-14 10:07:28',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12532,'4000','41605334870','2020-11-14 10:07:28',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12533,'4000','41605334870','2020-11-14 10:07:28',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12534,'4000','41605334870','2020-11-14 10:07:28',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12535,'1110','41605337665','2020-11-14 10:09:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12536,'1110','41605337665','2020-11-14 10:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12537,'1110','41605337665','2020-11-14 10:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12538,'1110','41605337665','2020-11-14 10:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12539,'1110','41605337665','2020-11-14 10:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12540,'1110','41605337665','2020-11-14 10:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(12541,'1110','41605337665','2020-11-14 10:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(12542,'1110','41605337665','2020-11-14 10:09:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12543,'5500','41605337665','2020-11-14 10:09:35',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12544,'1000','41605337665','2020-11-14 10:09:35',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12545,'4000','41605337665','2020-11-14 10:09:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12546,'4000','41605337665','2020-11-14 10:09:35',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12547,'4000','41605337665','2020-11-14 10:09:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12548,'4000','41605337665','2020-11-14 10:09:35',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12549,'4000','41605337665','2020-11-14 10:09:35',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12550,'4000','41605337665','2020-11-14 10:09:35',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(12551,'4000','41605337665','2020-11-14 10:09:35',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(12552,'4000','41605337665','2020-11-14 10:09:35',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12553,'1110','41605337796','2020-11-14 10:12:29',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12554,'1110','41605337796','2020-11-14 10:12:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12555,'1110','41605337796','2020-11-14 10:12:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12556,'1110','41605337796','2020-11-14 10:12:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12557,'1110','41605337796','2020-11-14 10:12:29',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12558,'1110','41605337796','2020-11-14 10:12:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12559,'5500','41605337796','2020-11-14 10:12:29',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12560,'1000','41605337796','2020-11-14 10:12:29',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12561,'4000','41605337796','2020-11-14 10:12:29',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12562,'4000','41605337796','2020-11-14 10:12:29',NULL,400.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12563,'4000','41605337796','2020-11-14 10:12:29',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12564,'4000','41605337796','2020-11-14 10:12:29',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12565,'4000','41605337796','2020-11-14 10:12:29',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12566,'4000','41605337796','2020-11-14 10:12:29',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12567,'1110','41605337982','2020-11-14 10:18:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12568,'1110','41605337982','2020-11-14 10:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12569,'1110','41605337982','2020-11-14 10:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12570,'1110','41605337982','2020-11-14 10:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12571,'1110','41605337982','2020-11-14 10:18:10',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12572,'1110','41605337982','2020-11-14 10:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12573,'1110','41605337982','2020-11-14 10:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(12574,'5500','41605337982','2020-11-14 10:18:10',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12575,'1000','41605337982','2020-11-14 10:18:10',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12576,'4000','41605337982','2020-11-14 10:18:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12577,'4000','41605337982','2020-11-14 10:18:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12578,'4000','41605337982','2020-11-14 10:18:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12579,'4000','41605337982','2020-11-14 10:18:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12580,'4000','41605337982','2020-11-14 10:18:10',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12581,'4000','41605337982','2020-11-14 10:18:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12582,'4000','41605337982','2020-11-14 10:18:10',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(12583,'1110','41605338296','2020-11-14 10:20:50',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12584,'1110','41605338296','2020-11-14 10:20:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12585,'1110','41605338296','2020-11-14 10:20:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12586,'1110','41605338296','2020-11-14 10:20:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12587,'1110','41605338296','2020-11-14 10:20:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12588,'1110','41605338296','2020-11-14 10:20:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12589,'5500','41605338296','2020-11-14 10:20:50',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12590,'1000','41605338296','2020-11-14 10:20:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12591,'4000','41605338296','2020-11-14 10:20:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12592,'4000','41605338296','2020-11-14 10:20:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12593,'4000','41605338296','2020-11-14 10:20:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12594,'4000','41605338296','2020-11-14 10:20:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12595,'4000','41605338296','2020-11-14 10:20:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12596,'4000','41605338296','2020-11-14 10:20:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12597,'1110','41605338461','2020-11-14 10:49:30',NULL,10.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(12598,'5500','41605338461','2020-11-14 10:49:30',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12599,'1000','41605338461','2020-11-14 10:49:30',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12600,'4000','41605338461','2020-11-14 10:49:30',NULL,1400.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(12601,'1110','41605340177','2020-11-14 11:54:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12602,'1110','41605340177','2020-11-14 11:54:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12603,'1110','41605340177','2020-11-14 11:54:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12604,'1110','41605340177','2020-11-14 11:54:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12605,'5500','41605340177','2020-11-14 11:54:36',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12606,'1000','41605340177','2020-11-14 11:54:36',470.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12607,'4000','41605340177','2020-11-14 11:54:36',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12608,'4000','41605340177','2020-11-14 11:54:36',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12609,'4000','41605340177','2020-11-14 11:54:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12610,'4000','41605340177','2020-11-14 11:54:36',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12611,'1000','41605346855','2020-11-14 12:41:05',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12612,'4000','41605346855','2020-11-14 12:41:05',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(12613,'1110','41605511235','2020-11-16 10:30:45',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12614,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12615,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(12616,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12617,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12618,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(12619,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(12620,'1110','41605511235','2020-11-16 10:30:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12621,'1110','41605511235','2020-11-16 10:30:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12622,'5500','41605511235','2020-11-16 10:30:45',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12623,'1000','41605511235','2020-11-16 10:30:45',990.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12624,'4000','41605511235','2020-11-16 10:30:45',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12625,'4000','41605511235','2020-11-16 10:30:45',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12626,'4000','41605511235','2020-11-16 10:30:45',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12627,'4000','41605511235','2020-11-16 10:30:45',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12628,'4000','41605511235','2020-11-16 10:30:45',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12629,'4000','41605511235','2020-11-16 10:30:45',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12630,'4000','41605511235','2020-11-16 10:30:45',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12631,'4000','41605511235','2020-11-16 10:30:45',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12632,'4000','41605511235','2020-11-16 10:30:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12633,'1110','41605514274','2020-11-16 11:12:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12634,'1110','41605514274','2020-11-16 11:12:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(12635,'1110','41605514274','2020-11-16 11:12:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12636,'1110','41605514274','2020-11-16 11:12:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12637,'1110','41605514274','2020-11-16 11:12:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12638,'5500','41605514274','2020-11-16 11:12:53',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12639,'1000','41605514274','2020-11-16 11:12:53',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12640,'4000','41605514274','2020-11-16 11:12:53',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12641,'4000','41605514274','2020-11-16 11:12:53',NULL,80.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12642,'4000','41605514274','2020-11-16 11:12:53',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12643,'4000','41605514274','2020-11-16 11:12:53',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12644,'4000','41605514274','2020-11-16 11:12:53',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12645,'1000','41605514383','2020-11-16 12:04:15',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12646,'4000','41605514383','2020-11-16 12:04:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12647,'1110','41605517544','2020-11-16 12:16:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12648,'1110','41605517544','2020-11-16 12:16:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12649,'1110','41605517544','2020-11-16 12:16:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12650,'1110','41605517544','2020-11-16 12:16:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12651,'1110','41605517544','2020-11-16 12:16:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12652,'1110','41605517544','2020-11-16 12:16:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12653,'5500','41605517544','2020-11-16 12:16:41',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12654,'1000','41605517544','2020-11-16 12:16:41',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12655,'4000','41605517544','2020-11-16 12:16:41',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12656,'4000','41605517544','2020-11-16 12:16:41',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12657,'4000','41605517544','2020-11-16 12:16:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12658,'4000','41605517544','2020-11-16 12:16:41',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12659,'4000','41605517544','2020-11-16 12:16:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12660,'4000','41605517544','2020-11-16 12:16:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12661,'1110','41605518224','2020-11-16 12:26:42',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12662,'1110','41605518224','2020-11-16 12:26:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12663,'1110','41605518224','2020-11-16 12:26:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12664,'1110','41605518224','2020-11-16 12:26:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12665,'1110','41605518224','2020-11-16 12:26:42',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12666,'1110','41605518224','2020-11-16 12:26:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12667,'5500','41605518224','2020-11-16 12:26:42',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12668,'1000','41605518224','2020-11-16 12:26:42',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12669,'4000','41605518224','2020-11-16 12:26:42',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12670,'4000','41605518224','2020-11-16 12:26:42',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12671,'4000','41605518224','2020-11-16 12:26:42',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12672,'4000','41605518224','2020-11-16 12:26:42',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12673,'4000','41605518224','2020-11-16 12:26:42',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12674,'4000','41605518224','2020-11-16 12:26:42',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12675,'1110','41605519045','2020-11-16 12:32:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12676,'1110','41605519045','2020-11-16 12:32:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12677,'1110','41605519045','2020-11-16 12:32:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12678,'1110','41605519045','2020-11-16 12:32:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12679,'5500','41605519045','2020-11-16 12:32:52',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12680,'1000','41605519045','2020-11-16 12:32:52',460.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12681,'4000','41605519045','2020-11-16 12:32:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12682,'4000','41605519045','2020-11-16 12:32:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12683,'4000','41605519045','2020-11-16 12:32:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12684,'4000','41605519045','2020-11-16 12:32:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12685,'1000','41605519186','2020-11-16 12:33:41',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12686,'4000','41605519186','2020-11-16 12:33:41',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12687,'1110','41605519306','2020-11-16 12:44:19',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12688,'1110','41605519306','2020-11-16 12:44:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12689,'1110','41605519306','2020-11-16 12:44:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12690,'1110','41605519306','2020-11-16 12:44:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12691,'1110','41605519306','2020-11-16 12:44:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12692,'1110','41605519306','2020-11-16 12:44:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(12693,'5500','41605519306','2020-11-16 12:44:19',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12694,'1000','41605519306','2020-11-16 12:44:19',630.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12695,'4000','41605519306','2020-11-16 12:44:19',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12696,'4000','41605519306','2020-11-16 12:44:19',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12697,'4000','41605519306','2020-11-16 12:44:19',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12698,'4000','41605519306','2020-11-16 12:44:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12699,'4000','41605519306','2020-11-16 12:44:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12700,'4000','41605519306','2020-11-16 12:44:19',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(12701,'1110','41605519889','2020-11-16 12:45:58',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12702,'1110','41605519889','2020-11-16 12:45:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12703,'1110','41605519889','2020-11-16 12:45:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(12704,'1110','41605519889','2020-11-16 12:45:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12705,'5500','41605519889','2020-11-16 12:45:58',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12706,'1000','41605519889','2020-11-16 12:45:58',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12707,'4000','41605519889','2020-11-16 12:45:58',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12708,'4000','41605519889','2020-11-16 12:45:58',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12709,'4000','41605519889','2020-11-16 12:45:58',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12710,'4000','41605519889','2020-11-16 12:45:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12711,'1110','41605519966','2020-11-16 13:44:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12712,'1110','41605519966','2020-11-16 13:44:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12713,'1110','41605519966','2020-11-16 13:44:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12714,'1110','41605519966','2020-11-16 13:44:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12715,'1110','41605519966','2020-11-16 13:44:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12716,'1110','41605519966','2020-11-16 13:44:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12717,'5500','41605519966','2020-11-16 13:44:23',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12718,'1000','41605519966','2020-11-16 13:44:23',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12719,'4000','41605519966','2020-11-16 13:44:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12720,'4000','41605519966','2020-11-16 13:44:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12721,'4000','41605519966','2020-11-16 13:44:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12722,'4000','41605519966','2020-11-16 13:44:23',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12723,'4000','41605519966','2020-11-16 13:44:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12724,'4000','41605519966','2020-11-16 13:44:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12725,'1000','41605523482','2020-11-16 14:11:42',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12726,'4000','41605523482','2020-11-16 14:11:42',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(12727,'1110','41605525108','2020-11-16 14:41:20',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12728,'1110','41605525108','2020-11-16 14:41:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12729,'1110','41605525108','2020-11-16 14:41:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12730,'1110','41605525108','2020-11-16 14:41:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12731,'1110','41605525108','2020-11-16 14:41:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12732,'5500','41605525108','2020-11-16 14:41:20',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12733,'1000','41605525108','2020-11-16 14:41:20',980.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12734,'4000','41605525108','2020-11-16 14:41:20',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12735,'4000','41605525108','2020-11-16 14:41:20',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12736,'4000','41605525108','2020-11-16 14:41:20',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12737,'4000','41605525108','2020-11-16 14:41:20',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12738,'4000','41605525108','2020-11-16 14:41:20',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12739,'1110','41605526932','2020-11-16 15:16:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12740,'1110','41605526932','2020-11-16 15:16:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(12741,'1110','41605526932','2020-11-16 15:16:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12742,'1110','41605526932','2020-11-16 15:16:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12743,'1110','41605526932','2020-11-16 15:16:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12744,'1110','41605526932','2020-11-16 15:16:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12745,'5500','41605526932','2020-11-16 15:16:08',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12746,'1000','41605526932','2020-11-16 15:16:08',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12747,'4000','41605526932','2020-11-16 15:16:08',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12748,'4000','41605526932','2020-11-16 15:16:08',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12749,'4000','41605526932','2020-11-16 15:16:08',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12750,'4000','41605526932','2020-11-16 15:16:08',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12751,'4000','41605526932','2020-11-16 15:16:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12752,'4000','41605526932','2020-11-16 15:16:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12753,'1000','41605528976','2020-11-16 15:47:55',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12754,'4000','41605528976','2020-11-16 15:47:55',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12755,'4000','41605528976','2020-11-16 15:47:55',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12756,'4000','41605528976','2020-11-16 15:47:55',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12757,'4000','41605528976','2020-11-16 15:47:55',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12758,'1110','81605535068','2020-11-16 00:00:00',33000.00,NULL,'','8','1','Asset Bought','1','','asset','0011','','No',NULL,NULL,''),(12759,'1000','81605535068','2020-11-16 00:00:00',NULL,33000.00,'','8','1','Asset Bought','1','','asset','0011','','No',NULL,NULL,''),(12760,'1110','41605592166','2020-11-17 08:52:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12761,'1110','41605592166','2020-11-17 08:52:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(12762,'1110','41605592166','2020-11-17 08:52:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12763,'1110','41605592166','2020-11-17 08:52:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12764,'1110','41605592166','2020-11-17 08:52:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12765,'1110','41605592166','2020-11-17 08:52:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12766,'5500','41605592166','2020-11-17 08:52:45',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12767,'1000','41605592166','2020-11-17 08:52:45',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12768,'4000','41605592166','2020-11-17 08:52:45',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12769,'4000','41605592166','2020-11-17 08:52:45',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12770,'4000','41605592166','2020-11-17 08:52:45',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12771,'4000','41605592166','2020-11-17 08:52:45',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12772,'4000','41605592166','2020-11-17 08:52:45',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12773,'4000','41605592166','2020-11-17 08:52:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12774,'1110','41605592385','2020-11-17 08:56:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12775,'1110','41605592385','2020-11-17 08:56:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(12776,'1110','41605592385','2020-11-17 08:56:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12777,'1110','41605592385','2020-11-17 08:56:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12778,'1110','41605592385','2020-11-17 08:56:57',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12779,'1110','41605592385','2020-11-17 08:56:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12780,'5500','41605592385','2020-11-17 08:56:57',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12781,'1000','41605592385','2020-11-17 08:56:57',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12782,'4000','41605592385','2020-11-17 08:56:57',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12783,'4000','41605592385','2020-11-17 08:56:57',NULL,140.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12784,'4000','41605592385','2020-11-17 08:56:57',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12785,'4000','41605592385','2020-11-17 08:56:57',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12786,'4000','41605592385','2020-11-17 08:56:57',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12787,'4000','41605592385','2020-11-17 08:56:57',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12788,'1110','41605592623','2020-11-17 10:14:55',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12789,'1110','41605592623','2020-11-17 10:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12790,'1110','41605592623','2020-11-17 10:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12791,'1110','41605592623','2020-11-17 10:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12792,'1110','41605592623','2020-11-17 10:14:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12793,'1110','41605592623','2020-11-17 10:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12794,'1110','41605592623','2020-11-17 10:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(12795,'5500','41605592623','2020-11-17 10:14:55',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12796,'1000','41605592623','2020-11-17 10:14:55',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12797,'4000','41605592623','2020-11-17 10:14:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12798,'4000','41605592623','2020-11-17 10:14:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12799,'4000','41605592623','2020-11-17 10:14:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12800,'4000','41605592623','2020-11-17 10:14:55',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12801,'4000','41605592623','2020-11-17 10:14:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12802,'4000','41605592623','2020-11-17 10:14:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12803,'4000','41605592623','2020-11-17 10:14:55',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(12804,'1110','41605597300','2020-11-17 10:57:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12805,'5500','41605597300','2020-11-17 10:57:40',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12806,'1000','41605597300','2020-11-17 10:57:40',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12807,'4000','41605597300','2020-11-17 10:57:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12808,'1110','41605599866','2020-11-17 12:51:46',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12809,'1110','41605599866','2020-11-17 12:51:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12810,'1110','41605599866','2020-11-17 12:51:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(12811,'1110','41605599866','2020-11-17 12:51:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12812,'1110','41605599866','2020-11-17 12:51:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12813,'1110','41605599866','2020-11-17 12:51:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12814,'1110','41605599866','2020-11-17 12:51:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12815,'5500','41605599866','2020-11-17 12:51:46',321.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12816,'1000','41605599866','2020-11-17 12:51:46',1230.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12817,'4000','41605599866','2020-11-17 12:51:46',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12818,'4000','41605599866','2020-11-17 12:51:46',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12819,'4000','41605599866','2020-11-17 12:51:46',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12820,'4000','41605599866','2020-11-17 12:51:46',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12821,'4000','41605599866','2020-11-17 12:51:46',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12822,'4000','41605599866','2020-11-17 12:51:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12823,'4000','41605599866','2020-11-17 12:51:46',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12824,'1110','41605609990','2020-11-17 13:52:51',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(12825,'5500','41605609990','2020-11-17 13:52:51',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12826,'1000','41605609990','2020-11-17 13:52:51',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12827,'4000','41605609990','2020-11-17 13:52:51',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(12828,'1110','41605680792','2020-11-18 10:35:42',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12829,'1110','41605680792','2020-11-18 10:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(12830,'1110','41605680792','2020-11-18 10:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12831,'1110','41605680792','2020-11-18 10:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12832,'1110','41605680792','2020-11-18 10:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12833,'1110','41605680792','2020-11-18 10:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(12834,'1110','41605680792','2020-11-18 10:35:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(12835,'1110','41605680792','2020-11-18 10:35:42',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12836,'5500','41605680792','2020-11-18 10:35:42',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12837,'1000','41605680792','2020-11-18 10:35:42',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12838,'4000','41605680792','2020-11-18 10:35:42',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12839,'4000','41605680792','2020-11-18 10:35:42',NULL,480.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12840,'4000','41605680792','2020-11-18 10:35:42',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12841,'4000','41605680792','2020-11-18 10:35:42',NULL,90.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12842,'4000','41605680792','2020-11-18 10:35:42',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12843,'4000','41605680792','2020-11-18 10:35:42',NULL,390.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(12844,'4000','41605680792','2020-11-18 10:35:42',NULL,180.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(12845,'4000','41605680792','2020-11-18 10:35:42',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12846,'1000','41605684962','2020-11-18 10:38:07',670.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12847,'4000','41605684962','2020-11-18 10:38:07',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12848,'4000','41605684962','2020-11-18 10:38:07',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12849,'4000','41605684962','2020-11-18 10:38:07',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12850,'4000','41605684962','2020-11-18 10:38:07',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(12851,'4000','41605684962','2020-11-18 10:38:07',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(12852,'4000','41605684962','2020-11-18 10:38:07',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(12853,'4000','41605684962','2020-11-18 10:38:07',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(12854,'1110','41605685099','2020-11-18 10:53:54',NULL,1.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(12855,'5500','41605685099','2020-11-18 10:53:54',1.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12856,'1000','41605685099','2020-11-18 10:53:54',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12857,'4000','41605685099','2020-11-18 10:53:54',NULL,150.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(12858,'1110','41605686040','2020-11-18 10:59:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12859,'1110','41605686040','2020-11-18 10:59:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12860,'1110','41605686040','2020-11-18 10:59:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12861,'1110','41605686040','2020-11-18 10:59:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12862,'1110','41605686040','2020-11-18 10:59:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12863,'1110','41605686040','2020-11-18 10:59:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12864,'5500','41605686040','2020-11-18 10:59:14',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12865,'1000','41605686040','2020-11-18 10:59:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12866,'4000','41605686040','2020-11-18 10:59:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12867,'4000','41605686040','2020-11-18 10:59:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12868,'4000','41605686040','2020-11-18 10:59:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12869,'4000','41605686040','2020-11-18 10:59:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12870,'4000','41605686040','2020-11-18 10:59:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12871,'4000','41605686040','2020-11-18 10:59:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12872,'1000','41605686362','2020-11-18 11:42:34',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12873,'4000','41605686362','2020-11-18 11:42:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12874,'1110','41605688963','2020-11-18 11:49:09',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12875,'1110','41605688963','2020-11-18 11:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(12876,'1110','41605688963','2020-11-18 11:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12877,'5500','41605688963','2020-11-18 11:49:09',1596.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12878,'1000','41605688963','2020-11-18 11:49:09',3700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12879,'4000','41605688963','2020-11-18 11:49:09',NULL,2500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12880,'4000','41605688963','2020-11-18 11:49:09',NULL,1000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(12881,'4000','41605688963','2020-11-18 11:49:09',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12882,'1000','41605689356','2020-11-18 11:49:35',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12883,'4000','41605689356','2020-11-18 11:49:35',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(12884,'1000','41605689382','2020-11-18 11:50:18',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12885,'4000','41605689382','2020-11-18 11:50:18',NULL,50.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(12886,'1110','41605689429','2020-11-18 11:52:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(12887,'1110','41605689429','2020-11-18 11:52:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(12888,'5500','41605689429','2020-11-18 11:52:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12889,'1000','41605689429','2020-11-18 11:52:38',380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12890,'4000','41605689429','2020-11-18 11:52:38',NULL,80.00,'','4','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12891,'4000','41605689429','2020-11-18 11:52:38',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(12892,'1000','41605689608','2020-11-18 11:54:29',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12893,'4000','41605689608','2020-11-18 11:54:29',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(12894,'1110','41605689734','2020-11-18 12:05:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12895,'1110','41605689734','2020-11-18 12:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12896,'1110','41605689734','2020-11-18 12:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12897,'1110','41605689734','2020-11-18 12:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12898,'1110','41605689734','2020-11-18 12:05:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12899,'1110','41605689734','2020-11-18 12:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12900,'5500','41605689734','2020-11-18 12:05:35',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12901,'1000','41605689734','2020-11-18 12:05:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12902,'4000','41605689734','2020-11-18 12:05:35',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12903,'4000','41605689734','2020-11-18 12:05:35',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12904,'4000','41605689734','2020-11-18 12:05:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12905,'4000','41605689734','2020-11-18 12:05:35',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12906,'4000','41605689734','2020-11-18 12:05:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12907,'4000','41605689734','2020-11-18 12:05:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12908,'1000','41605690406','2020-11-18 12:07:04',180.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12909,'4000','41605690406','2020-11-18 12:07:04',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(12910,'1110','41605692271','2020-11-18 12:40:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12911,'1110','41605692271','2020-11-18 12:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12912,'1110','41605692271','2020-11-18 12:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12913,'1110','41605692271','2020-11-18 12:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12914,'1110','41605692271','2020-11-18 12:40:38',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12915,'1110','41605692271','2020-11-18 12:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12916,'5500','41605692271','2020-11-18 12:40:38',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12917,'1000','41605692271','2020-11-18 12:40:38',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12918,'4000','41605692271','2020-11-18 12:40:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12919,'4000','41605692271','2020-11-18 12:40:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12920,'4000','41605692271','2020-11-18 12:40:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12921,'4000','41605692271','2020-11-18 12:40:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12922,'4000','41605692271','2020-11-18 12:40:38',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12923,'4000','41605692271','2020-11-18 12:40:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12924,'1000','41605692446','2020-11-18 12:41:15',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12925,'4000','41605692446','2020-11-18 12:41:15',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12926,'1110','41605692495','2020-11-18 13:55:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12927,'1110','41605692495','2020-11-18 13:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12928,'1110','41605692495','2020-11-18 13:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12929,'1110','41605692495','2020-11-18 13:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12930,'1110','41605692495','2020-11-18 13:55:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12931,'1110','41605692495','2020-11-18 13:55:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12932,'5500','41605692495','2020-11-18 13:55:49',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12933,'1000','41605692495','2020-11-18 13:55:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12934,'4000','41605692495','2020-11-18 13:55:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12935,'4000','41605692495','2020-11-18 13:55:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12936,'4000','41605692495','2020-11-18 13:55:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12937,'4000','41605692495','2020-11-18 13:55:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12938,'4000','41605692495','2020-11-18 13:55:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12939,'4000','41605692495','2020-11-18 13:55:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12940,'1110','41605696959','2020-11-18 14:48:33',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12941,'1110','41605696959','2020-11-18 14:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12942,'1110','41605696959','2020-11-18 14:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12943,'1110','41605696959','2020-11-18 14:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12944,'1110','41605696959','2020-11-18 14:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12945,'1110','41605696959','2020-11-18 14:48:33',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12946,'1110','41605696959','2020-11-18 14:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12947,'5500','41605696959','2020-11-18 14:48:33',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12948,'1000','41605696959','2020-11-18 14:48:33',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12949,'4000','41605696959','2020-11-18 14:48:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12950,'4000','41605696959','2020-11-18 14:48:33',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12951,'4000','41605696959','2020-11-18 14:48:33',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12952,'4000','41605696959','2020-11-18 14:48:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12953,'4000','41605696959','2020-11-18 14:48:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12954,'4000','41605696959','2020-11-18 14:48:33',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12955,'4000','41605696959','2020-11-18 14:48:33',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12956,'1000','41605700122','2020-11-18 15:01:59',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12957,'4000','41605700122','2020-11-18 15:01:59',NULL,300.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(12958,'1110','41605701316','2020-11-18 15:09:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12959,'1110','41605701316','2020-11-18 15:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12960,'1110','41605701316','2020-11-18 15:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12961,'1110','41605701316','2020-11-18 15:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(12962,'1110','41605701316','2020-11-18 15:09:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12963,'1110','41605701316','2020-11-18 15:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12964,'5500','41605701316','2020-11-18 15:09:38',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12965,'1000','41605701316','2020-11-18 15:09:38',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12966,'4000','41605701316','2020-11-18 15:09:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12967,'4000','41605701316','2020-11-18 15:09:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12968,'4000','41605701316','2020-11-18 15:09:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12969,'4000','41605701316','2020-11-18 15:09:38',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(12970,'4000','41605701316','2020-11-18 15:09:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12971,'4000','41605701316','2020-11-18 15:09:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(12972,'1110','41605701427','2020-11-18 15:26:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12973,'1110','41605701427','2020-11-18 15:26:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(12974,'1110','41605701427','2020-11-18 15:26:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12975,'1110','41605701427','2020-11-18 15:26:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(12976,'1110','41605701427','2020-11-18 15:26:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12977,'1110','41605701427','2020-11-18 15:26:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(12978,'5500','41605701427','2020-11-18 15:26:13',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12979,'1000','41605701427','2020-11-18 15:26:13',650.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(12980,'4000','41605701427','2020-11-18 15:26:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12981,'4000','41605701427','2020-11-18 15:26:13',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(12982,'4000','41605701427','2020-11-18 15:26:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12983,'4000','41605701427','2020-11-18 15:26:13',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(12984,'4000','41605701427','2020-11-18 15:26:13',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12985,'4000','41605701427','2020-11-18 15:26:13',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(12986,'1110','41605702679','2020-11-18 15:32:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12987,'1110','41605702679','2020-11-18 15:32:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(12988,'1110','41605702679','2020-11-18 15:32:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(12989,'1110','41605702679','2020-11-18 15:32:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(12990,'1110','41605702679','2020-11-18 15:32:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(12991,'1110','41605702679','2020-11-18 15:32:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(12992,'5500','41605702679','2020-11-18 15:32:28',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12993,'1000','41605702679','2020-11-18 15:32:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12994,'4000','41605702679','2020-11-18 15:32:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12995,'4000','41605702679','2020-11-18 15:32:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(12996,'4000','41605702679','2020-11-18 15:32:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12997,'4000','41605702679','2020-11-18 15:32:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12998,'4000','41605702679','2020-11-18 15:32:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(12999,'4000','41605702679','2020-11-18 15:32:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13000,'1000','41605702753','2020-11-18 15:45:12',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13001,'4000','41605702753','2020-11-18 15:45:12',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13002,'1110','41605703518','2020-11-18 16:09:47',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13003,'1110','41605703518','2020-11-18 16:09:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13004,'1110','41605703518','2020-11-18 16:09:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13005,'1110','41605703518','2020-11-18 16:09:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13006,'1110','41605703518','2020-11-18 16:09:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13007,'1110','41605703518','2020-11-18 16:09:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13008,'5500','41605703518','2020-11-18 16:09:47',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13009,'1000','41605703518','2020-11-18 16:09:47',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13010,'4000','41605703518','2020-11-18 16:09:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13011,'4000','41605703518','2020-11-18 16:09:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13012,'4000','41605703518','2020-11-18 16:09:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13013,'4000','41605703518','2020-11-18 16:09:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13014,'4000','41605703518','2020-11-18 16:09:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13015,'4000','41605703518','2020-11-18 16:09:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13016,'1110','41605704993','2020-11-18 16:13:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13017,'1110','41605704993','2020-11-18 16:13:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13018,'1110','41605704993','2020-11-18 16:13:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13019,'1110','41605704993','2020-11-18 16:13:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13020,'1110','41605704993','2020-11-18 16:13:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13021,'1110','41605704993','2020-11-18 16:13:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13022,'5500','41605704993','2020-11-18 16:13:03',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13023,'1000','41605704993','2020-11-18 16:13:03',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13024,'4000','41605704993','2020-11-18 16:13:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13025,'4000','41605704993','2020-11-18 16:13:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13026,'4000','41605704993','2020-11-18 16:13:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13027,'4000','41605704993','2020-11-18 16:13:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13028,'4000','41605704993','2020-11-18 16:13:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13029,'4000','41605704993','2020-11-18 16:13:03',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13030,'1110','41605705197','2020-11-18 16:17:57',NULL,4.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(13031,'5500','41605705197','2020-11-18 16:17:57',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13032,'1000','41605705197','2020-11-18 16:17:57',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13033,'4000','41605705197','2020-11-18 16:17:57',NULL,600.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(13034,'1000','41605705487','2020-11-18 16:30:06',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13035,'4000','41605705487','2020-11-18 16:30:06',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13036,'4000','41605705487','2020-11-18 16:30:06',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13037,'4000','41605705487','2020-11-18 16:30:06',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(13038,'1000','41605765600','2020-11-19 09:26:56',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13039,'4000','41605765600','2020-11-19 09:26:56',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(13040,'1000','TRANS-81605768553','2020-11-18 09:29:29',NULL,12000.00,'-471559','8','1','Transfer','','','','','','No',NULL,NULL,''),(13041,'1020','TRANS-81605768553','2020-11-18 09:29:29',12000.00,NULL,'120000','8','1','Transfer','','','','','','No',NULL,NULL,''),(13044,'5510','81605771423','2020-11-11 10:39:47',500.00,NULL,'0','8','1','Body filler delivery cost to Kituma (maloba a/c)','1','','','419','','No',NULL,NULL,''),(13045,'1000','81605771423','2020-11-11 10:39:47',NULL,500.00,'0','8','1','Body filler delivery cost to Kituma (maloba a/c)','1','','','419','','No',NULL,NULL,''),(13046,'1000','41605767227','2020-11-19 10:42:54',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13047,'4000','41605767227','2020-11-19 10:42:54',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13048,'4000','41605767227','2020-11-19 10:42:54',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13049,'4000','41605767227','2020-11-19 10:42:54',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13054,'5920','81605771633','2020-11-13 10:41:31',48.00,NULL,'0','8','1','Tissue paper','1','','','421','','No',NULL,NULL,''),(13055,'5920','81605771633','2020-11-13 10:41:31',190.00,NULL,'0','8','1','milk,bread','1','','','420','','No',NULL,NULL,''),(13056,'1000','81605771633','2020-11-13 10:41:31',NULL,238.00,'0','8','1','Milk,Bread & Tissue','1','','','420','','No',NULL,NULL,''),(13059,'5990','81605772149','2020-11-13 10:52:09',500.00,NULL,'0','8','1','Peter karanja trouser(was bleached with sodium hypochlorite during decating','1','','','422','','No',NULL,NULL,''),(13060,'1000','81605772149','2020-11-13 10:52:09',NULL,500.00,'0','8','1','Peter karanja trouser(was bleached with sodium hypochlorite during decating','1','','','422','','No',NULL,NULL,''),(13063,'5900','81605772381','2020-11-13 10:54:30',170.00,NULL,'0','8','1','enchantal gardens perfume','1','','','423','','No',NULL,NULL,''),(13064,'1000','81605772381','2020-11-13 10:54:30',NULL,170.00,'0','8','1','enchantal gardens perfume','1','','','423','','No',NULL,NULL,''),(13069,'5900','81605772509','2020-11-13 10:56:15',2200.00,NULL,'0','8','1','sodium hypochlorine','1','','','424','','No',NULL,NULL,''),(13070,'1000','81605772509','2020-11-13 10:56:15',NULL,2200.00,'0','8','1','sodium hypochlorite 20ltr','1','','','424','','No',NULL,NULL,''),(13071,'1110','41605771781','2020-11-19 11:05:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13072,'1110','41605771781','2020-11-19 11:05:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13073,'1110','41605771781','2020-11-19 11:05:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13074,'1110','41605771781','2020-11-19 11:05:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13075,'1110','41605771781','2020-11-19 11:05:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13076,'1110','41605771781','2020-11-19 11:05:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13077,'5500','41605771781','2020-11-19 11:05:10',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13078,'1000','41605771781','2020-11-19 11:05:10',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13079,'4000','41605771781','2020-11-19 11:05:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13080,'4000','41605771781','2020-11-19 11:05:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13081,'4000','41605771781','2020-11-19 11:05:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13082,'4000','41605771781','2020-11-19 11:05:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13083,'4000','41605771781','2020-11-19 11:05:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13084,'4000','41605771781','2020-11-19 11:05:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13085,'1110','41605773118','2020-11-19 11:59:58',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13086,'1110','41605773118','2020-11-19 11:59:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13087,'1110','41605773118','2020-11-19 11:59:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13088,'1110','41605773118','2020-11-19 11:59:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13089,'1110','41605773118','2020-11-19 11:59:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13090,'1110','41605773118','2020-11-19 11:59:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13091,'1110','41605773118','2020-11-19 11:59:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13092,'5500','41605773118','2020-11-19 11:59:58',326.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13093,'1000','41605773118','2020-11-19 11:59:58',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13094,'4000','41605773118','2020-11-19 11:59:58',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13095,'4000','41605773118','2020-11-19 11:59:58',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13096,'4000','41605773118','2020-11-19 11:59:58',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13097,'4000','41605773118','2020-11-19 11:59:58',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13098,'4000','41605773118','2020-11-19 11:59:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13099,'4000','41605773118','2020-11-19 11:59:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13100,'4000','41605773118','2020-11-19 11:59:58',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13101,'1110','41605776405','2020-11-19 13:20:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13102,'1110','41605776405','2020-11-19 13:20:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13103,'1110','41605776405','2020-11-19 13:20:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13104,'1110','41605776405','2020-11-19 13:20:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(13105,'1110','41605776405','2020-11-19 13:20:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13106,'1110','41605776405','2020-11-19 13:20:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13107,'5500','41605776405','2020-11-19 13:20:30',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13108,'1000','41605776405','2020-11-19 13:20:30',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13109,'4000','41605776405','2020-11-19 13:20:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13110,'4000','41605776405','2020-11-19 13:20:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13111,'4000','41605776405','2020-11-19 13:20:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13112,'4000','41605776405','2020-11-19 13:20:30',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13113,'4000','41605776405','2020-11-19 13:20:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13114,'4000','41605776405','2020-11-19 13:20:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13115,'1110','41605781236','2020-11-19 13:49:40',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13116,'1110','41605781236','2020-11-19 13:49:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13117,'1110','41605781236','2020-11-19 13:49:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13118,'1110','41605781236','2020-11-19 13:49:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13119,'1110','41605781236','2020-11-19 13:49:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13120,'1110','41605781236','2020-11-19 13:49:40',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13121,'1110','41605781236','2020-11-19 13:49:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(13122,'5500','41605781236','2020-11-19 13:49:40',498.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13123,'1000','41605781236','2020-11-19 13:49:40',2620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13124,'4000','41605781236','2020-11-19 13:49:40',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13125,'4000','41605781236','2020-11-19 13:49:40',NULL,270.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13126,'4000','41605781236','2020-11-19 13:49:40',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13127,'4000','41605781236','2020-11-19 13:49:40',NULL,90.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13128,'4000','41605781236','2020-11-19 13:49:40',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13129,'4000','41605781236','2020-11-19 13:49:40',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13130,'4000','41605781236','2020-11-19 13:49:40',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(13131,'1110','41605782988','2020-11-19 13:58:31',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13132,'1110','41605782988','2020-11-19 13:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13133,'1110','41605782988','2020-11-19 13:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13134,'1110','41605782988','2020-11-19 13:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13135,'1110','41605782988','2020-11-19 13:58:31',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13136,'1110','41605782988','2020-11-19 13:58:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13137,'5500','41605782988','2020-11-19 13:58:31',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13138,'1000','41605782988','2020-11-19 13:58:31',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13139,'4000','41605782988','2020-11-19 13:58:31',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13140,'4000','41605782988','2020-11-19 13:58:31',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13141,'4000','41605782988','2020-11-19 13:58:31',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13142,'4000','41605782988','2020-11-19 13:58:31',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13143,'4000','41605782988','2020-11-19 13:58:31',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13144,'4000','41605782988','2020-11-19 13:58:31',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13145,'1000','41605783523','2020-11-19 14:00:24',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13146,'4000','41605783523','2020-11-19 14:00:24',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13147,'4000','41605783523','2020-11-19 14:00:24',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13148,'4000','41605783523','2020-11-19 14:00:24',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(13149,'1110','41605783922','2020-11-19 14:06:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13150,'1110','41605783922','2020-11-19 14:06:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13151,'1110','41605783922','2020-11-19 14:06:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13152,'1110','41605783922','2020-11-19 14:06:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13153,'1110','41605783922','2020-11-19 14:06:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13154,'1110','41605783922','2020-11-19 14:06:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13155,'5500','41605783922','2020-11-19 14:06:52',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13156,'1000','41605783922','2020-11-19 14:06:52',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(13157,'4000','41605783922','2020-11-19 14:06:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13158,'4000','41605783922','2020-11-19 14:06:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13159,'4000','41605783922','2020-11-19 14:06:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13160,'4000','41605783922','2020-11-19 14:06:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13161,'4000','41605783922','2020-11-19 14:06:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13162,'4000','41605783922','2020-11-19 14:06:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13163,'1110','41605784025','2020-11-19 14:54:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13164,'1110','41605784025','2020-11-19 14:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13165,'1110','41605784025','2020-11-19 14:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13166,'1110','41605784025','2020-11-19 14:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13167,'1110','41605784025','2020-11-19 14:54:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13168,'1110','41605784025','2020-11-19 14:54:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13169,'5500','41605784025','2020-11-19 14:54:10',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13170,'1000','41605784025','2020-11-19 14:54:10',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13171,'4000','41605784025','2020-11-19 14:54:10',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13172,'4000','41605784025','2020-11-19 14:54:10',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13173,'4000','41605784025','2020-11-19 14:54:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13174,'4000','41605784025','2020-11-19 14:54:10',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13175,'4000','41605784025','2020-11-19 14:54:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13176,'4000','41605784025','2020-11-19 14:54:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13177,'1110','41605788043','2020-11-19 15:46:25',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13178,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13179,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13180,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13181,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13182,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13183,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13184,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13185,'1110','41605788043','2020-11-19 15:46:25',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13186,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13187,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(13188,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(13189,'1110','41605788043','2020-11-19 15:46:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(13190,'5500','41605788043','2020-11-19 15:46:25',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13191,'1000','41605788043','2020-11-19 15:46:25',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13192,'4000','41605788043','2020-11-19 15:46:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13193,'4000','41605788043','2020-11-19 15:46:25',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13194,'4000','41605788043','2020-11-19 15:46:25',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13195,'4000','41605788043','2020-11-19 15:46:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13196,'4000','41605788043','2020-11-19 15:46:25',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13197,'4000','41605788043','2020-11-19 15:46:25',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13198,'4000','41605788043','2020-11-19 15:46:25',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13199,'4000','41605788043','2020-11-19 15:46:25',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13200,'4000','41605788043','2020-11-19 15:46:25',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13201,'4000','41605788043','2020-11-19 15:46:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13202,'4000','41605788043','2020-11-19 15:46:25',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(13203,'4000','41605788043','2020-11-19 15:46:25',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(13204,'4000','41605788043','2020-11-19 15:46:25',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(13205,'1000','TRANS-81605852521','2020-11-19 09:15:08',NULL,9000.00,'-480559','8','1','Transfer','','','','','','No',NULL,NULL,''),(13206,'1020','TRANS-81605852521','2020-11-19 09:15:08',9000.00,NULL,'129000','8','1','Transfer','','','','','','No',NULL,NULL,''),(13207,'1000','TRANS-81605852624','2020-11-19 09:42:08',NULL,15420.00,'-495979','8','1','Transfer','','','','','','No',NULL,NULL,''),(13208,'1035','TRANS-81605852624','2020-11-19 09:42:08',15420.00,NULL,'366979','8','1','Transfer','','','','','','No',NULL,NULL,''),(13209,'1110','41605853826','2020-11-20 09:33:09',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13210,'1110','41605853826','2020-11-20 09:33:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13211,'1110','41605853826','2020-11-20 09:33:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13212,'1110','41605853826','2020-11-20 09:33:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13213,'1110','41605853826','2020-11-20 09:33:09',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13214,'1110','41605853826','2020-11-20 09:33:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13215,'5500','41605853826','2020-11-20 09:33:09',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13216,'1000','41605853826','2020-11-20 09:33:09',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13217,'4000','41605853826','2020-11-20 09:33:09',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13218,'4000','41605853826','2020-11-20 09:33:09',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13219,'4000','41605853826','2020-11-20 09:33:09',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13220,'4000','41605853826','2020-11-20 09:33:09',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13221,'4000','41605853826','2020-11-20 09:33:09',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13222,'4000','41605853826','2020-11-20 09:33:09',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13223,'1000','41605853997','2020-11-20 09:34:15',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13224,'4000','41605853997','2020-11-20 09:34:15',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(13225,'1110','41605854064','2020-11-20 09:35:53',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13226,'1110','41605854064','2020-11-20 09:35:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(13227,'1110','41605854064','2020-11-20 09:35:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(13228,'1110','41605854064','2020-11-20 09:35:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13229,'5500','41605854064','2020-11-20 09:35:53',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13230,'1000','41605854064','2020-11-20 09:35:53',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13231,'4000','41605854064','2020-11-20 09:35:53',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13232,'4000','41605854064','2020-11-20 09:35:53',NULL,260.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(13233,'4000','41605854064','2020-11-20 09:35:53',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13234,'4000','41605854064','2020-11-20 09:35:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13235,'1110','41605854159','2020-11-20 09:37:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13236,'1110','41605854159','2020-11-20 09:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13237,'1110','41605854159','2020-11-20 09:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13238,'1110','41605854159','2020-11-20 09:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13239,'1110','41605854159','2020-11-20 09:37:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13240,'1110','41605854159','2020-11-20 09:37:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13241,'5500','41605854159','2020-11-20 09:37:04',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13242,'1000','41605854159','2020-11-20 09:37:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13243,'4000','41605854159','2020-11-20 09:37:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13244,'4000','41605854159','2020-11-20 09:37:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13245,'4000','41605854159','2020-11-20 09:37:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13246,'4000','41605854159','2020-11-20 09:37:04',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13247,'4000','41605854159','2020-11-20 09:37:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13248,'4000','41605854159','2020-11-20 09:37:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13249,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13250,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13251,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13252,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13253,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13254,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13255,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13256,'1110','41601463322','2020-09-30 13:57:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13257,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(13258,'1110','41601463322','2020-09-30 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','161','','No',NULL,NULL,''),(13259,'5500','41601463322','2020-09-30 13:57:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13260,'1000','41601463322','2020-09-30 13:57:13',38350.00,NULL,'','4','1','Revenue Received','1','','Payment','','','No',NULL,NULL,''),(13261,'4000','41601463322','2020-09-30 13:57:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13262,'4000','41601463322','2020-09-30 13:57:13',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13263,'4000','41601463322','2020-09-30 13:57:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13264,'4000','41601463322','2020-09-30 13:57:13',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13265,'4000','41601463322','2020-09-30 13:57:13',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13266,'4000','41601463322','2020-09-30 13:57:13',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13267,'4000','41601463322','2020-09-30 13:57:13',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13268,'4000','41601463322','2020-09-30 13:57:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13269,'4000','41601463322','2020-09-30 13:57:13',NULL,4200.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(13270,'4000','41601463322','2020-09-30 13:57:13',NULL,33250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(13271,'1000','41605857698','2020-11-20 10:35:50',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13272,'4000','41605857698','2020-11-20 10:35:50',NULL,2200.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(13273,'1110','41605857763','2020-11-20 10:44:53',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13274,'1110','41605857763','2020-11-20 10:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13275,'1110','41605857763','2020-11-20 10:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13276,'1110','41605857763','2020-11-20 10:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13277,'1110','41605857763','2020-11-20 10:44:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13278,'1110','41605857763','2020-11-20 10:44:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13279,'5500','41605857763','2020-11-20 10:44:53',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13280,'1000','41605857763','2020-11-20 10:44:53',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13281,'4000','41605857763','2020-11-20 10:44:53',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13282,'4000','41605857763','2020-11-20 10:44:53',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13283,'4000','41605857763','2020-11-20 10:44:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13284,'4000','41605857763','2020-11-20 10:44:53',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13285,'4000','41605857763','2020-11-20 10:44:53',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13286,'4000','41605857763','2020-11-20 10:44:53',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13293,'5920','81605859518','2020-11-13 11:07:16',200.00,NULL,'0','8','1','milk for 4staff decating chemicals','1','','','426','','No',NULL,NULL,''),(13294,'1000','81605859518','2020-11-13 11:07:16',NULL,200.00,'0','8','1','milk for 4staff decating chemicals','1','','','426','','No',NULL,NULL,''),(13297,'5563','81605859659','2020-11-14 11:08:11',100.00,NULL,'0','8','1','Modesta Airtime','1','','','427','','No',NULL,NULL,''),(13298,'1000','81605859659','2020-11-14 11:08:11',NULL,100.00,'0','8','1','Modesta Airtime','1','','','427','','No',NULL,NULL,''),(13301,'5920','81605859712','2020-11-14 11:09:14',300.00,NULL,'0','8','1','milk,bread,sugar','1','','','428','','No',NULL,NULL,''),(13302,'1000','81605859712','2020-11-14 11:09:14',NULL,300.00,'0','8','1','milk,bread,sugar','1','','','428','','No',NULL,NULL,''),(13305,'5990','81605859789','2020-11-14 11:10:38',450.00,NULL,'0','8','1','brushes 3pcs for painting shop','1','','','429','','No',NULL,NULL,''),(13306,'1000','81605859789','2020-11-14 11:10:38',NULL,450.00,'0','8','1','brushes 3pcs for painting shop','1','','','429','','No',NULL,NULL,''),(13309,'5970','81605859918','2020-11-14 11:13:00',500.00,NULL,'0','8','1','cartons','1','','','430','','No',NULL,NULL,''),(13310,'1000','81605859918','2020-11-14 11:13:00',NULL,500.00,'0','8','1','cartons ','1','','','430','','No',NULL,NULL,''),(13313,'5970','81605860009','2020-11-14 11:13:54',100.00,NULL,'0','8','1','face mask','1','','','431','','No',NULL,NULL,''),(13314,'1000','81605860009','2020-11-14 11:13:54',NULL,100.00,'0','8','1',' face mask','1','','','431','','No',NULL,NULL,''),(13315,'1110','41605859949','2020-11-20 11:14:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13316,'1110','41605859949','2020-11-20 11:14:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13317,'1110','41605859949','2020-11-20 11:14:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13318,'1110','41605859949','2020-11-20 11:14:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13319,'1110','41605859949','2020-11-20 11:14:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13320,'1110','41605859949','2020-11-20 11:14:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(13321,'5500','41605859949','2020-11-20 11:14:38',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13322,'1000','41605859949','2020-11-20 11:14:38',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13323,'4000','41605859949','2020-11-20 11:14:38',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13324,'4000','41605859949','2020-11-20 11:14:38',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13325,'4000','41605859949','2020-11-20 11:14:38',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13326,'4000','41605859949','2020-11-20 11:14:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13327,'4000','41605859949','2020-11-20 11:14:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13328,'4000','41605859949','2020-11-20 11:14:38',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(13331,'5920','81605860095','2020-11-14 11:18:22',1500.00,NULL,'0','8','1','milk and transport for 3 staff painting the shop','1','','','432','','No',NULL,NULL,''),(13332,'1000','81605860095','2020-11-14 11:18:22',NULL,1500.00,'0','8','1','milk and transport for 3 staff painting the shop','1','','','432','','No',NULL,NULL,''),(13337,'5920','81605860355','2020-11-14 11:19:59',143.00,NULL,'0','8','1','drinking chocolate','1','','','434','','No',NULL,NULL,''),(13338,'5920','81605860355','2020-11-14 11:19:59',190.00,NULL,'0','8','1','Milk & Bread','1','','','433','','No',NULL,NULL,''),(13339,'1000','81605860355','2020-11-14 11:19:59',NULL,333.00,'0','8','1','drinking chocolate ','1','','','433','','No',NULL,NULL,''),(13342,'5920','81605860506','2020-11-14 11:22:26',250.00,NULL,'0','8','1','sales computer mouse','1','','','435','','No',NULL,NULL,''),(13343,'1000','81605860506','2020-11-14 11:22:26',NULL,250.00,'0','8','1','sales computer mouse','1','','','435','','No',NULL,NULL,''),(13346,'5510','81605856017','2020-11-13 10:35:50',100.00,NULL,'0','8','1','Transport of materials to the shop','1','','','425','','No',NULL,NULL,''),(13347,'1000','81605856017','2020-11-13 10:35:50',NULL,100.00,'0','8','1','Transport of materials to the shop','1','','','425','','No',NULL,NULL,''),(13350,'5660','81605860718','2020-11-16 11:25:54',200.00,NULL,'0','8','1','marketing','1','','','436','','No',NULL,NULL,''),(13351,'1000','81605860718','2020-11-16 11:25:54',NULL,200.00,'0','8','1','marketing','1','','','436','','No',NULL,NULL,''),(13352,'1110','41605860100','2020-11-20 11:56:01',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13353,'1110','41605860100','2020-11-20 11:56:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13354,'1110','41605860100','2020-11-20 11:56:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13355,'1110','41605860100','2020-11-20 11:56:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13356,'1110','41605860100','2020-11-20 11:56:01',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13357,'1110','41605860100','2020-11-20 11:56:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13358,'5500','41605860100','2020-11-20 11:56:01',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13359,'1000','41605860100','2020-11-20 11:56:01',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13360,'4000','41605860100','2020-11-20 11:56:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13361,'4000','41605860100','2020-11-20 11:56:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13362,'4000','41605860100','2020-11-20 11:56:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13363,'4000','41605860100','2020-11-20 11:56:01',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13364,'4000','41605860100','2020-11-20 11:56:01',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13365,'4000','41605860100','2020-11-20 11:56:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13366,'1110','41605864225','2020-11-20 12:24:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13367,'1110','41605864225','2020-11-20 12:24:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(13368,'1110','41605864225','2020-11-20 12:24:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13369,'1110','41605864225','2020-11-20 12:24:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','147','','No',NULL,NULL,''),(13370,'5500','41605864225','2020-11-20 12:24:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13371,'1000','41605864225','2020-11-20 12:24:33',3080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13372,'4000','41605864225','2020-11-20 12:24:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13373,'4000','41605864225','2020-11-20 12:24:33',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(13374,'4000','41605864225','2020-11-20 12:24:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13375,'4000','41605864225','2020-11-20 12:24:33',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(13376,'1110','41605864278','2020-11-20 12:51:40',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13377,'1110','41605864278','2020-11-20 12:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13378,'1110','41605864278','2020-11-20 12:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13379,'1110','41605864278','2020-11-20 12:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13380,'1110','41605864278','2020-11-20 12:51:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13381,'1110','41605864278','2020-11-20 12:51:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13382,'5500','41605864278','2020-11-20 12:51:40',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13383,'1000','41605864278','2020-11-20 12:51:40',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13384,'4000','41605864278','2020-11-20 12:51:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13385,'4000','41605864278','2020-11-20 12:51:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13386,'4000','41605864278','2020-11-20 12:51:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13387,'4000','41605864278','2020-11-20 12:51:40',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13388,'4000','41605864278','2020-11-20 12:51:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13389,'4000','41605864278','2020-11-20 12:51:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13390,'1110','41605869281','2020-11-20 14:26:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13391,'1110','41605869281','2020-11-20 14:26:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13392,'1110','41605869281','2020-11-20 14:26:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13393,'1110','41605869281','2020-11-20 14:26:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13394,'5500','41605869281','2020-11-20 14:26:37',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13395,'1000','41605869281','2020-11-20 14:26:37',460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13396,'4000','41605869281','2020-11-20 14:26:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13397,'4000','41605869281','2020-11-20 14:26:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13398,'4000','41605869281','2020-11-20 14:26:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13399,'4000','41605869281','2020-11-20 14:26:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13400,'1110','41605871713','2020-11-20 14:42:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13401,'1110','41605871713','2020-11-20 14:42:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13402,'1110','41605871713','2020-11-20 14:42:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13403,'1110','41605871713','2020-11-20 14:42:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13404,'1110','41605871713','2020-11-20 14:42:09',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13405,'1110','41605871713','2020-11-20 14:42:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13406,'5500','41605871713','2020-11-20 14:42:09',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13407,'1000','41605871713','2020-11-20 14:42:09',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13408,'4000','41605871713','2020-11-20 14:42:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13409,'4000','41605871713','2020-11-20 14:42:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13410,'4000','41605871713','2020-11-20 14:42:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13411,'4000','41605871713','2020-11-20 14:42:09',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13412,'4000','41605871713','2020-11-20 14:42:09',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13413,'4000','41605871713','2020-11-20 14:42:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13414,'1110','41605872845','2020-11-20 15:09:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13415,'1110','41605872845','2020-11-20 15:09:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13416,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13417,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13418,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13419,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13420,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13421,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13422,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13423,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(13424,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13425,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13426,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13427,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(13428,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(13429,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13430,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(13431,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(13432,'1110','41605872845','2020-11-20 15:09:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13433,'1110','41605872845','2020-11-20 15:09:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13434,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(13435,'1110','41605872845','2020-11-20 15:09:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13436,'5500','41605872845','2020-11-20 15:09:46',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13437,'1000','41605872845','2020-11-20 15:09:46',2760.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13438,'4000','41605872845','2020-11-20 15:09:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13439,'4000','41605872845','2020-11-20 15:09:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13440,'4000','41605872845','2020-11-20 15:09:46',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13441,'4000','41605872845','2020-11-20 15:09:46',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13442,'4000','41605872845','2020-11-20 15:09:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13443,'4000','41605872845','2020-11-20 15:09:46',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13444,'4000','41605872845','2020-11-20 15:09:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13445,'4000','41605872845','2020-11-20 15:09:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13446,'4000','41605872845','2020-11-20 15:09:46',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13447,'4000','41605872845','2020-11-20 15:09:46',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13448,'4000','41605872845','2020-11-20 15:09:46',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13449,'4000','41605872845','2020-11-20 15:09:46',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13450,'4000','41605872845','2020-11-20 15:09:46',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13451,'4000','41605872845','2020-11-20 15:09:46',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13452,'4000','41605872845','2020-11-20 15:09:46',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(13453,'4000','41605872845','2020-11-20 15:09:46',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13454,'4000','41605872845','2020-11-20 15:09:46',NULL,420.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13455,'4000','41605872845','2020-11-20 15:09:46',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(13456,'4000','41605872845','2020-11-20 15:09:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13457,'4000','41605872845','2020-11-20 15:09:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13458,'4000','41605872845','2020-11-20 15:09:46',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(13459,'4000','41605872845','2020-11-20 15:09:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13460,'1000','41605879898','2020-11-20 16:46:47',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13461,'4000','41605879898','2020-11-20 16:46:47',NULL,150.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(13462,'4000','41605879898','2020-11-20 16:46:47',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(13463,'1110','41605880991','2020-11-20 17:06:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13464,'1110','41605880991','2020-11-20 17:06:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13465,'1110','41605880991','2020-11-20 17:06:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13466,'1110','41605880991','2020-11-20 17:06:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13467,'1110','41605880991','2020-11-20 17:06:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13468,'1110','41605880991','2020-11-20 17:06:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(13469,'5500','41605880991','2020-11-20 17:06:10',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13470,'1000','41605880991','2020-11-20 17:06:10',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13471,'4000','41605880991','2020-11-20 17:06:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13472,'4000','41605880991','2020-11-20 17:06:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13473,'4000','41605880991','2020-11-20 17:06:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13474,'4000','41605880991','2020-11-20 17:06:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13475,'4000','41605880991','2020-11-20 17:06:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13476,'4000','41605880991','2020-11-20 17:06:10',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(13477,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13478,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13479,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13480,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13481,'1110','61605940046','2020-11-21 09:30:44',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13482,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(13483,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(13484,'1110','61605940046','2020-11-21 09:30:44',NULL,0.00,'','6','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(13485,'5500','61605940046','2020-11-21 09:30:44',5.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13486,'1000','61605940046','2020-11-21 09:30:44',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13487,'4000','61605940046','2020-11-21 09:30:44',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13488,'4000','61605940046','2020-11-21 09:30:44',NULL,160.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13489,'4000','61605940046','2020-11-21 09:30:44',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13490,'4000','61605940046','2020-11-21 09:30:44',NULL,30.00,'','6','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13491,'4000','61605940046','2020-11-21 09:30:44',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13492,'4000','61605940046','2020-11-21 09:30:44',NULL,50.00,'','6','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(13493,'4000','61605940046','2020-11-21 09:30:44',NULL,50.00,'','6','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(13494,'4000','61605940046','2020-11-21 09:30:44',NULL,50.00,'','6','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(13495,'1000','61605940262','2020-11-21 09:31:29',120.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13496,'4000','61605940262','2020-11-21 09:31:29',NULL,120.00,'','6','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(13497,'1110','61605940301','2020-11-21 09:37:23',NULL,319.20,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13498,'1110','61605940301','2020-11-21 09:37:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13499,'1110','61605940301','2020-11-21 09:37:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13500,'1110','61605940301','2020-11-21 09:37:23',NULL,4.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13501,'1110','61605940301','2020-11-21 09:37:23',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13502,'5500','61605940301','2020-11-21 09:37:23',323.20,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13503,'1000','61605940301','2020-11-21 09:37:23',1020.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13504,'4000','61605940301','2020-11-21 09:37:23',NULL,640.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13505,'4000','61605940301','2020-11-21 09:37:23',NULL,220.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13506,'4000','61605940301','2020-11-21 09:37:23',NULL,40.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13507,'4000','61605940301','2020-11-21 09:37:23',NULL,100.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13508,'4000','61605940301','2020-11-21 09:37:23',NULL,20.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13509,'1000','61605940674','2020-11-21 10:24:48',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13510,'4000','61605940674','2020-11-21 10:24:48',NULL,500.00,'','6','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(13511,'1110','61605949699','2020-11-21 12:11:56',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13512,'1110','61605949699','2020-11-21 12:11:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13513,'1110','61605949699','2020-11-21 12:11:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13514,'1110','61605949699','2020-11-21 12:11:56',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13515,'1110','61605949699','2020-11-21 12:11:56',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13516,'5500','61605949699','2020-11-21 12:11:56',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13517,'1000','61605949699','2020-11-21 12:11:56',510.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13518,'4000','61605949699','2020-11-21 12:11:56',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13519,'4000','61605949699','2020-11-21 12:11:56',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13520,'4000','61605949699','2020-11-21 12:11:56',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13521,'4000','61605949699','2020-11-21 12:11:56',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13522,'4000','61605949699','2020-11-21 12:11:56',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13523,'1110','61605949925','2020-11-21 12:14:04',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13524,'1110','61605949925','2020-11-21 12:14:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13525,'1110','61605949925','2020-11-21 12:14:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13526,'1110','61605949925','2020-11-21 12:14:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13527,'1110','61605949925','2020-11-21 12:14:04',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13528,'1110','61605949925','2020-11-21 12:14:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(13529,'1110','61605949925','2020-11-21 12:14:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13530,'1110','61605949925','2020-11-21 12:14:04',NULL,0.00,'','6','1','Inventory sold','1','','sales','185','','No',NULL,NULL,''),(13531,'5500','61605949925','2020-11-21 12:14:04',161.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13532,'1000','61605949925','2020-11-21 12:14:04',890.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13533,'4000','61605949925','2020-11-21 12:14:04',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13534,'4000','61605949925','2020-11-21 12:14:04',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13535,'4000','61605949925','2020-11-21 12:14:04',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13536,'4000','61605949925','2020-11-21 12:14:04',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13537,'4000','61605949925','2020-11-21 12:14:04',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13538,'4000','61605949925','2020-11-21 12:14:04',NULL,100.00,'','6','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(13539,'4000','61605949925','2020-11-21 12:14:04',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13540,'4000','61605949925','2020-11-21 12:14:04',NULL,250.00,'','6','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(13541,'1000','61605950151','2020-11-21 12:16:17',110.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13542,'4000','61605950151','2020-11-21 12:16:17',NULL,110.00,'','6','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(13543,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(13544,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13545,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13546,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(13547,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(13548,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(13549,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(13550,'1110','61605950183','2020-11-21 12:22:43',NULL,2.00,'','6','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13551,'1110','61605950183','2020-11-21 12:22:43',NULL,0.00,'','6','1','Inventory sold','1','','sales','73','','No',NULL,NULL,''),(13552,'5500','61605950183','2020-11-21 12:22:43',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13553,'1000','61605950183','2020-11-21 12:22:43',1080.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13554,'4000','61605950183','2020-11-21 12:22:43',NULL,90.00,'','6','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13555,'4000','61605950183','2020-11-21 12:22:43',NULL,20.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13556,'4000','61605950183','2020-11-21 12:22:43',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13557,'4000','61605950183','2020-11-21 12:22:43',NULL,30.00,'','6','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13558,'4000','61605950183','2020-11-21 12:22:43',NULL,210.00,'','6','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13559,'4000','61605950183','2020-11-21 12:22:43',NULL,50.00,'','6','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(13560,'4000','61605950183','2020-11-21 12:22:43',NULL,500.00,'','6','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(13561,'4000','61605950183','2020-11-21 12:22:43',NULL,50.00,'','6','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13562,'4000','61605950183','2020-11-21 12:22:43',NULL,100.00,'','6','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(13563,'1110','61605950569','2020-11-21 12:29:32',NULL,159.60,'','6','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13564,'1110','61605950569','2020-11-21 12:29:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13565,'1110','61605950569','2020-11-21 12:29:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13566,'1110','61605950569','2020-11-21 12:29:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13567,'1110','61605950569','2020-11-21 12:29:32',NULL,5.00,'','6','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13568,'1110','61605950569','2020-11-21 12:29:32',NULL,0.00,'','6','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13569,'5500','61605950569','2020-11-21 12:29:32',164.60,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13570,'1000','61605950569','2020-11-21 12:29:32',540.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13571,'4000','61605950569','2020-11-21 12:29:32',NULL,320.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13572,'4000','61605950569','2020-11-21 12:29:32',NULL,110.00,'','6','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13573,'4000','61605950569','2020-11-21 12:29:32',NULL,20.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13574,'4000','61605950569','2020-11-21 12:29:32',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13575,'4000','61605950569','2020-11-21 12:29:32',NULL,50.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13576,'4000','61605950569','2020-11-21 12:29:32',NULL,10.00,'','6','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13579,'5970','81605950668','2020-11-16 12:39:44',250.00,NULL,'0','8','1','Jericans 1litre 10pcs','1','','','437','','No',NULL,NULL,''),(13580,'1000','81605950668','2020-11-16 12:39:44',NULL,250.00,'0','8','1','Jericans 1ltr 10pcs','1','','','437','','No',NULL,NULL,''),(13583,'5900','81605951698','2020-11-16 12:44:22',750.00,NULL,'0','8','1','Yellow, Blue & Green each 1kg','1','','','438','','No',NULL,NULL,''),(13584,'1000','81605951698','2020-11-16 12:44:22',NULL,750.00,'0','8','1','Yellow, Blue & Green each 1kg','1','','','438','','No',NULL,NULL,''),(13587,'5510','81605951883','2020-11-16 12:46:41',100.00,NULL,'0','8','1','Transport of materials to the shop','1','','','439','','No',NULL,NULL,''),(13588,'1000','81605951883','2020-11-16 12:46:41',NULL,100.00,'0','8','1','Transport of materials to the shop','1','','','439','','No',NULL,NULL,''),(13591,'5920','81605952020','2020-11-16 12:48:42',100.00,NULL,'0','8','1','Peter Karanja milk for decating hypochlorite','1','','','440','','No',NULL,NULL,''),(13592,'1000','81605952020','2020-11-16 12:48:42',NULL,100.00,'0','8','1','Peter Karanja milk for decating hypochlorite ','1','','','440','','No',NULL,NULL,''),(13595,'5510','81605952180','2020-11-16 12:50:52',500.00,NULL,'0','8','1','Peter Karanja petty errands','1','','','441','','No',NULL,NULL,''),(13596,'1000','81605952180','2020-11-16 12:50:52',NULL,500.00,'0','8','1','Peter Karanja petty errands','1','','','441','','No',NULL,NULL,''),(13599,'5563','81605952363','2020-11-16 12:53:51',100.00,NULL,'0','8','1','Modesta Airtime','1','','','442','','No',NULL,NULL,''),(13600,'1000','81605952363','2020-11-16 12:53:51',NULL,100.00,'0','8','1','Modesta Airtime','1','','','442','','No',NULL,NULL,''),(13603,'5910','81605952454','2020-11-16 12:55:19',100.00,NULL,'0','8','1','gabbage collection','1','','','443','','No',NULL,NULL,''),(13604,'1000','81605952454','2020-11-16 12:55:19',NULL,100.00,'0','8','1','gabbage collection','1','','','443','','No',NULL,NULL,''),(13612,'5920','81605952566','2020-11-17 12:59:46',190.00,NULL,'0','8','1','blue band','1','','','445','','No',NULL,NULL,''),(13613,'5920','81605952566','2020-11-17 12:59:46',190.00,NULL,'0','8','1','Milk & Bread','1','','','444','','No',NULL,NULL,''),(13614,'1000','81605952566','2020-11-17 12:59:46',NULL,380.00,'0','8','1','Milk & Bread','1','','','444','','No',NULL,NULL,''),(13615,'1000','61605959832','2020-11-21 14:57:20',120.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13616,'4000','61605959832','2020-11-21 14:57:20',NULL,120.00,'','6','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(13617,'1110','41606110376','2020-11-23 08:48:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13618,'1110','41606110376','2020-11-23 08:48:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13619,'1110','41606110376','2020-11-23 08:48:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13620,'1110','41606110376','2020-11-23 08:48:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13621,'1110','41606110376','2020-11-23 08:48:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13622,'1110','41606110376','2020-11-23 08:48:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13623,'5500','41606110376','2020-11-23 08:48:28',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13624,'1000','41606110376','2020-11-23 08:48:28',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(13625,'4000','41606110376','2020-11-23 08:48:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13626,'4000','41606110376','2020-11-23 08:48:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13627,'4000','41606110376','2020-11-23 08:48:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13628,'4000','41606110376','2020-11-23 08:48:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13629,'4000','41606110376','2020-11-23 08:48:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13630,'4000','41606110376','2020-11-23 08:48:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13631,'1000','41606110527','2020-11-23 09:57:36',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13632,'4000','41606110527','2020-11-23 09:57:36',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13633,'4000','41606110527','2020-11-23 09:57:36',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13634,'4000','41606110527','2020-11-23 09:57:36',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(13635,'1000','41606114662','2020-11-23 09:58:54',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13636,'4000','41606114662','2020-11-23 09:58:54',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(13637,'4000','41606114662','2020-11-23 09:58:54',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13638,'4000','41606114662','2020-11-23 09:58:54',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13639,'4000','41606114662','2020-11-23 09:58:54',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13640,'4000','41606114662','2020-11-23 09:58:54',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(13641,'4000','41606114662','2020-11-23 09:58:54',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(13642,'1110','41606114739','2020-11-23 10:39:10',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13643,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13644,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13645,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(13646,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13647,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(13648,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(13649,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13650,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13651,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13652,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13653,'1110','41606114739','2020-11-23 10:39:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13654,'1110','41606114739','2020-11-23 10:39:10',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13655,'1110','41606114739','2020-11-23 10:39:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13656,'5500','41606114739','2020-11-23 10:39:10',495.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13657,'1000','41606114739','2020-11-23 10:39:10',3020.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13658,'4000','41606114739','2020-11-23 10:39:10',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13659,'4000','41606114739','2020-11-23 10:39:10',NULL,480.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13660,'4000','41606114739','2020-11-23 10:39:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13661,'4000','41606114739','2020-11-23 10:39:10',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13662,'4000','41606114739','2020-11-23 10:39:10',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13663,'4000','41606114739','2020-11-23 10:39:10',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13664,'4000','41606114739','2020-11-23 10:39:10',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13665,'4000','41606114739','2020-11-23 10:39:10',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13666,'4000','41606114739','2020-11-23 10:39:10',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13667,'4000','41606114739','2020-11-23 10:39:10',NULL,390.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13668,'4000','41606114739','2020-11-23 10:39:10',NULL,180.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13669,'4000','41606114739','2020-11-23 10:39:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13670,'4000','41606114739','2020-11-23 10:39:10',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13671,'4000','41606114739','2020-11-23 10:39:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13672,'1000','41606117171','2020-11-21 10:48:40',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13673,'4000','41606117171','2020-11-21 10:48:40',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13674,'1000','41606117735','2020-11-21 10:49:18',60.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13675,'4000','41606117735','2020-11-21 10:49:18',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13676,'1000','41606117773','2020-11-21 10:49:48',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13677,'4000','41606117773','2020-11-21 10:49:48',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13678,'1000','41606117802','2020-11-23 10:51:32',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13679,'4000','41606117802','2020-11-23 10:51:32',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13680,'1110','41606117904','2020-11-21 10:53:01',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13681,'1110','41606117904','2020-11-21 10:53:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13682,'1110','41606117904','2020-11-21 10:53:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13683,'1110','41606117904','2020-11-21 10:53:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13684,'1110','41606117904','2020-11-21 10:53:01',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13685,'1110','41606117904','2020-11-21 10:53:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13686,'5500','41606117904','2020-11-21 10:53:01',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13687,'1000','41606117904','2020-11-21 10:53:01',2700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(13688,'4000','41606117904','2020-11-21 10:53:01',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13689,'4000','41606117904','2020-11-21 10:53:01',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13690,'4000','41606117904','2020-11-21 10:53:01',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13691,'4000','41606117904','2020-11-21 10:53:01',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13692,'4000','41606117904','2020-11-21 10:53:01',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13693,'4000','41606117904','2020-11-21 10:53:01',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13694,'1110','41606117996','2020-11-21 10:56:13',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13695,'1110','41606117996','2020-11-21 10:56:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13696,'1110','41606117996','2020-11-21 10:56:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13697,'1110','41606117996','2020-11-21 10:56:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13698,'1110','41606117996','2020-11-21 10:56:13',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13699,'1110','41606117996','2020-11-21 10:56:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13700,'5500','41606117996','2020-11-21 10:56:13',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13701,'1000','41606117996','2020-11-21 10:56:13',2500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(13702,'4000','41606117996','2020-11-21 10:56:13',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13703,'4000','41606117996','2020-11-21 10:56:13',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13704,'4000','41606117996','2020-11-21 10:56:13',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13705,'4000','41606117996','2020-11-21 10:56:13',NULL,100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13706,'4000','41606117996','2020-11-21 10:56:13',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13707,'4000','41606117996','2020-11-21 10:56:13',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13710,'5563','81606118253','2020-11-17 10:58:21',100.00,NULL,'0','8','1','Modesta Airtime','1','','','446','','No',NULL,NULL,''),(13711,'1000','81606118253','2020-11-17 10:58:21',NULL,100.00,'0','8','1','Modesta Airtime','1','','','446','','No',NULL,NULL,''),(13712,'1110','41606118193','2020-11-23 10:59:53',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13713,'1110','41606118193','2020-11-23 10:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13714,'1110','41606118193','2020-11-23 10:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13715,'1110','41606118193','2020-11-23 10:59:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13716,'5500','41606118193','2020-11-23 10:59:53',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13717,'1000','41606118193','2020-11-23 10:59:53',460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13718,'4000','41606118193','2020-11-23 10:59:53',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13719,'4000','41606118193','2020-11-23 10:59:53',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13720,'4000','41606118193','2020-11-23 10:59:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13721,'4000','41606118193','2020-11-23 10:59:53',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13724,'5563','81606118324','2020-11-17 10:59:16',200.00,NULL,'0','8','1','Office Phone Airtime','1','','','447','','No',NULL,NULL,''),(13725,'1000','81606118324','2020-11-17 10:59:16',NULL,200.00,'0','8','1','Office Phone Airtime','1','','','447','','No',NULL,NULL,''),(13728,'5910','81606118443','2020-11-17 11:02:15',1500.00,NULL,'0','8','1','unblocking of sewage main line .','1','','','448','','No',NULL,NULL,''),(13729,'1000','81606118443','2020-11-17 11:02:15',NULL,1500.00,'0','8','1','unblocking of sewage main line .','1','','','448','','No',NULL,NULL,''),(13730,'1000','81606118604','2020-11-23 11:04:12',NULL,150.00,'','8','1','printing and stationery','1','14','','','','No',NULL,NULL,'N/A'),(13731,'5980','81606118604','2020-11-23 11:04:12',150.00,NULL,'','8','1','printing and stationery','1','14','','','','No',NULL,NULL,'N/A'),(13734,'5920','81606118901','2020-11-18 11:09:24',120.00,NULL,'0','8','1','milk and cakes','1','','','450','','No',NULL,NULL,''),(13735,'1000','81606118901','2020-11-18 11:09:24',NULL,120.00,'0','8','1','milk and cakes','1','','','450','','No',NULL,NULL,''),(13738,'5920','81606118995','2020-11-18 11:10:35',60.00,NULL,'0','8','1','breakfast chapati','1','','','451','','No',NULL,NULL,''),(13739,'1000','81606118995','2020-11-18 11:10:35',NULL,60.00,'0','8','1','breakfast chapati','1','','','451','','No',NULL,NULL,''),(13740,'1110','41606118438','2020-11-23 11:26:47',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13741,'1110','41606118438','2020-11-23 11:26:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13742,'1110','41606118438','2020-11-23 11:26:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13743,'1110','41606118438','2020-11-23 11:26:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13744,'1110','41606118438','2020-11-23 11:26:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13745,'1110','41606118438','2020-11-23 11:26:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13746,'1110','41606118438','2020-11-23 11:26:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13747,'1110','41606118438','2020-11-23 11:26:47',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13748,'5500','41606118438','2020-11-23 11:26:47',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13749,'1000','41606118438','2020-11-23 11:26:47',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13750,'4000','41606118438','2020-11-23 11:26:47',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13751,'4000','41606118438','2020-11-23 11:26:47',NULL,800.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13752,'4000','41606118438','2020-11-23 11:26:47',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13753,'4000','41606118438','2020-11-23 11:26:47',NULL,150.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13754,'4000','41606118438','2020-11-23 11:26:47',NULL,650.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13755,'4000','41606118438','2020-11-23 11:26:47',NULL,650.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13756,'4000','41606118438','2020-11-23 11:26:47',NULL,300.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13757,'4000','41606118438','2020-11-23 11:26:47',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13758,'1110','41606120017','2020-11-23 11:35:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13759,'1110','41606120017','2020-11-23 11:35:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13760,'1110','41606120017','2020-11-23 11:35:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13761,'1110','41606120017','2020-11-23 11:35:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13762,'1110','41606120017','2020-11-23 11:35:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13763,'5500','41606120017','2020-11-23 11:35:39',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13764,'1000','41606120017','2020-11-23 11:35:39',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13765,'4000','41606120017','2020-11-23 11:35:39',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13766,'4000','41606120017','2020-11-23 11:35:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13767,'4000','41606120017','2020-11-23 11:35:39',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13768,'4000','41606120017','2020-11-23 11:35:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13769,'4000','41606120017','2020-11-23 11:35:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13770,'1110','41606120548','2020-11-23 11:37:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13771,'1110','41606120548','2020-11-23 11:37:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13772,'1110','41606120548','2020-11-23 11:37:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13773,'1110','41606120548','2020-11-23 11:37:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13774,'1110','41606120548','2020-11-23 11:37:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13775,'1110','41606120548','2020-11-23 11:37:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13776,'5500','41606120548','2020-11-23 11:37:37',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13777,'1000','41606120548','2020-11-23 11:37:37',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13778,'4000','41606120548','2020-11-23 11:37:37',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13779,'4000','41606120548','2020-11-23 11:37:37',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13780,'4000','41606120548','2020-11-23 11:37:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13781,'4000','41606120548','2020-11-23 11:37:37',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13782,'4000','41606120548','2020-11-23 11:37:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13783,'4000','41606120548','2020-11-23 11:37:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13784,'1000','41606120670','2020-11-23 11:59:27',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13785,'4000','41606120670','2020-11-23 11:59:27',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(13786,'1110','41606121973','2020-11-23 12:04:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13787,'1110','41606121973','2020-11-23 12:04:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13788,'1110','41606121973','2020-11-23 12:04:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13789,'1110','41606121973','2020-11-23 12:04:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13790,'1110','41606121973','2020-11-23 12:04:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13791,'5500','41606121973','2020-11-23 12:04:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13792,'1000','41606121973','2020-11-23 12:04:49',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13793,'4000','41606121973','2020-11-23 12:04:49',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13794,'4000','41606121973','2020-11-23 12:04:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13795,'4000','41606121973','2020-11-23 12:04:49',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13796,'4000','41606121973','2020-11-23 12:04:49',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13797,'4000','41606121973','2020-11-23 12:04:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13798,'1110','41606122296','2020-11-23 12:14:48',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13799,'1110','41606122296','2020-11-23 12:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(13800,'1110','41606122296','2020-11-23 12:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13801,'1110','41606122296','2020-11-23 12:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(13802,'1110','41606122296','2020-11-23 12:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(13803,'1110','41606122296','2020-11-23 12:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(13804,'1110','41606122296','2020-11-23 12:14:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13805,'1110','41606122296','2020-11-23 12:14:48',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13806,'5500','41606122296','2020-11-23 12:14:48',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13807,'1000','41606122296','2020-11-23 12:14:48',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13808,'4000','41606122296','2020-11-23 12:14:48',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13809,'4000','41606122296','2020-11-23 12:14:48',NULL,320.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(13810,'4000','41606122296','2020-11-23 12:14:48',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13811,'4000','41606122296','2020-11-23 12:14:48',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13812,'4000','41606122296','2020-11-23 12:14:48',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13813,'4000','41606122296','2020-11-23 12:14:48',NULL,260.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(13814,'4000','41606122296','2020-11-23 12:14:48',NULL,120.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13815,'4000','41606122296','2020-11-23 12:14:48',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13818,'5660','81606126622','2020-11-18 13:17:38',100.00,NULL,'0','8','1','marketing','1','','','452','','No',NULL,NULL,''),(13819,'1000','81606126622','2020-11-18 13:17:38',NULL,100.00,'0','8','1','marketing','1','','','452','','No',NULL,NULL,''),(13820,'1110','41606126488','2020-11-23 13:16:02',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13821,'1110','41606126488','2020-11-23 13:16:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13822,'1110','41606126488','2020-11-23 13:16:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13823,'1110','41606126488','2020-11-23 13:16:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13824,'1110','41606126488','2020-11-23 13:16:02',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13825,'1110','41606126488','2020-11-23 13:16:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13826,'5500','41606126488','2020-11-23 13:16:02',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13827,'1000','41606126488','2020-11-23 13:16:02',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13828,'4000','41606126488','2020-11-23 13:16:02',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13829,'4000','41606126488','2020-11-23 13:16:02',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13830,'4000','41606126488','2020-11-23 13:16:02',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13831,'4000','41606126488','2020-11-23 13:16:02',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13832,'4000','41606126488','2020-11-23 13:16:02',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13833,'4000','41606126488','2020-11-23 13:16:02',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13836,'5970','81606126684','2020-11-18 13:19:30',500.00,NULL,'0','8','1','wax pouch for parking salt and magadi','1','','','453','','No',NULL,NULL,''),(13837,'1000','81606126684','2020-11-18 13:19:30',NULL,500.00,'0','8','1','wax pouch for reparking salt','1','','','453','','No',NULL,NULL,''),(13840,'5563','81606127042','2020-11-18 13:24:59',50.00,NULL,'0','8','1','Modesta Airtime','1','','','454','','No',NULL,NULL,''),(13841,'1000','81606127042','2020-11-18 13:24:59',NULL,50.00,'0','8','1','Modesta Airtime','1','','','454','','No',NULL,NULL,''),(13844,'5930','81606127118','2020-11-18 13:26:45',112.00,NULL,'0','8','1','mpesa withdrawal charges','1','','','455','','No',NULL,NULL,''),(13845,'1000','81606127118','2020-11-18 13:26:45',NULL,112.00,'0','8','1','mpesa withdrawal charges','1','','','455','','No',NULL,NULL,''),(13848,'5920','81606127262','2020-11-19 13:29:27',320.00,NULL,'0','8','1','milk,bread,sugar','1','','','456','','No',NULL,NULL,''),(13849,'1000','81606127262','2020-11-19 13:29:27',NULL,320.00,'0','8','1','Milk, Bread, sugar and wooven bags','1','','','456','','No',NULL,NULL,''),(13852,'5563','81606127399','2020-11-19 13:32:15',100.00,NULL,'0','8','1','Modesta Airtime','1','','','457','','No',NULL,NULL,''),(13853,'1000','81606127399','2020-11-19 13:32:15',NULL,100.00,'0','8','1','Modesta Airtime','1','','','457','','No',NULL,NULL,''),(13856,'5970','81606127555','2020-11-19 13:33:23',900.00,NULL,'0','8','1','polypots','1','','','458','','No',NULL,NULL,''),(13857,'1000','81606127555','2020-11-19 13:33:23',NULL,900.00,'0','8','1','polypots','1','','','458','','No',NULL,NULL,''),(13860,'5510','81606127623','2020-11-19 13:34:19',100.00,NULL,'0','8','1','Transport of materials to the shop','1','','','459','','No',NULL,NULL,''),(13861,'1000','81606127623','2020-11-19 13:34:19',NULL,100.00,'0','8','1','Transport of materials to the shop','1','','','459','','No',NULL,NULL,''),(13862,'1110','41606126979','2020-11-23 14:00:47',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13863,'1110','41606126979','2020-11-23 14:00:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13864,'1110','41606126979','2020-11-23 14:00:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13865,'1110','41606126979','2020-11-23 14:00:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13866,'1110','41606126979','2020-11-23 14:00:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13867,'1110','41606126979','2020-11-23 14:00:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13868,'5500','41606126979','2020-11-23 14:00:47',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13869,'1000','41606126979','2020-11-23 14:00:47',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13870,'4000','41606126979','2020-11-23 14:00:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13871,'4000','41606126979','2020-11-23 14:00:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13872,'4000','41606126979','2020-11-23 14:00:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13873,'4000','41606126979','2020-11-23 14:00:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13874,'4000','41606126979','2020-11-23 14:00:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13875,'4000','41606126979','2020-11-23 14:00:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13876,'1110','81606129069','2020-11-23 13:01:49',6384.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(13877,'1110','81606129069','2020-11-23 13:01:49',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(13878,'1110','81606129069','2020-11-23 13:01:49',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(13879,'1110','81606129069','2020-11-23 13:01:49',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','16','','No',NULL,NULL,''),(13880,'1110','81606129069','2020-11-23 13:01:49',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','12','','No',NULL,NULL,''),(13881,'1110','81606129069','2020-11-23 13:01:49',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','67','','No',NULL,NULL,''),(13882,'1110','81606129069','2020-11-23 13:01:49',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','71','','No',NULL,NULL,''),(13883,'2130','81606129069','2020-11-23 13:01:49',NULL,6384.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(13886,'5970','81606129528','2020-11-19 14:06:30',180.00,NULL,'0','8','1','Medicine envelopes for packing colours','1','','','460','','No',NULL,NULL,''),(13887,'1000','81606129528','2020-11-19 14:06:30',NULL,180.00,'0','8','1','Medicine envelopes for packing colours','1','','','460','','No',NULL,NULL,''),(13890,'5930','81606129616','2020-11-19 14:07:38',67.00,NULL,'0','8','1','mpesa withdrawal charges','1','','','461','','No',NULL,NULL,''),(13891,'1000','81606129616','2020-11-19 14:07:38',NULL,67.00,'0','8','1','mpesa withdrawal charges','1','','','461','','No',NULL,NULL,''),(13892,'1000','41606130304','2020-11-23 14:18:49',3000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13893,'4000','41606130304','2020-11-23 14:18:49',NULL,3000.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(13894,'1110','41606130338','2020-11-23 14:33:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13895,'1110','41606130338','2020-11-23 14:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13896,'1110','41606130338','2020-11-23 14:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13897,'1110','41606130338','2020-11-23 14:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13898,'1110','41606130338','2020-11-23 14:33:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13899,'1110','41606130338','2020-11-23 14:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13900,'5500','41606130338','2020-11-23 14:33:31',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13901,'1000','41606130338','2020-11-23 14:33:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13902,'4000','41606130338','2020-11-23 14:33:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13903,'4000','41606130338','2020-11-23 14:33:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13904,'4000','41606130338','2020-11-23 14:33:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13905,'4000','41606130338','2020-11-23 14:33:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13906,'4000','41606130338','2020-11-23 14:33:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13907,'4000','41606130338','2020-11-23 14:33:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13908,'1110','41606131221','2020-11-23 15:23:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13909,'1110','41606131221','2020-11-23 15:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13910,'1110','41606131221','2020-11-23 15:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13911,'1110','41606131221','2020-11-23 15:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13912,'1110','41606131221','2020-11-23 15:23:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(13913,'1110','41606131221','2020-11-23 15:23:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13914,'5500','41606131221','2020-11-23 15:23:06',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13915,'1000','41606131221','2020-11-23 15:23:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13916,'4000','41606131221','2020-11-23 15:23:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13917,'4000','41606131221','2020-11-23 15:23:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13918,'4000','41606131221','2020-11-23 15:23:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13919,'4000','41606131221','2020-11-23 15:23:06',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13920,'4000','41606131221','2020-11-23 15:23:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13921,'4000','41606131221','2020-11-23 15:23:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13922,'1110','41606137753','2020-11-23 16:25:15',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13923,'1110','41606137753','2020-11-23 16:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13924,'1110','41606137753','2020-11-23 16:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13925,'1110','41606137753','2020-11-23 16:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13926,'1110','41606137753','2020-11-23 16:25:15',NULL,50.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13927,'1110','41606137753','2020-11-23 16:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13928,'5500','41606137753','2020-11-23 16:25:15',1646.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13929,'1000','41606137753','2020-11-23 16:25:15',5000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13930,'4000','41606137753','2020-11-23 16:25:15',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13931,'4000','41606137753','2020-11-23 16:25:15',NULL,1000.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13932,'4000','41606137753','2020-11-23 16:25:15',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13933,'4000','41606137753','2020-11-23 16:25:15',NULL,200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13934,'4000','41606137753','2020-11-23 16:25:15',NULL,500.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13935,'4000','41606137753','2020-11-23 16:25:15',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13936,'1110','41606138067','2020-11-23 16:37:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13937,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(13938,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(13939,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(13940,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(13941,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(13942,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(13943,'1110','41606138067','2020-11-23 16:37:08',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(13944,'1110','41606138067','2020-11-23 16:37:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(13945,'5500','41606138067','2020-11-23 16:37:08',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13946,'1000','41606138067','2020-11-23 16:37:08',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13947,'4000','41606138067','2020-11-23 16:37:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13948,'4000','41606138067','2020-11-23 16:37:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(13949,'4000','41606138067','2020-11-23 16:37:08',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(13950,'4000','41606138067','2020-11-23 16:37:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13951,'4000','41606138067','2020-11-23 16:37:08',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13952,'4000','41606138067','2020-11-23 16:37:08',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13953,'4000','41606138067','2020-11-23 16:37:08',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(13954,'4000','41606138067','2020-11-23 16:37:08',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13955,'4000','41606138067','2020-11-23 16:37:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(13956,'1000','41606138634','2020-11-23 16:41:50',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13957,'4000','41606138634','2020-11-23 16:41:50',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(13958,'1000','41606140095','2020-11-23 17:06:34',102100.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(13959,'4000','41606140095','2020-11-23 17:06:34',NULL,30000.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(13960,'4000','41606140095','2020-11-23 17:06:34',NULL,8100.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(13961,'4000','41606140095','2020-11-23 17:06:34',NULL,24000.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(13962,'4000','41606140095','2020-11-23 17:06:34',NULL,40000.00,'','4','1','Good sold','1','','sales','298','','No',NULL,NULL,''),(13987,'5920','81606200444','2020-11-20 09:49:02',198.00,NULL,'0','8','1','Milk, Tissue','1','','','462','','No',NULL,NULL,''),(13988,'1000','81606200444','2020-11-20 09:49:02',NULL,198.00,'0','8','1','Milk,Tissue ','1','','','462','','No',NULL,NULL,''),(13989,'5980','81606200660','2020-11-20 09:57:32',150.00,NULL,'0','8','1','Cellotape','1','','','463','','No',NULL,NULL,''),(13990,'1000','81606200660','2020-11-20 09:57:32',NULL,150.00,'0','8','1','Cellotape','1','','','463','','No',NULL,NULL,''),(13993,'5970','81606201119','2020-11-20 09:59:10',150.00,NULL,'0','8','1','cartons','1','','','464','','No',NULL,NULL,''),(13994,'1000','81606201119','2020-11-20 09:59:10',NULL,150.00,'0','8','1','cartons','1','','','464','','No',NULL,NULL,''),(13997,'5563','81606201183','2020-11-20 10:18:49',500.00,NULL,'0','8','1','Office Phone Airtime','1','','','465','','No',NULL,NULL,''),(13998,'1000','81606201183','2020-11-20 10:18:49',NULL,500.00,'0','8','1','Office Phone Airtime','1','','','465','','No',NULL,NULL,''),(14001,'5970','81606202388','2020-11-20 10:21:44',650.00,NULL,'0','8','1','Jericans 5litre 10pcs','1','','','466','','No',NULL,NULL,''),(14002,'1000','81606202388','2020-11-20 10:21:44',NULL,650.00,'0','8','1','Jericans 5litre 10pcs','1','','','466','','No',NULL,NULL,''),(14003,'1110','41606203053','2020-11-24 10:38:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14004,'1110','41606203053','2020-11-24 10:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14005,'1110','41606203053','2020-11-24 10:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14006,'1110','41606203053','2020-11-24 10:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14007,'1110','41606203053','2020-11-24 10:38:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14008,'1110','41606203053','2020-11-24 10:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14009,'5500','41606203053','2020-11-24 10:38:37',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14010,'1000','41606203053','2020-11-24 10:38:37',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14011,'4000','41606203053','2020-11-24 10:38:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14012,'4000','41606203053','2020-11-24 10:38:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14013,'4000','41606203053','2020-11-24 10:38:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14014,'4000','41606203053','2020-11-24 10:38:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14015,'4000','41606203053','2020-11-24 10:38:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14016,'4000','41606203053','2020-11-24 10:38:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14017,'1110','41606214550','2020-11-24 13:44:07',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14018,'1110','41606214550','2020-11-24 13:44:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14019,'1110','41606214550','2020-11-24 13:44:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14020,'1110','41606214550','2020-11-24 13:44:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14021,'1110','41606214550','2020-11-24 13:44:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14022,'1110','41606214550','2020-11-24 13:44:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14023,'5500','41606214550','2020-11-24 13:44:07',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14024,'1000','41606214550','2020-11-24 13:44:07',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14025,'4000','41606214550','2020-11-24 13:44:07',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14026,'4000','41606214550','2020-11-24 13:44:07',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14027,'4000','41606214550','2020-11-24 13:44:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14028,'4000','41606214550','2020-11-24 13:44:07',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14029,'4000','41606214550','2020-11-24 13:44:07',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14030,'4000','41606214550','2020-11-24 13:44:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14033,'5900','81606216997','2020-11-20 14:27:23',11350.00,NULL,'0','8','1','Ungerol,ufacid,magadi,citrus,green,blue,','1','','','467','','No',NULL,NULL,''),(14034,'1000','81606216997','2020-11-20 14:27:23',NULL,11350.00,'0','8','1','Ungerol,ufacid,magadi,citrus,green,blue,','1','','','467','','No',NULL,NULL,''),(14037,'5970','81606217323','2020-11-20 14:29:18',600.00,NULL,'0','8','1','perfume jars','1','','','468','','No',NULL,NULL,''),(14038,'1000','81606217323','2020-11-20 14:29:18',NULL,600.00,'0','8','1','perfume jars ','1','','','468','','No',NULL,NULL,''),(14041,'5510','81606217389','2020-11-20 14:30:30',250.00,NULL,'0','8','1','Transport of materials to the shop','1','','','469','','No',NULL,NULL,''),(14042,'1000','81606217389','2020-11-20 14:30:30',NULL,250.00,'0','8','1','Transport of materials to the shop','1','','','469','','No',NULL,NULL,''),(14045,'5930','81606217451','2020-11-20 14:31:24',100.00,NULL,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','470','','No',NULL,NULL,''),(14046,'1000','81606217451','2020-11-20 14:31:24',NULL,100.00,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','470','','No',NULL,NULL,''),(14049,'5980','81606217519','2020-11-20 14:34:10',3000.00,NULL,'0','8','1','printing of order books','1','','','471','','No',NULL,NULL,''),(14050,'1000','81606217519','2020-11-20 14:34:10',NULL,3000.00,'0','8','1','printing of order books','1','','','471','','No',NULL,NULL,''),(14053,'5920','81606217714','2020-11-20 14:36:11',120.00,NULL,'0','8','1','breakfast chapati','1','','','472','','No',NULL,NULL,''),(14054,'1000','81606217714','2020-11-20 14:36:11',NULL,120.00,'0','8','1','breakfast chapati','1','','','472','','No',NULL,NULL,''),(14057,'1240','81606218442','2020-11-20 14:47:59',100.00,NULL,'0','8','1','Parking fees Director vehicle','1','','','473','','No',NULL,NULL,''),(14058,'1000','81606218442','2020-11-20 14:47:59',NULL,100.00,'0','8','1','Parking fees Director vehicle','1','','','473','','No',NULL,NULL,''),(14061,'5920','81606218514','2020-11-21 14:49:21',200.00,NULL,'0','8','1','Milk & Bread','1','','','474','','No',NULL,NULL,''),(14062,'1000','81606218514','2020-11-21 14:49:21',NULL,200.00,'0','8','1','Milk, Bread','1','','','474','','No',NULL,NULL,''),(14065,'5990','81606218669','2020-11-21 14:52:30',480.00,NULL,'0','8','1','brush and sisal rope','1','','','475','','No',NULL,NULL,''),(14066,'1000','81606218669','2020-11-21 14:52:30',NULL,480.00,'0','8','1','brush and sisal rope','1','','','475','','No',NULL,NULL,''),(14069,'5660','81606218810','2020-11-21 14:54:07',1100.00,NULL,'0','8','1','marketing','1','','','476','','No',NULL,NULL,''),(14070,'1000','81606218810','2020-11-21 14:54:07',NULL,1100.00,'0','8','1','marketing','1','','','476','','No',NULL,NULL,''),(14073,'5920','81606218866','2020-11-21 14:55:03',800.00,NULL,'0','8','1','staff milk during decanting','1','','','477','','No',NULL,NULL,''),(14074,'1000','81606218866','2020-11-21 14:55:03',NULL,800.00,'0','8','1','staff milk during decanting','1','','','477','','No',NULL,NULL,''),(14077,'5970','81606218928','2020-11-23 14:56:02',550.00,NULL,'0','8','1','wax pouch for parking salt and magadi','1','','','478','','No',NULL,NULL,''),(14078,'1000','81606218928','2020-11-23 14:56:02',NULL,550.00,'0','8','1','wax pouch','1','','','478','','No',NULL,NULL,''),(14081,'5990','81606218992','2020-11-23 14:57:09',190.00,NULL,'0','8','1','knife 8inch','1','','','479','','No',NULL,NULL,''),(14082,'1000','81606218992','2020-11-23 14:57:09',NULL,190.00,'0','8','1','knife 8inch','1','','','479','','No',NULL,NULL,''),(14085,'5920','81606219062','2020-11-23 14:58:13',200.00,NULL,'0','8','1','Milk & Bread','1','','','480','','No',NULL,NULL,''),(14086,'1000','81606219062','2020-11-23 14:58:13',NULL,200.00,'0','8','1','Milk & Bread','1','','','480','','No',NULL,NULL,''),(14089,'5660','81606219111','2020-11-23 14:59:43',1000.00,NULL,'0','8','1','marketing expenses','1','','','481','','No',NULL,NULL,''),(14090,'1000','81606219111','2020-11-23 14:59:43',NULL,1000.00,'0','8','1','marketing expenses','1','','','481','','No',NULL,NULL,''),(14093,'5910','81606221019','2020-11-23 15:31:43',100.00,NULL,'0','8','1','gabbage collection','1','','','482','','No',NULL,NULL,''),(14094,'1000','81606221019','2020-11-23 15:31:43',NULL,100.00,'0','8','1','gabbage collection','1','','','482','','No',NULL,NULL,''),(14097,'5563','81606221135','2020-11-23 15:32:46',100.00,NULL,'0','8','1','Modesta Airtime','1','','','483','','No',NULL,NULL,''),(14098,'1000','81606221135','2020-11-23 15:32:46',NULL,100.00,'0','8','1','Modesta Airtime','1','','','483','','No',NULL,NULL,''),(14101,'5900','81606221256','2020-11-23 15:35:01',900.00,NULL,'0','8','1','Pearlizer Agent 2kg','1','','','484','','No',NULL,NULL,''),(14102,'1000','81606221256','2020-11-23 15:35:01',NULL,900.00,'0','8','1','Pearlizer Agent 2kg','1','','','484','','No',NULL,NULL,''),(14105,'5510','81606221357','2020-11-23 15:36:31',100.00,NULL,'0','8','1','Transport of materials to the shop','1','','','485','','No',NULL,NULL,''),(14106,'1000','81606221357','2020-11-23 15:36:31',NULL,100.00,'0','8','1','Transport of materials to the shop','1','','','485','','No',NULL,NULL,''),(14107,'1110','81606221441','2020-11-20 15:03:21',6384.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','1','','No',NULL,NULL,''),(14108,'1110','81606221441','2020-11-20 15:03:21',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','4','','No',NULL,NULL,''),(14109,'1110','81606221441','2020-11-20 15:03:21',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','39','','No',NULL,NULL,''),(14110,'1110','81606221441','2020-11-20 15:03:21',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','67','','No',NULL,NULL,''),(14111,'1110','81606221441','2020-11-20 15:03:21',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','16','','No',NULL,NULL,''),(14112,'1110','81606221441','2020-11-20 15:03:21',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','12','','No',NULL,NULL,''),(14113,'2130','81606221441','2020-11-20 15:03:21',NULL,6384.00,'','8','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(14116,'5900','81606221890','2020-11-23 15:46:39',13900.00,NULL,'0','8','1','Ungerol,ufacid,salt,green,blue,citrus,lavender','1','','','486','','No',NULL,NULL,''),(14117,'1000','81606221890','2020-11-23 15:46:39',NULL,13900.00,'0','8','1','Ungerol,ufacid,salt,green,blue,citrus,lavender','1','','','486','','No',NULL,NULL,''),(14120,'5970','81606222104','2020-11-23 15:48:58',600.00,NULL,'0','8','1','perfume jars','1','','','487','','No',NULL,NULL,''),(14121,'1000','81606222104','2020-11-23 15:48:58',NULL,600.00,'0','8','1','perfume bottles','1','','','487','','No',NULL,NULL,''),(14124,'5510','81606222169','2020-11-23 15:50:05',400.00,NULL,'0','8','1','Transport of materials to the shop','1','','','488','','No',NULL,NULL,''),(14125,'1000','81606222169','2020-11-23 15:50:05',NULL,400.00,'0','8','1','Transport of materials to the shop from promax','1','','','488','','No',NULL,NULL,''),(14128,'5930','81606222228','2020-11-23 15:50:59',162.00,NULL,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','489','','No',NULL,NULL,''),(14129,'1000','81606222228','2020-11-23 15:50:59',NULL,162.00,'0','8','1','mpesa charges to semd money to supplier (promax)','1','','','489','','No',NULL,NULL,''),(14132,'5510','81606222290','2020-11-23 15:51:53',500.00,NULL,'0','8','1','Peter Karanja petty errands','1','','','490','','No',NULL,NULL,''),(14133,'1000','81606222290','2020-11-23 15:51:53',NULL,500.00,'0','8','1','Peter Karanja petty errands','1','','','490','','No',NULL,NULL,''),(14136,'5510','81606222336','2020-11-23 15:53:17',100.00,NULL,'0','8','1','Transport of materials to the customer ','1','','','491','','No',NULL,NULL,''),(14137,'1000','81606222336','2020-11-23 15:53:17',NULL,100.00,'0','8','1','Transport of material to the customer ','1','','','491','','No',NULL,NULL,''),(14140,'5920','81606222433','2020-11-23 15:54:54',100.00,NULL,'0','8','1','milk-karanja for decating ceramic cleaner','1','','','492','','No',NULL,NULL,''),(14141,'1000','81606222433','2020-11-23 15:54:54',NULL,100.00,'0','8','1','milk-karanja for decating ceramic cleaner ','1','','','492','','No',NULL,NULL,''),(14144,'5990','81606222534','2020-11-23 15:56:30',100.00,NULL,'0','8','1','off loading of chemicals','1','','','493','','No',NULL,NULL,''),(14145,'1000','81606222534','2020-11-23 15:56:30',NULL,100.00,'0','8','1','off loading of chemicals','1','','','493','','No',NULL,NULL,''),(14148,'5510','81606222631','2020-11-23 15:58:25',1000.00,NULL,'0','8','1','fare for 5staff being late up to 6.30am off loading chemicals','1','','','494','','No',NULL,NULL,''),(14149,'1000','81606222631','2020-11-23 15:58:25',NULL,1000.00,'0','8','1','fare for 5staff being late up to 6.30am off loading chemicals','1','','','494','','No',NULL,NULL,''),(14152,'5510','81606222772','2020-11-23 16:01:10',1100.00,NULL,'0','8','1','Transport of hardener from industrial area-kariobangi ','1','','','495','','No',NULL,NULL,''),(14153,'1000','81606222772','2020-11-23 16:01:10',NULL,1100.00,'0','8','1','Transport of hardener from industrial area-kariobangi ','1','','','495','','No',NULL,NULL,''),(14156,'1000','TRANS-81606225094','2020-11-24 16:51:37',NULL,2000.00,'-497979','8','1','Transfer','','','','','','No',NULL,NULL,''),(14157,'1020','TRANS-81606225094','2020-11-24 16:51:37',2000.00,NULL,'131000','8','1','Transfer','','','','','','No',NULL,NULL,''),(14158,'1000','TRANS-81606225831','2020-11-24 16:28:39',NULL,102100.00,'-600079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14159,'1035','TRANS-81606225831','2020-11-24 16:28:39',102100.00,NULL,'469079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14160,'1000','TRANS-81606282442','2020-11-10 08:28:33',NULL,11000.00,'-611079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14161,'1020','TRANS-81606282442','2020-11-10 08:28:33',11000.00,NULL,'142000','8','1','Transfer','','','','','','No',NULL,NULL,''),(14162,'1110','81606282792','2020-11-24 08:08:52',6384.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','1','','No',NULL,NULL,''),(14163,'1110','81606282792','2020-11-24 08:08:52',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','297','','No',NULL,NULL,''),(14164,'1110','81606282792','2020-11-24 08:08:52',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','298','','No',NULL,NULL,''),(14165,'1110','81606282792','2020-11-24 08:08:52',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','85','','No',NULL,NULL,''),(14166,'1110','81606282792','2020-11-24 08:08:52',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','161','','No',NULL,NULL,''),(14167,'2130','81606282792','2020-11-24 08:08:52',NULL,6384.00,'','8','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(14168,'5563','81606222920','2020-11-24 16:02:35',100.00,NULL,'0','8','1','Modesta Airtime','1','','','496','','No',NULL,NULL,''),(14169,'1000','81606222920','2020-11-24 16:02:35',NULL,100.00,'0','8','1','Modesta Airtime','1','','','496','','No',NULL,NULL,''),(14172,'5920','81606283333','2020-11-24 08:49:42',200.00,NULL,'0','8','1','Milk & Bread','1','','','497','','No',NULL,NULL,''),(14173,'1000','81606283333','2020-11-24 08:49:42',NULL,200.00,'0','8','1','Milk & Bread','1','','','497','','No',NULL,NULL,''),(14176,'5920','81606283459','2020-11-24 08:52:30',338.00,NULL,'0','8','1','sugar,teabags,tissue papers bag','1','','','498','','No',NULL,NULL,''),(14177,'1000','81606283459','2020-11-24 08:52:30',NULL,338.00,'0','8','1','sugar,teabags,tissue papers bag','1','','','498','','No',NULL,NULL,''),(14180,'5920','81606283814','2020-11-24 08:57:33',200.00,NULL,'0','8','1','offloading','1','','','499','','No',NULL,NULL,''),(14181,'1000','81606283814','2020-11-24 08:57:33',NULL,200.00,'0','8','1','offloading','1','','','499','','No',NULL,NULL,''),(14184,'5980','81606283892','2020-11-24 08:59:10',1000.00,NULL,'0','8','1','printing Business cards Maloba &Eunice ','1','','','500','','No',NULL,NULL,''),(14185,'1000','81606283892','2020-11-24 08:59:10',NULL,1000.00,'0','8','1','printing Business cards Maloba & Eunice ','1','','','500','','No',NULL,NULL,''),(14188,'1120','81606284023','2020-11-24 09:01:50',1000.00,NULL,'0','8','1','city council','1','','','501','','No',NULL,NULL,''),(14189,'1000','81606284023','2020-11-24 09:01:50',NULL,1000.00,'0','8','1','city council ','1','','','501','','No',NULL,NULL,''),(14192,'5660','81606284144','2020-11-24 09:03:02',200.00,NULL,'0','8','1','marketing','1','','','502','','No',NULL,NULL,''),(14193,'1000','81606284144','2020-11-24 09:03:02',NULL,200.00,'0','8','1','marketing','1','','','502','','No',NULL,NULL,''),(14196,'5970','81606284206','2020-11-24 09:04:01',500.00,NULL,'0','8','1','cartons','1','','','503','','No',NULL,NULL,''),(14197,'1000','81606284206','2020-11-24 09:04:01',NULL,500.00,'0','8','1','cartons','1','','','503','','No',NULL,NULL,''),(14200,'5980','81606284284','2020-11-24 09:05:39',300.00,NULL,'0','8','1','ETR rolls,glue & marker pens','1','','','504','','No',NULL,NULL,''),(14201,'1000','81606284284','2020-11-24 09:05:39',NULL,300.00,'0','8','1','ETR rolls,glue & marker pens','1','','','504','','No',NULL,NULL,''),(14204,'5650','81606284375','2020-11-24 09:07:07',200.00,NULL,'0','8','1','Karanja fare to deliver business card to kariobangi','1','','','505','','No',NULL,NULL,''),(14205,'1000','81606284375','2020-11-24 09:07:07',NULL,200.00,'0','8','1','Karanja fare to deliver business card to kariobangi','1','','','505','','No',NULL,NULL,''),(14206,'1000','41606284654','2020-11-25 09:11:32',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14207,'4000','41606284654','2020-11-25 09:11:32',NULL,500.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(14208,'1000','41606284702','2020-11-25 09:30:58',600.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14209,'4000','41606284702','2020-11-25 09:30:58',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(14210,'1110','41606294364','2020-11-25 11:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14211,'1110','41606294364','2020-11-25 11:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(14212,'1110','41606294364','2020-11-25 11:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14213,'1110','41606294364','2020-11-25 11:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14214,'1110','41606294364','2020-11-25 11:54:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14215,'1110','41606294364','2020-11-25 11:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14216,'5500','41606294364','2020-11-25 11:54:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14217,'1000','41606294364','2020-11-25 11:54:31',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14218,'4000','41606294364','2020-11-25 11:54:31',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14219,'4000','41606294364','2020-11-25 11:54:31',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14220,'4000','41606294364','2020-11-25 11:54:31',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14221,'4000','41606294364','2020-11-25 11:54:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14222,'4000','41606294364','2020-11-25 11:54:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14223,'4000','41606294364','2020-11-25 11:54:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14224,'1000','41606294481','2020-11-25 11:55:08',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14225,'4000','41606294481','2020-11-25 11:55:08',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(14226,'1000','41606294513','2020-11-25 12:12:55',950.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14227,'4000','41606294513','2020-11-25 12:12:55',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14228,'1110','41606295629','2020-11-25 12:38:27',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14229,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14230,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14231,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14232,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14233,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(14234,'1110','41606295629','2020-11-25 12:38:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14235,'1110','41606295629','2020-11-25 12:38:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14236,'1110','41606295629','2020-11-25 12:38:27',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14237,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(14238,'1110','41606295629','2020-11-25 12:38:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14239,'5500','41606295629','2020-11-25 12:38:27',328.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14240,'1000','41606295629','2020-11-25 12:38:27',3560.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14241,'4000','41606295629','2020-11-25 12:38:27',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14242,'4000','41606295629','2020-11-25 12:38:27',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14243,'4000','41606295629','2020-11-25 12:38:27',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14244,'4000','41606295629','2020-11-25 12:38:27',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14245,'4000','41606295629','2020-11-25 12:38:27',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14246,'4000','41606295629','2020-11-25 12:38:27',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(14247,'4000','41606295629','2020-11-25 12:38:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14248,'4000','41606295629','2020-11-25 12:38:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14249,'4000','41606295629','2020-11-25 12:38:27',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14250,'4000','41606295629','2020-11-25 12:38:27',NULL,1400.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(14251,'4000','41606295629','2020-11-25 12:38:27',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14252,'1110','41606297134','2020-11-25 12:45:21',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14253,'1110','41606297134','2020-11-25 12:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14254,'1110','41606297134','2020-11-25 12:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14255,'1110','41606297134','2020-11-25 12:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14256,'1110','41606297134','2020-11-25 12:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14257,'1110','41606297134','2020-11-25 12:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14258,'1110','41606297134','2020-11-25 12:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14259,'1110','41606297134','2020-11-25 12:45:21',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14260,'5500','41606297134','2020-11-25 12:45:21',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14261,'1000','41606297134','2020-11-25 12:45:21',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14262,'4000','41606297134','2020-11-25 12:45:21',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14263,'4000','41606297134','2020-11-25 12:45:21',NULL,320.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14264,'4000','41606297134','2020-11-25 12:45:21',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14265,'4000','41606297134','2020-11-25 12:45:21',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14266,'4000','41606297134','2020-11-25 12:45:21',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14267,'4000','41606297134','2020-11-25 12:45:21',NULL,260.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14268,'4000','41606297134','2020-11-25 12:45:21',NULL,120.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14269,'4000','41606297134','2020-11-25 12:45:21',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14270,'1000','41606297529','2020-11-25 12:48:19',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14271,'4000','41606297529','2020-11-25 12:48:19',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14272,'4000','41606297529','2020-11-25 12:48:19',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14273,'4000','41606297529','2020-11-25 12:48:19',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14274,'4000','41606297529','2020-11-25 12:48:19',NULL,840.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14275,'4000','41606297529','2020-11-25 12:48:19',NULL,120.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14276,'4000','41606297529','2020-11-25 12:48:19',NULL,400.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(14277,'1000','41606297709','2020-11-25 12:50:05',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14278,'4000','41606297709','2020-11-25 12:50:05',NULL,2400.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(14279,'1110','41606298714','2020-11-25 13:18:44',NULL,12.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(14280,'5500','41606298714','2020-11-25 13:18:44',12.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14281,'1000','41606298714','2020-11-25 13:18:44',1800.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14282,'4000','41606298714','2020-11-25 13:18:44',NULL,1800.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(14283,'1000','61606312219','2020-11-25 16:51:55',30.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14284,'4000','61606312219','2020-11-25 16:51:55',NULL,30.00,'','6','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14285,'1000','71606314728','2020-11-25 17:32:18',30.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14286,'4000','71606314728','2020-11-25 17:32:18',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14287,'1000','41606372988','2020-11-25 10:29:35',200.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14288,'4000','41606372988','2020-11-25 10:29:35',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14289,'1110','41606375797','2020-11-25 10:32:31',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14290,'1110','41606375797','2020-11-25 10:32:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14291,'1110','41606375797','2020-11-25 10:32:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14292,'1110','41606375797','2020-11-25 10:32:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14293,'1110','41606375797','2020-11-25 10:32:31',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14294,'1110','41606375797','2020-11-25 10:32:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14295,'5500','41606375797','2020-11-25 10:32:31',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14296,'1000','41606375797','2020-11-25 10:32:31',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14297,'4000','41606375797','2020-11-25 10:32:31',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14298,'4000','41606375797','2020-11-25 10:32:31',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14299,'4000','41606375797','2020-11-25 10:32:31',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14300,'4000','41606375797','2020-11-25 10:32:31',NULL,40.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14301,'4000','41606375797','2020-11-25 10:32:31',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14302,'4000','41606375797','2020-11-25 10:32:31',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14303,'1110','41606375965','2020-11-25 10:39:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14304,'1110','41606375965','2020-11-25 10:39:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14305,'1110','41606375965','2020-11-25 10:39:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14306,'1110','41606375965','2020-11-25 10:39:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14307,'1110','41606375965','2020-11-25 10:39:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14308,'1110','41606375965','2020-11-25 10:39:56',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14309,'5500','41606375965','2020-11-25 10:39:56',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14310,'1000','41606375965','2020-11-25 10:39:56',640.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14311,'4000','41606375965','2020-11-25 10:39:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14312,'4000','41606375965','2020-11-25 10:39:56',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14313,'4000','41606375965','2020-11-25 10:39:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14314,'4000','41606375965','2020-11-25 10:39:56',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14315,'4000','41606375965','2020-11-25 10:39:56',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14316,'4000','41606375965','2020-11-25 10:39:56',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14317,'1000','41606376412','2020-11-26 10:50:57',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14318,'4000','41606376412','2020-11-26 10:50:57',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(14319,'1000','41606377487','2020-11-26 12:05:12',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14320,'4000','41606377487','2020-11-26 12:05:12',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14321,'1110','41606381529','2020-11-26 12:28:24',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14322,'1110','41606381529','2020-11-26 12:28:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14323,'1110','41606381529','2020-11-26 12:28:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14324,'1110','41606381529','2020-11-26 12:28:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14325,'1110','41606381529','2020-11-26 12:28:24',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14326,'1110','41606381529','2020-11-26 12:28:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14327,'5500','41606381529','2020-11-26 12:28:24',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14328,'1000','41606381529','2020-11-26 12:28:24',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14329,'4000','41606381529','2020-11-26 12:28:24',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14330,'4000','41606381529','2020-11-26 12:28:24',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14331,'4000','41606381529','2020-11-26 12:28:24',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14332,'4000','41606381529','2020-11-26 12:28:24',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14333,'4000','41606381529','2020-11-26 12:28:24',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14334,'4000','41606381529','2020-11-26 12:28:24',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14335,'1000','TRANS-81606389278','2020-11-25 14:09:14',NULL,8000.00,'-619079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14336,'1035','TRANS-81606389278','2020-11-25 14:09:14',8000.00,NULL,'477079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14337,'1000','41606383801','2020-11-26 14:46:48',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14338,'4000','41606383801','2020-11-26 14:46:48',NULL,300.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(14339,'1110','41606391225','2020-11-26 14:58:27',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14340,'1110','41606391225','2020-11-26 14:58:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14341,'1110','41606391225','2020-11-26 14:58:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14342,'1110','41606391225','2020-11-26 14:58:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14343,'1110','41606391225','2020-11-26 14:58:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14344,'1110','41606391225','2020-11-26 14:58:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14345,'1110','41606391225','2020-11-26 14:58:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14346,'1110','41606391225','2020-11-26 14:58:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14347,'5500','41606391225','2020-11-26 14:58:27',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14348,'1000','41606391225','2020-11-26 14:58:27',900.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14349,'4000','41606391225','2020-11-26 14:58:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14350,'4000','41606391225','2020-11-26 14:58:27',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14351,'4000','41606391225','2020-11-26 14:58:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14352,'4000','41606391225','2020-11-26 14:58:27',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14353,'4000','41606391225','2020-11-26 14:58:27',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14354,'4000','41606391225','2020-11-26 14:58:27',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14355,'4000','41606391225','2020-11-26 14:58:27',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14356,'4000','41606391225','2020-11-26 14:58:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14357,'1110','41606391914','2020-11-26 15:06:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14358,'1110','41606391914','2020-11-26 15:06:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14359,'1110','41606391914','2020-11-26 15:06:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14360,'1110','41606391914','2020-11-26 15:06:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14361,'1110','41606391914','2020-11-26 15:06:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14362,'1110','41606391914','2020-11-26 15:06:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14363,'5500','41606391914','2020-11-26 15:06:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14364,'1000','41606391914','2020-11-26 15:06:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14365,'4000','41606391914','2020-11-26 15:06:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14366,'4000','41606391914','2020-11-26 15:06:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14367,'4000','41606391914','2020-11-26 15:06:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14368,'4000','41606391914','2020-11-26 15:06:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14369,'4000','41606391914','2020-11-26 15:06:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14370,'4000','41606391914','2020-11-26 15:06:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14371,'1000','71606392428','2020-11-26 15:07:28',30.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14372,'4000','71606392428','2020-11-26 15:07:28',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14373,'1110','41606392399','2020-11-26 15:08:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14374,'1110','41606392399','2020-11-26 15:08:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14375,'1110','41606392399','2020-11-26 15:08:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14376,'1110','41606392399','2020-11-26 15:08:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14377,'1110','41606392399','2020-11-26 15:08:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14378,'1110','41606392399','2020-11-26 15:08:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14379,'5500','41606392399','2020-11-26 15:08:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14380,'1000','41606392399','2020-11-26 15:08:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14381,'4000','41606392399','2020-11-26 15:08:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14382,'4000','41606392399','2020-11-26 15:08:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14383,'4000','41606392399','2020-11-26 15:08:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14384,'4000','41606392399','2020-11-26 15:08:51',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14385,'4000','41606392399','2020-11-26 15:08:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14386,'4000','41606392399','2020-11-26 15:08:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14389,'5920','81606393633','2020-11-25 15:27:57',200.00,NULL,'0','8','1','milk & bread','1','','','506','','No',NULL,NULL,''),(14390,'1000','81606393633','2020-11-25 15:27:57',NULL,200.00,'0','8','1','milk & bread','1','','','506','','No',NULL,NULL,''),(14393,'5563','81606393719','2020-11-25 15:29:43',100.00,NULL,'0','8','1','airtime modesta','1','','','507','','No',NULL,NULL,''),(14394,'1000','81606393719','2020-11-25 15:29:43',NULL,100.00,'0','8','1','airtime modesta','1','','','507','','No',NULL,NULL,''),(14397,'5990','81606393927','2020-11-25 15:39:39',480.00,NULL,'0','8','1','white out and latex gloves','1','','','508','','No',NULL,NULL,''),(14398,'1000','81606393927','2020-11-25 15:39:39',NULL,480.00,'0','8','1','white out and latex gloves ','1','','','508','','No',NULL,NULL,''),(14401,'5900','81606394431','2020-11-25 15:41:46',263.00,NULL,'0','8','1','enchanted perfume','1','','','509','','No',NULL,NULL,''),(14402,'1000','81606394431','2020-11-25 15:41:46',NULL,263.00,'0','8','1','enchanted perfume','1','','','509','','No',NULL,NULL,''),(14405,'5510','81606394637','2020-11-25 15:46:55',100.00,NULL,'0','8','1','delivery of materails of the customer','1','','','510','','No',NULL,NULL,''),(14406,'1000','81606394637','2020-11-25 15:46:55',NULL,100.00,'0','8','1','delivery of materails of the customer ','1','','','510','','No',NULL,NULL,''),(14409,'5920','81606394851','2020-11-25 15:56:11',200.00,NULL,'0','8','1','milk 2staff decanting chemicals','1','','','511','','No',NULL,NULL,''),(14410,'1000','81606394851','2020-11-25 15:56:11',NULL,200.00,'0','8','1','milk 2staff decanting chemicals','1','','','511','','No',NULL,NULL,''),(14413,'5660','81606395430','2020-11-25 15:58:06',200.00,NULL,'0','8','1','makerting','1','','','512','','No',NULL,NULL,''),(14414,'1000','81606395430','2020-11-25 15:58:06',NULL,200.00,'0','8','1','makerting ','1','','','512','','No',NULL,NULL,''),(14417,'1240','81606395538','2020-11-25 16:09:21',100.00,NULL,'0','8','1','director car packing charges','1','','','513','','No',NULL,NULL,''),(14418,'1000','81606395538','2020-11-25 16:09:21',NULL,100.00,'0','8','1','director car packingvcharges','1','','','513','','No',NULL,NULL,''),(14419,'1110','41606392540','2020-11-26 16:39:32',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14420,'1110','41606392540','2020-11-26 16:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14421,'1110','41606392540','2020-11-26 16:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14422,'1110','41606392540','2020-11-26 16:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14423,'1110','41606392540','2020-11-26 16:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14424,'1110','41606392540','2020-11-26 16:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14425,'1110','41606392540','2020-11-26 16:39:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14426,'1110','41606392540','2020-11-26 16:39:32',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14427,'5500','41606392540','2020-11-26 16:39:32',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14428,'1000','41606392540','2020-11-26 16:39:32',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14429,'4000','41606392540','2020-11-26 16:39:32',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14430,'4000','41606392540','2020-11-26 16:39:32',NULL,480.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14431,'4000','41606392540','2020-11-26 16:39:32',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14432,'4000','41606392540','2020-11-26 16:39:32',NULL,90.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14433,'4000','41606392540','2020-11-26 16:39:32',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14434,'4000','41606392540','2020-11-26 16:39:32',NULL,390.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14435,'4000','41606392540','2020-11-26 16:39:32',NULL,180.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14436,'4000','41606392540','2020-11-26 16:39:32',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14437,'1000','41606398339','2020-11-26 16:46:10',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14438,'4000','41606398339','2020-11-26 16:46:10',NULL,400.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(14439,'1110','41606457843','2020-11-26 09:18:00',NULL,8.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(14440,'5500','41606457843','2020-11-26 09:18:00',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14441,'1000','41606457843','2020-11-26 09:18:00',1200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14442,'4000','41606457843','2020-11-26 09:18:00',NULL,1200.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(14443,'1110','41606460335','2020-11-27 10:56:21',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14444,'1110','41606460335','2020-11-27 10:56:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14445,'1110','41606460335','2020-11-27 10:56:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14446,'1110','41606460335','2020-11-27 10:56:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(14447,'1110','41606460335','2020-11-27 10:56:21',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14448,'1110','41606460335','2020-11-27 10:56:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14449,'5500','41606460335','2020-11-27 10:56:21',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14450,'1000','41606460335','2020-11-27 10:56:21',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14451,'4000','41606460335','2020-11-27 10:56:21',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14452,'4000','41606460335','2020-11-27 10:56:21',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14453,'4000','41606460335','2020-11-27 10:56:21',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14454,'4000','41606460335','2020-11-27 10:56:21',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14455,'4000','41606460335','2020-11-27 10:56:21',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14456,'4000','41606460335','2020-11-27 10:56:21',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14457,'1000','41606463787','2020-11-27 10:57:00',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14458,'4000','41606463787','2020-11-27 10:57:00',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14459,'1000','41606463825','2020-11-27 10:57:45',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14460,'4000','41606463825','2020-11-27 10:57:45',NULL,500.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(14461,'1110','41606465697','2020-11-27 12:16:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14462,'1110','41606465697','2020-11-27 12:16:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14463,'1110','41606465697','2020-11-27 12:16:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14464,'1110','41606465697','2020-11-27 12:16:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14465,'1110','41606465697','2020-11-27 12:16:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(14466,'5500','41606465697','2020-11-27 12:16:46',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14467,'1000','41606465697','2020-11-27 12:16:46',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14468,'4000','41606465697','2020-11-27 12:16:46',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14469,'4000','41606465697','2020-11-27 12:16:46',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14470,'4000','41606465697','2020-11-27 12:16:46',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14471,'4000','41606465697','2020-11-27 12:16:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14472,'4000','41606465697','2020-11-27 12:16:46',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(14473,'1000','41606468613','2020-11-27 12:19:24',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14474,'4000','41606468613','2020-11-27 12:19:24',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14475,'4000','41606468613','2020-11-27 12:19:24',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14476,'4000','41606468613','2020-11-27 12:19:24',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14477,'4000','41606468613','2020-11-27 12:19:24',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(14478,'4000','41606468613','2020-11-27 12:19:24',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14479,'1000','41606468799','2020-11-27 12:50:43',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14480,'4000','41606468799','2020-11-27 12:50:43',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14481,'4000','41606468799','2020-11-27 12:50:43',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14482,'4000','41606468799','2020-11-27 12:50:43',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14483,'4000','41606468799','2020-11-27 12:50:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14484,'4000','41606468799','2020-11-27 12:50:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14485,'1000','41606470695','2020-11-27 12:54:30',900.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14486,'4000','41606470695','2020-11-27 12:54:30',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14487,'4000','41606470695','2020-11-27 12:54:30',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14488,'4000','41606470695','2020-11-27 12:54:30',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(14489,'1110','41606474222','2020-11-27 13:58:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14490,'1110','41606474222','2020-11-27 13:58:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14491,'1110','41606474222','2020-11-27 13:58:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14492,'1110','41606474222','2020-11-27 13:58:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14493,'1110','41606474222','2020-11-27 13:58:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14494,'1110','41606474222','2020-11-27 13:58:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14495,'5500','41606474222','2020-11-27 13:58:30',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14496,'1000','41606474222','2020-11-27 13:58:30',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14497,'4000','41606474222','2020-11-27 13:58:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14498,'4000','41606474222','2020-11-27 13:58:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14499,'4000','41606474222','2020-11-27 13:58:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14500,'4000','41606474222','2020-11-27 13:58:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14501,'4000','41606474222','2020-11-27 13:58:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14502,'4000','41606474222','2020-11-27 13:58:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14503,'1000','41606474715','2020-11-27 14:00:20',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14504,'4000','41606474715','2020-11-27 14:00:20',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14505,'4000','41606474715','2020-11-27 14:00:20',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14506,'4000','41606474715','2020-11-27 14:00:20',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14507,'4000','41606474715','2020-11-27 14:00:20',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(14508,'4000','41606474715','2020-11-27 14:00:20',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14509,'4000','41606474715','2020-11-27 14:00:20',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(14510,'1110','41606474846','2020-11-27 14:02:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14511,'1110','41606474846','2020-11-27 14:02:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(14512,'1110','41606474846','2020-11-27 14:02:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14513,'5500','41606474846','2020-11-27 14:02:31',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14514,'1000','41606474846','2020-11-27 14:02:31',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14515,'4000','41606474846','2020-11-27 14:02:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14516,'4000','41606474846','2020-11-27 14:02:31',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(14517,'4000','41606474846','2020-11-27 14:02:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14518,'1000','41606474959','2020-11-27 14:04:18',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14519,'4000','41606474959','2020-11-27 14:04:18',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14520,'4000','41606474959','2020-11-27 14:04:18',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14521,'4000','41606474959','2020-11-27 14:04:18',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(14522,'1110','41606475869','2020-11-27 14:42:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14523,'1110','41606475869','2020-11-27 14:42:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14524,'1110','41606475869','2020-11-27 14:42:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14525,'1110','41606475869','2020-11-27 14:42:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14526,'1110','41606475869','2020-11-27 14:42:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14527,'1110','41606475869','2020-11-27 14:42:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14528,'1110','41606475869','2020-11-27 14:42:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14529,'5500','41606475869','2020-11-27 14:42:35',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14530,'1000','41606475869','2020-11-27 14:42:35',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14531,'4000','41606475869','2020-11-27 14:42:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14532,'4000','41606475869','2020-11-27 14:42:35',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14533,'4000','41606475869','2020-11-27 14:42:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14534,'4000','41606475869','2020-11-27 14:42:35',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14535,'4000','41606475869','2020-11-27 14:42:35',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14536,'4000','41606475869','2020-11-27 14:42:35',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14537,'4000','41606475869','2020-11-27 14:42:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14538,'1110','41606479698','2020-11-27 15:22:38',NULL,6.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(14539,'5500','41606479698','2020-11-27 15:22:38',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14540,'1000','41606479698','2020-11-27 15:22:38',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14541,'4000','41606479698','2020-11-27 15:22:38',NULL,900.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(14542,'1110','41606479831','2020-11-27 15:40:55',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14543,'1110','41606479831','2020-11-27 15:40:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14544,'1110','41606479831','2020-11-27 15:40:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14545,'1110','41606479831','2020-11-27 15:40:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14546,'1110','41606479831','2020-11-27 15:40:55',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14547,'1110','41606479831','2020-11-27 15:40:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14548,'5500','41606479831','2020-11-27 15:40:55',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14549,'1000','41606479831','2020-11-27 15:40:55',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14550,'4000','41606479831','2020-11-27 15:40:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14551,'4000','41606479831','2020-11-27 15:40:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14552,'4000','41606479831','2020-11-27 15:40:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14553,'4000','41606479831','2020-11-27 15:40:55',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14554,'4000','41606479831','2020-11-27 15:40:55',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14555,'4000','41606479831','2020-11-27 15:40:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14556,'1110','41606480867','2020-11-27 15:44:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14557,'1110','41606480867','2020-11-27 15:44:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14558,'1110','41606480867','2020-11-27 15:44:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14559,'1110','41606480867','2020-11-27 15:44:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14560,'1110','41606480867','2020-11-27 15:44:06',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14561,'1110','41606480867','2020-11-27 15:44:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14562,'5500','41606480867','2020-11-27 15:44:06',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14563,'1000','41606480867','2020-11-27 15:44:06',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14564,'4000','41606480867','2020-11-27 15:44:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14565,'4000','41606480867','2020-11-27 15:44:06',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14566,'4000','41606480867','2020-11-27 15:44:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14567,'4000','41606480867','2020-11-27 15:44:06',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14568,'4000','41606480867','2020-11-27 15:44:06',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14569,'4000','41606480867','2020-11-27 15:44:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14570,'1000','41606481060','2020-11-27 15:45:13',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14571,'4000','41606481060','2020-11-27 15:45:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14572,'1110','41606481120','2020-11-27 16:27:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14573,'1110','41606481120','2020-11-27 16:27:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(14574,'1110','41606481120','2020-11-27 16:27:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14575,'1110','41606481120','2020-11-27 16:27:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14576,'1110','41606481120','2020-11-27 16:27:45',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14577,'1110','41606481120','2020-11-27 16:27:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14578,'5500','41606481120','2020-11-27 16:27:45',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14579,'1000','41606481120','2020-11-27 16:27:45',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14580,'4000','41606481120','2020-11-27 16:27:45',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14581,'4000','41606481120','2020-11-27 16:27:45',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14582,'4000','41606481120','2020-11-27 16:27:45',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14583,'4000','41606481120','2020-11-27 16:27:45',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14584,'4000','41606481120','2020-11-27 16:27:45',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14585,'4000','41606481120','2020-11-27 16:27:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14586,'1110','41606484875','2020-11-27 16:49:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14587,'1110','41606484875','2020-11-27 16:49:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14588,'1110','41606484875','2020-11-27 16:49:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14589,'1110','41606484875','2020-11-27 16:49:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14590,'1110','41606484875','2020-11-27 16:49:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14591,'1110','41606484875','2020-11-27 16:49:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14592,'5500','41606484875','2020-11-27 16:49:08',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14593,'1000','41606484875','2020-11-27 16:49:08',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14594,'4000','41606484875','2020-11-27 16:49:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14595,'4000','41606484875','2020-11-27 16:49:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14596,'4000','41606484875','2020-11-27 16:49:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14597,'4000','41606484875','2020-11-27 16:49:08',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14598,'4000','41606484875','2020-11-27 16:49:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14599,'4000','41606484875','2020-11-27 16:49:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14600,'1110','41606484954','2020-11-27 16:52:12',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14601,'1110','41606484954','2020-11-27 16:52:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14602,'1110','41606484954','2020-11-27 16:52:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14603,'1110','41606484954','2020-11-27 16:52:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14604,'1110','41606484954','2020-11-27 16:52:12',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14605,'1110','41606484954','2020-11-27 16:52:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14606,'5500','41606484954','2020-11-27 16:52:12',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14607,'1000','41606484954','2020-11-27 16:52:12',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14608,'4000','41606484954','2020-11-27 16:52:12',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14609,'4000','41606484954','2020-11-27 16:52:12',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14610,'4000','41606484954','2020-11-27 16:52:12',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14611,'4000','41606484954','2020-11-27 16:52:12',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14612,'4000','41606484954','2020-11-27 16:52:12',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14613,'4000','41606484954','2020-11-27 16:52:12',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14614,'4000','41606481120','2020-11-28 12:27:34',170.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14615,'1000','41606481120','2020-11-28 12:27:34',NULL,170.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14616,'5500','41606481120','2020-11-28 12:27:34',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','3','','No',NULL,NULL,''),(14617,'1110','41606481120','2020-11-28 12:27:34',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14618,'4000','41606481120','2020-11-28 12:27:38',70.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14619,'1000','41606481120','2020-11-28 12:27:38',NULL,70.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14620,'5500','41606481120','2020-11-28 12:27:38',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','6','','No',NULL,NULL,''),(14621,'1110','41606481120','2020-11-28 12:27:38',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14622,'4000','41606481120','2020-11-28 12:27:41',30.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14623,'1000','41606481120','2020-11-28 12:27:41',NULL,30.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14624,'5500','41606481120','2020-11-28 12:27:41',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','15','','No',NULL,NULL,''),(14625,'1110','41606481120','2020-11-28 12:27:41',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14626,'4000','41606481120','2020-11-28 12:27:44',50.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14627,'1000','41606481120','2020-11-28 12:27:44',NULL,50.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14628,'5500','41606481120','2020-11-28 12:27:44',NULL,5.00,'','8','1','Cost of goods returned','1','','sales','74','','No',NULL,NULL,''),(14629,'1110','41606481120','2020-11-28 12:27:44',5.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14630,'4000','41606481120','2020-11-28 12:27:46',20.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14631,'1000','41606481120','2020-11-28 12:27:46',NULL,20.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14632,'5500','41606481120','2020-11-28 12:27:46',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','11','','No',NULL,NULL,''),(14633,'1110','41606481120','2020-11-28 12:27:46',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14634,'4000','41606481120','2020-11-28 12:27:52',10.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14635,'1000','41606481120','2020-11-28 12:27:52',NULL,10.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14636,'5500','41606481120','2020-11-28 12:27:52',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','133','','No',NULL,NULL,''),(14637,'1110','41606481120','2020-11-28 12:27:52',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14638,'1110','41606557628','2020-11-28 13:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14639,'1110','41606557628','2020-11-28 13:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(14640,'1110','41606557628','2020-11-28 13:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14641,'1110','41606557628','2020-11-28 13:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14642,'1110','41606557628','2020-11-28 13:52:01',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14643,'1110','41606557628','2020-11-28 13:52:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14644,'5500','41606557628','2020-11-28 13:52:01',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14645,'1000','41606557628','2020-11-28 13:52:01',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14646,'4000','41606557628','2020-11-28 13:52:01',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14647,'4000','41606557628','2020-11-28 13:52:01',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14648,'4000','41606557628','2020-11-28 13:52:01',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14649,'4000','41606557628','2020-11-28 13:52:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14650,'4000','41606557628','2020-11-28 13:52:01',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14651,'4000','41606557628','2020-11-28 13:52:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14652,'1110','41606560737','2020-11-28 14:27:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14653,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14654,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14655,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14656,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14657,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14658,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14659,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14660,'1110','41606560737','2020-11-28 14:27:09',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14661,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14662,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(14663,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(14664,'1110','41606560737','2020-11-28 14:27:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(14665,'5500','41606560737','2020-11-28 14:27:09',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14666,'1000','41606560737','2020-11-28 14:27:09',990.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14667,'4000','41606560737','2020-11-28 14:27:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14668,'4000','41606560737','2020-11-28 14:27:09',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14669,'4000','41606560737','2020-11-28 14:27:09',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14670,'4000','41606560737','2020-11-28 14:27:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14671,'4000','41606560737','2020-11-28 14:27:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14672,'4000','41606560737','2020-11-28 14:27:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14673,'4000','41606560737','2020-11-28 14:27:09',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14674,'4000','41606560737','2020-11-28 14:27:09',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14675,'4000','41606560737','2020-11-28 14:27:09',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14676,'4000','41606560737','2020-11-28 14:27:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14677,'4000','41606560737','2020-11-28 14:27:09',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(14678,'4000','41606560737','2020-11-28 14:27:09',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(14679,'4000','41606560737','2020-11-28 14:27:09',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(14680,'1110','41606562841','2020-11-28 14:31:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14681,'1110','41606562841','2020-11-28 14:31:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14682,'1110','41606562841','2020-11-28 14:31:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14683,'1110','41606562841','2020-11-28 14:31:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14684,'1110','41606562841','2020-11-28 14:31:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14685,'1110','41606562841','2020-11-28 14:31:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14686,'5500','41606562841','2020-11-28 14:31:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14687,'1000','41606562841','2020-11-28 14:31:21',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14688,'4000','41606562841','2020-11-28 14:31:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14689,'4000','41606562841','2020-11-28 14:31:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14690,'4000','41606562841','2020-11-28 14:31:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14691,'4000','41606562841','2020-11-28 14:31:21',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14692,'4000','41606562841','2020-11-28 14:31:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14693,'4000','41606562841','2020-11-28 14:31:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14696,'5920','81606717588','2020-11-26 09:28:53',200.00,NULL,'0','8','1','Milk & Bread','1','','','514','','No',NULL,NULL,''),(14697,'1000','81606717588','2020-11-26 09:28:53',NULL,200.00,'0','8','1','Milk & Bread','1','','','514','','No',NULL,NULL,''),(14700,'5920','81606717760','2020-11-26 09:30:39',1100.00,NULL,'0','8','1','extenstion cable 2pcs','1','','','515','','No',NULL,NULL,''),(14701,'1000','81606717760','2020-11-26 09:30:39',NULL,1100.00,'0','8','1','extenstion cable 2pcs','1','','','515','','No',NULL,NULL,''),(14704,'5510','81606718085','2020-11-26 09:36:58',200.00,NULL,'0','8','1','transport to deliver documents to karobangi','1','','','516','','No',NULL,NULL,''),(14705,'1000','81606718085','2020-11-26 09:36:58',NULL,200.00,'0','8','1','transport to deliver documents to karobangi','1','','','516','','No',NULL,NULL,''),(14708,'5970','81606718250','2020-11-26 09:38:17',50.00,NULL,'0','8','1','1/4litres bottle 50pcs','1','','','517','','No',NULL,NULL,''),(14709,'1000','81606718250','2020-11-26 09:38:17',NULL,50.00,'0','8','1','1/4 Litres bottles 50pcs','1','','','517','','No',NULL,NULL,''),(14712,'5660','81606718340','2020-11-26 09:39:29',200.00,NULL,'0','8','1','marketing','1','','','518','','No',NULL,NULL,''),(14713,'1000','81606718340','2020-11-26 09:39:29',NULL,200.00,'0','8','1','marketing ','1','','','518','','No',NULL,NULL,''),(14716,'5970','81606718390','2020-11-26 09:41:17',300.00,NULL,'0','8','1','Medicine Envelopes for packing colour','1','','','519','','No',NULL,NULL,''),(14717,'1000','81606718390','2020-11-26 09:41:17',NULL,300.00,'0','8','1','Medicine Envelopes for packing colour ','1','','','519','','No',NULL,NULL,''),(14718,'1100','41604664003','2020-11-20 09:55:57',NULL,23000.00,'','8','1','PAID BY G & R ANNEX','1','20','payment','','','No',NULL,NULL,'000365'),(14719,'1035','41604664003','2020-11-20 09:55:57',23000.00,NULL,'','8','1','PAID BY G & R ANNEX','1','20','payment','','','No',NULL,NULL,'000365'),(14720,'1110','41606715811','2020-11-30 10:15:01',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14721,'1110','41606715811','2020-11-30 10:15:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14722,'1110','41606715811','2020-11-30 10:15:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14723,'1110','41606715811','2020-11-30 10:15:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(14724,'5500','41606715811','2020-11-30 10:15:01',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14725,'1000','41606715811','2020-11-30 10:15:01',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14726,'4000','41606715811','2020-11-30 10:15:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14727,'4000','41606715811','2020-11-30 10:15:01',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14728,'4000','41606715811','2020-11-30 10:15:01',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14729,'4000','41606715811','2020-11-30 10:15:01',NULL,120.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(14730,'1000','41606720517','2020-11-30 10:23:11',270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14731,'4000','41606720517','2020-11-30 10:23:11',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14732,'4000','41606720517','2020-11-30 10:23:11',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14733,'4000','41606720517','2020-11-30 10:23:11',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14734,'4000','41606720517','2020-11-30 10:23:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14735,'1000','41606721000','2020-11-30 10:23:41',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14736,'4000','41606721000','2020-11-30 10:23:41',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(14737,'1110','41606721029','2020-11-30 10:26:10',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14738,'1110','41606721029','2020-11-30 10:26:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14739,'1110','41606721029','2020-11-30 10:26:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14740,'1110','41606721029','2020-11-30 10:26:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14741,'1110','41606721029','2020-11-30 10:26:10',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14742,'1110','41606721029','2020-11-30 10:26:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14743,'5500','41606721029','2020-11-30 10:26:10',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14744,'1000','41606721029','2020-11-30 10:26:10',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14745,'4000','41606721029','2020-11-30 10:26:10',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14746,'4000','41606721029','2020-11-30 10:26:10',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14747,'4000','41606721029','2020-11-30 10:26:10',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14748,'4000','41606721029','2020-11-30 10:26:10',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14749,'4000','41606721029','2020-11-30 10:26:10',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14750,'4000','41606721029','2020-11-30 10:26:10',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14751,'1000','TRANS-81606721526','2020-11-26 10:16:31',NULL,5000.00,'-624079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14752,'1035','TRANS-81606721526','2020-11-26 10:16:31',5000.00,NULL,'482079','8','1','Transfer','','','','','','No',NULL,NULL,''),(14753,'1110','41606721233','2020-11-30 10:30:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14754,'1110','41606721233','2020-11-30 10:30:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14755,'1110','41606721233','2020-11-30 10:30:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14756,'1110','41606721233','2020-11-30 10:30:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(14757,'1110','41606721233','2020-11-30 10:30:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14758,'1110','41606721233','2020-11-30 10:30:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14759,'5500','41606721233','2020-11-30 10:30:32',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14760,'1000','41606721233','2020-11-30 10:30:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14761,'4000','41606721233','2020-11-30 10:30:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14762,'4000','41606721233','2020-11-30 10:30:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14763,'4000','41606721233','2020-11-30 10:30:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14764,'4000','41606721233','2020-11-30 10:30:32',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14765,'4000','41606721233','2020-11-30 10:30:32',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14766,'4000','41606721233','2020-11-30 10:30:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14767,'1000','41606721608','2020-11-30 10:38:11',730.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14768,'4000','41606721608','2020-11-30 10:38:11',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14769,'4000','41606721608','2020-11-30 10:38:11',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14770,'4000','41606721608','2020-11-30 10:38:11',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(14771,'4000','41606721608','2020-11-30 10:38:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(14772,'4000','41606721608','2020-11-30 10:38:11',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(14773,'1100','41603437647','2020-11-30 10:38:21',NULL,31300.00,'','8','1','CASH FROM G & R Restaurant','1','26','payment','','','No',NULL,NULL,''),(14774,'1035','41603437647','2020-11-30 10:38:21',31300.00,NULL,'','8','1','CASH FROM G & R Restaurant','1','26','payment','','','No',NULL,NULL,''),(14775,'1110','41606723811','2020-11-30 11:13:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14776,'1110','41606723811','2020-11-30 11:13:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14777,'1110','41606723811','2020-11-30 11:13:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14778,'1110','41606723811','2020-11-30 11:13:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14779,'1110','41606723811','2020-11-30 11:13:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14780,'1110','41606723811','2020-11-30 11:13:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14781,'1110','41606723811','2020-11-30 11:13:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14782,'1110','41606723811','2020-11-30 11:13:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14783,'1110','41606723811','2020-11-30 11:13:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14784,'5500','41606723811','2020-11-30 11:13:43',166.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14785,'1000','41606723811','2020-11-30 11:13:43',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14786,'4000','41606723811','2020-11-30 11:13:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14787,'4000','41606723811','2020-11-30 11:13:43',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14788,'4000','41606723811','2020-11-30 11:13:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14789,'4000','41606723811','2020-11-30 11:13:43',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14790,'4000','41606723811','2020-11-30 11:13:43',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14791,'4000','41606723811','2020-11-30 11:13:43',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14792,'4000','41606723811','2020-11-30 11:13:43',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14793,'4000','41606723811','2020-11-30 11:13:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14794,'4000','41606723811','2020-11-30 11:13:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14795,'1000','41606724030','2020-11-28 11:14:59',50.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14796,'4000','41606724030','2020-11-28 11:14:59',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14797,'1000','41606724153','2020-11-30 11:27:51',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14798,'4000','41606724153','2020-11-30 11:27:51',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(14799,'1100','41604742980','2020-11-30 11:34:53',NULL,1.00,'','1','1','','1','20','payment','','','No',NULL,NULL,''),(14800,'1000','41604742980','2020-11-30 11:34:53',1.00,NULL,'','1','1','','1','20','payment','','','No',NULL,NULL,''),(14801,'1110','41606727523','2020-11-30 12:57:02',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14802,'1110','41606727523','2020-11-30 12:57:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14803,'1110','41606727523','2020-11-30 12:57:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14804,'1110','41606727523','2020-11-30 12:57:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(14805,'1110','41606727523','2020-11-30 12:57:02',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14806,'1110','41606727523','2020-11-30 12:57:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14807,'5500','41606727523','2020-11-30 12:57:02',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14808,'1000','41606727523','2020-11-30 12:57:02',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14809,'4000','41606727523','2020-11-30 12:57:02',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14810,'4000','41606727523','2020-11-30 12:57:02',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14811,'4000','41606727523','2020-11-30 12:57:02',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14812,'4000','41606727523','2020-11-30 12:57:02',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14813,'4000','41606727523','2020-11-30 12:57:02',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14814,'4000','41606727523','2020-11-30 12:57:02',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14815,'1000','41606730402','2020-11-30 13:00:37',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14816,'4000','41606730402','2020-11-30 13:00:37',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(14817,'4000','41606730402','2020-11-30 13:00:37',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14818,'4000','41606730402','2020-11-30 13:00:37',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(14819,'1000','41606730444','2020-11-30 13:04:01',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14820,'4000','41606730444','2020-11-30 13:04:01',NULL,510.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14821,'4000','41606730444','2020-11-30 13:04:01',NULL,60.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14822,'4000','41606730444','2020-11-30 13:04:01',NULL,90.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14823,'4000','41606730444','2020-11-30 13:04:01',NULL,1260.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(14824,'4000','41606730444','2020-11-30 13:04:01',NULL,180.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14825,'4000','41606730444','2020-11-30 13:04:01',NULL,600.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(14826,'4000','41606730444','2020-11-30 13:09:06',510.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14827,'1000','41606730444','2020-11-30 13:09:06',NULL,510.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14828,'5500','41606730444','2020-11-30 13:09:06',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','3','','No',NULL,NULL,''),(14829,'1110','41606730444','2020-11-30 13:09:06',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14830,'4000','41606730444','2020-11-30 13:09:15',60.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14831,'1000','41606730444','2020-11-30 13:09:15',NULL,60.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14832,'5500','41606730444','2020-11-30 13:09:15',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','11','','No',NULL,NULL,''),(14833,'1110','41606730444','2020-11-30 13:09:15',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14834,'4000','41606730444','2020-11-30 13:09:18',1260.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14835,'1000','41606730444','2020-11-30 13:09:18',NULL,1260.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14836,'5500','41606730444','2020-11-30 13:09:18',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','49','','No',NULL,NULL,''),(14837,'1110','41606730444','2020-11-30 13:09:18',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14838,'4000','41606730444','2020-11-30 13:09:20',180.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14839,'1000','41606730444','2020-11-30 13:09:20',NULL,180.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14840,'5500','41606730444','2020-11-30 13:09:20',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','55','','No',NULL,NULL,''),(14841,'1110','41606730444','2020-11-30 13:09:20',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14842,'4000','41606730444','2020-11-30 13:09:22',90.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14843,'1000','41606730444','2020-11-30 13:09:22',NULL,90.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14844,'5500','41606730444','2020-11-30 13:09:22',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','23','','No',NULL,NULL,''),(14845,'1110','41606730444','2020-11-30 13:09:22',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14846,'4000','41606730444','2020-11-30 13:09:25',600.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14847,'1000','41606730444','2020-11-30 13:09:25',NULL,600.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(14848,'5500','41606730444','2020-11-30 13:09:25',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','73','','No',NULL,NULL,''),(14849,'1110','41606730444','2020-11-30 13:09:25',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(14850,'1000','41606730649','2020-11-30 13:10:50',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14851,'4000','41606730649','2020-11-30 13:10:50',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14852,'4000','41606730649','2020-11-30 13:10:50',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14853,'4000','41606730649','2020-11-30 13:10:50',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14854,'4000','41606730649','2020-11-30 13:10:50',NULL,840.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(14855,'4000','41606730649','2020-11-30 13:10:50',NULL,120.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14856,'4000','41606730649','2020-11-30 13:10:50',NULL,400.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(14857,'1000','41606731155','2020-11-30 13:14:52',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14858,'4000','41606731155','2020-11-30 13:14:52',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(14861,'5510','81606738473','2020-11-26 15:15:45',100.00,NULL,'0','8','1','Delivery charges for chemicals','1','','','520','','No',NULL,NULL,''),(14862,'1000','81606738473','2020-11-26 15:15:45',NULL,100.00,'0','8','1','Delivery charges for chemicals','1','','','520','','No',NULL,NULL,''),(14863,'1000','41606737681','2020-11-30 15:54:39',67500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14864,'4000','41606737681','2020-11-30 15:54:39',NULL,6000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(14865,'4000','41606737681','2020-11-30 15:54:39',NULL,2500.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(14866,'4000','41606737681','2020-11-30 15:54:39',NULL,9000.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(14867,'4000','41606737681','2020-11-30 15:54:39',NULL,5000.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(14868,'4000','41606737681','2020-11-30 15:54:39',NULL,45000.00,'','4','1','Good sold','1','','sales','297','','No',NULL,NULL,''),(14869,'1110','41606740982','2020-11-30 16:03:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14870,'1110','41606740982','2020-11-30 16:03:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14871,'1110','41606740982','2020-11-30 16:03:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14872,'1110','41606740982','2020-11-30 16:03:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14873,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14874,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(14875,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(14876,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14877,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14878,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14879,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14880,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14881,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14882,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(14883,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14884,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14885,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(14886,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14887,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14888,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(14889,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(14890,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14891,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14892,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(14893,'1110','41606740982','2020-11-30 16:03:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14894,'1110','41606740982','2020-11-30 16:03:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14895,'1110','41606740982','2020-11-30 16:03:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(14896,'1110','41606740982','2020-11-30 16:03:48',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(14897,'1110','41606740982','2020-11-30 16:03:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14898,'5500','41606740982','2020-11-30 16:03:48',649.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14899,'1000','41606740982','2020-11-30 16:03:48',3810.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(14900,'4000','41606740982','2020-11-30 16:03:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14901,'4000','41606740982','2020-11-30 16:03:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14902,'4000','41606740982','2020-11-30 16:03:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14903,'4000','41606740982','2020-11-30 16:03:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14904,'4000','41606740982','2020-11-30 16:03:48',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14905,'4000','41606740982','2020-11-30 16:03:48',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(14906,'4000','41606740982','2020-11-30 16:03:48',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(14907,'4000','41606740982','2020-11-30 16:03:48',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14908,'4000','41606740982','2020-11-30 16:03:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14909,'4000','41606740982','2020-11-30 16:03:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14910,'4000','41606740982','2020-11-30 16:03:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14911,'4000','41606740982','2020-11-30 16:03:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14912,'4000','41606740982','2020-11-30 16:03:48',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14913,'4000','41606740982','2020-11-30 16:03:48',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14914,'4000','41606740982','2020-11-30 16:03:48',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14915,'4000','41606740982','2020-11-30 16:03:48',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14916,'4000','41606740982','2020-11-30 16:03:48',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(14917,'4000','41606740982','2020-11-30 16:03:48',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14918,'4000','41606740982','2020-11-30 16:03:48',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14919,'4000','41606740982','2020-11-30 16:03:48',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14920,'4000','41606740982','2020-11-30 16:03:48',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(14921,'4000','41606740982','2020-11-30 16:03:48',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14922,'4000','41606740982','2020-11-30 16:03:48',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14923,'4000','41606740982','2020-11-30 16:03:48',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(14924,'4000','41606740982','2020-11-30 16:03:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14925,'4000','41606740982','2020-11-30 16:03:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14926,'4000','41606740982','2020-11-30 16:03:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(14927,'4000','41606740982','2020-11-30 16:03:48',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14928,'4000','41606740982','2020-11-30 16:03:48',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14975,'1110','41606803445','2020-12-01 10:07:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14976,'1110','41606803445','2020-12-01 10:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(14977,'1110','41606803445','2020-12-01 10:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(14978,'1110','41606803445','2020-12-01 10:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14979,'1110','41606803445','2020-12-01 10:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(14980,'1110','41606803445','2020-12-01 10:07:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(14981,'5500','41606803445','2020-12-01 10:07:41',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14982,'1000','41606803445','2020-12-01 10:07:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14983,'4000','41606803445','2020-12-01 10:07:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14984,'4000','41606803445','2020-12-01 10:07:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(14985,'4000','41606803445','2020-12-01 10:07:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14986,'4000','41606803445','2020-12-01 10:07:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14987,'4000','41606803445','2020-12-01 10:07:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(14988,'4000','41606803445','2020-12-01 10:07:41',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(14989,'1000','41606806488','2020-12-01 10:08:47',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14990,'4000','41606806488','2020-12-01 10:08:47',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(14991,'1000','41606806545','2020-12-01 10:29:42',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14992,'4000','41606806545','2020-12-01 10:29:42',NULL,2000.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(14995,'5980','81606809956','2020-11-28 11:07:15',350.00,NULL,'0','8','1','5PCS Spring file','1','','','521','','No',NULL,NULL,''),(14996,'1000','81606809956','2020-11-28 11:07:15',NULL,350.00,'0','8','1','5PCS Spring file ','1','','','521','','No',NULL,NULL,''),(14999,'5920','81606810059','2020-11-27 11:09:01',200.00,NULL,'0','8','1','Milk & Bread','1','','','522','','No',NULL,NULL,''),(15000,'1000','81606810059','2020-11-27 11:09:01',NULL,200.00,'0','8','1','Milk & Bread','1','','','522','','No',NULL,NULL,''),(15003,'5920','81606810274','2020-11-27 11:17:09',11300.00,NULL,'0','8','1','Ungerol,ufacid ,green and pink','1','','','523','','No',NULL,NULL,''),(15004,'1000','81606810274','2020-11-27 11:17:09',NULL,11300.00,'0','8','1','Ungerol,ufacid ,green and pink','1','','','523','','No',NULL,NULL,''),(15005,'1110','81606813873','2020-11-27 12:12:13',6384.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(15006,'1110','81606813873','2020-11-27 12:12:13',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(15007,'1110','81606813873','2020-11-27 12:12:13',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','16','','No',NULL,NULL,''),(15008,'1110','81606813873','2020-11-27 12:12:13',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','24','','No',NULL,NULL,''),(15009,'2130','81606813873','2020-11-27 12:12:13',NULL,6384.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(15010,'1110','41606807942','2020-12-01 12:33:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15011,'1110','41606807942','2020-12-01 12:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15012,'1110','41606807942','2020-12-01 12:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15013,'1110','41606807942','2020-12-01 12:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15014,'1110','41606807942','2020-12-01 12:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15015,'1110','41606807942','2020-12-01 12:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(15016,'5500','41606807942','2020-12-01 12:33:23',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15017,'1000','41606807942','2020-12-01 12:33:23',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15018,'4000','41606807942','2020-12-01 12:33:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15019,'4000','41606807942','2020-12-01 12:33:23',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15020,'4000','41606807942','2020-12-01 12:33:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15021,'4000','41606807942','2020-12-01 12:33:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15022,'4000','41606807942','2020-12-01 12:33:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15023,'4000','41606807942','2020-12-01 12:33:23',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15024,'1000','41606815209','2020-12-01 12:37:00',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15025,'4000','41606815209','2020-12-01 12:37:00',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(15028,'5510','81606816476','2020-10-27 12:59:42',250.00,NULL,'0','8','1','Transport of material from promax','1','','','524','','No',NULL,NULL,''),(15029,'1000','81606816476','2020-10-27 12:59:42',NULL,250.00,'0','8','1','Transport of material from promax','1','','','524','','No',NULL,NULL,''),(15032,'1000','41606815936','2020-12-01 13:20:00',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15033,'4000','41606815936','2020-12-01 13:20:00',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15034,'4000','41606815936','2020-12-01 13:20:00',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15035,'4000','41606815936','2020-12-01 13:20:00',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15036,'4000','41606815936','2020-12-01 13:20:00',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15037,'4000','41606815936','2020-12-01 13:20:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15038,'5930','81606817796','2020-11-27 13:18:14',100.00,NULL,'0','8','1','mpesa charges','1','','','525','','No',NULL,NULL,''),(15039,'1000','81606817796','2020-11-27 13:18:14',NULL,100.00,'0','8','1','mpesa charges ','1','','','525','','No',NULL,NULL,''),(15042,'5980','81606818117','2020-11-27 13:26:02',1160.00,NULL,'0','8','1','Note book,staple pins,stickons and stapler','1','','','526','','No',NULL,NULL,''),(15043,'1000','81606818117','2020-11-27 13:26:02',NULL,1160.00,'0','8','1','Note book,staple pins,stickons and stapler ','1','','','526','','No',NULL,NULL,''),(15046,'5920','81606818417','2020-11-27 13:28:13',550.00,NULL,'0','8','1','cling film 300metre','1','','','527','','No',NULL,NULL,''),(15047,'1000','81606818417','2020-11-27 13:28:13',NULL,550.00,'0','8','1','cling film 300metre','1','','','527','','No',NULL,NULL,''),(15050,'5970','81606819046','2020-11-27 13:39:19',900.00,NULL,'0','8','1','polypots for packing caustic','1','','','528','','No',NULL,NULL,''),(15051,'1000','81606819046','2020-11-27 13:39:19',NULL,900.00,'0','8','1','polypots for packing caustic','1','','','528','','No',NULL,NULL,''),(15054,'5510','81606819226','2020-11-27 13:41:45',100.00,NULL,'0','8','1','Transport of material ','1','','','529','','No',NULL,NULL,''),(15055,'1000','81606819226','2020-11-27 13:41:45',NULL,100.00,'0','8','1','Transport of material','1','','','529','','No',NULL,NULL,''),(15056,'1110','41606818005','2020-12-01 13:46:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15057,'1110','41606818005','2020-12-01 13:46:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15058,'1110','41606818005','2020-12-01 13:46:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15059,'1110','41606818005','2020-12-01 13:46:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15060,'1110','41606818005','2020-12-01 13:46:37',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15061,'1110','41606818005','2020-12-01 13:46:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15062,'5500','41606818005','2020-12-01 13:46:37',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15063,'1000','41606818005','2020-12-01 13:46:37',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15064,'4000','41606818005','2020-12-01 13:46:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15065,'4000','41606818005','2020-12-01 13:46:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15066,'4000','41606818005','2020-12-01 13:46:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15067,'4000','41606818005','2020-12-01 13:46:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15068,'4000','41606818005','2020-12-01 13:46:37',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15069,'4000','41606818005','2020-12-01 13:46:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15072,'5970','81606819333','2020-11-27 13:46:31',100.00,NULL,'0','8','1','parking for director vehicle','1','','','530','','No',NULL,NULL,''),(15073,'1000','81606819333','2020-11-27 13:46:31',NULL,100.00,'0','8','1','parking for director vehicle','1','','','530','','No',NULL,NULL,''),(15076,'5990','81606819644','2020-11-28 13:50:10',450.00,NULL,'0','8','1','brushes for office painting','1','','','531','','No',NULL,NULL,''),(15077,'1000','81606819644','2020-11-28 13:50:10',NULL,450.00,'0','8','1','brushes for office painting ','1','','','531','','No',NULL,NULL,''),(15080,'5920','81606819846','2020-11-28 13:51:41',100.00,NULL,'0','8','1','Milk & Bread','1','','','532','','No',NULL,NULL,''),(15081,'1000','81606819846','2020-11-28 13:51:41',NULL,100.00,'0','8','1','Milk & Bread','1','','','532','','No',NULL,NULL,''),(15084,'5920','81606819918','2020-11-28 13:52:46',105.00,NULL,'0','8','1','Tissue paper','1','','','533','','No',NULL,NULL,''),(15085,'1000','81606819918','2020-11-28 13:52:46',NULL,105.00,'0','8','1','Tissue paper ','1','','','533','','No',NULL,NULL,''),(15088,'5920','81606819991','2020-11-28 13:55:07',800.00,NULL,'0','8','1','Milk & lunch for staff painting shop','1','','','534','','No',NULL,NULL,''),(15089,'1000','81606819991','2020-11-28 13:55:07',NULL,800.00,'0','8','1','Milk & lunch for staff painting shop','1','','','534','','No',NULL,NULL,''),(15090,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15091,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15092,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15093,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15094,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(15095,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(15096,'1110','41606819607','2020-12-01 15:10:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15097,'1110','41606819607','2020-12-01 15:10:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15098,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15099,'1110','41606819607','2020-12-01 15:10:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','178','','No',NULL,NULL,''),(15100,'5500','41606819607','2020-12-01 15:10:39',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15101,'1000','41606819607','2020-12-01 15:10:39',2330.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15102,'4000','41606819607','2020-12-01 15:10:39',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15103,'4000','41606819607','2020-12-01 15:10:39',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15104,'4000','41606819607','2020-12-01 15:10:39',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15105,'4000','41606819607','2020-12-01 15:10:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15106,'4000','41606819607','2020-12-01 15:10:39',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(15107,'4000','41606819607','2020-12-01 15:10:39',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(15108,'4000','41606819607','2020-12-01 15:10:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15109,'4000','41606819607','2020-12-01 15:10:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15110,'4000','41606819607','2020-12-01 15:10:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15111,'4000','41606819607','2020-12-01 15:10:39',NULL,1400.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(15112,'1000','41606824663','2020-12-01 16:38:37',150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15113,'4000','41606824663','2020-12-01 16:38:37',NULL,150.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(15114,'1000','41606831712','2020-12-01 17:08:53',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15115,'4000','41606831712','2020-12-01 17:08:53',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(15116,'1110','41606888087','2020-12-02 10:20:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15117,'1110','41606888087','2020-12-02 10:20:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15118,'1110','41606888087','2020-12-02 10:20:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15119,'1110','41606888087','2020-12-02 10:20:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15120,'1110','41606888087','2020-12-02 10:20:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15121,'1110','41606888087','2020-12-02 10:20:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15122,'5500','41606888087','2020-12-02 10:20:23',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15123,'1000','41606888087','2020-12-02 10:20:23',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15124,'4000','41606888087','2020-12-02 10:20:23',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15125,'4000','41606888087','2020-12-02 10:20:23',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15126,'4000','41606888087','2020-12-02 10:20:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15127,'4000','41606888087','2020-12-02 10:20:23',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15128,'4000','41606888087','2020-12-02 10:20:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15129,'4000','41606888087','2020-12-02 10:20:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15130,'1110','41606893629','2020-12-02 11:59:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15131,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15132,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15133,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15134,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15135,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15136,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15137,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15138,'1110','41606893629','2020-12-02 11:59:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15139,'1110','41606893629','2020-12-02 11:59:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15140,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15141,'1110','41606893629','2020-12-02 11:59:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15142,'5500','41606893629','2020-12-02 11:59:30',163.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15143,'1000','41606893629','2020-12-02 11:59:30',890.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15144,'4000','41606893629','2020-12-02 11:59:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15145,'4000','41606893629','2020-12-02 11:59:30',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15146,'4000','41606893629','2020-12-02 11:59:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15147,'4000','41606893629','2020-12-02 11:59:30',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15148,'4000','41606893629','2020-12-02 11:59:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15149,'4000','41606893629','2020-12-02 11:59:30',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15150,'4000','41606893629','2020-12-02 11:59:30',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15151,'4000','41606893629','2020-12-02 11:59:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15152,'4000','41606893629','2020-12-02 11:59:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15153,'4000','41606893629','2020-12-02 11:59:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15154,'4000','41606893629','2020-12-02 11:59:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15155,'4000','41606893629','2020-12-02 11:59:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15156,'1000','41606899923','2020-12-02 13:06:33',2200.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15157,'4000','41606899923','2020-12-02 13:06:33',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(15158,'4000','41606899923','2020-12-02 13:06:33',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(15159,'1110','41606903601','2020-12-02 14:11:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15160,'1110','41606903601','2020-12-02 14:11:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15161,'1110','41606903601','2020-12-02 14:11:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15162,'1110','41606903601','2020-12-02 14:11:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15163,'1110','41606903601','2020-12-02 14:11:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15164,'1110','41606903601','2020-12-02 14:11:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15165,'1110','41606903601','2020-12-02 14:11:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(15166,'5500','41606903601','2020-12-02 14:11:30',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15167,'1000','41606903601','2020-12-02 14:11:30',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15168,'4000','41606903601','2020-12-02 14:11:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15169,'4000','41606903601','2020-12-02 14:11:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15170,'4000','41606903601','2020-12-02 14:11:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15171,'4000','41606903601','2020-12-02 14:11:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15172,'4000','41606903601','2020-12-02 14:11:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15173,'4000','41606903601','2020-12-02 14:11:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15174,'4000','41606903601','2020-12-02 14:11:30',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15175,'1110','41606914921','2020-12-02 16:19:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15176,'1110','41606914921','2020-12-02 16:19:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15177,'1110','41606914921','2020-12-02 16:19:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15178,'1110','41606914921','2020-12-02 16:19:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15179,'1110','41606914921','2020-12-02 16:19:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15180,'1110','41606914921','2020-12-02 16:19:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15181,'5500','41606914921','2020-12-02 16:19:36',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15182,'1000','41606914921','2020-12-02 16:19:36',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15183,'4000','41606914921','2020-12-02 16:19:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15184,'4000','41606914921','2020-12-02 16:19:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15185,'4000','41606914921','2020-12-02 16:19:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15186,'4000','41606914921','2020-12-02 16:19:36',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15187,'4000','41606914921','2020-12-02 16:19:36',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15188,'4000','41606914921','2020-12-02 16:19:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15189,'1110','41606915932','2020-12-02 16:32:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15190,'5500','41606915932','2020-12-02 16:32:20',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15191,'1000','41606915932','2020-12-02 16:32:20',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15192,'4000','41606915932','2020-12-02 16:32:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15193,'1000','41606975624','2020-12-03 10:10:49',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15194,'4000','41606975624','2020-12-03 10:10:49',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15195,'4000','41606975624','2020-12-03 10:10:49',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15196,'4000','41606975624','2020-12-03 10:10:49',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15197,'1000','41606979455','2020-12-03 10:56:29',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15198,'4000','41606979455','2020-12-03 10:56:29',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(15199,'1110','41606982682','2020-12-03 11:07:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15200,'1110','41606982682','2020-12-03 11:07:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15201,'1110','41606982682','2020-12-03 11:07:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15202,'1110','41606982682','2020-12-03 11:07:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15203,'1110','41606982682','2020-12-03 11:07:14',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15204,'1110','41606982682','2020-12-03 11:07:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15205,'5500','41606982682','2020-12-03 11:07:14',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15206,'1000','41606982682','2020-12-03 11:07:14',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15207,'4000','41606982682','2020-12-03 11:07:14',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15208,'4000','41606982682','2020-12-03 11:07:14',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15209,'4000','41606982682','2020-12-03 11:07:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15210,'4000','41606982682','2020-12-03 11:07:14',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15211,'4000','41606982682','2020-12-03 11:07:14',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15212,'4000','41606982682','2020-12-03 11:07:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15213,'1110','41606982843','2020-12-03 11:08:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15214,'1110','41606982843','2020-12-03 11:08:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15215,'1110','41606982843','2020-12-03 11:08:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15216,'1110','41606982843','2020-12-03 11:08:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15217,'1110','41606982843','2020-12-03 11:08:23',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15218,'1110','41606982843','2020-12-03 11:08:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15219,'5500','41606982843','2020-12-03 11:08:23',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15220,'1000','41606982843','2020-12-03 11:08:23',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15221,'4000','41606982843','2020-12-03 11:08:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15222,'4000','41606982843','2020-12-03 11:08:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15223,'4000','41606982843','2020-12-03 11:08:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15224,'4000','41606982843','2020-12-03 11:08:23',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15225,'4000','41606982843','2020-12-03 11:08:23',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15226,'4000','41606982843','2020-12-03 11:08:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15227,'1110','41606982911','2020-12-03 11:11:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(15228,'1110','41606982911','2020-12-03 11:11:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(15229,'1110','41606982911','2020-12-03 11:11:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15230,'5500','41606982911','2020-12-03 11:11:58',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15231,'1000','41606982911','2020-12-03 11:11:58',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15232,'4000','41606982911','2020-12-03 11:11:58',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(15233,'4000','41606982911','2020-12-03 11:11:58',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(15234,'4000','41606982911','2020-12-03 11:11:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15235,'1110','41606983126','2020-12-03 11:13:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15236,'1110','41606983126','2020-12-03 11:13:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15237,'1110','41606983126','2020-12-03 11:13:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15238,'1110','41606983126','2020-12-03 11:13:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15239,'1110','41606983126','2020-12-03 11:13:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15240,'1110','41606983126','2020-12-03 11:13:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15241,'5500','41606983126','2020-12-03 11:13:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15242,'1000','41606983126','2020-12-03 11:13:21',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15243,'4000','41606983126','2020-12-03 11:13:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15244,'4000','41606983126','2020-12-03 11:13:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15245,'4000','41606983126','2020-12-03 11:13:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15246,'4000','41606983126','2020-12-03 11:13:21',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15247,'4000','41606983126','2020-12-03 11:13:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15248,'4000','41606983126','2020-12-03 11:13:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15249,'1110','41606983211','2020-12-03 11:14:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15250,'1110','41606983211','2020-12-03 11:14:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15251,'1110','41606983211','2020-12-03 11:14:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15252,'1110','41606983211','2020-12-03 11:14:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15253,'1110','41606983211','2020-12-03 11:14:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15254,'1110','41606983211','2020-12-03 11:14:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15255,'5500','41606983211','2020-12-03 11:14:29',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15256,'1000','41606983211','2020-12-03 11:14:29',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15257,'4000','41606983211','2020-12-03 11:14:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15258,'4000','41606983211','2020-12-03 11:14:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15259,'4000','41606983211','2020-12-03 11:14:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15260,'4000','41606983211','2020-12-03 11:14:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15261,'4000','41606983211','2020-12-03 11:14:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15262,'4000','41606983211','2020-12-03 11:14:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15263,'1110','41606984196','2020-12-03 11:31:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15264,'1110','41606984196','2020-12-03 11:31:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15265,'1110','41606984196','2020-12-03 11:31:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15266,'1110','41606984196','2020-12-03 11:31:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15267,'1110','41606984196','2020-12-03 11:31:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15268,'1110','41606984196','2020-12-03 11:31:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15269,'5500','41606984196','2020-12-03 11:31:36',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15270,'1000','41606984196','2020-12-03 11:31:36',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15271,'4000','41606984196','2020-12-03 11:31:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15272,'4000','41606984196','2020-12-03 11:31:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15273,'4000','41606984196','2020-12-03 11:31:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15274,'4000','41606984196','2020-12-03 11:31:36',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15275,'4000','41606984196','2020-12-03 11:31:36',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15276,'4000','41606984196','2020-12-03 11:31:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15277,'1110','41606984491','2020-12-03 11:36:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15278,'1110','41606984491','2020-12-03 11:36:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15279,'1110','41606984491','2020-12-03 11:36:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15280,'1110','41606984491','2020-12-03 11:36:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15281,'1110','41606984491','2020-12-03 11:36:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15282,'1110','41606984491','2020-12-03 11:36:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15283,'5500','41606984491','2020-12-03 11:36:04',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15284,'1000','41606984491','2020-12-03 11:36:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15285,'4000','41606984491','2020-12-03 11:36:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15286,'4000','41606984491','2020-12-03 11:36:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15287,'4000','41606984491','2020-12-03 11:36:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15288,'4000','41606984491','2020-12-03 11:36:04',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15289,'4000','41606984491','2020-12-03 11:36:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15290,'4000','41606984491','2020-12-03 11:36:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15291,'1110','41606984571','2020-12-03 11:54:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15292,'1110','41606984571','2020-12-03 11:54:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15293,'1110','41606984571','2020-12-03 11:54:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15294,'1110','41606984571','2020-12-03 11:54:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15295,'1110','41606984571','2020-12-03 11:54:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15296,'1110','41606984571','2020-12-03 11:54:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15297,'5500','41606984571','2020-12-03 11:54:37',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15298,'1000','41606984571','2020-12-03 11:54:37',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15299,'4000','41606984571','2020-12-03 11:54:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15300,'4000','41606984571','2020-12-03 11:54:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15301,'4000','41606984571','2020-12-03 11:54:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15302,'4000','41606984571','2020-12-03 11:54:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15303,'4000','41606984571','2020-12-03 11:54:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15304,'4000','41606984571','2020-12-03 11:54:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15305,'1000','41606989155','2020-12-03 12:53:21',2000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15306,'4000','41606989155','2020-12-03 12:53:21',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(15307,'1110','41606993789','2020-12-03 14:12:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15308,'1110','41606993789','2020-12-03 14:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15309,'1110','41606993789','2020-12-03 14:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15310,'1110','41606993789','2020-12-03 14:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15311,'1110','41606993789','2020-12-03 14:12:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15312,'1110','41606993789','2020-12-03 14:12:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15313,'5500','41606993789','2020-12-03 14:12:39',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15314,'1000','41606993789','2020-12-03 14:12:39',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15315,'4000','41606993789','2020-12-03 14:12:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15316,'4000','41606993789','2020-12-03 14:12:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15317,'4000','41606993789','2020-12-03 14:12:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15318,'4000','41606993789','2020-12-03 14:12:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15319,'4000','41606993789','2020-12-03 14:12:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15320,'4000','41606993789','2020-12-03 14:12:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15321,'1110','41606993984','2020-12-03 14:29:26',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15322,'1110','41606993984','2020-12-03 14:29:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15323,'1110','41606993984','2020-12-03 14:29:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15324,'1110','41606993984','2020-12-03 14:29:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15325,'1110','41606993984','2020-12-03 14:29:26',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15326,'1110','41606993984','2020-12-03 14:29:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15327,'5500','41606993984','2020-12-03 14:29:26',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15328,'1000','41606993984','2020-12-03 14:29:26',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15329,'4000','41606993984','2020-12-03 14:29:26',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15330,'4000','41606993984','2020-12-03 14:29:26',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15331,'4000','41606993984','2020-12-03 14:29:26',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15332,'4000','41606993984','2020-12-03 14:29:26',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15333,'4000','41606993984','2020-12-03 14:29:26',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15334,'4000','41606993984','2020-12-03 14:29:26',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15335,'1000','41606994980','2020-12-03 14:30:31',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15336,'4000','41606994980','2020-12-03 14:30:31',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15337,'4000','41606994980','2020-12-03 14:30:31',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15338,'4000','41606994980','2020-12-03 14:30:31',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15339,'1110','41606995972','2020-12-03 14:50:49',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15340,'1110','41606995972','2020-12-03 14:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15341,'1110','41606995972','2020-12-03 14:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15342,'1110','41606995972','2020-12-03 14:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15343,'5500','41606995972','2020-12-03 14:50:49',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15344,'1000','41606995972','2020-12-03 14:50:49',920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15345,'4000','41606995972','2020-12-03 14:50:49',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15346,'4000','41606995972','2020-12-03 14:50:49',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15347,'4000','41606995972','2020-12-03 14:50:49',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15348,'4000','41606995972','2020-12-03 14:50:49',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15349,'1110','41606996274','2020-12-03 15:16:10',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15350,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15351,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15352,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15353,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15354,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(15355,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15356,'1110','41606996274','2020-12-03 15:16:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(15357,'5500','41606996274','2020-12-03 15:16:10',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15358,'1000','41606996274','2020-12-03 15:16:10',2050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15359,'4000','41606996274','2020-12-03 15:16:10',NULL,900.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15360,'4000','41606996274','2020-12-03 15:16:10',NULL,450.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15361,'4000','41606996274','2020-12-03 15:16:10',NULL,300.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15362,'4000','41606996274','2020-12-03 15:16:10',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15363,'4000','41606996274','2020-12-03 15:16:10',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15364,'4000','41606996274','2020-12-03 15:16:10',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(15365,'4000','41606996274','2020-12-03 15:16:10',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15366,'4000','41606996274','2020-12-03 15:16:10',NULL,150.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15367,'1000','41606997777','2020-12-03 15:17:17',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15368,'4000','41606997777','2020-12-03 15:17:17',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(15369,'1110','41606997899','2020-12-03 15:21:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15370,'1110','41606997899','2020-12-03 15:21:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15371,'1110','41606997899','2020-12-03 15:21:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15372,'1110','41606997899','2020-12-03 15:21:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15373,'1110','41606997899','2020-12-03 15:21:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15374,'1110','41606997899','2020-12-03 15:21:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15375,'5500','41606997899','2020-12-03 15:21:10',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15376,'1000','41606997899','2020-12-03 15:21:10',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15377,'4000','41606997899','2020-12-03 15:21:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15378,'4000','41606997899','2020-12-03 15:21:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15379,'4000','41606997899','2020-12-03 15:21:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15380,'4000','41606997899','2020-12-03 15:21:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15381,'4000','41606997899','2020-12-03 15:21:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15382,'4000','41606997899','2020-12-03 15:21:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15383,'1000','41606998080','2020-12-03 15:49:30',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15384,'4000','41606998080','2020-12-03 15:49:30',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(15385,'1000','41606999778','2020-12-03 16:06:36',16400.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15386,'4000','41606999778','2020-12-03 16:06:36',NULL,2000.00,'','4','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(15387,'4000','41606999778','2020-12-03 16:06:36',NULL,14400.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(15388,'1110','41607000989','2020-12-03 16:11:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15389,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15390,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(15391,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15392,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15393,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(15394,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(15395,'1110','41607000989','2020-12-03 16:11:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15396,'1110','41607000989','2020-12-03 16:11:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15397,'5500','41607000989','2020-12-03 16:11:29',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15398,'1000','41607000989','2020-12-03 16:11:29',990.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15399,'4000','41607000989','2020-12-03 16:11:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15400,'4000','41607000989','2020-12-03 16:11:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15401,'4000','41607000989','2020-12-03 16:11:29',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15402,'4000','41607000989','2020-12-03 16:11:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15403,'4000','41607000989','2020-12-03 16:11:29',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15404,'4000','41607000989','2020-12-03 16:11:29',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15405,'4000','41607000989','2020-12-03 16:11:29',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15406,'4000','41607000989','2020-12-03 16:11:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15407,'4000','41607000989','2020-12-03 16:11:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15408,'1110','41607002471','2020-12-03 16:35:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15409,'1110','41607002471','2020-12-03 16:35:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15410,'1110','41607002471','2020-12-03 16:35:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15411,'5500','41607002471','2020-12-03 16:35:10',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15412,'1000','41607002471','2020-12-03 16:35:10',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15413,'4000','41607002471','2020-12-03 16:35:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15414,'4000','41607002471','2020-12-03 16:35:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15415,'4000','41607002471','2020-12-03 16:35:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15416,'1110','41607002515','2020-12-03 16:38:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15417,'1110','41607002515','2020-12-03 16:38:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15418,'1110','41607002515','2020-12-03 16:38:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15419,'1110','41607002515','2020-12-03 16:38:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15420,'1110','41607002515','2020-12-03 16:38:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15421,'1110','41607002515','2020-12-03 16:38:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15422,'5500','41607002515','2020-12-03 16:38:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15423,'1000','41607002515','2020-12-03 16:38:38',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15424,'4000','41607002515','2020-12-03 16:38:38',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15425,'4000','41607002515','2020-12-03 16:38:38',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15426,'4000','41607002515','2020-12-03 16:38:38',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15427,'4000','41607002515','2020-12-03 16:38:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15428,'4000','41607002515','2020-12-03 16:38:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15429,'4000','41607002515','2020-12-03 16:38:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15430,'1000','41607063669','2020-12-04 10:57:11',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15431,'4000','41607063669','2020-12-04 10:57:11',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(15432,'1000','41607071777','2020-12-04 11:51:08',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15433,'4000','41607071777','2020-12-04 11:51:08',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15434,'1110','41607072024','2020-12-04 12:18:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15435,'1110','41607072024','2020-12-04 12:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15436,'1110','41607072024','2020-12-04 12:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15437,'1110','41607072024','2020-12-04 12:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15438,'1110','41607072024','2020-12-04 12:18:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15439,'1110','41607072024','2020-12-04 12:18:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15440,'5500','41607072024','2020-12-04 12:18:10',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15441,'1000','41607072024','2020-12-04 12:18:10',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15442,'4000','41607072024','2020-12-04 12:18:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15443,'4000','41607072024','2020-12-04 12:18:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15444,'4000','41607072024','2020-12-04 12:18:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15445,'4000','41607072024','2020-12-04 12:18:10',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15446,'4000','41607072024','2020-12-04 12:18:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15447,'4000','41607072024','2020-12-04 12:18:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15448,'1110','41607073504','2020-12-04 12:22:32',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15449,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15450,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(15451,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15452,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15453,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(15454,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(15455,'1110','41607073504','2020-12-04 12:22:32',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15456,'1110','41607073504','2020-12-04 12:22:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15457,'5500','41607073504','2020-12-04 12:22:32',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15458,'1000','41607073504','2020-12-04 12:22:32',1980.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15459,'4000','41607073504','2020-12-04 12:22:32',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15460,'4000','41607073504','2020-12-04 12:22:32',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15461,'4000','41607073504','2020-12-04 12:22:32',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15462,'4000','41607073504','2020-12-04 12:22:32',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15463,'4000','41607073504','2020-12-04 12:22:32',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15464,'4000','41607073504','2020-12-04 12:22:32',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15465,'4000','41607073504','2020-12-04 12:22:32',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15466,'4000','41607073504','2020-12-04 12:22:32',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15467,'4000','41607073504','2020-12-04 12:22:32',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15468,'1000','41607073776','2020-12-04 12:23:53',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15469,'4000','41607073776','2020-12-04 12:23:53',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(15470,'1000','41607074373','2020-12-04 12:33:11',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15471,'4000','41607074373','2020-12-04 12:33:11',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(15472,'1110','41607074402','2020-12-04 12:45:17',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15473,'1110','41607074402','2020-12-04 12:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15474,'1110','41607074402','2020-12-04 12:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15475,'1110','41607074402','2020-12-04 12:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15476,'1110','41607074402','2020-12-04 12:45:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15477,'1110','41607074402','2020-12-04 12:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15478,'5500','41607074402','2020-12-04 12:45:17',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15479,'1000','41607074402','2020-12-04 12:45:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15480,'4000','41607074402','2020-12-04 12:45:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15481,'4000','41607074402','2020-12-04 12:45:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15482,'4000','41607074402','2020-12-04 12:45:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15483,'4000','41607074402','2020-12-04 12:45:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15484,'4000','41607074402','2020-12-04 12:45:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15485,'4000','41607074402','2020-12-04 12:45:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15486,'1110','41607075132','2020-12-04 12:48:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15487,'1110','41607075132','2020-12-04 12:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15488,'1110','41607075132','2020-12-04 12:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15489,'1110','41607075132','2020-12-04 12:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15490,'1110','41607075132','2020-12-04 12:48:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15491,'1110','41607075132','2020-12-04 12:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15492,'5500','41607075132','2020-12-04 12:48:35',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15493,'1000','41607075132','2020-12-04 12:48:35',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15494,'4000','41607075132','2020-12-04 12:48:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15495,'4000','41607075132','2020-12-04 12:48:35',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15496,'4000','41607075132','2020-12-04 12:48:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15497,'4000','41607075132','2020-12-04 12:48:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15498,'4000','41607075132','2020-12-04 12:48:35',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15499,'4000','41607075132','2020-12-04 12:48:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15500,'1110','41607075348','2020-12-04 12:56:18',NULL,1.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(15501,'5500','41607075348','2020-12-04 12:56:18',1.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15502,'1000','41607075348','2020-12-04 12:56:18',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15503,'4000','41607075348','2020-12-04 12:56:18',NULL,150.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(15504,'1000','41607076560','2020-12-04 13:12:42',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15505,'4000','41607076560','2020-12-04 13:12:42',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15506,'4000','41607076560','2020-12-04 13:12:42',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15507,'4000','41607076560','2020-12-04 13:12:42',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15508,'4000','41607076560','2020-12-04 13:12:42',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(15509,'4000','41607076560','2020-12-04 13:12:42',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(15510,'4000','41607076560','2020-12-04 13:12:42',NULL,200.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(15511,'1110','41607076777','2020-12-04 13:17:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15512,'1110','41607076777','2020-12-04 13:17:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15513,'1110','41607076777','2020-12-04 13:17:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15514,'1110','41607076777','2020-12-04 13:17:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15515,'1110','41607076777','2020-12-04 13:17:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(15516,'1110','41607076777','2020-12-04 13:17:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15517,'1110','41607076777','2020-12-04 13:17:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(15518,'5500','41607076777','2020-12-04 13:17:09',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15519,'1000','41607076777','2020-12-04 13:17:09',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15520,'4000','41607076777','2020-12-04 13:17:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15521,'4000','41607076777','2020-12-04 13:17:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15522,'4000','41607076777','2020-12-04 13:17:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15523,'4000','41607076777','2020-12-04 13:17:09',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15524,'4000','41607076777','2020-12-04 13:17:09',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(15525,'4000','41607076777','2020-12-04 13:17:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15526,'4000','41607076777','2020-12-04 13:17:09',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15527,'1110','41607077042','2020-12-04 13:32:02',NULL,10.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(15528,'5500','41607077042','2020-12-04 13:32:02',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15529,'1000','41607077042','2020-12-04 13:32:02',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15530,'4000','41607077042','2020-12-04 13:32:02',NULL,1400.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(15531,'1110','41607077932','2020-12-04 13:35:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15532,'1110','41607077932','2020-12-04 13:35:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15533,'1110','41607077932','2020-12-04 13:35:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15534,'1110','41607077932','2020-12-04 13:35:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15535,'1110','41607077932','2020-12-04 13:35:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15536,'1110','41607077932','2020-12-04 13:35:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15537,'5500','41607077932','2020-12-04 13:35:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15538,'1000','41607077932','2020-12-04 13:35:52',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15539,'4000','41607077932','2020-12-04 13:35:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15540,'4000','41607077932','2020-12-04 13:35:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15541,'4000','41607077932','2020-12-04 13:35:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15542,'4000','41607077932','2020-12-04 13:35:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15543,'4000','41607077932','2020-12-04 13:35:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15544,'4000','41607077932','2020-12-04 13:35:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15545,'1110','41607078250','2020-12-04 13:42:53',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15546,'1110','41607078250','2020-12-04 13:42:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15547,'1110','41607078250','2020-12-04 13:42:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15548,'1110','41607078250','2020-12-04 13:42:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15549,'1110','41607078250','2020-12-04 13:42:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15550,'1110','41607078250','2020-12-04 13:42:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15551,'5500','41607078250','2020-12-04 13:42:53',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15552,'1000','41607078250','2020-12-04 13:42:53',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15553,'4000','41607078250','2020-12-04 13:42:53',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15554,'4000','41607078250','2020-12-04 13:42:53',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15555,'4000','41607078250','2020-12-04 13:42:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15556,'4000','41607078250','2020-12-04 13:42:53',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15557,'4000','41607078250','2020-12-04 13:42:53',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15558,'4000','41607078250','2020-12-04 13:42:53',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15559,'1110','41607084883','2020-12-04 15:29:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15560,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15561,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(15562,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15563,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15564,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(15565,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(15566,'1110','41607084883','2020-12-04 15:29:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15567,'1110','41607084883','2020-12-04 15:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15568,'5500','41607084883','2020-12-04 15:29:31',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15569,'1000','41607084883','2020-12-04 15:29:31',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15570,'4000','41607084883','2020-12-04 15:29:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15571,'4000','41607084883','2020-12-04 15:29:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15572,'4000','41607084883','2020-12-04 15:29:31',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15573,'4000','41607084883','2020-12-04 15:29:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15574,'4000','41607084883','2020-12-04 15:29:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15575,'4000','41607084883','2020-12-04 15:29:31',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15576,'4000','41607084883','2020-12-04 15:29:31',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15577,'4000','41607084883','2020-12-04 15:29:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15578,'4000','41607084883','2020-12-04 15:29:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15579,'1110','41607084976','2020-12-04 15:41:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15580,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15581,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(15582,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(15583,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15584,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15585,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(15586,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(15587,'1110','41607084976','2020-12-04 15:41:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15588,'1110','41607084976','2020-12-04 15:41:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15589,'5500','41607084976','2020-12-04 15:41:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15590,'1000','41607084976','2020-12-04 15:41:21',1440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15591,'4000','41607084976','2020-12-04 15:41:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15592,'4000','41607084976','2020-12-04 15:41:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15593,'4000','41607084976','2020-12-04 15:41:21',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15594,'4000','41607084976','2020-12-04 15:41:21',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15595,'4000','41607084976','2020-12-04 15:41:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15596,'4000','41607084976','2020-12-04 15:41:21',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15597,'4000','41607084976','2020-12-04 15:41:21',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15598,'4000','41607084976','2020-12-04 15:41:21',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15599,'4000','41607084976','2020-12-04 15:41:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15600,'4000','41607084976','2020-12-04 15:41:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15603,'1110','81607086874','2020-12-01 16:04:14',12768.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(15604,'1110','81607086874','2020-12-01 16:04:14',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(15605,'2130','81607086874','2020-12-01 16:04:14',NULL,12768.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(15606,'1110','41607151715','2020-12-05 10:04:13',NULL,1436.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15607,'1110','41607151715','2020-12-05 10:04:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15608,'1110','41607151715','2020-12-05 10:04:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15609,'1110','41607151715','2020-12-05 10:04:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15610,'1110','41607151715','2020-12-05 10:04:13',NULL,18.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15611,'1110','41607151715','2020-12-05 10:04:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15612,'5500','41607151715','2020-12-05 10:04:13',1454.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15613,'1000','41607151715','2020-12-05 10:04:13',4860.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15614,'4000','41607151715','2020-12-05 10:04:13',NULL,2880.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15615,'4000','41607151715','2020-12-05 10:04:13',NULL,990.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15616,'4000','41607151715','2020-12-05 10:04:13',NULL,180.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15617,'4000','41607151715','2020-12-05 10:04:13',NULL,270.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15618,'4000','41607151715','2020-12-05 10:04:13',NULL,450.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15619,'4000','41607151715','2020-12-05 10:04:13',NULL,90.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15620,'1000','41607151860','2020-12-05 10:11:05',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15621,'4000','41607151860','2020-12-05 10:11:05',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(15622,'1110','41607159603','2020-12-05 13:48:01',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15623,'1110','41607159603','2020-12-05 13:48:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15624,'1110','41607159603','2020-12-05 13:48:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15625,'1110','41607159603','2020-12-05 13:48:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15626,'1110','41607159603','2020-12-05 13:48:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15627,'1110','41607159603','2020-12-05 13:48:01',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15628,'1110','41607159603','2020-12-05 13:48:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15629,'5500','41607159603','2020-12-05 13:48:01',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15630,'1000','41607159603','2020-12-05 13:48:01',570.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15631,'4000','41607159603','2020-12-05 13:48:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15632,'4000','41607159603','2020-12-05 13:48:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15633,'4000','41607159603','2020-12-05 13:48:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15634,'4000','41607159603','2020-12-05 13:48:01',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15635,'4000','41607159603','2020-12-05 13:48:01',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15636,'4000','41607159603','2020-12-05 13:48:01',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15637,'4000','41607159603','2020-12-05 13:48:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15638,'1110','41607165327','2020-12-05 14:13:26',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15639,'1110','41607165327','2020-12-05 14:13:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15640,'1110','41607165327','2020-12-05 14:13:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15641,'1110','41607165327','2020-12-05 14:13:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15642,'1110','41607165327','2020-12-05 14:13:26',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15643,'1110','41607165327','2020-12-05 14:13:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15644,'5500','41607165327','2020-12-05 14:13:26',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15645,'1000','41607165327','2020-12-05 14:13:26',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15646,'4000','41607165327','2020-12-05 14:13:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15647,'4000','41607165327','2020-12-05 14:13:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15648,'4000','41607165327','2020-12-05 14:13:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15649,'4000','41607165327','2020-12-05 14:13:26',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15650,'4000','41607165327','2020-12-05 14:13:26',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15651,'4000','41607165327','2020-12-05 14:13:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15652,'1110','41607167372','2020-12-05 14:23:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(15653,'1110','41607167372','2020-12-05 14:23:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','64','','No',NULL,NULL,''),(15654,'1110','41607167372','2020-12-05 14:23:23',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15655,'5500','41607167372','2020-12-05 14:23:23',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15656,'1000','41607167372','2020-12-05 14:23:23',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15657,'4000','41607167372','2020-12-05 14:23:23',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(15658,'4000','41607167372','2020-12-05 14:23:23',NULL,1000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(15659,'4000','41607167372','2020-12-05 14:23:23',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15660,'1100','41607321027','2020-12-07 09:04:38',39250.00,NULL,'','4','1','Good sold','1','21','sales','','','No',NULL,NULL,''),(15661,'4000','41607321027','2020-12-07 09:04:38',NULL,6000.00,'','4','1','Good sold','1','21','sales','85','','No',NULL,NULL,''),(15662,'4000','41607321027','2020-12-07 09:04:38',NULL,33250.00,'','4','1','Good sold','1','21','sales','161','','No',NULL,NULL,''),(15663,'1000','41607323341','2020-12-07 09:55:01',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15664,'4000','41607323341','2020-12-07 09:55:01',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(15665,'1100','41607324890','2020-12-07 10:08:21',1200.00,NULL,'','4','1','Good sold','1','21','sales','','','No',NULL,NULL,''),(15666,'4000','41607324890','2020-12-07 10:08:21',NULL,1200.00,'','4','1','Good sold','1','21','sales','85','','No',NULL,NULL,''),(15667,'1000','41607324934','2020-12-07 11:06:17',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15668,'4000','41607324934','2020-12-07 11:06:17',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15669,'4000','41607324934','2020-12-07 11:06:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15670,'4000','41607324934','2020-12-07 11:06:17',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15671,'4000','41607324934','2020-12-07 11:06:17',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15672,'4000','41607324934','2020-12-07 11:06:17',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(15673,'4000','41607324934','2020-12-07 11:06:17',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(15674,'1110','41607328389','2020-12-07 11:27:54',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15675,'1110','41607328389','2020-12-07 11:27:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(15676,'1110','41607328389','2020-12-07 11:27:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15677,'1110','41607328389','2020-12-07 11:27:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15678,'1110','41607328389','2020-12-07 11:27:54',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15679,'1110','41607328389','2020-12-07 11:27:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15680,'5500','41607328389','2020-12-07 11:27:54',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15681,'1000','41607328389','2020-12-07 11:27:54',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15682,'4000','41607328389','2020-12-07 11:27:54',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15683,'4000','41607328389','2020-12-07 11:27:54',NULL,400.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(15684,'4000','41607328389','2020-12-07 11:27:54',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15685,'4000','41607328389','2020-12-07 11:27:54',NULL,40.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15686,'4000','41607328389','2020-12-07 11:27:54',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15687,'4000','41607328389','2020-12-07 11:27:54',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15688,'1110','41607329692','2020-12-07 11:48:55',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15689,'1110','41607329692','2020-12-07 11:48:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15690,'1110','41607329692','2020-12-07 11:48:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15691,'1110','41607329692','2020-12-07 11:48:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15692,'1110','41607329692','2020-12-07 11:48:55',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15693,'1110','41607329692','2020-12-07 11:48:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15694,'5500','41607329692','2020-12-07 11:48:55',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15695,'1000','41607329692','2020-12-07 11:48:55',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15696,'4000','41607329692','2020-12-07 11:48:55',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15697,'4000','41607329692','2020-12-07 11:48:55',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15698,'4000','41607329692','2020-12-07 11:48:55',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15699,'4000','41607329692','2020-12-07 11:48:55',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15700,'4000','41607329692','2020-12-07 11:48:55',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15701,'4000','41607329692','2020-12-07 11:48:55',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15702,'1000','41607330978','2020-12-07 11:58:17',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15703,'4000','41607330978','2020-12-07 11:58:17',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15704,'4000','41607330978','2020-12-07 11:58:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15705,'4000','41607330978','2020-12-07 11:58:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15706,'4000','41607330978','2020-12-07 11:58:17',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15707,'4000','41607330978','2020-12-07 11:58:17',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(15708,'4000','41607330978','2020-12-07 11:58:17',NULL,100.00,'','4','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(15709,'1000','41607331502','2020-12-07 11:58:49',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15710,'4000','41607331502','2020-12-07 11:58:49',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15711,'4000','41607331502','2020-12-07 11:58:49',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15712,'4000','41607331502','2020-12-07 11:58:49',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15713,'1110','41607331534','2020-12-07 12:00:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15714,'1110','41607331534','2020-12-07 12:00:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15715,'1110','41607331534','2020-12-07 12:00:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15716,'1110','41607331534','2020-12-07 12:00:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15717,'1110','41607331534','2020-12-07 12:00:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15718,'1110','41607331534','2020-12-07 12:00:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15719,'1110','41607331534','2020-12-07 12:00:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15720,'5500','41607331534','2020-12-07 12:00:52',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15721,'1000','41607331534','2020-12-07 12:00:52',630.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15722,'4000','41607331534','2020-12-07 12:00:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15723,'4000','41607331534','2020-12-07 12:00:52',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15724,'4000','41607331534','2020-12-07 12:00:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15725,'4000','41607331534','2020-12-07 12:00:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15726,'4000','41607331534','2020-12-07 12:00:52',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15727,'4000','41607331534','2020-12-07 12:00:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15728,'4000','41607331534','2020-12-07 12:00:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15729,'1110','41607331691','2020-12-07 13:13:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15730,'1110','41607331691','2020-12-07 13:13:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15731,'1110','41607331691','2020-12-07 13:13:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15732,'1110','41607331691','2020-12-07 13:13:39',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15733,'1110','41607331691','2020-12-07 13:13:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15734,'5500','41607331691','2020-12-07 13:13:39',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15735,'1000','41607331691','2020-12-07 13:13:39',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15736,'4000','41607331691','2020-12-07 13:13:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15737,'4000','41607331691','2020-12-07 13:13:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15738,'4000','41607331691','2020-12-07 13:13:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15739,'4000','41607331691','2020-12-07 13:13:39',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15740,'4000','41607331691','2020-12-07 13:13:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15741,'1110','41607339498','2020-12-07 14:12:27',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15742,'1110','41607339498','2020-12-07 14:12:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15743,'1110','41607339498','2020-12-07 14:12:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15744,'1110','41607339498','2020-12-07 14:12:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15745,'1110','41607339498','2020-12-07 14:12:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15746,'1110','41607339498','2020-12-07 14:12:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15747,'5500','41607339498','2020-12-07 14:12:27',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15748,'1000','41607339498','2020-12-07 14:12:27',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15749,'4000','41607339498','2020-12-07 14:12:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15750,'4000','41607339498','2020-12-07 14:12:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15751,'4000','41607339498','2020-12-07 14:12:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15752,'4000','41607339498','2020-12-07 14:12:27',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15753,'4000','41607339498','2020-12-07 14:12:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15754,'4000','41607339498','2020-12-07 14:12:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15755,'1110','41607339555','2020-12-07 14:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15756,'1110','41607339555','2020-12-07 14:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15757,'1110','41607339555','2020-12-07 14:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15758,'1110','41607339555','2020-12-07 14:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15759,'1110','41607339555','2020-12-07 14:21:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15760,'1110','41607339555','2020-12-07 14:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15761,'1110','41607339555','2020-12-07 14:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(15762,'5500','41607339555','2020-12-07 14:21:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15763,'1000','41607339555','2020-12-07 14:21:38',400.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15764,'4000','41607339555','2020-12-07 14:21:38',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15765,'4000','41607339555','2020-12-07 14:21:38',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15766,'4000','41607339555','2020-12-07 14:21:38',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15767,'4000','41607339555','2020-12-07 14:21:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15768,'4000','41607339555','2020-12-07 14:21:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15769,'4000','41607339555','2020-12-07 14:21:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15770,'4000','41607339555','2020-12-07 14:21:38',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15771,'1110','41607340441','2020-12-07 14:46:58',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15772,'1110','41607340441','2020-12-07 14:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15773,'1110','41607340441','2020-12-07 14:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15774,'1110','41607340441','2020-12-07 14:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15775,'1110','41607340441','2020-12-07 14:46:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15776,'1110','41607340441','2020-12-07 14:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15777,'5500','41607340441','2020-12-07 14:46:58',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15778,'1000','41607340441','2020-12-07 14:46:58',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15779,'4000','41607340441','2020-12-07 14:46:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15780,'4000','41607340441','2020-12-07 14:46:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15781,'4000','41607340441','2020-12-07 14:46:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15782,'4000','41607340441','2020-12-07 14:46:58',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15783,'4000','41607340441','2020-12-07 14:46:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15784,'4000','41607340441','2020-12-07 14:46:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15785,'1110','41607342004','2020-12-07 15:11:47',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15786,'1110','41607342004','2020-12-07 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(15787,'1110','41607342004','2020-12-07 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15788,'1110','41607342004','2020-12-07 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15789,'1110','41607342004','2020-12-07 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15790,'5500','41607342004','2020-12-07 15:11:47',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15791,'1000','41607342004','2020-12-07 15:11:47',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15792,'4000','41607342004','2020-12-07 15:11:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15793,'4000','41607342004','2020-12-07 15:11:47',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(15794,'4000','41607342004','2020-12-07 15:11:47',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15795,'4000','41607342004','2020-12-07 15:11:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15796,'4000','41607342004','2020-12-07 15:11:47',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15797,'1000','41607343114','2020-12-07 15:27:18',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15798,'4000','41607343114','2020-12-07 15:27:18',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15799,'1110','41607346531','2020-12-07 16:10:04',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15800,'1110','41607346531','2020-12-07 16:10:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15801,'1110','41607346531','2020-12-07 16:10:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15802,'1110','41607346531','2020-12-07 16:10:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15803,'1110','41607346531','2020-12-07 16:10:04',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15804,'1110','41607346531','2020-12-07 16:10:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15805,'5500','41607346531','2020-12-07 16:10:04',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15806,'1000','41607346531','2020-12-07 16:10:04',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15807,'4000','41607346531','2020-12-07 16:10:04',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15808,'4000','41607346531','2020-12-07 16:10:04',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15809,'4000','41607346531','2020-12-07 16:10:04',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15810,'4000','41607346531','2020-12-07 16:10:04',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15811,'4000','41607346531','2020-12-07 16:10:04',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15812,'4000','41607346531','2020-12-07 16:10:04',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15813,'1110','41607346610','2020-12-07 16:28:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15814,'5500','41607346610','2020-12-07 16:28:27',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15815,'1000','41607346610','2020-12-07 16:28:27',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15816,'4000','41607346610','2020-12-07 16:28:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15817,'1110','41607407745','2020-12-08 10:12:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15818,'1110','41607407745','2020-12-08 10:12:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15819,'1110','41607407745','2020-12-08 10:12:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15820,'1110','41607407745','2020-12-08 10:12:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15821,'1110','41607407745','2020-12-08 10:12:52',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15822,'1110','41607407745','2020-12-08 10:12:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15823,'5500','41607407745','2020-12-08 10:12:52',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15824,'1000','41607407745','2020-12-08 10:12:52',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15825,'4000','41607407745','2020-12-08 10:12:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15826,'4000','41607407745','2020-12-08 10:12:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15827,'4000','41607407745','2020-12-08 10:12:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15828,'4000','41607407745','2020-12-08 10:12:52',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15829,'4000','41607407745','2020-12-08 10:12:52',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15830,'4000','41607407745','2020-12-08 10:12:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15831,'1110','41607423294','2020-12-08 13:29:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15832,'1110','41607423294','2020-12-08 13:29:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15833,'1110','41607423294','2020-12-08 13:29:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15834,'1110','41607423294','2020-12-08 13:29:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15835,'1110','41607423294','2020-12-08 13:29:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15836,'1110','41607423294','2020-12-08 13:29:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15837,'5500','41607423294','2020-12-08 13:29:28',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15838,'1000','41607423294','2020-12-08 13:29:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15839,'4000','41607423294','2020-12-08 13:29:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15840,'4000','41607423294','2020-12-08 13:29:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15841,'4000','41607423294','2020-12-08 13:29:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15842,'4000','41607423294','2020-12-08 13:29:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15843,'4000','41607423294','2020-12-08 13:29:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15844,'4000','41607423294','2020-12-08 13:29:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15845,'1110','41607423375','2020-12-08 13:30:40',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15846,'1110','41607423375','2020-12-08 13:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15847,'1110','41607423375','2020-12-08 13:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15848,'1110','41607423375','2020-12-08 13:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15849,'1110','41607423375','2020-12-08 13:30:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15850,'1110','41607423375','2020-12-08 13:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15851,'5500','41607423375','2020-12-08 13:30:40',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15852,'1000','41607423375','2020-12-08 13:30:40',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(15853,'4000','41607423375','2020-12-08 13:30:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15854,'4000','41607423375','2020-12-08 13:30:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15855,'4000','41607423375','2020-12-08 13:30:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15856,'4000','41607423375','2020-12-08 13:30:40',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15857,'4000','41607423375','2020-12-08 13:30:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15858,'4000','41607423375','2020-12-08 13:30:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15859,'1110','41607423446','2020-12-08 13:31:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15860,'1110','41607423446','2020-12-08 13:31:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15861,'1110','41607423446','2020-12-08 13:31:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15862,'1110','41607423446','2020-12-08 13:31:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(15863,'1110','41607423446','2020-12-08 13:31:51',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15864,'1110','41607423446','2020-12-08 13:31:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15865,'5500','41607423446','2020-12-08 13:31:51',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15866,'1000','41607423446','2020-12-08 13:31:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15867,'4000','41607423446','2020-12-08 13:31:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15868,'4000','41607423446','2020-12-08 13:31:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15869,'4000','41607423446','2020-12-08 13:31:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15870,'4000','41607423446','2020-12-08 13:31:51',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15871,'4000','41607423446','2020-12-08 13:31:51',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15872,'4000','41607423446','2020-12-08 13:31:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15873,'1000','41607423519','2020-12-08 13:36:07',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15874,'4000','41607423519','2020-12-08 13:36:07',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15875,'4000','41607423519','2020-12-08 13:36:07',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15876,'4000','41607423519','2020-12-08 13:36:07',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15877,'1110','41607423795','2020-12-08 13:38:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15878,'1110','41607423795','2020-12-08 13:38:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15879,'1110','41607423795','2020-12-08 13:38:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15880,'1110','41607423795','2020-12-08 13:38:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15881,'1110','41607423795','2020-12-08 13:38:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15882,'5500','41607423795','2020-12-08 13:38:17',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15883,'1000','41607423795','2020-12-08 13:38:17',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15884,'4000','41607423795','2020-12-08 13:38:17',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15885,'4000','41607423795','2020-12-08 13:38:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15886,'4000','41607423795','2020-12-08 13:38:17',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15887,'4000','41607423795','2020-12-08 13:38:17',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15888,'4000','41607423795','2020-12-08 13:38:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15889,'1110','41607423904','2020-12-08 13:41:38',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15890,'1110','41607423904','2020-12-08 13:41:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15891,'1110','41607423904','2020-12-08 13:41:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15892,'1110','41607423904','2020-12-08 13:41:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15893,'5500','41607423904','2020-12-08 13:41:38',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15894,'1000','41607423904','2020-12-08 13:41:38',920.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15895,'4000','41607423904','2020-12-08 13:41:38',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15896,'4000','41607423904','2020-12-08 13:41:38',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15897,'4000','41607423904','2020-12-08 13:41:38',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15898,'4000','41607423904','2020-12-08 13:41:38',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15899,'1110','41607424123','2020-12-08 13:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15900,'1110','41607424123','2020-12-08 13:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15901,'1110','41607424123','2020-12-08 13:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15902,'1110','41607424123','2020-12-08 13:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15903,'1110','41607424123','2020-12-08 13:45:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15904,'1110','41607424123','2020-12-08 13:45:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15905,'5500','41607424123','2020-12-08 13:45:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15906,'1000','41607424123','2020-12-08 13:45:33',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15907,'4000','41607424123','2020-12-08 13:45:33',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15908,'4000','41607424123','2020-12-08 13:45:33',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15909,'4000','41607424123','2020-12-08 13:45:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15910,'4000','41607424123','2020-12-08 13:45:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15911,'4000','41607424123','2020-12-08 13:45:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15912,'4000','41607424123','2020-12-08 13:45:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15913,'1110','41607424341','2020-12-08 13:46:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15914,'1110','41607424341','2020-12-08 13:46:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15915,'1110','41607424341','2020-12-08 13:46:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15916,'1110','41607424341','2020-12-08 13:46:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15917,'1110','41607424341','2020-12-08 13:46:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15918,'1110','41607424341','2020-12-08 13:46:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15919,'5500','41607424341','2020-12-08 13:46:32',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15920,'1000','41607424341','2020-12-08 13:46:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15921,'4000','41607424341','2020-12-08 13:46:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15922,'4000','41607424341','2020-12-08 13:46:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15923,'4000','41607424341','2020-12-08 13:46:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15924,'4000','41607424341','2020-12-08 13:46:32',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15925,'4000','41607424341','2020-12-08 13:46:32',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15926,'4000','41607424341','2020-12-08 13:46:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15927,'1000','41607424498','2020-12-08 13:49:32',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15928,'4000','41607424498','2020-12-08 13:49:32',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15929,'4000','41607424498','2020-12-08 13:49:32',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15930,'4000','41607424498','2020-12-08 13:49:32',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15931,'1000','41607424581','2020-12-08 13:50:40',360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15932,'4000','41607424581','2020-12-08 13:50:40',NULL,360.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(15933,'1110','41607424954','2020-12-08 13:57:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(15934,'1110','41607424954','2020-12-08 13:57:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(15935,'1110','41607424954','2020-12-08 13:57:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(15936,'1110','41607424954','2020-12-08 13:57:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(15937,'1110','41607424954','2020-12-08 13:57:36',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15938,'1110','41607424954','2020-12-08 13:57:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(15939,'1110','41607424954','2020-12-08 13:57:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(15940,'5500','41607424954','2020-12-08 13:57:36',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15941,'1000','41607424954','2020-12-08 13:57:36',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15942,'4000','41607424954','2020-12-08 13:57:36',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15943,'4000','41607424954','2020-12-08 13:57:36',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15944,'4000','41607424954','2020-12-08 13:57:36',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15945,'4000','41607424954','2020-12-08 13:57:36',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15946,'4000','41607424954','2020-12-08 13:57:36',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15947,'4000','41607424954','2020-12-08 13:57:36',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15948,'4000','41607424954','2020-12-08 13:57:36',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(15949,'1110','41607425063','2020-12-08 13:58:57',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15950,'1110','41607425063','2020-12-08 13:58:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15951,'1110','41607425063','2020-12-08 13:58:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15952,'1110','41607425063','2020-12-08 13:58:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15953,'1110','41607425063','2020-12-08 13:58:57',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(15954,'1110','41607425063','2020-12-08 13:58:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15955,'5500','41607425063','2020-12-08 13:58:57',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15956,'1000','41607425063','2020-12-08 13:58:57',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15957,'4000','41607425063','2020-12-08 13:58:57',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15958,'4000','41607425063','2020-12-08 13:58:57',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15959,'4000','41607425063','2020-12-08 13:58:57',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15960,'4000','41607425063','2020-12-08 13:58:57',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15961,'4000','41607425063','2020-12-08 13:58:57',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(15962,'4000','41607425063','2020-12-08 13:58:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15963,'1000','41607425147','2020-12-08 14:51:11',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15964,'4000','41607425147','2020-12-08 14:51:11',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(15965,'4000','41607425147','2020-12-08 14:51:11',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15966,'4000','41607425147','2020-12-08 14:51:11',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15967,'4000','41607425147','2020-12-08 14:51:11',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(15968,'4000','41607425147','2020-12-08 14:51:11',NULL,50.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15969,'4000','41607425147','2020-12-08 14:51:11',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(15970,'4000','41607425147','2020-12-08 14:51:11',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(15971,'4000','41607425147','2020-12-08 14:51:11',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(15972,'1000','41607428320','2020-12-08 14:54:34',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15973,'4000','41607428320','2020-12-08 14:54:34',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(15974,'4000','41607428320','2020-12-08 14:54:34',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15975,'4000','41607428320','2020-12-08 14:54:34',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15976,'1110','41607428483','2020-12-08 14:56:08',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15977,'1110','41607428483','2020-12-08 14:56:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(15978,'1110','41607428483','2020-12-08 14:56:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(15979,'1110','41607428483','2020-12-08 14:56:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15980,'1110','41607428483','2020-12-08 14:56:08',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(15981,'1110','41607428483','2020-12-08 14:56:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(15982,'5500','41607428483','2020-12-08 14:56:08',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15983,'1000','41607428483','2020-12-08 14:56:08',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15984,'4000','41607428483','2020-12-08 14:56:08',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15985,'4000','41607428483','2020-12-08 14:56:08',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(15986,'4000','41607428483','2020-12-08 14:56:08',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15987,'4000','41607428483','2020-12-08 14:56:08',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15988,'4000','41607428483','2020-12-08 14:56:08',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(15989,'4000','41607428483','2020-12-08 14:56:08',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(15990,'1000','41607428599','2020-12-08 14:57:13',190.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15991,'4000','41607428599','2020-12-08 14:57:13',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(15992,'4000','41607428599','2020-12-08 14:57:13',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(15995,'5563','81607428627','2020-11-30 14:58:09',200.00,NULL,'0','8','1','Airtime for modesta','1','','','535','','No',NULL,NULL,''),(15996,'1000','81607428627','2020-11-30 14:58:09',NULL,200.00,'0','8','1','Airtime for modesta ','1','','','535','','No',NULL,NULL,''),(15999,'5900','81607428712','2020-11-30 15:00:05',560.00,NULL,'0','8','1','CDE','1','','','536','','No',NULL,NULL,''),(16000,'1000','81607428712','2020-11-30 15:00:05',NULL,560.00,'0','8','1','CDE','1','','','536','','No',NULL,NULL,''),(16001,'1000','41607428638','2020-12-08 15:03:44',12500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16002,'4000','41607428638','2020-12-08 15:03:44',NULL,3000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(16003,'4000','41607428638','2020-12-08 15:03:44',NULL,4500.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(16004,'4000','41607428638','2020-12-08 15:03:44',NULL,5000.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(16007,'5900','81607493679','2020-11-30 09:04:11',900.00,NULL,'0','8','1','pearlizer agent 2lt','1','','','537','','No',NULL,NULL,''),(16008,'1000','81607493679','2020-11-30 09:04:11',NULL,900.00,'0','8','1','pearlizer agent 2lt','1','','','537','','No',NULL,NULL,''),(16011,'5510','81607494386','2020-11-30 09:14:26',100.00,NULL,'0','8','1','Transport of material from promax','1','','','538','','No',NULL,NULL,''),(16012,'1000','81607494386','2020-11-30 09:14:26',NULL,100.00,'0','8','1','Transport of Materials','1','','','538','','No',NULL,NULL,''),(16015,'5920','81607494618','2020-11-30 09:30:03',200.00,NULL,'0','8','1','Milk & Bread','1','','','539','','No',NULL,NULL,''),(16016,'1010','81607494618','2020-11-30 09:30:03',NULL,200.00,'0','8','1','Milk & Bread','1','','','539','','No',NULL,NULL,''),(16019,'5510','81607495569','2020-11-30 09:36:22',500.00,NULL,'0','8','1','Peter karanja running petty erands','1','','','540','','No',NULL,NULL,''),(16020,'1000','81607495569','2020-11-30 09:36:22',NULL,500.00,'0','8','1','Peter karanja running petty erands ','1','','','540','','No',NULL,NULL,''),(16023,'5563','81607495803','2020-11-30 09:37:29',500.00,NULL,'0','8','1','airtime for office phone','1','','','541','','No',NULL,NULL,''),(16024,'1010','81607495803','2020-11-30 09:37:29',NULL,500.00,'0','8','1','airtime for office phone','1','','','541','','No',NULL,NULL,''),(16027,'5920','81607495876','2020-12-01 10:16:41',1300.00,NULL,'0','8','1','overall for mutua & calculator','1','','','542','','No',NULL,NULL,''),(16028,'1010','81607495876','2020-12-01 10:16:41',NULL,1300.00,'0','8','1','overall for mutua & calculator','1','','','542','','No',NULL,NULL,''),(16031,'5510','81607498269','2020-12-01 10:18:47',100.00,NULL,'0','8','1','phedis fare to kariobangi','1','','','543','','No',NULL,NULL,''),(16032,'1000','81607498269','2020-12-01 10:18:47',NULL,100.00,'0','8','1','phedis fare to kariobangi','1','','','543','','No',NULL,NULL,''),(16033,'1110','41607501413','2020-12-08 11:12:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16034,'1110','41607501413','2020-12-08 11:12:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16035,'1110','41607501413','2020-12-08 11:12:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16036,'1110','41607501413','2020-12-08 11:12:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16037,'1110','41607501413','2020-12-08 11:12:37',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16038,'1110','41607501413','2020-12-08 11:12:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16039,'5500','41607501413','2020-12-08 11:12:37',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16040,'1000','41607501413','2020-12-08 11:12:37',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16041,'4000','41607501413','2020-12-08 11:12:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16042,'4000','41607501413','2020-12-08 11:12:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16043,'4000','41607501413','2020-12-08 11:12:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16044,'4000','41607501413','2020-12-08 11:12:37',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16045,'4000','41607501413','2020-12-08 11:12:37',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16046,'4000','41607501413','2020-12-08 11:12:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16047,'1000','41607501581','2020-12-08 11:14:43',5500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16048,'4000','41607501581','2020-12-08 11:14:43',NULL,2800.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(16049,'4000','41607501581','2020-12-08 11:14:43',NULL,2700.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(16050,'1110','41607501700','2020-12-09 12:57:43',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16051,'1110','41607501700','2020-12-09 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16052,'1110','41607501700','2020-12-09 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16053,'1110','41607501700','2020-12-09 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(16054,'1110','41607501700','2020-12-09 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(16055,'1110','41607501700','2020-12-09 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(16056,'1110','41607501700','2020-12-09 12:57:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(16057,'1110','41607501700','2020-12-09 12:57:43',NULL,20.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16058,'5500','41607501700','2020-12-09 12:57:43',1616.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16059,'1000','41607501700','2020-12-09 12:57:43',9000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16060,'4000','41607501700','2020-12-09 12:57:43',NULL,3200.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16061,'4000','41607501700','2020-12-09 12:57:43',NULL,1600.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16062,'4000','41607501700','2020-12-09 12:57:43',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16063,'4000','41607501700','2020-12-09 12:57:43',NULL,300.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(16064,'4000','41607501700','2020-12-09 12:57:43',NULL,1300.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(16065,'4000','41607501700','2020-12-09 12:57:43',NULL,1300.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(16066,'4000','41607501700','2020-12-09 12:57:43',NULL,600.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(16067,'4000','41607501700','2020-12-09 12:57:43',NULL,500.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16068,'1110','41607507870','2020-12-09 12:58:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16069,'1110','41607507870','2020-12-09 12:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16070,'1110','41607507870','2020-12-09 12:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16071,'1110','41607507870','2020-12-09 12:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16072,'1110','41607507870','2020-12-09 12:58:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16073,'1110','41607507870','2020-12-09 12:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16074,'5500','41607507870','2020-12-09 12:58:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16075,'1000','41607507870','2020-12-09 12:58:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16076,'4000','41607507870','2020-12-09 12:58:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16077,'4000','41607507870','2020-12-09 12:58:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16078,'4000','41607507870','2020-12-09 12:58:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16079,'4000','41607507870','2020-12-09 12:58:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16080,'4000','41607507870','2020-12-09 12:58:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16081,'4000','41607507870','2020-12-09 12:58:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16082,'1110','41607507966','2020-12-09 13:00:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16083,'1110','41607507966','2020-12-09 13:00:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16084,'1110','41607507966','2020-12-09 13:00:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16085,'1110','41607507966','2020-12-09 13:00:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16086,'1110','41607507966','2020-12-09 13:00:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16087,'1110','41607507966','2020-12-09 13:00:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16088,'5500','41607507966','2020-12-09 13:00:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16089,'1000','41607507966','2020-12-09 13:00:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16090,'4000','41607507966','2020-12-09 13:00:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16091,'4000','41607507966','2020-12-09 13:00:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16092,'4000','41607507966','2020-12-09 13:00:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16093,'4000','41607507966','2020-12-09 13:00:18',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16094,'4000','41607507966','2020-12-09 13:00:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16095,'4000','41607507966','2020-12-09 13:00:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16096,'1000','41607508023','2020-12-09 13:03:04',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16097,'4000','41607508023','2020-12-09 13:03:04',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(16098,'4000','41607508023','2020-12-09 13:03:04',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16099,'4000','41607508023','2020-12-09 13:03:04',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(16100,'1000','41607508204','2020-12-09 13:04:49',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16101,'4000','41607508204','2020-12-09 13:04:49',NULL,500.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(16102,'1110','41607508296','2020-12-09 13:09:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16103,'1110','41607508296','2020-12-09 13:09:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16104,'1110','41607508296','2020-12-09 13:09:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(16105,'1110','41607508296','2020-12-09 13:09:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(16106,'1110','41607508296','2020-12-09 13:09:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(16107,'1110','41607508296','2020-12-09 13:09:32',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16108,'5500','41607508296','2020-12-09 13:09:32',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16109,'1000','41607508296','2020-12-09 13:09:32',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16110,'4000','41607508296','2020-12-09 13:09:32',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16111,'4000','41607508296','2020-12-09 13:09:32',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16112,'4000','41607508296','2020-12-09 13:09:32',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16113,'4000','41607508296','2020-12-09 13:09:32',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(16114,'4000','41607508296','2020-12-09 13:09:32',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(16115,'4000','41607508296','2020-12-09 13:09:32',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16116,'1110','41607509281','2020-12-09 13:23:20',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16117,'1110','41607509281','2020-12-09 13:23:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16118,'1110','41607509281','2020-12-09 13:23:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16119,'1110','41607509281','2020-12-09 13:23:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16120,'1110','41607509281','2020-12-09 13:23:20',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16121,'1110','41607509281','2020-12-09 13:23:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16122,'5500','41607509281','2020-12-09 13:23:20',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16123,'1000','41607509281','2020-12-09 13:23:20',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16124,'4000','41607509281','2020-12-09 13:23:20',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16125,'4000','41607509281','2020-12-09 13:23:20',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16126,'4000','41607509281','2020-12-09 13:23:20',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16127,'4000','41607509281','2020-12-09 13:23:20',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16128,'4000','41607509281','2020-12-09 13:23:20',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16129,'4000','41607509281','2020-12-09 13:23:20',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16132,'5920','81607510532','2020-12-01 13:44:00',206.00,NULL,'0','8','1','Tea bags & chocolate','1','','','544','','No',NULL,NULL,''),(16133,'1000','81607510532','2020-12-01 13:44:00',NULL,206.00,'0','8','1','Tea bags & chocolate','1','','','544','','No',NULL,NULL,''),(16134,'1110','41607509551','2020-12-09 13:57:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16135,'1110','41607509551','2020-12-09 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16136,'1110','41607509551','2020-12-09 13:57:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16137,'1110','41607509551','2020-12-09 13:57:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16138,'5500','41607509551','2020-12-09 13:57:13',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16139,'1000','41607509551','2020-12-09 13:57:13',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16140,'4000','41607509551','2020-12-09 13:57:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16141,'4000','41607509551','2020-12-09 13:57:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16142,'4000','41607509551','2020-12-09 13:57:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16143,'4000','41607509551','2020-12-09 13:57:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16144,'1000','41607511469','2020-12-09 13:59:50',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16145,'4000','41607511469','2020-12-09 13:59:50',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(16148,'5910','81607510702','2020-12-01 13:52:33',100.00,NULL,'0','8','1','Gabbage collection','1','','','545','','No',NULL,NULL,''),(16149,'1000','81607510702','2020-12-01 13:52:33',NULL,100.00,'0','8','1','Gabbage collection ','1','','','545','','No',NULL,NULL,''),(16152,'5510','81607513683','2020-12-01 14:36:51',400.00,NULL,'0','8','1','Transport of material from promax','1','','','546','','No',NULL,NULL,''),(16153,'1010','81607513683','2020-12-01 14:36:51',NULL,400.00,'0','8','1','transport of materials from promax to shop ','1','','','546','','No',NULL,NULL,''),(16154,'1000','81607515465','2020-12-09 15:05:43',30.00,NULL,'','8','1','Good sold','1','7','Payment','','','No',NULL,NULL,''),(16155,'4000','81607515465','2020-12-09 15:05:43',NULL,30.00,'','8','1','Good sold','1','7','sales','15','','No',NULL,NULL,''),(16156,'1000','81607515669','2020-12-09 15:09:41',30.00,NULL,'','8','1','Good sold','1','41','Payment','','','No',NULL,NULL,''),(16157,'4000','81607515669','2020-12-09 15:09:41',NULL,30.00,'','8','1','Good sold','1','41','sales','15','','No',NULL,NULL,''),(16158,'1000','41607511596','2020-12-08 15:16:08',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16159,'4000','41607511596','2020-12-08 15:16:08',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(16160,'4000','41607511596','2020-12-08 15:16:08',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16161,'4000','41607511596','2020-12-08 15:16:08',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(16162,'1110','41607516181','2020-12-08 15:18:00',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16163,'1110','41607516181','2020-12-08 15:18:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16164,'1110','41607516181','2020-12-08 15:18:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16165,'1110','41607516181','2020-12-08 15:18:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(16166,'1110','41607516181','2020-12-08 15:18:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16167,'1110','41607516181','2020-12-08 15:18:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(16168,'5500','41607516181','2020-12-08 15:18:00',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16169,'1000','41607516181','2020-12-08 15:18:00',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16170,'4000','41607516181','2020-12-08 15:18:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16171,'4000','41607516181','2020-12-08 15:18:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16172,'4000','41607516181','2020-12-08 15:18:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16173,'4000','41607516181','2020-12-08 15:18:00',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16174,'4000','41607516181','2020-12-08 15:18:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16175,'4000','41607516181','2020-12-08 15:18:00',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16176,'1110','41607516290','2020-12-09 15:33:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16177,'1110','41607516290','2020-12-09 15:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16178,'1110','41607516290','2020-12-09 15:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16179,'1110','41607516290','2020-12-09 15:33:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16180,'1110','41607516290','2020-12-09 15:33:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16181,'5500','41607516290','2020-12-09 15:33:23',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16182,'1000','41607516290','2020-12-09 15:33:23',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16183,'4000','41607516290','2020-12-09 15:33:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16184,'4000','41607516290','2020-12-09 15:33:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16185,'4000','41607516290','2020-12-09 15:33:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16186,'4000','41607516290','2020-12-09 15:33:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16187,'4000','41607516290','2020-12-09 15:33:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16190,'5980','81607513889','2020-12-01 14:39:43',2800.00,NULL,'0','8','1','stock transfer books','1','','','547','','No',NULL,NULL,''),(16191,'1000','81607513889','2020-12-01 14:39:43',NULL,2800.00,'0','8','1','stock transfer books ','1','','','547','','No',NULL,NULL,''),(16192,'1000','41607517212','2020-12-09 15:33:43',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16193,'4000','41607517212','2020-12-09 15:33:43',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16196,'5510','81607517226','2020-12-01 15:36:15',800.00,NULL,'0','8','1','transport of materials from kariobangi and collecting cde to industrial area','1','','','548','','No',NULL,NULL,''),(16197,'1000','81607517226','2020-12-01 15:36:15',NULL,800.00,'0','8','1','transport of materials from kariobangi and collecting cde to industrial areaa','1','','','548','','No',NULL,NULL,''),(16200,'5920','81607517461','2020-12-01 15:38:09',200.00,NULL,'0','8','1','Milk & Bread','1','','','549','','No',NULL,NULL,''),(16201,'1000','81607517461','2020-12-01 15:38:09',NULL,200.00,'0','8','1','Milk & Bread','1','','','549','','No',NULL,NULL,''),(16202,'1000','41607517229','2020-12-09 15:40:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16203,'4000','41607517229','2020-12-09 15:40:35',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16204,'4000','41607517229','2020-12-09 15:40:35',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16205,'4000','41607517229','2020-12-09 15:40:35',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16206,'4000','41607517229','2020-12-09 15:40:35',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(16207,'4000','41607517229','2020-12-09 15:40:35',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16208,'4000','41607517229','2020-12-09 15:40:35',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(16209,'4000','41607517229','2020-12-09 15:40:35',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16210,'4000','41607517229','2020-12-09 15:40:35',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(16211,'1110','41607517650','2020-12-09 15:54:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16212,'1110','41607517650','2020-12-09 15:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16213,'1110','41607517650','2020-12-09 15:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16214,'1110','41607517650','2020-12-09 15:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16215,'1110','41607517650','2020-12-09 15:54:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16216,'1110','41607517650','2020-12-09 15:54:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16217,'5500','41607517650','2020-12-09 15:54:31',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16218,'1000','41607517650','2020-12-09 15:54:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16219,'4000','41607517650','2020-12-09 15:54:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16220,'4000','41607517650','2020-12-09 15:54:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16221,'4000','41607517650','2020-12-09 15:54:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16222,'4000','41607517650','2020-12-09 15:54:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16223,'4000','41607517650','2020-12-09 15:54:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16224,'4000','41607517650','2020-12-09 15:54:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16227,'5970','81607517518','2020-12-02 15:58:12',415.00,NULL,'0','8','1','envelopes & bottles','1','','','550','','No',NULL,NULL,''),(16228,'1000','81607517518','2020-12-02 15:58:12',NULL,415.00,'0','8','1','envelopes & bottles','1','','','550','','No',NULL,NULL,''),(16231,'5920','81607518747','2020-12-02 15:59:59',200.00,NULL,'0','8','1','Milk & Bread','1','','','551','','No',NULL,NULL,''),(16232,'1000','81607518747','2020-12-02 15:59:59',NULL,200.00,'0','8','1','Milk & Bread','1','','','551','','No',NULL,NULL,''),(16235,'5563','81607518829','2020-12-03 16:05:18',200.00,NULL,'0','8','1','Airtime for modesta','1','','','552','','No',NULL,NULL,''),(16236,'1010','81607518829','2020-12-03 16:05:18',NULL,200.00,'0','8','1','Airtime for modesta','1','','','552','','No',NULL,NULL,''),(16239,'5660','81607519181','2020-12-03 16:08:35',200.00,NULL,'0','8','1','marketing','1','','','553','','No',NULL,NULL,''),(16240,'1000','81607519181','2020-12-03 16:08:35',NULL,200.00,'0','8','1','marketing','1','','','553','','No',NULL,NULL,''),(16243,'5980','81607519340','2020-12-03 16:11:33',500.00,NULL,'0','8','1','ETR rolls & thermo rolls','1','','','554','','No',NULL,NULL,''),(16244,'1000','81607519340','2020-12-03 16:11:33',NULL,500.00,'0','8','1','ETR rolls & thermo rolls ','1','','','554','','No',NULL,NULL,''),(16247,'5970','81607519570','2020-12-03 16:15:02',415.00,NULL,'0','8','1','BOTTLES 1000ML &600ML','1','','','555','','No',NULL,NULL,''),(16248,'1000','81607519570','2020-12-03 16:15:02',NULL,415.00,'0','8','1','BOTTLES 1000ML &600ML','1','','','555','','No',NULL,NULL,''),(16251,'5900','81607519735','2020-12-03 16:16:33',400.00,NULL,'0','8','1','Kerol 1L','1','','','556','','No',NULL,NULL,''),(16252,'1000','81607519735','2020-12-03 16:16:33',NULL,400.00,'0','8','1','Kerol 1L','1','','','556','','No',NULL,NULL,''),(16253,'1110','41607581056','2020-12-10 09:21:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16254,'1110','41607581056','2020-12-10 09:21:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16255,'1110','41607581056','2020-12-10 09:21:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16256,'1110','41607581056','2020-12-10 09:21:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16257,'1110','41607581056','2020-12-10 09:21:23',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16258,'1110','41607581056','2020-12-10 09:21:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16259,'5500','41607581056','2020-12-10 09:21:23',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16260,'1000','41607581056','2020-12-10 09:21:23',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16261,'4000','41607581056','2020-12-10 09:21:23',NULL,680.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16262,'4000','41607581056','2020-12-10 09:21:23',NULL,280.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16263,'4000','41607581056','2020-12-10 09:21:23',NULL,80.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16264,'4000','41607581056','2020-12-10 09:21:23',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16265,'4000','41607581056','2020-12-10 09:21:23',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16266,'4000','41607581056','2020-12-10 09:21:23',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16267,'1000','41607581292','2020-12-10 09:22:32',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16268,'4000','41607581292','2020-12-10 09:22:32',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(16271,'5510','81607583929','2020-12-03 10:07:50',100.00,NULL,'0','8','1','Transport of material from promax','1','','','557','','No',NULL,NULL,''),(16272,'1000','81607583929','2020-12-03 10:07:50',NULL,100.00,'0','8','1','Transport of material from promax','1','','','557','','No',NULL,NULL,''),(16275,'5970','81607584105','2020-12-03 10:08:58',500.00,NULL,'0','8','1','cartons','1','','','558','','No',NULL,NULL,''),(16276,'1000','81607584105','2020-12-03 10:08:58',NULL,500.00,'0','8','1','cartons ','1','','','558','','No',NULL,NULL,''),(16279,'5920','81607584207','2020-12-03 10:10:47',200.00,NULL,'0','8','1','Milk for 2 staff','1','','','559','','No',NULL,NULL,''),(16280,'1000','81607584207','2020-12-03 10:10:47',NULL,200.00,'0','8','1','Milk for 2 staff','1','','','559','','No',NULL,NULL,''),(16283,'5920','81607584276','2020-12-03 10:12:05',200.00,NULL,'0','8','1','Milk & Bread','1','','','560','','No',NULL,NULL,''),(16284,'1000','81607584276','2020-12-03 10:12:05',NULL,200.00,'0','8','1','Milk & Bread','1','','','560','','No',NULL,NULL,''),(16287,'5510','81607584360','2020-12-03 10:14:02',200.00,NULL,'0','8','1','peter karanja fare to kariobangi & back to town shop delivery of items','1','','','561','','No',NULL,NULL,''),(16288,'1000','81607584360','2020-12-03 10:14:02',NULL,200.00,'0','8','1','peter karanja fare to kariobangi & back to town shop delivery of items','1','','','561','','No',NULL,NULL,''),(16291,'5563','81607584473','2020-12-04 10:19:45',200.00,NULL,'0','8','1','Airtime for modesta','1','','','562','','No',NULL,NULL,''),(16292,'1000','81607584473','2020-12-04 10:19:45',NULL,200.00,'0','8','1','airtime for office phone','1','','','562','','No',NULL,NULL,''),(16295,'1100','61607582774','2020-12-10 10:21:10',6950.00,NULL,'','6','1','Good sold','2','42','sales','','','No',NULL,NULL,''),(16296,'4000','61607582774','2020-12-10 10:21:10',NULL,4200.00,'','6','1','Good sold','2','42','sales','98','','No',NULL,NULL,''),(16297,'4000','61607582774','2020-12-10 10:21:10',NULL,1250.00,'','6','1','Good sold','2','42','sales','311','','No',NULL,NULL,''),(16298,'4000','61607582774','2020-12-10 10:21:10',NULL,1500.00,'','6','1','Good sold','2','42','sales','322','','No',NULL,NULL,''),(16299,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16300,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16301,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16302,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16303,'1110','41607581452','2020-12-10 10:30:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16304,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(16305,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(16306,'1110','41607581452','2020-12-10 10:30:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(16307,'5500','41607581452','2020-12-10 10:30:03',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16308,'1000','41607581452','2020-12-10 10:30:03',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16309,'4000','41607581452','2020-12-10 10:30:03',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16310,'4000','41607581452','2020-12-10 10:30:03',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16311,'4000','41607581452','2020-12-10 10:30:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16312,'4000','41607581452','2020-12-10 10:30:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16313,'4000','41607581452','2020-12-10 10:30:03',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16314,'4000','41607581452','2020-12-10 10:30:03',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16315,'4000','41607581452','2020-12-10 10:30:03',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(16316,'4000','41607581452','2020-12-10 10:30:03',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(16317,'1110','41607585428','2020-12-10 10:31:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16318,'1110','41607585428','2020-12-10 10:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16319,'1110','41607585428','2020-12-10 10:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16320,'1110','41607585428','2020-12-10 10:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16321,'1110','41607585428','2020-12-10 10:31:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16322,'1110','41607585428','2020-12-10 10:31:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16323,'5500','41607585428','2020-12-10 10:31:46',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16324,'1000','41607585428','2020-12-10 10:31:46',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16325,'4000','41607585428','2020-12-10 10:31:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16326,'4000','41607585428','2020-12-10 10:31:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16327,'4000','41607585428','2020-12-10 10:31:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16328,'4000','41607585428','2020-12-10 10:31:46',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16329,'4000','41607585428','2020-12-10 10:31:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16330,'4000','41607585428','2020-12-10 10:31:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16331,'5660','81607584820','2020-12-04 10:20:47',200.00,NULL,'0','8','1','marketing','1','','','563','','No',NULL,NULL,''),(16332,'1000','81607584820','2020-12-04 10:20:47',NULL,200.00,'0','8','1','marketing','1','','','563','','No',NULL,NULL,''),(16333,'1100','61607585259','2020-12-01 10:40:21',16750.00,NULL,'','6','1','Good sold','2','43','sales','','','No',NULL,NULL,''),(16334,'4000','61607585259','2020-12-01 10:40:21',NULL,14000.00,'','6','1','Good sold','2','43','sales','100','','No',NULL,NULL,''),(16335,'4000','61607585259','2020-12-01 10:40:21',NULL,1250.00,'','6','1','Good sold','2','43','sales','311','','No',NULL,NULL,''),(16336,'4000','61607585259','2020-12-01 10:40:21',NULL,1500.00,'','6','1','Good sold','2','43','sales','322','','No',NULL,NULL,''),(16341,'1000','41607588054','2020-12-10 11:29:35',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16342,'4000','41607588054','2020-12-10 11:29:35',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(16343,'1100','61607587775','2020-12-01 11:29:00',9540.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16344,'4000','61607587775','2020-12-01 11:29:00',NULL,3960.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(16345,'4000','61607587775','2020-12-01 11:29:00',NULL,4380.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16346,'4000','61607587775','2020-12-01 11:29:00',NULL,1200.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(16347,'1100','61607589365','2020-12-01 11:40:26',42200.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16348,'4000','61607589365','2020-12-01 11:40:26',NULL,27600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16349,'4000','61607589365','2020-12-01 11:40:26',NULL,14600.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16350,'1100','61607589837','2020-12-03 11:44:48',4200.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16351,'4000','61607589837','2020-12-03 11:44:48',NULL,4200.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16352,'1110','41607589047','2020-12-10 11:50:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16353,'1110','41607589047','2020-12-10 11:50:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16354,'1110','41607589047','2020-12-10 11:50:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16355,'1110','41607589047','2020-12-10 11:50:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(16356,'1110','41607589047','2020-12-10 11:50:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(16357,'1110','41607589047','2020-12-10 11:50:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(16358,'5500','41607589047','2020-12-10 11:50:41',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16359,'1000','41607589047','2020-12-10 11:50:41',820.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16360,'4000','41607589047','2020-12-10 11:50:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16361,'4000','41607589047','2020-12-10 11:50:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16362,'4000','41607589047','2020-12-10 11:50:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16363,'4000','41607589047','2020-12-10 11:50:41',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(16364,'4000','41607589047','2020-12-10 11:50:41',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(16365,'4000','41607589047','2020-12-10 11:50:41',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(16366,'1110','41607590253','2020-12-10 11:51:02',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16367,'5500','41607590253','2020-12-10 11:51:02',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16368,'1000','41607590253','2020-12-10 11:51:02',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16369,'4000','41607590253','2020-12-10 11:51:02',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16370,'1000','41607590269','2020-12-10 11:52:10',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16371,'4000','41607590269','2020-12-10 11:52:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16372,'4000','41607590269','2020-12-10 11:52:10',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16373,'4000','41607590269','2020-12-10 11:52:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16374,'4000','41607590269','2020-12-10 11:52:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16375,'4000','41607590269','2020-12-10 11:52:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16376,'1110','41607590344','2020-12-10 11:53:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16377,'1110','41607590344','2020-12-10 11:53:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16378,'1110','41607590344','2020-12-10 11:53:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16379,'1110','41607590344','2020-12-10 11:53:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16380,'1110','41607590344','2020-12-10 11:53:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16381,'5500','41607590344','2020-12-10 11:53:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16382,'1000','41607590344','2020-12-10 11:53:41',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16383,'4000','41607590344','2020-12-10 11:53:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16384,'4000','41607590344','2020-12-10 11:53:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16385,'4000','41607590344','2020-12-10 11:53:41',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16386,'4000','41607590344','2020-12-10 11:53:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16387,'4000','41607590344','2020-12-10 11:53:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16390,'5920','81607593036','2020-12-04 12:37:52',200.00,NULL,'0','8','1','Milk & Bread','1','','','564','','No',NULL,NULL,''),(16391,'1000','81607593036','2020-12-04 12:37:52',NULL,200.00,'0','8','1','Milk & Bread','1','','','564','','No',NULL,NULL,''),(16392,'1100','61607594721','0000-00-00 00:00:00',7000.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16393,'4000','61607594721','0000-00-00 00:00:00',NULL,7000.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16394,'1110','41607590575','2020-12-10 13:22:07',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16395,'1110','41607590575','2020-12-10 13:22:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16396,'1110','41607590575','2020-12-10 13:22:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16397,'1110','41607590575','2020-12-10 13:22:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16398,'1110','41607590575','2020-12-10 13:22:07',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16399,'1110','41607590575','2020-12-10 13:22:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16400,'5500','41607590575','2020-12-10 13:22:07',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16401,'1000','41607590575','2020-12-10 13:22:07',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16402,'4000','41607590575','2020-12-10 13:22:07',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16403,'4000','41607590575','2020-12-10 13:22:07',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16404,'4000','41607590575','2020-12-10 13:22:07',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16405,'4000','41607590575','2020-12-10 13:22:07',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16406,'4000','41607590575','2020-12-10 13:22:07',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16407,'4000','41607590575','2020-12-10 13:22:07',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16408,'1110','41607595732','2020-12-10 13:50:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16409,'1110','41607595732','2020-12-10 13:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16410,'1110','41607595732','2020-12-10 13:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16411,'1110','41607595732','2020-12-10 13:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(16412,'1110','41607595732','2020-12-10 13:50:37',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16413,'1110','41607595732','2020-12-10 13:50:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16414,'5500','41607595732','2020-12-10 13:50:37',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16415,'1000','41607595732','2020-12-10 13:50:37',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16416,'4000','41607595732','2020-12-10 13:50:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16417,'4000','41607595732','2020-12-10 13:50:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16418,'4000','41607595732','2020-12-10 13:50:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16419,'4000','41607595732','2020-12-10 13:50:37',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16420,'4000','41607595732','2020-12-10 13:50:37',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16421,'4000','41607595732','2020-12-10 13:50:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16422,'1000','41607597443','2020-12-10 13:51:11',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16423,'4000','41607597443','2020-12-10 13:51:11',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(16424,'4000','41607597443','2020-12-10 13:51:11',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16425,'4000','41607597443','2020-12-10 13:51:11',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(16426,'1000','41607599025','2020-12-10 14:17:50',1800.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16427,'4000','41607599025','2020-12-10 14:17:50',NULL,1800.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(16428,'1000','41607599096','2020-12-10 14:44:05',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16429,'4000','41607599096','2020-12-10 14:44:05',NULL,550.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(16430,'4000','41607599096','2020-12-10 14:44:05',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(16431,'1110','41607600678','2020-12-10 14:53:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16432,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16433,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16434,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16435,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16436,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16437,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16438,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16439,'1110','41607600678','2020-12-10 14:53:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16440,'1110','41607600678','2020-12-10 14:53:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16441,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16442,'1110','41607600678','2020-12-10 14:53:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16443,'5500','41607600678','2020-12-10 14:53:59',163.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16444,'1000','41607600678','2020-12-10 14:53:59',890.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16445,'4000','41607600678','2020-12-10 14:53:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16446,'4000','41607600678','2020-12-10 14:53:59',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16447,'4000','41607600678','2020-12-10 14:53:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16448,'4000','41607600678','2020-12-10 14:53:59',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16449,'4000','41607600678','2020-12-10 14:53:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16450,'4000','41607600678','2020-12-10 14:53:59',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16451,'4000','41607600678','2020-12-10 14:53:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16452,'4000','41607600678','2020-12-10 14:53:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16453,'4000','41607600678','2020-12-10 14:53:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16454,'4000','41607600678','2020-12-10 14:53:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16455,'4000','41607600678','2020-12-10 14:53:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16456,'4000','41607600678','2020-12-10 14:53:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16457,'1100','61607595872','2020-12-08 15:25:48',77100.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16458,'4000','61607595872','2020-12-08 15:25:48',NULL,8400.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(16459,'4000','61607595872','2020-12-08 15:25:48',NULL,27600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16460,'4000','61607595872','2020-12-08 15:25:48',NULL,15000.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16461,'4000','61607595872','2020-12-08 15:25:48',NULL,9600.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(16462,'4000','61607595872','2020-12-08 15:25:48',NULL,4000.00,'','6','1','Good sold','2','39','sales','323','','No',NULL,NULL,''),(16463,'4000','61607595872','2020-12-08 15:25:48',NULL,12500.00,'','6','1','Good sold','2','39','sales','324','','No',NULL,NULL,''),(16464,'1100','61607603335','2020-12-10 15:32:20',28600.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16465,'4000','61607603335','2020-12-10 15:32:20',NULL,3300.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(16466,'4000','61607603335','2020-12-10 15:32:20',NULL,14000.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16467,'4000','61607603335','2020-12-10 15:32:20',NULL,7300.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16468,'4000','61607603335','2020-12-10 15:32:20',NULL,2500.00,'','6','1','Good sold','2','39','sales','311','','No',NULL,NULL,''),(16469,'4000','61607603335','2020-12-10 15:32:20',NULL,1500.00,'','6','1','Good sold','2','39','sales','322','','No',NULL,NULL,''),(16470,'1110','81607605257','2020-12-10 16:04:57',6384.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(16471,'1110','81607605257','2020-12-10 16:04:57',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(16472,'1110','81607605257','2020-12-10 16:04:57',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(16473,'1110','81607605257','2020-12-10 16:04:57',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','67','','No',NULL,NULL,''),(16474,'1110','81607605257','2020-12-10 16:04:57',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','71','','No',NULL,NULL,''),(16475,'2130','81607605257','2020-12-10 16:04:57',NULL,6384.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(16476,'1000','41607603087','2020-12-10 16:46:00',1250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16477,'4000','41607603087','2020-12-10 16:46:00',NULL,1250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(16478,'1110','41607673651','2020-12-11 11:06:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16479,'1110','41607673651','2020-12-11 11:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16480,'1110','41607673651','2020-12-11 11:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16481,'1110','41607673651','2020-12-11 11:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16482,'1110','41607673651','2020-12-11 11:06:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16483,'1110','41607673651','2020-12-11 11:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16484,'5500','41607673651','2020-12-11 11:06:31',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16485,'1000','41607673651','2020-12-11 11:06:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16486,'4000','41607673651','2020-12-11 11:06:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16487,'4000','41607673651','2020-12-11 11:06:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16488,'4000','41607673651','2020-12-11 11:06:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16489,'4000','41607673651','2020-12-11 11:06:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16490,'4000','41607673651','2020-12-11 11:06:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16491,'4000','41607673651','2020-12-11 11:06:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16492,'1000','41607673996','2020-12-11 11:10:29',3800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16493,'4000','41607673996','2020-12-11 11:10:29',NULL,3800.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(16494,'1000','41607674236','2020-12-11 11:27:19',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16495,'4000','41607674236','2020-12-11 11:27:19',NULL,1800.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(16496,'1110','41607677068','2020-12-11 11:59:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16497,'1110','41607677068','2020-12-11 11:59:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16498,'1110','41607677068','2020-12-11 11:59:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16499,'1110','41607677068','2020-12-11 11:59:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16500,'1110','41607677068','2020-12-11 11:59:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16501,'1110','41607677068','2020-12-11 11:59:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16502,'5500','41607677068','2020-12-11 11:59:31',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16503,'1000','41607677068','2020-12-11 11:59:31',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16504,'4000','41607677068','2020-12-11 11:59:31',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16505,'4000','41607677068','2020-12-11 11:59:31',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16506,'4000','41607677068','2020-12-11 11:59:31',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16507,'4000','41607677068','2020-12-11 11:59:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16508,'4000','41607677068','2020-12-11 11:59:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16509,'4000','41607677068','2020-12-11 11:59:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16510,'1110','41607677176','2020-12-11 12:40:45',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16511,'1110','41607677176','2020-12-11 12:40:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16512,'1110','41607677176','2020-12-11 12:40:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16513,'1110','41607677176','2020-12-11 12:40:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16514,'1110','41607677176','2020-12-11 12:40:45',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16515,'1110','41607677176','2020-12-11 12:40:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16516,'5500','41607677176','2020-12-11 12:40:45',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16517,'1000','41607677176','2020-12-11 12:40:45',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16518,'4000','41607677176','2020-12-11 12:40:45',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16519,'4000','41607677176','2020-12-11 12:40:45',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16520,'4000','41607677176','2020-12-11 12:40:45',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16521,'4000','41607677176','2020-12-11 12:40:45',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16522,'4000','41607677176','2020-12-11 12:40:45',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16523,'4000','41607677176','2020-12-11 12:40:45',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16524,'1000','41607679652','2020-12-11 12:47:21',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16525,'4000','41607679652','2020-12-11 12:47:21',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(16526,'1110','41607680096','2020-12-11 13:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16527,'1110','41607680096','2020-12-11 13:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16528,'1110','41607680096','2020-12-11 13:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16529,'1110','41607680096','2020-12-11 13:43:50',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16530,'1110','41607680096','2020-12-11 13:43:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16531,'5500','41607680096','2020-12-11 13:43:50',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16532,'1000','41607680096','2020-12-11 13:43:50',640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16533,'4000','41607680096','2020-12-11 13:43:50',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16534,'4000','41607680096','2020-12-11 13:43:50',NULL,140.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16535,'4000','41607680096','2020-12-11 13:43:50',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16536,'4000','41607680096','2020-12-11 13:43:50',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16537,'4000','41607680096','2020-12-11 13:43:50',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16538,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16539,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16540,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16541,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16542,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16543,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16544,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(16545,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(16546,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(16547,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','69','','No',NULL,NULL,''),(16548,'1110','41607683441','2020-12-11 14:10:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16549,'1110','41607683441','2020-12-11 14:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16550,'5500','41607683441','2020-12-11 14:10:24',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16551,'1000','41607683441','2020-12-11 14:10:24',850.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16552,'4000','41607683441','2020-12-11 14:10:24',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16553,'4000','41607683441','2020-12-11 14:10:24',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16554,'4000','41607683441','2020-12-11 14:10:24',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16555,'4000','41607683441','2020-12-11 14:10:24',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16556,'4000','41607683441','2020-12-11 14:10:24',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16557,'4000','41607683441','2020-12-11 14:10:24',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16558,'4000','41607683441','2020-12-11 14:10:24',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16559,'4000','41607683441','2020-12-11 14:10:24',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(16560,'4000','41607683441','2020-12-11 14:10:24',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(16561,'4000','41607683441','2020-12-11 14:10:24',NULL,100.00,'','4','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(16562,'4000','41607683441','2020-12-11 14:10:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16563,'4000','41607683441','2020-12-11 14:10:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16564,'1000','41607685030','2020-12-11 14:19:18',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16565,'4000','41607685030','2020-12-11 14:19:18',NULL,500.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(16566,'1110','41607685569','2020-12-11 14:21:00',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16567,'1110','41607685569','2020-12-11 14:21:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16568,'1110','41607685569','2020-12-11 14:21:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16569,'1110','41607685569','2020-12-11 14:21:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16570,'1110','41607685569','2020-12-11 14:21:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16571,'1110','41607685569','2020-12-11 14:21:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16572,'5500','41607685569','2020-12-11 14:21:00',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16573,'1000','41607685569','2020-12-11 14:21:00',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16574,'4000','41607685569','2020-12-11 14:21:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16575,'4000','41607685569','2020-12-11 14:21:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16576,'4000','41607685569','2020-12-11 14:21:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16577,'4000','41607685569','2020-12-11 14:21:00',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16578,'4000','41607685569','2020-12-11 14:21:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16579,'4000','41607685569','2020-12-11 14:21:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16580,'1000','41607685672','2020-12-11 14:23:35',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16581,'4000','41607685672','2020-12-11 14:23:35',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16582,'1110','41607685820','2020-12-11 14:32:48',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16583,'1110','41607685820','2020-12-11 14:32:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16584,'1110','41607685820','2020-12-11 14:32:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16585,'1110','41607685820','2020-12-11 14:32:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(16586,'1110','41607685820','2020-12-11 14:32:48',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16587,'1110','41607685820','2020-12-11 14:32:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16588,'5500','41607685820','2020-12-11 14:32:48',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16589,'1000','41607685820','2020-12-11 14:32:48',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16590,'4000','41607685820','2020-12-11 14:32:48',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16591,'4000','41607685820','2020-12-11 14:32:48',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16592,'4000','41607685820','2020-12-11 14:32:48',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16593,'4000','41607685820','2020-12-11 14:32:48',NULL,100.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16594,'4000','41607685820','2020-12-11 14:32:48',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16595,'4000','41607685820','2020-12-11 14:32:48',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16596,'1110','41607686409','2020-12-11 14:35:02',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16597,'1110','41607686409','2020-12-11 14:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16598,'1110','41607686409','2020-12-11 14:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16599,'1110','41607686409','2020-12-11 14:35:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(16600,'1110','41607686409','2020-12-11 14:35:02',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16601,'5500','41607686409','2020-12-11 14:35:02',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16602,'1000','41607686409','2020-12-11 14:35:02',1220.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16603,'4000','41607686409','2020-12-11 14:35:02',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16604,'4000','41607686409','2020-12-11 14:35:02',NULL,180.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16605,'4000','41607686409','2020-12-11 14:35:02',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16606,'4000','41607686409','2020-12-11 14:35:02',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(16607,'4000','41607686409','2020-12-11 14:35:02',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16608,'1000','41607686537','2020-12-11 14:45:26',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16609,'4000','41607686537','2020-12-11 14:45:26',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(16610,'1000','41607687442','2020-12-11 14:53:27',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16611,'4000','41607687442','2020-12-11 14:53:27',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(16612,'1110','41607691561','2020-12-11 16:42:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16613,'1110','41607691561','2020-12-11 16:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16614,'1110','41607691561','2020-12-11 16:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16615,'5500','41607691561','2020-12-11 16:42:08',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16616,'1000','41607691561','2020-12-11 16:42:08',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16617,'4000','41607691561','2020-12-11 16:42:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16618,'4000','41607691561','2020-12-11 16:42:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16619,'4000','41607691561','2020-12-11 16:42:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16620,'1110','41607694133','2020-12-11 16:48:36',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16621,'1110','41607694133','2020-12-11 16:48:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16622,'1110','41607694133','2020-12-11 16:48:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16623,'1110','41607694133','2020-12-11 16:48:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16624,'1110','41607694133','2020-12-11 16:48:36',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16625,'1110','41607694133','2020-12-11 16:48:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16626,'5500','41607694133','2020-12-11 16:48:36',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16627,'1000','41607694133','2020-12-11 16:48:36',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16628,'4000','41607694133','2020-12-11 16:48:36',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16629,'4000','41607694133','2020-12-11 16:48:36',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16630,'4000','41607694133','2020-12-11 16:48:36',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16631,'4000','41607694133','2020-12-11 16:48:36',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16632,'4000','41607694133','2020-12-11 16:48:36',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16633,'4000','41607694133','2020-12-11 16:48:36',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16634,'1110','41607694523','2020-12-11 16:56:02',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16635,'1110','41607694523','2020-12-11 16:56:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16636,'1110','41607694523','2020-12-11 16:56:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16637,'1110','41607694523','2020-12-11 16:56:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16638,'1110','41607694523','2020-12-11 16:56:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16639,'1110','41607694523','2020-12-11 16:56:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16640,'5500','41607694523','2020-12-11 16:56:02',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16641,'1000','41607694523','2020-12-11 16:56:02',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16642,'4000','41607694523','2020-12-11 16:56:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16643,'4000','41607694523','2020-12-11 16:56:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16644,'4000','41607694523','2020-12-11 16:56:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16645,'4000','41607694523','2020-12-11 16:56:02',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16646,'4000','41607694523','2020-12-11 16:56:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16647,'4000','41607694523','2020-12-11 16:56:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16648,'1000','61607696616','2020-12-11 17:25:11',3600.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16649,'4000','61607696616','2020-12-11 17:25:11',NULL,2800.00,'','6','1','Good sold','2','','sales','100','','No',NULL,NULL,''),(16650,'4000','61607696616','2020-12-11 17:25:11',NULL,600.00,'','6','1','Good sold','2','','sales','322','','No',NULL,NULL,''),(16651,'4000','61607696616','2020-12-11 17:25:11',NULL,200.00,'','6','1','Good sold','2','','sales','323','','No',NULL,NULL,''),(16652,'1000','61607696731','2020-12-11 17:26:06',100.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16653,'4000','61607696731','2020-12-11 17:26:06',NULL,100.00,'','6','1','Good sold','2','','sales','323','','No',NULL,NULL,''),(16654,'1110','61607696773','2020-12-11 17:41:48',NULL,4.00,'','6','1','Inventory sold','2','','sales','143','','No',NULL,NULL,''),(16655,'5500','61607696773','2020-12-11 17:41:48',4.00,NULL,'','6','1','Cost of goods sold','2','','sales','','','No',NULL,NULL,''),(16656,'1000','61607696773','2020-12-11 17:41:48',600.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16657,'4000','61607696773','2020-12-11 17:41:48',NULL,600.00,'','6','1','Good sold','2','','sales','143','','No',NULL,NULL,''),(16658,'1000','61607763279','2020-12-12 11:59:28',4000.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16659,'4000','61607763279','2020-12-12 11:59:28',NULL,4000.00,'','6','1','Good sold','2','','sales','327','','No',NULL,NULL,''),(16662,'5920','81607771157','2020-12-05 14:07:09',200.00,NULL,'0','8','1','Milk & Bread','1','','','565','','No',NULL,NULL,''),(16663,'1010','81607771157','2020-12-05 14:07:09',NULL,200.00,'0','8','1','breakfast ','1','','','565','','No',NULL,NULL,''),(16666,'5660','81607771251','2020-12-07 14:08:01',200.00,NULL,'0','8','1','marketing','1','','','566','','No',NULL,NULL,''),(16667,'1010','81607771251','2020-12-07 14:08:01',NULL,200.00,'0','8','1','marketing','1','','','566','','No',NULL,NULL,''),(16670,'5920','81607771306','2020-12-07 14:08:58',200.00,NULL,'0','8','1','Milk & Bread','1','','','567','','No',NULL,NULL,''),(16671,'1000','81607771306','2020-12-07 14:08:58',NULL,200.00,'0','8','1','Milk & Bread','1','','','567','','No',NULL,NULL,''),(16674,'5930','81607771367','2020-12-07 14:10:14',180.00,NULL,'0','8','1','mpesa charges for with drawal','1','','','568','','No',NULL,NULL,''),(16675,'1000','81607771367','2020-12-07 14:10:14',NULL,180.00,'0','8','1','mpesa charges for with drawal','1','','','568','','No',NULL,NULL,''),(16678,'5990','81607771445','2020-12-07 14:11:37',150.00,NULL,'0','8','1','off loading materials from kariobangi','1','','','569','','No',NULL,NULL,''),(16679,'1000','81607771445','2020-12-07 14:11:37',NULL,150.00,'0','8','1','off loading materials from kariobangi','1','','','569','','No',NULL,NULL,''),(16682,'5980','81607771528','2020-12-07 14:13:00',500.00,NULL,'0','8','1','Business cards for Eunice 100pcs','1','','','570','','No',NULL,NULL,''),(16683,'1000','81607771528','2020-12-07 14:13:00',NULL,500.00,'0','8','1','Business cards for Eunice 100pcs','1','','','570','','No',NULL,NULL,''),(16686,'5920','81607771605','2020-12-07 14:39:28',2500.00,NULL,'0','8','1','petty cash to kariobangi','1','','','571','','No',NULL,NULL,''),(16687,'1000','81607771605','2020-12-07 14:39:28',NULL,2500.00,'0','8','1','petty cash to kariobangi ','1','','','571','','No',NULL,NULL,''),(16690,'5900','81607773278','2020-12-07 14:42:14',400.00,NULL,'0','8','1','Kerol 1L','1','','','572','','No',NULL,NULL,''),(16691,'1000','81607773278','2020-12-07 14:42:14',NULL,400.00,'0','8','1','Kerol 1L','1','','','572','','No',NULL,NULL,''),(16694,'5510','81607773367','2020-12-07 14:43:19',100.00,NULL,'0','8','1','transport to deliver documents to karobangi','1','','','573','','No',NULL,NULL,''),(16695,'1000','81607773367','2020-12-07 14:43:19',NULL,100.00,'0','8','1','Transport of material from promax','1','','','573','','No',NULL,NULL,''),(16698,'5510','81607773513','2020-12-07 14:45:48',500.00,NULL,'0','8','1','Peter karanja running petty erands','1','','','574','','No',NULL,NULL,''),(16699,'1000','81607773513','2020-12-07 14:45:48',NULL,500.00,'0','8','1','Peter karanja running petty erands','1','','','574','','No',NULL,NULL,''),(16700,'1110','41607926734','2020-12-14 09:41:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16701,'1110','41607926734','2020-12-14 09:41:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16702,'1110','41607926734','2020-12-14 09:41:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16703,'1110','41607926734','2020-12-14 09:41:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16704,'1110','41607926734','2020-12-14 09:41:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16705,'1110','41607926734','2020-12-14 09:41:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16706,'5500','41607926734','2020-12-14 09:41:16',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16707,'1000','41607926734','2020-12-14 09:41:16',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16708,'4000','41607926734','2020-12-14 09:41:16',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16709,'4000','41607926734','2020-12-14 09:41:16',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16710,'4000','41607926734','2020-12-14 09:41:16',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16711,'4000','41607926734','2020-12-14 09:41:16',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16712,'4000','41607926734','2020-12-14 09:41:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16713,'4000','41607926734','2020-12-14 09:41:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16714,'1110','41607928272','2020-12-14 10:15:47',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16715,'1110','41607928272','2020-12-14 10:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16716,'1110','41607928272','2020-12-14 10:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16717,'1110','41607928272','2020-12-14 10:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16718,'1110','41607928272','2020-12-14 10:15:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16719,'1110','41607928272','2020-12-14 10:15:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16720,'5500','41607928272','2020-12-14 10:15:47',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16721,'1000','41607928272','2020-12-14 10:15:47',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16722,'4000','41607928272','2020-12-14 10:15:47',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16723,'4000','41607928272','2020-12-14 10:15:47',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16724,'4000','41607928272','2020-12-14 10:15:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16725,'4000','41607928272','2020-12-14 10:15:47',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16726,'4000','41607928272','2020-12-14 10:15:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16727,'4000','41607928272','2020-12-14 10:15:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16728,'1000','41607936718','2020-12-14 12:06:05',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16729,'4000','41607936718','2020-12-14 12:06:05',NULL,1400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(16730,'1110','41607936771','2020-12-14 12:09:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16731,'1110','41607936771','2020-12-14 12:09:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16732,'1110','41607936771','2020-12-14 12:09:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16733,'1110','41607936771','2020-12-14 12:09:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16734,'5500','41607936771','2020-12-14 12:09:10',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16735,'1000','41607936771','2020-12-14 12:09:10',460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16736,'4000','41607936771','2020-12-14 12:09:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16737,'4000','41607936771','2020-12-14 12:09:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16738,'4000','41607936771','2020-12-14 12:09:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16739,'4000','41607936771','2020-12-14 12:09:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16740,'1110','41607936970','2020-12-14 12:51:37',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16741,'1110','41607936970','2020-12-14 12:51:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(16742,'1110','41607936970','2020-12-14 12:51:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16743,'1110','41607936970','2020-12-14 12:51:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16744,'1110','41607936970','2020-12-14 12:51:37',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16745,'1110','41607936970','2020-12-14 12:51:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16746,'5500','41607936970','2020-12-14 12:51:37',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16747,'1000','41607936970','2020-12-14 12:51:37',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16748,'4000','41607936970','2020-12-14 12:51:37',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16749,'4000','41607936970','2020-12-14 12:51:37',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(16750,'4000','41607936970','2020-12-14 12:51:37',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16751,'4000','41607936970','2020-12-14 12:51:37',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16752,'4000','41607936970','2020-12-14 12:51:37',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16753,'4000','41607936970','2020-12-14 12:51:37',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16754,'1110','41607939506','2020-12-14 12:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16755,'1110','41607939506','2020-12-14 12:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16756,'1110','41607939506','2020-12-14 12:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16757,'1110','41607939506','2020-12-14 12:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16758,'1110','41607939506','2020-12-14 12:56:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16759,'1110','41607939506','2020-12-14 12:56:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16760,'5500','41607939506','2020-12-14 12:56:00',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16761,'1000','41607939506','2020-12-14 12:56:00',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16762,'4000','41607939506','2020-12-14 12:56:00',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16763,'4000','41607939506','2020-12-14 12:56:00',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16764,'4000','41607939506','2020-12-14 12:56:00',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16765,'4000','41607939506','2020-12-14 12:56:00',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16766,'4000','41607939506','2020-12-14 12:56:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16767,'4000','41607939506','2020-12-14 12:56:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16768,'1110','41607940029','2020-12-14 13:01:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16769,'1110','41607940029','2020-12-14 13:01:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16770,'1110','41607940029','2020-12-14 13:01:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16771,'1110','41607940029','2020-12-14 13:01:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16772,'1110','41607940029','2020-12-14 13:01:48',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16773,'1110','41607940029','2020-12-14 13:01:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16774,'5500','41607940029','2020-12-14 13:01:48',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16775,'1000','41607940029','2020-12-14 13:01:48',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16776,'4000','41607940029','2020-12-14 13:01:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16777,'4000','41607940029','2020-12-14 13:01:48',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16778,'4000','41607940029','2020-12-14 13:01:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16779,'4000','41607940029','2020-12-14 13:01:48',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16780,'4000','41607940029','2020-12-14 13:01:48',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16781,'4000','41607940029','2020-12-14 13:01:48',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16782,'1110','41607940117','2020-12-14 13:04:07',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16783,'1110','41607940117','2020-12-14 13:04:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16784,'1110','41607940117','2020-12-14 13:04:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16785,'1110','41607940117','2020-12-14 13:04:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16786,'1110','41607940117','2020-12-14 13:04:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16787,'5500','41607940117','2020-12-14 13:04:07',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16788,'1000','41607940117','2020-12-14 13:04:07',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16789,'4000','41607940117','2020-12-14 13:04:07',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16790,'4000','41607940117','2020-12-14 13:04:07',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16791,'4000','41607940117','2020-12-14 13:04:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16792,'4000','41607940117','2020-12-14 13:04:07',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16793,'4000','41607940117','2020-12-14 13:04:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16794,'1110','41607940396','2020-12-14 13:07:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16795,'1110','41607940396','2020-12-14 13:07:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16796,'1110','41607940396','2020-12-14 13:07:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16797,'1110','41607940396','2020-12-14 13:07:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16798,'1110','41607940396','2020-12-14 13:07:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16799,'5500','41607940396','2020-12-14 13:07:43',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16800,'1000','41607940396','2020-12-14 13:07:43',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16801,'4000','41607940396','2020-12-14 13:07:43',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16802,'4000','41607940396','2020-12-14 13:07:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16803,'4000','41607940396','2020-12-14 13:07:43',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16804,'4000','41607940396','2020-12-14 13:07:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16805,'4000','41607940396','2020-12-14 13:07:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16806,'1000','61607940472','2020-12-02 13:09:44',8000.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16807,'4000','61607940472','2020-12-02 13:09:44',NULL,3000.00,'','6','1','Good sold','2','','sales','309','','No',NULL,NULL,''),(16808,'4000','61607940472','2020-12-02 13:09:44',NULL,5000.00,'','6','1','Good sold','2','','sales','310','','No',NULL,NULL,''),(16809,'1100','61607940673','2020-12-02 13:52:26',8000.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16810,'4000','61607940673','2020-12-02 13:52:26',NULL,3000.00,'','6','1','Good sold','2','39','sales','309','','No',NULL,NULL,''),(16811,'4000','61607940673','2020-12-02 13:52:26',NULL,5000.00,'','6','1','Good sold','2','39','sales','310','','No',NULL,NULL,''),(16812,'1000','41607940472','2020-12-14 14:20:38',13860.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16813,'4000','41607940472','2020-12-14 14:20:38',NULL,8160.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(16814,'4000','41607940472','2020-12-14 14:20:38',NULL,5700.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(16815,'4000','41607940472','2020-12-14 14:20:38',NULL,0.00,'','4','1','Good sold','1','','sales','276','','No',NULL,NULL,''),(16816,'4000','41607940472','2020-12-14 14:20:38',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(16817,'1100','61607944444','2020-12-04 14:19:33',13150.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16818,'4000','61607944444','2020-12-04 14:19:33',NULL,7000.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16819,'4000','61607944444','2020-12-04 14:19:33',NULL,3650.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16820,'4000','61607944444','2020-12-04 14:19:33',NULL,2500.00,'','6','1','Good sold','2','39','sales','325','','No',NULL,NULL,''),(16821,'1000','41607944849','2020-12-14 14:33:17',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16822,'4000','41607944849','2020-12-14 14:33:17',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(16823,'1100','61607945184','2020-12-04 14:32:48',11200.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(16824,'4000','61607945184','2020-12-04 14:32:48',NULL,7200.00,'','6','1','Good sold','2','40','sales','326','','No',NULL,NULL,''),(16825,'4000','61607945184','2020-12-04 14:32:48',NULL,4000.00,'','6','1','Good sold','2','40','sales','327','','No',NULL,NULL,''),(16826,'1100','61607945755','2020-12-12 14:36:18',10800.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(16827,'4000','61607945755','2020-12-12 14:36:18',NULL,10800.00,'','6','1','Good sold','2','40','sales','326','','No',NULL,NULL,''),(16828,'1100','61607945883','2020-12-14 12:42:46',12480.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16829,'4000','61607945883','2020-12-14 12:42:46',NULL,5520.00,'','6','1','Good sold','2','39','sales','328','','No',NULL,NULL,''),(16830,'4000','61607945883','2020-12-14 12:42:46',NULL,6960.00,'','6','1','Good sold','2','39','sales','329','','No',NULL,NULL,''),(16831,'1100','61607946312','2020-12-07 14:48:28',9400.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(16832,'4000','61607946312','2020-12-07 14:48:28',NULL,5400.00,'','6','1','Good sold','2','40','sales','326','','No',NULL,NULL,''),(16833,'4000','61607946312','2020-12-07 14:48:28',NULL,4000.00,'','6','1','Good sold','2','40','sales','327','','No',NULL,NULL,''),(16834,'1100','61607946703','2020-12-09 14:56:43',6000.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(16835,'4000','61607946703','2020-12-09 14:56:43',NULL,6000.00,'','6','1','Good sold','2','40','sales','327','','No',NULL,NULL,''),(16836,'1100','61607947272','2020-12-10 15:04:25',28600.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16837,'4000','61607947272','2020-12-10 15:04:25',NULL,3300.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(16838,'4000','61607947272','2020-12-10 15:04:25',NULL,14000.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16839,'4000','61607947272','2020-12-10 15:04:25',NULL,7300.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16840,'4000','61607947272','2020-12-10 15:04:25',NULL,2500.00,'','6','1','Good sold','2','39','sales','311','','No',NULL,NULL,''),(16841,'4000','61607947272','2020-12-10 15:04:25',NULL,1500.00,'','6','1','Good sold','2','39','sales','322','','No',NULL,NULL,''),(16842,'1100','61607947669','2020-12-11 15:08:24',6300.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16843,'4000','61607947669','2020-12-11 15:08:24',NULL,6300.00,'','6','1','Good sold','2','39','sales','99','','No',NULL,NULL,''),(16844,'1100','61607947802','2020-12-11 15:10:23',6300.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16845,'4000','61607947802','2020-12-11 15:10:23',NULL,6300.00,'','6','1','Good sold','2','39','sales','99','','No',NULL,NULL,''),(16846,'1100','61607947908','2020-12-11 15:12:19',8400.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16847,'4000','61607947908','2020-12-11 15:12:19',NULL,8400.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16848,'1100','61607948306','2020-12-10 15:41:01',11800.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(16849,'4000','61607948306','2020-12-10 15:41:01',NULL,10500.00,'','6','1','Good sold','2','40','sales','326','','No',NULL,NULL,''),(16850,'4000','61607948306','2020-12-10 15:41:01',NULL,600.00,'','6','1','Good sold','2','40','sales','331','','No',NULL,NULL,''),(16851,'4000','61607948306','2020-12-10 15:41:01',NULL,700.00,'','6','1','Good sold','2','40','sales','332','','No',NULL,NULL,''),(16852,'1000','41607950054','2020-12-10 15:48:19',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16853,'4000','41607950054','2020-12-10 15:48:19',NULL,100.00,'','4','1','Good sold','1','','sales','330','','No',NULL,NULL,''),(16854,'1000','41607950175','2020-12-11 15:50:35',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16855,'4000','41607950175','2020-12-11 15:50:35',NULL,100.00,'','4','1','Good sold','1','','sales','330','','No',NULL,NULL,''),(16856,'4000','61607947272','2020-12-14 15:59:47',14000.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16857,'1100','61607947272','2020-12-14 15:59:47',NULL,14000.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16858,'5500','61607947272','2020-12-14 15:59:47',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','100','','No',NULL,NULL,''),(16859,'1110','61607947272','2020-12-14 15:59:47',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(16860,'4000','61607947272','2020-12-14 15:59:51',7300.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16861,'1100','61607947272','2020-12-14 15:59:51',NULL,7300.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16862,'5500','61607947272','2020-12-14 15:59:51',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','194','','No',NULL,NULL,''),(16863,'1110','61607947272','2020-12-14 15:59:51',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(16864,'4000','61607947272','2020-12-14 15:59:55',3300.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16865,'1100','61607947272','2020-12-14 15:59:55',NULL,3300.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16866,'5500','61607947272','2020-12-14 15:59:55',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','98','','No',NULL,NULL,''),(16867,'1110','61607947272','2020-12-14 15:59:55',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(16868,'4000','61607947272','2020-12-14 15:59:58',2500.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16869,'1100','61607947272','2020-12-14 15:59:58',NULL,2500.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16870,'5500','61607947272','2020-12-14 15:59:58',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','311','','No',NULL,NULL,''),(16871,'1110','61607947272','2020-12-14 15:59:58',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(16872,'4000','61607947272','2020-12-14 16:00:01',1500.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16873,'1100','61607947272','2020-12-14 16:00:01',NULL,1500.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(16874,'5500','61607947272','2020-12-14 16:00:01',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','322','','No',NULL,NULL,''),(16875,'1110','61607947272','2020-12-14 16:00:01',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(16876,'1100','61607951022','2020-12-08 16:53:20',90980.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(16877,'4000','61607951022','2020-12-08 16:53:20',NULL,8400.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(16878,'4000','61607951022','2020-12-08 16:53:20',NULL,27600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(16879,'4000','61607951022','2020-12-08 16:53:20',NULL,15000.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(16880,'4000','61607951022','2020-12-08 16:53:20',NULL,9600.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(16881,'4000','61607951022','2020-12-08 16:53:20',NULL,2880.00,'','6','1','Good sold','2','39','sales','310','','No',NULL,NULL,''),(16882,'4000','61607951022','2020-12-08 16:53:20',NULL,5000.00,'','6','1','Good sold','2','39','sales','311','','No',NULL,NULL,''),(16883,'4000','61607951022','2020-12-08 16:53:20',NULL,6000.00,'','6','1','Good sold','2','39','sales','322','','No',NULL,NULL,''),(16884,'4000','61607951022','2020-12-08 16:53:20',NULL,4000.00,'','6','1','Good sold','2','39','sales','323','','No',NULL,NULL,''),(16885,'4000','61607951022','2020-12-08 16:53:20',NULL,12500.00,'','6','1','Good sold','2','39','sales','324','','No',NULL,NULL,''),(16886,'1000','41608013065','2020-12-15 09:17:58',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16887,'4000','41608013065','2020-12-15 09:17:58',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(16888,'1000','61608012716','2020-12-15 09:21:43',350.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16889,'4000','61608012716','2020-12-15 09:21:43',NULL,350.00,'','6','1','Good sold','2','','sales','98','','No',NULL,NULL,''),(16890,'1000','61608013458','2020-12-15 09:25:00',350.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16891,'4000','61608013458','2020-12-15 09:25:00',NULL,350.00,'','6','1','Good sold','2','','sales','98','','No',NULL,NULL,''),(16892,'1000','61608013506','2020-12-15 09:28:46',200.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(16893,'4000','61608013506','2020-12-15 09:28:46',NULL,200.00,'','6','1','Good sold','2','','sales','195','','No',NULL,NULL,''),(16894,'1110','41608013089','2020-12-15 09:35:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16895,'1110','41608013089','2020-12-15 09:35:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16896,'1110','41608013089','2020-12-15 09:35:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16897,'1110','41608013089','2020-12-15 09:35:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16898,'1110','41608013089','2020-12-15 09:35:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16899,'1110','41608013089','2020-12-15 09:35:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16900,'5500','41608013089','2020-12-15 09:35:43',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16901,'1000','41608013089','2020-12-15 09:35:43',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16902,'4000','41608013089','2020-12-15 09:35:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16903,'4000','41608013089','2020-12-15 09:35:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16904,'4000','41608013089','2020-12-15 09:35:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16905,'4000','41608013089','2020-12-15 09:35:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16906,'4000','41608013089','2020-12-15 09:35:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16907,'4000','41608013089','2020-12-15 09:35:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16908,'1110','41608014152','2020-12-15 09:36:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16909,'1110','41608014152','2020-12-15 09:36:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16910,'1110','41608014152','2020-12-15 09:36:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16911,'1110','41608014152','2020-12-15 09:36:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16912,'1110','41608014152','2020-12-15 09:36:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16913,'1110','41608014152','2020-12-15 09:36:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16914,'5500','41608014152','2020-12-15 09:36:43',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16915,'1000','41608014152','2020-12-15 09:36:43',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(16916,'4000','41608014152','2020-12-15 09:36:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16917,'4000','41608014152','2020-12-15 09:36:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(16918,'4000','41608014152','2020-12-15 09:36:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16919,'4000','41608014152','2020-12-15 09:36:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16920,'4000','41608014152','2020-12-15 09:36:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16921,'4000','41608014152','2020-12-15 09:36:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16922,'1000','41608014210','2020-12-15 10:00:12',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16923,'4000','41608014210','2020-12-15 10:00:12',NULL,2500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(16924,'1000','41608022864','2020-12-15 12:01:44',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16925,'4000','41608022864','2020-12-15 12:01:44',NULL,500.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(16926,'1110','41608023490','2020-12-15 12:17:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16927,'1110','41608023490','2020-12-15 12:17:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16928,'1110','41608023490','2020-12-15 12:17:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16929,'1110','41608023490','2020-12-15 12:17:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16930,'1110','41608023490','2020-12-15 12:17:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16931,'1110','41608023490','2020-12-15 12:17:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16932,'5500','41608023490','2020-12-15 12:17:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16933,'1000','41608023490','2020-12-15 12:17:41',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16934,'4000','41608023490','2020-12-15 12:17:41',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16935,'4000','41608023490','2020-12-15 12:17:41',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16936,'4000','41608023490','2020-12-15 12:17:41',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16937,'4000','41608023490','2020-12-15 12:17:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16938,'4000','41608023490','2020-12-15 12:17:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16939,'4000','41608023490','2020-12-15 12:17:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16940,'1110','41608024008','2020-12-15 12:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(16941,'1110','41608024008','2020-12-15 12:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16942,'1110','41608024008','2020-12-15 12:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16943,'1110','41608024008','2020-12-15 12:31:13',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(16944,'1110','41608024008','2020-12-15 12:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(16945,'5500','41608024008','2020-12-15 12:31:13',15.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16946,'1000','41608024008','2020-12-15 12:31:13',880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16947,'4000','41608024008','2020-12-15 12:31:13',NULL,180.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(16948,'4000','41608024008','2020-12-15 12:31:13',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16949,'4000','41608024008','2020-12-15 12:31:13',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16950,'4000','41608024008','2020-12-15 12:31:13',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(16951,'4000','41608024008','2020-12-15 12:31:13',NULL,150.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(16952,'1000','41608024679','2020-12-15 12:34:48',440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16953,'4000','41608024679','2020-12-15 12:34:48',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16954,'4000','41608024679','2020-12-15 12:34:48',NULL,240.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(16955,'1110','41608024896','2020-12-15 12:36:53',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16956,'1110','41608024896','2020-12-15 12:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16957,'1110','41608024896','2020-12-15 12:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16958,'1110','41608024896','2020-12-15 12:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(16959,'1110','41608024896','2020-12-15 12:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(16960,'1110','41608024896','2020-12-15 12:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(16961,'1110','41608024896','2020-12-15 12:36:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(16962,'1110','41608024896','2020-12-15 12:36:53',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16963,'5500','41608024896','2020-12-15 12:36:53',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16964,'1000','41608024896','2020-12-15 12:36:53',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16965,'4000','41608024896','2020-12-15 12:36:53',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16966,'4000','41608024896','2020-12-15 12:36:53',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16967,'4000','41608024896','2020-12-15 12:36:53',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16968,'4000','41608024896','2020-12-15 12:36:53',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(16969,'4000','41608024896','2020-12-15 12:36:53',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(16970,'4000','41608024896','2020-12-15 12:36:53',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(16971,'4000','41608024896','2020-12-15 12:36:53',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(16972,'4000','41608024896','2020-12-15 12:36:53',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16973,'1110','41608026222','2020-12-15 12:58:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(16974,'1110','41608026222','2020-12-15 12:58:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(16975,'1110','41608026222','2020-12-15 12:58:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16976,'1110','41608026222','2020-12-15 12:58:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16977,'1110','41608026222','2020-12-15 12:58:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16978,'1110','41608026222','2020-12-15 12:58:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16979,'5500','41608026222','2020-12-15 12:58:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16980,'1000','41608026222','2020-12-15 12:58:54',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16981,'4000','41608026222','2020-12-15 12:58:54',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(16982,'4000','41608026222','2020-12-15 12:58:54',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(16983,'4000','41608026222','2020-12-15 12:58:54',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16984,'4000','41608026222','2020-12-15 12:58:54',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16985,'4000','41608026222','2020-12-15 12:58:54',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(16986,'4000','41608026222','2020-12-15 12:58:54',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(16987,'1110','41608032221','2020-12-15 14:38:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(16988,'5500','41608032221','2020-12-15 14:38:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16989,'1000','41608032221','2020-12-15 14:38:33',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16990,'4000','41608032221','2020-12-15 14:38:33',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(16991,'1110','41608032319','2020-12-15 15:01:06',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16992,'1110','41608032319','2020-12-15 15:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(16993,'1110','41608032319','2020-12-15 15:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(16994,'1110','41608032319','2020-12-15 15:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(16995,'1110','41608032319','2020-12-15 15:01:06',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(16996,'1110','41608032319','2020-12-15 15:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(16997,'5500','41608032319','2020-12-15 15:01:06',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16998,'1000','41608032319','2020-12-15 15:01:06',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16999,'4000','41608032319','2020-12-15 15:01:06',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17000,'4000','41608032319','2020-12-15 15:01:06',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17001,'4000','41608032319','2020-12-15 15:01:06',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17002,'4000','41608032319','2020-12-15 15:01:06',NULL,40.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17003,'4000','41608032319','2020-12-15 15:01:06',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17004,'4000','41608032319','2020-12-15 15:01:06',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17005,'1110','41608033672','2020-12-15 15:18:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17006,'1110','41608033672','2020-12-15 15:18:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17007,'1110','41608033672','2020-12-15 15:18:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17008,'1110','41608033672','2020-12-15 15:18:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17009,'1110','41608033672','2020-12-15 15:18:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17010,'1110','41608033672','2020-12-15 15:18:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17011,'5500','41608033672','2020-12-15 15:18:35',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17012,'1000','41608033672','2020-12-15 15:18:35',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17013,'4000','41608033672','2020-12-15 15:18:35',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17014,'4000','41608033672','2020-12-15 15:18:35',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17015,'4000','41608033672','2020-12-15 15:18:35',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17016,'4000','41608033672','2020-12-15 15:18:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17017,'4000','41608033672','2020-12-15 15:18:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17018,'4000','41608033672','2020-12-15 15:18:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17019,'1110','41608034721','2020-12-15 15:26:54',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17020,'1110','41608034721','2020-12-15 15:26:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17021,'1110','41608034721','2020-12-15 15:26:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17022,'1110','41608034721','2020-12-15 15:26:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17023,'1110','41608034721','2020-12-15 15:26:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17024,'1110','41608034721','2020-12-15 15:26:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17025,'5500','41608034721','2020-12-15 15:26:54',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17026,'1000','41608034721','2020-12-15 15:26:54',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17027,'4000','41608034721','2020-12-15 15:26:54',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17028,'4000','41608034721','2020-12-15 15:26:54',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17029,'4000','41608034721','2020-12-15 15:26:54',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17030,'4000','41608034721','2020-12-15 15:26:54',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17031,'4000','41608034721','2020-12-15 15:26:54',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17032,'4000','41608034721','2020-12-15 15:26:54',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17033,'1000','41608035236','2020-12-15 15:30:18',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17034,'4000','41608035236','2020-12-15 15:30:18',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17035,'4000','41608035236','2020-12-15 15:30:18',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17036,'4000','41608035236','2020-12-15 15:30:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17037,'4000','41608035236','2020-12-15 15:30:18',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(17038,'4000','41608035236','2020-12-15 15:30:18',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17039,'4000','41608035236','2020-12-15 15:30:18',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(17040,'1000','41608035427','2020-12-15 16:00:16',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17041,'4000','41608035427','2020-12-15 16:00:16',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(17042,'1110','71608038729','2020-12-15 16:04:29',6384.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(17043,'1110','71608038729','2020-12-15 16:04:29',0.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(17044,'1110','71608038729','2020-12-15 16:04:29',0.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(17045,'1110','71608038729','2020-12-15 16:04:29',0.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','16','','No',NULL,NULL,''),(17046,'1110','71608038729','2020-12-15 16:04:29',0.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','12','','No',NULL,NULL,''),(17047,'1110','71608038729','2020-12-15 16:04:29',0.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','20','','No',NULL,NULL,''),(17048,'2130','71608038729','2020-12-15 16:04:29',NULL,6384.00,'','7','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(17049,'1110','41608037223','2020-12-15 16:43:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17050,'1110','41608037223','2020-12-15 16:43:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17051,'1110','41608037223','2020-12-15 16:43:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17052,'1110','41608037223','2020-12-15 16:43:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17053,'1110','41608037223','2020-12-15 16:43:43',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17054,'1110','41608037223','2020-12-15 16:43:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17055,'5500','41608037223','2020-12-15 16:43:43',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17056,'1000','41608037223','2020-12-15 16:43:43',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17057,'4000','41608037223','2020-12-15 16:43:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17058,'4000','41608037223','2020-12-15 16:43:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17059,'4000','41608037223','2020-12-15 16:43:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17060,'4000','41608037223','2020-12-15 16:43:43',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17061,'4000','41608037223','2020-12-15 16:43:43',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17062,'4000','41608037223','2020-12-15 16:43:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17063,'1000','71608094385','2020-12-16 07:58:32',400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17064,'4000','71608094385','2020-12-16 07:58:32',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17065,'4000','71608094385','2020-12-16 07:58:32',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17066,'4000','71608094385','2020-12-16 07:58:32',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17067,'4000','71608094385','2020-12-16 07:58:32',NULL,210.00,'','7','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(17068,'4000','71608094385','2020-12-16 07:58:32',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17069,'1110','71608094774','2020-12-16 09:48:20',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17070,'1110','71608094774','2020-12-16 09:48:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17071,'1110','71608094774','2020-12-16 09:48:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17072,'1110','71608094774','2020-12-16 09:48:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17073,'1110','71608094774','2020-12-16 09:48:20',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17074,'1110','71608094774','2020-12-16 09:48:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17075,'5500','71608094774','2020-12-16 09:48:20',323.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17076,'1000','71608094774','2020-12-16 09:48:20',1080.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17077,'4000','71608094774','2020-12-16 09:48:20',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17078,'4000','71608094774','2020-12-16 09:48:20',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17079,'4000','71608094774','2020-12-16 09:48:20',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17080,'4000','71608094774','2020-12-16 09:48:20',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17081,'4000','71608094774','2020-12-16 09:48:20',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17082,'4000','71608094774','2020-12-16 09:48:20',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17083,'1110','71608101314','2020-12-16 10:13:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17084,'1110','71608101314','2020-12-16 10:13:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17085,'1110','71608101314','2020-12-16 10:13:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17086,'1110','71608101314','2020-12-16 10:13:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17087,'1110','71608101314','2020-12-16 10:13:41',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17088,'1110','71608101314','2020-12-16 10:13:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17089,'5500','71608101314','2020-12-16 10:13:41',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17090,'1000','71608101314','2020-12-16 10:13:41',700.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17091,'4000','71608101314','2020-12-16 10:13:41',NULL,340.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17092,'4000','71608101314','2020-12-16 10:13:41',NULL,140.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17093,'4000','71608101314','2020-12-16 10:13:41',NULL,40.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17094,'4000','71608101314','2020-12-16 10:13:41',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17095,'4000','71608101314','2020-12-16 10:13:41',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17096,'4000','71608101314','2020-12-16 10:13:41',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17097,'1110','71608111445','2020-12-16 12:39:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(17098,'1110','71608111445','2020-12-16 12:39:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(17099,'1110','71608111445','2020-12-16 12:39:41',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17100,'5500','71608111445','2020-12-16 12:39:41',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17101,'1000','71608111445','2020-12-16 12:39:41',580.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17102,'4000','71608111445','2020-12-16 12:39:41',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(17103,'4000','71608111445','2020-12-16 12:39:41',NULL,500.00,'','7','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(17104,'4000','71608111445','2020-12-16 12:39:41',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17105,'1110','71608111588','2020-12-16 12:41:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17106,'1110','71608111588','2020-12-16 12:41:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17107,'1110','71608111588','2020-12-16 12:41:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17108,'1110','71608111588','2020-12-16 12:41:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17109,'1110','71608111588','2020-12-16 12:41:38',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17110,'1110','71608111588','2020-12-16 12:41:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17111,'5500','71608111588','2020-12-16 12:41:38',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17112,'1000','71608111588','2020-12-16 12:41:38',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17113,'4000','71608111588','2020-12-16 12:41:38',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17114,'4000','71608111588','2020-12-16 12:41:38',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17115,'4000','71608111588','2020-12-16 12:41:38',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17116,'4000','71608111588','2020-12-16 12:41:38',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17117,'4000','71608111588','2020-12-16 12:41:38',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17118,'4000','71608111588','2020-12-16 12:41:38',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17119,'1110','71608114480','2020-12-16 13:34:56',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17120,'1110','71608114480','2020-12-16 13:34:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17121,'1110','71608114480','2020-12-16 13:34:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17122,'1110','71608114480','2020-12-16 13:34:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17123,'1110','71608114480','2020-12-16 13:34:56',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17124,'5500','71608114480','2020-12-16 13:34:56',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17125,'1000','71608114480','2020-12-16 13:34:56',490.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17126,'4000','71608114480','2020-12-16 13:34:56',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17127,'4000','71608114480','2020-12-16 13:34:56',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17128,'4000','71608114480','2020-12-16 13:34:56',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17129,'4000','71608114480','2020-12-16 13:34:56',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17130,'4000','71608114480','2020-12-16 13:34:56',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17131,'1000','71608114902','2020-12-16 13:35:35',370.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17132,'4000','71608114902','2020-12-16 13:35:35',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17133,'4000','71608114902','2020-12-16 13:35:35',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17134,'4000','71608114902','2020-12-16 13:35:35',NULL,210.00,'','7','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(17135,'4000','71608114902','2020-12-16 13:35:35',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17136,'1110','71608114941','2020-12-16 13:38:12',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17137,'1110','71608114941','2020-12-16 13:38:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17138,'1110','71608114941','2020-12-16 13:38:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17139,'1110','71608114941','2020-12-16 13:38:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17140,'1110','71608114941','2020-12-16 13:38:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17141,'1110','71608114941','2020-12-16 13:38:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17142,'5500','71608114941','2020-12-16 13:38:12',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17143,'1000','71608114941','2020-12-16 13:38:12',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17144,'4000','71608114941','2020-12-16 13:38:12',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17145,'4000','71608114941','2020-12-16 13:38:12',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17146,'4000','71608114941','2020-12-16 13:38:12',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17147,'4000','71608114941','2020-12-16 13:38:12',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17148,'4000','71608114941','2020-12-16 13:38:12',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17149,'4000','71608114941','2020-12-16 13:38:12',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17150,'1000','71608115102','2020-12-16 13:40:25',50.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17151,'4000','71608115102','2020-12-16 13:40:25',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17152,'1000','71608115243','2020-12-16 13:41:21',120.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17153,'4000','71608115243','2020-12-16 13:41:21',NULL,120.00,'','7','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(17154,'1110','71608115387','2020-12-16 14:04:27',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17155,'1110','71608115387','2020-12-16 14:04:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17156,'1110','71608115387','2020-12-16 14:04:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17157,'1110','71608115387','2020-12-16 14:04:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17158,'1110','71608115387','2020-12-16 14:04:27',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17159,'1110','71608115387','2020-12-16 14:04:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17160,'5500','71608115387','2020-12-16 14:04:27',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17161,'1000','71608115387','2020-12-16 14:04:27',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17162,'4000','71608115387','2020-12-16 14:04:27',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17163,'4000','71608115387','2020-12-16 14:04:27',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17164,'4000','71608115387','2020-12-16 14:04:27',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17165,'4000','71608115387','2020-12-16 14:04:27',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17166,'4000','71608115387','2020-12-16 14:04:27',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17167,'4000','71608115387','2020-12-16 14:04:27',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17168,'1110','71608117209','2020-12-16 14:32:41',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17169,'1110','71608117209','2020-12-16 14:32:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17170,'1110','71608117209','2020-12-16 14:32:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17171,'1110','71608117209','2020-12-16 14:32:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17172,'1110','71608117209','2020-12-16 14:32:41',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17173,'1110','71608117209','2020-12-16 14:32:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17174,'5500','71608117209','2020-12-16 14:32:41',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17175,'1000','71608117209','2020-12-16 14:32:41',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17176,'4000','71608117209','2020-12-16 14:32:41',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17177,'4000','71608117209','2020-12-16 14:32:41',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17178,'4000','71608117209','2020-12-16 14:32:41',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17179,'4000','71608117209','2020-12-16 14:32:41',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17180,'4000','71608117209','2020-12-16 14:32:41',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17181,'4000','71608117209','2020-12-16 14:32:41',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17182,'1000','71608119369','2020-12-16 14:49:44',500.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17183,'4000','71608119369','2020-12-16 14:49:44',NULL,500.00,'','7','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(17184,'1110','71608119396','2020-12-16 14:52:38',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17185,'1110','71608119396','2020-12-16 14:52:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17186,'1110','71608119396','2020-12-16 14:52:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17187,'1110','71608119396','2020-12-16 14:52:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17188,'1110','71608119396','2020-12-16 14:52:38',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17189,'1110','71608119396','2020-12-16 14:52:38',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17190,'1110','71608119396','2020-12-16 14:52:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17191,'5500','71608119396','2020-12-16 14:52:38',166.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17192,'1000','71608119396','2020-12-16 14:52:38',590.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17193,'4000','71608119396','2020-12-16 14:52:38',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17194,'4000','71608119396','2020-12-16 14:52:38',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17195,'4000','71608119396','2020-12-16 14:52:38',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17196,'4000','71608119396','2020-12-16 14:52:38',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17197,'4000','71608119396','2020-12-16 14:52:38',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17198,'4000','71608119396','2020-12-16 14:52:38',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17199,'4000','71608119396','2020-12-16 14:52:38',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17200,'1000','71608120072','2020-12-16 15:06:13',150.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17201,'4000','71608120072','2020-12-16 15:06:13',NULL,100.00,'','7','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(17202,'4000','71608120072','2020-12-16 15:06:13',NULL,50.00,'','7','1','Good sold','1','','sales','333','','No',NULL,NULL,''),(17203,'1110','71608120412','2020-12-16 15:42:21',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17204,'1110','71608120412','2020-12-16 15:42:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17205,'1110','71608120412','2020-12-16 15:42:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17206,'1110','71608120412','2020-12-16 15:42:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17207,'1110','71608120412','2020-12-16 15:42:21',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17208,'1110','71608120412','2020-12-16 15:42:21',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17209,'5500','71608120412','2020-12-16 15:42:21',323.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17210,'1000','71608120412','2020-12-16 15:42:21',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17211,'4000','71608120412','2020-12-16 15:42:21',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17212,'4000','71608120412','2020-12-16 15:42:21',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17213,'4000','71608120412','2020-12-16 15:42:21',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17214,'4000','71608120412','2020-12-16 15:42:21',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17215,'4000','71608120412','2020-12-16 15:42:21',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17216,'4000','71608120412','2020-12-16 15:42:21',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17217,'1000','71608182188','2020-12-17 08:16:50',3100.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17218,'4000','71608182188','2020-12-17 08:16:50',NULL,600.00,'','7','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(17219,'4000','71608182188','2020-12-17 08:16:50',NULL,2500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(17220,'1110','71608182218','2020-12-17 08:21:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17221,'1110','71608182218','2020-12-17 08:21:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17222,'1110','71608182218','2020-12-17 08:21:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17223,'1110','71608182218','2020-12-17 08:21:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17224,'1110','71608182218','2020-12-17 08:21:49',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17225,'1110','71608182218','2020-12-17 08:21:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17226,'5500','71608182218','2020-12-17 08:21:49',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17227,'1000','71608182218','2020-12-17 08:21:49',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17228,'4000','71608182218','2020-12-17 08:21:49',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17229,'4000','71608182218','2020-12-17 08:21:49',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17230,'4000','71608182218','2020-12-17 08:21:49',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17231,'4000','71608182218','2020-12-17 08:21:49',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17232,'4000','71608182218','2020-12-17 08:21:49',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17233,'4000','71608182218','2020-12-17 08:21:49',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17234,'1110','71608182524','2020-12-17 08:24:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17235,'1110','71608182524','2020-12-17 08:24:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17236,'1110','71608182524','2020-12-17 08:24:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17237,'1110','71608182524','2020-12-17 08:24:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(17238,'1110','71608182524','2020-12-17 08:24:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(17239,'1110','71608182524','2020-12-17 08:24:23',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17240,'5500','71608182524','2020-12-17 08:24:23',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17241,'1000','71608182524','2020-12-17 08:24:23',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17242,'4000','71608182524','2020-12-17 08:24:23',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17243,'4000','71608182524','2020-12-17 08:24:23',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17244,'4000','71608182524','2020-12-17 08:24:23',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17245,'4000','71608182524','2020-12-17 08:24:23',NULL,210.00,'','7','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(17246,'4000','71608182524','2020-12-17 08:24:23',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17247,'4000','71608182524','2020-12-17 08:24:23',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17248,'1000','71608182814','2020-12-17 08:28:10',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17249,'4000','71608182814','2020-12-17 08:28:10',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17250,'4000','71608182814','2020-12-17 08:28:10',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17251,'4000','71608182814','2020-12-17 08:28:10',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17252,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17253,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17254,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17255,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(17256,'1110','71608189989','2020-12-17 10:27:39',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17257,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17258,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(17259,'1110','71608189989','2020-12-17 10:27:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(17260,'5500','71608189989','2020-12-17 10:27:39',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17261,'1000','71608189989','2020-12-17 10:27:39',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17262,'4000','71608189989','2020-12-17 10:27:39',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17263,'4000','71608189989','2020-12-17 10:27:39',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17264,'4000','71608189989','2020-12-17 10:27:39',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17265,'4000','71608189989','2020-12-17 10:27:39',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(17266,'4000','71608189989','2020-12-17 10:27:39',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17267,'4000','71608189989','2020-12-17 10:27:39',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17268,'4000','71608189989','2020-12-17 10:27:39',NULL,50.00,'','7','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(17269,'4000','71608189989','2020-12-17 10:27:39',NULL,50.00,'','7','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(17270,'1110','71608190064','2020-12-17 10:34:48',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17271,'1110','71608190064','2020-12-17 10:34:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17272,'1110','71608190064','2020-12-17 10:34:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17273,'1110','71608190064','2020-12-17 10:34:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17274,'1110','71608190064','2020-12-17 10:34:48',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17275,'1110','71608190064','2020-12-17 10:34:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17276,'5500','71608190064','2020-12-17 10:34:48',329.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17277,'1000','71608190064','2020-12-17 10:34:48',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17278,'4000','71608190064','2020-12-17 10:34:48',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17279,'4000','71608190064','2020-12-17 10:34:48',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17280,'4000','71608190064','2020-12-17 10:34:48',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17281,'4000','71608190064','2020-12-17 10:34:48',NULL,60.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17282,'4000','71608190064','2020-12-17 10:34:48',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17283,'4000','71608190064','2020-12-17 10:34:48',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17284,'1110','71608191087','2020-12-17 10:49:36',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17285,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17286,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17287,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17288,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17289,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(17290,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(17291,'1110','71608191087','2020-12-17 10:49:36',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17292,'1110','71608191087','2020-12-17 10:49:36',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17293,'1110','71608191087','2020-12-17 10:49:36',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17294,'5500','71608191087','2020-12-17 10:49:36',169.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17295,'1000','71608191087','2020-12-17 10:49:36',1040.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17296,'4000','71608191087','2020-12-17 10:49:36',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17297,'4000','71608191087','2020-12-17 10:49:36',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17298,'4000','71608191087','2020-12-17 10:49:36',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17299,'4000','71608191087','2020-12-17 10:49:36',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17300,'4000','71608191087','2020-12-17 10:49:36',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17301,'4000','71608191087','2020-12-17 10:49:36',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17302,'4000','71608191087','2020-12-17 10:49:36',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17303,'4000','71608191087','2020-12-17 10:49:36',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17304,'4000','71608191087','2020-12-17 10:49:36',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17305,'4000','71608191087','2020-12-17 10:49:36',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17306,'1110','71608191384','2020-12-17 11:11:01',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17307,'1110','71608191384','2020-12-17 11:11:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17308,'1110','71608191384','2020-12-17 11:11:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17309,'1110','71608191384','2020-12-17 11:11:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17310,'1110','71608191384','2020-12-17 11:11:01',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17311,'1110','71608191384','2020-12-17 11:11:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17312,'5500','71608191384','2020-12-17 11:11:01',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17313,'1000','71608191384','2020-12-17 11:11:01',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17314,'4000','71608191384','2020-12-17 11:11:01',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17315,'4000','71608191384','2020-12-17 11:11:01',NULL,100.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17316,'4000','71608191384','2020-12-17 11:11:01',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17317,'4000','71608191384','2020-12-17 11:11:01',NULL,20.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17318,'4000','71608191384','2020-12-17 11:11:01',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17319,'4000','71608191384','2020-12-17 11:11:01',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17320,'1000','71608192666','2020-12-17 11:18:35',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17321,'4000','71608192666','2020-12-17 11:18:35',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17322,'4000','71608192666','2020-12-17 11:18:35',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17323,'4000','71608192666','2020-12-17 11:18:35',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17324,'1000','71608193167','2020-12-17 11:19:55',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17325,'4000','71608193167','2020-12-17 11:19:55',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17326,'4000','71608193167','2020-12-17 11:19:55',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17327,'4000','71608193167','2020-12-17 11:19:55',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17328,'1000','71608182900','2020-12-17 11:47:32',2380.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17329,'4000','71608182900','2020-12-17 11:47:32',NULL,2380.00,'','7','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(17330,'1100','61608195076','2020-12-17 12:14:08',12640.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(17331,'4000','61608195076','2020-12-17 12:14:08',NULL,1320.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(17332,'4000','61608195076','2020-12-17 12:14:08',NULL,5600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(17333,'4000','61608195076','2020-12-17 12:14:08',NULL,2920.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(17334,'4000','61608195076','2020-12-17 12:14:08',NULL,800.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(17335,'4000','61608195076','2020-12-17 12:14:08',NULL,1250.00,'','6','1','Good sold','2','39','sales','311','','No',NULL,NULL,''),(17336,'4000','61608195076','2020-12-17 12:14:08',NULL,750.00,'','6','1','Good sold','2','39','sales','322','','No',NULL,NULL,''),(17337,'1110','71608195185','2020-12-17 12:22:22',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17338,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17339,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17340,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17341,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17342,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17343,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(17344,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(17345,'1110','71608195185','2020-12-17 12:22:22',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17346,'1110','71608195185','2020-12-17 12:22:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17347,'5500','71608195185','2020-12-17 12:22:22',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17348,'1000','71608195185','2020-12-17 12:22:22',1180.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17349,'4000','71608195185','2020-12-17 12:22:22',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17350,'4000','71608195185','2020-12-17 12:22:22',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17351,'4000','71608195185','2020-12-17 12:22:22',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17352,'4000','71608195185','2020-12-17 12:22:22',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17353,'4000','71608195185','2020-12-17 12:22:22',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17354,'4000','71608195185','2020-12-17 12:22:22',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17355,'4000','71608195185','2020-12-17 12:22:22',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17356,'4000','71608195185','2020-12-17 12:22:22',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17357,'4000','71608195185','2020-12-17 12:22:22',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17358,'4000','71608195185','2020-12-17 12:22:22',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17359,'1100','61608196805','2020-12-17 12:25:14',5600.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(17360,'4000','61608196805','2020-12-17 12:25:14',NULL,5600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(17361,'1110','71608196987','2020-12-17 12:37:25',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17362,'1110','71608196987','2020-12-17 12:37:25',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17363,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17364,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17365,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17366,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17367,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17368,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17369,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17370,'1110','71608196987','2020-12-17 12:37:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17371,'5500','71608196987','2020-12-17 12:37:25',319.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17372,'1000','71608196987','2020-12-17 12:37:25',1260.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17373,'4000','71608196987','2020-12-17 12:37:25',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17374,'4000','71608196987','2020-12-17 12:37:25',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17375,'4000','71608196987','2020-12-17 12:37:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17376,'4000','71608196987','2020-12-17 12:37:25',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17377,'4000','71608196987','2020-12-17 12:37:25',NULL,100.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17378,'4000','71608196987','2020-12-17 12:37:25',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17379,'4000','71608196987','2020-12-17 12:37:25',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17380,'4000','71608196987','2020-12-17 12:37:25',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17381,'4000','71608196987','2020-12-17 12:37:25',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17382,'4000','71608196987','2020-12-17 12:37:25',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17383,'1000','71608197852','2020-12-17 13:06:49',360.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17384,'4000','71608197852','2020-12-17 13:06:49',NULL,360.00,'','7','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(17385,'1110','71608210637','2020-12-17 16:12:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17386,'1110','71608210637','2020-12-17 16:12:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17387,'1110','71608210637','2020-12-17 16:12:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17388,'1110','71608210637','2020-12-17 16:12:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17389,'1110','71608210637','2020-12-17 16:12:43',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17390,'1110','71608210637','2020-12-17 16:12:43',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17391,'5500','71608210637','2020-12-17 16:12:43',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17392,'1000','71608210637','2020-12-17 16:12:43',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17393,'4000','71608210637','2020-12-17 16:12:43',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17394,'4000','71608210637','2020-12-17 16:12:43',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17395,'4000','71608210637','2020-12-17 16:12:43',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17396,'4000','71608210637','2020-12-17 16:12:43',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17397,'4000','71608210637','2020-12-17 16:12:43',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17398,'4000','71608210637','2020-12-17 16:12:43',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17399,'1110','71608210772','2020-12-17 16:14:32',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17400,'1110','71608210772','2020-12-17 16:14:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17401,'1110','71608210772','2020-12-17 16:14:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17402,'1110','71608210772','2020-12-17 16:14:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17403,'1110','71608210772','2020-12-17 16:14:32',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17404,'1110','71608210772','2020-12-17 16:14:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17405,'5500','71608210772','2020-12-17 16:14:32',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17406,'1000','71608210772','2020-12-17 16:14:32',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17407,'4000','71608210772','2020-12-17 16:14:32',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17408,'4000','71608210772','2020-12-17 16:14:32',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17409,'4000','71608210772','2020-12-17 16:14:32',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17410,'4000','71608210772','2020-12-17 16:14:32',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17411,'4000','71608210772','2020-12-17 16:14:32',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17412,'4000','71608210772','2020-12-17 16:14:32',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17413,'1000','71608271110','2020-12-18 08:58:45',240.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17414,'4000','71608271110','2020-12-18 08:58:45',NULL,240.00,'','7','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(17415,'1110','71608271130','2020-12-18 09:12:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17416,'1110','71608271130','2020-12-18 09:12:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17417,'1110','71608271130','2020-12-18 09:12:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17418,'1110','71608271130','2020-12-18 09:12:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17419,'1110','71608271130','2020-12-18 09:12:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','47','','No',NULL,NULL,''),(17420,'1110','71608271130','2020-12-18 09:12:33',NULL,6.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17421,'1110','71608271130','2020-12-18 09:12:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17422,'5500','71608271130','2020-12-18 09:12:33',6.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17423,'1000','71608271130','2020-12-18 09:12:33',1170.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17424,'4000','71608271130','2020-12-18 09:12:33',NULL,510.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17425,'4000','71608271130','2020-12-18 09:12:33',NULL,210.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17426,'4000','71608271130','2020-12-18 09:12:33',NULL,60.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17427,'4000','71608271130','2020-12-18 09:12:33',NULL,90.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17428,'4000','71608271130','2020-12-18 09:12:33',NULL,120.00,'','7','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(17429,'4000','71608271130','2020-12-18 09:12:33',NULL,150.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17430,'4000','71608271130','2020-12-18 09:12:33',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17431,'1100','61608271795','2020-12-18 09:12:46',9600.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(17432,'4000','61608271795','2020-12-18 09:12:46',NULL,3600.00,'','6','1','Good sold','2','40','sales','326','','No',NULL,NULL,''),(17433,'4000','61608271795','2020-12-18 09:12:46',NULL,6000.00,'','6','1','Good sold','2','40','sales','327','','No',NULL,NULL,''),(17434,'1000','71608271966','2020-12-18 09:24:24',950.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17435,'4000','71608271966','2020-12-18 09:24:24',NULL,950.00,'','7','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(17436,'1110','71608272709','2020-12-18 09:57:20',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17437,'1110','71608272709','2020-12-18 09:57:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17438,'1110','71608272709','2020-12-18 09:57:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17439,'1110','71608272709','2020-12-18 09:57:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17440,'1110','71608272709','2020-12-18 09:57:20',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17441,'1110','71608272709','2020-12-18 09:57:20',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17442,'5500','71608272709','2020-12-18 09:57:20',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17443,'1000','71608272709','2020-12-18 09:57:20',540.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17444,'4000','71608272709','2020-12-18 09:57:20',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17445,'4000','71608272709','2020-12-18 09:57:20',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17446,'4000','71608272709','2020-12-18 09:57:20',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17447,'4000','71608272709','2020-12-18 09:57:20',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17448,'4000','71608272709','2020-12-18 09:57:20',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17449,'4000','71608272709','2020-12-18 09:57:20',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17450,'1000','71608274851','2020-12-18 10:09:03',200.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17451,'4000','71608274851','2020-12-18 10:09:03',NULL,200.00,'','7','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(17452,'1110','71608275351','2020-12-18 10:14:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17453,'1110','71608275351','2020-12-18 10:14:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17454,'1110','71608275351','2020-12-18 10:14:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17455,'1110','71608275351','2020-12-18 10:14:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17456,'1110','71608275351','2020-12-18 10:14:07',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17457,'1110','71608275351','2020-12-18 10:14:07',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17458,'5500','71608275351','2020-12-18 10:14:07',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17459,'1000','71608275351','2020-12-18 10:14:07',340.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17460,'4000','71608275351','2020-12-18 10:14:07',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17461,'4000','71608275351','2020-12-18 10:14:07',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17462,'4000','71608275351','2020-12-18 10:14:07',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17463,'4000','71608275351','2020-12-18 10:14:07',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17464,'4000','71608275351','2020-12-18 10:14:07',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17465,'4000','71608275351','2020-12-18 10:14:07',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17466,'1000','71608275685','2020-12-18 10:15:41',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17467,'4000','71608275685','2020-12-18 10:15:41',NULL,300.00,'','7','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(17468,'1110','71608277491','2020-12-18 10:46:03',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17469,'1110','71608277491','2020-12-18 10:46:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17470,'1110','71608277491','2020-12-18 10:46:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17471,'1110','71608277491','2020-12-18 10:46:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17472,'1110','71608277491','2020-12-18 10:46:03',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17473,'5500','71608277491','2020-12-18 10:46:03',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17474,'1000','71608277491','2020-12-18 10:46:03',510.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17475,'4000','71608277491','2020-12-18 10:46:03',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17476,'4000','71608277491','2020-12-18 10:46:03',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17477,'4000','71608277491','2020-12-18 10:46:03',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17478,'4000','71608277491','2020-12-18 10:46:03',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17479,'4000','71608277491','2020-12-18 10:46:03',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17480,'1000','81603887319','2020-12-18 11:51:37',NULL,32262.00,'','8','1','','1','29','supplier payment','','','No',NULL,NULL,'CASH'),(17481,'2130','81603887319','2020-12-18 11:51:37',32262.00,NULL,'','8','1','','1','29','supplier payment','','','No',NULL,NULL,'CASH'),(17482,'1110','71608281355','2020-12-18 11:52:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17483,'1110','71608281355','2020-12-18 11:52:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17484,'1110','71608281355','2020-12-18 11:52:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17485,'1110','71608281355','2020-12-18 11:52:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17486,'1110','71608281355','2020-12-18 11:52:01',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17487,'1110','71608281355','2020-12-18 11:52:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17488,'5500','71608281355','2020-12-18 11:52:01',10.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17489,'1000','71608281355','2020-12-18 11:52:01',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17490,'4000','71608281355','2020-12-18 11:52:01',NULL,340.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17491,'4000','71608281355','2020-12-18 11:52:01',NULL,140.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17492,'4000','71608281355','2020-12-18 11:52:01',NULL,40.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17493,'4000','71608281355','2020-12-18 11:52:01',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17494,'4000','71608281355','2020-12-18 11:52:01',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17495,'4000','71608281355','2020-12-18 11:52:01',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17496,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17497,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17498,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17499,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(17500,'1110','71608281593','2020-12-18 11:54:37',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17501,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17502,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(17503,'1110','71608281593','2020-12-18 11:54:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(17504,'5500','71608281593','2020-12-18 11:54:37',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17505,'1000','71608281593','2020-12-18 11:54:37',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17506,'4000','71608281593','2020-12-18 11:54:37',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17507,'4000','71608281593','2020-12-18 11:54:37',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17508,'4000','71608281593','2020-12-18 11:54:37',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17509,'4000','71608281593','2020-12-18 11:54:37',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(17510,'4000','71608281593','2020-12-18 11:54:37',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17511,'4000','71608281593','2020-12-18 11:54:37',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17512,'4000','71608281593','2020-12-18 11:54:37',NULL,50.00,'','7','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(17513,'4000','71608281593','2020-12-18 11:54:37',NULL,50.00,'','7','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(17514,'1110','71608281716','2020-12-18 11:58:39',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17515,'1110','71608281716','2020-12-18 11:58:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17516,'1110','71608281716','2020-12-18 11:58:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17517,'1110','71608281716','2020-12-18 11:58:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17518,'1110','71608281716','2020-12-18 11:58:39',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17519,'1110','71608281716','2020-12-18 11:58:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17520,'5500','71608281716','2020-12-18 11:58:39',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17521,'1000','71608281716','2020-12-18 11:58:39',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17522,'4000','71608281716','2020-12-18 11:58:39',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17523,'4000','71608281716','2020-12-18 11:58:39',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17524,'4000','71608281716','2020-12-18 11:58:39',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17525,'4000','71608281716','2020-12-18 11:58:39',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17526,'4000','71608281716','2020-12-18 11:58:39',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17527,'4000','71608281716','2020-12-18 11:58:39',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (17528,'1100','41604470735','2020-12-18 11:57:39',NULL,46126.00,'','8','1','','1','21','payment','','','No',NULL,NULL,'111697'),(17529,'','41604470735','2020-12-18 11:57:39',46126.00,NULL,'','8','1','','1','21','payment','','','No',NULL,NULL,'111697'),(17530,'1100','41601463322','2020-12-18 12:09:28',NULL,38274.00,'','8','1','','1','21','payment','','','No',NULL,NULL,'CHEGUE'),(17531,'','41601463322','2020-12-18 12:09:28',38274.00,NULL,'','8','1','','1','21','payment','','','No',NULL,NULL,'CHEGUE'),(17532,'1000','71608281968','2020-12-18 12:39:50',120.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17533,'4000','71608281968','2020-12-18 12:39:50',NULL,120.00,'','7','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(17534,'1110','71608284558','2020-12-18 13:49:30',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17535,'1110','71608284558','2020-12-18 13:49:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17536,'1110','71608284558','2020-12-18 13:49:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17537,'1110','71608284558','2020-12-18 13:49:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17538,'1110','71608284558','2020-12-18 13:49:30',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17539,'1110','71608284558','2020-12-18 13:49:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17540,'5500','71608284558','2020-12-18 13:49:30',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17541,'1000','71608284558','2020-12-18 13:49:30',540.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17542,'4000','71608284558','2020-12-18 13:49:30',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17543,'4000','71608284558','2020-12-18 13:49:30',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17544,'4000','71608284558','2020-12-18 13:49:30',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17545,'4000','71608284558','2020-12-18 13:49:30',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17546,'4000','71608284558','2020-12-18 13:49:30',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17547,'4000','71608284558','2020-12-18 13:49:30',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17548,'1110','71608288580','2020-12-18 13:50:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17549,'1110','71608288580','2020-12-18 13:50:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(17550,'1110','71608288580','2020-12-18 13:50:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17551,'1110','71608288580','2020-12-18 13:50:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17552,'1110','71608288580','2020-12-18 13:50:32',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17553,'1110','71608288580','2020-12-18 13:50:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17554,'5500','71608288580','2020-12-18 13:50:32',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17555,'1000','71608288580','2020-12-18 13:50:32',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17556,'4000','71608288580','2020-12-18 13:50:32',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17557,'4000','71608288580','2020-12-18 13:50:32',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17558,'4000','71608288580','2020-12-18 13:50:32',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17559,'4000','71608288580','2020-12-18 13:50:32',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17560,'4000','71608288580','2020-12-18 13:50:32',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17561,'4000','71608288580','2020-12-18 13:50:32',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17562,'1110','71608292994','2020-12-18 15:24:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17563,'1110','71608292994','2020-12-18 15:24:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17564,'1110','71608292994','2020-12-18 15:24:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17565,'1110','71608292994','2020-12-18 15:24:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(17566,'1110','71608292994','2020-12-18 15:24:15',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17567,'1110','71608292994','2020-12-18 15:24:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17568,'1110','71608292994','2020-12-18 15:24:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(17569,'5500','71608292994','2020-12-18 15:24:15',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17570,'1000','71608292994','2020-12-18 15:24:15',450.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17571,'4000','71608292994','2020-12-18 15:24:15',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17572,'4000','71608292994','2020-12-18 15:24:15',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17573,'4000','71608292994','2020-12-18 15:24:15',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17574,'4000','71608292994','2020-12-18 15:24:15',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(17575,'4000','71608292994','2020-12-18 15:24:15',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17576,'4000','71608292994','2020-12-18 15:24:15',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17577,'4000','71608292994','2020-12-18 15:24:15',NULL,50.00,'','7','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(17578,'1110','71608294294','2020-12-18 16:02:25',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17579,'1110','71608294294','2020-12-18 16:02:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17580,'1110','71608294294','2020-12-18 16:02:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17581,'1110','71608294294','2020-12-18 16:02:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17582,'1110','71608294294','2020-12-18 16:02:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(17583,'1110','71608294294','2020-12-18 16:02:25',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17584,'5500','71608294294','2020-12-18 16:02:25',329.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17585,'1000','71608294294','2020-12-18 16:02:25',1280.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17586,'4000','71608294294','2020-12-18 16:02:25',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17587,'4000','71608294294','2020-12-18 16:02:25',NULL,180.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17588,'4000','71608294294','2020-12-18 16:02:25',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17589,'4000','71608294294','2020-12-18 16:02:25',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17590,'4000','71608294294','2020-12-18 16:02:25',NULL,260.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(17591,'4000','71608294294','2020-12-18 16:02:25',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17592,'1110','71608360347','2020-12-19 09:47:32',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17593,'1110','71608360347','2020-12-19 09:47:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(17594,'1110','71608360347','2020-12-19 09:47:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17595,'1110','71608360347','2020-12-19 09:47:32',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17596,'5500','71608360347','2020-12-19 09:47:32',319.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17597,'1000','71608360347','2020-12-19 09:47:32',1160.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17598,'4000','71608360347','2020-12-19 09:47:32',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17599,'4000','71608360347','2020-12-19 09:47:32',NULL,440.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(17600,'4000','71608360347','2020-12-19 09:47:32',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17601,'4000','71608360347','2020-12-19 09:47:32',NULL,40.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17602,'1000','71608360503','2020-12-19 09:50:17',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17603,'4000','71608360503','2020-12-19 09:50:17',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17604,'4000','71608360503','2020-12-19 09:50:17',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(17605,'4000','71608360503','2020-12-19 09:50:17',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17606,'4000','71608360503','2020-12-19 09:50:17',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17607,'4000','71608360503','2020-12-19 09:50:17',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17608,'1000','71608360977','2020-12-19 11:07:48',120.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17609,'4000','71608360977','2020-12-19 11:07:48',NULL,120.00,'','7','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(17610,'1110','71608366943','2020-12-19 11:36:41',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17611,'1110','71608366943','2020-12-19 11:36:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17612,'1110','71608366943','2020-12-19 11:36:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17613,'1110','71608366943','2020-12-19 11:36:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17614,'1110','71608366943','2020-12-19 11:36:41',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17615,'1110','71608366943','2020-12-19 11:36:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17616,'5500','71608366943','2020-12-19 11:36:41',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17617,'1000','71608366943','2020-12-19 11:36:41',540.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17618,'4000','71608366943','2020-12-19 11:36:41',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17619,'4000','71608366943','2020-12-19 11:36:41',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17620,'4000','71608366943','2020-12-19 11:36:41',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17621,'4000','71608366943','2020-12-19 11:36:41',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17622,'4000','71608366943','2020-12-19 11:36:41',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17623,'4000','71608366943','2020-12-19 11:36:41',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17624,'1110','71608367085','2020-12-19 11:50:52',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17625,'1110','71608367085','2020-12-19 11:50:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17626,'1110','71608367085','2020-12-19 11:50:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17627,'1110','71608367085','2020-12-19 11:50:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17628,'1110','71608367085','2020-12-19 11:50:52',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17629,'1110','71608367085','2020-12-19 11:50:52',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17630,'5500','71608367085','2020-12-19 11:50:52',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17631,'1000','71608367085','2020-12-19 11:50:52',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17632,'4000','71608367085','2020-12-19 11:50:52',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17633,'4000','71608367085','2020-12-19 11:50:52',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17634,'4000','71608367085','2020-12-19 11:50:52',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17635,'4000','71608367085','2020-12-19 11:50:52',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17636,'4000','71608367085','2020-12-19 11:50:52',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17637,'4000','71608367085','2020-12-19 11:50:52',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17638,'1110','71608367856','2020-12-19 11:58:37',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17639,'1110','71608367856','2020-12-19 11:58:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(17640,'1110','71608367856','2020-12-19 11:58:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17641,'1110','71608367856','2020-12-19 11:58:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(17642,'1110','71608367856','2020-12-19 11:58:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(17643,'1110','71608367856','2020-12-19 11:58:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(17644,'1110','71608367856','2020-12-19 11:58:37',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17645,'5500','71608367856','2020-12-19 11:58:37',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17646,'1000','71608367856','2020-12-19 11:58:37',700.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17647,'4000','71608367856','2020-12-19 11:58:37',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17648,'4000','71608367856','2020-12-19 11:58:37',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(17649,'4000','71608367856','2020-12-19 11:58:37',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17650,'4000','71608367856','2020-12-19 11:58:37',NULL,30.00,'','7','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(17651,'4000','71608367856','2020-12-19 11:58:37',NULL,130.00,'','7','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(17652,'4000','71608367856','2020-12-19 11:58:37',NULL,60.00,'','7','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(17653,'4000','71608367856','2020-12-19 11:58:37',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17654,'1110','71608368423','2020-12-19 12:03:42',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17655,'1110','71608368423','2020-12-19 12:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17656,'1110','71608368423','2020-12-19 12:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17657,'1110','71608368423','2020-12-19 12:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17658,'1110','71608368423','2020-12-19 12:03:42',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17659,'1110','71608368423','2020-12-19 12:03:42',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17660,'5500','71608368423','2020-12-19 12:03:42',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17661,'1000','71608368423','2020-12-19 12:03:42',540.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17662,'4000','71608368423','2020-12-19 12:03:42',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17663,'4000','71608368423','2020-12-19 12:03:42',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17664,'4000','71608368423','2020-12-19 12:03:42',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17665,'4000','71608368423','2020-12-19 12:03:42',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17666,'4000','71608368423','2020-12-19 12:03:42',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17667,'4000','71608368423','2020-12-19 12:03:42',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17668,'1110','71608371791','2020-12-19 13:07:22',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17669,'1110','71608371791','2020-12-19 13:07:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17670,'1110','71608371791','2020-12-19 13:07:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17671,'1110','71608371791','2020-12-19 13:07:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17672,'1110','71608371791','2020-12-19 13:07:22',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17673,'1110','71608371791','2020-12-19 13:07:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17674,'5500','71608371791','2020-12-19 13:07:22',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17675,'1000','71608371791','2020-12-19 13:07:22',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17676,'4000','71608371791','2020-12-19 13:07:22',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17677,'4000','71608371791','2020-12-19 13:07:22',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17678,'4000','71608371791','2020-12-19 13:07:22',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17679,'4000','71608371791','2020-12-19 13:07:22',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17680,'4000','71608371791','2020-12-19 13:07:22',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17681,'4000','71608371791','2020-12-19 13:07:22',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17682,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17683,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17684,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17685,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17686,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(17687,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(17688,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(17689,'1110','71608527326','2020-12-21 09:34:41',NULL,0.00,'','7','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(17690,'1110','71608527326','2020-12-21 09:34:41',NULL,20.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17691,'5500','71608527326','2020-12-21 09:34:41',20.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17692,'1000','71608527326','2020-12-21 09:34:41',1350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17693,'4000','71608527326','2020-12-21 09:34:41',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17694,'4000','71608527326','2020-12-21 09:34:41',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17695,'4000','71608527326','2020-12-21 09:34:41',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17696,'4000','71608527326','2020-12-21 09:34:41',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17697,'4000','71608527326','2020-12-21 09:34:41',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17698,'4000','71608527326','2020-12-21 09:34:41',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17699,'4000','71608527326','2020-12-21 09:34:41',NULL,420.00,'','7','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(17700,'4000','71608527326','2020-12-21 09:34:41',NULL,60.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17701,'4000','71608527326','2020-12-21 09:34:41',NULL,200.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17702,'1110','71608532923','2020-12-21 09:46:35',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17703,'1110','71608532923','2020-12-21 09:46:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17704,'1110','71608532923','2020-12-21 09:46:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17705,'1110','71608532923','2020-12-21 09:46:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17706,'1110','71608532923','2020-12-21 09:46:35',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17707,'1110','71608532923','2020-12-21 09:46:35',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17708,'5500','71608532923','2020-12-21 09:46:35',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17709,'1000','71608532923','2020-12-21 09:46:35',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17710,'4000','71608532923','2020-12-21 09:46:35',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17711,'4000','71608532923','2020-12-21 09:46:35',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17712,'4000','71608532923','2020-12-21 09:46:35',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17713,'4000','71608532923','2020-12-21 09:46:35',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17714,'4000','71608532923','2020-12-21 09:46:35',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17715,'4000','71608532923','2020-12-21 09:46:35',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17716,'1000','TRANS-81608535045','2020-12-15 10:54:16',NULL,5000.00,'-629079','8','1','Transfer','','','','','','No',NULL,NULL,''),(17717,'1020','TRANS-81608535045','2020-12-15 10:54:16',5000.00,NULL,'147000','8','1','Transfer','','','','','','No',NULL,NULL,''),(17718,'1000','TRANS-81608535081','2020-12-07 10:25:17',NULL,23500.00,'-652579','8','1','Transfer','','','','','','No',NULL,NULL,''),(17719,'1020','TRANS-81608535081','2020-12-07 10:25:17',23500.00,NULL,'170500','8','1','Transfer','','','','','','No',NULL,NULL,''),(17720,'1000','TRANS-81608535102','2020-12-04 10:02:18',NULL,11000.00,'-663579','8','1','Transfer','','','','','','No',NULL,NULL,''),(17721,'1020','TRANS-81608535102','2020-12-04 10:02:18',11000.00,NULL,'181500','8','1','Transfer','','','','','','No',NULL,NULL,''),(17722,'1000','TRANS-81608535435','2020-12-15 10:22:18',NULL,9540.00,'-673119','8','1','Transfer','','','','','','No',NULL,NULL,''),(17723,'1035','TRANS-81608535435','2020-12-15 10:22:18',9540.00,NULL,'491619','8','1','Transfer','','','','','','No',NULL,NULL,''),(17724,'1000','TRANS-81608535512','2020-12-17 10:56:23',NULL,48500.00,'-721619','8','1','Transfer','','','','','','No',NULL,NULL,''),(17725,'1035','TRANS-81608535512','2020-12-17 10:56:23',48500.00,NULL,'540119','8','1','Transfer','','','','','','No',NULL,NULL,''),(17726,'1000','TRANS-81608535560','2020-12-15 10:13:25',NULL,15460.00,'-737079','8','1','Transfer','','','','','','No',NULL,NULL,''),(17727,'1020','TRANS-81608535560','2020-12-15 10:13:25',15460.00,NULL,'196960','8','1','Transfer','','','','','','No',NULL,NULL,''),(17730,'2041','81608535815','2020-12-08 10:39:22',6950.00,NULL,'0','8','1','NHIF for the month of November','1','','','575','','No',NULL,NULL,''),(17731,'1000','81608535815','2020-12-08 10:39:22',NULL,6950.00,'0','8','1','NHIF for the month of November ','1','','','575','','No',NULL,NULL,''),(17734,'5531','81608536403','2020-12-08 10:41:22',2000.00,NULL,'0','8','1','electricity payment','1','','','576','','No',NULL,NULL,''),(17735,'1000','81608536403','2020-12-08 10:41:22',NULL,2000.00,'0','8','1','electricity payment ','1','','','576','','No',NULL,NULL,''),(17738,'5910','81608536510','2020-12-08 10:42:24',100.00,NULL,'0','8','1','Gabbage collection','1','','','577','','No',NULL,NULL,''),(17739,'1000','81608536510','2020-12-08 10:42:24',NULL,100.00,'0','8','1','Gabbage collection','1','','','577','','No',NULL,NULL,''),(17742,'5990','81608536577','2020-12-08 10:43:44',200.00,NULL,'0','8','1','off loading materials from kariobangi','1','','','578','','No',NULL,NULL,''),(17743,'1000','81608536577','2020-12-08 10:43:44',NULL,200.00,'0','8','1','off loading materials from kariobangi','1','','','578','','No',NULL,NULL,''),(17744,'1110','81607587540','2020-12-08 11:11:40',6384.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(17745,'1110','81607587540','2020-12-08 11:11:40',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(17746,'1110','81607587540','2020-12-08 11:11:40',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(17747,'2130','81607587540','2020-12-08 11:11:40',NULL,6384.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(17750,'5900','81608536766','2020-12-08 10:47:06',12050.00,NULL,'0','8','1','Ungerol,ufacid and Salt','1','','','579','','No',NULL,NULL,''),(17751,'1000','81608536766','2020-12-08 10:47:06',NULL,12050.00,'0','8','1','Ungerol,ufacid and Salt','1','','','579','','No',NULL,NULL,''),(17754,'5510','81608536908','2020-12-21 10:50:18',300.00,NULL,'0','8','1','Transport of material from promax','1','','','580','','No',NULL,NULL,''),(17755,'1000','81608536908','2020-12-21 10:50:18',NULL,300.00,'0','8','1','Transport of material from promax','1','','','580','','No',NULL,NULL,''),(17758,'5930','81608537051','2020-12-08 10:51:47',100.00,NULL,'0','8','1','mpesa charges','1','','','581','','No',NULL,NULL,''),(17759,'1000','81608537051','2020-12-08 10:51:47',NULL,100.00,'0','8','1','mpesa charges to pay promax','1','','','581','','No',NULL,NULL,''),(17762,'1240','81608537178','2020-12-08 10:53:46',200.00,NULL,'0','8','1','parking for director vehicle','1','','','582','','No',NULL,NULL,''),(17763,'1000','81608537178','2020-12-08 10:53:46',NULL,200.00,'0','8','1','parking for Director vehicle','1','','','582','','No',NULL,NULL,''),(17766,'5920','81608537353','2020-12-08 10:56:27',200.00,NULL,'0','8','1','Milk & Bread','1','','','583','','No',NULL,NULL,''),(17767,'1000','81608537353','2020-12-08 10:56:27',NULL,200.00,'0','8','1','Milk & Bread','1','','','583','','No',NULL,NULL,''),(17770,'5970','81608537417','2020-12-09 10:57:40',275.00,NULL,'0','8','1','Wax Pouch 1pkt','1','','','584','','No',NULL,NULL,''),(17771,'1000','81608537417','2020-12-09 10:57:40',NULL,275.00,'0','8','1','Wax Pouch 1pkt','1','','','584','','No',NULL,NULL,''),(17774,'5510','81608537493','2020-12-09 10:59:51',200.00,NULL,'0','8','1','Delivery charges for chemicals','1','','','585','','No',NULL,NULL,''),(17775,'1000','81608537493','2020-12-09 10:59:51',NULL,200.00,'0','8','1','Delivery charges for chemicals','1','','','585','','No',NULL,NULL,''),(17778,'5970','81608537679','2020-12-09 11:02:26',20.00,NULL,'0','8','1','bag','1','','','586','','No',NULL,NULL,''),(17779,'1000','81608537679','2020-12-09 11:02:26',NULL,20.00,'0','8','1','bag','1','','','586','','No',NULL,NULL,''),(17782,'5980','81608537768','2020-12-09 11:05:33',3000.00,NULL,'0','8','1','printed labels -standard thinner','1','','','587','','No',NULL,NULL,''),(17783,'1000','81608537768','2020-12-09 11:05:33',NULL,3000.00,'0','8','1','printed labels -standard thinner ','1','','','587','','No',NULL,NULL,''),(17786,'5920','81608537970','2020-12-09 11:06:49',200.00,NULL,'0','8','1','Milk & Bread','1','','','588','','No',NULL,NULL,''),(17787,'1000','81608537970','2020-12-09 11:06:49',NULL,200.00,'0','8','1','Milk & Bread','1','','','588','','No',NULL,NULL,''),(17790,'2042','81608538140','2020-12-09 11:09:46',3200.00,NULL,'0','8','1','NSSF Payment','1','','','589','','No',NULL,NULL,''),(17791,'1000','81608538140','2020-12-09 11:09:46',NULL,3200.00,'0','8','1','NSSF Payment ','1','','','589','','No',NULL,NULL,''),(17794,'5920','81608538257','2020-12-10 11:13:35',219.00,NULL,'0','8','1','sugar,tissue & bag','1','','','590','','No',NULL,NULL,''),(17795,'1000','81608538257','2020-12-10 11:13:35',NULL,219.00,'0','8','1','sugar,tissue & bag','1','','','590','','No',NULL,NULL,''),(17798,'5510','81608538447','2020-12-10 11:15:32',200.00,NULL,'0','8','1','susan transport to gikomba(motorbike)','1','','','591','','No',NULL,NULL,''),(17799,'1000','81608538447','2020-12-10 11:15:32',NULL,200.00,'0','8','1','susan transport to gikomba(motorbike)','1','','','591','','No',NULL,NULL,''),(17802,'5970','81608538557','2020-12-10 11:17:50',900.00,NULL,'0','8','1','polypots for packing caustic','1','','','592','','No',NULL,NULL,''),(17803,'1000','81608538557','2020-12-10 11:17:50',NULL,900.00,'0','8','1','polypots for packing caustic','1','','','592','','No',NULL,NULL,''),(17804,'1000','71608539942','2020-12-21 11:39:16',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17805,'4000','71608539942','2020-12-21 11:39:16',NULL,500.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(17808,'5510','81608538689','2020-12-10 11:18:42',100.00,NULL,'0','8','1','Transport of material from promax','1','','','593','','No',NULL,NULL,''),(17809,'1000','81608538689','2020-12-10 11:18:42',NULL,100.00,'0','8','1','Transport of material from promax','1','','','593','','No',NULL,NULL,''),(17812,'5900','81608540587','2020-12-10 11:51:23',13050.00,NULL,'0','8','1','Ungerol,ufacid,salt and perfumes','1','','','594','','No',NULL,NULL,''),(17813,'1000','81608540587','2020-12-10 11:51:23',NULL,13050.00,'0','8','1','Ungerol,ufacid,salt and perfumes ','1','','','594','','No',NULL,NULL,''),(17816,'5970','81608540775','2020-12-10 11:53:47',600.00,NULL,'0','8','1','perfume jars','1','','','595','','No',NULL,NULL,''),(17817,'1000','81608540775','2020-12-10 11:53:47',NULL,600.00,'0','8','1','perfume jars ','1','','','595','','No',NULL,NULL,''),(17820,'5510','81608540850','2020-12-10 11:54:40',300.00,NULL,'0','8','1','Transport of material from promax','1','','','596','','No',NULL,NULL,''),(17821,'1000','81608540850','2020-12-10 11:54:40',NULL,300.00,'0','8','1','Transport of material from promax','1','','','596','','No',NULL,NULL,''),(17824,'5930','81608540899','2020-12-10 11:55:34',100.00,NULL,'0','8','1','mpesa charges','1','','','597','','No',NULL,NULL,''),(17825,'1000','81608540899','2020-12-10 11:55:34',NULL,100.00,'0','8','1','mpesa charges to pay promax','1','','','597','','No',NULL,NULL,''),(17828,'5920','81608541004','2020-12-10 11:57:17',200.00,NULL,'0','8','1','Milk & Bread','1','','','598','','No',NULL,NULL,''),(17829,'1000','81608541004','2020-12-10 11:57:17',NULL,200.00,'0','8','1','Milk & Bread','1','','','598','','No',NULL,NULL,''),(17832,'5563','81608541081','2020-12-10 11:58:36',100.00,NULL,'0','8','1','Airtime for beatrice','1','','','599','','No',NULL,NULL,''),(17833,'1000','81608541081','2020-12-10 11:58:36',NULL,100.00,'0','8','1','Airtime for beatrice','1','','','599','','No',NULL,NULL,''),(17834,'1110','71608540402','2020-12-21 12:19:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17835,'1110','71608540402','2020-12-21 12:19:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17836,'1110','71608540402','2020-12-21 12:19:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17837,'1110','71608540402','2020-12-21 12:19:05',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17838,'1110','71608540402','2020-12-21 12:19:05',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17839,'5500','71608540402','2020-12-21 12:19:05',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17840,'1000','71608540402','2020-12-21 12:19:05',390.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17841,'4000','71608540402','2020-12-21 12:19:05',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17842,'4000','71608540402','2020-12-21 12:19:05',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17843,'4000','71608540402','2020-12-21 12:19:05',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17844,'4000','71608540402','2020-12-21 12:19:05',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17845,'4000','71608540402','2020-12-21 12:19:05',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17848,'5920','81608541178','2020-12-11 12:03:03',1000.00,NULL,'0','8','1','Office mobile phone T349','1','','','600','','No',NULL,NULL,''),(17849,'1000','81608541178','2020-12-11 12:03:03',NULL,1000.00,'0','8','1','Office mobile phone T349','1','','','600','','No',NULL,NULL,''),(17856,'1110','71608542748','2020-12-21 12:46:02',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17857,'1110','71608542748','2020-12-21 12:46:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17858,'1110','71608542748','2020-12-21 12:46:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17859,'1110','71608542748','2020-12-21 12:46:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17860,'1110','71608542748','2020-12-21 12:46:02',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17861,'1110','71608542748','2020-12-21 12:46:02',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17862,'5500','71608542748','2020-12-21 12:46:02',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17863,'1000','71608542748','2020-12-21 12:46:02',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17864,'4000','71608542748','2020-12-21 12:46:02',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17865,'4000','71608542748','2020-12-21 12:46:02',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17866,'4000','71608542748','2020-12-21 12:46:02',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17867,'4000','71608542748','2020-12-21 12:46:02',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17868,'4000','71608542748','2020-12-21 12:46:02',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17869,'4000','71608542748','2020-12-21 12:46:02',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17870,'1110','71608544112','2020-12-21 12:50:16',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17871,'1110','71608544112','2020-12-21 12:50:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(17872,'1110','71608544112','2020-12-21 12:50:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17873,'1110','71608544112','2020-12-21 12:50:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17874,'1110','71608544112','2020-12-21 12:50:16',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17875,'5500','71608544112','2020-12-21 12:50:16',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17876,'1000','71608544112','2020-12-21 12:50:16',610.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17877,'4000','71608544112','2020-12-21 12:50:16',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17878,'4000','71608544112','2020-12-21 12:50:16',NULL,220.00,'','7','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(17879,'4000','71608544112','2020-12-21 12:50:16',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17880,'4000','71608544112','2020-12-21 12:50:16',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17881,'4000','71608544112','2020-12-21 12:50:16',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17886,'1110','71608546676','2020-12-21 13:35:37',NULL,478.80,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17887,'1110','71608546676','2020-12-21 13:35:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17888,'1110','71608546676','2020-12-21 13:35:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17889,'1110','71608546676','2020-12-21 13:35:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17890,'1110','71608546676','2020-12-21 13:35:37',NULL,6.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17891,'1110','71608546676','2020-12-21 13:35:37',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17892,'5500','71608546676','2020-12-21 13:35:37',484.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17893,'1000','71608546676','2020-12-21 13:35:37',1620.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17894,'4000','71608546676','2020-12-21 13:35:37',NULL,960.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17895,'4000','71608546676','2020-12-21 13:35:37',NULL,330.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17896,'4000','71608546676','2020-12-21 13:35:37',NULL,60.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17897,'4000','71608546676','2020-12-21 13:35:37',NULL,90.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17898,'4000','71608546676','2020-12-21 13:35:37',NULL,150.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17899,'4000','71608546676','2020-12-21 13:35:37',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17900,'1110','71608546983','2020-12-21 13:42:12',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17901,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17902,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(17903,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17904,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17905,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(17906,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(17907,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(17908,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(17909,'1110','71608546983','2020-12-21 13:42:12',NULL,20.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17910,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17911,'1110','71608546983','2020-12-21 13:42:12',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(17912,'1110','71608546983','2020-12-21 13:42:12',NULL,2.00,'','7','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(17913,'5500','71608546983','2020-12-21 13:42:12',181.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17914,'1000','71608546983','2020-12-21 13:42:12',1810.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17915,'4000','71608546983','2020-12-21 13:42:12',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17916,'4000','71608546983','2020-12-21 13:42:12',NULL,150.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17917,'4000','71608546983','2020-12-21 13:42:12',NULL,160.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(17918,'4000','71608546983','2020-12-21 13:42:12',NULL,100.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17919,'4000','71608546983','2020-12-21 13:42:12',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17920,'4000','71608546983','2020-12-21 13:42:12',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(17921,'4000','71608546983','2020-12-21 13:42:12',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(17922,'4000','71608546983','2020-12-21 13:42:12',NULL,420.00,'','7','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(17923,'4000','71608546983','2020-12-21 13:42:12',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(17924,'4000','71608546983','2020-12-21 13:42:12',NULL,200.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17925,'4000','71608546983','2020-12-21 13:42:12',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17926,'4000','71608546983','2020-12-21 13:42:12',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(17927,'4000','71608546983','2020-12-21 13:42:12',NULL,300.00,'','7','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(17928,'1110','71608547846','2020-12-21 13:51:34',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17929,'1110','71608547846','2020-12-21 13:51:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17930,'1110','71608547846','2020-12-21 13:51:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17931,'1110','71608547846','2020-12-21 13:51:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17932,'1110','71608547846','2020-12-21 13:51:34',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17933,'1110','71608547846','2020-12-21 13:51:34',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17934,'5500','71608547846','2020-12-21 13:51:34',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17935,'1000','71608547846','2020-12-21 13:51:34',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17936,'4000','71608547846','2020-12-21 13:51:34',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17937,'4000','71608547846','2020-12-21 13:51:34',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17938,'4000','71608547846','2020-12-21 13:51:34',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17939,'4000','71608547846','2020-12-21 13:51:34',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17940,'4000','71608547846','2020-12-21 13:51:34',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17941,'4000','71608547846','2020-12-21 13:51:34',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17942,'1110','71608547900','2020-12-21 14:04:33',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17943,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17944,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(17945,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17946,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17947,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(17948,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(17949,'1110','71608547900','2020-12-21 14:04:33',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17950,'1110','71608547900','2020-12-21 14:04:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17951,'5500','71608547900','2020-12-21 14:04:33',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17952,'1000','71608547900','2020-12-21 14:04:33',990.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17953,'4000','71608547900','2020-12-21 14:04:33',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17954,'4000','71608547900','2020-12-21 14:04:33',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17955,'4000','71608547900','2020-12-21 14:04:33',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(17956,'4000','71608547900','2020-12-21 14:04:33',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17957,'4000','71608547900','2020-12-21 14:04:33',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(17958,'4000','71608547900','2020-12-21 14:04:33',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(17959,'4000','71608547900','2020-12-21 14:04:33',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(17960,'4000','71608547900','2020-12-21 14:04:33',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17961,'4000','71608547900','2020-12-21 14:04:33',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17962,'1000','71608549723','2020-12-21 14:22:15',1000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(17963,'4000','71608549723','2020-12-21 14:22:15',NULL,1000.00,'','7','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(17964,'1100','61608535357','2020-12-21 15:59:12',64460.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(17965,'4000','61608535357','2020-12-21 15:59:12',NULL,3960.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(17966,'4000','61608535357','2020-12-21 15:59:12',NULL,34500.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(17967,'4000','61608535357','2020-12-21 15:59:12',NULL,14600.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(17968,'4000','61608535357','2020-12-21 15:59:12',NULL,4800.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(17969,'4000','61608535357','2020-12-21 15:59:12',NULL,3000.00,'','6','1','Good sold','2','39','sales','309','','No',NULL,NULL,''),(17970,'4000','61608535357','2020-12-21 15:59:12',NULL,3600.00,'','6','1','Good sold','2','39','sales','310','','No',NULL,NULL,''),(17971,'1100','61608556045','2020-12-21 16:09:06',28000.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(17972,'4000','61608556045','2020-12-21 16:09:06',NULL,28000.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(17973,'1100','61608556304','2020-12-21 16:12:13',5600.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(17974,'4000','61608556304','2020-12-21 16:12:13',NULL,5600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(17975,'1110','71608555683','2020-12-21 16:06:48',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17976,'1110','71608555683','2020-12-21 16:06:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17977,'1110','71608555683','2020-12-21 16:06:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17978,'1110','71608555683','2020-12-21 16:06:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(17979,'1110','71608555683','2020-12-21 16:06:48',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(17980,'1110','71608555683','2020-12-21 16:06:48',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(17981,'5500','71608555683','2020-12-21 16:06:48',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17982,'1000','71608555683','2020-12-21 16:06:48',540.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17983,'4000','71608555683','2020-12-21 16:06:48',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(17984,'4000','71608555683','2020-12-21 16:06:48',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(17985,'4000','71608555683','2020-12-21 16:06:48',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(17986,'4000','71608555683','2020-12-21 16:06:48',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(17987,'4000','71608555683','2020-12-21 16:06:48',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(17988,'4000','71608555683','2020-12-21 16:06:48',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(17989,'1110','71608558622','2020-12-21 16:50:40',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17990,'5500','71608558622','2020-12-21 16:50:40',4.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(17991,'1000','71608558622','2020-12-21 16:50:40',100.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(17992,'4000','71608558622','2020-12-21 16:50:40',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(17993,'1110','71608613905','2020-12-22 08:17:22',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(17994,'1110','71608613905','2020-12-22 08:17:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(17995,'1110','71608613905','2020-12-22 08:17:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17996,'1110','71608613905','2020-12-22 08:17:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(17997,'1110','71608613905','2020-12-22 08:17:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(17998,'1110','71608613905','2020-12-22 08:17:22',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(17999,'1110','71608613905','2020-12-22 08:17:22',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18000,'5500','71608613905','2020-12-22 08:17:22',323.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18001,'1000','71608613905','2020-12-22 08:17:22',1080.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18002,'4000','71608613905','2020-12-22 08:17:22',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18003,'4000','71608613905','2020-12-22 08:17:22',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18004,'4000','71608613905','2020-12-22 08:17:22',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18005,'4000','71608613905','2020-12-22 08:17:22',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18006,'4000','71608613905','2020-12-22 08:17:22',NULL,60.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18007,'4000','71608613905','2020-12-22 08:17:22',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18008,'4000','71608613905','2020-12-22 08:17:22',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18009,'1100','61608615184','2020-12-22 10:22:16',20400.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(18010,'4000','61608615184','2020-12-22 10:22:16',NULL,5400.00,'','6','1','Good sold','2','40','sales','326','','No',NULL,NULL,''),(18011,'4000','61608615184','2020-12-22 10:22:16',NULL,15000.00,'','6','1','Good sold','2','40','sales','327','','No',NULL,NULL,''),(18012,'1110','71608621966','2020-12-22 10:28:27',NULL,478.80,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18013,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18014,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(18015,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18016,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18017,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(18018,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(18019,'1110','71608621966','2020-12-22 10:28:27',NULL,15.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18020,'1110','71608621966','2020-12-22 10:28:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18021,'5500','71608621966','2020-12-22 10:28:27',493.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18022,'1000','71608621966','2020-12-22 10:28:27',2970.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18023,'4000','71608621966','2020-12-22 10:28:27',NULL,960.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18024,'4000','71608621966','2020-12-22 10:28:27',NULL,330.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18025,'4000','71608621966','2020-12-22 10:28:27',NULL,180.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18026,'4000','71608621966','2020-12-22 10:28:27',NULL,60.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18027,'4000','71608621966','2020-12-22 10:28:27',NULL,90.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18028,'4000','71608621966','2020-12-22 10:28:27',NULL,990.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18029,'4000','71608621966','2020-12-22 10:28:27',NULL,180.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(18030,'4000','71608621966','2020-12-22 10:28:27',NULL,150.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18031,'4000','71608621966','2020-12-22 10:28:27',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18032,'1110','71608622312','2020-12-22 10:34:33',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18033,'1110','71608622312','2020-12-22 10:34:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18034,'1110','71608622312','2020-12-22 10:34:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18035,'1110','71608622312','2020-12-22 10:34:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18036,'1110','71608622312','2020-12-22 10:34:33',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18037,'1110','71608622312','2020-12-22 10:34:33',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18038,'5500','71608622312','2020-12-22 10:34:33',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18039,'1000','71608622312','2020-12-22 10:34:33',500.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18040,'4000','71608622312','2020-12-22 10:34:33',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18041,'4000','71608622312','2020-12-22 10:34:33',NULL,100.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18042,'4000','71608622312','2020-12-22 10:34:33',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18043,'4000','71608622312','2020-12-22 10:34:33',NULL,20.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18044,'4000','71608622312','2020-12-22 10:34:33',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18045,'4000','71608622312','2020-12-22 10:34:33',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18046,'1110','71608622478','2020-12-22 10:43:25',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18047,'1110','71608622478','2020-12-22 10:43:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18048,'1110','71608622478','2020-12-22 10:43:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18049,'1110','71608622478','2020-12-22 10:43:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18050,'1110','71608622478','2020-12-22 10:43:25',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18051,'1110','71608622478','2020-12-22 10:43:25',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18052,'5500','71608622478','2020-12-22 10:43:25',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18053,'1000','71608622478','2020-12-22 10:43:25',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18054,'4000','71608622478','2020-12-22 10:43:25',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18055,'4000','71608622478','2020-12-22 10:43:25',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18056,'4000','71608622478','2020-12-22 10:43:25',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18057,'4000','71608622478','2020-12-22 10:43:25',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18058,'4000','71608622478','2020-12-22 10:43:25',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18059,'4000','71608622478','2020-12-22 10:43:25',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18060,'1110','71608623092','2020-12-22 11:18:45',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18061,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18062,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18063,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18064,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18065,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18066,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18067,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(18068,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(18069,'1110','71608623092','2020-12-22 11:18:45',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18070,'1110','71608623092','2020-12-22 11:18:45',NULL,20.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18071,'1110','71608623092','2020-12-22 11:18:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18072,'5500','71608623092','2020-12-22 11:18:45',343.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18073,'1000','71608623092','2020-12-22 11:18:45',1980.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18074,'4000','71608623092','2020-12-22 11:18:45',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18075,'4000','71608623092','2020-12-22 11:18:45',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18076,'4000','71608623092','2020-12-22 11:18:45',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18077,'4000','71608623092','2020-12-22 11:18:45',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18078,'4000','71608623092','2020-12-22 11:18:45',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18079,'4000','71608623092','2020-12-22 11:18:45',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18080,'4000','71608623092','2020-12-22 11:18:45',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18081,'4000','71608623092','2020-12-22 11:18:45',NULL,420.00,'','7','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(18082,'4000','71608623092','2020-12-22 11:18:45',NULL,60.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(18083,'4000','71608623092','2020-12-22 11:18:45',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18084,'4000','71608623092','2020-12-22 11:18:45',NULL,200.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18085,'4000','71608623092','2020-12-22 11:18:45',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18086,'1000','71608625150','2020-12-22 11:41:04',250.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18087,'4000','71608625150','2020-12-22 11:41:04',NULL,250.00,'','7','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(18088,'1000','71608626510','2020-12-22 11:49:20',300.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18089,'4000','71608626510','2020-12-22 11:49:20',NULL,300.00,'','7','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(18090,'1110','71608626973','2020-12-22 12:04:29',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18091,'1110','71608626973','2020-12-22 12:04:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18092,'1110','71608626973','2020-12-22 12:04:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18093,'1110','71608626973','2020-12-22 12:04:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18094,'1110','71608626973','2020-12-22 12:04:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18095,'1110','71608626973','2020-12-22 12:04:29',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18096,'1110','71608626973','2020-12-22 12:04:29',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18097,'5500','71608626973','2020-12-22 12:04:29',323.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18098,'1000','71608626973','2020-12-22 12:04:29',1080.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18099,'4000','71608626973','2020-12-22 12:04:29',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18100,'4000','71608626973','2020-12-22 12:04:29',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18101,'4000','71608626973','2020-12-22 12:04:29',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18102,'4000','71608626973','2020-12-22 12:04:29',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18103,'4000','71608626973','2020-12-22 12:04:29',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18104,'4000','71608626973','2020-12-22 12:04:29',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18105,'4000','71608626973','2020-12-22 12:04:29',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18106,'1110','71608628047','2020-12-22 12:15:53',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18107,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18108,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18109,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18110,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18111,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18112,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18113,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18114,'1110','71608628047','2020-12-22 12:15:53',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18115,'1110','71608628047','2020-12-22 12:15:53',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18116,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18117,'1110','71608628047','2020-12-22 12:15:53',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18118,'5500','71608628047','2020-12-22 12:15:53',166.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18119,'1000','71608628047','2020-12-22 12:15:53',890.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18120,'4000','71608628047','2020-12-22 12:15:53',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18121,'4000','71608628047','2020-12-22 12:15:53',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18122,'4000','71608628047','2020-12-22 12:15:53',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18123,'4000','71608628047','2020-12-22 12:15:53',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18124,'4000','71608628047','2020-12-22 12:15:53',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18125,'4000','71608628047','2020-12-22 12:15:53',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18126,'4000','71608628047','2020-12-22 12:15:53',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18127,'4000','71608628047','2020-12-22 12:15:53',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18128,'4000','71608628047','2020-12-22 12:15:53',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18129,'4000','71608628047','2020-12-22 12:15:53',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18130,'4000','71608628047','2020-12-22 12:15:53',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18131,'4000','71608628047','2020-12-22 12:15:53',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18132,'1110','71608629019','2020-12-22 12:29:38',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18133,'1110','71608629019','2020-12-22 12:29:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18134,'1110','71608629019','2020-12-22 12:29:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18135,'1110','71608629019','2020-12-22 12:29:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18136,'1110','71608629019','2020-12-22 12:29:38',NULL,4.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18137,'1110','71608629019','2020-12-22 12:29:38',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18138,'5500','71608629019','2020-12-22 12:29:38',323.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18139,'1000','71608629019','2020-12-22 12:29:38',1080.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18140,'4000','71608629019','2020-12-22 12:29:38',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18141,'4000','71608629019','2020-12-22 12:29:38',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18142,'4000','71608629019','2020-12-22 12:29:38',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18143,'4000','71608629019','2020-12-22 12:29:38',NULL,60.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18144,'4000','71608629019','2020-12-22 12:29:38',NULL,100.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18145,'4000','71608629019','2020-12-22 12:29:38',NULL,20.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18146,'1110','71608629606','2020-12-22 12:52:57',NULL,1596.00,'','7','1','Inventory sold','1','44','sales','1','','No',NULL,NULL,''),(18147,'1110','71608629606','2020-12-22 12:52:57',NULL,0.00,'','7','1','Inventory sold','1','44','sales','5','','No',NULL,NULL,''),(18148,'1110','71608629606','2020-12-22 12:52:57',NULL,0.00,'','7','1','Inventory sold','1','44','sales','10','','No',NULL,NULL,''),(18149,'1110','71608629606','2020-12-22 12:52:57',NULL,0.00,'','7','1','Inventory sold','1','44','sales','23','','No',NULL,NULL,''),(18150,'1110','71608629606','2020-12-22 12:52:57',NULL,10.00,'','7','1','Inventory sold','1','44','sales','70','','No',NULL,NULL,''),(18151,'1110','71608629606','2020-12-22 12:52:57',NULL,25.00,'','7','1','Inventory sold','1','44','sales','74','','No',NULL,NULL,''),(18152,'1110','71608629606','2020-12-22 12:52:57',NULL,0.00,'','7','1','Inventory sold','1','44','sales','133','','No',NULL,NULL,''),(18153,'5500','71608629606','2020-12-22 12:52:57',1631.00,NULL,'','7','1','Cost of goods sold','1','44','sales','','','No',NULL,NULL,''),(18154,'1000','71608629606','2020-12-22 12:52:57',4900.00,NULL,'','7','1','Good sold','1','44','Payment','','','No',NULL,NULL,''),(18155,'4000','71608629606','2020-12-22 12:52:57',NULL,3000.00,'','7','1','Good sold','1','44','sales','1','','No',NULL,NULL,''),(18156,'4000','71608629606','2020-12-22 12:52:57',NULL,1000.00,'','7','1','Good sold','1','44','sales','5','','No',NULL,NULL,''),(18157,'4000','71608629606','2020-12-22 12:52:57',NULL,200.00,'','7','1','Good sold','1','44','sales','10','','No',NULL,NULL,''),(18158,'4000','71608629606','2020-12-22 12:52:57',NULL,100.00,'','7','1','Good sold','1','44','sales','23','','No',NULL,NULL,''),(18159,'4000','71608629606','2020-12-22 12:52:57',NULL,250.00,'','7','1','Good sold','1','44','sales','70','','No',NULL,NULL,''),(18160,'4000','71608629606','2020-12-22 12:52:57',NULL,250.00,'','7','1','Good sold','1','44','sales','74','','No',NULL,NULL,''),(18161,'4000','71608629606','2020-12-22 12:52:57',NULL,100.00,'','7','1','Good sold','1','44','sales','133','','No',NULL,NULL,''),(18162,'1100','61608629376','2020-12-22 13:09:15',15000.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(18163,'4000','61608629376','2020-12-22 13:09:15',NULL,15000.00,'','6','1','Good sold','2','40','sales','334','','No',NULL,NULL,''),(18164,'1110','71608632401','2020-12-22 13:01:01',6384.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(18165,'1110','71608632401','2020-12-22 13:01:01',0.00,NULL,'','7','1','Inventory Purchased','1','9','Purchases','5','','No',NULL,NULL,''),(18166,'2130','71608632401','2020-12-22 13:01:01',NULL,6384.00,'','7','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(18167,'1110','71608632541','2020-12-22 13:26:27',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18168,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18169,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18170,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18171,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18172,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18173,'1110','71608632541','2020-12-22 13:26:27',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18174,'1110','71608632541','2020-12-22 13:26:27',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18175,'1110','71608632541','2020-12-22 13:26:27',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18176,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18177,'1110','71608632541','2020-12-22 13:26:27',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18178,'5500','71608632541','2020-12-22 13:26:27',165.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18179,'1000','71608632541','2020-12-22 13:26:27',890.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18180,'4000','71608632541','2020-12-22 13:26:27',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18181,'4000','71608632541','2020-12-22 13:26:27',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18182,'4000','71608632541','2020-12-22 13:26:27',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18183,'4000','71608632541','2020-12-22 13:26:27',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18184,'4000','71608632541','2020-12-22 13:26:27',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18185,'4000','71608632541','2020-12-22 13:26:27',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18186,'4000','71608632541','2020-12-22 13:26:27',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18187,'4000','71608632541','2020-12-22 13:26:27',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18188,'4000','71608632541','2020-12-22 13:26:27',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18189,'4000','71608632541','2020-12-22 13:26:27',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18190,'4000','71608632541','2020-12-22 13:26:27',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18191,'1110','71608635582','2020-12-22 14:14:50',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18192,'1110','71608635582','2020-12-22 14:14:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18193,'1110','71608635582','2020-12-22 14:14:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18194,'1110','71608635582','2020-12-22 14:14:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18195,'1110','71608635582','2020-12-22 14:14:50',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18196,'1110','71608635582','2020-12-22 14:14:50',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18197,'5500','71608635582','2020-12-22 14:14:50',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18198,'1000','71608635582','2020-12-22 14:14:50',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18199,'4000','71608635582','2020-12-22 14:14:50',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18200,'4000','71608635582','2020-12-22 14:14:50',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18201,'4000','71608635582','2020-12-22 14:14:50',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18202,'4000','71608635582','2020-12-22 14:14:50',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18203,'4000','71608635582','2020-12-22 14:14:50',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18204,'4000','71608635582','2020-12-22 14:14:50',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18205,'1110','71608635768','2020-12-22 14:16:54',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18206,'1110','71608635768','2020-12-22 14:16:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18207,'1110','71608635768','2020-12-22 14:16:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18208,'1110','71608635768','2020-12-22 14:16:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18209,'1110','71608635768','2020-12-22 14:16:54',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18210,'1110','71608635768','2020-12-22 14:16:54',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18211,'5500','71608635768','2020-12-22 14:16:54',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18212,'1000','71608635768','2020-12-22 14:16:54',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18213,'4000','71608635768','2020-12-22 14:16:54',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18214,'4000','71608635768','2020-12-22 14:16:54',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18215,'4000','71608635768','2020-12-22 14:16:54',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18216,'4000','71608635768','2020-12-22 14:16:54',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18217,'4000','71608635768','2020-12-22 14:16:54',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18218,'4000','71608635768','2020-12-22 14:16:54',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18219,'4000','61607951022','2020-12-22 14:28:28',6000.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(18220,'1100','61607951022','2020-12-22 14:28:28',NULL,6000.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(18221,'5500','61607951022','2020-12-22 14:28:28',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','322','','No',NULL,NULL,''),(18222,'1110','61607951022','2020-12-22 14:28:28',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(18223,'4000','61607951022','2020-12-22 14:28:39',5000.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(18224,'1100','61607951022','2020-12-22 14:28:39',NULL,5000.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(18225,'5500','61607951022','2020-12-22 14:28:39',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','311','','No',NULL,NULL,''),(18226,'1110','61607951022','2020-12-22 14:28:39',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(18227,'1110','71608636128','2020-12-22 15:16:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18228,'1110','71608636128','2020-12-22 15:16:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18229,'1110','71608636128','2020-12-22 15:16:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18230,'1110','71608636128','2020-12-22 15:16:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18231,'1110','71608636128','2020-12-22 15:16:01',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18232,'1110','71608636128','2020-12-22 15:16:01',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18233,'5500','71608636128','2020-12-22 15:16:01',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18234,'1000','71608636128','2020-12-22 15:16:01',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18235,'4000','71608636128','2020-12-22 15:16:01',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18236,'4000','71608636128','2020-12-22 15:16:01',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18237,'4000','71608636128','2020-12-22 15:16:01',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18238,'4000','71608636128','2020-12-22 15:16:01',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18239,'4000','71608636128','2020-12-22 15:16:01',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18240,'4000','71608636128','2020-12-22 15:16:01',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18241,'1000','71608639368','2020-12-22 15:17:52',1400.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18242,'4000','71608639368','2020-12-22 15:17:52',NULL,1400.00,'','7','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(18243,'1110','71608639491','2020-12-22 15:25:31',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18244,'1110','71608639491','2020-12-22 15:25:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18245,'1110','71608639491','2020-12-22 15:25:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18246,'1110','71608639491','2020-12-22 15:25:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18247,'1110','71608639491','2020-12-22 15:25:31',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18248,'1110','71608639491','2020-12-22 15:25:31',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18249,'5500','71608639491','2020-12-22 15:25:31',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18250,'1000','71608639491','2020-12-22 15:25:31',540.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18251,'4000','71608639491','2020-12-22 15:25:31',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18252,'4000','71608639491','2020-12-22 15:25:31',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18253,'4000','71608639491','2020-12-22 15:25:31',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18254,'4000','71608639491','2020-12-22 15:25:31',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18255,'4000','71608639491','2020-12-22 15:25:31',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18256,'4000','71608639491','2020-12-22 15:25:31',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18257,'1110','71608639967','2020-12-22 15:36:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18258,'1110','71608639967','2020-12-22 15:36:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18259,'1110','71608639967','2020-12-22 15:36:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18260,'1110','71608639967','2020-12-22 15:36:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18261,'1110','71608639967','2020-12-22 15:36:15',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18262,'1110','71608639967','2020-12-22 15:36:15',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18263,'5500','71608639967','2020-12-22 15:36:15',2.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18264,'1000','71608639967','2020-12-22 15:36:15',350.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18265,'4000','71608639967','2020-12-22 15:36:15',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18266,'4000','71608639967','2020-12-22 15:36:15',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18267,'4000','71608639967','2020-12-22 15:36:15',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18268,'4000','71608639967','2020-12-22 15:36:15',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18269,'4000','71608639967','2020-12-22 15:36:15',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18270,'4000','71608639967','2020-12-22 15:36:15',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18271,'1110','71608640581','2020-12-22 15:49:23',NULL,478.80,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18272,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18273,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18274,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18275,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18276,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18277,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18278,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18279,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18280,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18281,'1110','71608640581','2020-12-22 15:49:23',NULL,6.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18282,'1110','71608640581','2020-12-22 15:49:23',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18283,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18284,'1110','71608640581','2020-12-22 15:49:23',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18285,'5500','71608640581','2020-12-22 15:49:23',486.80,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18286,'1000','71608640581','2020-12-22 15:49:23',1970.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18287,'4000','71608640581','2020-12-22 15:49:23',NULL,960.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18288,'4000','71608640581','2020-12-22 15:49:23',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18289,'4000','71608640581','2020-12-22 15:49:23',NULL,330.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18290,'4000','71608640581','2020-12-22 15:49:23',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18291,'4000','71608640581','2020-12-22 15:49:23',NULL,60.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18292,'4000','71608640581','2020-12-22 15:49:23',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18293,'4000','71608640581','2020-12-22 15:49:23',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18294,'4000','71608640581','2020-12-22 15:49:23',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18295,'4000','71608640581','2020-12-22 15:49:23',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18296,'4000','71608640581','2020-12-22 15:49:23',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18297,'4000','71608640581','2020-12-22 15:49:23',NULL,150.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18298,'4000','71608640581','2020-12-22 15:49:23',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18299,'4000','71608640581','2020-12-22 15:49:23',NULL,30.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18300,'4000','71608640581','2020-12-22 15:49:23',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18301,'1110','71608644990','2020-12-22 16:50:45',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18302,'1110','71608644990','2020-12-22 16:50:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18303,'1110','71608644990','2020-12-22 16:50:45',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18304,'1110','71608644990','2020-12-22 16:50:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18305,'1110','71608644990','2020-12-22 16:50:45',NULL,0.00,'','7','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(18306,'5500','71608644990','2020-12-22 16:50:45',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18307,'1000','71608644990','2020-12-22 16:50:45',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18308,'4000','71608644990','2020-12-22 16:50:45',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18309,'4000','71608644990','2020-12-22 16:50:45',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18310,'4000','71608644990','2020-12-22 16:50:45',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18311,'4000','71608644990','2020-12-22 16:50:45',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18312,'4000','71608644990','2020-12-22 16:50:45',NULL,50.00,'','7','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(18313,'4000','61607951022','2020-12-22 17:00:23',2880.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(18314,'1100','61607951022','2020-12-22 17:00:23',NULL,2880.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(18315,'5500','61607951022','2020-12-22 17:00:23',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','310','','No',NULL,NULL,''),(18316,'1110','61607951022','2020-12-22 17:00:23',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(18317,'1000','71608645057','2020-12-22 17:01:44',180.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18318,'4000','71608645057','2020-12-22 17:01:44',NULL,180.00,'','7','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(18319,'1000','71608700547','2020-12-23 08:16:24',2000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18320,'4000','71608700547','2020-12-23 08:16:24',NULL,2000.00,'','7','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(18321,'1110','71608700630','2020-12-23 09:49:06',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18322,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(18323,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18324,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18325,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18326,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18327,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18328,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(18329,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(18330,'1110','71608700630','2020-12-23 09:49:06',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18331,'1110','71608700630','2020-12-23 09:49:06',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18332,'1110','71608700630','2020-12-23 09:49:06',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18333,'5500','71608700630','2020-12-23 09:49:06',171.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18334,'1000','71608700630','2020-12-23 09:49:06',1000.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18335,'4000','71608700630','2020-12-23 09:49:06',NULL,300.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18336,'4000','71608700630','2020-12-23 09:49:06',NULL,90.00,'','7','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(18337,'4000','71608700630','2020-12-23 09:49:06',NULL,100.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18338,'4000','71608700630','2020-12-23 09:49:06',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18339,'4000','71608700630','2020-12-23 09:49:06',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18340,'4000','71608700630','2020-12-23 09:49:06',NULL,20.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18341,'4000','71608700630','2020-12-23 09:49:06',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18342,'4000','71608700630','2020-12-23 09:49:06',NULL,210.00,'','7','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(18343,'4000','71608700630','2020-12-23 09:49:06',NULL,50.00,'','7','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(18344,'4000','71608700630','2020-12-23 09:49:06',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18345,'4000','71608700630','2020-12-23 09:49:06',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18346,'4000','71608700630','2020-12-23 09:49:06',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18347,'1110','71608706154','2020-12-23 09:49:51',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18348,'1110','71608706154','2020-12-23 09:49:51',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18349,'5500','71608706154','2020-12-23 09:49:51',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18350,'1000','71608706154','2020-12-23 09:49:51',430.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18351,'4000','71608706154','2020-12-23 09:49:51',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18352,'4000','71608706154','2020-12-23 09:49:51',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18353,'1110','71608707543','2020-12-23 10:14:55',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18354,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18355,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(18356,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18357,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18358,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(18359,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(18360,'1110','71608707543','2020-12-23 10:14:55',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18361,'1110','71608707543','2020-12-23 10:14:55',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18362,'5500','71608707543','2020-12-23 10:14:55',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18363,'1000','71608707543','2020-12-23 10:14:55',990.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18364,'4000','71608707543','2020-12-23 10:14:55',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18365,'4000','71608707543','2020-12-23 10:14:55',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18366,'4000','71608707543','2020-12-23 10:14:55',NULL,60.00,'','7','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18367,'4000','71608707543','2020-12-23 10:14:55',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18368,'4000','71608707543','2020-12-23 10:14:55',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18369,'4000','71608707543','2020-12-23 10:14:55',NULL,330.00,'','7','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18370,'4000','71608707543','2020-12-23 10:14:55',NULL,60.00,'','7','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(18371,'4000','71608707543','2020-12-23 10:14:55',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18372,'4000','71608707543','2020-12-23 10:14:55',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18373,'1110','71608707967','2020-12-23 10:24:39',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18374,'1110','71608707967','2020-12-23 10:24:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18375,'1110','71608707967','2020-12-23 10:24:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18376,'1110','71608707967','2020-12-23 10:24:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18377,'1110','71608707967','2020-12-23 10:24:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18378,'1110','71608707967','2020-12-23 10:24:39',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18379,'1110','71608707967','2020-12-23 10:24:39',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18380,'1110','71608707967','2020-12-23 10:24:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18381,'1110','71608707967','2020-12-23 10:24:39',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18382,'5500','71608707967','2020-12-23 10:24:39',326.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18383,'1000','71608707967','2020-12-23 10:24:39',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18384,'4000','71608707967','2020-12-23 10:24:39',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18385,'4000','71608707967','2020-12-23 10:24:39',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18386,'4000','71608707967','2020-12-23 10:24:39',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18387,'4000','71608707967','2020-12-23 10:24:39',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18388,'4000','71608707967','2020-12-23 10:24:39',NULL,30.00,'','7','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18389,'4000','71608707967','2020-12-23 10:24:39',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18390,'4000','71608707967','2020-12-23 10:24:39',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18391,'4000','71608707967','2020-12-23 10:24:39',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18392,'4000','71608707967','2020-12-23 10:24:39',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18393,'1110','71608708682','2020-12-23 10:37:30',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18394,'1110','71608708682','2020-12-23 10:37:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18395,'1110','71608708682','2020-12-23 10:37:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18396,'1110','71608708682','2020-12-23 10:37:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18397,'1110','71608708682','2020-12-23 10:37:30',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18398,'1110','71608708682','2020-12-23 10:37:30',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18399,'5500','71608708682','2020-12-23 10:37:30',164.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18400,'1000','71608708682','2020-12-23 10:37:30',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18401,'4000','71608708682','2020-12-23 10:37:30',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18402,'4000','71608708682','2020-12-23 10:37:30',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18403,'4000','71608708682','2020-12-23 10:37:30',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18404,'4000','71608708682','2020-12-23 10:37:30',NULL,30.00,'','7','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18405,'4000','71608708682','2020-12-23 10:37:30',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18406,'4000','71608708682','2020-12-23 10:37:30',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18407,'1110','71608709058','2020-12-23 10:42:08',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18408,'1110','71608709058','2020-12-23 10:42:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18409,'1110','71608709058','2020-12-23 10:42:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18410,'1110','71608709058','2020-12-23 10:42:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18411,'5500','71608709058','2020-12-23 10:42:08',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18412,'1000','71608709058','2020-12-23 10:42:08',460.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18413,'4000','71608709058','2020-12-23 10:42:08',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18414,'4000','71608709058','2020-12-23 10:42:08',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18415,'4000','71608709058','2020-12-23 10:42:08',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18416,'4000','71608709058','2020-12-23 10:42:08',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18417,'1110','71608709340','2020-12-23 10:49:49',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18418,'1110','71608709340','2020-12-23 10:49:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18419,'1110','71608709340','2020-12-23 10:49:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18420,'1110','71608709340','2020-12-23 10:49:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18421,'1110','71608709340','2020-12-23 10:49:49',NULL,2.00,'','7','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18422,'1110','71608709340','2020-12-23 10:49:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18423,'5500','71608709340','2020-12-23 10:49:49',161.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18424,'1000','71608709340','2020-12-23 10:49:49',540.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18425,'4000','71608709340','2020-12-23 10:49:49',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18426,'4000','71608709340','2020-12-23 10:49:49',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18427,'4000','71608709340','2020-12-23 10:49:49',NULL,20.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18428,'4000','71608709340','2020-12-23 10:49:49',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18429,'4000','71608709340','2020-12-23 10:49:49',NULL,50.00,'','7','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18430,'4000','71608709340','2020-12-23 10:49:49',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18431,'1110','71608709794','2020-12-23 10:53:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18432,'1110','71608709794','2020-12-23 10:53:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18433,'1110','71608709794','2020-12-23 10:53:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18434,'1110','71608709794','2020-12-23 10:53:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18435,'1110','71608709794','2020-12-23 10:53:49',NULL,5.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18436,'1110','71608709794','2020-12-23 10:53:49',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18437,'5500','71608709794','2020-12-23 10:53:49',5.00,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18438,'1000','71608709794','2020-12-23 10:53:49',350.00,NULL,'','7','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18439,'4000','71608709794','2020-12-23 10:53:49',NULL,170.00,'','7','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18440,'4000','71608709794','2020-12-23 10:53:49',NULL,70.00,'','7','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18441,'4000','71608709794','2020-12-23 10:53:49',NULL,20.00,'','7','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18442,'4000','71608709794','2020-12-23 10:53:49',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18443,'4000','71608709794','2020-12-23 10:53:49',NULL,50.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18444,'4000','71608709794','2020-12-23 10:53:49',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18445,'1110','71608712588','2020-12-23 11:38:46',NULL,319.20,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18446,'1110','71608712588','2020-12-23 11:38:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18447,'1110','71608712588','2020-12-23 11:38:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18448,'1110','71608712588','2020-12-23 11:38:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18449,'1110','71608712588','2020-12-23 11:38:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18450,'1110','71608712588','2020-12-23 11:38:46',NULL,10.00,'','7','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18451,'1110','71608712588','2020-12-23 11:38:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18452,'1110','71608712588','2020-12-23 11:38:46',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18453,'5500','71608712588','2020-12-23 11:38:46',329.20,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18454,'1000','71608712588','2020-12-23 11:38:46',1080.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18455,'4000','71608712588','2020-12-23 11:38:46',NULL,640.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18456,'4000','71608712588','2020-12-23 11:38:46',NULL,220.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18457,'4000','71608712588','2020-12-23 11:38:46',NULL,40.00,'','7','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18458,'4000','71608712588','2020-12-23 11:38:46',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18459,'4000','71608712588','2020-12-23 11:38:46',NULL,30.00,'','7','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18460,'4000','71608712588','2020-12-23 11:38:46',NULL,100.00,'','7','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18461,'4000','71608712588','2020-12-23 11:38:46',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18462,'4000','71608712588','2020-12-23 11:38:46',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18463,'1100','61608719256','2020-12-23 13:46:10',116900.00,NULL,'','6','1','Good sold','2','19','sales','','','No',NULL,NULL,''),(18464,'4000','61608719256','2020-12-23 13:46:10',NULL,81000.00,'','6','1','Good sold','2','19','sales','335','','No',NULL,NULL,''),(18465,'4000','61608719256','2020-12-23 13:46:10',NULL,9000.00,'','6','1','Good sold','2','19','sales','336','','No',NULL,NULL,''),(18466,'4000','61608719256','2020-12-23 13:46:10',NULL,8000.00,'','6','1','Good sold','2','19','sales','337','','No',NULL,NULL,''),(18467,'4000','61608719256','2020-12-23 13:46:10',NULL,6900.00,'','6','1','Good sold','2','19','sales','338','','No',NULL,NULL,''),(18468,'4000','61608719256','2020-12-23 13:46:10',NULL,12000.00,'','6','1','Good sold','2','19','sales','339','','No',NULL,NULL,''),(18469,'1100','81608721128','2020-12-23 13:59:03',45000.00,NULL,'','8','1','Good sold','2','19','sales','','','No',NULL,NULL,''),(18470,'4000','81608721128','2020-12-23 13:59:03',NULL,45000.00,'','8','1','Good sold','2','19','sales','340','','No',NULL,NULL,''),(18471,'1110','41609744386','2020-12-29 10:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18472,'1110','41609744386','2020-12-29 10:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18473,'1110','41609744386','2020-12-29 10:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18474,'1110','41609744386','2020-12-29 10:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18475,'1110','41609744386','2020-12-29 10:14:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18476,'1110','41609744386','2020-12-29 10:14:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18477,'5500','41609744386','2020-12-29 10:14:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18478,'1000','41609744386','2020-12-29 10:14:30',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18479,'4000','41609744386','2020-12-29 10:14:30',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18480,'4000','41609744386','2020-12-29 10:14:30',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18481,'4000','41609744386','2020-12-29 10:14:30',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18482,'4000','41609744386','2020-12-29 10:14:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18483,'4000','41609744386','2020-12-29 10:14:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18484,'4000','41609744386','2020-12-29 10:14:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18485,'1000','41609744503','2020-12-29 10:16:30',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18486,'4000','41609744503','2020-12-29 10:16:30',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18487,'4000','41609744503','2020-12-29 10:16:30',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18488,'4000','41609744503','2020-12-29 10:16:30',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(18489,'1000','41609744621','2021-01-04 10:28:50',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18490,'4000','41609744621','2021-01-04 10:28:50',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(18491,'1110','41609745341','2021-01-04 10:37:46',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18492,'5500','41609745341','2021-01-04 10:37:46',638.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18493,'1000','41609745341','2021-01-04 10:37:46',1280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18494,'4000','41609745341','2021-01-04 10:37:46',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18495,'1000','41609745873','2021-01-04 10:45:55',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18496,'4000','41609745873','2021-01-04 10:45:55',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(18497,'1110','41609746361','2021-01-04 11:45:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18498,'1110','41609746361','2021-01-04 11:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18499,'1110','41609746361','2021-01-04 11:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18500,'1110','41609746361','2021-01-04 11:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18501,'1110','41609746361','2021-01-04 11:45:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18502,'1110','41609746361','2021-01-04 11:45:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18503,'5500','41609746361','2021-01-04 11:45:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18504,'1000','41609746361','2021-01-04 11:45:21',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18505,'4000','41609746361','2021-01-04 11:45:21',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18506,'4000','41609746361','2021-01-04 11:45:21',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18507,'4000','41609746361','2021-01-04 11:45:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18508,'4000','41609746361','2021-01-04 11:45:21',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18509,'4000','41609746361','2021-01-04 11:45:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18510,'4000','41609746361','2021-01-04 11:45:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18511,'1110','41609749949','2021-01-04 12:25:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18512,'1110','41609749949','2021-01-04 12:25:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18513,'1110','41609749949','2021-01-04 12:25:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18514,'1110','41609749949','2021-01-04 12:25:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18515,'1110','41609749949','2021-01-04 12:25:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18516,'1110','41609749949','2021-01-04 12:25:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18517,'5500','41609749949','2021-01-04 12:25:24',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18518,'1000','41609749949','2021-01-04 12:25:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18519,'4000','41609749949','2021-01-04 12:25:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18520,'4000','41609749949','2021-01-04 12:25:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18521,'4000','41609749949','2021-01-04 12:25:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18522,'4000','41609749949','2021-01-04 12:25:24',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18523,'4000','41609749949','2021-01-04 12:25:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18524,'4000','41609749949','2021-01-04 12:25:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18525,'1000','41609752331','2021-01-04 13:21:53',1350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18526,'4000','41609752331','2021-01-04 13:21:53',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18527,'4000','41609752331','2021-01-04 13:21:53',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18528,'4000','41609752331','2021-01-04 13:21:53',NULL,180.00,'','4','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(18532,'1110','41609755741','2021-01-04 13:24:10',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18533,'1110','41609755741','2021-01-04 13:24:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18534,'1110','41609755741','2021-01-04 13:24:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18535,'1110','41609755741','2021-01-04 13:24:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18536,'1110','41609755741','2021-01-04 13:24:10',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18537,'1110','41609755741','2021-01-04 13:24:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18538,'5500','41609755741','2021-01-04 13:24:10',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18539,'1000','41609755741','2021-01-04 13:24:10',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18540,'4000','41609755741','2021-01-04 13:24:10',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18541,'4000','41609755741','2021-01-04 13:24:10',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18542,'4000','41609755741','2021-01-04 13:24:10',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18543,'4000','41609755741','2021-01-04 13:24:10',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18544,'4000','41609755741','2021-01-04 13:24:10',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18545,'4000','41609755741','2021-01-04 13:24:10',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18546,'1110','81609755735','2021-01-04 13:01:15',6384.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(18547,'1110','81609755735','2021-01-04 13:01:15',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','4','','No',NULL,NULL,''),(18548,'1110','81609755735','2021-01-04 13:01:15',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','71','','No',NULL,NULL,''),(18549,'2130','81609755735','2021-01-04 13:01:15',NULL,6384.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(18550,'1110','41609755856','2021-01-04 13:35:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18551,'1110','41609755856','2021-01-04 13:35:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18552,'1110','41609755856','2021-01-04 13:35:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18553,'1110','41609755856','2021-01-04 13:35:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(18554,'1110','41609755856','2021-01-04 13:35:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(18555,'1110','41609755856','2021-01-04 13:35:31',NULL,60.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18556,'5500','41609755856','2021-01-04 13:35:31',60.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18557,'1000','41609755856','2021-01-04 13:35:31',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18558,'4000','41609755856','2021-01-04 13:35:31',NULL,510.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18559,'4000','41609755856','2021-01-04 13:35:31',NULL,60.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18560,'4000','41609755856','2021-01-04 13:35:31',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18561,'4000','41609755856','2021-01-04 13:35:31',NULL,1260.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(18562,'4000','41609755856','2021-01-04 13:35:31',NULL,180.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(18563,'4000','41609755856','2021-01-04 13:35:31',NULL,600.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18564,'1110','41609756540','2021-01-04 13:38:43',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18565,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18566,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18567,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(18568,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(18569,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(18570,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(18571,'1110','41609756540','2021-01-04 13:38:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(18572,'5500','41609756540','2021-01-04 13:38:43',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18573,'1000','41609756540','2021-01-04 13:38:43',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18574,'4000','41609756540','2021-01-04 13:38:43',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18575,'4000','41609756540','2021-01-04 13:38:43',NULL,480.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18576,'4000','41609756540','2021-01-04 13:38:43',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18577,'4000','41609756540','2021-01-04 13:38:43',NULL,90.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(18578,'4000','41609756540','2021-01-04 13:38:43',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(18579,'4000','41609756540','2021-01-04 13:38:43',NULL,390.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(18580,'4000','41609756540','2021-01-04 13:38:43',NULL,180.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(18581,'4000','41609756540','2021-01-04 13:38:43',NULL,150.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(18582,'1000','41609760527','2021-01-04 14:42:41',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18583,'4000','41609760527','2021-01-04 14:42:41',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18584,'4000','41609760527','2021-01-04 14:42:41',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18585,'4000','41609760527','2021-01-04 14:42:41',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(18586,'1110','41609760902','2021-01-04 14:50:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18587,'1110','41609760902','2021-01-04 14:50:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18588,'1110','41609760902','2021-01-04 14:50:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18589,'1110','41609760902','2021-01-04 14:50:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(18590,'1110','41609760902','2021-01-04 14:50:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(18591,'1110','41609760902','2021-01-04 14:50:06',NULL,20.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18592,'5500','41609760902','2021-01-04 14:50:06',20.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18593,'1000','41609760902','2021-01-04 14:50:06',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18594,'4000','41609760902','2021-01-04 14:50:06',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18595,'4000','41609760902','2021-01-04 14:50:06',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18596,'4000','41609760902','2021-01-04 14:50:06',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18597,'4000','41609760902','2021-01-04 14:50:06',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(18598,'4000','41609760902','2021-01-04 14:50:06',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(18599,'4000','41609760902','2021-01-04 14:50:06',NULL,200.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18600,'1110','41609765203','2021-01-04 16:01:05',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18601,'1110','41609765203','2021-01-04 16:01:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18602,'1110','41609765203','2021-01-04 16:01:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18603,'1110','41609765203','2021-01-04 16:01:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18604,'1110','41609765203','2021-01-04 16:01:05',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18605,'1110','41609765203','2021-01-04 16:01:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18606,'5500','41609765203','2021-01-04 16:01:05',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18607,'1000','41609765203','2021-01-04 16:01:05',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18608,'4000','41609765203','2021-01-04 16:01:05',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18609,'4000','41609765203','2021-01-04 16:01:05',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18610,'4000','41609765203','2021-01-04 16:01:05',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18611,'4000','41609765203','2021-01-04 16:01:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18612,'4000','41609765203','2021-01-04 16:01:05',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18613,'4000','41609765203','2021-01-04 16:01:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18614,'1110','41609765271','2021-01-04 16:02:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18615,'1110','41609765271','2021-01-04 16:02:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18616,'1110','41609765271','2021-01-04 16:02:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18617,'1110','41609765271','2021-01-04 16:02:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18618,'1110','41609765271','2021-01-04 16:02:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18619,'1110','41609765271','2021-01-04 16:02:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18620,'5500','41609765271','2021-01-04 16:02:10',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18621,'1000','41609765271','2021-01-04 16:02:10',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18622,'4000','41609765271','2021-01-04 16:02:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18623,'4000','41609765271','2021-01-04 16:02:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18624,'4000','41609765271','2021-01-04 16:02:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18625,'4000','41609765271','2021-01-04 16:02:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18626,'4000','41609765271','2021-01-04 16:02:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18627,'4000','41609765271','2021-01-04 16:02:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18628,'1110','41609765337','2021-01-04 16:03:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18629,'1110','41609765337','2021-01-04 16:03:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18630,'1110','41609765337','2021-01-04 16:03:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18631,'1110','41609765337','2021-01-04 16:03:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18632,'1110','41609765337','2021-01-04 16:03:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18633,'1110','41609765337','2021-01-04 16:03:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18634,'5500','41609765337','2021-01-04 16:03:22',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18635,'1000','41609765337','2021-01-04 16:03:22',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18636,'4000','41609765337','2021-01-04 16:03:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18637,'4000','41609765337','2021-01-04 16:03:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18638,'4000','41609765337','2021-01-04 16:03:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18639,'4000','41609765337','2021-01-04 16:03:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18640,'4000','41609765337','2021-01-04 16:03:22',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18641,'4000','41609765337','2021-01-04 16:03:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18642,'1110','41609765408','2021-01-04 16:11:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18643,'1110','41609765408','2021-01-04 16:11:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18644,'1110','41609765408','2021-01-04 16:11:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18645,'1110','41609765408','2021-01-04 16:11:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18646,'1110','41609765408','2021-01-04 16:11:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18647,'1110','41609765408','2021-01-04 16:11:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18648,'5500','41609765408','2021-01-04 16:11:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18649,'1000','41609765408','2021-01-04 16:11:34',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18650,'4000','41609765408','2021-01-04 16:11:34',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18651,'4000','41609765408','2021-01-04 16:11:34',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18652,'4000','41609765408','2021-01-04 16:11:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18653,'4000','41609765408','2021-01-04 16:11:34',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18654,'4000','41609765408','2021-01-04 16:11:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18655,'4000','41609765408','2021-01-04 16:11:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18656,'1000','41609765899','2021-01-04 16:13:33',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18657,'4000','41609765899','2021-01-04 16:13:33',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(18658,'1000','41609767891','2021-01-04 16:58:38',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18659,'4000','41609767891','2021-01-04 16:58:38',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(18660,'1110','71609828979','2021-01-05 09:57:10',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18661,'1110','71609828979','2021-01-05 09:57:10',NULL,0.00,'','7','1','Inventory sold','2','','sales','136','','No',NULL,NULL,''),(18662,'5500','71609828979','2021-01-05 09:57:10',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18663,'1000','71609828979','2021-01-05 09:57:10',620.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18664,'4000','71609828979','2021-01-05 09:57:10',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18665,'4000','71609828979','2021-01-05 09:57:10',NULL,300.00,'','7','1','Good sold','2','','sales','136','','No',NULL,NULL,''),(18666,'1110','41609824698','2021-01-05 09:58:10',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18667,'1110','41609824698','2021-01-05 09:58:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18668,'1110','41609824698','2021-01-05 09:58:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18669,'1110','41609824698','2021-01-05 09:58:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18670,'1110','41609824698','2021-01-05 09:58:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18671,'1110','41609824698','2021-01-05 09:58:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18672,'1110','41609824698','2021-01-05 09:58:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(18673,'5500','41609824698','2021-01-05 09:58:10',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18674,'1000','41609824698','2021-01-05 09:58:10',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18675,'4000','41609824698','2021-01-05 09:58:10',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18676,'4000','41609824698','2021-01-05 09:58:10',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18677,'4000','41609824698','2021-01-05 09:58:10',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18678,'4000','41609824698','2021-01-05 09:58:10',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18679,'4000','41609824698','2021-01-05 09:58:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18680,'4000','41609824698','2021-01-05 09:58:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18681,'4000','41609824698','2021-01-05 09:58:10',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(18682,'1110','41609831060','2021-01-05 11:08:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18683,'1110','41609831060','2021-01-05 11:08:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18684,'1110','41609831060','2021-01-05 11:08:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18685,'1110','41609831060','2021-01-05 11:08:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18686,'1110','41609831060','2021-01-05 11:08:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18687,'1110','41609831060','2021-01-05 11:08:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18688,'5500','41609831060','2021-01-05 11:08:08',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18689,'1000','41609831060','2021-01-05 11:08:08',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18690,'4000','41609831060','2021-01-05 11:08:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18691,'4000','41609831060','2021-01-05 11:08:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18692,'4000','41609831060','2021-01-05 11:08:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18693,'4000','41609831060','2021-01-05 11:08:08',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18694,'4000','41609831060','2021-01-05 11:08:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18695,'4000','41609831060','2021-01-05 11:08:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18696,'1110','41609834094','2021-01-05 11:09:11',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18697,'1110','41609834094','2021-01-05 11:09:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18698,'1110','41609834094','2021-01-05 11:09:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18699,'1110','41609834094','2021-01-05 11:09:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18700,'1110','41609834094','2021-01-05 11:09:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18701,'1110','41609834094','2021-01-05 11:09:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18702,'5500','41609834094','2021-01-05 11:09:11',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18703,'1000','41609834094','2021-01-05 11:09:11',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18704,'4000','41609834094','2021-01-05 11:09:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18705,'4000','41609834094','2021-01-05 11:09:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18706,'4000','41609834094','2021-01-05 11:09:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18707,'4000','41609834094','2021-01-05 11:09:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18708,'4000','41609834094','2021-01-05 11:09:11',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18709,'4000','41609834094','2021-01-05 11:09:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18710,'1110','71609834601','2021-01-05 11:17:08',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18711,'1110','71609834601','2021-01-05 11:17:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18712,'1110','71609834601','2021-01-05 11:17:08',NULL,0.00,'','7','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18713,'5500','71609834601','2021-01-05 11:17:08',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18714,'1000','71609834601','2021-01-05 11:17:08',440.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18715,'4000','71609834601','2021-01-05 11:17:08',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18716,'4000','71609834601','2021-01-05 11:17:08',NULL,110.00,'','7','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18717,'4000','71609834601','2021-01-05 11:17:08',NULL,10.00,'','7','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18718,'1110','41609834157','2021-01-05 11:17:13',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18719,'1110','41609834157','2021-01-05 11:17:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18720,'1110','41609834157','2021-01-05 11:17:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18721,'1110','41609834157','2021-01-05 11:17:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18722,'1110','41609834157','2021-01-05 11:17:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18723,'1110','41609834157','2021-01-05 11:17:13',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18724,'1110','41609834157','2021-01-05 11:17:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18725,'1110','41609834157','2021-01-05 11:17:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','177','','No',NULL,NULL,''),(18726,'5500','41609834157','2021-01-05 11:17:13',326.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18727,'1000','41609834157','2021-01-05 11:17:13',5580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18728,'4000','41609834157','2021-01-05 11:17:13',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18729,'4000','41609834157','2021-01-05 11:17:13',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18730,'4000','41609834157','2021-01-05 11:17:13',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18731,'4000','41609834157','2021-01-05 11:17:13',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18732,'4000','41609834157','2021-01-05 11:17:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18733,'4000','41609834157','2021-01-05 11:17:13',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18734,'4000','41609834157','2021-01-05 11:17:13',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18735,'4000','41609834157','2021-01-05 11:17:13',NULL,4500.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(18736,'1110','71609834634','2021-01-05 11:19:19',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18737,'1110','71609834634','2021-01-05 11:19:19',NULL,0.00,'','7','1','Inventory sold','1','','sales','296','','No',NULL,NULL,''),(18738,'5500','71609834634','2021-01-05 11:19:19',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18739,'1000','71609834634','2021-01-05 11:19:19',620.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18740,'4000','71609834634','2021-01-05 11:19:19',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18741,'4000','71609834634','2021-01-05 11:19:19',NULL,300.00,'','7','1','Good sold','1','','sales','296','','No',NULL,NULL,''),(18742,'1110','41609834687','2021-01-05 11:58:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18743,'1110','41609834687','2021-01-05 11:58:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(18744,'1110','41609834687','2021-01-05 11:58:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(18745,'1110','41609834687','2021-01-05 11:58:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18746,'1110','41609834687','2021-01-05 11:58:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18747,'1110','41609834687','2021-01-05 11:58:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18748,'5500','41609834687','2021-01-05 11:58:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18749,'1000','41609834687','2021-01-05 11:58:09',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18750,'4000','41609834687','2021-01-05 11:58:09',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18751,'4000','41609834687','2021-01-05 11:58:09',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18752,'4000','41609834687','2021-01-05 11:58:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(18753,'4000','41609834687','2021-01-05 11:58:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18754,'4000','41609834687','2021-01-05 11:58:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18755,'4000','41609834687','2021-01-05 11:58:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18756,'1110','41609837095','2021-01-05 12:10:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18757,'1110','41609837095','2021-01-05 12:10:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18758,'1110','41609837095','2021-01-05 12:10:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18759,'1110','41609837095','2021-01-05 12:10:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18760,'1110','41609837095','2021-01-05 12:10:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18761,'1110','41609837095','2021-01-05 12:10:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18762,'5500','41609837095','2021-01-05 12:10:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18763,'1000','41609837095','2021-01-05 12:10:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18764,'4000','41609837095','2021-01-05 12:10:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18765,'4000','41609837095','2021-01-05 12:10:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18766,'4000','41609837095','2021-01-05 12:10:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18767,'4000','41609837095','2021-01-05 12:10:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18768,'4000','41609837095','2021-01-05 12:10:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18769,'4000','41609837095','2021-01-05 12:10:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18770,'1110','41609837857','2021-01-05 12:19:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18771,'1110','41609837857','2021-01-05 12:19:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18772,'1110','41609837857','2021-01-05 12:19:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18773,'1110','41609837857','2021-01-05 12:19:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18774,'1110','41609837857','2021-01-05 12:19:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18775,'1110','41609837857','2021-01-05 12:19:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18776,'5500','41609837857','2021-01-05 12:19:04',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18777,'1000','41609837857','2021-01-05 12:19:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18778,'4000','41609837857','2021-01-05 12:19:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18779,'4000','41609837857','2021-01-05 12:19:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18780,'4000','41609837857','2021-01-05 12:19:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18781,'4000','41609837857','2021-01-05 12:19:04',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18782,'4000','41609837857','2021-01-05 12:19:04',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18783,'4000','41609837857','2021-01-05 12:19:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18784,'1110','41609838350','2021-01-05 12:20:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18785,'1110','41609838350','2021-01-05 12:20:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18786,'1110','41609838350','2021-01-05 12:20:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18787,'1110','41609838350','2021-01-05 12:20:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18788,'1110','41609838350','2021-01-05 12:20:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18789,'1110','41609838350','2021-01-05 12:20:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18790,'5500','41609838350','2021-01-05 12:20:03',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18791,'1000','41609838350','2021-01-05 12:20:03',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18792,'4000','41609838350','2021-01-05 12:20:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18793,'4000','41609838350','2021-01-05 12:20:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18794,'4000','41609838350','2021-01-05 12:20:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18795,'4000','41609838350','2021-01-05 12:20:03',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18796,'4000','41609838350','2021-01-05 12:20:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18797,'4000','41609838350','2021-01-05 12:20:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18798,'1110','41609838409','2021-01-05 13:16:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18799,'1110','41609838409','2021-01-05 13:16:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18800,'1110','41609838409','2021-01-05 13:16:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18801,'1110','41609838409','2021-01-05 13:16:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18802,'1110','41609838409','2021-01-05 13:16:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18803,'1110','41609838409','2021-01-05 13:16:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18804,'5500','41609838409','2021-01-05 13:16:13',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18805,'1000','41609838409','2021-01-05 13:16:13',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18806,'4000','41609838409','2021-01-05 13:16:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18807,'4000','41609838409','2021-01-05 13:16:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18808,'4000','41609838409','2021-01-05 13:16:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18809,'4000','41609838409','2021-01-05 13:16:13',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18810,'4000','41609838409','2021-01-05 13:16:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18811,'4000','41609838409','2021-01-05 13:16:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18812,'1000','41609841779','2021-01-05 13:45:02',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18813,'4000','41609841779','2021-01-05 13:45:02',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18814,'4000','41609841779','2021-01-05 13:45:02',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(18815,'4000','41609841779','2021-01-05 13:45:02',NULL,100.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(18816,'1000','41609843604','2021-01-05 13:54:46',280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18817,'4000','41609843604','2021-01-05 13:54:46',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18818,'4000','41609843604','2021-01-05 13:54:46',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(18819,'4000','41609843604','2021-01-05 13:54:46',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18820,'4000','41609843604','2021-01-05 13:54:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18821,'4000','71609834601','2021-01-06 10:25:51',320.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18822,'1000','71609834601','2021-01-06 10:25:51',NULL,320.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18823,'5500','71609834601','2021-01-06 10:25:51',NULL,159.60,'','8','1','Cost of goods returned','1','','sales','1','','No',NULL,NULL,''),(18824,'1110','71609834601','2021-01-06 10:25:51',159.60,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18825,'4000','71609834601','2021-01-06 10:25:54',10.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18826,'1000','71609834601','2021-01-06 10:25:54',NULL,10.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18827,'5500','71609834601','2021-01-06 10:25:54',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','133','','No',NULL,NULL,''),(18828,'1110','71609834601','2021-01-06 10:25:54',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18829,'4000','71609834601','2021-01-06 10:25:57',110.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18830,'1000','71609834601','2021-01-06 10:25:57',NULL,110.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18831,'5500','71609834601','2021-01-06 10:25:57',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','5','','No',NULL,NULL,''),(18832,'1110','71609834601','2021-01-06 10:25:57',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18833,'4000','71609828979','2021-01-06 10:27:39',300.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18834,'1000','71609828979','2021-01-06 10:27:39',NULL,300.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18835,'5500','71609828979','2021-01-06 10:27:39',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','136','','No',NULL,NULL,''),(18836,'1110','71609828979','2021-01-06 10:27:39',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18837,'4000','71609828979','2021-01-06 10:27:42',320.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18838,'1000','71609828979','2021-01-06 10:27:42',NULL,320.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18839,'5500','71609828979','2021-01-06 10:27:42',NULL,159.60,'','8','1','Cost of goods returned','1','','sales','1','','No',NULL,NULL,''),(18840,'1110','71609828979','2021-01-06 10:27:42',159.60,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18841,'1000','41609910778','2021-01-06 10:22:16',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18842,'4000','41609910778','2021-01-06 10:22:16',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(18843,'4000','71609834634','2021-01-06 10:32:45',320.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18844,'1000','71609834634','2021-01-06 10:32:45',NULL,320.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18845,'5500','71609834634','2021-01-06 10:32:45',NULL,159.60,'','8','1','Cost of goods returned','1','','sales','1','','No',NULL,NULL,''),(18846,'1110','71609834634','2021-01-06 10:32:45',159.60,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18847,'4000','71609834634','2021-01-06 10:32:48',300.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18848,'1000','71609834634','2021-01-06 10:32:48',NULL,300.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(18849,'5500','71609834634','2021-01-06 10:32:48',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','296','','No',NULL,NULL,''),(18850,'1110','71609834634','2021-01-06 10:32:48',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(18851,'1110','41609918308','2021-01-06 10:44:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18852,'1110','41609918308','2021-01-06 10:44:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18853,'1110','41609918308','2021-01-06 10:44:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18854,'1110','41609918308','2021-01-06 10:44:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18855,'1110','41609918308','2021-01-06 10:44:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18856,'5500','41609918308','2021-01-06 10:44:41',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18857,'1000','41609918308','2021-01-06 10:44:41',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18858,'4000','41609918308','2021-01-06 10:44:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18859,'4000','41609918308','2021-01-06 10:44:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18860,'4000','41609918308','2021-01-06 10:44:41',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18861,'4000','41609918308','2021-01-06 10:44:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18862,'4000','41609918308','2021-01-06 10:44:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18863,'1110','41609919089','2021-01-06 10:54:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18864,'1110','41609919089','2021-01-06 10:54:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18865,'1110','41609919089','2021-01-06 10:54:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18866,'1110','41609919089','2021-01-06 10:54:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18867,'1110','41609919089','2021-01-06 10:54:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18868,'1110','41609919089','2021-01-06 10:54:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18869,'5500','41609919089','2021-01-06 10:54:09',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18870,'1000','41609919089','2021-01-06 10:54:09',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18871,'4000','41609919089','2021-01-06 10:54:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18872,'4000','41609919089','2021-01-06 10:54:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18873,'4000','41609919089','2021-01-06 10:54:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18874,'4000','41609919089','2021-01-06 10:54:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18875,'4000','41609919089','2021-01-06 10:54:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18876,'4000','41609919089','2021-01-06 10:54:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18877,'1110','41609920932','2021-01-06 11:17:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18878,'1110','41609920932','2021-01-06 11:17:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18879,'1110','41609920932','2021-01-06 11:17:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18880,'1110','41609920932','2021-01-06 11:17:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18881,'1110','41609920932','2021-01-06 11:17:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18882,'1110','41609920932','2021-01-06 11:17:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18883,'5500','41609920932','2021-01-06 11:17:35',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18884,'1000','41609920932','2021-01-06 11:17:35',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18885,'4000','41609920932','2021-01-06 11:17:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18886,'4000','41609920932','2021-01-06 11:17:35',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18887,'4000','41609920932','2021-01-06 11:17:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18888,'4000','41609920932','2021-01-06 11:17:35',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18889,'4000','41609920932','2021-01-06 11:17:35',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18890,'4000','41609920932','2021-01-06 11:17:35',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18891,'1000','41609921060','2021-01-06 11:24:06',230.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18892,'4000','41609921060','2021-01-06 11:24:06',NULL,180.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(18893,'4000','41609921060','2021-01-06 11:24:06',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(18894,'1110','41609921466','2021-01-06 11:32:16',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18895,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18896,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(18897,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18898,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(18899,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(18900,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(18901,'1110','41609921466','2021-01-06 11:32:16',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(18902,'1110','41609921466','2021-01-06 11:32:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18903,'5500','41609921466','2021-01-06 11:32:16',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18904,'1000','41609921466','2021-01-06 11:32:16',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18905,'4000','41609921466','2021-01-06 11:32:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18906,'4000','41609921466','2021-01-06 11:32:16',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18907,'4000','41609921466','2021-01-06 11:32:16',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18908,'4000','41609921466','2021-01-06 11:32:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18909,'4000','41609921466','2021-01-06 11:32:16',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(18910,'4000','41609921466','2021-01-06 11:32:16',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18911,'4000','41609921466','2021-01-06 11:32:16',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(18912,'4000','41609921466','2021-01-06 11:32:16',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(18913,'4000','41609921466','2021-01-06 11:32:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18914,'1110','41609921942','2021-01-06 12:28:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18915,'1110','41609921942','2021-01-06 12:28:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18916,'1110','41609921942','2021-01-06 12:28:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18917,'1110','41609921942','2021-01-06 12:28:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18918,'1110','41609921942','2021-01-06 12:28:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18919,'5500','41609921942','2021-01-06 12:28:11',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18920,'1000','41609921942','2021-01-06 12:28:11',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18921,'4000','41609921942','2021-01-06 12:28:11',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18922,'4000','41609921942','2021-01-06 12:28:11',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18923,'4000','41609921942','2021-01-06 12:28:11',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18924,'4000','41609921942','2021-01-06 12:28:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18925,'4000','41609921942','2021-01-06 12:28:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18926,'1110','41609925298','2021-01-06 12:49:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18927,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(18928,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18929,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18930,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18931,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18932,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18933,'1110','41609925298','2021-01-06 12:49:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(18934,'5500','41609925298','2021-01-06 12:49:41',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18935,'1000','41609925298','2021-01-06 12:49:41',730.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18936,'4000','41609925298','2021-01-06 12:49:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18937,'4000','41609925298','2021-01-06 12:49:41',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(18938,'4000','41609925298','2021-01-06 12:49:41',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18939,'4000','41609925298','2021-01-06 12:49:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18940,'4000','41609925298','2021-01-06 12:49:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18941,'4000','41609925298','2021-01-06 12:49:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18942,'4000','41609925298','2021-01-06 12:49:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18943,'4000','41609925298','2021-01-06 12:49:41',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(18944,'1000','41609926593','2021-01-06 12:54:39',2280.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18945,'4000','41609926593','2021-01-06 12:54:39',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(18946,'4000','41609926593','2021-01-06 12:54:39',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18947,'4000','41609926593','2021-01-06 12:54:39',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(18948,'4000','41609926593','2021-01-06 12:54:39',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(18949,'4000','41609926593','2021-01-06 12:54:39',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(18950,'4000','41609926593','2021-01-06 12:54:39',NULL,1300.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(18951,'1000','41609926888','2021-01-06 12:55:32',1300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(18952,'4000','41609926888','2021-01-06 12:55:32',NULL,1300.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(18953,'1110','41609927344','2021-01-06 13:33:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18954,'1110','41609927344','2021-01-06 13:33:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18955,'1110','41609927344','2021-01-06 13:33:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18956,'1110','41609927344','2021-01-06 13:33:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18957,'1110','41609927344','2021-01-06 13:33:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18958,'1110','41609927344','2021-01-06 13:33:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18959,'5500','41609927344','2021-01-06 13:33:37',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18960,'1000','41609927344','2021-01-06 13:33:37',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18961,'4000','41609927344','2021-01-06 13:33:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18962,'4000','41609927344','2021-01-06 13:33:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18963,'4000','41609927344','2021-01-06 13:33:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18964,'4000','41609927344','2021-01-06 13:33:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(18965,'4000','41609927344','2021-01-06 13:33:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18966,'4000','41609927344','2021-01-06 13:33:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18967,'1110','41609931123','2021-01-06 14:06:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18968,'1110','41609931123','2021-01-06 14:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18969,'1110','41609931123','2021-01-06 14:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18970,'1110','41609931123','2021-01-06 14:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18971,'1110','41609931123','2021-01-06 14:06:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18972,'1110','41609931123','2021-01-06 14:06:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18973,'5500','41609931123','2021-01-06 14:06:23',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18974,'1000','41609931123','2021-01-06 14:06:23',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18975,'4000','41609931123','2021-01-06 14:06:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18976,'4000','41609931123','2021-01-06 14:06:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18977,'4000','41609931123','2021-01-06 14:06:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18978,'4000','41609931123','2021-01-06 14:06:23',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18979,'4000','41609931123','2021-01-06 14:06:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18980,'4000','41609931123','2021-01-06 14:06:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18981,'1110','41609931242','2021-01-06 14:10:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18982,'1110','41609931242','2021-01-06 14:10:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18983,'1110','41609931242','2021-01-06 14:10:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18984,'1110','41609931242','2021-01-06 14:10:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(18985,'1110','41609931242','2021-01-06 14:10:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(18986,'1110','41609931242','2021-01-06 14:10:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(18987,'5500','41609931242','2021-01-06 14:10:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(18988,'1000','41609931242','2021-01-06 14:10:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(18989,'4000','41609931242','2021-01-06 14:10:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(18990,'4000','41609931242','2021-01-06 14:10:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(18991,'4000','41609931242','2021-01-06 14:10:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(18992,'4000','41609931242','2021-01-06 14:10:21',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(18993,'4000','41609931242','2021-01-06 14:10:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(18994,'4000','41609931242','2021-01-06 14:10:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(18995,'1110','41609932648','2021-01-06 14:32:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(18996,'1110','41609932648','2021-01-06 14:32:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(18997,'1110','41609932648','2021-01-06 14:32:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(18998,'1110','41609932648','2021-01-06 14:32:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(18999,'1110','41609932648','2021-01-06 14:32:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19000,'1110','41609932648','2021-01-06 14:32:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19001,'5500','41609932648','2021-01-06 14:32:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19002,'1000','41609932648','2021-01-06 14:32:18',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19003,'4000','41609932648','2021-01-06 14:32:18',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19004,'4000','41609932648','2021-01-06 14:32:18',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19005,'4000','41609932648','2021-01-06 14:32:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19006,'4000','41609932648','2021-01-06 14:32:18',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19007,'4000','41609932648','2021-01-06 14:32:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19008,'4000','41609932648','2021-01-06 14:32:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19009,'1110','41609933287','2021-01-06 15:39:16',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19010,'1110','41609933287','2021-01-06 15:39:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19011,'1110','41609933287','2021-01-06 15:39:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19012,'1110','41609933287','2021-01-06 15:39:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19013,'1110','41609933287','2021-01-06 15:39:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19014,'1110','41609933287','2021-01-06 15:39:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19015,'5500','41609933287','2021-01-06 15:39:16',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19016,'1000','41609933287','2021-01-06 15:39:16',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19017,'4000','41609933287','2021-01-06 15:39:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19018,'4000','41609933287','2021-01-06 15:39:16',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19019,'4000','41609933287','2021-01-06 15:39:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19020,'4000','41609933287','2021-01-06 15:39:16',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19021,'4000','41609933287','2021-01-06 15:39:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19022,'4000','41609933287','2021-01-06 15:39:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19023,'1000','41609936761','2020-12-31 16:09:52',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19024,'4000','41609936761','2020-12-31 16:09:52',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(19025,'4000','41609936761','2020-12-31 16:09:52',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(19026,'4000','41609936761','2020-12-31 16:09:52',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(19027,'1110','41609938625','2020-12-29 16:13:13',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19028,'1110','41609938625','2020-12-29 16:13:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19029,'1110','41609938625','2020-12-29 16:13:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19030,'1110','41609938625','2020-12-29 16:13:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19031,'1110','41609938625','2020-12-29 16:13:13',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19032,'1110','41609938625','2020-12-29 16:13:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19033,'5500','41609938625','2020-12-29 16:13:13',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19034,'1000','41609938625','2020-12-29 16:13:13',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19035,'4000','41609938625','2020-12-29 16:13:13',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19036,'4000','41609938625','2020-12-29 16:13:13',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19037,'4000','41609938625','2020-12-29 16:13:13',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19038,'4000','41609938625','2020-12-29 16:13:13',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19039,'4000','41609938625','2020-12-29 16:13:13',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19040,'4000','41609938625','2020-12-29 16:13:13',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19041,'1000','41609938844','2020-12-29 16:14:17',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19042,'4000','41609938844','2020-12-29 16:14:17',NULL,120.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(19043,'1000','41609938890','2020-12-29 16:15:26',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19044,'4000','41609938890','2020-12-29 16:15:26',NULL,550.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(19045,'1000','41609938948','2020-12-29 16:16:07',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19046,'4000','41609938948','2020-12-29 16:16:07',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(19047,'1110','41609938994','2020-12-30 16:17:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19048,'1110','41609938994','2020-12-30 16:17:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19049,'1110','41609938994','2020-12-30 16:17:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19050,'1110','41609938994','2020-12-30 16:17:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19051,'1110','41609938994','2020-12-30 16:17:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19052,'5500','41609938994','2020-12-30 16:17:32',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19053,'1000','41609938994','2020-12-30 16:17:32',490.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19054,'4000','41609938994','2020-12-30 16:17:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19055,'4000','41609938994','2020-12-30 16:17:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19056,'4000','41609938994','2020-12-30 16:17:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19057,'4000','41609938994','2020-12-30 16:17:32',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19058,'4000','41609938994','2020-12-30 16:17:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19059,'1000','41609941226','2021-01-06 16:54:26',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19060,'4000','41609941226','2021-01-06 16:54:26',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(19061,'4000','41609941226','2021-01-06 16:54:26',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(19062,'4000','41609941226','2021-01-06 16:54:26',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(19063,'1000','41609941518','2021-01-06 16:59:18',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19064,'4000','41609941518','2021-01-06 16:59:18',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(19065,'1110','41610001944','2021-01-07 09:47:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19066,'1110','41610001944','2021-01-07 09:47:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19067,'1110','41610001944','2021-01-07 09:47:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19068,'1110','41610001944','2021-01-07 09:47:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19069,'1110','41610001944','2021-01-07 09:47:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19070,'1110','41610001944','2021-01-07 09:47:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19071,'5500','41610001944','2021-01-07 09:47:23',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19072,'1000','41610001944','2021-01-07 09:47:23',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19073,'4000','41610001944','2021-01-07 09:47:23',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19074,'4000','41610001944','2021-01-07 09:47:23',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19075,'4000','41610001944','2021-01-07 09:47:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19076,'4000','41610001944','2021-01-07 09:47:23',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19077,'4000','41610001944','2021-01-07 09:47:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19078,'4000','41610001944','2021-01-07 09:47:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19079,'1110','41610002049','2021-01-07 09:49:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19080,'1110','41610002049','2021-01-07 09:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19081,'1110','41610002049','2021-01-07 09:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19082,'1110','41610002049','2021-01-07 09:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19083,'1110','41610002049','2021-01-07 09:49:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19084,'1110','41610002049','2021-01-07 09:49:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19085,'5500','41610002049','2021-01-07 09:49:04',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19086,'1000','41610002049','2021-01-07 09:49:04',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19087,'4000','41610002049','2021-01-07 09:49:04',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19088,'4000','41610002049','2021-01-07 09:49:04',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19089,'4000','41610002049','2021-01-07 09:49:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19090,'4000','41610002049','2021-01-07 09:49:04',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19091,'4000','41610002049','2021-01-07 09:49:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19092,'4000','41610002049','2021-01-07 09:49:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19093,'1110','41610002150','2021-01-07 09:57:12',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19094,'1110','41610002150','2021-01-07 09:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19095,'1110','41610002150','2021-01-07 09:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19096,'1110','41610002150','2021-01-07 09:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19097,'1110','41610002150','2021-01-07 09:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19098,'5500','41610002150','2021-01-07 09:57:12',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19099,'1000','41610002150','2021-01-07 09:57:12',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19100,'4000','41610002150','2021-01-07 09:57:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19101,'4000','41610002150','2021-01-07 09:57:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19102,'4000','41610002150','2021-01-07 09:57:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19103,'4000','41610002150','2021-01-07 09:57:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19104,'4000','41610002150','2021-01-07 09:57:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19105,'1000','41610002829','2021-01-07 10:02:32',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19106,'4000','41610002829','2021-01-07 10:02:32',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(19107,'1110','41610002958','2021-01-07 10:12:02',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19108,'1110','41610002958','2021-01-07 10:12:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(19109,'1110','41610002958','2021-01-07 10:12:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19110,'1110','41610002958','2021-01-07 10:12:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19111,'1110','41610002958','2021-01-07 10:12:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(19112,'5500','41610002958','2021-01-07 10:12:02',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19113,'1000','41610002958','2021-01-07 10:12:02',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19114,'4000','41610002958','2021-01-07 10:12:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19115,'4000','41610002958','2021-01-07 10:12:02',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(19116,'4000','41610002958','2021-01-07 10:12:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19117,'4000','41610002958','2021-01-07 10:12:02',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19118,'4000','41610002958','2021-01-07 10:12:02',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(19119,'1110','41610004051','2021-01-07 10:21:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19120,'5500','41610004051','2021-01-07 10:21:03',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19121,'1000','41610004051','2021-01-07 10:21:03',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19122,'4000','41610004051','2021-01-07 10:21:03',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19123,'1110','41610007607','2021-01-07 11:23:53',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19124,'1110','41610007607','2021-01-07 11:23:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19125,'1110','41610007607','2021-01-07 11:23:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19126,'1110','41610007607','2021-01-07 11:23:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(19127,'1110','41610007607','2021-01-07 11:23:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(19128,'1110','41610007607','2021-01-07 11:23:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19129,'5500','41610007607','2021-01-07 11:23:53',1596.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19130,'1000','41610007607','2021-01-07 11:23:53',5400.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19131,'4000','41610007607','2021-01-07 11:23:53',NULL,3200.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19132,'4000','41610007607','2021-01-07 11:23:53',NULL,1100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19133,'4000','41610007607','2021-01-07 11:23:53',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19134,'4000','41610007607','2021-01-07 11:23:53',NULL,300.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(19135,'4000','41610007607','2021-01-07 11:23:53',NULL,500.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(19136,'4000','41610007607','2021-01-07 11:23:53',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19137,'1110','41610007849','2021-01-07 11:26:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19138,'1110','41610007849','2021-01-07 11:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19139,'1110','41610007849','2021-01-07 11:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19140,'1110','41610007849','2021-01-07 11:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(19141,'1110','41610007849','2021-01-07 11:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(19142,'1110','41610007849','2021-01-07 11:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19143,'5500','41610007849','2021-01-07 11:26:03',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19144,'1000','41610007849','2021-01-07 11:26:03',590.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19145,'4000','41610007849','2021-01-07 11:26:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19146,'4000','41610007849','2021-01-07 11:26:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19147,'4000','41610007849','2021-01-07 11:26:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19148,'4000','41610007849','2021-01-07 11:26:03',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(19149,'4000','41610007849','2021-01-07 11:26:03',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(19150,'4000','41610007849','2021-01-07 11:26:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19151,'1110','81610007930','2021-01-05 11:11:30',3192.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','1','','No',NULL,NULL,''),(19152,'1110','81610007930','2021-01-05 11:11:30',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(19153,'1110','81610007930','2021-01-05 11:11:30',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','16','','No',NULL,NULL,''),(19154,'1110','81610007930','2021-01-05 11:11:30',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','12','','No',NULL,NULL,''),(19155,'1110','81610007930','2021-01-05 11:11:30',1000.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','37','','No',NULL,NULL,''),(19156,'2130','81610007930','2021-01-05 11:11:30',NULL,4192.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(19157,'1110','81610008218','2021-01-05 11:11:18',54264.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','1','','No',NULL,NULL,''),(19158,'1110','81610008218','2021-01-05 11:11:18',0.00,NULL,'','8','1','Inventory Purchased','1','11','Purchases','4','','No',NULL,NULL,''),(19159,'2130','81610008218','2021-01-05 11:11:18',NULL,54264.00,'','8','1','Account payable for inventory','1','11','Purchases','','','No',NULL,NULL,''),(19160,'1110','41610012452','2021-01-07 12:43:54',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19161,'5500','41610012452','2021-01-07 12:43:54',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19162,'1000','41610012452','2021-01-07 12:43:54',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19163,'4000','41610012452','2021-01-07 12:43:54',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19164,'1110','41610012652','2021-01-07 12:52:02',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19165,'1110','41610012652','2021-01-07 12:52:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19166,'1110','41610012652','2021-01-07 12:52:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19167,'1110','41610012652','2021-01-07 12:52:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19168,'1110','41610012652','2021-01-07 12:52:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19169,'1110','41610012652','2021-01-07 12:52:02',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19170,'5500','41610012652','2021-01-07 12:52:02',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19171,'1000','41610012652','2021-01-07 12:52:02',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19172,'4000','41610012652','2021-01-07 12:52:02',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19173,'4000','41610012652','2021-01-07 12:52:02',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19174,'4000','41610012652','2021-01-07 12:52:02',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19175,'4000','41610012652','2021-01-07 12:52:02',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19176,'4000','41610012652','2021-01-07 12:52:02',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19177,'4000','41610012652','2021-01-07 12:52:02',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19178,'1110','41610013424','2021-01-07 13:05:36',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19179,'1110','41610013424','2021-01-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19180,'1110','41610013424','2021-01-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19181,'1110','41610013424','2021-01-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19182,'1110','41610013424','2021-01-07 13:05:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19183,'5500','41610013424','2021-01-07 13:05:36',638.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19184,'1000','41610013424','2021-01-07 13:05:36',2080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19185,'4000','41610013424','2021-01-07 13:05:36',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19186,'4000','41610013424','2021-01-07 13:05:36',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19187,'4000','41610013424','2021-01-07 13:05:36',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19188,'4000','41610013424','2021-01-07 13:05:36',NULL,240.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19189,'4000','41610013424','2021-01-07 13:05:36',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19190,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(19191,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(19192,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(19193,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(19194,'1110','41610014062','2021-01-07 13:09:35',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19195,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(19196,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(19197,'1110','41610014062','2021-01-07 13:09:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(19198,'5500','41610014062','2021-01-07 13:09:35',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19199,'1000','41610014062','2021-01-07 13:09:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19200,'4000','41610014062','2021-01-07 13:09:35',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(19201,'4000','41610014062','2021-01-07 13:09:35',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19202,'4000','41610014062','2021-01-07 13:09:35',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(19203,'4000','41610014062','2021-01-07 13:09:35',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(19204,'4000','41610014062','2021-01-07 13:09:35',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19205,'4000','41610014062','2021-01-07 13:09:35',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(19206,'4000','41610014062','2021-01-07 13:09:35',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(19207,'4000','41610014062','2021-01-07 13:09:35',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(19208,'1110','41610014180','2021-01-07 13:10:26',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19209,'5500','41610014180','2021-01-07 13:10:26',8.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19210,'1000','41610014180','2021-01-07 13:10:26',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19211,'4000','41610014180','2021-01-07 13:10:26',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19212,'1000','41610014234','2021-01-07 13:48:12',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19213,'4000','41610014234','2021-01-07 13:48:12',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(19214,'1110','41610016497','2021-01-07 14:28:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19215,'1110','41610016497','2021-01-07 14:28:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19216,'1110','41610016497','2021-01-07 14:28:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19217,'1110','41610016497','2021-01-07 14:28:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19218,'1110','41610016497','2021-01-07 14:28:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19219,'1110','41610016497','2021-01-07 14:28:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19220,'5500','41610016497','2021-01-07 14:28:30',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19221,'1000','41610016497','2021-01-07 14:28:30',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19222,'4000','41610016497','2021-01-07 14:28:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19223,'4000','41610016497','2021-01-07 14:28:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19224,'4000','41610016497','2021-01-07 14:28:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19225,'4000','41610016497','2021-01-07 14:28:30',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19226,'4000','41610016497','2021-01-07 14:28:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19227,'4000','41610016497','2021-01-07 14:28:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19228,'1110','41610018917','2021-01-07 14:48:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19229,'1110','41610018917','2021-01-07 14:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(19230,'1110','41610018917','2021-01-07 14:48:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19231,'1110','41610018917','2021-01-07 14:48:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19232,'5500','41610018917','2021-01-07 14:48:14',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19233,'1000','41610018917','2021-01-07 14:48:14',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19234,'4000','41610018917','2021-01-07 14:48:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19235,'4000','41610018917','2021-01-07 14:48:14',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(19236,'4000','41610018917','2021-01-07 14:48:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19237,'4000','41610018917','2021-01-07 14:48:14',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19238,'1000','41610020443','2021-01-07 15:11:23',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19239,'4000','41610020443','2021-01-07 15:11:23',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(19240,'1110','41610021494','2021-01-07 15:13:01',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19241,'1110','41610021494','2021-01-07 15:13:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19242,'1110','41610021494','2021-01-07 15:13:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19243,'1110','41610021494','2021-01-07 15:13:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19244,'1110','41610021494','2021-01-07 15:13:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19245,'1110','41610021494','2021-01-07 15:13:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19246,'5500','41610021494','2021-01-07 15:13:01',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19247,'1000','41610021494','2021-01-07 15:13:01',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19248,'4000','41610021494','2021-01-07 15:13:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19249,'4000','41610021494','2021-01-07 15:13:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19250,'4000','41610021494','2021-01-07 15:13:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19251,'4000','41610021494','2021-01-07 15:13:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19252,'4000','41610021494','2021-01-07 15:13:01',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19253,'4000','41610021494','2021-01-07 15:13:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19254,'1000','41610021588','2021-01-07 15:15:48',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19255,'4000','41610021588','2021-01-07 15:15:48',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(19256,'4000','41610021588','2021-01-07 15:15:48',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(19257,'4000','41610021588','2021-01-07 15:15:48',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19258,'4000','41610021588','2021-01-07 15:15:48',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(19259,'4000','41610021588','2021-01-07 15:15:48',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(19260,'4000','41610021588','2021-01-07 15:15:48',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(19261,'1110','41610021755','2021-01-07 15:40:27',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19262,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19263,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19264,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19265,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(19266,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(19267,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(19268,'1110','41610021755','2021-01-07 15:40:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19269,'5500','41610021755','2021-01-07 15:40:27',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19270,'1000','41610021755','2021-01-07 15:40:27',910.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19271,'4000','41610021755','2021-01-07 15:40:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19272,'4000','41610021755','2021-01-07 15:40:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19273,'4000','41610021755','2021-01-07 15:40:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19274,'4000','41610021755','2021-01-07 15:40:27',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19275,'4000','41610021755','2021-01-07 15:40:27',NULL,200.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(19276,'4000','41610021755','2021-01-07 15:40:27',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(19277,'4000','41610021755','2021-01-07 15:40:27',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(19278,'4000','41610021755','2021-01-07 15:40:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19279,'1110','41610023237','2021-01-07 15:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(19280,'1110','41610023237','2021-01-07 15:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(19281,'1110','41610023237','2021-01-07 15:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(19282,'1110','41610023237','2021-01-07 15:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19283,'1110','41610023237','2021-01-07 15:49:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19284,'1110','41610023237','2021-01-07 15:49:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19285,'5500','41610023237','2021-01-07 15:49:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19286,'1000','41610023237','2021-01-07 15:49:09',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19287,'4000','41610023237','2021-01-07 15:49:09',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19288,'4000','41610023237','2021-01-07 15:49:09',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(19289,'4000','41610023237','2021-01-07 15:49:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(19290,'4000','41610023237','2021-01-07 15:49:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19291,'4000','41610023237','2021-01-07 15:49:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19292,'4000','41610023237','2021-01-07 15:49:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19293,'1110','41610103806','2021-01-08 14:04:26',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19294,'1110','41610103806','2021-01-08 14:04:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19295,'1110','41610103806','2021-01-08 14:04:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19296,'1110','41610103806','2021-01-08 14:04:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19297,'1110','41610103806','2021-01-08 14:04:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19298,'1110','41610103806','2021-01-08 14:04:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19299,'5500','41610103806','2021-01-08 14:04:26',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19300,'1000','41610103806','2021-01-08 14:04:26',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19301,'4000','41610103806','2021-01-08 14:04:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19302,'4000','41610103806','2021-01-08 14:04:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19303,'4000','41610103806','2021-01-08 14:04:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19304,'4000','41610103806','2021-01-08 14:04:26',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19305,'4000','41610103806','2021-01-08 14:04:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19306,'4000','41610103806','2021-01-08 14:04:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19307,'1110','41610103872','2021-01-08 14:23:47',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19308,'1110','41610103872','2021-01-08 14:23:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19309,'1110','41610103872','2021-01-08 14:23:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19310,'1110','41610103872','2021-01-08 14:23:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19311,'1110','41610103872','2021-01-08 14:23:47',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19312,'1110','41610103872','2021-01-08 14:23:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19313,'5500','41610103872','2021-01-08 14:23:47',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19314,'1000','41610103872','2021-01-08 14:23:47',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19315,'4000','41610103872','2021-01-08 14:23:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19316,'4000','41610103872','2021-01-08 14:23:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19317,'4000','41610103872','2021-01-08 14:23:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19318,'4000','41610103872','2021-01-08 14:23:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19319,'4000','41610103872','2021-01-08 14:23:47',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19320,'4000','41610103872','2021-01-08 14:23:47',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19321,'1110','41610105035','2021-01-08 15:09:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(19322,'1110','41610105035','2021-01-08 15:09:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(19323,'1110','41610105035','2021-01-08 15:09:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(19324,'1110','41610105035','2021-01-08 15:09:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19325,'1110','41610105035','2021-01-08 15:09:05',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19326,'1110','41610105035','2021-01-08 15:09:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19327,'5500','41610105035','2021-01-08 15:09:05',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19328,'1000','41610105035','2021-01-08 15:09:05',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19329,'4000','41610105035','2021-01-08 15:09:05',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19330,'4000','41610105035','2021-01-08 15:09:05',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(19331,'4000','41610105035','2021-01-08 15:09:05',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(19332,'4000','41610105035','2021-01-08 15:09:05',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19333,'4000','41610105035','2021-01-08 15:09:05',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19334,'4000','41610105035','2021-01-08 15:09:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19335,'1000','41610107752','2021-01-08 16:11:22',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19336,'4000','41610107752','2021-01-08 16:11:22',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(19337,'1110','41610111494','2021-01-08 16:14:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19338,'1110','41610111494','2021-01-08 16:14:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(19339,'1110','41610111494','2021-01-08 16:14:15',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(19340,'5500','41610111494','2021-01-08 16:14:15',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19341,'1000','41610111494','2021-01-08 16:14:15',580.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19342,'4000','41610111494','2021-01-08 16:14:15',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19343,'4000','41610111494','2021-01-08 16:14:15',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(19344,'4000','41610111494','2021-01-08 16:14:15',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(19345,'1110','41610173116','2021-01-09 09:20:42',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19346,'1110','41610173116','2021-01-09 09:20:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19347,'1110','41610173116','2021-01-09 09:20:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19348,'1110','41610173116','2021-01-09 09:20:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19349,'1110','41610173116','2021-01-09 09:20:42',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19350,'1110','41610173116','2021-01-09 09:20:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19351,'5500','41610173116','2021-01-09 09:20:42',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19352,'1000','41610173116','2021-01-09 09:20:42',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19353,'4000','41610173116','2021-01-09 09:20:42',NULL,900.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19354,'4000','41610173116','2021-01-09 09:20:42',NULL,300.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19355,'4000','41610173116','2021-01-09 09:20:42',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19356,'4000','41610173116','2021-01-09 09:20:42',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19357,'4000','41610173116','2021-01-09 09:20:42',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19358,'4000','41610173116','2021-01-09 09:20:42',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19359,'1110','41610173253','2021-01-09 09:30:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(19360,'1110','41610173253','2021-01-09 09:30:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(19361,'1110','41610173253','2021-01-09 09:30:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19362,'1110','41610173253','2021-01-09 09:30:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19363,'1110','41610173253','2021-01-09 09:30:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19364,'1110','41610173253','2021-01-09 09:30:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','97','','No',NULL,NULL,''),(19365,'1110','41610173253','2021-01-09 09:30:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19366,'5500','41610173253','2021-01-09 09:30:06',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19367,'1000','41610173253','2021-01-09 09:30:06',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19368,'4000','41610173253','2021-01-09 09:30:06',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19369,'4000','41610173253','2021-01-09 09:30:06',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(19370,'4000','41610173253','2021-01-09 09:30:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19371,'4000','41610173253','2021-01-09 09:30:06',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19372,'4000','41610173253','2021-01-09 09:30:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19373,'4000','41610173253','2021-01-09 09:30:06',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(19374,'4000','41610173253','2021-01-09 09:30:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19375,'1000','41610173913','2020-12-30 09:34:17',700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19376,'4000','41610173913','2020-12-30 09:34:17',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19377,'4000','41610173913','2020-12-30 09:34:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(19378,'4000','41610173913','2020-12-30 09:34:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19379,'4000','41610173913','2020-12-30 09:34:17',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(19380,'4000','41610173913','2020-12-30 09:34:17',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(19381,'1110','41610174082','2020-12-30 09:34:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19382,'5500','41610174082','2020-12-30 09:34:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19383,'1000','41610174082','2020-12-30 09:34:54',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19384,'4000','41610174082','2020-12-30 09:34:54',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19385,'1110','41610174119','2020-12-30 09:36:20',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19386,'1110','41610174119','2020-12-30 09:36:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19387,'1110','41610174119','2020-12-30 09:36:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19388,'1110','41610174119','2020-12-30 09:36:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19389,'1110','41610174119','2020-12-30 09:36:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19390,'1110','41610174119','2020-12-30 09:36:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19391,'5500','41610174119','2020-12-30 09:36:20',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19392,'1000','41610174119','2020-12-30 09:36:20',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19393,'4000','41610174119','2020-12-30 09:36:20',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19394,'4000','41610174119','2020-12-30 09:36:20',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19395,'4000','41610174119','2020-12-30 09:36:20',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19396,'4000','41610174119','2020-12-30 09:36:20',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19397,'4000','41610174119','2020-12-30 09:36:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19398,'4000','41610174119','2020-12-30 09:36:20',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19399,'1110','41610174203','2020-12-31 09:40:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19400,'1110','41610174203','2020-12-31 09:40:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19401,'1110','41610174203','2020-12-31 09:40:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19402,'1110','41610174203','2020-12-31 09:40:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19403,'1110','41610174203','2020-12-31 09:40:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19404,'5500','41610174203','2020-12-31 09:40:18',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19405,'1000','41610174203','2020-12-31 09:40:18',490.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19406,'4000','41610174203','2020-12-31 09:40:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19407,'4000','41610174203','2020-12-31 09:40:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19408,'4000','41610174203','2020-12-31 09:40:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19409,'4000','41610174203','2020-12-31 09:40:18',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19410,'4000','41610174203','2020-12-31 09:40:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19411,'1110','41610174468','2020-12-30 09:43:18',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19412,'1110','41610174468','2020-12-30 09:43:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19413,'1110','41610174468','2020-12-30 09:43:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19414,'1110','41610174468','2020-12-30 09:43:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19415,'1110','41610174468','2020-12-30 09:43:18',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19416,'1110','41610174468','2020-12-30 09:43:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19417,'5500','41610174468','2020-12-30 09:43:18',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19418,'1000','41610174468','2020-12-30 09:43:18',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19419,'4000','41610174468','2020-12-30 09:43:18',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19420,'4000','41610174468','2020-12-30 09:43:18',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19421,'4000','41610174468','2020-12-30 09:43:18',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19422,'4000','41610174468','2020-12-30 09:43:18',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19423,'4000','41610174468','2020-12-30 09:43:18',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19424,'4000','41610174468','2020-12-30 09:43:18',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19425,'1110','41610174735','2020-12-31 10:11:51',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19426,'1110','41610174735','2020-12-31 10:11:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(19427,'1110','41610174735','2020-12-31 10:11:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(19428,'1110','41610174735','2020-12-31 10:11:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19429,'1110','41610174735','2020-12-31 10:11:51',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19430,'5500','41610174735','2020-12-31 10:11:51',646.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19431,'1000','41610174735','2020-12-31 10:11:51',3620.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19432,'4000','41610174735','2020-12-31 10:11:51',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19433,'4000','41610174735','2020-12-31 10:11:51',NULL,1980.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(19434,'4000','41610174735','2020-12-31 10:11:51',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(19435,'4000','41610174735','2020-12-31 10:11:51',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19436,'4000','41610174735','2020-12-31 10:11:51',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19437,'1110','41610180576','2021-01-09 11:23:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19438,'1110','41610180576','2021-01-09 11:23:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19439,'1110','41610180576','2021-01-09 11:23:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19440,'1110','41610180576','2021-01-09 11:23:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19441,'1110','41610180576','2021-01-09 11:23:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19442,'1110','41610180576','2021-01-09 11:23:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19443,'5500','41610180576','2021-01-09 11:23:56',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19444,'1000','41610180576','2021-01-09 11:23:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19445,'4000','41610180576','2021-01-09 11:23:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19446,'4000','41610180576','2021-01-09 11:23:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19447,'4000','41610180576','2021-01-09 11:23:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19448,'4000','41610180576','2021-01-09 11:23:56',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19449,'4000','41610180576','2021-01-09 11:23:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19450,'4000','41610180576','2021-01-09 11:23:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19451,'1110','41610180642','2021-01-09 11:32:50',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19452,'1110','41610180642','2021-01-09 11:32:50',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19453,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(19454,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19455,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19456,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19457,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19458,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(19459,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(19460,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(19461,'1110','41610180642','2021-01-09 11:32:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19462,'5500','41610180642','2021-01-09 11:32:50',957.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19463,'1000','41610180642','2021-01-09 11:32:50',3010.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19464,'4000','41610180642','2021-01-09 11:32:50',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19465,'4000','41610180642','2021-01-09 11:32:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19466,'4000','41610180642','2021-01-09 11:32:50',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(19467,'4000','41610180642','2021-01-09 11:32:50',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19468,'4000','41610180642','2021-01-09 11:32:50',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19469,'4000','41610180642','2021-01-09 11:32:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19470,'4000','41610180642','2021-01-09 11:32:50',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19471,'4000','41610180642','2021-01-09 11:32:50',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(19472,'4000','41610180642','2021-01-09 11:32:50',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(19473,'4000','41610180642','2021-01-09 11:32:50',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(19474,'4000','41610180642','2021-01-09 11:32:50',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19475,'1110','41610185827','2021-01-09 12:51:39',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19476,'1110','41610185827','2021-01-09 12:51:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19477,'1110','41610185827','2021-01-09 12:51:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19478,'1110','41610185827','2021-01-09 12:51:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19479,'1110','41610185827','2021-01-09 12:51:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19480,'1110','41610185827','2021-01-09 12:51:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19481,'1110','41610185827','2021-01-09 12:51:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19482,'5500','41610185827','2021-01-09 12:51:39',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19483,'1000','41610185827','2021-01-09 12:51:39',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19484,'4000','41610185827','2021-01-09 12:51:39',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19485,'4000','41610185827','2021-01-09 12:51:39',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19486,'4000','41610185827','2021-01-09 12:51:39',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19487,'4000','41610185827','2021-01-09 12:51:39',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19488,'4000','41610185827','2021-01-09 12:51:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19489,'4000','41610185827','2021-01-09 12:51:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19490,'4000','41610185827','2021-01-09 12:51:39',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19491,'1110','41610185909','2021-01-09 13:30:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19492,'1110','41610185909','2021-01-09 13:30:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19493,'1110','41610185909','2021-01-09 13:30:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19494,'1110','41610185909','2021-01-09 13:30:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19495,'1110','41610185909','2021-01-09 13:30:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19496,'1110','41610185909','2021-01-09 13:30:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19497,'5500','41610185909','2021-01-09 13:30:56',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19498,'1000','41610185909','2021-01-09 13:30:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19499,'4000','41610185909','2021-01-09 13:30:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19500,'4000','41610185909','2021-01-09 13:30:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19501,'4000','41610185909','2021-01-09 13:30:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19502,'4000','41610185909','2021-01-09 13:30:56',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19503,'4000','41610185909','2021-01-09 13:30:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19504,'4000','41610185909','2021-01-09 13:30:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19505,'1100','41610188262','2021-01-09 13:38:23',1800.00,NULL,'','4','1','Good sold','1','26','sales','','','No',NULL,NULL,''),(19506,'4000','41610188262','2021-01-09 13:38:23',NULL,1800.00,'','4','1','Good sold','1','26','sales','147','','No',NULL,NULL,''),(19507,'1100','41610188828','2021-01-09 13:40:53',1800.00,NULL,'','4','1','Good sold','1','26','sales','','','No',NULL,NULL,''),(19508,'4000','41610188828','2021-01-09 13:40:53',NULL,1800.00,'','4','1','Good sold','1','26','sales','147','','No',NULL,NULL,''),(19509,'1110','41610190423','2021-01-09 14:07:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19510,'5500','41610190423','2021-01-09 14:07:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19511,'1000','41610190423','2021-01-09 14:07:29',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19512,'4000','41610190423','2021-01-09 14:07:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19513,'1110','41610343822','2021-01-08 08:50:19',NULL,170.00,'','4','1','Inventory sold','1','','sales','341','','No',NULL,NULL,''),(19514,'5500','41610343822','2021-01-08 08:50:19',170.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19515,'1000','41610343822','2021-01-08 08:50:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19516,'4000','41610343822','2021-01-08 08:50:19',NULL,400.00,'','4','1','Good sold','1','','sales','341','','No',NULL,NULL,''),(19517,'1000','41610344237','2021-01-09 08:53:15',48965.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19518,'4000','41610344237','2021-01-09 08:53:15',NULL,28560.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(19519,'4000','41610344237','2021-01-09 08:53:15',NULL,19950.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(19520,'4000','41610344237','2021-01-09 08:53:15',NULL,455.00,'','4','1','Good sold','1','','sales','276','','No',NULL,NULL,''),(19521,'4000','41610344237','2021-01-09 08:53:15',NULL,0.00,'','4','1','Good sold','1','','sales','276','','No',NULL,NULL,''),(19522,'4000','41610344237','2021-01-09 08:53:15',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(19523,'1110','41610349765','2021-01-11 10:45:17',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19524,'1110','41610349765','2021-01-11 10:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(19525,'1110','41610349765','2021-01-11 10:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19526,'1110','41610349765','2021-01-11 10:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19527,'1110','41610349765','2021-01-11 10:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(19528,'1110','41610349765','2021-01-11 10:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19529,'1110','41610349765','2021-01-11 10:45:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(19530,'5500','41610349765','2021-01-11 10:45:17',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19531,'1000','41610349765','2021-01-11 10:45:17',1340.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(19532,'4000','41610349765','2021-01-11 10:45:17',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19533,'4000','41610349765','2021-01-11 10:45:17',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19534,'4000','41610349765','2021-01-11 10:45:17',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19535,'4000','41610349765','2021-01-11 10:45:17',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19536,'4000','41610349765','2021-01-11 10:45:17',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(19537,'4000','41610349765','2021-01-11 10:45:17',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19538,'4000','41610349765','2021-01-11 10:45:17',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(19539,'1000','41610351332','2021-01-11 11:47:56',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19540,'4000','41610351332','2021-01-11 11:47:56',NULL,680.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(19541,'4000','41610351332','2021-01-11 11:47:56',NULL,80.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(19542,'4000','41610351332','2021-01-11 11:47:56',NULL,120.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(19543,'4000','41610351332','2021-01-11 11:47:56',NULL,1680.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(19544,'4000','41610351332','2021-01-11 11:47:56',NULL,240.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(19545,'1100','61610347341','2020-12-22 11:51:44',6000.00,NULL,'','6','1','Good sold','2','40','sales','','','No',NULL,NULL,''),(19546,'4000','61610347341','2020-12-22 11:51:44',NULL,6000.00,'','6','1','Good sold','2','40','sales','334','','No',NULL,NULL,''),(19547,'1100','61610355407','2021-01-04 11:57:16',1460.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(19548,'4000','61610355407','2021-01-04 11:57:16',NULL,1460.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(19550,'4000','61610355780','2021-01-07 12:03:58',NULL,21000.00,'','6','1','Good sold','2','40','sales','334','','No',NULL,NULL,''),(19551,'1100','61610355780','2021-01-07 12:03:58',17200.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(19552,'4000','61610355780','2021-01-07 12:03:58',NULL,15400.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(19553,'4000','61610355780','2021-01-07 12:03:58',NULL,1800.00,'','6','1','Good sold','2','39','sales','326','','No',NULL,NULL,''),(19554,'5990','81608543805','2020-12-11 12:45:32',500.00,NULL,'0','8','1','Respirator mask NP 305-1PC','1','','','601','','No',NULL,NULL,''),(19555,'1000','81608543805','2020-12-11 12:45:32',NULL,500.00,'0','8','1','Respirator mask NP 305-1PC','1','','','601','','No',NULL,NULL,''),(19556,'1100','61610357228','2021-01-09 12:33:50',7000.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(19557,'4000','61610357228','2021-01-09 12:33:50',NULL,500.00,'','6','1','Good sold','2','39','sales','309','','No',NULL,NULL,''),(19558,'4000','61610357228','2021-01-09 12:33:50',NULL,300.00,'','6','1','Good sold','2','39','sales','310','','No',NULL,NULL,''),(19559,'4000','61610357228','2021-01-09 12:33:50',NULL,500.00,'','6','1','Good sold','2','39','sales','311','','No',NULL,NULL,''),(19560,'4000','61610357228','2021-01-09 12:33:50',NULL,300.00,'','6','1','Good sold','2','39','sales','322','','No',NULL,NULL,''),(19561,'4000','61610357228','2021-01-09 12:33:50',NULL,5400.00,'','6','1','Good sold','2','39','sales','326','','No',NULL,NULL,''),(19562,'1100','61610358151','2021-01-11 13:08:37',11760.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(19563,'4000','61610358151','2021-01-11 13:08:37',NULL,1980.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(19564,'4000','61610358151','2021-01-11 13:08:37',NULL,4200.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(19565,'4000','61610358151','2021-01-11 13:08:37',NULL,4380.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(19566,'4000','61610358151','2021-01-11 13:08:37',NULL,1200.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(19569,'1110','41610354933','2021-01-11 14:01:35',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19570,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19571,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(19572,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19573,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19574,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19575,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(19576,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(19577,'1110','41610354933','2021-01-11 14:01:35',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19578,'1110','41610354933','2021-01-11 14:01:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19579,'5500','41610354933','2021-01-11 14:01:35',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19580,'1000','41610354933','2021-01-11 14:01:35',1530.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19581,'4000','41610354933','2021-01-11 14:01:35',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19582,'4000','41610354933','2021-01-11 14:01:35',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19583,'4000','41610354933','2021-01-11 14:01:35',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(19584,'4000','41610354933','2021-01-11 14:01:35',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19585,'4000','41610354933','2021-01-11 14:01:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19586,'4000','41610354933','2021-01-11 14:01:35',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19587,'4000','41610354933','2021-01-11 14:01:35',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(19588,'4000','41610354933','2021-01-11 14:01:35',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(19589,'4000','41610354933','2021-01-11 14:01:35',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19590,'4000','41610354933','2021-01-11 14:01:35',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19593,'5920','71610361717','2020-12-11 13:45:50',200.00,NULL,'0','8','1','lunch for staff','1','','','602','','No',NULL,NULL,''),(19594,'1000','71610361717','2020-12-11 13:45:50',NULL,200.00,'0','8','1','lunch for two staff','1','','','602','','No',NULL,NULL,''),(19603,'5920','71610362955','2020-12-11 14:05:42',350.00,NULL,'0','7','1','1 pc extension','3','','','603','','No',NULL,NULL,''),(19604,'1000','71610362955','2020-12-11 14:05:42',NULL,350.00,'0','7','1','extension','3','','','603','','No',NULL,NULL,''),(19607,'5900','81610366559','2020-12-11 15:07:03',10150.00,NULL,'0','8','1','HCL 40ltrs,ufacid 20kg,ungerol 20kg,salt 50kg','1','','','604','','No',NULL,NULL,''),(19608,'1000','81610366559','2020-12-11 15:07:03',NULL,10150.00,'0','8','1','HCL 40ltrs,ufacid 20kg,ungerol 20kg,salt 50kg','1','','','604','','No',NULL,NULL,''),(19611,'5510','81610366952','2020-12-11 15:10:18',400.00,NULL,'0','8','1','Transport of material from promax','1','','','605','','No',NULL,NULL,''),(19612,'1000','81610366952','2020-12-11 15:10:18',NULL,400.00,'0','8','1','Transport of material from promax','1','','','605','','No',NULL,NULL,''),(19615,'5930','81610367066','2020-12-11 15:14:21',100.00,NULL,'0','8','1','mpesa charges for with drawal','1','','','606','','No',NULL,NULL,''),(19616,'1000','81610367066','2020-12-11 15:14:21',NULL,100.00,'0','8','1','mpesa charges to pay promax','1','','','606','','No',NULL,NULL,''),(19623,'5563','71610367365','2020-12-11 15:16:55',200.00,NULL,'0','7','1','airtime for susan and stan ','3','','','608','','No',NULL,NULL,''),(19624,'1000','71610367365','2020-12-11 15:16:55',NULL,200.00,'0','7','1','airtime','3','','','608','','No',NULL,NULL,''),(19631,'5510','81610367311','2020-12-11 15:29:00',100.00,NULL,'0','8','1','Transport ','1','','','609','','No',NULL,NULL,''),(19632,'1000','81610367311','2020-12-11 15:29:00',NULL,100.00,'0','8','1','Transport of material from neru','1','','','609','','No',NULL,NULL,''),(19635,'5980','71610366330','2020-12-11 15:14:42',50.00,NULL,'0','8','1','1 biro pen and book','1','','','607','','No',NULL,NULL,''),(19636,'1000','71610366330','2020-12-11 15:14:42',NULL,50.00,'0','8','1','office','1','','','607','','No',NULL,NULL,''),(19639,'5920','71610368004','2020-12-11 15:34:49',100.00,NULL,'0','7','1','milk and bread','3','','','610','','No',NULL,NULL,''),(19640,'1000','71610368004','2020-12-11 15:34:49',NULL,100.00,'0','7','1','','3','','','610','','No',NULL,NULL,''),(19643,'5920','71610368915','2020-12-15 15:44:42',100.00,NULL,'0','7','1','milk and bread','3','','','611','','No',NULL,NULL,''),(19644,'1000','71610368915','2020-12-15 15:44:42',NULL,100.00,'0','7','1','milk and bread','3','','','611','','No',NULL,NULL,''),(19647,'5563','71610369125','2020-12-16 15:46:08',200.00,NULL,'0','7','1','Airtime','3','','','612','','No',NULL,NULL,''),(19648,'1000','71610369125','2020-12-16 15:46:08',NULL,200.00,'0','7','1','Airtime ','3','','','612','','No',NULL,NULL,''),(19651,'5920','71610369198','2020-12-16 15:49:06',100.00,NULL,'0','7','1','milk and bread','3','','','613','','No',NULL,NULL,''),(19652,'1000','71610369198','2020-12-16 15:49:06',NULL,100.00,'0','7','1','milk and bread','3','','','613','','No',NULL,NULL,''),(19653,'1110','41610362965','2021-01-11 15:50:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(19654,'1110','41610362965','2021-01-11 15:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(19655,'1110','41610362965','2021-01-11 15:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(19656,'1110','41610362965','2021-01-11 15:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(19657,'1110','41610362965','2021-01-11 15:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(19658,'1110','41610362965','2021-01-11 15:50:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(19659,'1110','41610362965','2021-01-11 15:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(19660,'5500','41610362965','2021-01-11 15:50:49',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(19661,'1000','41610362965','2021-01-11 15:50:49',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(19662,'4000','41610362965','2021-01-11 15:50:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(19663,'4000','41610362965','2021-01-11 15:50:49',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(19664,'4000','41610362965','2021-01-11 15:50:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(19665,'4000','41610362965','2021-01-11 15:50:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(19666,'4000','41610362965','2021-01-11 15:50:49',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(19667,'4000','41610362965','2021-01-11 15:50:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(19668,'4000','41610362965','2021-01-11 15:50:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(19671,'5990','71610369386','2020-12-17 15:50:51',135.00,NULL,'0','7','1','printing price list ','3','','','614','','No',NULL,NULL,''),(19672,'1000','71610369386','2020-12-17 15:50:51',NULL,135.00,'0','7','1','printing price list','3','','','614','','No',NULL,NULL,''),(19675,'5920','71610369552','2020-12-17 15:53:47',100.00,NULL,'0','7','1','milk and bread','3','','','615','','No',NULL,NULL,''),(19676,'1000','71610369552','2020-12-17 15:53:47',NULL,100.00,'0','7','1','Milk and bread','3','','','615','','No',NULL,NULL,''),(19679,'5920','71610369829','2020-12-18 15:58:38',100.00,NULL,'0','7','1','milk and bread','3','','','616','','No',NULL,NULL,''),(19680,'1000','71610369829','2020-12-18 15:58:38',NULL,100.00,'0','7','1','milk and bread','3','','','616','','No',NULL,NULL,''),(19683,'5563','81610368446','2020-12-11 16:02:07',200.00,NULL,'0','8','1','airtime for office phone','1','','','617','','No',NULL,NULL,''),(19684,'1000','81610368446','2020-12-11 16:02:07',NULL,200.00,'0','8','1','airtime for office phone','1','','','617','','No',NULL,NULL,''),(19687,'5920','71610370037','2020-12-19 16:02:47',100.00,NULL,'0','7','1','Milk and bread','3','','','618','','No',NULL,NULL,''),(19688,'1000','71610370037','2020-12-19 16:02:47',NULL,100.00,'0','7','1','milk and bread','3','','','618','','No',NULL,NULL,''),(19691,'5920','71610370231','2020-12-21 16:04:50',100.00,NULL,'0','7','1','Milk and Bread','3','','','619','','No',NULL,NULL,''),(19692,'1000','71610370231','2020-12-21 16:04:50',NULL,100.00,'0','7','1','Milk and Bread','3','','','619','','No',NULL,NULL,''),(19697,'5563','71610370698','2020-12-21 16:14:07',100.00,NULL,'0','7','1','Airtime','3','','','621','','No',NULL,NULL,''),(19698,'1000','71610370698','2020-12-21 16:14:07',NULL,100.00,'0','7','1','Airtime','3','','','621','','No',NULL,NULL,''),(19701,'5920','71610370944','2020-12-22 16:16:46',100.00,NULL,'0','7','1','Milk and Bread','3','','','622','','No',NULL,NULL,''),(19702,'1000','71610370944','2020-12-22 16:16:46',NULL,100.00,'0','7','1','Milk and Bread','3','','','622','','No',NULL,NULL,''),(19705,'5510','71610371041','2020-12-23 16:19:35',400.00,NULL,'0','7','1','Transport to and from Kariobangi for susan and Stano','3','','','623','','No',NULL,NULL,''),(19706,'1000','71610371041','2020-12-23 16:19:35',NULL,400.00,'0','7','1','Transport to and from Kariobangi for susan and Stano','3','','','623','','No',NULL,NULL,''),(19709,'5920','71610371235','2020-12-23 16:21:10',100.00,NULL,'0','7','1','Milk and Bread','3','','','624','','No',NULL,NULL,''),(19710,'1000','71610371235','2020-12-23 16:21:10',NULL,100.00,'0','7','1','Milk and Bread','3','','','624','','No',NULL,NULL,''),(19721,'5900','81610432174','2020-12-11 09:16:58',500.00,NULL,'0','8','1','IPA -Ilts','1','','','628','','No',NULL,NULL,''),(19722,'1000','81610432174','2020-12-11 09:16:58',NULL,500.00,'0','8','1','IPA -Ilts','1','','','628','','No',NULL,NULL,''),(19725,'5563','81610432287','2020-12-11 09:19:33',200.00,NULL,'0','8','1','airtime for office phone','1','','','629','','No',NULL,NULL,''),(19726,'1000','81610432287','2020-12-11 09:19:33',NULL,200.00,'0','8','1','airtime for office phone','1','','','629','','No',NULL,NULL,''),(19729,'5660','81610438644','2020-12-11 11:05:08',200.00,NULL,'0','8','1','marketing','1','','','630','','No',NULL,NULL,''),(19730,'1000','81610438644','2020-12-11 11:05:08',NULL,200.00,'0','8','1','marketing','1','','','630','','No',NULL,NULL,''),(19733,'5510','81610438797','2020-12-11 11:07:58',100.00,NULL,'0','8','1','Transport','1','','','631','','No',NULL,NULL,''),(19734,'1000','81610438797','2020-12-11 11:07:58',NULL,100.00,'0','8','1','Delivery of deterjects raw materials to acacia','1','','','631','','No',NULL,NULL,''),(19737,'5920','81610440134','2020-12-11 11:33:19',200.00,NULL,'0','8','1','Milk for 2 staff','1','','','632','','No',NULL,NULL,''),(19738,'1000','81610440134','2020-12-11 11:33:19',NULL,200.00,'0','8','1','Milk for 2staff decanting HCL','1','','','632','','No',NULL,NULL,''),(19741,'5510','81610440440','2020-12-11 11:36:05',500.00,NULL,'0','8','1','Delivery of filler from kariobangi to town shop','1','','','633','','No',NULL,NULL,''),(19742,'1000','81610440440','2020-12-11 11:36:05',NULL,500.00,'0','8','1','Delivery of filler from kariobangi to town shop','1','','','633','','No',NULL,NULL,''),(19745,'5510','81610440597','2020-12-14 11:37:44',200.00,NULL,'0','8','1','Transport of filler from townshop to OTC','1','','','634','','No',NULL,NULL,''),(19746,'1000','81610440597','2020-12-14 11:37:44',NULL,200.00,'0','8','1','Transport of filler from townshop to OTC ','1','','','634','','No',NULL,NULL,''),(19749,'5660','81610440691','2020-12-14 11:40:36',200.00,NULL,'0','8','1','marketing','1','','','635','','No',NULL,NULL,''),(19750,'1000','81610440691','2020-12-14 11:40:36',NULL,200.00,'0','8','1','marketing','1','','','635','','No',NULL,NULL,''),(19767,'5200','81610440944','2020-12-14 11:44:44',1500.00,NULL,'0','8','1','jamii Internet','1','','','637','','No',NULL,NULL,''),(19768,'1000','81610440944','2020-12-14 11:44:44',NULL,1500.00,'0','8','1','jamii Internet ','1','','','637','','No',NULL,NULL,''),(19771,'5563','71610441491','2020-12-15 11:53:21',100.00,NULL,'0','7','1','Airtime','1','','','638','','No',NULL,NULL,''),(19772,'1000','71610441491','2020-12-15 11:53:21',NULL,100.00,'0','7','1','Airtime','1','','','638','','No',NULL,NULL,''),(19775,'5920','81610441212','2020-12-14 11:55:16',200.00,NULL,'0','8','1','Milk & Bread','1','','','639','','No',NULL,NULL,''),(19776,'1000','81610441212','2020-12-14 11:55:16',NULL,200.00,'0','8','1','Milk & Bread','1','','','639','','No',NULL,NULL,''),(19779,'5510','81610441830','2020-12-14 12:05:01',500.00,NULL,'0','8','1','Peter karanja running petty erands','1','','','640','','No',NULL,NULL,''),(19780,'1000','81610441830','2020-12-14 12:05:01',NULL,500.00,'0','8','1','Peter karanja running petty erands','1','','','640','','No',NULL,NULL,''),(19785,'5900','71610371775','2020-12-15 16:33:03',13230.00,NULL,'0','8','1','Ungerol,ufacid,salt and perfumes','1','','','641','','No',NULL,NULL,''),(19786,'1000','71610371775','2020-12-15 16:33:03',NULL,13230.00,'0','8','1','ungeral 40 kg, ufacid 20kg, salt 50kg, green 1kg, yellow 1kg, blue 1kg, ','1','','','641','','No',NULL,NULL,''),(19793,'5510','81610442670','2020-12-15 12:12:32',300.00,NULL,'0','8','1','Transport of material from promax','1','','','643','','No',NULL,NULL,''),(19794,'1000','81610442670','2020-12-15 12:12:32',NULL,300.00,'0','8','1','Transport of material from promax','1','','','643','','No',NULL,NULL,''),(19797,'5930','81610442774','2020-12-15 12:14:30',100.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','644','','No',NULL,NULL,''),(19798,'1000','81610442774','2020-12-15 12:14:30',NULL,100.00,'0','8','1','mpesa charges to pay promax','1','','','644','','No',NULL,NULL,''),(19805,'5970','71610441703','2021-12-15 11:55:44',80.00,NULL,'0','8','1','Medicine Envelopes for packing colour','1','','','645','','No',NULL,NULL,''),(19806,'1000','71610441703','2021-12-15 11:55:44',NULL,80.00,'0','8','1','Med Envelop','1','','','645','','No',NULL,NULL,''),(19809,'5970','71610442734','2020-12-16 12:14:16',275.00,NULL,'0','7','1','Wax-P Pouch','1','','','646','','No',NULL,NULL,''),(19810,'1000','71610442734','2020-12-16 12:14:16',NULL,275.00,'0','7','1','Wax-P Pouch','1','','','646','','No',NULL,NULL,''),(19813,'5920','71610443131','2020-12-16 12:19:52',200.00,NULL,'0','7','1','Milk and Bread','1','','','647','','No',NULL,NULL,''),(19814,'1000','71610443131','2020-12-16 12:19:52',NULL,200.00,'0','7','1','Milk and Bread','1','','','647','','No',NULL,NULL,''),(19817,'5920','81610443167','2020-12-15 12:20:19',200.00,NULL,'0','8','1','Milk & Bread','1','','','648','','No',NULL,NULL,''),(19818,'1000','81610443167','2020-12-15 12:20:19',NULL,200.00,'0','8','1','Milk & Bread','1','','','648','','No',NULL,NULL,''),(19821,'5920','71610443471','2020-12-17 12:25:10',200.00,NULL,'0','7','1','Milk and Bread','1','','','649','','No',NULL,NULL,''),(19822,'1000','71610443471','2020-12-17 12:25:10',NULL,200.00,'0','7','1','Milk and Bread','1','','','649','','No',NULL,NULL,''),(19825,'1240','71610440983','2020-12-15 11:44:27',100.00,NULL,'0','8','1','parking fee','1','','','650','','No',NULL,NULL,''),(19826,'1000','71610440983','2020-12-15 11:44:27',NULL,100.00,'0','8','1','parking fee','1','','','650','','No',NULL,NULL,''),(19829,'5920','81610444104','2021-01-06 12:36:46',200.00,NULL,'0','8','1','Milk & Bread','1','','','651','','No',NULL,NULL,''),(19830,'1000','81610444104','2021-01-06 12:36:46',NULL,200.00,'0','8','1','Milk & Bread','1','','','651','','No',NULL,NULL,''),(19837,'5980','81610444226','2021-01-07 12:39:01',200.00,NULL,'0','8','1','ETR rolls & thermo rolls','1','','','654','','No',NULL,NULL,''),(19838,'1000','81610444226','2021-01-07 12:39:01',NULL,200.00,'0','8','1','ETR rolls & thermo rolls','1','','','654','','No',NULL,NULL,''),(19839,'5510','71610443692','2020-12-18 12:36:32',100.00,NULL,'0','7','1','transport','1','','','653','','No',NULL,NULL,''),(19840,'5900','71610443692','2020-12-18 12:36:32',900.00,NULL,'0','7','1','pearlyse','1','','','652','','No',NULL,NULL,''),(19841,'1000','71610443692','2020-12-18 12:36:32',NULL,1000.00,'0','7','1','Pearlyse','1','','','652','','No',NULL,NULL,''),(19844,'5970','71610443545','2020-12-17 12:26:46',300.00,NULL,'0','7','1','Boxes','1','','','655','','No',NULL,NULL,''),(19845,'1000','71610443545','2020-12-17 12:26:46',NULL,300.00,'0','7','1','Boxes','1','','','655','','No',NULL,NULL,''),(19848,'5510','81610444600','2021-01-07 12:45:31',200.00,NULL,'0','8','1','peter karanja fare to kariobangi & back to town shop delivery of items','1','','','656','','No',NULL,NULL,''),(19849,'1000','81610444600','2021-01-07 12:45:31',NULL,200.00,'0','8','1','Peter fare kariobangi kariobangi to deliver sticker','1','','','656','','No',NULL,NULL,''),(19852,'5563','81610444844','2021-01-07 12:47:54',100.00,NULL,'0','8','1','Airtime for beatrice','1','','','657','','No',NULL,NULL,''),(19853,'1000','81610444844','2021-01-07 12:47:54',NULL,100.00,'0','8','1','Airtime for beatrice','1','','','657','','No',NULL,NULL,''),(19856,'5980','81610444910','2021-01-07 12:49:03',200.00,NULL,'0','8','1','marker pens','1','','','658','','No',NULL,NULL,''),(19857,'1000','81610444910','2021-01-07 12:49:03',NULL,200.00,'0','8','1','marker pens','1','','','658','','No',NULL,NULL,''),(19860,'5920','81610444970','2021-01-07 12:49:56',200.00,NULL,'0','8','1','Milk & Bread','1','','','659','','No',NULL,NULL,''),(19861,'1000','81610444970','2021-01-07 12:49:56',NULL,200.00,'0','8','1','Milk & Bread','1','','','659','','No',NULL,NULL,''),(19864,'5510','81610445057','2021-01-04 12:51:33',500.00,NULL,'0','8','1','Peter karanja running petty erands','1','','','660','','No',NULL,NULL,''),(19865,'1000','81610445057','2021-01-04 12:51:33',NULL,500.00,'0','8','1','Peter karanja running petty erands','1','','','660','','No',NULL,NULL,''),(19868,'5920','81610445140','2021-01-04 12:53:04',500.00,NULL,'0','8','1','Milk & Bread','1','','','661','','No',NULL,NULL,''),(19869,'1000','81610445140','2021-01-04 12:53:04',NULL,500.00,'0','8','1','Milk & Bread','1','','','661','','No',NULL,NULL,''),(19872,'5900','81610445285','2021-01-04 12:57:10',1105.00,NULL,'0','8','1','Ungerol,ufacid,sodium hypochlorine','1','','','662','','No',NULL,NULL,''),(19873,'1000','81610445285','2021-01-04 12:57:10',NULL,1105.00,'0','8','1','Ungerol,ufacid ,sodium hypochlorite ','1','','','662','','No',NULL,NULL,''),(19876,'5970','81610445483','2021-01-04 12:59:01',500.00,NULL,'0','8','1','Wax Pouch 2pkt','1','','','663','','No',NULL,NULL,''),(19877,'1000','81610445483','2021-01-04 12:59:01',NULL,500.00,'0','8','1','Wax Pouch 2pkt','1','','','663','','No',NULL,NULL,''),(19880,'5970','81610445574','2021-01-04 13:00:14',900.00,NULL,'0','8','1','polypots for packing caustic','1','','','664','','No',NULL,NULL,''),(19881,'1000','81610445574','2021-01-04 13:00:14',NULL,900.00,'0','8','1','polypots for packing caustic','1','','','664','','No',NULL,NULL,''),(19884,'5510','81610445633','2021-01-04 13:01:22',100.00,NULL,'0','8','1','Transport of material','1','','','665','','No',NULL,NULL,''),(19885,'1000','81610445633','2021-01-04 13:01:22',NULL,100.00,'0','8','1','Transport of material to town shop','1','','','665','','No',NULL,NULL,''),(19888,'5563','81610445717','2021-01-04 13:02:30',100.00,NULL,'0','8','1','Airtime for beatrice','1','','','666','','No',NULL,NULL,''),(19889,'1000','81610445717','2021-01-04 13:02:30',NULL,100.00,'0','8','1','Airtime for beatrice','1','','','666','','No',NULL,NULL,''),(19894,'5900','81610446122','2021-01-04 13:10:30',14130.00,NULL,'0','8','1','Ungerol,ufacid ,salt & perfumes','1','','','668','','No',NULL,NULL,''),(19895,'1000','81610446122','2021-01-04 13:10:30',NULL,14130.00,'0','8','1','Ungerol,ufacid,salt and perfumes','1','','','668','','No',NULL,NULL,''),(19898,'1240','81610446478','2021-01-04 13:15:44',500.00,NULL,'0','8','1','perfume jars','1','','','669','','No',NULL,NULL,''),(19899,'1000','81610446478','2021-01-04 13:15:44',NULL,500.00,'0','8','1','perfume jars','1','','','669','','No',NULL,NULL,''),(19904,'5930','81610446600','2021-01-04 13:17:38',100.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','670','','No',NULL,NULL,''),(19905,'1000','81610446600','2021-01-04 13:17:38',NULL,100.00,'0','8','1','mpesa charges','1','','','670','','No',NULL,NULL,''),(19908,'5510','71610445936','2020-12-18 13:11:08',250.00,NULL,'0','7','1','Transport for the material','1','','','671','','No',NULL,NULL,''),(19909,'5900','71610445936','2020-12-18 13:11:08',11800.00,NULL,'0','7','1','ungeral 40 l, ufacid 20l','1','','','667','','No',NULL,NULL,''),(19910,'1000','71610445936','2020-12-18 13:11:08',NULL,12050.00,'0','7','1','ungeral, ufacid, ','1','','','667','','No',NULL,NULL,''),(19913,'5920','71610446705','2020-12-18 13:19:53',200.00,NULL,'0','7','1','Milk and Bread','1','','','672','','No',NULL,NULL,''),(19914,'1000','71610446705','2020-12-18 13:19:53',NULL,200.00,'0','7','1','Milk and Bread','1','','','672','','No',NULL,NULL,''),(19917,'5920','81610446716','2021-01-04 13:21:50',200.00,NULL,'0','8','1','Milk & Bread','1','','','673','','No',NULL,NULL,''),(19918,'1000','81610446716','2021-01-04 13:21:50',NULL,200.00,'0','8','1','Milk & Bread','1','','','673','','No',NULL,NULL,''),(19923,'5910','81610446943','2021-01-04 13:23:05',100.00,NULL,'0','8','1','Gabbage collection','1','','','675','','No',NULL,NULL,''),(19924,'1000','81610446943','2021-01-04 13:23:05',NULL,100.00,'0','8','1','Gabbage collection','1','','','675','','No',NULL,NULL,''),(19925,'5930','71610446842','2020-12-18 13:22:23',100.00,NULL,'0','7','1','Mpesa transaction','1','','','674','','No',NULL,NULL,''),(19926,'1000','71610446842','2020-12-18 13:22:23',NULL,100.00,'0','7','1','Mpesa transaction','1','','','674','','No',NULL,NULL,''),(19929,'5970','81610447109','2021-01-05 13:26:14',100.00,NULL,'0','8','1','packing fee','1','','','676','','No',NULL,NULL,''),(19930,'1000','81610447109','2021-01-05 13:26:14',NULL,100.00,'0','8','1','parking for director vehicle','1','','','676','','No',NULL,NULL,''),(19933,'5920','81610447440','2021-01-05 13:31:43',293.00,NULL,'0','8','1','suga ,drinking chocolate & non wooven bags','1','','','677','','No',NULL,NULL,''),(19934,'1000','81610447440','2021-01-05 13:31:43',NULL,293.00,'0','8','1','suga ,drinking chocolate & non wooven bags','1','','','677','','No',NULL,NULL,''),(19937,'5900','81610447553','2021-01-05 13:35:56',6450.00,NULL,'0','8','1','Ungerol,ufacid,salt,green,blue,chlorine','1','','','678','','No',NULL,NULL,''),(19938,'1000','81610447553','2021-01-05 13:35:56',NULL,6450.00,'0','8','1','ungerol ,salt,green,blue,chlorine ','1','','','678','','No',NULL,NULL,''),(19941,'5510','81610447863','2021-01-05 13:38:36',300.00,NULL,'0','8','1','Transport of material from promax','1','','','679','','No',NULL,NULL,''),(19942,'1000','81610447863','2021-01-05 13:38:36',NULL,300.00,'0','8','1','Transport of material from promax','1','','','679','','No',NULL,NULL,''),(19945,'5930','81610447938','2021-01-05 13:39:31',100.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','680','','No',NULL,NULL,''),(19946,'1000','81610447938','2021-01-05 13:39:31',NULL,100.00,'0','8','1','mpesa charges to pay promax','1','','','680','','No',NULL,NULL,''),(19949,'5510','71610447024','2020-12-19 13:44:01',200.00,NULL,'0','7','1','Karanja transport to kariobangi','1','','','681','','No',NULL,NULL,''),(19950,'1000','71610447024','2020-12-19 13:44:01',NULL,200.00,'0','7','1','Karanja transport to kariobangi','1','','','681','','No',NULL,NULL,''),(19953,'1240','71610448268','2020-12-19 13:45:08',10.00,NULL,'0','7','1','Bag','1','','','682','','No',NULL,NULL,''),(19954,'1000','71610448268','2020-12-19 13:45:08',NULL,10.00,'0','7','1','Bag','1','','','682','','No',NULL,NULL,''),(19957,'5970','81610448046','2021-01-05 13:49:16',600.00,NULL,'0','8','1','cartons','1','','','683','','No',NULL,NULL,''),(19958,'1000','81610448046','2021-01-05 13:49:16',NULL,600.00,'0','8','1','cartons','1','','','683','','No',NULL,NULL,''),(19961,'5990','81610448606','2021-01-05 13:50:41',300.00,NULL,'0','8','1','offloading','1','','','684','','No',NULL,NULL,''),(19962,'1000','81610448606','2021-01-05 13:50:41',NULL,300.00,'0','8','1','off loading','1','','','684','','No',NULL,NULL,''),(19967,'5980','81610448876','2021-01-06 13:58:06',4900.00,NULL,'0','8','1','stores requisiton ,invoices & delivery full colour','1','','','686','','No',NULL,NULL,''),(19968,'1000','81610448876','2021-01-06 13:58:06',NULL,4900.00,'0','8','1','stores requisiton ,invoices & delivery full colour ','1','','','686','','No',NULL,NULL,''),(19969,'5920','81610448679','2021-01-05 13:51:43',200.00,NULL,'0','8','1','Milk & Bread','1','','','685','','No',NULL,NULL,''),(19970,'1000','81610448679','2021-01-05 13:51:43',NULL,200.00,'0','8','1','Milk & Bread','1','','','685','','No',NULL,NULL,''),(19973,'5900','81610449323','2020-12-21 14:02:56',400.00,NULL,'0','8','1','Kerol 1L','1','','','687','','No',NULL,NULL,''),(19974,'1000','81610449323','2020-12-21 14:02:56',NULL,400.00,'0','8','1','Kerol 1L','1','','','687','','No',NULL,NULL,''),(19977,'5510','81610449407','2020-12-21 14:04:36',100.00,NULL,'0','8','1','Transport of kerol to townshop','1','','','688','','No',NULL,NULL,''),(19978,'1000','81610449407','2020-12-21 14:04:36',NULL,100.00,'0','8','1','Transport of kerol to townshop','1','','','688','','No',NULL,NULL,''),(19981,'5920','81610449521','2020-12-21 14:08:01',200.00,NULL,'0','8','1','Milk & Bread','1','','','689','','No',NULL,NULL,''),(19982,'1000','81610449521','2020-12-21 14:08:01',NULL,200.00,'0','8','1','Milk & Bread','1','','','689','','No',NULL,NULL,''),(19985,'5900','81610449700','2020-12-21 14:09:55',3192.00,NULL,'0','8','1','Emusion blue bg ep 1ltr from Rehsi ventures','1','','','690','','No',NULL,NULL,''),(19986,'1000','81610449700','2020-12-21 14:09:55',NULL,3192.00,'0','8','1','Emusion blue bg ep 1ltr from Rehsi ventures ','1','','','690','','No',NULL,NULL,''),(19989,'5930','81610449817','2020-12-21 14:10:51',56.00,NULL,'0','8','1','mpesa charges ','1','','','691','','No',NULL,NULL,''),(19990,'1000','81610449817','2020-12-21 14:10:51',NULL,56.00,'0','8','1','mpesa charges','1','','','691','','No',NULL,NULL,''),(19993,'5930','81610450590','2020-12-21 14:23:52',50.00,NULL,'0','8','1','mpesa charges','1','','','692','','No',NULL,NULL,''),(19994,'1000','81610450590','2020-12-21 14:23:52',NULL,50.00,'0','8','1','withdraw of 3300','1','','','692','','No',NULL,NULL,''),(19997,'5510','81610450665','2020-12-22 14:26:31',500.00,NULL,'0','8','1','Peter karanja running petty erands','1','','','693','','No',NULL,NULL,''),(19998,'1000','81610450665','2020-12-22 14:26:31',NULL,500.00,'0','8','1','Peter karanja running petty erands','1','','','693','','No',NULL,NULL,''),(20001,'5970','81610450820','2020-12-22 14:27:52',20.00,NULL,'0','8','1','bag','1','','','694','','No',NULL,NULL,''),(20002,'1000','81610450820','2020-12-22 14:27:52',NULL,20.00,'0','8','1','bag','1','','','694','','No',NULL,NULL,''),(20005,'5900','81610450896','2020-12-22 14:30:27',11800.00,NULL,'0','8','1','ungerol & ufacid','1','','','695','','No',NULL,NULL,''),(20006,'1000','81610450896','2020-12-22 14:30:27',NULL,11800.00,'0','8','1','Ungerol,ufacid ','1','','','695','','No',NULL,NULL,''),(20009,'5510','81610451093','2020-12-22 14:33:19',350.00,NULL,'0','8','1','Transport of material from promax','1','','','696','','No',NULL,NULL,''),(20010,'1000','81610451093','2020-12-22 14:33:19',NULL,350.00,'0','8','1','Transport of material from promax to shop','1','','','696','','No',NULL,NULL,''),(20013,'5930','81610451233','2020-12-22 14:34:30',100.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','697','','No',NULL,NULL,''),(20014,'1000','81610451233','2020-12-22 14:34:30',NULL,100.00,'0','8','1','mpesa charges to pay promax','1','','','697','','No',NULL,NULL,''),(20017,'5920','81610451293','2020-12-22 14:36:38',200.00,NULL,'0','8','1','Milk & Bread','1','','','698','','No',NULL,NULL,''),(20018,'1000','81610451293','2020-12-22 14:36:38',NULL,200.00,'0','8','1','Milk & Bread','1','','','698','','No',NULL,NULL,''),(20021,'5900','81610451429','2020-12-22 14:37:45',880.00,NULL,'0','8','1','salt','1','','','699','','No',NULL,NULL,''),(20022,'1000','81610451429','2020-12-22 14:37:45',NULL,880.00,'0','8','1','salt','1','','','699','','No',NULL,NULL,''),(20025,'5910','81610451538','2020-12-23 14:39:38',100.00,NULL,'0','8','1','Gabbage collection','1','','','700','','No',NULL,NULL,''),(20026,'1000','81610451538','2020-12-23 14:39:38',NULL,100.00,'0','8','1','Gabbage collection','1','','','700','','No',NULL,NULL,''),(20027,'1000','41610452619','2021-01-12 14:57:26',6000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20028,'4000','41610452619','2021-01-12 14:57:26',NULL,6000.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20029,'1000','41610452732','2021-01-12 15:18:53',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20030,'4000','41610452732','2021-01-12 15:18:53',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20031,'4000','41610452732','2021-01-12 15:18:53',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20032,'4000','41610452732','2021-01-12 15:18:53',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20033,'4000','41610452732','2021-01-12 15:18:53',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(20034,'4000','41610452732','2021-01-12 15:18:53',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(20035,'4000','41610452732','2021-01-12 15:18:53',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(20036,'1000','41610453942','2021-01-12 15:20:04',270.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20037,'4000','41610453942','2021-01-12 15:20:04',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20038,'4000','41610453942','2021-01-12 15:20:04',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(20039,'4000','41610453942','2021-01-12 15:20:04',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20040,'4000','41610453942','2021-01-12 15:20:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20041,'1110','41610454010','2021-01-12 15:31:45',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20042,'1110','41610454010','2021-01-12 15:31:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20043,'1110','41610454010','2021-01-12 15:31:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20044,'1110','41610454010','2021-01-12 15:31:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20045,'1110','41610454010','2021-01-12 15:31:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(20046,'1110','41610454010','2021-01-12 15:31:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20047,'5500','41610454010','2021-01-12 15:31:45',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20048,'1000','41610454010','2021-01-12 15:31:45',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20049,'4000','41610454010','2021-01-12 15:31:45',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20050,'4000','41610454010','2021-01-12 15:31:45',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20051,'4000','41610454010','2021-01-12 15:31:45',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20052,'4000','41610454010','2021-01-12 15:31:45',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20053,'4000','41610454010','2021-01-12 15:31:45',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(20054,'4000','41610454010','2021-01-12 15:31:45',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20057,'5920','81610455385','2020-12-23 15:46:06',200.00,NULL,'0','8','1','Milk & Bread','1','','','701','','No',NULL,NULL,''),(20058,'1000','81610455385','2020-12-23 15:46:06',NULL,200.00,'0','8','1','Milk & Bread','1','','','701','','No',NULL,NULL,''),(20061,'5510','81610455610','2020-12-23 15:49:06',200.00,NULL,'0','8','1','Transport to kariobangi (FELISTA & KARANJA)','1','','','702','','No',NULL,NULL,''),(20062,'1000','81610455610','2020-12-23 15:49:06',NULL,200.00,'0','8','1','Transport to kariobangi (FELISTA & KARANJA)','1','','','702','','No',NULL,NULL,''),(20063,'1000','41610454720','2020-12-31 15:50:13',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20064,'4000','41610454720','2020-12-31 15:50:13',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20065,'4000','41610454720','2020-12-31 15:50:13',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20066,'4000','41610454720','2020-12-31 15:50:13',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(20067,'4000','41610454720','2020-12-31 15:50:13',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(20068,'4000','41610454720','2020-12-31 15:50:13',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(20069,'4000','41610454720','2020-12-31 15:50:13',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(20072,'5510','81610455797','2020-12-23 15:51:10',100.00,NULL,'0','8','1','trasport to westlands','1','','','703','','No',NULL,NULL,''),(20073,'1000','81610455797','2020-12-23 15:51:10',NULL,100.00,'0','8','1','transport to westlands to drop rent cheque','1','','','703','','No',NULL,NULL,''),(20074,'1110','41610455838','2020-12-31 15:53:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20075,'1110','41610455838','2020-12-31 15:53:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20076,'1110','41610455838','2020-12-31 15:53:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20077,'1110','41610455838','2020-12-31 15:53:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20078,'1110','41610455838','2020-12-31 15:53:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20079,'1110','41610455838','2020-12-31 15:53:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20080,'5500','41610455838','2020-12-31 15:53:22',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20081,'1000','41610455838','2020-12-31 15:53:22',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20082,'4000','41610455838','2020-12-31 15:53:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20083,'4000','41610455838','2020-12-31 15:53:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20084,'4000','41610455838','2020-12-31 15:53:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20085,'4000','41610455838','2020-12-31 15:53:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20086,'4000','41610455838','2020-12-31 15:53:22',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20087,'4000','41610455838','2020-12-31 15:53:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20090,'5980','81610455943','2020-12-23 15:53:19',3000.00,NULL,'0','8','1','Toner black 12 A','1','','','704','','No',NULL,NULL,''),(20091,'1000','81610455943','2020-12-23 15:53:19',NULL,3000.00,'0','8','1','Toner black 12 A','1','','','704','','No',NULL,NULL,''),(20092,'1110','41610456078','2021-01-12 15:56:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20093,'1110','41610456078','2021-01-12 15:56:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20094,'1110','41610456078','2021-01-12 15:56:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20095,'1110','41610456078','2021-01-12 15:56:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20096,'1110','41610456078','2021-01-12 15:56:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20097,'1110','41610456078','2021-01-12 15:56:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20098,'5500','41610456078','2021-01-12 15:56:22',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20099,'1000','41610456078','2021-01-12 15:56:22',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20100,'4000','41610456078','2021-01-12 15:56:22',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20101,'4000','41610456078','2021-01-12 15:56:22',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20102,'4000','41610456078','2021-01-12 15:56:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20103,'4000','41610456078','2021-01-12 15:56:22',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20104,'4000','41610456078','2021-01-12 15:56:22',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20105,'4000','41610456078','2021-01-12 15:56:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20108,'5910','81610448002','2021-01-05 13:40:30',100.00,NULL,'0','8','1','Gabbage collection','1','','','705','','No',NULL,NULL,''),(20109,'1000','81610448002','2021-01-05 13:40:30',NULL,100.00,'0','8','1','Gabbage collection','1','','','705','','No',NULL,NULL,''),(20110,'1000','41610457118','2021-01-12 16:12:30',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20111,'4000','41610457118','2021-01-12 16:12:30',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20112,'1110','41610457160','2021-01-12 16:14:55',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20113,'1110','41610457160','2021-01-12 16:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20114,'1110','41610457160','2021-01-12 16:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20115,'1110','41610457160','2021-01-12 16:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20116,'1110','41610457160','2021-01-12 16:14:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20117,'1110','41610457160','2021-01-12 16:14:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20118,'5500','41610457160','2021-01-12 16:14:55',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20119,'1000','41610457160','2021-01-12 16:14:55',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20120,'4000','41610457160','2021-01-12 16:14:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20121,'4000','41610457160','2021-01-12 16:14:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20122,'4000','41610457160','2021-01-12 16:14:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20123,'4000','41610457160','2021-01-12 16:14:55',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20124,'4000','41610457160','2021-01-12 16:14:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20125,'4000','41610457160','2021-01-12 16:14:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20126,'1110','41610457343','2021-01-12 16:17:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20127,'1110','41610457343','2021-01-12 16:17:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20128,'1110','41610457343','2021-01-12 16:17:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20129,'1110','41610457343','2021-01-12 16:17:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20130,'1110','41610457343','2021-01-12 16:17:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20131,'1110','41610457343','2021-01-12 16:17:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20132,'5500','41610457343','2021-01-12 16:17:28',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20133,'1000','41610457343','2021-01-12 16:17:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20134,'4000','41610457343','2021-01-12 16:17:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20135,'4000','41610457343','2021-01-12 16:17:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20136,'4000','41610457343','2021-01-12 16:17:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20137,'4000','41610457343','2021-01-12 16:17:28',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20138,'4000','41610457343','2021-01-12 16:17:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20139,'4000','41610457343','2021-01-12 16:17:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20140,'1110','41610457456','2021-01-12 16:18:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(20141,'1110','41610457456','2021-01-12 16:18:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(20142,'1110','41610457456','2021-01-12 16:18:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20143,'5500','41610457456','2021-01-12 16:18:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20144,'1000','41610457456','2021-01-12 16:18:50',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20145,'4000','41610457456','2021-01-12 16:18:50',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(20146,'4000','41610457456','2021-01-12 16:18:50',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(20147,'4000','41610457456','2021-01-12 16:18:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20148,'1110','41610457539','2021-01-12 16:21:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20149,'1110','41610457539','2021-01-12 16:21:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20150,'1110','41610457539','2021-01-12 16:21:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20151,'1110','41610457539','2021-01-12 16:21:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20152,'1110','41610457539','2021-01-12 16:21:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20153,'1110','41610457539','2021-01-12 16:21:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20154,'5500','41610457539','2021-01-12 16:21:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20155,'1000','41610457539','2021-01-12 16:21:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20156,'4000','41610457539','2021-01-12 16:21:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20157,'4000','41610457539','2021-01-12 16:21:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20158,'4000','41610457539','2021-01-12 16:21:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20159,'4000','41610457539','2021-01-12 16:21:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20160,'4000','41610457539','2021-01-12 16:21:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20161,'4000','41610457539','2021-01-12 16:21:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20162,'1110','41610457964','2021-01-12 16:54:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20163,'1110','41610457964','2021-01-12 16:54:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(20164,'1110','41610457964','2021-01-12 16:54:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20165,'1110','41610457964','2021-01-12 16:54:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(20166,'1110','41610457964','2021-01-12 16:54:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(20167,'1110','41610457964','2021-01-12 16:54:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(20168,'1110','41610457964','2021-01-12 16:54:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20169,'5500','41610457964','2021-01-12 16:54:29',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20170,'1000','41610457964','2021-01-12 16:54:29',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20171,'4000','41610457964','2021-01-12 16:54:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20172,'4000','41610457964','2021-01-12 16:54:29',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20173,'4000','41610457964','2021-01-12 16:54:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20174,'4000','41610457964','2021-01-12 16:54:29',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(20175,'4000','41610457964','2021-01-12 16:54:29',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(20176,'4000','41610457964','2021-01-12 16:54:29',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(20177,'4000','41610457964','2021-01-12 16:54:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20178,'1000','41610459676','2021-01-12 16:55:08',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20179,'4000','41610459676','2021-01-12 16:55:08',NULL,1800.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(20182,'5920','71610441169','2020-12-15 11:47:16',1000.00,NULL,'0','8','1','Office mobile phone ','1','','','706','','No',NULL,NULL,''),(20183,'1000','71610441169','2020-12-15 11:47:16',NULL,1000.00,'0','8','1','office phone','1','','','706','','No',NULL,NULL,''),(20184,'1000','41610516086','2021-01-13 08:34:54',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20185,'4000','41610516086','2021-01-13 08:34:54',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(20186,'1000','41610516102','2021-01-13 08:48:26',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20187,'4000','41610516102','2021-01-13 08:48:26',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(20189,'4000','61610518547','2021-01-13 09:27:08',NULL,3000.00,'','6','1','Good sold','2','21','sales','84','','No',NULL,NULL,''),(20190,'4000','61610518547','2021-01-13 09:27:08',NULL,33250.00,'','6','1','Good sold','2','21','sales','135','','No',NULL,NULL,''),(20191,'1000','41610516913','2021-01-13 10:06:38',100.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20192,'4000','41610516913','2021-01-13 10:06:38',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(20193,'1110','41610521607','2021-01-13 10:10:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20194,'1110','41610521607','2021-01-13 10:10:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20195,'1110','41610521607','2021-01-13 10:10:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20196,'1110','41610521607','2021-01-13 10:10:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20197,'1110','41610521607','2021-01-13 10:10:09',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20198,'1110','41610521607','2021-01-13 10:10:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20199,'5500','41610521607','2021-01-13 10:10:09',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20200,'1000','41610521607','2021-01-13 10:10:09',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20201,'4000','41610521607','2021-01-13 10:10:09',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20202,'4000','41610521607','2021-01-13 10:10:09',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20203,'4000','41610521607','2021-01-13 10:10:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20204,'4000','41610521607','2021-01-13 10:10:09',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20205,'4000','41610521607','2021-01-13 10:10:09',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20206,'4000','41610521607','2021-01-13 10:10:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20207,'1110','41610521815','2021-01-13 10:16:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20208,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(20209,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20210,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20211,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20212,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(20213,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20214,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20215,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20216,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(20217,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(20218,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','49','','No',NULL,NULL,''),(20219,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(20220,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20221,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(20222,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(20223,'1110','41610521815','2021-01-13 10:16:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(20224,'5500','41610521815','2021-01-13 10:16:43',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20225,'1000','41610521815','2021-01-13 10:16:43',2000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20226,'4000','41610521815','2021-01-13 10:16:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20227,'4000','41610521815','2021-01-13 10:16:43',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20228,'4000','41610521815','2021-01-13 10:16:43',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20229,'4000','41610521815','2021-01-13 10:16:43',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20230,'4000','41610521815','2021-01-13 10:16:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20231,'4000','41610521815','2021-01-13 10:16:43',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(20232,'4000','41610521815','2021-01-13 10:16:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20233,'4000','41610521815','2021-01-13 10:16:43',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20234,'4000','41610521815','2021-01-13 10:16:43',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20235,'4000','41610521815','2021-01-13 10:16:43',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(20236,'4000','41610521815','2021-01-13 10:16:43',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(20237,'4000','41610521815','2021-01-13 10:16:43',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(20238,'4000','41610521815','2021-01-13 10:16:43',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(20239,'4000','41610521815','2021-01-13 10:16:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20240,'4000','41610521815','2021-01-13 10:16:43',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(20241,'4000','41610521815','2021-01-13 10:16:43',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(20242,'4000','41610521815','2021-01-13 10:16:43',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(20243,'1000','41610522318','2021-01-13 10:19:24',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20244,'4000','41610522318','2021-01-13 10:19:24',NULL,300.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(20245,'1000','41610522715','2021-01-13 10:50:42',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20246,'4000','41610522715','2021-01-13 10:50:42',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(20247,'1000','61610518547','2021-01-13 09:27:08',6000.00,NULL,'','6','1','Good sold','2','','sales','','','No',NULL,NULL,''),(20248,'4000','61610518547','2021-01-13 09:27:08',NULL,6000.00,'','6','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20249,'4000','61610518547','2021-01-13 11:08:00',6000.00,NULL,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(20250,'1000','61610518547','2021-01-13 11:08:00',NULL,6000.00,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(20251,'5500','61610518547','2021-01-13 11:08:00',NULL,0.00,'','8','1','Cost of goods returned','1','21','sales','149','','No',NULL,NULL,''),(20252,'1110','61610518547','2021-01-13 11:08:00',0.00,NULL,'','8','1','Inventory retuned ','1','21','sales','','','No',NULL,NULL,''),(20253,'1000','61610525526','2020-12-23 11:14:42',6000.00,NULL,'','6','1','Good sold','2','','sales','','','No',NULL,NULL,''),(20254,'4000','61610525526','2020-12-23 11:14:42',NULL,6000.00,'','6','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20255,'1000','61610526712','2020-12-23 11:32:43',6000.00,NULL,'','6','1','Good sold','2','','sales','','','No',NULL,NULL,''),(20256,'4000','61610526712','2020-12-23 11:32:43',NULL,6000.00,'','6','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20257,'4000','61610518547','2021-01-13 11:39:23',33250.00,NULL,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(20258,'1000','61610518547','2021-01-13 11:39:23',NULL,33250.00,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(20259,'5500','61610518547','2021-01-13 11:39:23',NULL,0.00,'','8','1','Cost of goods returned','1','21','sales','135','','No',NULL,NULL,''),(20260,'1110','61610518547','2021-01-13 11:39:23',0.00,NULL,'','8','1','Inventory retuned ','1','21','sales','','','No',NULL,NULL,''),(20261,'4000','61610518547','2021-01-13 11:39:27',3000.00,NULL,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(20262,'1000','61610518547','2021-01-13 11:39:27',NULL,3000.00,'','8','1','Returned products','1','21','return','','','No',NULL,NULL,''),(20263,'5500','61610518547','2021-01-13 11:39:27',NULL,0.00,'','8','1','Cost of goods returned','1','21','sales','84','','No',NULL,NULL,''),(20264,'1110','61610518547','2021-01-13 11:39:27',0.00,NULL,'','8','1','Inventory retuned ','1','21','sales','','','No',NULL,NULL,''),(20265,'4000','61610525526','2021-01-13 11:39:52',6000.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(20266,'1000','61610525526','2021-01-13 11:39:52',NULL,6000.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(20267,'5500','61610525526','2021-01-13 11:39:52',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','149','','No',NULL,NULL,''),(20268,'1110','61610525526','2021-01-13 11:39:52',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(20269,'4000','61610526712','2021-01-13 11:40:09',6000.00,NULL,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(20270,'1000','61610526712','2021-01-13 11:40:09',NULL,6000.00,'','8','1','Returned products','1','','return','','','No',NULL,NULL,''),(20271,'5500','61610526712','2021-01-13 11:40:09',NULL,0.00,'','8','1','Cost of goods returned','1','','sales','149','','No',NULL,NULL,''),(20272,'1110','61610526712','2021-01-13 11:40:09',0.00,NULL,'','8','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(20273,'1000','71610527113','2021-01-13 11:39:21',6000.00,NULL,'','7','1','Good sold','2','1','sales','','','No',NULL,NULL,''),(20274,'4000','71610527113','2021-01-13 11:39:21',NULL,6000.00,'','7','1','Good sold','2','1','sales','149','','No',NULL,NULL,''),(20275,'1110','41610524247','2021-01-13 11:35:21',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20276,'1110','41610524247','2021-01-13 11:35:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20277,'1110','41610524247','2021-01-13 11:35:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20278,'1110','41610524247','2021-01-13 11:35:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20279,'1110','41610524247','2021-01-13 11:35:21',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20280,'1110','41610524247','2021-01-13 11:35:21',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20281,'5500','41610524247','2021-01-13 11:35:21',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20282,'1000','41610524247','2021-01-13 11:35:21',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20283,'4000','41610524247','2021-01-13 11:35:21',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20284,'4000','41610524247','2021-01-13 11:35:21',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20285,'4000','41610524247','2021-01-13 11:35:21',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20286,'4000','41610524247','2021-01-13 11:35:21',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20287,'4000','41610524247','2021-01-13 11:35:21',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20288,'4000','41610524247','2021-01-13 11:35:21',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20289,'1000','71610527243','2021-01-13 11:42:03',1000.00,NULL,'','7','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20290,'4000','71610527243','2021-01-13 11:42:03',NULL,1000.00,'','7','1','Good sold','2','','sales','84','','No',NULL,NULL,''),(20291,'1100','61610528554','2021-01-13 12:03:01',36250.00,NULL,'','6','1','Good sold','2','21','sales','','','No',NULL,NULL,''),(20292,'4000','61610528554','2021-01-13 12:03:01',NULL,3000.00,'','6','1','Good sold','2','21','sales','84','','No',NULL,NULL,''),(20293,'4000','61610528554','2021-01-13 12:03:01',NULL,33250.00,'','6','1','Good sold','2','21','sales','135','','No',NULL,NULL,''),(20294,'1000','61610528732','2020-12-23 12:06:07',6000.00,NULL,'','6','1','Good sold','2','','sales','','','No',NULL,NULL,''),(20295,'4000','61610528732','2020-12-23 12:06:07',NULL,6000.00,'','6','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20296,'1000','61610529113','2021-01-13 12:12:48',6000.00,NULL,'','6','1','Good sold','2','','sales','','','No',NULL,NULL,''),(20297,'4000','61610529113','2021-01-13 12:12:48',NULL,6000.00,'','6','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20298,'1000','61610529257','2021-01-13 12:17:42',6000.00,NULL,'','6','1','Good sold','2','45','sales','','','No',NULL,NULL,''),(20299,'4000','61610529257','2021-01-13 12:17:42',NULL,6000.00,'','6','1','Good sold','2','45','sales','149','','No',NULL,NULL,''),(20300,'1000','61610529521','2021-01-13 12:33:19',6000.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20301,'4000','61610529521','2021-01-13 12:33:19',NULL,6000.00,'','6','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20302,'1000','81610530448','2021-01-13 12:34:53',6000.00,NULL,'','8','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20303,'4000','81610530448','2021-01-13 12:34:53',NULL,6000.00,'','8','1','Good sold','2','','sales','149','','No',NULL,NULL,''),(20304,'4000','81610530448','2021-01-13 13:52:40',6000.00,NULL,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20305,'1000','81610530448','2021-01-13 13:52:40',NULL,6000.00,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20306,'5500','81610530448','2021-01-13 13:52:40',NULL,0.00,'','8','1','Cost of goods returned','2','','sales','149','','No',NULL,NULL,''),(20307,'1110','81610530448','2021-01-13 13:52:40',0.00,NULL,'','8','1','Inventory retuned ','2','','sales','','','No',NULL,NULL,''),(20308,'4000','71610527113','2021-01-13 13:53:00',6000.00,NULL,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20309,'1000','71610527113','2021-01-13 13:53:00',NULL,6000.00,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20310,'5500','71610527113','2021-01-13 13:53:00',NULL,0.00,'','8','1','Cost of goods returned','2','','sales','149','','No',NULL,NULL,''),(20311,'1110','71610527113','2021-01-13 13:53:00',0.00,NULL,'','8','1','Inventory retuned ','2','','sales','','','No',NULL,NULL,''),(20312,'4000','71610527243','2021-01-13 13:53:17',1000.00,NULL,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20313,'1000','71610527243','2021-01-13 13:53:17',NULL,1000.00,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20314,'5500','71610527243','2021-01-13 13:53:17',NULL,0.00,'','8','1','Cost of goods returned','2','','sales','84','','No',NULL,NULL,''),(20315,'1110','71610527243','2021-01-13 13:53:17',0.00,NULL,'','8','1','Inventory retuned ','2','','sales','','','No',NULL,NULL,''),(20316,'1110','41610527317','2021-01-13 13:53:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20317,'1110','41610527317','2021-01-13 13:53:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20318,'1110','41610527317','2021-01-13 13:53:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20319,'1110','41610527317','2021-01-13 13:53:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(20320,'1110','41610527317','2021-01-13 13:53:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20321,'1110','41610527317','2021-01-13 13:53:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20322,'5500','41610527317','2021-01-13 13:53:08',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20323,'1000','41610527317','2021-01-13 13:53:08',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20324,'4000','41610527317','2021-01-13 13:53:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20325,'4000','41610527317','2021-01-13 13:53:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20326,'4000','41610527317','2021-01-13 13:53:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20327,'4000','41610527317','2021-01-13 13:53:08',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(20328,'4000','41610527317','2021-01-13 13:53:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20329,'4000','41610527317','2021-01-13 13:53:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20330,'4000','61610529257','2021-01-13 13:53:44',6000.00,NULL,'','8','1','Returned products','2','45','return','','','No',NULL,NULL,''),(20331,'1000','61610529257','2021-01-13 13:53:44',NULL,6000.00,'','8','1','Returned products','2','45','return','','','No',NULL,NULL,''),(20332,'5500','61610529257','2021-01-13 13:53:44',NULL,0.00,'','8','1','Cost of goods returned','2','45','sales','149','','No',NULL,NULL,''),(20333,'1110','61610529257','2021-01-13 13:53:44',0.00,NULL,'','8','1','Inventory retuned ','2','45','sales','','','No',NULL,NULL,''),(20334,'4000','61610529521','2021-01-13 13:54:11',6000.00,NULL,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20335,'1000','61610529521','2021-01-13 13:54:11',NULL,6000.00,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20336,'5500','61610529521','2021-01-13 13:54:11',NULL,0.00,'','8','1','Cost of goods returned','2','','sales','149','','No',NULL,NULL,''),(20337,'1110','61610529521','2021-01-13 13:54:11',0.00,NULL,'','8','1','Inventory retuned ','2','','sales','','','No',NULL,NULL,''),(20338,'4000','61610529113','2021-01-13 13:55:23',6000.00,NULL,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20339,'1000','61610529113','2021-01-13 13:55:23',NULL,6000.00,'','8','1','Returned products','2','','return','','','No',NULL,NULL,''),(20340,'5500','61610529113','2021-01-13 13:55:23',NULL,0.00,'','8','1','Cost of goods returned','2','','sales','149','','No',NULL,NULL,''),(20341,'1110','61610529113','2021-01-13 13:55:23',0.00,NULL,'','8','1','Inventory retuned ','2','','sales','','','No',NULL,NULL,''),(20342,'1110','41610535206','2021-01-13 14:38:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20343,'1110','41610535206','2021-01-13 14:38:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20344,'1110','41610535206','2021-01-13 14:38:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20345,'1110','41610535206','2021-01-13 14:38:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20346,'5500','41610535206','2021-01-13 14:38:03',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20347,'1000','41610535206','2021-01-13 14:38:03',460.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20348,'4000','41610535206','2021-01-13 14:38:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20349,'4000','41610535206','2021-01-13 14:38:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20350,'4000','41610535206','2021-01-13 14:38:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20351,'4000','41610535206','2021-01-13 14:38:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20352,'1110','41610537920','2021-01-13 14:57:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20353,'1110','41610537920','2021-01-13 14:57:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(20354,'1110','41610537920','2021-01-13 14:57:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20355,'1110','41610537920','2021-01-13 14:57:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20356,'1110','41610537920','2021-01-13 14:57:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20357,'1110','41610537920','2021-01-13 14:57:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20358,'5500','41610537920','2021-01-13 14:57:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20359,'1000','41610537920','2021-01-13 14:57:50',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20360,'4000','41610537920','2021-01-13 14:57:50',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20361,'4000','41610537920','2021-01-13 14:57:50',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(20362,'4000','41610537920','2021-01-13 14:57:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20363,'4000','41610537920','2021-01-13 14:57:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20364,'4000','41610537920','2021-01-13 14:57:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20365,'4000','41610537920','2021-01-13 14:57:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20366,'1000','61610539550','2021-01-07 00:00:00',250.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20367,'4000','61610539550','2021-01-07 00:00:00',NULL,250.00,'','6','1','Good sold','2','','sales','348','','No',NULL,NULL,''),(20368,'1000','61610539842','2021-01-08 15:11:10',650.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20369,'4000','61610539842','2021-01-08 15:11:10',NULL,650.00,'','6','1','Good sold','2','','sales','331','','No',NULL,NULL,''),(20370,'1000','61610539892','2021-01-08 15:12:08',6000.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20371,'4000','61610539892','2021-01-08 15:12:08',NULL,6000.00,'','6','1','Good sold','2','','sales','346','','No',NULL,NULL,''),(20372,'1110','41610539207','2021-01-13 15:30:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20373,'1110','41610539207','2021-01-13 15:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20374,'1110','41610539207','2021-01-13 15:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20375,'1110','41610539207','2021-01-13 15:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20376,'1110','41610539207','2021-01-13 15:30:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20377,'1110','41610539207','2021-01-13 15:30:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20378,'5500','41610539207','2021-01-13 15:30:59',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20379,'1000','41610539207','2021-01-13 15:30:59',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20380,'4000','41610539207','2021-01-13 15:30:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20381,'4000','41610539207','2021-01-13 15:30:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20382,'4000','41610539207','2021-01-13 15:30:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20383,'4000','41610539207','2021-01-13 15:30:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20384,'4000','41610539207','2021-01-13 15:30:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20385,'4000','41610539207','2021-01-13 15:30:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20386,'1110','41610541067','2021-01-13 15:33:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20387,'5500','41610541067','2021-01-13 15:33:28',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20388,'1000','41610541067','2021-01-13 15:33:28',50.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20389,'4000','41610541067','2021-01-13 15:33:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20390,'1000','61610539952','2021-01-08 15:37:26',2088.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(20391,'4000','61610539952','2021-01-08 15:37:26',NULL,174.00,'','6','1','Good sold','2','','sales','320','','No',NULL,NULL,''),(20392,'4000','61610539952','2021-01-08 15:37:26',NULL,464.00,'','6','1','Good sold','2','','sales','344','','No',NULL,NULL,''),(20393,'4000','61610539952','2021-01-08 15:37:26',NULL,580.00,'','6','1','Good sold','2','','sales','345','','No',NULL,NULL,''),(20394,'4000','61610539952','2021-01-08 15:37:26',NULL,870.00,'','6','1','Good sold','2','','sales','347','','No',NULL,NULL,''),(20395,'1000','41610541328','2021-01-13 16:30:07',5050.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20396,'4000','41610541328','2021-01-13 16:30:07',NULL,1300.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(20397,'4000','41610541328','2021-01-13 16:30:07',NULL,1650.00,'','4','1','Good sold','1','','sales','349','','No',NULL,NULL,''),(20398,'4000','41610541328','2021-01-13 16:30:07',NULL,2100.00,'','4','1','Good sold','1','','sales','350','','No',NULL,NULL,''),(20399,'1000','41610605209','2021-01-14 09:28:38',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20400,'4000','41610605209','2021-01-14 09:28:38',NULL,800.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20401,'1000','41610605735','2021-01-14 10:44:21',2800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20402,'4000','41610605735','2021-01-14 10:44:21',NULL,2800.00,'','4','1','Good sold','1','','sales','140','','No',NULL,NULL,''),(20403,'1000','41610610277','2021-01-14 10:50:50',80.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20404,'4000','41610610277','2021-01-14 10:50:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20405,'4000','41610610277','2021-01-14 10:50:50',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(20406,'1110','41610610719','2021-01-14 11:43:35',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20407,'1110','41610610719','2021-01-14 11:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20408,'1110','41610610719','2021-01-14 11:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20409,'1110','41610610719','2021-01-14 11:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20410,'1110','41610610719','2021-01-14 11:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(20411,'1110','41610610719','2021-01-14 11:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(20412,'1110','41610610719','2021-01-14 11:43:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(20413,'1110','41610610719','2021-01-14 11:43:35',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20414,'5500','41610610719','2021-01-14 11:43:35',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20415,'1000','41610610719','2021-01-14 11:43:35',900.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20416,'4000','41610610719','2021-01-14 11:43:35',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20417,'4000','41610610719','2021-01-14 11:43:35',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20418,'4000','41610610719','2021-01-14 11:43:35',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20419,'4000','41610610719','2021-01-14 11:43:35',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20420,'4000','41610610719','2021-01-14 11:43:35',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(20421,'4000','41610610719','2021-01-14 11:43:35',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(20422,'4000','41610610719','2021-01-14 11:43:35',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(20423,'4000','41610610719','2021-01-14 11:43:35',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20424,'1000','41610613825','2021-01-14 12:07:04',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20425,'4000','41610613825','2021-01-14 12:07:04',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(20426,'1110','41610615230','2021-01-14 12:11:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20427,'1110','41610615230','2021-01-14 12:11:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20428,'1110','41610615230','2021-01-14 12:11:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20429,'5500','41610615230','2021-01-14 12:11:24',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20430,'1000','41610615230','2021-01-14 12:11:24',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20431,'4000','41610615230','2021-01-14 12:11:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20432,'4000','41610615230','2021-01-14 12:11:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20433,'4000','41610615230','2021-01-14 12:11:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20434,'1000','41610615491','2021-01-14 12:38:29',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20435,'4000','41610615491','2021-01-14 12:38:29',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20436,'1110','41610617115','2021-01-14 13:26:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20437,'1110','41610617115','2021-01-14 13:26:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20438,'1110','41610617115','2021-01-14 13:26:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20439,'1110','41610617115','2021-01-14 13:26:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20440,'1110','41610617115','2021-01-14 13:26:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(20441,'1110','41610617115','2021-01-14 13:26:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20442,'5500','41610617115','2021-01-14 13:26:15',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20443,'1000','41610617115','2021-01-14 13:26:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20444,'4000','41610617115','2021-01-14 13:26:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20445,'4000','41610617115','2021-01-14 13:26:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20446,'4000','41610617115','2021-01-14 13:26:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20447,'4000','41610617115','2021-01-14 13:26:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20448,'4000','41610617115','2021-01-14 13:26:15',NULL,50.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(20449,'4000','41610617115','2021-01-14 13:26:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20450,'1000','41610619981','2021-01-14 13:27:29',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20451,'4000','41610619981','2021-01-14 13:27:29',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(20452,'1100','61610621888','2021-01-14 14:01:54',10200.00,NULL,'','6','1','Good sold','2','21','sales','','','No',NULL,NULL,''),(20453,'4000','61610621888','2021-01-14 14:01:54',NULL,10200.00,'','6','1','Good sold','2','21','sales','84','','No',NULL,NULL,''),(20454,'1110','41610620083','2021-01-14 14:46:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20455,'1110','41610620083','2021-01-14 14:46:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20456,'1110','41610620083','2021-01-14 14:46:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20457,'1110','41610620083','2021-01-14 14:46:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20458,'1110','41610620083','2021-01-14 14:46:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20459,'1110','41610620083','2021-01-14 14:46:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20460,'1110','41610620083','2021-01-14 14:46:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(20461,'5500','41610620083','2021-01-14 14:46:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20462,'1000','41610620083','2021-01-14 14:46:18',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20463,'4000','41610620083','2021-01-14 14:46:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20464,'4000','41610620083','2021-01-14 14:46:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20465,'4000','41610620083','2021-01-14 14:46:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20466,'4000','41610620083','2021-01-14 14:46:18',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20467,'4000','41610620083','2021-01-14 14:46:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20468,'4000','41610620083','2021-01-14 14:46:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20469,'4000','41610620083','2021-01-14 14:46:18',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(20470,'1000','41610624819','2021-01-14 15:04:31',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20471,'4000','41610624819','2021-01-14 15:04:31',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(20472,'4000','41610624819','2021-01-14 15:04:31',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(20473,'4000','41610624819','2021-01-14 15:04:31',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(20474,'1110','41610625877','2021-01-14 15:39:58',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20475,'1110','41610625877','2021-01-14 15:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(20476,'1110','41610625877','2021-01-14 15:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20477,'1110','41610625877','2021-01-14 15:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20478,'1110','41610625877','2021-01-14 15:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20479,'1110','41610625877','2021-01-14 15:39:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20480,'1110','41610625877','2021-01-14 15:39:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20481,'5500','41610625877','2021-01-14 15:39:58',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20482,'1000','41610625877','2021-01-14 15:39:58',630.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20483,'4000','41610625877','2021-01-14 15:39:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20484,'4000','41610625877','2021-01-14 15:39:58',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20485,'4000','41610625877','2021-01-14 15:39:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20486,'4000','41610625877','2021-01-14 15:39:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20487,'4000','41610625877','2021-01-14 15:39:58',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20488,'4000','41610625877','2021-01-14 15:39:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20489,'4000','41610625877','2021-01-14 15:39:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20490,'1110','41610628010','2021-01-14 15:46:45',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20491,'1110','41610628010','2021-01-14 15:46:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20492,'1110','41610628010','2021-01-14 15:46:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20493,'1110','41610628010','2021-01-14 15:46:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20494,'1110','41610628010','2021-01-14 15:46:45',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20495,'1110','41610628010','2021-01-14 15:46:45',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20496,'5500','41610628010','2021-01-14 15:46:45',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20497,'1000','41610628010','2021-01-14 15:46:45',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20498,'4000','41610628010','2021-01-14 15:46:45',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20499,'4000','41610628010','2021-01-14 15:46:45',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20500,'4000','41610628010','2021-01-14 15:46:45',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20501,'4000','41610628010','2021-01-14 15:46:45',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20502,'4000','41610628010','2021-01-14 15:46:45',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20503,'4000','41610628010','2021-01-14 15:46:45',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20504,'1110','41610630100','2021-01-14 16:16:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20505,'1110','41610630100','2021-01-14 16:16:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(20506,'1110','41610630100','2021-01-14 16:16:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20507,'1110','41610630100','2021-01-14 16:16:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20508,'1110','41610630100','2021-01-14 16:16:33',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20509,'1110','41610630100','2021-01-14 16:16:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20510,'5500','41610630100','2021-01-14 16:16:33',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20511,'1000','41610630100','2021-01-14 16:16:33',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20512,'4000','41610630100','2021-01-14 16:16:33',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20513,'4000','41610630100','2021-01-14 16:16:33',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(20514,'4000','41610630100','2021-01-14 16:16:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20515,'4000','41610630100','2021-01-14 16:16:33',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20516,'4000','41610630100','2021-01-14 16:16:33',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20517,'4000','41610630100','2021-01-14 16:16:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20518,'1000','41610631034','2021-01-14 16:55:19',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20519,'4000','41610631034','2021-01-14 16:55:19',NULL,2500.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(20520,'1000','41610632926','2021-01-14 17:03:39',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20521,'4000','41610632926','2021-01-14 17:03:39',NULL,2300.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(20522,'1000','41610691098','2021-01-15 09:12:01',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20523,'4000','41610691098','2021-01-15 09:12:01',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20524,'1000','41610691126','2021-01-15 09:29:20',2850.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20525,'4000','41610691126','2021-01-15 09:29:20',NULL,2850.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20526,'1110','41610692221','2021-01-15 09:47:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20527,'1110','41610692221','2021-01-15 09:47:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(20528,'1110','41610692221','2021-01-15 09:47:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20529,'1110','41610692221','2021-01-15 09:47:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20530,'1110','41610692221','2021-01-15 09:47:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20531,'1110','41610692221','2021-01-15 09:47:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20532,'5500','41610692221','2021-01-15 09:47:56',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20533,'1000','41610692221','2021-01-15 09:47:56',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20534,'4000','41610692221','2021-01-15 09:47:56',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20535,'4000','41610692221','2021-01-15 09:47:56',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(20536,'4000','41610692221','2021-01-15 09:47:56',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20537,'4000','41610692221','2021-01-15 09:47:56',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20538,'4000','41610692221','2021-01-15 09:47:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20539,'4000','41610692221','2021-01-15 09:47:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20540,'1110','41610693280','2021-01-15 11:09:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20541,'1110','41610693280','2021-01-15 11:09:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(20542,'1110','41610693280','2021-01-15 11:09:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20543,'1110','41610693280','2021-01-15 11:09:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20544,'1110','41610693280','2021-01-15 11:09:42',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20545,'1110','41610693280','2021-01-15 11:09:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20546,'5500','41610693280','2021-01-15 11:09:42',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20547,'1000','41610693280','2021-01-15 11:09:42',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20548,'4000','41610693280','2021-01-15 11:09:42',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20549,'4000','41610693280','2021-01-15 11:09:42',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(20550,'4000','41610693280','2021-01-15 11:09:42',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20551,'4000','41610693280','2021-01-15 11:09:42',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20552,'4000','41610693280','2021-01-15 11:09:42',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20553,'4000','41610693280','2021-01-15 11:09:42',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20554,'1110','41610698193','2021-01-15 11:14:46',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20555,'1110','41610698193','2021-01-15 11:14:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20556,'1110','41610698193','2021-01-15 11:14:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20557,'1110','41610698193','2021-01-15 11:14:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20558,'1110','41610698193','2021-01-15 11:14:46',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20559,'1110','41610698193','2021-01-15 11:14:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20560,'5500','41610698193','2021-01-15 11:14:46',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20561,'1000','41610698193','2021-01-15 11:14:46',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20562,'4000','41610698193','2021-01-15 11:14:46',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20563,'4000','41610698193','2021-01-15 11:14:46',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20564,'4000','41610698193','2021-01-15 11:14:46',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20565,'4000','41610698193','2021-01-15 11:14:46',NULL,40.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20566,'4000','41610698193','2021-01-15 11:14:46',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20567,'4000','41610698193','2021-01-15 11:14:46',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20568,'1110','41610700894','2021-01-15 11:55:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20569,'1110','41610700894','2021-01-15 11:55:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20570,'1110','41610700894','2021-01-15 11:55:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20571,'1110','41610700894','2021-01-15 11:55:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20572,'1110','41610700894','2021-01-15 11:55:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20573,'5500','41610700894','2021-01-15 11:55:44',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20574,'1000','41610700894','2021-01-15 11:55:44',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20575,'4000','41610700894','2021-01-15 11:55:44',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20576,'4000','41610700894','2021-01-15 11:55:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20577,'4000','41610700894','2021-01-15 11:55:44',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20578,'4000','41610700894','2021-01-15 11:55:44',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20579,'4000','41610700894','2021-01-15 11:55:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20580,'1110','41610700949','2021-01-15 12:52:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20581,'1110','41610700949','2021-01-15 12:52:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20582,'1110','41610700949','2021-01-15 12:52:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20583,'1110','41610700949','2021-01-15 12:52:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20584,'1110','41610700949','2021-01-15 12:52:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20585,'1110','41610700949','2021-01-15 12:52:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20586,'5500','41610700949','2021-01-15 12:52:14',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20587,'1000','41610700949','2021-01-15 12:52:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20588,'4000','41610700949','2021-01-15 12:52:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20589,'4000','41610700949','2021-01-15 12:52:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20590,'4000','41610700949','2021-01-15 12:52:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20591,'4000','41610700949','2021-01-15 12:52:14',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20592,'4000','41610700949','2021-01-15 12:52:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20593,'4000','41610700949','2021-01-15 12:52:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20594,'1110','41610704340','2021-01-15 12:53:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20595,'1110','41610704340','2021-01-15 12:53:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20596,'1110','41610704340','2021-01-15 12:53:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20597,'1110','41610704340','2021-01-15 12:53:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20598,'1110','41610704340','2021-01-15 12:53:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20599,'1110','41610704340','2021-01-15 12:53:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20600,'5500','41610704340','2021-01-15 12:53:31',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20601,'1000','41610704340','2021-01-15 12:53:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20602,'4000','41610704340','2021-01-15 12:53:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20603,'4000','41610704340','2021-01-15 12:53:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20604,'4000','41610704340','2021-01-15 12:53:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20605,'4000','41610704340','2021-01-15 12:53:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20606,'4000','41610704340','2021-01-15 12:53:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20607,'4000','41610704340','2021-01-15 12:53:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20608,'1100','61610705413','2021-01-14 13:14:01',9000.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20609,'4000','61610705413','2021-01-14 13:14:01',NULL,9000.00,'','6','1','Good sold','2','46','sales','326','','No',NULL,NULL,''),(20610,'1100','61610705792','2021-01-14 13:16:57',1900.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20611,'4000','61610705792','2021-01-14 13:16:57',NULL,1900.00,'','6','1','Good sold','2','46','sales','326','','No',NULL,NULL,''),(20612,'1110','41610704419','2021-01-15 14:09:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20613,'1110','41610704419','2021-01-15 14:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20614,'1110','41610704419','2021-01-15 14:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20615,'1110','41610704419','2021-01-15 14:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(20616,'1110','41610704419','2021-01-15 14:09:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20617,'1110','41610704419','2021-01-15 14:09:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20618,'5500','41610704419','2021-01-15 14:09:38',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20619,'1000','41610704419','2021-01-15 14:09:38',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20620,'4000','41610704419','2021-01-15 14:09:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20621,'4000','41610704419','2021-01-15 14:09:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20622,'4000','41610704419','2021-01-15 14:09:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20623,'4000','41610704419','2021-01-15 14:09:38',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(20624,'4000','41610704419','2021-01-15 14:09:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20625,'4000','41610704419','2021-01-15 14:09:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20626,'1000','41610708987','2021-01-15 14:20:05',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20627,'4000','41610708987','2021-01-15 14:20:05',NULL,100.00,'','4','1','Good sold','1','','sales','330','','No',NULL,NULL,''),(20628,'1110','41610711314','2021-01-15 14:55:52',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20629,'1110','41610711314','2021-01-15 14:55:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20630,'1110','41610711314','2021-01-15 14:55:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20631,'1110','41610711314','2021-01-15 14:55:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(20632,'1110','41610711314','2021-01-15 14:55:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20633,'1110','41610711314','2021-01-15 14:55:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20634,'5500','41610711314','2021-01-15 14:55:52',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20635,'1000','41610711314','2021-01-15 14:55:52',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20636,'4000','41610711314','2021-01-15 14:55:52',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20637,'4000','41610711314','2021-01-15 14:55:52',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20638,'4000','41610711314','2021-01-15 14:55:52',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20639,'4000','41610711314','2021-01-15 14:55:52',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(20640,'4000','41610711314','2021-01-15 14:55:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20641,'4000','41610711314','2021-01-15 14:55:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20642,'1110','41610711762','2021-01-15 14:57:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20643,'1110','41610711762','2021-01-15 14:57:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20644,'1110','41610711762','2021-01-15 14:57:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20645,'1110','41610711762','2021-01-15 14:57:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20646,'1110','41610711762','2021-01-15 14:57:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20647,'1110','41610711762','2021-01-15 14:57:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20648,'5500','41610711762','2021-01-15 14:57:06',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20649,'1000','41610711762','2021-01-15 14:57:06',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20650,'4000','41610711762','2021-01-15 14:57:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20651,'4000','41610711762','2021-01-15 14:57:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20652,'4000','41610711762','2021-01-15 14:57:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20653,'4000','41610711762','2021-01-15 14:57:06',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20654,'4000','41610711762','2021-01-15 14:57:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20655,'4000','41610711762','2021-01-15 14:57:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20656,'1000','41610711835','2021-01-15 14:57:45',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20657,'4000','41610711835','2021-01-15 14:57:45',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(20658,'4000','41610711835','2021-01-15 14:57:45',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(20659,'4000','41610711835','2021-01-15 14:57:45',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(20660,'1110','41610713200','2021-01-15 15:40:25',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20661,'1110','41610713200','2021-01-15 15:40:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20662,'1110','41610713200','2021-01-15 15:40:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20663,'5500','41610713200','2021-01-15 15:40:25',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20664,'1000','41610713200','2021-01-15 15:40:25',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20665,'4000','41610713200','2021-01-15 15:40:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20666,'4000','41610713200','2021-01-15 15:40:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20667,'4000','41610713200','2021-01-15 15:40:25',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20668,'1110','41610714592','2021-01-15 15:47:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20669,'1110','41610714592','2021-01-15 15:47:01',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20670,'1110','41610714592','2021-01-15 15:47:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20671,'5500','41610714592','2021-01-15 15:47:01',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20672,'1000','41610714592','2021-01-15 15:47:01',90.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20673,'4000','41610714592','2021-01-15 15:47:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20674,'4000','41610714592','2021-01-15 15:47:01',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20675,'4000','41610714592','2021-01-15 15:47:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20676,'1110','41610714848','2021-01-15 16:09:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20677,'1110','41610714848','2021-01-15 16:09:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20678,'1110','41610714848','2021-01-15 16:09:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20679,'1110','41610714848','2021-01-15 16:09:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20680,'1110','41610714848','2021-01-15 16:09:14',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20681,'1110','41610714848','2021-01-15 16:09:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20682,'5500','41610714848','2021-01-15 16:09:14',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20683,'1000','41610714848','2021-01-15 16:09:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20684,'4000','41610714848','2021-01-15 16:09:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20685,'4000','41610714848','2021-01-15 16:09:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20686,'4000','41610714848','2021-01-15 16:09:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20687,'4000','41610714848','2021-01-15 16:09:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20688,'4000','41610714848','2021-01-15 16:09:14',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20689,'4000','41610714848','2021-01-15 16:09:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20690,'1110','41610716167','2021-01-15 16:43:29',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20691,'1110','41610716167','2021-01-15 16:43:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20692,'1110','41610716167','2021-01-15 16:43:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20693,'1110','41610716167','2021-01-15 16:43:29',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20694,'1110','41610716167','2021-01-15 16:43:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20695,'5500','41610716167','2021-01-15 16:43:29',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20696,'1000','41610716167','2021-01-15 16:43:29',2550.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20697,'4000','41610716167','2021-01-15 16:43:29',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20698,'4000','41610716167','2021-01-15 16:43:29',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20699,'4000','41610716167','2021-01-15 16:43:29',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20700,'4000','41610716167','2021-01-15 16:43:29',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20701,'4000','41610716167','2021-01-15 16:43:29',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20702,'1110','41610718220','2021-01-15 16:45:50',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20703,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20704,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(20705,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20706,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20707,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(20708,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(20709,'1110','41610718220','2021-01-15 16:45:50',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20710,'1110','41610718220','2021-01-15 16:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20711,'5500','41610718220','2021-01-15 16:45:50',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20712,'1000','41610718220','2021-01-15 16:45:50',990.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20713,'4000','41610718220','2021-01-15 16:45:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20714,'4000','41610718220','2021-01-15 16:45:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20715,'4000','41610718220','2021-01-15 16:45:50',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(20716,'4000','41610718220','2021-01-15 16:45:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20717,'4000','41610718220','2021-01-15 16:45:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20718,'4000','41610718220','2021-01-15 16:45:50',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(20719,'4000','41610718220','2021-01-15 16:45:50',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(20720,'4000','41610718220','2021-01-15 16:45:50',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20721,'4000','41610718220','2021-01-15 16:45:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20722,'1110','41610718358','2021-01-15 16:55:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20723,'1110','41610718358','2021-01-15 16:55:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20724,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20725,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20726,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20727,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20728,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20729,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(20730,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(20731,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(20732,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(20733,'1110','41610718358','2021-01-15 16:55:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20734,'1110','41610718358','2021-01-15 16:55:59',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20735,'1110','41610718358','2021-01-15 16:55:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20736,'5500','41610718358','2021-01-15 16:55:59',326.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20737,'1000','41610718358','2021-01-15 16:55:59',1440.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20738,'4000','41610718358','2021-01-15 16:55:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20739,'4000','41610718358','2021-01-15 16:55:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20740,'4000','41610718358','2021-01-15 16:55:59',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20741,'4000','41610718358','2021-01-15 16:55:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20742,'4000','41610718358','2021-01-15 16:55:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20743,'4000','41610718358','2021-01-15 16:55:59',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20744,'4000','41610718358','2021-01-15 16:55:59',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20745,'4000','41610718358','2021-01-15 16:55:59',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(20746,'4000','41610718358','2021-01-15 16:55:59',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(20747,'4000','41610718358','2021-01-15 16:55:59',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(20748,'4000','41610718358','2021-01-15 16:55:59',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(20749,'4000','41610718358','2021-01-15 16:55:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20750,'4000','41610718358','2021-01-15 16:55:59',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20751,'4000','41610718358','2021-01-15 16:55:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20752,'1100','61610778397','2021-01-16 09:44:44',28000.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(20753,'4000','61610778397','2021-01-16 09:44:44',NULL,20700.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(20754,'4000','61610778397','2021-01-16 09:44:44',NULL,7300.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(20755,'1110','41610782877','2021-01-16 10:44:17',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20756,'1110','41610782877','2021-01-16 10:44:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(20757,'1110','41610782877','2021-01-16 10:44:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20758,'1110','41610782877','2021-01-16 10:44:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20759,'1110','41610782877','2021-01-16 10:44:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(20760,'1110','41610782877','2021-01-16 10:44:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20761,'1110','41610782877','2021-01-16 10:44:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20762,'5500','41610782877','2021-01-16 10:44:17',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20763,'1000','41610782877','2021-01-16 10:44:17',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20764,'4000','41610782877','2021-01-16 10:44:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20765,'4000','41610782877','2021-01-16 10:44:17',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20766,'4000','41610782877','2021-01-16 10:44:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20767,'4000','41610782877','2021-01-16 10:44:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20768,'4000','41610782877','2021-01-16 10:44:17',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(20769,'4000','41610782877','2021-01-16 10:44:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20770,'4000','41610782877','2021-01-16 10:44:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20771,'1000','41610783067','2021-01-16 10:48:22',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20772,'4000','41610783067','2021-01-16 10:48:22',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(20773,'1000','41610783436','2021-01-15 10:51:16',150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20774,'4000','41610783436','2021-01-15 10:51:16',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20775,'1000','TRANS-81610784427','2021-01-12 11:37:06',NULL,4000.00,'-741079','8','1','Transfer','','','','','','No',NULL,NULL,''),(20776,'1020','TRANS-81610784427','2021-01-12 11:37:06',4000.00,NULL,'200960','8','1','Transfer','','','','','','No',NULL,NULL,''),(20777,'1100','61610779648','2021-01-14 11:23:55',12220.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20778,'4000','61610779648','2021-01-14 11:23:55',NULL,2240.00,'','6','1','Good sold','2','46','sales','325','','No',NULL,NULL,''),(20779,'4000','61610779648','2021-01-14 11:23:55',NULL,5500.00,'','6','1','Good sold','2','46','sales','327','','No',NULL,NULL,''),(20780,'4000','61610779648','2021-01-14 11:23:55',NULL,2240.00,'','6','1','Good sold','2','46','sales','352','','No',NULL,NULL,''),(20781,'4000','61610779648','2021-01-14 11:23:55',NULL,2240.00,'','6','1','Good sold','2','46','sales','353','','No',NULL,NULL,''),(20782,'1110','41610783652','2021-01-16 11:31:19',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20783,'1110','41610783652','2021-01-16 11:31:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20784,'1110','41610783652','2021-01-16 11:31:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20785,'1110','41610783652','2021-01-16 11:31:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20786,'1110','41610783652','2021-01-16 11:31:19',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20787,'1110','41610783652','2021-01-16 11:31:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20788,'5500','41610783652','2021-01-16 11:31:19',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20789,'1000','41610783652','2021-01-16 11:31:19',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20790,'4000','41610783652','2021-01-16 11:31:19',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20791,'4000','41610783652','2021-01-16 11:31:19',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20792,'4000','41610783652','2021-01-16 11:31:19',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20793,'4000','41610783652','2021-01-16 11:31:19',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20794,'4000','41610783652','2021-01-16 11:31:19',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20795,'4000','41610783652','2021-01-16 11:31:19',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20796,'1100','61610785562','2021-01-15 11:26:38',3600.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20797,'4000','61610785562','2021-01-15 11:26:38',NULL,3600.00,'','6','1','Good sold','2','46','sales','325','','No',NULL,NULL,''),(20798,'1000','TRANS-81610786418','2020-12-16 11:08:38',NULL,13600.00,'-754679','8','1','Transfer','','','','','','No',NULL,NULL,''),(20799,'1035','TRANS-81610786418','2020-12-16 11:08:38',13600.00,NULL,'553719','8','1','Transfer','','','','','','No',NULL,NULL,''),(20800,'1000','TRANS-81610786570','2021-01-15 11:19:40',NULL,6400.00,'-761079','8','1','Transfer','','','','','','No',NULL,NULL,''),(20801,'1035','TRANS-81610786570','2021-01-15 11:19:40',6400.00,NULL,'560119','8','1','Transfer','','','','','','No',NULL,NULL,''),(20802,'1100','61610786332','2021-01-15 11:40:28',1200.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20803,'4000','61610786332','2021-01-15 11:40:28',NULL,1200.00,'','6','1','Good sold','2','46','sales','325','','No',NULL,NULL,''),(20804,'1000','TRANS-81610786590','2021-01-15 11:50:42',NULL,31000.00,'-792079','8','1','Transfer','','','','','','No',NULL,NULL,''),(20805,'1035','TRANS-81610786590','2021-01-15 11:50:42',31000.00,NULL,'591119','8','1','Transfer','','','','','','No',NULL,NULL,''),(20806,'1000','TRANS-81610786608','2021-01-15 11:11:43',NULL,31700.00,'-823779','8','1','Transfer','','','','','','No',NULL,NULL,''),(20807,'1035','TRANS-81610786608','2021-01-15 11:11:43',31700.00,NULL,'622819','8','1','Transfer','','','','','','No',NULL,NULL,''),(20808,'1000','TRANS-81610786632','2021-01-15 11:28:43',NULL,9250.00,'-833029','8','1','Transfer','','','','','','No',NULL,NULL,''),(20809,'1035','TRANS-81610786632','2021-01-15 11:28:43',9250.00,NULL,'632069','8','1','Transfer','','','','','','No',NULL,NULL,''),(20810,'1100','61610786652','2021-01-15 11:48:28',2700.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20811,'4000','61610786652','2021-01-15 11:48:28',NULL,1200.00,'','6','1','Good sold','2','46','sales','325','','No',NULL,NULL,''),(20812,'4000','61610786652','2021-01-15 11:48:28',NULL,900.00,'','6','1','Good sold','2','46','sales','354','','No',NULL,NULL,''),(20813,'4000','61610786652','2021-01-15 11:48:28',NULL,600.00,'','6','1','Good sold','2','46','sales','355','','No',NULL,NULL,''),(20814,'1100','61610787053','2021-01-15 11:52:26',3900.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20815,'4000','61610787053','2021-01-15 11:52:26',NULL,1500.00,'','6','1','Good sold','2','46','sales','325','','No',NULL,NULL,''),(20816,'4000','61610787053','2021-01-15 11:52:26',NULL,1500.00,'','6','1','Good sold','2','46','sales','353','','No',NULL,NULL,''),(20817,'4000','61610787053','2021-01-15 11:52:26',NULL,900.00,'','6','1','Good sold','2','46','sales','354','','No',NULL,NULL,''),(20818,'1100','61610787285','2021-01-15 11:57:38',1080.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20819,'4000','61610787285','2021-01-15 11:57:38',NULL,1080.00,'','6','1','Good sold','2','46','sales','328','','No',NULL,NULL,''),(20820,'1100','61610787543','2021-01-16 11:59:49',1200.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20821,'4000','61610787543','2021-01-16 11:59:49',NULL,1200.00,'','6','1','Good sold','2','46','sales','356','','No',NULL,NULL,''),(20822,'1100','61610787685','2021-01-16 12:10:19',6900.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20823,'4000','61610787685','2021-01-16 12:10:19',NULL,6900.00,'','6','1','Good sold','2','46','sales','100','','No',NULL,NULL,''),(20824,'1100','61610789760','2021-01-15 12:44:20',3600.00,NULL,'','6','1','Good sold','2','46','sales','','','No',NULL,NULL,''),(20825,'4000','61610789760','2021-01-15 12:44:20',NULL,2400.00,'','6','1','Good sold','2','46','sales','317','','No',NULL,NULL,''),(20826,'4000','61610789760','2021-01-15 12:44:20',NULL,1200.00,'','6','1','Good sold','2','46','sales','352','','No',NULL,NULL,''),(20827,'1110','81610790444','2021-01-16 12:12:24',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','10','','No',NULL,NULL,''),(20828,'1110','81610790444','2021-01-16 12:12:24',1000.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','37','','No',NULL,NULL,''),(20829,'1110','81610790444','2021-01-16 12:12:24',0.00,NULL,'','8','1','Inventory Purchased','1','9','Purchases','71','','No',NULL,NULL,''),(20830,'2130','81610790444','2021-01-16 12:12:24',NULL,1000.00,'','8','1','Account payable for inventory','1','9','Purchases','','','No',NULL,NULL,''),(20831,'1110','41610789150','2021-01-16 12:52:39',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20832,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20833,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(20834,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20835,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20836,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(20837,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(20838,'1110','41610789150','2021-01-16 12:52:39',NULL,50.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20839,'1110','41610789150','2021-01-16 12:52:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20840,'5500','41610789150','2021-01-16 12:52:39',1646.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20841,'1000','41610789150','2021-01-16 12:52:39',7250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20842,'4000','41610789150','2021-01-16 12:52:39',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20843,'4000','41610789150','2021-01-16 12:52:39',NULL,1000.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20844,'4000','41610789150','2021-01-16 12:52:39',NULL,300.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(20845,'4000','41610789150','2021-01-16 12:52:39',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20846,'4000','41610789150','2021-01-16 12:52:39',NULL,200.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20847,'4000','41610789150','2021-01-16 12:52:39',NULL,1650.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(20848,'4000','41610789150','2021-01-16 12:52:39',NULL,300.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(20849,'4000','41610789150','2021-01-16 12:52:39',NULL,500.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20850,'4000','41610789150','2021-01-16 12:52:39',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20851,'1000','41610790793','2021-01-16 13:07:59',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20852,'4000','41610790793','2021-01-16 13:07:59',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(20853,'1000','41610950217','2021-01-18 09:10:55',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20854,'4000','41610950217','2021-01-18 09:10:55',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(20855,'4000','41610950217','2021-01-18 09:10:55',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(20856,'4000','41610950217','2021-01-18 09:10:55',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(20857,'1110','41610950961','2021-01-18 09:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(20858,'1110','41610950961','2021-01-18 09:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(20859,'1110','41610950961','2021-01-18 09:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(20860,'1110','41610950961','2021-01-18 09:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20861,'1110','41610950961','2021-01-18 09:25:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20862,'1110','41610950961','2021-01-18 09:25:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20863,'5500','41610950961','2021-01-18 09:25:15',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20864,'1000','41610950961','2021-01-18 09:25:15',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20865,'4000','41610950961','2021-01-18 09:25:15',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(20866,'4000','41610950961','2021-01-18 09:25:15',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(20867,'4000','41610950961','2021-01-18 09:25:15',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(20868,'4000','41610950961','2021-01-18 09:25:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20869,'4000','41610950961','2021-01-18 09:25:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20870,'4000','41610950961','2021-01-18 09:25:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20871,'1000','41610951157','2021-01-18 09:29:21',60.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20872,'4000','41610951157','2021-01-18 09:29:21',NULL,60.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20873,'1000','41610951384','2021-01-18 09:30:03',240.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20874,'4000','41610951384','2021-01-18 09:30:03',NULL,240.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(20875,'1100','61610951458','2021-01-14 10:58:27',9600.00,NULL,'','6','1','Good sold','2','47','sales','','','No',NULL,NULL,''),(20876,'4000','61610951458','2021-01-14 10:58:27',NULL,3600.00,'','6','1','Good sold','2','47','sales','326','','No',NULL,NULL,''),(20877,'4000','61610951458','2021-01-14 10:58:27',NULL,6000.00,'','6','1','Good sold','2','47','sales','327','','No',NULL,NULL,''),(20878,'1100','61610956852','2021-01-14 11:03:08',9500.00,NULL,'','6','1','Good sold','2','48','sales','','','No',NULL,NULL,''),(20879,'4000','61610956852','2021-01-14 11:03:08',NULL,9500.00,'','6','1','Good sold','2','48','sales','326','','No',NULL,NULL,''),(20880,'1100','61610957403','2021-01-14 11:17:34',1900.00,NULL,'','6','1','Good sold','2','49','sales','','','No',NULL,NULL,''),(20881,'4000','61610957403','2021-01-14 11:17:34',NULL,1900.00,'','6','1','Good sold','2','49','sales','326','','No',NULL,NULL,''),(20882,'1110','41610951422','2021-01-18 11:24:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20883,'1110','41610951422','2021-01-18 11:24:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20884,'1110','41610951422','2021-01-18 11:24:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20885,'1110','41610951422','2021-01-18 11:24:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20886,'1110','41610951422','2021-01-18 11:24:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20887,'1110','41610951422','2021-01-18 11:24:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20888,'5500','41610951422','2021-01-18 11:24:38',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20889,'1000','41610951422','2021-01-18 11:24:38',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20890,'4000','41610951422','2021-01-18 11:24:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20891,'4000','41610951422','2021-01-18 11:24:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20892,'4000','41610951422','2021-01-18 11:24:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20893,'4000','41610951422','2021-01-18 11:24:38',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20894,'4000','41610951422','2021-01-18 11:24:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20895,'4000','41610951422','2021-01-18 11:24:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20896,'1110','41610958290','2021-01-18 11:25:43',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20897,'1110','41610958290','2021-01-18 11:25:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20898,'1110','41610958290','2021-01-18 11:25:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20899,'1110','41610958290','2021-01-18 11:25:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(20900,'1110','41610958290','2021-01-18 11:25:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20901,'1110','41610958290','2021-01-18 11:25:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20902,'5500','41610958290','2021-01-18 11:25:43',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20903,'1000','41610958290','2021-01-18 11:25:43',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20904,'4000','41610958290','2021-01-18 11:25:43',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20905,'4000','41610958290','2021-01-18 11:25:43',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20906,'4000','41610958290','2021-01-18 11:25:43',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20907,'4000','41610958290','2021-01-18 11:25:43',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(20908,'4000','41610958290','2021-01-18 11:25:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20909,'4000','41610958290','2021-01-18 11:25:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20910,'1100','61610957931','2021-01-18 11:26:57',31680.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(20911,'4000','61610957931','2021-01-18 11:26:57',NULL,3960.00,'','6','1','Good sold','2','39','sales','98','','No',NULL,NULL,''),(20912,'4000','61610957931','2021-01-18 11:26:57',NULL,16560.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(20913,'4000','61610957931','2021-01-18 11:26:57',NULL,8760.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(20914,'4000','61610957931','2021-01-18 11:26:57',NULL,2400.00,'','6','1','Good sold','2','39','sales','195','','No',NULL,NULL,''),(20915,'1110','41610958349','2021-01-16 11:44:16',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20916,'1110','41610958349','2021-01-16 11:44:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(20917,'1110','41610958349','2021-01-16 11:44:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20918,'1110','41610958349','2021-01-16 11:44:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(20919,'1110','41610958349','2021-01-16 11:44:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(20920,'1110','41610958349','2021-01-16 11:44:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(20921,'1110','41610958349','2021-01-16 11:44:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20922,'5500','41610958349','2021-01-16 11:44:16',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20923,'1000','41610958349','2021-01-16 11:44:16',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20924,'4000','41610958349','2021-01-16 11:44:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20925,'4000','41610958349','2021-01-16 11:44:16',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(20926,'4000','41610958349','2021-01-16 11:44:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20927,'4000','41610958349','2021-01-16 11:44:16',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(20928,'4000','41610958349','2021-01-16 11:44:16',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(20929,'4000','41610958349','2021-01-16 11:44:16',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(20930,'4000','41610958349','2021-01-16 11:44:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20931,'1110','41610959726','2021-01-18 12:24:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20932,'1110','41610959726','2021-01-18 12:24:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20933,'1110','41610959726','2021-01-18 12:24:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20934,'1110','41610959726','2021-01-18 12:24:56',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20935,'1110','41610959726','2021-01-18 12:24:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20936,'5500','41610959726','2021-01-18 12:24:56',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20937,'1000','41610959726','2021-01-18 12:24:56',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20938,'4000','41610959726','2021-01-18 12:24:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20939,'4000','41610959726','2021-01-18 12:24:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20940,'4000','41610959726','2021-01-18 12:24:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20941,'4000','41610959726','2021-01-18 12:24:56',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20942,'4000','41610959726','2021-01-18 12:24:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20943,'1110','41610962911','2021-01-18 14:17:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20944,'1110','41610962911','2021-01-18 14:17:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20945,'1110','41610962911','2021-01-18 14:17:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20946,'1110','41610962911','2021-01-18 14:17:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20947,'1110','41610962911','2021-01-18 14:17:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(20948,'1110','41610962911','2021-01-18 14:17:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20949,'5500','41610962911','2021-01-18 14:17:31',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20950,'1000','41610962911','2021-01-18 14:17:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20951,'4000','41610962911','2021-01-18 14:17:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20952,'4000','41610962911','2021-01-18 14:17:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20953,'4000','41610962911','2021-01-18 14:17:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20954,'4000','41610962911','2021-01-18 14:17:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20955,'4000','41610962911','2021-01-18 14:17:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(20956,'4000','41610962911','2021-01-18 14:17:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20957,'1110','41610968658','2021-01-18 14:30:40',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20958,'1110','41610968658','2021-01-18 14:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20959,'1110','41610968658','2021-01-18 14:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20960,'1110','41610968658','2021-01-18 14:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(20961,'1110','41610968658','2021-01-18 14:30:40',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20962,'1110','41610968658','2021-01-18 14:30:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20963,'5500','41610968658','2021-01-18 14:30:40',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20964,'1000','41610968658','2021-01-18 14:30:40',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20965,'4000','41610968658','2021-01-18 14:30:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20966,'4000','41610968658','2021-01-18 14:30:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20967,'4000','41610968658','2021-01-18 14:30:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20968,'4000','41610968658','2021-01-18 14:30:40',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(20969,'4000','41610968658','2021-01-18 14:30:40',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20970,'4000','41610968658','2021-01-18 14:30:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20971,'1110','41610969446','2021-01-18 15:36:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20972,'1110','41610969446','2021-01-18 15:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20973,'1110','41610969446','2021-01-18 15:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20974,'1110','41610969446','2021-01-18 15:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(20975,'1110','41610969446','2021-01-18 15:36:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20976,'1110','41610969446','2021-01-18 15:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20977,'5500','41610969446','2021-01-18 15:36:29',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20978,'1000','41610969446','2021-01-18 15:36:29',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20979,'4000','41610969446','2021-01-18 15:36:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(20980,'4000','41610969446','2021-01-18 15:36:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(20981,'4000','41610969446','2021-01-18 15:36:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(20982,'4000','41610969446','2021-01-18 15:36:29',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(20983,'4000','41610969446','2021-01-18 15:36:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(20984,'4000','41610969446','2021-01-18 15:36:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(20985,'1000','41610973400','2021-01-18 15:47:46',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20986,'4000','41610973400','2021-01-18 15:47:46',NULL,500.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(20987,'1000','41610978565','2021-01-18 17:09:22',28500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(20988,'4000','41610978565','2021-01-18 17:09:22',NULL,28500.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(20989,'4000','41610978565','2021-01-18 17:09:22',NULL,0.00,'','4','1','Good sold','1','','sales','276','','No',NULL,NULL,''),(20990,'4000','41610978565','2021-01-18 17:09:22',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(20991,'1110','41611036439','2021-01-19 09:09:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(20992,'1110','41611036439','2021-01-19 09:09:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(20993,'1110','41611036439','2021-01-19 09:09:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(20994,'1110','41611036439','2021-01-19 09:09:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(20995,'1110','41611036439','2021-01-19 09:09:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(20996,'1110','41611036439','2021-01-19 09:09:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(20997,'1110','41611036439','2021-01-19 09:09:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(20998,'5500','41611036439','2021-01-19 09:09:09',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(20999,'1000','41611036439','2021-01-19 09:09:09',640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21000,'4000','41611036439','2021-01-19 09:09:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21001,'4000','41611036439','2021-01-19 09:09:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21002,'4000','41611036439','2021-01-19 09:09:09',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(21003,'4000','41611036439','2021-01-19 09:09:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21004,'4000','41611036439','2021-01-19 09:09:09',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21005,'4000','41611036439','2021-01-19 09:09:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21006,'4000','41611036439','2021-01-19 09:09:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21007,'1110','41611036555','2021-01-19 09:20:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21008,'1110','41611036555','2021-01-19 09:20:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21009,'1110','41611036555','2021-01-19 09:20:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21010,'1110','41611036555','2021-01-19 09:20:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21011,'1110','41611036555','2021-01-19 09:20:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21012,'5500','41611036555','2021-01-19 09:20:12',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21013,'1000','41611036555','2021-01-19 09:20:12',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21014,'4000','41611036555','2021-01-19 09:20:12',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21015,'4000','41611036555','2021-01-19 09:20:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21016,'4000','41611036555','2021-01-19 09:20:12',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21017,'4000','41611036555','2021-01-19 09:20:12',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21018,'4000','41611036555','2021-01-19 09:20:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21019,'1110','41611037218','2021-01-19 09:22:33',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21020,'1110','41611037218','2021-01-19 09:22:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21021,'1110','41611037218','2021-01-19 09:22:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21022,'1110','41611037218','2021-01-19 09:22:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21023,'1110','41611037218','2021-01-19 09:22:33',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21024,'1110','41611037218','2021-01-19 09:22:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21025,'5500','41611037218','2021-01-19 09:22:33',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21026,'1000','41611037218','2021-01-19 09:22:33',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21027,'4000','41611037218','2021-01-19 09:22:33',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21028,'4000','41611037218','2021-01-19 09:22:33',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21029,'4000','41611037218','2021-01-19 09:22:33',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21030,'4000','41611037218','2021-01-19 09:22:33',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21031,'4000','41611037218','2021-01-19 09:22:33',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21032,'4000','41611037218','2021-01-19 09:22:33',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21033,'1110','41611037359','2021-01-19 09:23:44',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21034,'1110','41611037359','2021-01-19 09:23:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21035,'1110','41611037359','2021-01-19 09:23:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21036,'1110','41611037359','2021-01-19 09:23:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21037,'1110','41611037359','2021-01-19 09:23:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21038,'1110','41611037359','2021-01-19 09:23:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21039,'5500','41611037359','2021-01-19 09:23:44',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21040,'1000','41611037359','2021-01-19 09:23:44',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21041,'4000','41611037359','2021-01-19 09:23:44',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21042,'4000','41611037359','2021-01-19 09:23:44',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21043,'4000','41611037359','2021-01-19 09:23:44',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21044,'4000','41611037359','2021-01-19 09:23:44',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21045,'4000','41611037359','2021-01-19 09:23:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21046,'4000','41611037359','2021-01-19 09:23:44',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21047,'1110','41611037524','2021-01-19 09:53:23',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21048,'1110','41611037524','2021-01-19 09:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21049,'1110','41611037524','2021-01-19 09:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21050,'1110','41611037524','2021-01-19 09:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21051,'1110','41611037524','2021-01-19 09:53:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21052,'1110','41611037524','2021-01-19 09:53:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21053,'5500','41611037524','2021-01-19 09:53:23',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21054,'1000','41611037524','2021-01-19 09:53:23',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21055,'4000','41611037524','2021-01-19 09:53:23',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21056,'4000','41611037524','2021-01-19 09:53:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21057,'4000','41611037524','2021-01-19 09:53:23',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21058,'4000','41611037524','2021-01-19 09:53:23',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21059,'4000','41611037524','2021-01-19 09:53:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21060,'4000','41611037524','2021-01-19 09:53:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21061,'1110','41611039578','2021-01-19 10:00:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21062,'1110','41611039578','2021-01-19 10:00:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21063,'1110','41611039578','2021-01-19 10:00:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21064,'1110','41611039578','2021-01-19 10:00:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21065,'1110','41611039578','2021-01-19 10:00:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21066,'1110','41611039578','2021-01-19 10:00:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21067,'5500','41611039578','2021-01-19 10:00:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21068,'1000','41611039578','2021-01-19 10:00:34',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21069,'4000','41611039578','2021-01-19 10:00:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21070,'4000','41611039578','2021-01-19 10:00:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21071,'4000','41611039578','2021-01-19 10:00:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21072,'4000','41611039578','2021-01-19 10:00:34',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21073,'4000','41611039578','2021-01-19 10:00:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21074,'4000','41611039578','2021-01-19 10:00:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21075,'1000','41611040431','2021-01-19 10:19:28',950.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21076,'4000','41611040431','2021-01-19 10:19:28',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(21077,'4000','41611040431','2021-01-19 10:19:28',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21078,'4000','41611040431','2021-01-19 10:19:28',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21079,'4000','41611040431','2021-01-19 10:19:28',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21080,'4000','41611040431','2021-01-19 10:19:28',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21081,'4000','41611040431','2021-01-19 10:19:28',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(21082,'4000','41611040431','2021-01-19 10:19:28',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(21083,'4000','41611040431','2021-01-19 10:19:28',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(21084,'4000','41611040431','2021-01-19 10:19:28',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(21085,'1000','41611049081','2021-01-19 12:39:10',270.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21086,'4000','41611049081','2021-01-19 12:39:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21087,'4000','41611049081','2021-01-19 12:39:10',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21088,'4000','41611049081','2021-01-19 12:39:10',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21089,'4000','41611049081','2021-01-19 12:39:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21090,'1000','41611049376','2021-01-19 12:49:55',1600.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21091,'4000','41611049376','2021-01-19 12:49:55',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(21092,'4000','41611049376','2021-01-19 12:49:55',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21093,'4000','41611049376','2021-01-19 12:49:55',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21094,'4000','41611049376','2021-01-19 12:49:55',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21095,'4000','41611049376','2021-01-19 12:49:55',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21096,'4000','41611049376','2021-01-19 12:49:55',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21097,'4000','41611049376','2021-01-19 12:49:55',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21098,'4000','41611049376','2021-01-19 12:49:55',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21099,'4000','41611049376','2021-01-19 12:49:55',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(21100,'4000','41611049376','2021-01-19 12:49:55',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21101,'4000','41611049376','2021-01-19 12:49:55',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(21102,'4000','41611049376','2021-01-19 12:49:55',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(21103,'4000','41611049376','2021-01-19 12:49:55',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21104,'4000','41611049376','2021-01-19 12:49:55',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(21105,'4000','41611049376','2021-01-19 12:49:55',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(21106,'1000','41611049809','2021-01-19 13:17:04',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21107,'4000','41611049809','2021-01-19 13:17:04',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21108,'4000','41611049809','2021-01-19 13:17:04',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21109,'4000','41611049809','2021-01-19 13:17:04',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21110,'4000','41611049809','2021-01-19 13:17:04',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21111,'4000','41611049809','2021-01-19 13:17:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21112,'4000','41611049809','2021-01-19 13:17:04',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(21113,'1110','41611051430','2021-01-19 13:19:40',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21114,'1110','41611051430','2021-01-19 13:19:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(21115,'1110','41611051430','2021-01-19 13:19:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21116,'1110','41611051430','2021-01-19 13:19:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21117,'1110','41611051430','2021-01-19 13:19:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21118,'5500','41611051430','2021-01-19 13:19:40',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21119,'1000','41611051430','2021-01-19 13:19:40',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21120,'4000','41611051430','2021-01-19 13:19:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21121,'4000','41611051430','2021-01-19 13:19:40',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(21122,'4000','41611051430','2021-01-19 13:19:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21123,'4000','41611051430','2021-01-19 13:19:40',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21124,'4000','41611051430','2021-01-19 13:19:40',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21125,'1110','41611051690','2021-01-19 14:29:17',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21126,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21127,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(21128,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21129,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(21130,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(21131,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(21132,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(21133,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(21134,'1110','41611051690','2021-01-19 14:29:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(21135,'1110','41611051690','2021-01-19 14:29:17',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21136,'5500','41611051690','2021-01-19 14:29:17',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21137,'1000','41611051690','2021-01-19 14:29:17',1350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21138,'4000','41611051690','2021-01-19 14:29:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21139,'4000','41611051690','2021-01-19 14:29:17',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21140,'4000','41611051690','2021-01-19 14:29:17',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21141,'4000','41611051690','2021-01-19 14:29:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21142,'4000','41611051690','2021-01-19 14:29:17',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(21143,'4000','41611051690','2021-01-19 14:29:17',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(21144,'4000','41611051690','2021-01-19 14:29:17',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(21145,'4000','41611051690','2021-01-19 14:29:17',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21146,'4000','41611051690','2021-01-19 14:29:17',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(21147,'4000','41611051690','2021-01-19 14:29:17',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(21148,'4000','41611051690','2021-01-19 14:29:17',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21149,'1110','41611055764','2021-01-19 14:48:24',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21150,'1110','41611055764','2021-01-19 14:48:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21151,'1110','41611055764','2021-01-19 14:48:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21152,'1110','41611055764','2021-01-19 14:48:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21153,'1110','41611055764','2021-01-19 14:48:24',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21154,'1110','41611055764','2021-01-19 14:48:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21155,'1110','41611055764','2021-01-19 14:48:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21156,'5500','41611055764','2021-01-19 14:48:24',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21157,'1000','41611055764','2021-01-19 14:48:24',1100.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21158,'4000','41611055764','2021-01-19 14:48:24',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21159,'4000','41611055764','2021-01-19 14:48:24',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21160,'4000','41611055764','2021-01-19 14:48:24',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21161,'4000','41611055764','2021-01-19 14:48:24',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21162,'4000','41611055764','2021-01-19 14:48:24',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21163,'4000','41611055764','2021-01-19 14:48:24',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21164,'4000','41611055764','2021-01-19 14:48:24',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21165,'1000','41611057986','2021-01-19 15:06:34',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21166,'4000','41611057986','2021-01-19 15:06:34',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(21167,'1110','41611058002','2021-01-19 15:09:20',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21168,'1110','41611058002','2021-01-19 15:09:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(21169,'1110','41611058002','2021-01-19 15:09:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21170,'1110','41611058002','2021-01-19 15:09:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21171,'1110','41611058002','2021-01-19 15:09:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21172,'1110','41611058002','2021-01-19 15:09:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21173,'5500','41611058002','2021-01-19 15:09:20',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21174,'1000','41611058002','2021-01-19 15:09:20',620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21175,'4000','41611058002','2021-01-19 15:09:20',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21176,'4000','41611058002','2021-01-19 15:09:20',NULL,200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(21177,'4000','41611058002','2021-01-19 15:09:20',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21178,'4000','41611058002','2021-01-19 15:09:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21179,'4000','41611058002','2021-01-19 15:09:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21180,'4000','41611058002','2021-01-19 15:09:20',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21181,'1000','41611058166','2021-01-19 15:10:33',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21182,'4000','41611058166','2021-01-19 15:10:33',NULL,500.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(21183,'1110','41611058239','2021-01-19 15:11:47',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21184,'1110','41611058239','2021-01-19 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21185,'1110','41611058239','2021-01-19 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21186,'1110','41611058239','2021-01-19 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21187,'1110','41611058239','2021-01-19 15:11:47',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21188,'1110','41611058239','2021-01-19 15:11:47',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(21189,'5500','41611058239','2021-01-19 15:11:47',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21190,'1000','41611058239','2021-01-19 15:11:47',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21191,'4000','41611058239','2021-01-19 15:11:47',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21192,'4000','41611058239','2021-01-19 15:11:47',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21193,'4000','41611058239','2021-01-19 15:11:47',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21194,'4000','41611058239','2021-01-19 15:11:47',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21195,'4000','41611058239','2021-01-19 15:11:47',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21196,'4000','41611058239','2021-01-19 15:11:47',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21197,'1110','41611058312','2021-01-19 15:13:12',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21198,'1110','41611058312','2021-01-19 15:13:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21199,'1110','41611058312','2021-01-19 15:13:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21200,'1110','41611058312','2021-01-19 15:13:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21201,'1110','41611058312','2021-01-19 15:13:12',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21202,'1110','41611058312','2021-01-19 15:13:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21203,'5500','41611058312','2021-01-19 15:13:12',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21204,'1000','41611058312','2021-01-19 15:13:12',1620.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21205,'4000','41611058312','2021-01-19 15:13:12',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21206,'4000','41611058312','2021-01-19 15:13:12',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21207,'4000','41611058312','2021-01-19 15:13:12',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21208,'4000','41611058312','2021-01-19 15:13:12',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21209,'4000','41611058312','2021-01-19 15:13:12',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21210,'4000','41611058312','2021-01-19 15:13:12',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21211,'1000','41611058401','2021-01-19 15:14:10',1350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21212,'4000','41611058401','2021-01-19 15:14:10',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21213,'4000','41611058401','2021-01-19 15:14:10',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21214,'4000','41611058401','2021-01-19 15:14:10',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(21215,'1000','41611058457','2021-01-19 15:35:03',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21216,'4000','41611058457','2021-01-19 15:35:03',NULL,100.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(21217,'1100','61611059830','2021-01-19 15:40:46',104900.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(21218,'4000','61611059830','2021-01-19 15:40:46',NULL,55200.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(21219,'4000','61611059830','2021-01-19 15:40:46',NULL,36500.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(21220,'4000','61611059830','2021-01-19 15:40:46',NULL,6000.00,'','6','1','Good sold','2','39','sales','309','','No',NULL,NULL,''),(21221,'4000','61611059830','2021-01-19 15:40:46',NULL,7200.00,'','6','1','Good sold','2','39','sales','310','','No',NULL,NULL,''),(21222,'1100','61611060130','2021-01-19 15:42:56',32380.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(21223,'4000','61611060130','2021-01-19 15:42:56',NULL,28000.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(21224,'4000','61611060130','2021-01-19 15:42:56',NULL,4380.00,'','6','1','Good sold','2','39','sales','194','','No',NULL,NULL,''),(21225,'1100','61611060644','2021-01-19 15:51:11',1250.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(21226,'4000','61611060644','2021-01-19 15:51:11',NULL,1250.00,'','6','1','Good sold','2','39','sales','309','','No',NULL,NULL,''),(21227,'1000','41611125130','2021-01-20 10:03:04',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21228,'4000','41611125130','2021-01-20 10:03:04',NULL,250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(21229,'1110','41611126208','2021-01-20 12:16:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21230,'1110','41611126208','2021-01-20 12:16:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(21231,'1110','41611126208','2021-01-20 12:16:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21232,'1110','41611126208','2021-01-20 12:16:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21233,'1110','41611126208','2021-01-20 12:16:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21234,'5500','41611126208','2021-01-20 12:16:36',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21235,'1000','41611126208','2021-01-20 12:16:36',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21236,'4000','41611126208','2021-01-20 12:16:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21237,'4000','41611126208','2021-01-20 12:16:36',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(21238,'4000','41611126208','2021-01-20 12:16:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21239,'4000','41611126208','2021-01-20 12:16:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21240,'4000','41611126208','2021-01-20 12:16:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21241,'1110','41611134207','2021-01-20 12:22:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21242,'1110','41611134207','2021-01-20 12:22:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21243,'1110','41611134207','2021-01-20 12:22:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21244,'1110','41611134207','2021-01-20 12:22:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21245,'1110','41611134207','2021-01-20 12:22:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21246,'5500','41611134207','2021-01-20 12:22:46',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21247,'1000','41611134207','2021-01-20 12:22:46',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21248,'4000','41611134207','2021-01-20 12:22:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21249,'4000','41611134207','2021-01-20 12:22:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21250,'4000','41611134207','2021-01-20 12:22:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21251,'4000','41611134207','2021-01-20 12:22:46',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21252,'4000','41611134207','2021-01-20 12:22:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21253,'1110','41611134588','2021-01-20 12:23:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21254,'5500','41611134588','2021-01-20 12:23:19',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21255,'1000','41611134588','2021-01-20 12:23:19',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21256,'4000','41611134588','2021-01-20 12:23:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21257,'1000','41611134605','2021-01-20 12:27:37',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21258,'4000','41611134605','2021-01-20 12:27:37',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(21259,'4000','41611134605','2021-01-20 12:27:37',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21260,'4000','41611134605','2021-01-20 12:27:37',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21261,'4000','41611134605','2021-01-20 12:27:37',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21262,'4000','41611134605','2021-01-20 12:27:37',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(21263,'4000','41611134605','2021-01-20 12:27:37',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(21264,'1000','41611134865','2021-01-20 12:28:39',370.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21265,'4000','41611134865','2021-01-20 12:28:39',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(21266,'4000','41611134865','2021-01-20 12:28:39',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21267,'4000','41611134865','2021-01-20 12:28:39',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21268,'4000','41611134865','2021-01-20 12:28:39',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21269,'4000','41611134865','2021-01-20 12:28:39',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(21270,'1000','41611134926','2021-01-20 12:29:39',320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21271,'4000','41611134926','2021-01-20 12:29:39',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(21272,'4000','41611134926','2021-01-20 12:29:39',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21273,'4000','41611134926','2021-01-20 12:29:39',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21274,'4000','41611134926','2021-01-20 12:29:39',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21275,'1000','41611134987','2021-01-20 12:30:34',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21276,'4000','41611134987','2021-01-20 12:30:34',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21277,'4000','41611134987','2021-01-20 12:30:34',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21278,'4000','41611134987','2021-01-20 12:30:34',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(21279,'1000','41611135039','2021-01-20 12:33:10',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21280,'4000','41611135039','2021-01-20 12:33:10',NULL,490.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(21281,'1110','41611135202','2021-01-20 12:43:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21282,'1110','41611135202','2021-01-20 12:43:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(21283,'1110','41611135202','2021-01-20 12:43:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(21284,'1110','41611135202','2021-01-20 12:43:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21285,'1110','41611135202','2021-01-20 12:43:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21286,'1110','41611135202','2021-01-20 12:43:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21287,'5500','41611135202','2021-01-20 12:43:13',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21288,'1000','41611135202','2021-01-20 12:43:13',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21289,'4000','41611135202','2021-01-20 12:43:13',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21290,'4000','41611135202','2021-01-20 12:43:13',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21291,'4000','41611135202','2021-01-20 12:43:13',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21292,'4000','41611135202','2021-01-20 12:43:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21293,'4000','41611135202','2021-01-20 12:43:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21294,'4000','41611135202','2021-01-20 12:43:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21295,'1000','41611136876','2021-01-20 13:01:29',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21296,'4000','41611136876','2021-01-20 13:01:29',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(21297,'1000','41611136894','2021-01-20 13:34:18',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21298,'4000','41611136894','2021-01-20 13:34:18',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21299,'4000','41611136894','2021-01-20 13:34:18',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21300,'4000','41611136894','2021-01-20 13:34:18',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21301,'4000','41611136894','2021-01-20 13:34:18',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21302,'4000','41611136894','2021-01-20 13:34:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21303,'1110','41611138865','2021-01-20 14:15:28',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21304,'1110','41611138865','2021-01-20 14:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21305,'1110','41611138865','2021-01-20 14:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21306,'1110','41611138865','2021-01-20 14:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21307,'1110','41611138865','2021-01-20 14:15:28',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21308,'1110','41611138865','2021-01-20 14:15:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21309,'5500','41611138865','2021-01-20 14:15:28',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21310,'1000','41611138865','2021-01-20 14:15:28',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21311,'4000','41611138865','2021-01-20 14:15:28',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21312,'4000','41611138865','2021-01-20 14:15:28',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21313,'4000','41611138865','2021-01-20 14:15:28',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21314,'4000','41611138865','2021-01-20 14:15:28',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21315,'4000','41611138865','2021-01-20 14:15:28',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21316,'4000','41611138865','2021-01-20 14:15:28',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21317,'1110','41611142335','2021-01-20 14:33:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21318,'1110','41611142335','2021-01-20 14:33:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21319,'1110','41611142335','2021-01-20 14:33:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21320,'1110','41611142335','2021-01-20 14:33:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(21321,'1110','41611142335','2021-01-20 14:33:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21322,'1110','41611142335','2021-01-20 14:33:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21323,'5500','41611142335','2021-01-20 14:33:15',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21324,'1000','41611142335','2021-01-20 14:33:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21325,'4000','41611142335','2021-01-20 14:33:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21326,'4000','41611142335','2021-01-20 14:33:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21327,'4000','41611142335','2021-01-20 14:33:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21328,'4000','41611142335','2021-01-20 14:33:15',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21329,'4000','41611142335','2021-01-20 14:33:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21330,'4000','41611142335','2021-01-20 14:33:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21331,'1110','41611142402','2021-01-20 14:34:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21332,'1110','41611142402','2021-01-20 14:34:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21333,'1110','41611142402','2021-01-20 14:34:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21334,'1110','41611142402','2021-01-20 14:34:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(21335,'1110','41611142402','2021-01-20 14:34:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21336,'1110','41611142402','2021-01-20 14:34:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21337,'5500','41611142402','2021-01-20 14:34:13',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21338,'1000','41611142402','2021-01-20 14:34:13',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21339,'4000','41611142402','2021-01-20 14:34:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21340,'4000','41611142402','2021-01-20 14:34:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21341,'4000','41611142402','2021-01-20 14:34:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21342,'4000','41611142402','2021-01-20 14:34:13',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21343,'4000','41611142402','2021-01-20 14:34:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21344,'4000','41611142402','2021-01-20 14:34:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21345,'1110','41611144855','2021-01-20 16:05:22',NULL,1117.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21346,'1110','41611144855','2021-01-20 16:05:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21347,'1110','41611144855','2021-01-20 16:05:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21348,'1110','41611144855','2021-01-20 16:05:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21349,'1110','41611144855','2021-01-20 16:05:22',NULL,35.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21350,'1110','41611144855','2021-01-20 16:05:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21351,'5500','41611144855','2021-01-20 16:05:22',1152.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21352,'1000','41611144855','2021-01-20 16:05:22',3500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21353,'4000','41611144855','2021-01-20 16:05:22',NULL,2100.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21354,'4000','41611144855','2021-01-20 16:05:22',NULL,700.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21355,'4000','41611144855','2021-01-20 16:05:22',NULL,140.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21356,'4000','41611144855','2021-01-20 16:05:22',NULL,140.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21357,'4000','41611144855','2021-01-20 16:05:22',NULL,350.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21358,'4000','41611144855','2021-01-20 16:05:22',NULL,70.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21359,'1000','41611148062','2021-01-20 16:29:51',3600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21360,'4000','41611148062','2021-01-20 16:29:51',NULL,680.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21361,'4000','41611148062','2021-01-20 16:29:51',NULL,80.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21362,'4000','41611148062','2021-01-20 16:29:51',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21363,'4000','41611148062','2021-01-20 16:29:51',NULL,1680.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(21364,'4000','41611148062','2021-01-20 16:29:51',NULL,240.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(21365,'4000','41611148062','2021-01-20 16:29:51',NULL,800.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(21366,'1000','41611150183','2021-01-20 16:55:46',4900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21367,'4000','41611150183','2021-01-20 16:55:46',NULL,1400.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(21368,'4000','41611150183','2021-01-20 16:55:46',NULL,2800.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(21369,'4000','41611150183','2021-01-20 16:55:46',NULL,700.00,'','4','1','Good sold','1','','sales','150','','No',NULL,NULL,''),(21370,'1110','41611207544','2021-01-21 08:41:33',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21371,'1110','41611207544','2021-01-21 08:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(21372,'1110','41611207544','2021-01-21 08:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(21373,'1110','41611207544','2021-01-21 08:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(21374,'1110','41611207544','2021-01-21 08:41:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21375,'5500','41611207544','2021-01-21 08:41:33',1596.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21376,'1000','41611207544','2021-01-21 08:41:33',5640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21377,'4000','41611207544','2021-01-21 08:41:33',NULL,3000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21378,'4000','41611207544','2021-01-21 08:41:33',NULL,2200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(21379,'4000','41611207544','2021-01-21 08:41:33',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(21380,'4000','41611207544','2021-01-21 08:41:33',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(21381,'4000','41611207544','2021-01-21 08:41:33',NULL,140.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21382,'1110','41611213596','2021-01-21 10:45:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21383,'1110','41611213596','2021-01-21 10:45:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21384,'1110','41611213596','2021-01-21 10:45:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21385,'1110','41611213596','2021-01-21 10:45:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21386,'1110','41611213596','2021-01-21 10:45:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21387,'1110','41611213596','2021-01-21 10:45:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21388,'5500','41611213596','2021-01-21 10:45:48',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21389,'1000','41611213596','2021-01-21 10:45:48',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21390,'4000','41611213596','2021-01-21 10:45:48',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21391,'4000','41611213596','2021-01-21 10:45:48',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21392,'4000','41611213596','2021-01-21 10:45:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21393,'4000','41611213596','2021-01-21 10:45:48',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21394,'4000','41611213596','2021-01-21 10:45:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21395,'4000','41611213596','2021-01-21 10:45:48',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21396,'1000','41611215155','2021-01-21 10:52:45',4000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21397,'4000','41611215155','2021-01-21 10:52:45',NULL,4000.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(21398,'1110','41611215576','2021-01-21 11:37:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21399,'1110','41611215576','2021-01-21 11:37:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21400,'1110','41611215576','2021-01-21 11:37:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21401,'1110','41611215576','2021-01-21 11:37:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21402,'1110','41611215576','2021-01-21 11:37:24',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21403,'1110','41611215576','2021-01-21 11:37:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21404,'5500','41611215576','2021-01-21 11:37:24',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21405,'1000','41611215576','2021-01-21 11:37:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21406,'4000','41611215576','2021-01-21 11:37:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21407,'4000','41611215576','2021-01-21 11:37:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21408,'4000','41611215576','2021-01-21 11:37:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21409,'4000','41611215576','2021-01-21 11:37:24',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21410,'4000','41611215576','2021-01-21 11:37:24',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21411,'4000','41611215576','2021-01-21 11:37:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21412,'1110','41611218298','2021-01-21 12:50:09',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21413,'1110','41611218298','2021-01-21 12:50:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(21414,'1110','41611218298','2021-01-21 12:50:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(21415,'1110','41611218298','2021-01-21 12:50:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21416,'1110','41611218298','2021-01-21 12:50:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(21417,'1110','41611218298','2021-01-21 12:50:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(21418,'5500','41611218298','2021-01-21 12:50:09',798.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21419,'1000','41611218298','2021-01-21 12:50:09',2880.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21420,'4000','41611218298','2021-01-21 12:50:09',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21421,'4000','41611218298','2021-01-21 12:50:09',NULL,770.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(21422,'4000','41611218298','2021-01-21 12:50:09',NULL,100.00,'','4','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(21423,'4000','41611218298','2021-01-21 12:50:09',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21424,'4000','41611218298','2021-01-21 12:50:09',NULL,250.00,'','4','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(21425,'4000','41611218298','2021-01-21 12:50:09',NULL,200.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(21426,'1000','41611225594','2021-01-21 13:40:04',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21427,'4000','41611225594','2021-01-21 13:40:04',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(21428,'1100','41611226885','2021-01-21 14:02:32',1800.00,NULL,'','4','1','Good sold','1','26','sales','','','No',NULL,NULL,''),(21429,'4000','41611226885','2021-01-21 14:02:32',NULL,1800.00,'','4','1','Good sold','1','26','sales','147','','No',NULL,NULL,''),(21430,'1000','41611230415','2021-01-21 15:00:55',17800.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21431,'4000','41611230415','2021-01-21 15:00:55',NULL,2800.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(21432,'4000','41611230415','2021-01-21 15:00:55',NULL,15000.00,'','4','1','Good sold','1','','sales','364','','No',NULL,NULL,''),(21433,'1000','41611295045','2021-01-22 09:47:49',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21434,'4000','41611295045','2021-01-22 09:47:49',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(21435,'1000','61611294658','2021-01-22 09:54:40',1850.00,NULL,'','6','1','Good sold','2','','Payment','','','No',NULL,NULL,''),(21436,'4000','61611294658','2021-01-22 09:54:40',NULL,1850.00,'','6','1','Good sold','2','','sales','326','','No',NULL,NULL,''),(21437,'1000','41611299015','2021-01-22 10:13:34',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21438,'4000','41611299015','2021-01-22 10:13:34',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(21439,'1000','41611300488','2021-01-22 10:28:28',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21440,'4000','41611300488','2021-01-22 10:28:28',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(21441,'1100','41611300514','2021-01-22 10:43:59',138100.00,NULL,'','4','1','Good sold','1','50','sales','','','No',NULL,NULL,''),(21442,'4000','41611300514','2021-01-22 10:43:59',NULL,40000.00,'','4','1','Good sold','1','50','sales','88','','No',NULL,NULL,''),(21443,'4000','41611300514','2021-01-22 10:43:59',NULL,8100.00,'','4','1','Good sold','1','50','sales','94','','No',NULL,NULL,''),(21444,'4000','41611300514','2021-01-22 10:43:59',NULL,30000.00,'','4','1','Good sold','1','50','sales','161','','No',NULL,NULL,''),(21445,'4000','41611300514','2021-01-22 10:43:59',NULL,60000.00,'','4','1','Good sold','1','50','sales','298','','No',NULL,NULL,''),(21446,'1110','41611303973','2021-01-22 11:28:07',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21447,'1110','41611303973','2021-01-22 11:28:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21448,'1110','41611303973','2021-01-22 11:28:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21449,'1110','41611303973','2021-01-22 11:28:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21450,'1110','41611303973','2021-01-22 11:28:07',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21451,'1110','41611303973','2021-01-22 11:28:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21452,'5500','41611303973','2021-01-22 11:28:07',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21453,'1000','41611303973','2021-01-22 11:28:07',2700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21454,'4000','41611303973','2021-01-22 11:28:07',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21455,'4000','41611303973','2021-01-22 11:28:07',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21456,'4000','41611303973','2021-01-22 11:28:07',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21457,'4000','41611303973','2021-01-22 11:28:07',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21458,'4000','41611303973','2021-01-22 11:28:07',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21459,'4000','41611303973','2021-01-22 11:28:07',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21460,'1110','41611304095','2021-01-22 11:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21461,'1110','41611304095','2021-01-22 11:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(21462,'1110','41611304095','2021-01-22 11:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(21463,'1110','41611304095','2021-01-22 11:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21464,'1110','41611304095','2021-01-22 11:48:33',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21465,'1110','41611304095','2021-01-22 11:48:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21466,'5500','41611304095','2021-01-22 11:48:33',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21467,'1000','41611304095','2021-01-22 11:48:33',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21468,'4000','41611304095','2021-01-22 11:48:33',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21469,'4000','41611304095','2021-01-22 11:48:33',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21470,'4000','41611304095','2021-01-22 11:48:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21471,'4000','41611304095','2021-01-22 11:48:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21472,'4000','41611304095','2021-01-22 11:48:33',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21473,'4000','41611304095','2021-01-22 11:48:33',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21474,'1000','41611305344','2021-01-22 11:53:56',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21475,'4000','41611305344','2021-01-22 11:53:56',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(21476,'1110','41611305697','2021-01-22 11:57:55',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21477,'1110','41611305697','2021-01-22 11:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21478,'1110','41611305697','2021-01-22 11:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21479,'1110','41611305697','2021-01-22 11:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21480,'1110','41611305697','2021-01-22 11:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(21481,'1110','41611305697','2021-01-22 11:57:55',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21482,'1110','41611305697','2021-01-22 11:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21483,'5500','41611305697','2021-01-22 11:57:55',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21484,'1000','41611305697','2021-01-22 11:57:55',1620.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21485,'4000','41611305697','2021-01-22 11:57:55',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21486,'4000','41611305697','2021-01-22 11:57:55',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21487,'4000','41611305697','2021-01-22 11:57:55',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21488,'4000','41611305697','2021-01-22 11:57:55',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21489,'4000','41611305697','2021-01-22 11:57:55',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21490,'4000','41611305697','2021-01-22 11:57:55',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21491,'4000','41611305697','2021-01-22 11:57:55',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21492,'1110','71611308096','2021-01-22 12:38:19',NULL,0.00,'','7','1','Inventory sold','3','','sales','98','','No',NULL,NULL,''),(21493,'1110','71611308096','2021-01-22 12:38:19',NULL,2.00,'','7','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(21494,'5500','71611308096','2021-01-22 12:38:19',2.00,NULL,'','7','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(21495,'1000','71611308096','2021-01-22 12:38:19',580.00,NULL,'','7','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(21496,'4000','71611308096','2021-01-22 12:38:19',NULL,330.00,'','7','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(21497,'4000','71611308096','2021-01-22 12:38:19',NULL,250.00,'','7','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(21498,'1110','41611305979','2021-01-22 12:21:53',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21499,'1110','41611305979','2021-01-22 12:21:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21500,'1110','41611305979','2021-01-22 12:21:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21501,'1110','41611305979','2021-01-22 12:21:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21502,'1110','41611305979','2021-01-22 12:21:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(21503,'1110','41611305979','2021-01-22 12:21:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21504,'1110','41611305979','2021-01-22 12:21:53',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(21505,'5500','41611305979','2021-01-22 12:21:53',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21506,'1000','41611305979','2021-01-22 12:21:53',1460.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21507,'4000','41611305979','2021-01-22 12:21:53',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21508,'4000','41611305979','2021-01-22 12:21:53',NULL,300.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21509,'4000','41611305979','2021-01-22 12:21:53',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21510,'4000','41611305979','2021-01-22 12:21:53',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21511,'4000','41611305979','2021-01-22 12:21:53',NULL,200.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(21512,'4000','41611305979','2021-01-22 12:21:53',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21513,'4000','41611305979','2021-01-22 12:21:53',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21515,'4000','71611310227','2021-01-22 13:23:50',NULL,330.00,'','7','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(21516,'1000','71611311212','2021-01-22 13:27:46',300.00,NULL,'','7','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(21517,'4000','71611311212','2021-01-22 13:27:46',NULL,300.00,'','7','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(21518,'1000','511611313400','2021-01-22 14:03:44',300.00,NULL,'','51','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(21519,'4000','511611313400','2021-01-22 14:03:44',NULL,300.00,'','51','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(21520,'1000','71611310227','2021-01-22 13:23:50',330.00,NULL,'','7','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(21521,'4000','71611310227','2021-01-22 13:23:50',NULL,330.00,'','7','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(21522,'4000','61611059830','2021-01-22 15:50:37',55200.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21523,'1100','61611059830','2021-01-22 15:50:37',NULL,55200.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21524,'5500','61611059830','2021-01-22 15:50:37',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','100','','No',NULL,NULL,''),(21525,'1110','61611059830','2021-01-22 15:50:37',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(21526,'4000','61611059830','2021-01-22 15:51:48',36500.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21527,'1100','61611059830','2021-01-22 15:51:48',NULL,36500.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21528,'5500','61611059830','2021-01-22 15:51:48',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','194','','No',NULL,NULL,''),(21529,'1110','61611059830','2021-01-22 15:51:48',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(21530,'4000','61611059830','2021-01-22 15:51:51',6000.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21531,'1100','61611059830','2021-01-22 15:51:51',NULL,6000.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21532,'5500','61611059830','2021-01-22 15:51:51',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','309','','No',NULL,NULL,''),(21533,'1110','61611059830','2021-01-22 15:51:51',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(21534,'4000','61611059830','2021-01-22 15:51:54',7200.00,NULL,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21535,'1100','61611059830','2021-01-22 15:51:54',NULL,7200.00,'','8','1','Returned products','2','39','return','','','No',NULL,NULL,''),(21536,'5500','61611059830','2021-01-22 15:51:54',NULL,0.00,'','8','1','Cost of goods returned','2','39','sales','310','','No',NULL,NULL,''),(21537,'1110','61611059830','2021-01-22 15:51:54',0.00,NULL,'','8','1','Inventory retuned ','2','39','sales','','','No',NULL,NULL,''),(21538,'1110','41611318115','2021-01-22 16:01:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21539,'1110','41611318115','2021-01-22 16:01:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21540,'1110','41611318115','2021-01-22 16:01:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21541,'1110','41611318115','2021-01-22 16:01:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21542,'1110','41611318115','2021-01-22 16:01:22',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21543,'1110','41611318115','2021-01-22 16:01:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21544,'5500','41611318115','2021-01-22 16:01:22',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21545,'1000','41611318115','2021-01-22 16:01:22',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21546,'4000','41611318115','2021-01-22 16:01:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21547,'4000','41611318115','2021-01-22 16:01:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21548,'4000','41611318115','2021-01-22 16:01:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21549,'4000','41611318115','2021-01-22 16:01:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21550,'4000','41611318115','2021-01-22 16:01:22',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21551,'4000','41611318115','2021-01-22 16:01:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21552,'1000','41611320489','2021-01-22 16:01:44',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21553,'4000','41611320489','2021-01-22 16:01:44',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21554,'1100','61611319951','2021-01-19 15:59:55',77300.00,NULL,'','6','1','Good sold','2','52','sales','','','No',NULL,NULL,''),(21555,'4000','61611319951','2021-01-19 15:59:55',NULL,27600.00,'','6','1','Good sold','2','52','sales','100','','No',NULL,NULL,''),(21556,'4000','61611319951','2021-01-19 15:59:55',NULL,36500.00,'','6','1','Good sold','2','52','sales','194','','No',NULL,NULL,''),(21557,'4000','61611319951','2021-01-19 15:59:55',NULL,6000.00,'','6','1','Good sold','2','52','sales','309','','No',NULL,NULL,''),(21558,'4000','61611319951','2021-01-19 15:59:55',NULL,7200.00,'','6','1','Good sold','2','52','sales','310','','No',NULL,NULL,''),(21559,'1000','41611320826','2021-01-22 16:07:24',170.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21560,'4000','41611320826','2021-01-22 16:07:24',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21561,'1110','41611320852','2021-01-22 16:08:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21562,'1110','41611320852','2021-01-22 16:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21563,'1110','41611320852','2021-01-22 16:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21564,'1110','41611320852','2021-01-22 16:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21565,'1110','41611320852','2021-01-22 16:08:41',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21566,'1110','41611320852','2021-01-22 16:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21567,'5500','41611320852','2021-01-22 16:08:41',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21568,'1000','41611320852','2021-01-22 16:08:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21569,'4000','41611320852','2021-01-22 16:08:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21570,'4000','41611320852','2021-01-22 16:08:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21571,'4000','41611320852','2021-01-22 16:08:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21572,'4000','41611320852','2021-01-22 16:08:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21573,'4000','41611320852','2021-01-22 16:08:41',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21574,'4000','41611320852','2021-01-22 16:08:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21575,'1110','71611322863','2021-01-22 16:41:43',NULL,159.60,'','7','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21576,'5500','71611322863','2021-01-22 16:41:43',159.60,NULL,'','7','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21577,'1000','71611322863','2021-01-22 16:41:43',320.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21578,'4000','71611322863','2021-01-22 16:41:43',NULL,320.00,'','7','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21579,'1000','71611322908','2021-01-23 10:33:18',250.00,NULL,'','7','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(21580,'4000','71611322908','2021-01-23 10:33:18',NULL,250.00,'','7','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(21581,'1100','61611389731','2021-01-23 11:15:52',5600.00,NULL,'','6','1','Good sold','2','39','sales','','','No',NULL,NULL,''),(21582,'4000','61611389731','2021-01-23 11:15:52',NULL,5600.00,'','6','1','Good sold','2','39','sales','100','','No',NULL,NULL,''),(21583,'1000','41611390404','2021-01-23 11:28:46',730.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21584,'4000','41611390404','2021-01-23 11:28:46',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21585,'4000','41611390404','2021-01-23 11:28:46',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21586,'4000','41611390404','2021-01-23 11:28:46',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(21587,'4000','41611390404','2021-01-23 11:28:46',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(21588,'4000','41611390404','2021-01-23 11:28:46',NULL,60.00,'','4','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(21589,'1110','41611390567','2021-01-23 11:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21590,'1110','41611390567','2021-01-23 11:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(21591,'1110','41611390567','2021-01-23 11:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(21592,'1110','41611390567','2021-01-23 11:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21593,'1110','41611390567','2021-01-23 11:33:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21594,'1110','41611390567','2021-01-23 11:33:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21595,'5500','41611390567','2021-01-23 11:33:31',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21596,'1000','41611390567','2021-01-23 11:33:31',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21597,'4000','41611390567','2021-01-23 11:33:31',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21598,'4000','41611390567','2021-01-23 11:33:31',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21599,'4000','41611390567','2021-01-23 11:33:31',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21600,'4000','41611390567','2021-01-23 11:33:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21601,'4000','41611390567','2021-01-23 11:33:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21602,'4000','41611390567','2021-01-23 11:33:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21603,'1000','41611390817','2021-01-23 11:36:54',1845.90,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21604,'4000','41611390817','2021-01-23 11:36:54',NULL,1845.90,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(21605,'1000','41611391078','2021-01-23 12:59:02',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21606,'4000','41611391078','2021-01-23 12:59:02',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(21607,'1100','61611562589','2021-01-14 11:27:35',63800.00,NULL,'','6','1','Good sold','2','53','sales','','','No',NULL,NULL,''),(21608,'4000','61611562589','2021-01-14 11:27:35',NULL,4200.00,'','6','1','Good sold','2','53','sales','197','','No',NULL,NULL,''),(21609,'4000','61611562589','2021-01-14 11:27:35',NULL,38000.00,'','6','1','Good sold','2','53','sales','326','','No',NULL,NULL,''),(21610,'4000','61611562589','2021-01-14 11:27:35',NULL,12000.00,'','6','1','Good sold','2','53','sales','327','','No',NULL,NULL,''),(21611,'4000','61611562589','2021-01-14 11:27:35',NULL,3600.00,'','6','1','Good sold','2','53','sales','331','','No',NULL,NULL,''),(21612,'4000','61611562589','2021-01-14 11:27:35',NULL,1800.00,'','6','1','Good sold','2','53','sales','354','','No',NULL,NULL,''),(21613,'4000','61611562589','2021-01-14 11:27:35',NULL,4200.00,'','6','1','Good sold','2','53','sales','360','','No',NULL,NULL,''),(21614,'1000','41611563810','2021-01-25 11:37:24',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21615,'4000','41611563810','2021-01-25 11:37:24',NULL,300.00,'','4','1','Good sold','1','','sales','166','','No',NULL,NULL,''),(21616,'1000','41611563963','2021-01-25 11:44:15',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21617,'4000','41611563963','2021-01-25 11:44:15',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(21618,'1100','61611563424','2021-01-14 11:46:35',30150.00,NULL,'','6','1','Good sold','2','54','sales','','','No',NULL,NULL,''),(21619,'4000','61611563424','2021-01-14 11:46:35',NULL,650.00,'','6','1','Good sold','2','54','sales','312','','No',NULL,NULL,''),(21620,'4000','61611563424','2021-01-14 11:46:35',NULL,7200.00,'','6','1','Good sold','2','54','sales','331','','No',NULL,NULL,''),(21621,'4000','61611563424','2021-01-14 11:46:35',NULL,7200.00,'','6','1','Good sold','2','54','sales','354','','No',NULL,NULL,''),(21622,'4000','61611563424','2021-01-14 11:46:35',NULL,13000.00,'','6','1','Good sold','2','54','sales','360','','No',NULL,NULL,''),(21623,'4000','61611563424','2021-01-14 11:46:35',NULL,800.00,'','6','1','Good sold','2','54','sales','361','','No',NULL,NULL,''),(21624,'4000','61611563424','2021-01-14 11:46:35',NULL,650.00,'','6','1','Good sold','2','54','sales','362','','No',NULL,NULL,''),(21625,'4000','61611563424','2021-01-14 11:46:35',NULL,650.00,'','6','1','Good sold','2','54','sales','363','','No',NULL,NULL,''),(21626,'1100','61611564464','2021-01-14 11:53:23',8400.00,NULL,'','6','1','Good sold','2','55','sales','','','No',NULL,NULL,''),(21627,'4000','61611564464','2021-01-14 11:53:23',NULL,6000.00,'','6','1','Good sold','2','55','sales','197','','No',NULL,NULL,''),(21628,'4000','61611564464','2021-01-14 11:53:23',NULL,2400.00,'','6','1','Good sold','2','55','sales','360','','No',NULL,NULL,''),(21629,'1110','41611564270','2021-01-25 11:57:12',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21630,'1110','41611564270','2021-01-25 11:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21631,'1110','41611564270','2021-01-25 11:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21632,'1110','41611564270','2021-01-25 11:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21633,'1110','41611564270','2021-01-25 11:57:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21634,'1110','41611564270','2021-01-25 11:57:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21635,'5500','41611564270','2021-01-25 11:57:12',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21636,'1000','41611564270','2021-01-25 11:57:12',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21637,'4000','41611564270','2021-01-25 11:57:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21638,'4000','41611564270','2021-01-25 11:57:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21639,'4000','41611564270','2021-01-25 11:57:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21640,'4000','41611564270','2021-01-25 11:57:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21641,'4000','41611564270','2021-01-25 11:57:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21642,'4000','41611564270','2021-01-25 11:57:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21643,'1110','41611565052','2021-01-25 12:00:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21644,'1110','41611565052','2021-01-25 12:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21645,'1110','41611565052','2021-01-25 12:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21646,'1110','41611565052','2021-01-25 12:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21647,'1110','41611565052','2021-01-25 12:00:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21648,'1110','41611565052','2021-01-25 12:00:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21649,'5500','41611565052','2021-01-25 12:00:41',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21650,'1000','41611565052','2021-01-25 12:00:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21651,'4000','41611565052','2021-01-25 12:00:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21652,'4000','41611565052','2021-01-25 12:00:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21653,'4000','41611565052','2021-01-25 12:00:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21654,'4000','41611565052','2021-01-25 12:00:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21655,'4000','41611565052','2021-01-25 12:00:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21656,'4000','41611565052','2021-01-25 12:00:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21657,'1100','61611564944','2021-01-14 12:10:40',42400.00,NULL,'','6','1','Good sold','2','56','sales','','','No',NULL,NULL,''),(21658,'4000','61611564944','2021-01-14 12:10:40',NULL,3600.00,'','6','1','Good sold','2','56','sales','325','','No',NULL,NULL,''),(21659,'4000','61611564944','2021-01-14 12:10:40',NULL,19000.00,'','6','1','Good sold','2','56','sales','326','','No',NULL,NULL,''),(21660,'4000','61611564944','2021-01-14 12:10:40',NULL,7800.00,'','6','1','Good sold','2','56','sales','332','','No',NULL,NULL,''),(21661,'4000','61611564944','2021-01-14 12:10:40',NULL,3600.00,'','6','1','Good sold','2','56','sales','353','','No',NULL,NULL,''),(21662,'4000','61611564944','2021-01-14 12:10:40',NULL,8400.00,'','6','1','Good sold','2','56','sales','356','','No',NULL,NULL,''),(21663,'1100','61611565950','2021-01-14 12:19:05',8000.00,NULL,'','6','1','Good sold','2','57','sales','','','No',NULL,NULL,''),(21664,'4000','61611565950','2021-01-14 12:19:05',NULL,2400.00,'','6','1','Good sold','2','57','sales','353','','No',NULL,NULL,''),(21665,'4000','61611565950','2021-01-14 12:19:05',NULL,5600.00,'','6','1','Good sold','2','57','sales','360','','No',NULL,NULL,''),(21666,'1110','41611565290','2021-01-25 12:23:07',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21667,'1110','41611565290','2021-01-25 12:23:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21668,'1110','41611565290','2021-01-25 12:23:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21669,'1110','41611565290','2021-01-25 12:23:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21670,'1110','41611565290','2021-01-25 12:23:07',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21671,'1110','41611565290','2021-01-25 12:23:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21672,'5500','41611565290','2021-01-25 12:23:07',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21673,'1000','41611565290','2021-01-25 12:23:07',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21674,'4000','41611565290','2021-01-25 12:23:07',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21675,'4000','41611565290','2021-01-25 12:23:07',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21676,'4000','41611565290','2021-01-25 12:23:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21677,'4000','41611565290','2021-01-25 12:23:07',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21678,'4000','41611565290','2021-01-25 12:23:07',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21679,'4000','41611565290','2021-01-25 12:23:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21680,'1110','41611566596','2021-01-25 12:24:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(21681,'1110','41611566596','2021-01-25 12:24:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(21682,'1110','41611566596','2021-01-25 12:24:15',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21683,'5500','41611566596','2021-01-25 12:24:15',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21684,'1000','41611566596','2021-01-25 12:24:15',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21685,'4000','41611566596','2021-01-25 12:24:15',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(21686,'4000','41611566596','2021-01-25 12:24:15',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(21687,'4000','41611566596','2021-01-25 12:24:15',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21688,'1100','61611566750','2021-01-14 13:16:34',17120.00,NULL,'','6','1','Good sold','2','58','sales','','','No',NULL,NULL,''),(21689,'4000','61611566750','2021-01-14 13:16:34',NULL,5200.00,'','6','1','Good sold','2','58','sales','304','','No',NULL,NULL,''),(21690,'4000','61611566750','2021-01-14 13:16:34',NULL,5200.00,'','6','1','Good sold','2','58','sales','317','','No',NULL,NULL,''),(21691,'4000','61611566750','2021-01-14 13:16:34',NULL,2160.00,'','6','1','Good sold','2','58','sales','357','','No',NULL,NULL,''),(21692,'4000','61611566750','2021-01-14 13:16:34',NULL,2160.00,'','6','1','Good sold','2','58','sales','358','','No',NULL,NULL,''),(21693,'4000','61611566750','2021-01-14 13:16:34',NULL,2400.00,'','6','1','Good sold','2','58','sales','359','','No',NULL,NULL,''),(21694,'1000','41611575641','2021-01-25 14:55:03',5500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21695,'4000','41611575641','2021-01-25 14:55:03',NULL,5500.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(21696,'1110','41611575715','2021-01-25 15:14:19',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21697,'1110','41611575715','2021-01-25 15:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21698,'1110','41611575715','2021-01-25 15:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21699,'1110','41611575715','2021-01-25 15:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21700,'1110','41611575715','2021-01-25 15:14:19',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21701,'1110','41611575715','2021-01-25 15:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21702,'5500','41611575715','2021-01-25 15:14:19',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21703,'1000','41611575715','2021-01-25 15:14:19',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21704,'4000','41611575715','2021-01-25 15:14:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21705,'4000','41611575715','2021-01-25 15:14:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21706,'4000','41611575715','2021-01-25 15:14:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21707,'4000','41611575715','2021-01-25 15:14:19',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21708,'4000','41611575715','2021-01-25 15:14:19',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21709,'4000','41611575715','2021-01-25 15:14:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21710,'1000','41611576866','2021-01-25 15:14:55',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21711,'4000','41611576866','2021-01-25 15:14:55',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21712,'4000','41611576866','2021-01-25 15:14:55',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21713,'4000','41611576866','2021-01-25 15:14:55',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(21714,'1110','41611577233','2021-01-25 15:21:38',NULL,10.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(21715,'5500','41611577233','2021-01-25 15:21:38',10.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21716,'1000','41611577233','2021-01-25 15:21:38',1400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21717,'4000','41611577233','2021-01-25 15:21:38',NULL,1400.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(21718,'1000','41611577308','2021-01-25 16:22:27',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21719,'4000','41611577308','2021-01-25 16:22:27',NULL,700.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(21720,'1110','41611640413','2021-01-26 08:56:48',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21721,'1110','41611640413','2021-01-26 08:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21722,'1110','41611640413','2021-01-26 08:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21723,'1110','41611640413','2021-01-26 08:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21724,'1110','41611640413','2021-01-26 08:56:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21725,'1110','41611640413','2021-01-26 08:56:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21726,'5500','41611640413','2021-01-26 08:56:48',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21727,'1000','41611640413','2021-01-26 08:56:48',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21728,'4000','41611640413','2021-01-26 08:56:48',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21729,'4000','41611640413','2021-01-26 08:56:48',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21730,'4000','41611640413','2021-01-26 08:56:48',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21731,'4000','41611640413','2021-01-26 08:56:48',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21732,'4000','41611640413','2021-01-26 08:56:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21733,'4000','41611640413','2021-01-26 08:56:48',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21734,'1000','41611640880','2021-01-26 09:01:37',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21735,'4000','41611640880','2021-01-26 09:01:37',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(21736,'1000','41611640903','2021-01-26 09:02:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21737,'4000','41611640903','2021-01-26 09:02:34',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(21738,'1000','41611641115','2021-01-26 09:49:58',4900.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21739,'4000','41611641115','2021-01-26 09:49:58',NULL,3000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(21740,'4000','41611641115','2021-01-26 09:49:58',NULL,1900.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(21741,'1000','41611643808','2021-01-26 09:54:03',900.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21742,'4000','41611643808','2021-01-26 09:54:03',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21743,'4000','41611643808','2021-01-26 09:54:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21744,'4000','41611643808','2021-01-26 09:54:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21745,'4000','41611643808','2021-01-26 09:54:03',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(21746,'4000','41611643808','2021-01-26 09:54:03',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(21747,'4000','41611643808','2021-01-26 09:54:03',NULL,200.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(21748,'1000','41611644054','2021-01-26 09:54:41',700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21749,'4000','41611644054','2021-01-26 09:54:41',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(21750,'1110','41611644092','2021-01-26 10:02:13',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21751,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21752,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(21753,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21754,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21755,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(21756,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(21757,'1110','41611644092','2021-01-26 10:02:13',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21758,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','110','','No',NULL,NULL,''),(21759,'1110','41611644092','2021-01-26 10:02:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21760,'5500','41611644092','2021-01-26 10:02:13',493.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21761,'1000','41611644092','2021-01-26 10:02:13',5770.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21762,'4000','41611644092','2021-01-26 10:02:13',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21763,'4000','41611644092','2021-01-26 10:02:13',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21764,'4000','41611644092','2021-01-26 10:02:13',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(21765,'4000','41611644092','2021-01-26 10:02:13',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21766,'4000','41611644092','2021-01-26 10:02:13',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21767,'4000','41611644092','2021-01-26 10:02:13',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(21768,'4000','41611644092','2021-01-26 10:02:13',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(21769,'4000','41611644092','2021-01-26 10:02:13',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21770,'4000','41611644092','2021-01-26 10:02:13',NULL,2800.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(21771,'4000','41611644092','2021-01-26 10:02:13',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21772,'1000','41611644586','2021-01-26 11:51:00',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21773,'4000','41611644586','2021-01-26 11:51:00',NULL,200.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(21774,'1000','41611651066','2021-01-26 12:12:20',250.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21775,'4000','41611651066','2021-01-26 12:12:20',NULL,250.00,'','4','1','Good sold','1','','sales','333','','No',NULL,NULL,''),(21776,'1110','41611652481','2021-01-26 12:22:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21777,'1110','41611652481','2021-01-26 12:22:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(21778,'1110','41611652481','2021-01-26 12:22:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(21779,'1110','41611652481','2021-01-26 12:22:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21780,'1110','41611652481','2021-01-26 12:22:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21781,'1110','41611652481','2021-01-26 12:22:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21782,'5500','41611652481','2021-01-26 12:22:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21783,'1000','41611652481','2021-01-26 12:22:09',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21784,'4000','41611652481','2021-01-26 12:22:09',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21785,'4000','41611652481','2021-01-26 12:22:09',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21786,'4000','41611652481','2021-01-26 12:22:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21787,'4000','41611652481','2021-01-26 12:22:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21788,'4000','41611652481','2021-01-26 12:22:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21789,'4000','41611652481','2021-01-26 12:22:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21790,'1110','41611652935','2021-01-26 12:24:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21791,'1110','41611652935','2021-01-26 12:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21792,'1110','41611652935','2021-01-26 12:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21793,'1110','41611652935','2021-01-26 12:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21794,'1110','41611652935','2021-01-26 12:24:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21795,'1110','41611652935','2021-01-26 12:24:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21796,'5500','41611652935','2021-01-26 12:24:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21797,'1000','41611652935','2021-01-26 12:24:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21798,'4000','41611652935','2021-01-26 12:24:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21799,'4000','41611652935','2021-01-26 12:24:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21800,'4000','41611652935','2021-01-26 12:24:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21801,'4000','41611652935','2021-01-26 12:24:34',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21802,'4000','41611652935','2021-01-26 12:24:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21803,'4000','41611652935','2021-01-26 12:24:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21804,'1000','41611653079','2021-01-26 12:27:51',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21805,'4000','41611653079','2021-01-26 12:27:51',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(21806,'4000','41611653079','2021-01-26 12:27:51',NULL,500.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(21807,'1110','41611655076','2021-01-26 13:27:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21808,'1110','41611655076','2021-01-26 13:27:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21809,'1110','41611655076','2021-01-26 13:27:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21810,'1110','41611655076','2021-01-26 13:27:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21811,'1110','41611655076','2021-01-26 13:27:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21812,'1110','41611655076','2021-01-26 13:27:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21813,'5500','41611655076','2021-01-26 13:27:06',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21814,'1000','41611655076','2021-01-26 13:27:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21815,'4000','41611655076','2021-01-26 13:27:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21816,'4000','41611655076','2021-01-26 13:27:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21817,'4000','41611655076','2021-01-26 13:27:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21818,'4000','41611655076','2021-01-26 13:27:06',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21819,'4000','41611655076','2021-01-26 13:27:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21820,'4000','41611655076','2021-01-26 13:27:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21821,'1000','41611656833','2021-01-26 14:24:22',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21822,'4000','41611656833','2021-01-26 14:24:22',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(21823,'1110','41611663688','2021-01-26 15:26:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21824,'1110','41611663688','2021-01-26 15:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21825,'1110','41611663688','2021-01-26 15:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21826,'1110','41611663688','2021-01-26 15:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21827,'1110','41611663688','2021-01-26 15:26:03',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21828,'1110','41611663688','2021-01-26 15:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21829,'1110','41611663688','2021-01-26 15:26:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(21830,'5500','41611663688','2021-01-26 15:26:03',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21831,'1000','41611663688','2021-01-26 15:26:03',590.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21832,'4000','41611663688','2021-01-26 15:26:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21833,'4000','41611663688','2021-01-26 15:26:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21834,'4000','41611663688','2021-01-26 15:26:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21835,'4000','41611663688','2021-01-26 15:26:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21836,'4000','41611663688','2021-01-26 15:26:03',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21837,'4000','41611663688','2021-01-26 15:26:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21838,'4000','41611663688','2021-01-26 15:26:03',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(21839,'1110','41611669406','2021-01-26 16:56:54',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(21840,'5500','41611669406','2021-01-26 16:56:54',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21841,'1000','41611669406','2021-01-26 16:56:54',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21842,'4000','41611669406','2021-01-26 16:56:54',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(21843,'1000','511611669785','2021-01-26 17:03:57',2100.00,NULL,'','51','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(21844,'4000','511611669785','2021-01-26 17:03:57',NULL,2100.00,'','51','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(21845,'1110','41611669972','2021-01-26 17:07:48',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21846,'1110','41611669972','2021-01-26 17:07:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21847,'1110','41611669972','2021-01-26 17:07:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21848,'1110','41611669972','2021-01-26 17:07:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21849,'1110','41611669972','2021-01-26 17:07:48',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21850,'1110','41611669972','2021-01-26 17:07:48',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21851,'5500','41611669972','2021-01-26 17:07:48',646.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21852,'1000','41611669972','2021-01-26 17:07:48',2160.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21853,'4000','41611669972','2021-01-26 17:07:48',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21854,'4000','41611669972','2021-01-26 17:07:48',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21855,'4000','41611669972','2021-01-26 17:07:48',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21856,'4000','41611669972','2021-01-26 17:07:48',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21857,'4000','41611669972','2021-01-26 17:07:48',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21858,'4000','41611669972','2021-01-26 17:07:48',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21859,'1000','41611728078','2021-01-27 09:16:56',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21860,'4000','41611728078','2021-01-27 09:16:56',NULL,850.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21861,'4000','41611728078','2021-01-27 09:16:56',NULL,100.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21862,'4000','41611728078','2021-01-27 09:16:56',NULL,150.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21863,'4000','41611728078','2021-01-27 09:16:56',NULL,2100.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(21864,'4000','41611728078','2021-01-27 09:16:56',NULL,300.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(21865,'4000','41611728078','2021-01-27 09:16:56',NULL,1000.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(21866,'1110','41611728234','2021-01-27 09:19:20',NULL,1596.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21867,'1110','41611728234','2021-01-27 09:19:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21868,'1110','41611728234','2021-01-27 09:19:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21869,'1110','41611728234','2021-01-27 09:19:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21870,'1110','41611728234','2021-01-27 09:19:20',NULL,20.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21871,'1110','41611728234','2021-01-27 09:19:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21872,'5500','41611728234','2021-01-27 09:19:20',1616.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21873,'1000','41611728234','2021-01-27 09:19:20',5400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21874,'4000','41611728234','2021-01-27 09:19:20',NULL,3200.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21875,'4000','41611728234','2021-01-27 09:19:20',NULL,1100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21876,'4000','41611728234','2021-01-27 09:19:20',NULL,200.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21877,'4000','41611728234','2021-01-27 09:19:20',NULL,300.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21878,'4000','41611728234','2021-01-27 09:19:20',NULL,500.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21879,'4000','41611728234','2021-01-27 09:19:20',NULL,100.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21880,'1110','41611734733','2021-01-27 11:17:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21881,'1110','41611734733','2021-01-27 11:17:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21882,'1110','41611734733','2021-01-27 11:17:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21883,'1110','41611734733','2021-01-27 11:17:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(21884,'1110','41611734733','2021-01-27 11:17:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21885,'1110','41611734733','2021-01-27 11:17:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21886,'5500','41611734733','2021-01-27 11:17:24',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21887,'1000','41611734733','2021-01-27 11:17:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21888,'4000','41611734733','2021-01-27 11:17:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21889,'4000','41611734733','2021-01-27 11:17:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21890,'4000','41611734733','2021-01-27 11:17:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21891,'4000','41611734733','2021-01-27 11:17:24',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21892,'4000','41611734733','2021-01-27 11:17:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21893,'4000','41611734733','2021-01-27 11:17:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21894,'1110','41611738563','2021-01-27 12:10:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21895,'1110','41611738563','2021-01-27 12:10:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21896,'1110','41611738563','2021-01-27 12:10:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21897,'1110','41611738563','2021-01-27 12:10:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(21898,'1110','41611738563','2021-01-27 12:10:30',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21899,'1110','41611738563','2021-01-27 12:10:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21900,'5500','41611738563','2021-01-27 12:10:30',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21901,'1000','41611738563','2021-01-27 12:10:30',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21902,'4000','41611738563','2021-01-27 12:10:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21903,'4000','41611738563','2021-01-27 12:10:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21904,'4000','41611738563','2021-01-27 12:10:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21905,'4000','41611738563','2021-01-27 12:10:30',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(21906,'4000','41611738563','2021-01-27 12:10:30',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21907,'4000','41611738563','2021-01-27 12:10:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21908,'1110','41611738672','2021-01-27 12:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21909,'1110','41611738672','2021-01-27 12:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(21910,'1110','41611738672','2021-01-27 12:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(21911,'1110','41611738672','2021-01-27 12:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21912,'1110','41611738672','2021-01-27 12:26:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21913,'1110','41611738672','2021-01-27 12:26:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21914,'5500','41611738672','2021-01-27 12:26:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21915,'1000','41611738672','2021-01-27 12:26:55',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21916,'4000','41611738672','2021-01-27 12:26:55',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21917,'4000','41611738672','2021-01-27 12:26:55',NULL,60.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21918,'4000','41611738672','2021-01-27 12:26:55',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21919,'4000','41611738672','2021-01-27 12:26:55',NULL,10.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21920,'4000','41611738672','2021-01-27 12:26:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21921,'4000','41611738672','2021-01-27 12:26:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21922,'1000','41611739624','2021-01-27 12:29:30',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21923,'4000','41611739624','2021-01-27 12:29:30',NULL,50.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(21924,'1110','41611739782','2021-01-27 13:44:40',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21925,'1110','41611739782','2021-01-27 13:44:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(21926,'5500','41611739782','2021-01-27 13:44:40',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21927,'1000','41611739782','2021-01-27 13:44:40',1300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(21928,'4000','41611739782','2021-01-27 13:44:40',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21929,'4000','41611739782','2021-01-27 13:44:40',NULL,660.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(21930,'1000','41611744398','2021-01-27 14:24:46',7600.00,NULL,'','4','1','Good sold','1','12','sales','','','No',NULL,NULL,''),(21931,'4000','41611744398','2021-01-27 14:24:46',NULL,7600.00,'','4','1','Good sold','1','12','sales','163','','No',NULL,NULL,''),(21932,'1110','41611746848','2021-01-27 14:31:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21933,'1110','41611746848','2021-01-27 14:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21934,'1110','41611746848','2021-01-27 14:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21935,'1110','41611746848','2021-01-27 14:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21936,'1110','41611746848','2021-01-27 14:31:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21937,'1110','41611746848','2021-01-27 14:31:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21938,'5500','41611746848','2021-01-27 14:31:13',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21939,'1000','41611746848','2021-01-27 14:31:13',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21940,'4000','41611746848','2021-01-27 14:31:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21941,'4000','41611746848','2021-01-27 14:31:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21942,'4000','41611746848','2021-01-27 14:31:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21943,'4000','41611746848','2021-01-27 14:31:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21944,'4000','41611746848','2021-01-27 14:31:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21945,'4000','41611746848','2021-01-27 14:31:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21946,'1110','41611747286','2021-01-27 14:53:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21947,'1110','41611747286','2021-01-27 14:53:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21948,'1110','41611747286','2021-01-27 14:53:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21949,'1110','41611747286','2021-01-27 14:53:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(21950,'1110','41611747286','2021-01-27 14:53:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(21951,'1110','41611747286','2021-01-27 14:53:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21952,'5500','41611747286','2021-01-27 14:53:46',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21953,'1000','41611747286','2021-01-27 14:53:46',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21954,'4000','41611747286','2021-01-27 14:53:46',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21955,'4000','41611747286','2021-01-27 14:53:46',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21956,'4000','41611747286','2021-01-27 14:53:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21957,'4000','41611747286','2021-01-27 14:53:46',NULL,20.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(21958,'4000','41611747286','2021-01-27 14:53:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(21959,'4000','41611747286','2021-01-27 14:53:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21960,'1110','41611752565','2021-01-27 16:03:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(21961,'1110','41611752565','2021-01-27 16:03:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(21962,'1110','41611752565','2021-01-27 16:03:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(21963,'1110','41611752565','2021-01-27 16:03:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21964,'1110','41611752565','2021-01-27 16:03:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21965,'1110','41611752565','2021-01-27 16:03:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21966,'5500','41611752565','2021-01-27 16:03:59',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21967,'1000','41611752565','2021-01-27 16:03:59',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21968,'4000','41611752565','2021-01-27 16:03:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(21969,'4000','41611752565','2021-01-27 16:03:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(21970,'4000','41611752565','2021-01-27 16:03:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(21971,'4000','41611752565','2021-01-27 16:03:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(21972,'4000','41611752565','2021-01-27 16:03:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(21973,'4000','41611752565','2021-01-27 16:03:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(21974,'1000','TRANS-81611816983','2021-01-28 09:10:55',NULL,15000.00,'-848029','8','1','Transfer','','','','','','No',NULL,NULL,''),(21975,'1035','TRANS-81611816983','2021-01-28 09:10:55',15000.00,NULL,'647069','8','1','Transfer','','','','','','No',NULL,NULL,''),(21976,'1000','TRANS-81611817035','2021-01-28 09:23:56',NULL,8860.00,'-856889','8','1','Transfer','','','','','','No',NULL,NULL,''),(21977,'1035','TRANS-81611817035','2021-01-28 09:23:56',8860.00,NULL,'655929','8','1','Transfer','','','','','','No',NULL,NULL,''),(21978,'1000','TRANS-81611817081','2021-01-25 09:16:57',NULL,15000.00,'-871889','8','1','Transfer','','','','','','No',NULL,NULL,''),(21979,'1035','TRANS-81611817081','2021-01-25 09:16:57',15000.00,NULL,'670929','8','1','Transfer','','','','','','No',NULL,NULL,''),(21980,'1000','TRANS-81611817150','2021-01-25 09:02:58',NULL,138100.00,'-1009989','8','1','Transfer','','','','','','No',NULL,NULL,''),(21981,'1035','TRANS-81611817150','2021-01-25 09:02:58',138100.00,NULL,'809029','8','1','Transfer','','','','','','No',NULL,NULL,''),(21982,'1000','TRANS-81611817465','2021-01-11 10:43:03',NULL,35000.00,'-1044989','8','1','Transfer','','','','','','No',NULL,NULL,''),(21983,'1020','TRANS-81611817465','2021-01-11 10:43:03',35000.00,NULL,'235960','8','1','Transfer','','','','','','No',NULL,NULL,''),(21984,'1000','TRANS-81611817506','2021-01-11 10:26:04',NULL,17000.00,'-1061989','8','1','Transfer','','','','','','No',NULL,NULL,''),(21985,'1020','TRANS-81611817506','2021-01-11 10:26:04',17000.00,NULL,'252960','8','1','Transfer','','','','','','No',NULL,NULL,''),(21986,'1000','TRANS-81611817526','2021-01-14 10:07:05',NULL,10000.00,'-1071989','8','1','Transfer','','','','','','No',NULL,NULL,''),(21987,'1020','TRANS-81611817526','2021-01-14 10:07:05',10000.00,NULL,'262960','8','1','Transfer','','','','','','No',NULL,NULL,''),(21988,'1110','41611822365','2021-01-28 12:31:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(21989,'1110','41611822365','2021-01-28 12:31:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(21990,'1110','41611822365','2021-01-28 12:31:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(21991,'1110','41611822365','2021-01-28 12:31:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(21992,'1110','41611822365','2021-01-28 12:31:22',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(21993,'1110','41611822365','2021-01-28 12:31:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(21994,'5500','41611822365','2021-01-28 12:31:22',6.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(21995,'1000','41611822365','2021-01-28 12:31:22',1050.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(21996,'4000','41611822365','2021-01-28 12:31:22',NULL,510.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(21997,'4000','41611822365','2021-01-28 12:31:22',NULL,210.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(21998,'4000','41611822365','2021-01-28 12:31:22',NULL,60.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(21999,'4000','41611822365','2021-01-28 12:31:22',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22000,'4000','41611822365','2021-01-28 12:31:22',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22001,'4000','41611822365','2021-01-28 12:31:22',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22002,'1000','41611826291','2021-01-28 12:33:08',2200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22003,'4000','41611826291','2021-01-28 12:33:08',NULL,1800.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(22004,'4000','41611826291','2021-01-28 12:33:08',NULL,400.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(22005,'1000','41611826406','2021-01-28 12:33:46',600.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22006,'4000','41611826406','2021-01-28 12:33:46',NULL,600.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(22007,'1000','41611826868','2021-01-28 13:55:04',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22008,'4000','41611826868','2021-01-28 13:55:04',NULL,600.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22009,'1110','41611831433','2021-01-28 14:10:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22010,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22011,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(22012,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22013,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22014,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(22015,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(22016,'1110','41611831433','2021-01-28 14:10:46',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22017,'1110','41611831433','2021-01-28 14:10:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22018,'5500','41611831433','2021-01-28 14:10:46',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22019,'1000','41611831433','2021-01-28 14:10:46',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22020,'4000','41611831433','2021-01-28 14:10:46',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22021,'4000','41611831433','2021-01-28 14:10:46',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22022,'4000','41611831433','2021-01-28 14:10:46',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(22023,'4000','41611831433','2021-01-28 14:10:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22024,'4000','41611831433','2021-01-28 14:10:46',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22025,'4000','41611831433','2021-01-28 14:10:46',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(22026,'4000','41611831433','2021-01-28 14:10:46',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(22027,'4000','41611831433','2021-01-28 14:10:46',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22028,'4000','41611831433','2021-01-28 14:10:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22029,'1000','41611832251','2021-01-28 14:12:06',1700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22030,'4000','41611832251','2021-01-28 14:12:06',NULL,1700.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(22031,'1110','41611832345','2021-01-28 14:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22032,'1110','41611832345','2021-01-28 14:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22033,'1110','41611832345','2021-01-28 14:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22034,'1110','41611832345','2021-01-28 14:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22035,'1110','41611832345','2021-01-28 14:16:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22036,'1110','41611832345','2021-01-28 14:16:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22037,'5500','41611832345','2021-01-28 14:16:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22038,'1000','41611832345','2021-01-28 14:16:03',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22039,'4000','41611832345','2021-01-28 14:16:03',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22040,'4000','41611832345','2021-01-28 14:16:03',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22041,'4000','41611832345','2021-01-28 14:16:03',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22042,'4000','41611832345','2021-01-28 14:16:03',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22043,'4000','41611832345','2021-01-28 14:16:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22044,'4000','41611832345','2021-01-28 14:16:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22045,'1000','41611832571','2021-01-28 14:36:51',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22046,'4000','41611832571','2021-01-28 14:36:51',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(22047,'1110','41611833820','2021-01-28 15:10:05',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22048,'1110','41611833820','2021-01-28 15:10:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22049,'1110','41611833820','2021-01-28 15:10:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22050,'1110','41611833820','2021-01-28 15:10:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(22051,'1110','41611833820','2021-01-28 15:10:05',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22052,'1110','41611833820','2021-01-28 15:10:05',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22053,'5500','41611833820','2021-01-28 15:10:05',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22054,'1000','41611833820','2021-01-28 15:10:05',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22055,'4000','41611833820','2021-01-28 15:10:05',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22056,'4000','41611833820','2021-01-28 15:10:05',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22057,'4000','41611833820','2021-01-28 15:10:05',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22058,'4000','41611833820','2021-01-28 15:10:05',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(22059,'4000','41611833820','2021-01-28 15:10:05',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22060,'4000','41611833820','2021-01-28 15:10:05',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22061,'1000','511611902607','2021-01-29 09:44:49',6150.00,NULL,'','51','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(22062,'4000','511611902607','2021-01-29 09:44:49',NULL,3300.00,'','51','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(22063,'4000','511611902607','2021-01-29 09:44:49',NULL,2850.00,'','51','1','Good sold','3','','sales','195','','No',NULL,NULL,''),(22064,'1000','41611905955','2021-01-29 10:40:03',2250.00,NULL,'','4','1','Good sold','1','59','sales','','','No',NULL,NULL,''),(22065,'4000','41611905955','2021-01-29 10:40:03',NULL,300.00,'','4','1','Good sold','1','59','sales','9','','No',NULL,NULL,''),(22066,'4000','41611905955','2021-01-29 10:40:03',NULL,1650.00,'','4','1','Good sold','1','59','sales','38','','No',NULL,NULL,''),(22067,'4000','41611905955','2021-01-29 10:40:03',NULL,300.00,'','4','1','Good sold','1','59','sales','40','','No',NULL,NULL,''),(22068,'1110','41611906086','2021-01-29 10:44:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22069,'1110','41611906086','2021-01-29 10:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22070,'1110','41611906086','2021-01-29 10:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22071,'1110','41611906086','2021-01-29 10:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22072,'1110','41611906086','2021-01-29 10:44:28',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22073,'1110','41611906086','2021-01-29 10:44:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22074,'5500','41611906086','2021-01-29 10:44:28',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22075,'1000','41611906086','2021-01-29 10:44:28',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22076,'4000','41611906086','2021-01-29 10:44:28',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22077,'4000','41611906086','2021-01-29 10:44:28',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22078,'4000','41611906086','2021-01-29 10:44:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22079,'4000','41611906086','2021-01-29 10:44:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22080,'4000','41611906086','2021-01-29 10:44:28',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22081,'4000','41611906086','2021-01-29 10:44:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22082,'1000','41611906277','2021-01-29 10:44:49',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22083,'4000','41611906277','2021-01-29 10:44:49',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22084,'1110','41611906304','2021-01-29 10:47:25',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22085,'1110','41611906304','2021-01-29 10:47:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22086,'1110','41611906304','2021-01-29 10:47:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(22087,'1110','41611906304','2021-01-29 10:47:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22088,'1110','41611906304','2021-01-29 10:47:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(22089,'5500','41611906304','2021-01-29 10:47:25',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22090,'1000','41611906304','2021-01-29 10:47:25',550.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22091,'4000','41611906304','2021-01-29 10:47:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22092,'4000','41611906304','2021-01-29 10:47:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22093,'4000','41611906304','2021-01-29 10:47:25',NULL,60.00,'','4','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(22094,'4000','41611906304','2021-01-29 10:47:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22095,'4000','41611906304','2021-01-29 10:47:25',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22096,'1110','41611906784','2021-01-29 11:02:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22097,'1110','41611906784','2021-01-29 11:02:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22098,'1110','41611906784','2021-01-29 11:02:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22099,'1110','41611906784','2021-01-29 11:02:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22100,'1110','41611906784','2021-01-29 11:02:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22101,'1110','41611906784','2021-01-29 11:02:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22102,'5500','41611906784','2021-01-29 11:02:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22103,'1000','41611906784','2021-01-29 11:02:51',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22104,'4000','41611906784','2021-01-29 11:02:51',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22105,'4000','41611906784','2021-01-29 11:02:51',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22106,'4000','41611906784','2021-01-29 11:02:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22107,'4000','41611906784','2021-01-29 11:02:51',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22108,'4000','41611906784','2021-01-29 11:02:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22109,'4000','41611906784','2021-01-29 11:02:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22110,'1000','TRANS-81611909289','2021-01-29 11:41:33',NULL,18500.00,'-1090489','8','1','Transfer','','','','','','No',NULL,NULL,''),(22111,'1035','TRANS-81611909289','2021-01-29 11:41:33',18500.00,NULL,'827529','8','1','Transfer','','','','','','No',NULL,NULL,''),(22112,'1110','41611909010','2021-01-29 11:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22113,'1110','41611909010','2021-01-29 11:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22114,'1110','41611909010','2021-01-29 11:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22115,'1110','41611909010','2021-01-29 11:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22116,'1110','41611909010','2021-01-29 11:38:37',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22117,'1110','41611909010','2021-01-29 11:38:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22118,'5500','41611909010','2021-01-29 11:38:37',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22119,'1000','41611909010','2021-01-29 11:38:37',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22120,'4000','41611909010','2021-01-29 11:38:37',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22121,'4000','41611909010','2021-01-29 11:38:37',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22122,'4000','41611909010','2021-01-29 11:38:37',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22123,'4000','41611909010','2021-01-29 11:38:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22124,'4000','41611909010','2021-01-29 11:38:37',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22125,'4000','41611909010','2021-01-29 11:38:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22126,'1000','41611909523','2021-01-29 12:06:09',470.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22127,'4000','41611909523','2021-01-29 12:06:09',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22128,'4000','41611909523','2021-01-29 12:06:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22129,'4000','41611909523','2021-01-29 12:06:09',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(22130,'4000','41611909523','2021-01-29 12:06:09',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(22131,'4000','41611909523','2021-01-29 12:06:09',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22132,'1110','41611911196','2021-01-29 12:07:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22133,'1110','41611911196','2021-01-29 12:07:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22134,'1110','41611911196','2021-01-29 12:07:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22135,'1110','41611911196','2021-01-29 12:07:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22136,'1110','41611911196','2021-01-29 12:07:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22137,'5500','41611911196','2021-01-29 12:07:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22138,'1000','41611911196','2021-01-29 12:07:52',320.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22139,'4000','41611911196','2021-01-29 12:07:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22140,'4000','41611911196','2021-01-29 12:07:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22141,'4000','41611911196','2021-01-29 12:07:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22142,'4000','41611911196','2021-01-29 12:07:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22143,'4000','41611911196','2021-01-29 12:07:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22144,'1110','41611911280','2021-01-29 12:10:11',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22145,'1110','41611911280','2021-01-29 12:10:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22146,'1110','41611911280','2021-01-29 12:10:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22147,'1110','41611911280','2021-01-29 12:10:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(22148,'1110','41611911280','2021-01-29 12:10:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(22149,'1110','41611911280','2021-01-29 12:10:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(22150,'1110','41611911280','2021-01-29 12:10:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22151,'5500','41611911280','2021-01-29 12:10:11',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22152,'1000','41611911280','2021-01-29 12:10:11',870.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22153,'4000','41611911280','2021-01-29 12:10:11',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22154,'4000','41611911280','2021-01-29 12:10:11',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22155,'4000','41611911280','2021-01-29 12:10:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22156,'4000','41611911280','2021-01-29 12:10:11',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(22157,'4000','41611911280','2021-01-29 12:10:11',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(22158,'4000','41611911280','2021-01-29 12:10:11',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(22159,'4000','41611911280','2021-01-29 12:10:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22160,'1000','41611911420','2021-01-29 12:14:38',740.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22161,'4000','41611911420','2021-01-29 12:14:38',NULL,240.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(22162,'4000','41611911420','2021-01-29 12:14:38',NULL,500.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(22163,'1110','41611911689','2021-01-29 14:53:30',NULL,4788.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22164,'1110','41611911689','2021-01-29 14:53:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22165,'1110','41611911689','2021-01-29 14:53:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22166,'1110','41611911689','2021-01-29 14:53:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22167,'1110','41611911689','2021-01-29 14:53:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22168,'1110','41611911689','2021-01-29 14:53:30',NULL,60.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22169,'1110','41611911689','2021-01-29 14:53:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22170,'5500','41611911689','2021-01-29 14:53:30',4848.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22171,'1000','41611911689','2021-01-29 14:53:30',15000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22172,'4000','41611911689','2021-01-29 14:53:30',NULL,9000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22173,'4000','41611911689','2021-01-29 14:53:30',NULL,3000.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22174,'4000','41611911689','2021-01-29 14:53:30',NULL,600.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22175,'4000','41611911689','2021-01-29 14:53:30',NULL,300.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22176,'4000','41611911689','2021-01-29 14:53:30',NULL,300.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22177,'4000','41611911689','2021-01-29 14:53:30',NULL,1500.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22178,'4000','41611911689','2021-01-29 14:53:30',NULL,300.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22179,'1110','41611922309','2021-01-29 16:36:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22180,'1110','41611922309','2021-01-29 16:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22181,'1110','41611922309','2021-01-29 16:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22182,'1110','41611922309','2021-01-29 16:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22183,'1110','41611922309','2021-01-29 16:36:29',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22184,'1110','41611922309','2021-01-29 16:36:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22185,'5500','41611922309','2021-01-29 16:36:29',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22186,'1000','41611922309','2021-01-29 16:36:29',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22187,'4000','41611922309','2021-01-29 16:36:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22188,'4000','41611922309','2021-01-29 16:36:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22189,'4000','41611922309','2021-01-29 16:36:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22190,'4000','41611922309','2021-01-29 16:36:29',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22191,'4000','41611922309','2021-01-29 16:36:29',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22192,'4000','41611922309','2021-01-29 16:36:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22193,'1000','41611927397','2021-01-29 16:36:57',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22194,'4000','41611927397','2021-01-29 16:36:57',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22195,'1110','41611930019','2021-01-29 17:21:12',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22196,'1110','41611930019','2021-01-29 17:21:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22197,'1110','41611930019','2021-01-29 17:21:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22198,'1110','41611930019','2021-01-29 17:21:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22199,'1110','41611930019','2021-01-29 17:21:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22200,'1110','41611930019','2021-01-29 17:21:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22201,'5500','41611930019','2021-01-29 17:21:12',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22202,'1000','41611930019','2021-01-29 17:21:12',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22203,'4000','41611930019','2021-01-29 17:21:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22204,'4000','41611930019','2021-01-29 17:21:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22205,'4000','41611930019','2021-01-29 17:21:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22206,'4000','41611930019','2021-01-29 17:21:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22207,'4000','41611930019','2021-01-29 17:21:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22208,'4000','41611930019','2021-01-29 17:21:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22209,'1000','41611992138','2021-01-30 10:36:03',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22210,'4000','41611992138','2021-01-30 10:36:03',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22211,'1000','41611992169','2021-01-30 11:13:28',800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22212,'4000','41611992169','2021-01-30 11:13:28',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(22213,'4000','41611992169','2021-01-30 11:13:28',NULL,100.00,'','4','1','Good sold','1','','sales','110','','No',NULL,NULL,''),(22214,'1110','41611994444','2021-01-30 11:15:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22215,'5500','41611994444','2021-01-30 11:15:11',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22216,'1000','41611994444','2021-01-30 11:15:11',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22217,'4000','41611994444','2021-01-30 11:15:11',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22218,'1000','41611994521','2021-01-30 11:33:22',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22219,'4000','41611994521','2021-01-30 11:33:22',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(22220,'1110','41611996587','2021-01-30 12:57:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22221,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22222,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22223,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(22224,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(22225,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(22226,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','46','','No',NULL,NULL,''),(22227,'1110','41611996587','2021-01-30 12:57:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(22228,'5500','41611996587','2021-01-30 12:57:41',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22229,'1000','41611996587','2021-01-30 12:57:41',1070.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22230,'4000','41611996587','2021-01-30 12:57:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22231,'4000','41611996587','2021-01-30 12:57:41',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22232,'4000','41611996587','2021-01-30 12:57:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22233,'4000','41611996587','2021-01-30 12:57:41',NULL,20.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22234,'4000','41611996587','2021-01-30 12:57:41',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(22235,'4000','41611996587','2021-01-30 12:57:41',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(22236,'4000','41611996587','2021-01-30 12:57:41',NULL,240.00,'','4','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(22237,'4000','41611996587','2021-01-30 12:57:41',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22238,'1110','41612000667','2021-01-30 13:24:27',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22239,'1110','41612000667','2021-01-30 13:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22240,'1110','41612000667','2021-01-30 13:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22241,'1110','41612000667','2021-01-30 13:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22242,'1110','41612000667','2021-01-30 13:24:27',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22243,'1110','41612000667','2021-01-30 13:24:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22244,'5500','41612000667','2021-01-30 13:24:27',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22245,'1000','41612000667','2021-01-30 13:24:27',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22246,'4000','41612000667','2021-01-30 13:24:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22247,'4000','41612000667','2021-01-30 13:24:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22248,'4000','41612000667','2021-01-30 13:24:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22249,'4000','41612000667','2021-01-30 13:24:27',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22250,'4000','41612000667','2021-01-30 13:24:27',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22251,'4000','41612000667','2021-01-30 13:24:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22252,'1000','41612163586','2021-02-01 11:19:26',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22253,'4000','41612163586','2021-02-01 11:19:26',NULL,500.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(22254,'1100','41612167575','2021-02-01 11:20:36',1800.00,NULL,'','4','1','Good sold','1','26','sales','','','No',NULL,NULL,''),(22255,'4000','41612167575','2021-02-01 11:20:36',NULL,1800.00,'','4','1','Good sold','1','26','sales','147','','No',NULL,NULL,''),(22256,'1110','41612168596','2021-02-01 11:44:00',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22257,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22258,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22259,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22260,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22261,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22262,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22263,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(22264,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(22265,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(22266,'1110','41612168596','2021-02-01 11:44:00',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22267,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(22268,'1110','41612168596','2021-02-01 11:44:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22269,'5500','41612168596','2021-02-01 11:44:00',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22270,'1000','41612168596','2021-02-01 11:44:00',1130.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22271,'4000','41612168596','2021-02-01 11:44:00',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22272,'4000','41612168596','2021-02-01 11:44:00',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22273,'4000','41612168596','2021-02-01 11:44:00',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22274,'4000','41612168596','2021-02-01 11:44:00',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22275,'4000','41612168596','2021-02-01 11:44:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22276,'4000','41612168596','2021-02-01 11:44:00',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22277,'4000','41612168596','2021-02-01 11:44:00',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22278,'4000','41612168596','2021-02-01 11:44:00',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(22279,'4000','41612168596','2021-02-01 11:44:00',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(22280,'4000','41612168596','2021-02-01 11:44:00',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(22281,'4000','41612168596','2021-02-01 11:44:00',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22282,'4000','41612168596','2021-02-01 11:44:00',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22283,'4000','41612168596','2021-02-01 11:44:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22284,'1110','41612169050','2021-02-01 12:28:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22285,'1110','41612169050','2021-02-01 12:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(22286,'1110','41612169050','2021-02-01 12:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22287,'1110','41612169050','2021-02-01 12:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22288,'1110','41612169050','2021-02-01 12:28:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22289,'1110','41612169050','2021-02-01 12:28:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22290,'5500','41612169050','2021-02-01 12:28:39',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22291,'1000','41612169050','2021-02-01 12:28:39',660.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22292,'4000','41612169050','2021-02-01 12:28:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22293,'4000','41612169050','2021-02-01 12:28:39',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(22294,'4000','41612169050','2021-02-01 12:28:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22295,'4000','41612169050','2021-02-01 12:28:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22296,'4000','41612169050','2021-02-01 12:28:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22297,'4000','41612169050','2021-02-01 12:28:39',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22298,'1110','41612171799','2021-02-01 12:41:51',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22299,'1110','41612171799','2021-02-01 12:41:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22300,'1110','41612171799','2021-02-01 12:41:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22301,'1110','41612171799','2021-02-01 12:41:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22302,'1110','41612171799','2021-02-01 12:41:51',NULL,15.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22303,'1110','41612171799','2021-02-01 12:41:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22304,'5500','41612171799','2021-02-01 12:41:51',493.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22305,'1000','41612171799','2021-02-01 12:41:51',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22306,'4000','41612171799','2021-02-01 12:41:51',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22307,'4000','41612171799','2021-02-01 12:41:51',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22308,'4000','41612171799','2021-02-01 12:41:51',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22309,'4000','41612171799','2021-02-01 12:41:51',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22310,'4000','41612171799','2021-02-01 12:41:51',NULL,150.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22311,'4000','41612171799','2021-02-01 12:41:51',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22312,'1110','41612179125','2021-02-01 14:33:33',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22313,'1110','41612179125','2021-02-01 14:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(22314,'1110','41612179125','2021-02-01 14:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22315,'1110','41612179125','2021-02-01 14:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(22316,'1110','41612179125','2021-02-01 14:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(22317,'1110','41612179125','2021-02-01 14:33:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22318,'5500','41612179125','2021-02-01 14:33:33',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22319,'1000','41612179125','2021-02-01 14:33:33',1860.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22320,'4000','41612179125','2021-02-01 14:33:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22321,'4000','41612179125','2021-02-01 14:33:33',NULL,440.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(22322,'4000','41612179125','2021-02-01 14:33:33',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22323,'4000','41612179125','2021-02-01 14:33:33',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(22324,'4000','41612179125','2021-02-01 14:33:33',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(22325,'4000','41612179125','2021-02-01 14:33:33',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22326,'1110','41612179365','2021-02-01 14:38:28',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22327,'1110','41612179365','2021-02-01 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22328,'1110','41612179365','2021-02-01 14:38:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22329,'5500','41612179365','2021-02-01 14:38:28',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22330,'1000','41612179365','2021-02-01 14:38:28',490.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22331,'4000','41612179365','2021-02-01 14:38:28',NULL,340.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22332,'4000','41612179365','2021-02-01 14:38:28',NULL,130.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22333,'4000','41612179365','2021-02-01 14:38:28',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22334,'1110','41612179606','2021-02-01 14:58:41',NULL,3192.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22335,'1110','41612179606','2021-02-01 14:58:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(22336,'1110','41612179606','2021-02-01 14:58:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(22337,'1110','41612179606','2021-02-01 14:58:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(22338,'1110','41612179606','2021-02-01 14:58:41',NULL,2000.00,'','4','1','Inventory sold','1','','sales','37','','No',NULL,NULL,''),(22339,'5500','41612179606','2021-02-01 14:58:41',5192.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22340,'1000','41612179606','2021-02-01 14:58:41',16230.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22341,'4000','41612179606','2021-02-01 14:58:41',NULL,6000.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22342,'4000','41612179606','2021-02-01 14:58:41',NULL,5000.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(22343,'4000','41612179606','2021-02-01 14:58:41',NULL,1200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(22344,'4000','41612179606','2021-02-01 14:58:41',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22345,'4000','41612179606','2021-02-01 14:58:41',NULL,4000.00,'','4','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(22346,'1110','41612180737','2021-02-01 15:21:25',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22347,'1110','41612180737','2021-02-01 15:21:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22348,'1110','41612180737','2021-02-01 15:21:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22349,'1110','41612180737','2021-02-01 15:21:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22350,'1110','41612180737','2021-02-01 15:21:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22351,'1110','41612180737','2021-02-01 15:21:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22352,'5500','41612180737','2021-02-01 15:21:25',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22353,'1000','41612180737','2021-02-01 15:21:25',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22354,'4000','41612180737','2021-02-01 15:21:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22355,'4000','41612180737','2021-02-01 15:21:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22356,'4000','41612180737','2021-02-01 15:21:25',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22357,'4000','41612180737','2021-02-01 15:21:25',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22358,'4000','41612180737','2021-02-01 15:21:25',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22359,'4000','41612180737','2021-02-01 15:21:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22360,'1000','41612182090','2021-02-01 15:22:11',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22361,'4000','41612182090','2021-02-01 15:22:11',NULL,150.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(22362,'1000','41612182145','2021-02-01 15:29:23',340.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22363,'4000','41612182145','2021-02-01 15:29:23',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22364,'4000','41612182145','2021-02-01 15:29:23',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22365,'4000','41612182145','2021-02-01 15:29:23',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22366,'4000','41612182145','2021-02-01 15:29:23',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22367,'4000','41612182145','2021-02-01 15:29:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22368,'1110','41612245381','2021-02-02 08:58:33',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22369,'1110','41612245381','2021-02-02 08:58:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22370,'1110','41612245381','2021-02-02 08:58:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22371,'1110','41612245381','2021-02-02 08:58:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22372,'1110','41612245381','2021-02-02 08:58:33',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22373,'1110','41612245381','2021-02-02 08:58:33',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22374,'5500','41612245381','2021-02-02 08:58:33',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22375,'1000','41612245381','2021-02-02 08:58:33',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22376,'4000','41612245381','2021-02-02 08:58:33',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22377,'4000','41612245381','2021-02-02 08:58:33',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22378,'4000','41612245381','2021-02-02 08:58:33',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22379,'4000','41612245381','2021-02-02 08:58:33',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22380,'4000','41612245381','2021-02-02 08:58:33',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22381,'4000','41612245381','2021-02-02 08:58:33',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22382,'1000','41612246141','2021-02-02 10:02:47',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22383,'4000','41612246141','2021-02-02 10:02:47',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(22384,'4000','41612246141','2021-02-02 10:02:47',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(22385,'4000','41612246141','2021-02-02 10:02:47',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(22386,'1110','41612249382','2021-02-02 10:20:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22387,'1110','41612249382','2021-02-02 10:20:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22388,'1110','41612249382','2021-02-02 10:20:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22389,'1110','41612249382','2021-02-02 10:20:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(22390,'1110','41612249382','2021-02-02 10:20:32',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22391,'1110','41612249382','2021-02-02 10:20:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22392,'5500','41612249382','2021-02-02 10:20:32',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22393,'1000','41612249382','2021-02-02 10:20:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22394,'4000','41612249382','2021-02-02 10:20:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22395,'4000','41612249382','2021-02-02 10:20:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22396,'4000','41612249382','2021-02-02 10:20:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22397,'4000','41612249382','2021-02-02 10:20:32',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(22398,'4000','41612249382','2021-02-02 10:20:32',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22399,'4000','41612249382','2021-02-02 10:20:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22400,'1000','41612250458','2021-02-02 10:21:08',90.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22401,'4000','41612250458','2021-02-02 10:21:08',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22402,'1110','41612250474','2021-02-02 10:26:25',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22403,'1110','41612250474','2021-02-02 10:26:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22404,'1110','41612250474','2021-02-02 10:26:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22405,'1110','41612250474','2021-02-02 10:26:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22406,'1110','41612250474','2021-02-02 10:26:25',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22407,'1110','41612250474','2021-02-02 10:26:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22408,'5500','41612250474','2021-02-02 10:26:25',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22409,'1000','41612250474','2021-02-02 10:26:25',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22410,'4000','41612250474','2021-02-02 10:26:25',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22411,'4000','41612250474','2021-02-02 10:26:25',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22412,'4000','41612250474','2021-02-02 10:26:25',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22413,'4000','41612250474','2021-02-02 10:26:25',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22414,'4000','41612250474','2021-02-02 10:26:25',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22415,'4000','41612250474','2021-02-02 10:26:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22416,'1110','41612250791','2021-02-02 10:32:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22417,'1110','41612250791','2021-02-02 10:32:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22418,'1110','41612250791','2021-02-02 10:32:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22419,'1110','41612250791','2021-02-02 10:32:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(22420,'1110','41612250791','2021-02-02 10:32:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(22421,'5500','41612250791','2021-02-02 10:32:03',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22422,'1000','41612250791','2021-02-02 10:32:03',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22423,'4000','41612250791','2021-02-02 10:32:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22424,'4000','41612250791','2021-02-02 10:32:03',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22425,'4000','41612250791','2021-02-02 10:32:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22426,'4000','41612250791','2021-02-02 10:32:03',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(22427,'4000','41612250791','2021-02-02 10:32:03',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(22428,'1110','41612251130','2021-02-02 11:05:35',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22429,'1110','41612251130','2021-02-02 11:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22430,'1110','41612251130','2021-02-02 11:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22431,'1110','41612251130','2021-02-02 11:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22432,'1110','41612251130','2021-02-02 11:05:35',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22433,'1110','41612251130','2021-02-02 11:05:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22434,'5500','41612251130','2021-02-02 11:05:35',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22435,'1000','41612251130','2021-02-02 11:05:35',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22436,'4000','41612251130','2021-02-02 11:05:35',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22437,'4000','41612251130','2021-02-02 11:05:35',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22438,'4000','41612251130','2021-02-02 11:05:35',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22439,'4000','41612251130','2021-02-02 11:05:35',NULL,40.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22440,'4000','41612251130','2021-02-02 11:05:35',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22441,'4000','41612251130','2021-02-02 11:05:35',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22442,'1000','41612253141','2021-02-02 11:08:50',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22443,'4000','41612253141','2021-02-02 11:08:50',NULL,500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(22444,'1000','41612253336','2021-02-02 11:35:57',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22445,'4000','41612253336','2021-02-02 11:35:57',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(22446,'4000','41612253336','2021-02-02 11:35:57',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(22447,'4000','41612253336','2021-02-02 11:35:57',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(22448,'1000','41612257014','2021-02-02 12:10:56',2000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22449,'4000','41612257014','2021-02-02 12:10:56',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(22450,'1000','41612257067','2021-02-02 12:26:04',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22451,'4000','41612257067','2021-02-02 12:26:04',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22452,'1110','41612258028','2021-02-02 12:50:26',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22453,'1110','41612258028','2021-02-02 12:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22454,'1110','41612258028','2021-02-02 12:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22455,'1110','41612258028','2021-02-02 12:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22456,'1110','41612258028','2021-02-02 12:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22457,'1110','41612258028','2021-02-02 12:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(22458,'5500','41612258028','2021-02-02 12:50:26',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22459,'1000','41612258028','2021-02-02 12:50:26',1360.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22460,'4000','41612258028','2021-02-02 12:50:26',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22461,'4000','41612258028','2021-02-02 12:50:26',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22462,'4000','41612258028','2021-02-02 12:50:26',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22463,'4000','41612258028','2021-02-02 12:50:26',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22464,'4000','41612258028','2021-02-02 12:50:26',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22465,'4000','41612258028','2021-02-02 12:50:26',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22466,'1110','41612259447','2021-02-02 13:18:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22467,'1110','41612259447','2021-02-02 13:18:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22468,'1110','41612259447','2021-02-02 13:18:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22469,'1110','41612259447','2021-02-02 13:18:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22470,'1110','41612259447','2021-02-02 13:18:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22471,'1110','41612259447','2021-02-02 13:18:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22472,'5500','41612259447','2021-02-02 13:18:15',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22473,'1000','41612259447','2021-02-02 13:18:15',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22474,'4000','41612259447','2021-02-02 13:18:15',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22475,'4000','41612259447','2021-02-02 13:18:15',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22476,'4000','41612259447','2021-02-02 13:18:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22477,'4000','41612259447','2021-02-02 13:18:15',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22478,'4000','41612259447','2021-02-02 13:18:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22479,'4000','41612259447','2021-02-02 13:18:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22480,'1000','41612261136','2021-02-02 13:19:28',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22481,'4000','41612261136','2021-02-02 13:19:28',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22482,'1000','41612261189','2021-02-02 13:53:19',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22483,'4000','41612261189','2021-02-02 13:53:19',NULL,400.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(22484,'1110','41612263500','2021-02-02 14:02:37',NULL,4.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(22485,'5500','41612263500','2021-02-02 14:02:37',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22486,'1000','41612263500','2021-02-02 14:02:37',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22487,'4000','41612263500','2021-02-02 14:02:37',NULL,600.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(22488,'1110','41612263765','2021-02-02 14:16:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22489,'1110','41612263765','2021-02-02 14:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22490,'1110','41612263765','2021-02-02 14:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22491,'1110','41612263765','2021-02-02 14:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22492,'1110','41612263765','2021-02-02 14:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(22493,'1110','41612263765','2021-02-02 14:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22494,'5500','41612263765','2021-02-02 14:16:59',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22495,'1000','41612263765','2021-02-02 14:16:59',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22496,'4000','41612263765','2021-02-02 14:16:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22497,'4000','41612263765','2021-02-02 14:16:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22498,'4000','41612263765','2021-02-02 14:16:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22499,'4000','41612263765','2021-02-02 14:16:59',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22500,'4000','41612263765','2021-02-02 14:16:59',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22501,'4000','41612263765','2021-02-02 14:16:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22502,'1110','41612264734','2021-02-02 14:21:14',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22503,'1110','41612264734','2021-02-02 14:21:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22504,'1110','41612264734','2021-02-02 14:21:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22505,'1110','41612264734','2021-02-02 14:21:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22506,'1110','41612264734','2021-02-02 14:21:14',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22507,'1110','41612264734','2021-02-02 14:21:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22508,'5500','41612264734','2021-02-02 14:21:14',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22509,'1000','41612264734','2021-02-02 14:21:14',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22510,'4000','41612264734','2021-02-02 14:21:14',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22511,'4000','41612264734','2021-02-02 14:21:14',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22512,'4000','41612264734','2021-02-02 14:21:14',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22513,'4000','41612264734','2021-02-02 14:21:14',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22514,'4000','41612264734','2021-02-02 14:21:14',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22515,'4000','41612264734','2021-02-02 14:21:14',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22516,'1110','41612266978','2021-02-02 15:48:35',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22517,'1110','41612266978','2021-02-02 15:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22518,'1110','41612266978','2021-02-02 15:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22519,'1110','41612266978','2021-02-02 15:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22520,'1110','41612266978','2021-02-02 15:48:35',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22521,'1110','41612266978','2021-02-02 15:48:35',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22522,'5500','41612266978','2021-02-02 15:48:35',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22523,'1000','41612266978','2021-02-02 15:48:35',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22524,'4000','41612266978','2021-02-02 15:48:35',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22525,'4000','41612266978','2021-02-02 15:48:35',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22526,'4000','41612266978','2021-02-02 15:48:35',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22527,'4000','41612266978','2021-02-02 15:48:35',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22528,'4000','41612266978','2021-02-02 15:48:35',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22529,'4000','41612266978','2021-02-02 15:48:35',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22530,'1000','41612270284','2021-02-02 15:53:49',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22531,'4000','41612270284','2021-02-02 15:53:49',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22532,'4000','41612270284','2021-02-02 15:53:49',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22533,'4000','41612270284','2021-02-02 15:53:49',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22534,'4000','41612270284','2021-02-02 15:53:49',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22535,'4000','41612270284','2021-02-02 15:53:49',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22536,'4000','41612270284','2021-02-02 15:53:49',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(22537,'4000','41612270284','2021-02-02 15:53:49',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(22538,'4000','41612270284','2021-02-02 15:53:49',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(22539,'1000','41612270436','2021-02-02 15:54:52',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22540,'4000','41612270436','2021-02-02 15:54:52',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(22541,'1000','41612270513','2021-02-02 16:14:32',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22542,'4000','41612270513','2021-02-02 16:14:32',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(22543,'1110','41612271682','2021-02-02 16:42:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22544,'1110','41612271682','2021-02-02 16:42:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22545,'1110','41612271682','2021-02-02 16:42:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22546,'1110','41612271682','2021-02-02 16:42:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22547,'1110','41612271682','2021-02-02 16:42:52',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22548,'1110','41612271682','2021-02-02 16:42:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22549,'5500','41612271682','2021-02-02 16:42:52',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22550,'1000','41612271682','2021-02-02 16:42:52',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22551,'4000','41612271682','2021-02-02 16:42:52',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22552,'4000','41612271682','2021-02-02 16:42:52',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22553,'4000','41612271682','2021-02-02 16:42:52',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22554,'4000','41612271682','2021-02-02 16:42:52',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22555,'4000','41612271682','2021-02-02 16:42:52',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22556,'4000','41612271682','2021-02-02 16:42:52',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22557,'1000','41612332917','2021-02-03 09:20:27',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22558,'4000','41612332917','2021-02-03 09:20:27',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(22559,'1000','41612334288','2021-02-03 09:40:22',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22560,'4000','41612334288','2021-02-03 09:40:22',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22561,'4000','41612334288','2021-02-03 09:40:22',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22562,'4000','41612334288','2021-02-03 09:40:22',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22563,'4000','41612334288','2021-02-03 09:40:22',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22564,'4000','41612334288','2021-02-03 09:40:22',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22565,'4000','41612334288','2021-02-03 09:40:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22566,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22567,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22568,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22569,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(22570,'1110','41612334440','2021-02-03 10:12:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22571,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(22572,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(22573,'1110','41612334440','2021-02-03 10:12:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(22574,'5500','41612334440','2021-02-03 10:12:30',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22575,'1000','41612334440','2021-02-03 10:12:30',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22576,'4000','41612334440','2021-02-03 10:12:30',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22577,'4000','41612334440','2021-02-03 10:12:30',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22578,'4000','41612334440','2021-02-03 10:12:30',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22579,'4000','41612334440','2021-02-03 10:12:30',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22580,'4000','41612334440','2021-02-03 10:12:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22581,'4000','41612334440','2021-02-03 10:12:30',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22582,'4000','41612334440','2021-02-03 10:12:30',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(22583,'4000','41612334440','2021-02-03 10:12:30',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(22584,'1000','41612336356','2021-02-03 10:28:57',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22585,'4000','41612336356','2021-02-03 10:28:57',NULL,140.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22586,'4000','41612336356','2021-02-03 10:28:57',NULL,60.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22587,'4000','41612336356','2021-02-03 10:28:57',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22588,'4000','41612336356','2021-02-03 10:28:57',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22589,'4000','41612336356','2021-02-03 10:28:57',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22590,'4000','41612336356','2021-02-03 10:28:57',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22591,'1000','41612337352','2021-02-03 10:30:30',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22592,'4000','41612337352','2021-02-03 10:30:30',NULL,2300.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(22593,'1110','41612337464','2021-02-03 10:51:34',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22594,'1110','41612337464','2021-02-03 10:51:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22595,'1110','41612337464','2021-02-03 10:51:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22596,'1110','41612337464','2021-02-03 10:51:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22597,'1110','41612337464','2021-02-03 10:51:34',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22598,'1110','41612337464','2021-02-03 10:51:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22599,'5500','41612337464','2021-02-03 10:51:34',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22600,'1000','41612337464','2021-02-03 10:51:34',1620.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22601,'4000','41612337464','2021-02-03 10:51:34',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22602,'4000','41612337464','2021-02-03 10:51:34',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22603,'4000','41612337464','2021-02-03 10:51:34',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22604,'4000','41612337464','2021-02-03 10:51:34',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22605,'4000','41612337464','2021-02-03 10:51:34',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22606,'4000','41612337464','2021-02-03 10:51:34',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22607,'1110','41612340890','2021-02-03 11:42:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22608,'1110','41612340890','2021-02-03 11:42:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22609,'1110','41612340890','2021-02-03 11:42:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22610,'1110','41612340890','2021-02-03 11:42:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22611,'1110','41612340890','2021-02-03 11:42:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(22612,'1110','41612340890','2021-02-03 11:42:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22613,'1110','41612340890','2021-02-03 11:42:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(22614,'5500','41612340890','2021-02-03 11:42:36',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22615,'1000','41612340890','2021-02-03 11:42:36',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22616,'4000','41612340890','2021-02-03 11:42:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22617,'4000','41612340890','2021-02-03 11:42:36',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22618,'4000','41612340890','2021-02-03 11:42:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22619,'4000','41612340890','2021-02-03 11:42:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22620,'4000','41612340890','2021-02-03 11:42:36',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(22621,'4000','41612340890','2021-02-03 11:42:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22622,'4000','41612340890','2021-02-03 11:42:36',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22623,'1110','41612341765','2021-02-03 12:03:52',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22624,'1110','41612341765','2021-02-03 12:03:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22625,'1110','41612341765','2021-02-03 12:03:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22626,'1110','41612341765','2021-02-03 12:03:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22627,'1110','41612341765','2021-02-03 12:03:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(22628,'1110','41612341765','2021-02-03 12:03:52',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22629,'5500','41612341765','2021-02-03 12:03:52',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22630,'1000','41612341765','2021-02-03 12:03:52',1100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22631,'4000','41612341765','2021-02-03 12:03:52',NULL,620.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22632,'4000','41612341765','2021-02-03 12:03:52',NULL,150.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22633,'4000','41612341765','2021-02-03 12:03:52',NULL,210.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22634,'4000','41612341765','2021-02-03 12:03:52',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22635,'4000','41612341765','2021-02-03 12:03:52',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(22636,'4000','41612341765','2021-02-03 12:03:52',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22637,'1110','41612343039','2021-02-03 12:13:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22638,'1110','41612343039','2021-02-03 12:13:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22639,'1110','41612343039','2021-02-03 12:13:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22640,'1110','41612343039','2021-02-03 12:13:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22641,'1110','41612343039','2021-02-03 12:13:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22642,'1110','41612343039','2021-02-03 12:13:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22643,'5500','41612343039','2021-02-03 12:13:31',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22644,'1000','41612343039','2021-02-03 12:13:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22645,'4000','41612343039','2021-02-03 12:13:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22646,'4000','41612343039','2021-02-03 12:13:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22647,'4000','41612343039','2021-02-03 12:13:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22648,'4000','41612343039','2021-02-03 12:13:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22649,'4000','41612343039','2021-02-03 12:13:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22650,'4000','41612343039','2021-02-03 12:13:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22651,'1000','41612343624','2021-02-03 12:22:00',260.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22652,'4000','41612343624','2021-02-03 12:22:00',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22653,'4000','41612343624','2021-02-03 12:22:00',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22654,'4000','41612343624','2021-02-03 12:22:00',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22655,'1110','41612344130','2021-02-03 12:29:18',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22656,'1110','41612344130','2021-02-03 12:29:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22657,'1110','41612344130','2021-02-03 12:29:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22658,'1110','41612344130','2021-02-03 12:29:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22659,'1110','41612344130','2021-02-03 12:29:18',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22660,'1110','41612344130','2021-02-03 12:29:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22661,'5500','41612344130','2021-02-03 12:29:18',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22662,'1000','41612344130','2021-02-03 12:29:18',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22663,'4000','41612344130','2021-02-03 12:29:18',NULL,600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22664,'4000','41612344130','2021-02-03 12:29:18',NULL,200.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22665,'4000','41612344130','2021-02-03 12:29:18',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22666,'4000','41612344130','2021-02-03 12:29:18',NULL,40.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22667,'4000','41612344130','2021-02-03 12:29:18',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22668,'4000','41612344130','2021-02-03 12:29:18',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22669,'1110','41612344568','2021-02-03 12:35:46',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22670,'1110','41612344568','2021-02-03 12:35:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22671,'1110','41612344568','2021-02-03 12:35:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22672,'1110','41612344568','2021-02-03 12:35:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22673,'1110','41612344568','2021-02-03 12:35:46',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22674,'1110','41612344568','2021-02-03 12:35:46',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22675,'5500','41612344568','2021-02-03 12:35:46',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22676,'1000','41612344568','2021-02-03 12:35:46',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22677,'4000','41612344568','2021-02-03 12:35:46',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22678,'4000','41612344568','2021-02-03 12:35:46',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22679,'4000','41612344568','2021-02-03 12:35:46',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22680,'4000','41612344568','2021-02-03 12:35:46',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22681,'4000','41612344568','2021-02-03 12:35:46',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22682,'4000','41612344568','2021-02-03 12:35:46',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22683,'1000','41612344956','2021-02-03 12:39:29',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22684,'4000','41612344956','2021-02-03 12:39:29',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22685,'4000','41612344956','2021-02-03 12:39:29',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22686,'4000','41612344956','2021-02-03 12:39:29',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22687,'4000','41612344956','2021-02-03 12:39:29',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(22688,'4000','41612344956','2021-02-03 12:39:29',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(22689,'4000','41612344956','2021-02-03 12:39:29',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22690,'1110','41612345177','2021-02-03 12:45:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22691,'1110','41612345177','2021-02-03 12:45:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22692,'1110','41612345177','2021-02-03 12:45:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22693,'1110','41612345177','2021-02-03 12:45:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22694,'1110','41612345177','2021-02-03 12:45:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22695,'5500','41612345177','2021-02-03 12:45:51',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22696,'1000','41612345177','2021-02-03 12:45:51',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22697,'4000','41612345177','2021-02-03 12:45:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22698,'4000','41612345177','2021-02-03 12:45:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22699,'4000','41612345177','2021-02-03 12:45:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22700,'4000','41612345177','2021-02-03 12:45:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22701,'4000','41612345177','2021-02-03 12:45:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22702,'1110','41612345563','2021-02-03 13:25:11',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22703,'1110','41612345563','2021-02-03 13:25:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22704,'1110','41612345563','2021-02-03 13:25:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22705,'1110','41612345563','2021-02-03 13:25:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22706,'1110','41612345563','2021-02-03 13:25:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22707,'1110','41612345563','2021-02-03 13:25:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22708,'5500','41612345563','2021-02-03 13:25:11',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22709,'1000','41612345563','2021-02-03 13:25:11',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22710,'4000','41612345563','2021-02-03 13:25:11',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22711,'4000','41612345563','2021-02-03 13:25:11',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22712,'4000','41612345563','2021-02-03 13:25:11',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22713,'4000','41612345563','2021-02-03 13:25:11',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22714,'4000','41612345563','2021-02-03 13:25:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22715,'4000','41612345563','2021-02-03 13:25:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22716,'1000','41612347946','2021-02-03 13:49:15',240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22717,'4000','41612347946','2021-02-03 13:49:15',NULL,240.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(22718,'1110','41612349375','2021-02-03 15:44:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22719,'1110','41612349375','2021-02-03 15:44:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22720,'1110','41612349375','2021-02-03 15:44:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22721,'1110','41612349375','2021-02-03 15:44:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22722,'1110','41612349375','2021-02-03 15:44:04',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22723,'1110','41612349375','2021-02-03 15:44:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22724,'5500','41612349375','2021-02-03 15:44:04',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22725,'1000','41612349375','2021-02-03 15:44:04',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22726,'4000','41612349375','2021-02-03 15:44:04',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22727,'4000','41612349375','2021-02-03 15:44:04',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22728,'4000','41612349375','2021-02-03 15:44:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22729,'4000','41612349375','2021-02-03 15:44:04',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22730,'4000','41612349375','2021-02-03 15:44:04',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22731,'4000','41612349375','2021-02-03 15:44:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22732,'1000','41612356254','2021-02-03 15:48:19',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22733,'4000','41612356254','2021-02-03 15:48:19',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(22734,'1110','41612358616','2021-02-03 16:37:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22735,'1110','41612358616','2021-02-03 16:37:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22736,'1110','41612358616','2021-02-03 16:37:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22737,'1110','41612358616','2021-02-03 16:37:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22738,'1110','41612358616','2021-02-03 16:37:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22739,'1110','41612358616','2021-02-03 16:37:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22740,'5500','41612358616','2021-02-03 16:37:41',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22741,'1000','41612358616','2021-02-03 16:37:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22742,'4000','41612358616','2021-02-03 16:37:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22743,'4000','41612358616','2021-02-03 16:37:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22744,'4000','41612358616','2021-02-03 16:37:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22745,'4000','41612358616','2021-02-03 16:37:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22746,'4000','41612358616','2021-02-03 16:37:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22747,'4000','41612358616','2021-02-03 16:37:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22748,'1000','41612361530','2021-02-03 17:12:35',450.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22749,'4000','41612361530','2021-02-03 17:12:35',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(22750,'4000','41612361530','2021-02-03 17:12:35',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(22751,'4000','41612361530','2021-02-03 17:12:35',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(22752,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22753,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22754,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22755,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(22756,'1110','41612361712','2021-02-03 17:41:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22757,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(22758,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(22759,'1110','41612361712','2021-02-03 17:41:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(22760,'5500','41612361712','2021-02-03 17:41:17',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22761,'1000','41612361712','2021-02-03 17:41:17',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22762,'4000','41612361712','2021-02-03 17:41:17',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22763,'4000','41612361712','2021-02-03 17:41:17',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22764,'4000','41612361712','2021-02-03 17:41:17',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22765,'4000','41612361712','2021-02-03 17:41:17',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22766,'4000','41612361712','2021-02-03 17:41:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22767,'4000','41612361712','2021-02-03 17:41:17',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(22768,'4000','41612361712','2021-02-03 17:41:17',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(22769,'4000','41612361712','2021-02-03 17:41:17',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(22770,'1000','41612421273','2021-02-04 09:48:21',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22771,'4000','41612421273','2021-02-04 09:48:21',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(22772,'1110','41612430358','2021-02-03 12:21:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22773,'1110','41612430358','2021-02-03 12:21:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(22774,'1110','41612430358','2021-02-03 12:21:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22775,'1110','41612430358','2021-02-03 12:21:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(22776,'1110','41612430358','2021-02-03 12:21:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(22777,'1110','41612430358','2021-02-03 12:21:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(22778,'1110','41612430358','2021-02-03 12:21:29',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22779,'5500','41612430358','2021-02-03 12:21:29',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22780,'1000','41612430358','2021-02-03 12:21:29',700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22781,'4000','41612430358','2021-02-03 12:21:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22782,'4000','41612430358','2021-02-03 12:21:29',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22783,'4000','41612430358','2021-02-03 12:21:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22784,'4000','41612430358','2021-02-03 12:21:29',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22785,'4000','41612430358','2021-02-03 12:21:29',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(22786,'4000','41612430358','2021-02-03 12:21:29',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(22787,'4000','41612430358','2021-02-03 12:21:29',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22788,'1110','41612430517','2021-02-04 12:40:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22789,'1110','41612430517','2021-02-04 12:40:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22790,'1110','41612430517','2021-02-04 12:40:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22791,'1110','41612430517','2021-02-04 12:40:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22792,'5500','41612430517','2021-02-04 12:40:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22793,'1000','41612430517','2021-02-04 12:40:18',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22794,'4000','41612430517','2021-02-04 12:40:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22795,'4000','41612430517','2021-02-04 12:40:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22796,'4000','41612430517','2021-02-04 12:40:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22797,'4000','41612430517','2021-02-04 12:40:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22798,'1000','41612431632','2021-02-04 12:40:41',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22799,'4000','41612431632','2021-02-04 12:40:41',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22800,'1000','41612431648','2021-02-04 12:41:37',20.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22801,'4000','41612431648','2021-02-04 12:41:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22802,'1000','41612431704','2021-02-04 12:47:09',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22803,'4000','41612431704','2021-02-04 12:47:09',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22804,'1000','41612432039','2021-02-04 13:25:24',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22805,'4000','41612432039','2021-02-04 13:25:24',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(22806,'4000','41612432039','2021-02-04 13:25:24',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22807,'4000','41612432039','2021-02-04 13:25:24',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22808,'4000','41612432039','2021-02-04 13:25:24',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(22809,'4000','41612432039','2021-02-04 13:25:24',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(22810,'4000','41612432039','2021-02-04 13:25:24',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(22811,'4000','41612431704','2021-02-04 13:44:39',300.00,NULL,'','7','1','Returned products','1','','return','','','No',NULL,NULL,''),(22812,'1000','41612431704','2021-02-04 13:44:39',NULL,300.00,'','7','1','Returned products','1','','return','','','No',NULL,NULL,''),(22813,'5500','41612431704','2021-02-04 13:44:39',NULL,0.00,'','7','1','Cost of goods returned','1','','sales','161','','No',NULL,NULL,''),(22814,'1110','41612431704','2021-02-04 13:44:39',0.00,NULL,'','7','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(22815,'1110','41612434343','2021-02-04 13:56:40',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22816,'1110','41612434343','2021-02-04 13:56:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22817,'1110','41612434343','2021-02-04 13:56:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22818,'1110','41612434343','2021-02-04 13:56:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(22819,'1110','41612434343','2021-02-04 13:56:40',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22820,'1110','41612434343','2021-02-04 13:56:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22821,'5500','41612434343','2021-02-04 13:56:40',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22822,'1000','41612434343','2021-02-04 13:56:40',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22823,'4000','41612434343','2021-02-04 13:56:40',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22824,'4000','41612434343','2021-02-04 13:56:40',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22825,'4000','41612434343','2021-02-04 13:56:40',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22826,'4000','41612434343','2021-02-04 13:56:40',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(22827,'4000','41612434343','2021-02-04 13:56:40',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22828,'4000','41612434343','2021-02-04 13:56:40',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22829,'1110','41612436255','2021-02-04 13:59:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22830,'5500','41612436255','2021-02-04 13:59:56',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22831,'1000','41612436255','2021-02-04 13:59:56',320.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22832,'4000','41612436255','2021-02-04 13:59:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22833,'1110','41612436403','2021-02-04 14:37:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22834,'1110','41612436403','2021-02-04 14:37:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22835,'1110','41612436403','2021-02-04 14:37:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22836,'1110','41612436403','2021-02-04 14:37:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22837,'1110','41612436403','2021-02-04 14:37:16',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22838,'1110','41612436403','2021-02-04 14:37:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22839,'5500','41612436403','2021-02-04 14:37:16',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22840,'1000','41612436403','2021-02-04 14:37:16',350.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22841,'4000','41612436403','2021-02-04 14:37:16',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22842,'4000','41612436403','2021-02-04 14:37:16',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22843,'4000','41612436403','2021-02-04 14:37:16',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22844,'4000','41612436403','2021-02-04 14:37:16',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22845,'4000','41612436403','2021-02-04 14:37:16',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22846,'4000','41612436403','2021-02-04 14:37:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22847,'1000','41612438766','2021-02-04 14:43:41',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22848,'4000','41612438766','2021-02-04 14:43:41',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22849,'1000','41612439099','2021-02-04 15:37:50',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22850,'4000','41612439099','2021-02-04 15:37:50',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22851,'4000','41612439099','2021-02-04 15:37:50',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22852,'4000','41612439099','2021-02-04 15:37:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22853,'4000','41612439099','2021-02-04 15:37:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22854,'4000','41612439099','2021-02-04 15:37:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22855,'1000','41612442276','2021-02-04 15:58:56',30000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22856,'4000','41612442276','2021-02-04 15:58:56',NULL,30000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(22857,'1000','41612446473','2021-02-04 16:48:28',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22858,'4000','41612446473','2021-02-04 16:48:28',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(22859,'1000','41612447169','2021-02-04 17:02:34',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22860,'4000','41612447169','2021-02-04 17:02:34',NULL,300.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(22861,'4000','41612447169','2021-02-04 17:02:34',NULL,300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(22862,'1000','41612447366','2021-02-04 17:08:37',30.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22863,'4000','41612447366','2021-02-04 17:08:37',NULL,30.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22864,'1110','41612447726','2021-02-04 17:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22865,'1110','41612447726','2021-02-04 17:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22866,'1110','41612447726','2021-02-04 17:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22867,'1110','41612447726','2021-02-04 17:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(22868,'1110','41612447726','2021-02-04 17:13:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22869,'1110','41612447726','2021-02-04 17:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22870,'5500','41612447726','2021-02-04 17:13:08',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22871,'1000','41612447726','2021-02-04 17:13:08',820.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22872,'4000','41612447726','2021-02-04 17:13:08',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22873,'4000','41612447726','2021-02-04 17:13:08',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22874,'4000','41612447726','2021-02-04 17:13:08',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22875,'4000','41612447726','2021-02-04 17:13:08',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(22876,'4000','41612447726','2021-02-04 17:13:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22877,'4000','41612447726','2021-02-04 17:13:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22878,'1110','41612505775','2021-02-05 10:32:07',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22879,'1110','41612505775','2021-02-05 10:32:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22880,'1110','41612505775','2021-02-05 10:32:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22881,'1110','41612505775','2021-02-05 10:32:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22882,'1110','41612505775','2021-02-05 10:32:07',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22883,'1110','41612505775','2021-02-05 10:32:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22884,'5500','41612505775','2021-02-05 10:32:07',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22885,'1000','41612505775','2021-02-05 10:32:07',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22886,'4000','41612505775','2021-02-05 10:32:07',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22887,'4000','41612505775','2021-02-05 10:32:07',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22888,'4000','41612505775','2021-02-05 10:32:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22889,'4000','41612505775','2021-02-05 10:32:07',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22890,'4000','41612505775','2021-02-05 10:32:07',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22891,'4000','41612505775','2021-02-05 10:32:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22892,'1110','41612510343','2021-02-05 11:52:41',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22893,'1110','41612510343','2021-02-05 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22894,'1110','41612510343','2021-02-05 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22895,'1110','41612510343','2021-02-05 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22896,'1110','41612510343','2021-02-05 11:52:41',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22897,'1110','41612510343','2021-02-05 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22898,'5500','41612510343','2021-02-05 11:52:41',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22899,'1000','41612510343','2021-02-05 11:52:41',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22900,'4000','41612510343','2021-02-05 11:52:41',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22901,'4000','41612510343','2021-02-05 11:52:41',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22902,'4000','41612510343','2021-02-05 11:52:41',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22903,'4000','41612510343','2021-02-05 11:52:41',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22904,'4000','41612510343','2021-02-05 11:52:41',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22905,'4000','41612510343','2021-02-05 11:52:41',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22906,'1110','41612515170','2021-02-05 15:22:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22907,'1110','41612515170','2021-02-05 15:22:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22908,'1110','41612515170','2021-02-05 15:22:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22909,'1110','41612515170','2021-02-05 15:22:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22910,'1110','41612515170','2021-02-05 15:22:10',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22911,'1110','41612515170','2021-02-05 15:22:10',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22912,'5500','41612515170','2021-02-05 15:22:10',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22913,'1000','41612515170','2021-02-05 15:22:10',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22914,'4000','41612515170','2021-02-05 15:22:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22915,'4000','41612515170','2021-02-05 15:22:10',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22916,'4000','41612515170','2021-02-05 15:22:10',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22917,'4000','41612515170','2021-02-05 15:22:10',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22918,'4000','41612515170','2021-02-05 15:22:10',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22919,'4000','41612515170','2021-02-05 15:22:10',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22920,'1000','41612528043','2021-02-05 16:02:50',19000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22921,'4000','41612528043','2021-02-05 16:02:50',NULL,3000.00,'','4','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(22922,'4000','41612528043','2021-02-05 16:02:50',NULL,5500.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(22923,'4000','41612528043','2021-02-05 16:02:50',NULL,4000.00,'','4','1','Good sold','1','','sales','365','','No',NULL,NULL,''),(22924,'4000','41612528043','2021-02-05 16:02:50',NULL,6500.00,'','4','1','Good sold','1','','sales','366','','No',NULL,NULL,''),(22925,'1110','41612530734','2021-02-05 16:14:19',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22926,'1110','41612530734','2021-02-05 16:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22927,'1110','41612530734','2021-02-05 16:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22928,'1110','41612530734','2021-02-05 16:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22929,'1110','41612530734','2021-02-05 16:14:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22930,'1110','41612530734','2021-02-05 16:14:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22931,'5500','41612530734','2021-02-05 16:14:19',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22932,'1000','41612530734','2021-02-05 16:14:19',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22933,'4000','41612530734','2021-02-05 16:14:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22934,'4000','41612530734','2021-02-05 16:14:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22935,'4000','41612530734','2021-02-05 16:14:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22936,'4000','41612530734','2021-02-05 16:14:19',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22937,'4000','41612530734','2021-02-05 16:14:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22938,'4000','41612530734','2021-02-05 16:14:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22939,'1110','41612530872','2021-02-05 16:14:48',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22940,'5500','41612530872','2021-02-05 16:14:48',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22941,'1000','41612530872','2021-02-05 16:14:48',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22942,'4000','41612530872','2021-02-05 16:14:48',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22943,'1110','41612531082','2021-02-05 16:29:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22944,'1110','41612531082','2021-02-05 16:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22945,'1110','41612531082','2021-02-05 16:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22946,'1110','41612531082','2021-02-05 16:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22947,'1110','41612531082','2021-02-05 16:29:31',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(22948,'1110','41612531082','2021-02-05 16:29:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22949,'5500','41612531082','2021-02-05 16:29:31',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22950,'1000','41612531082','2021-02-05 16:29:31',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(22951,'4000','41612531082','2021-02-05 16:29:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22952,'4000','41612531082','2021-02-05 16:29:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22953,'4000','41612531082','2021-02-05 16:29:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22954,'4000','41612531082','2021-02-05 16:29:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22955,'4000','41612531082','2021-02-05 16:29:31',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(22956,'4000','41612531082','2021-02-05 16:29:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22957,'1110','41612535240','2021-02-06 10:39:37',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22958,'1110','41612535240','2021-02-06 10:39:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22959,'1110','41612535240','2021-02-06 10:39:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22960,'1110','41612535240','2021-02-06 10:39:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(22961,'1110','41612535240','2021-02-06 10:39:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22962,'5500','41612535240','2021-02-06 10:39:37',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22963,'1000','41612535240','2021-02-06 10:39:37',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22964,'4000','41612535240','2021-02-06 10:39:37',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22965,'4000','41612535240','2021-02-06 10:39:37',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22966,'4000','41612535240','2021-02-06 10:39:37',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22967,'4000','41612535240','2021-02-06 10:39:37',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(22968,'4000','41612535240','2021-02-06 10:39:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22969,'1110','41612597195','2021-02-06 10:41:59',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(22970,'1110','41612597195','2021-02-06 10:41:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(22971,'1110','41612597195','2021-02-06 10:41:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(22972,'1110','41612597195','2021-02-06 10:41:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22973,'5500','41612597195','2021-02-06 10:41:59',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22974,'1000','41612597195','2021-02-06 10:41:59',1380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22975,'4000','41612597195','2021-02-06 10:41:59',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22976,'4000','41612597195','2021-02-06 10:41:59',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(22977,'4000','41612597195','2021-02-06 10:41:59',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(22978,'4000','41612597195','2021-02-06 10:41:59',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22979,'1110','41612597558','2021-02-06 10:55:11',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(22980,'5500','41612597558','2021-02-06 10:55:11',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22981,'1000','41612597558','2021-02-06 10:55:11',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22982,'4000','41612597558','2021-02-06 10:55:11',NULL,600.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(22983,'1110','41612598137','2021-02-06 12:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(22984,'1110','41612598137','2021-02-06 12:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(22985,'1110','41612598137','2021-02-06 12:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(22986,'1110','41612598137','2021-02-06 12:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(22987,'1110','41612598137','2021-02-06 12:11:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(22988,'1110','41612598137','2021-02-06 12:11:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(22989,'5500','41612598137','2021-02-06 12:11:50',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(22990,'1000','41612598137','2021-02-06 12:11:50',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22991,'4000','41612598137','2021-02-06 12:11:50',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(22992,'4000','41612598137','2021-02-06 12:11:50',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(22993,'4000','41612598137','2021-02-06 12:11:50',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(22994,'4000','41612598137','2021-02-06 12:11:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(22995,'4000','41612598137','2021-02-06 12:11:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(22996,'4000','41612598137','2021-02-06 12:11:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(22997,'1000','41612602717','2021-02-06 12:13:16',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(22998,'4000','41612602717','2021-02-06 12:13:16',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(22999,'4000','41612602717','2021-02-06 12:13:16',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(23000,'4000','41612602717','2021-02-06 12:13:16',NULL,360.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23001,'4000','41612602717','2021-02-06 12:13:16',NULL,100.00,'','4','1','Good sold','1','','sales','170','','No',NULL,NULL,''),(23002,'1110','41612603303','2021-02-06 12:23:17',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23003,'1110','41612603303','2021-02-06 12:23:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23004,'1110','41612603303','2021-02-06 12:23:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23005,'1110','41612603303','2021-02-06 12:23:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23006,'1110','41612603303','2021-02-06 12:23:17',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23007,'1110','41612603303','2021-02-06 12:23:17',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23008,'5500','41612603303','2021-02-06 12:23:17',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23009,'1000','41612603303','2021-02-06 12:23:17',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23010,'4000','41612603303','2021-02-06 12:23:17',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23011,'4000','41612603303','2021-02-06 12:23:17',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23012,'4000','41612603303','2021-02-06 12:23:17',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23013,'4000','41612603303','2021-02-06 12:23:17',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23014,'4000','41612603303','2021-02-06 12:23:17',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23015,'4000','41612603303','2021-02-06 12:23:17',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23016,'1110','41612603405','2021-02-06 12:24:19',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23017,'1110','41612603405','2021-02-06 12:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23018,'1110','41612603405','2021-02-06 12:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23019,'1110','41612603405','2021-02-06 12:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23020,'1110','41612603405','2021-02-06 12:24:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23021,'1110','41612603405','2021-02-06 12:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23022,'5500','41612603405','2021-02-06 12:24:19',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23023,'1000','41612603405','2021-02-06 12:24:19',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23024,'4000','41612603405','2021-02-06 12:24:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23025,'4000','41612603405','2021-02-06 12:24:19',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23026,'4000','41612603405','2021-02-06 12:24:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23027,'4000','41612603405','2021-02-06 12:24:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23028,'4000','41612603405','2021-02-06 12:24:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23029,'4000','41612603405','2021-02-06 12:24:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23030,'1000','41612603468','2021-02-06 12:25:51',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23031,'4000','41612603468','2021-02-06 12:25:51',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23032,'4000','41612603468','2021-02-06 12:25:51',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23033,'4000','41612603468','2021-02-06 12:25:51',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23034,'4000','41612603468','2021-02-06 12:25:51',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23035,'4000','41612603468','2021-02-06 12:25:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23036,'1000','41612603656','2021-02-06 12:40:13',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23037,'4000','41612603656','2021-02-06 12:40:13',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23038,'4000','41612603656','2021-02-06 12:40:13',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23039,'4000','41612603656','2021-02-06 12:40:13',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23040,'1000','41612605683','2021-02-06 13:02:57',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23041,'4000','41612605683','2021-02-06 13:02:57',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(23042,'4000','41612605683','2021-02-06 13:02:57',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23043,'4000','41612605683','2021-02-06 13:02:57',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23044,'4000','41612605683','2021-02-06 13:02:57',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(23045,'4000','41612605683','2021-02-06 13:02:57',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(23046,'4000','41612605683','2021-02-06 13:02:57',NULL,200.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(23047,'1110','41612605785','2021-02-06 13:42:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23048,'1110','41612605785','2021-02-06 13:42:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23049,'1110','41612605785','2021-02-06 13:42:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23050,'1110','41612605785','2021-02-06 13:42:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23051,'1110','41612605785','2021-02-06 13:42:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23052,'1110','41612605785','2021-02-06 13:42:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23053,'5500','41612605785','2021-02-06 13:42:03',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23054,'1000','41612605785','2021-02-06 13:42:03',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23055,'4000','41612605785','2021-02-06 13:42:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23056,'4000','41612605785','2021-02-06 13:42:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23057,'4000','41612605785','2021-02-06 13:42:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23058,'4000','41612605785','2021-02-06 13:42:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23059,'4000','41612605785','2021-02-06 13:42:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23060,'4000','41612605785','2021-02-06 13:42:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23061,'1000','41612767138','2021-02-08 09:53:12',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23062,'4000','41612767138','2021-02-08 09:53:12',NULL,250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23063,'1000','41612767201','2021-02-08 10:19:05',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23064,'4000','41612767201','2021-02-08 10:19:05',NULL,350.00,'','4','1','Good sold','1','','sales','152','','No',NULL,NULL,''),(23065,'1110','41612768755','2021-02-08 11:06:42',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23066,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23067,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(23068,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23069,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23070,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(23071,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(23072,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(23073,'1110','41612768755','2021-02-08 11:06:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23074,'5500','41612768755','2021-02-08 11:06:42',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23075,'1000','41612768755','2021-02-08 11:06:42',2970.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23076,'4000','41612768755','2021-02-08 11:06:42',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23077,'4000','41612768755','2021-02-08 11:06:42',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23078,'4000','41612768755','2021-02-08 11:06:42',NULL,180.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23079,'4000','41612768755','2021-02-08 11:06:42',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23080,'4000','41612768755','2021-02-08 11:06:42',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23081,'4000','41612768755','2021-02-08 11:06:42',NULL,990.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23082,'4000','41612768755','2021-02-08 11:06:42',NULL,180.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23083,'4000','41612768755','2021-02-08 11:06:42',NULL,150.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(23084,'4000','41612768755','2021-02-08 11:06:42',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23085,'1000','41612787417','2021-02-08 15:35:10',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23086,'4000','41612787417','2021-02-08 15:35:10',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23087,'4000','41612787417','2021-02-08 15:35:10',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23088,'4000','41612787417','2021-02-08 15:35:10',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23089,'4000','41612787417','2021-02-08 15:35:10',NULL,420.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(23090,'4000','41612787417','2021-02-08 15:35:10',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(23091,'4000','41612787417','2021-02-08 15:35:10',NULL,200.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(23092,'1110','41612787722','2021-02-08 15:38:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23093,'1110','41612787722','2021-02-08 15:38:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23094,'1110','41612787722','2021-02-08 15:38:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23095,'1110','41612787722','2021-02-08 15:38:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23096,'1110','41612787722','2021-02-08 15:38:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23097,'1110','41612787722','2021-02-08 15:38:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(23098,'5500','41612787722','2021-02-08 15:38:36',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23099,'1000','41612787722','2021-02-08 15:38:36',680.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23100,'4000','41612787722','2021-02-08 15:38:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23101,'4000','41612787722','2021-02-08 15:38:36',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23102,'4000','41612787722','2021-02-08 15:38:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23103,'4000','41612787722','2021-02-08 15:38:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23104,'4000','41612787722','2021-02-08 15:38:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23105,'4000','41612787722','2021-02-08 15:38:36',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(23106,'1110','41612787928','2021-02-08 15:44:15',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23107,'1110','41612787928','2021-02-08 15:44:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23108,'1110','41612787928','2021-02-08 15:44:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23109,'1110','41612787928','2021-02-08 15:44:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23110,'1110','41612787928','2021-02-08 15:44:15',NULL,6.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23111,'1110','41612787928','2021-02-08 15:44:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23112,'5500','41612787928','2021-02-08 15:44:15',484.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23113,'1000','41612787928','2021-02-08 15:44:15',1500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23114,'4000','41612787928','2021-02-08 15:44:15',NULL,900.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23115,'4000','41612787928','2021-02-08 15:44:15',NULL,300.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23116,'4000','41612787928','2021-02-08 15:44:15',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23117,'4000','41612787928','2021-02-08 15:44:15',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23118,'4000','41612787928','2021-02-08 15:44:15',NULL,150.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23119,'4000','41612787928','2021-02-08 15:44:15',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23120,'1110','41612788651','2021-02-08 16:07:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23121,'1110','41612788651','2021-02-08 16:07:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23122,'1110','41612788651','2021-02-08 16:07:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23123,'1110','41612788651','2021-02-08 16:07:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23124,'1110','41612788651','2021-02-08 16:07:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23125,'1110','41612788651','2021-02-08 16:07:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23126,'5500','41612788651','2021-02-08 16:07:24',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23127,'1000','41612788651','2021-02-08 16:07:24',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23128,'4000','41612788651','2021-02-08 16:07:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23129,'4000','41612788651','2021-02-08 16:07:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23130,'4000','41612788651','2021-02-08 16:07:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23131,'4000','41612788651','2021-02-08 16:07:24',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23132,'4000','41612788651','2021-02-08 16:07:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23133,'4000','41612788651','2021-02-08 16:07:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23134,'1110','41612789652','2021-02-08 16:08:27',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23135,'1110','41612789652','2021-02-08 16:08:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23136,'1110','41612789652','2021-02-08 16:08:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23137,'1110','41612789652','2021-02-08 16:08:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23138,'1110','41612789652','2021-02-08 16:08:27',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23139,'1110','41612789652','2021-02-08 16:08:27',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23140,'5500','41612789652','2021-02-08 16:08:27',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23141,'1000','41612789652','2021-02-08 16:08:27',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23142,'4000','41612789652','2021-02-08 16:08:27',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23143,'4000','41612789652','2021-02-08 16:08:27',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23144,'4000','41612789652','2021-02-08 16:08:27',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23145,'4000','41612789652','2021-02-08 16:08:27',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23146,'4000','41612789652','2021-02-08 16:08:27',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23147,'4000','41612789652','2021-02-08 16:08:27',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23148,'1000','41612791859','2021-02-08 16:44:51',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23149,'4000','41612791859','2021-02-08 16:44:51',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23150,'4000','41612791859','2021-02-08 16:44:51',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23151,'4000','41612791859','2021-02-08 16:44:51',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23152,'1000','511612857836','2021-02-09 11:04:50',3960.00,NULL,'','51','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(23153,'4000','511612857836','2021-02-09 11:04:50',NULL,3960.00,'','51','1','Good sold','3','','sales','98','','No',NULL,NULL,''),(23154,'1110','41612872550','2021-02-09 15:10:20',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23155,'1110','41612872550','2021-02-09 15:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23156,'1110','41612872550','2021-02-09 15:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23157,'1110','41612872550','2021-02-09 15:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23158,'1110','41612872550','2021-02-09 15:10:20',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23159,'1110','41612872550','2021-02-09 15:10:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23160,'5500','41612872550','2021-02-09 15:10:20',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23161,'1000','41612872550','2021-02-09 15:10:20',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23162,'4000','41612872550','2021-02-09 15:10:20',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23163,'4000','41612872550','2021-02-09 15:10:20',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23164,'4000','41612872550','2021-02-09 15:10:20',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23165,'4000','41612872550','2021-02-09 15:10:20',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23166,'4000','41612872550','2021-02-09 15:10:20',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23167,'4000','41612872550','2021-02-09 15:10:20',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23168,'1000','41612873092','2021-02-09 15:23:52',630.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23169,'4000','41612873092','2021-02-09 15:23:52',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23170,'4000','41612873092','2021-02-09 15:23:52',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23171,'4000','41612873092','2021-02-09 15:23:52',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23172,'4000','41612873092','2021-02-09 15:23:52',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23173,'1110','41612873457','2021-02-09 15:33:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(23174,'1110','41612873457','2021-02-09 15:33:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(23175,'1110','41612873457','2021-02-09 15:33:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23176,'5500','41612873457','2021-02-09 15:33:51',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23177,'1000','41612873457','2021-02-09 15:33:51',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23178,'4000','41612873457','2021-02-09 15:33:51',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(23179,'4000','41612873457','2021-02-09 15:33:51',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(23180,'4000','41612873457','2021-02-09 15:33:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23181,'1110','41612874051','2021-02-09 15:37:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23182,'1110','41612874051','2021-02-09 15:37:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23183,'1110','41612874051','2021-02-09 15:37:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23184,'1110','41612874051','2021-02-09 15:37:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23185,'1110','41612874051','2021-02-09 15:37:15',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23186,'1110','41612874051','2021-02-09 15:37:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23187,'5500','41612874051','2021-02-09 15:37:15',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23188,'1000','41612874051','2021-02-09 15:37:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23189,'4000','41612874051','2021-02-09 15:37:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23190,'4000','41612874051','2021-02-09 15:37:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23191,'4000','41612874051','2021-02-09 15:37:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23192,'4000','41612874051','2021-02-09 15:37:15',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23193,'4000','41612874051','2021-02-09 15:37:15',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23194,'4000','41612874051','2021-02-09 15:37:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23195,'1110','41612874244','2021-02-09 15:42:20',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23196,'1110','41612874244','2021-02-09 15:42:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23197,'1110','41612874244','2021-02-09 15:42:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23198,'1110','41612874244','2021-02-09 15:42:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23199,'1110','41612874244','2021-02-09 15:42:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23200,'1110','41612874244','2021-02-09 15:42:20',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23201,'1110','41612874244','2021-02-09 15:42:20',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23202,'1110','41612874244','2021-02-09 15:42:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23203,'5500','41612874244','2021-02-09 15:42:20',326.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23204,'1000','41612874244','2021-02-09 15:42:20',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23205,'4000','41612874244','2021-02-09 15:42:20',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23206,'4000','41612874244','2021-02-09 15:42:20',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23207,'4000','41612874244','2021-02-09 15:42:20',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23208,'4000','41612874244','2021-02-09 15:42:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23209,'4000','41612874244','2021-02-09 15:42:20',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23210,'4000','41612874244','2021-02-09 15:42:20',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23211,'4000','41612874244','2021-02-09 15:42:20',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23212,'4000','41612874244','2021-02-09 15:42:20',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23213,'1000','41612875124','2021-02-09 15:52:15',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23214,'4000','41612875124','2021-02-09 15:52:15',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(23215,'1110','41612875143','2021-02-09 16:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23216,'1110','41612875143','2021-02-09 16:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23217,'1110','41612875143','2021-02-09 16:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23218,'1110','41612875143','2021-02-09 16:31:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23219,'1110','41612875143','2021-02-09 16:31:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23220,'5500','41612875143','2021-02-09 16:31:03',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23221,'1000','41612875143','2021-02-09 16:31:03',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23222,'4000','41612875143','2021-02-09 16:31:03',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23223,'4000','41612875143','2021-02-09 16:31:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23224,'4000','41612875143','2021-02-09 16:31:03',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23225,'4000','41612875143','2021-02-09 16:31:03',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23226,'4000','41612875143','2021-02-09 16:31:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23227,'1000','41612877471','2021-02-09 16:32:00',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23228,'4000','41612877471','2021-02-09 16:32:00',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(23229,'1000','41612877528','2021-02-09 16:35:14',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23230,'4000','41612877528','2021-02-09 16:35:14',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23231,'1000','41612878284','2021-02-09 16:44:55',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23232,'4000','41612878284','2021-02-09 16:44:55',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(23233,'1110','41612879782','2021-02-09 17:11:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23234,'1110','41612879782','2021-02-09 17:11:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23235,'1110','41612879782','2021-02-09 17:11:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23236,'1110','41612879782','2021-02-09 17:11:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23237,'1110','41612879782','2021-02-09 17:11:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23238,'1110','41612879782','2021-02-09 17:11:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23239,'5500','41612879782','2021-02-09 17:11:24',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23240,'1000','41612879782','2021-02-09 17:11:24',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23241,'4000','41612879782','2021-02-09 17:11:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23242,'4000','41612879782','2021-02-09 17:11:24',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23243,'4000','41612879782','2021-02-09 17:11:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23244,'4000','41612879782','2021-02-09 17:11:24',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23245,'4000','41612879782','2021-02-09 17:11:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23246,'4000','41612879782','2021-02-09 17:11:24',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23247,'1000','41612942082','2021-02-10 10:28:14',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23248,'4000','41612942082','2021-02-10 10:28:14',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(23249,'1000','41612942100','2021-02-10 12:09:44',200.04,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23250,'4000','41612942100','2021-02-10 12:09:44',NULL,200.04,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(23251,'1110','41612948192','2021-02-10 12:33:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23252,'1110','41612948192','2021-02-10 12:33:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23253,'1110','41612948192','2021-02-10 12:33:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23254,'1110','41612948192','2021-02-10 12:33:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(23255,'1110','41612948192','2021-02-10 12:33:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23256,'1110','41612948192','2021-02-10 12:33:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23257,'5500','41612948192','2021-02-10 12:33:03',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23258,'1000','41612948192','2021-02-10 12:33:03',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23259,'4000','41612948192','2021-02-10 12:33:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23260,'4000','41612948192','2021-02-10 12:33:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23261,'4000','41612948192','2021-02-10 12:33:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23262,'4000','41612948192','2021-02-10 12:33:03',NULL,30.00,'','4','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(23263,'4000','41612948192','2021-02-10 12:33:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23264,'4000','41612948192','2021-02-10 12:33:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23265,'1110','41612949591','2021-02-10 12:51:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23266,'1110','41612949591','2021-02-10 12:51:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23267,'1110','41612949591','2021-02-10 12:51:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23268,'1110','41612949591','2021-02-10 12:51:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23269,'1110','41612949591','2021-02-10 12:51:07',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23270,'1110','41612949591','2021-02-10 12:51:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23271,'5500','41612949591','2021-02-10 12:51:07',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23272,'1000','41612949591','2021-02-10 12:51:07',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23273,'4000','41612949591','2021-02-10 12:51:07',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23274,'4000','41612949591','2021-02-10 12:51:07',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23275,'4000','41612949591','2021-02-10 12:51:07',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23276,'4000','41612949591','2021-02-10 12:51:07',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23277,'4000','41612949591','2021-02-10 12:51:07',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23278,'4000','41612949591','2021-02-10 12:51:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23279,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23280,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23281,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23282,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23283,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23284,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','65','','No',NULL,NULL,''),(23285,'1110','41612950676','2021-02-10 12:53:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23286,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(23287,'1110','41612950676','2021-02-10 12:53:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23288,'5500','41612950676','2021-02-10 12:53:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23289,'1000','41612950676','2021-02-10 12:53:38',930.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23290,'4000','41612950676','2021-02-10 12:53:38',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23291,'4000','41612950676','2021-02-10 12:53:38',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23292,'4000','41612950676','2021-02-10 12:53:38',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23293,'4000','41612950676','2021-02-10 12:53:38',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23294,'4000','41612950676','2021-02-10 12:53:38',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23295,'4000','41612950676','2021-02-10 12:53:38',NULL,500.00,'','4','1','Good sold','1','','sales','65','','No',NULL,NULL,''),(23296,'4000','41612950676','2021-02-10 12:53:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23297,'4000','41612950676','2021-02-10 12:53:38',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(23298,'4000','41612950676','2021-02-10 12:53:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23299,'1000','41612957765','2021-02-10 14:49:44',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23300,'4000','41612957765','2021-02-10 14:49:44',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23301,'1110','41612957790','2021-02-10 15:45:16',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23302,'1110','41612957790','2021-02-10 15:45:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23303,'1110','41612957790','2021-02-10 15:45:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23304,'1110','41612957790','2021-02-10 15:45:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23305,'1110','41612957790','2021-02-10 15:45:16',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23306,'1110','41612957790','2021-02-10 15:45:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23307,'5500','41612957790','2021-02-10 15:45:16',646.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23308,'1000','41612957790','2021-02-10 15:45:16',2160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23309,'4000','41612957790','2021-02-10 15:45:16',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23310,'4000','41612957790','2021-02-10 15:45:16',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23311,'4000','41612957790','2021-02-10 15:45:16',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23312,'4000','41612957790','2021-02-10 15:45:16',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23313,'4000','41612957790','2021-02-10 15:45:16',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23314,'4000','41612957790','2021-02-10 15:45:16',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23315,'1000','41612961122','2021-02-10 15:46:00',2600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23316,'4000','41612961122','2021-02-10 15:46:00',NULL,2600.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(23317,'1000','71611641295','2021-02-11 10:28:39',320.00,NULL,'','7','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(23318,'4000','71611641295','2021-02-11 10:28:39',NULL,320.00,'','7','1','Good sold','2','','sales','98','','No',NULL,NULL,''),(23319,'1000','511613031533','2021-02-11 11:20:21',1250.00,NULL,'','51','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(23320,'4000','511613031533','2021-02-11 11:20:21',NULL,500.00,'','51','1','Good sold','3','','sales','309','','No',NULL,NULL,''),(23321,'4000','511613031533','2021-02-11 11:20:21',NULL,250.00,'','51','1','Good sold','3','','sales','311','','No',NULL,NULL,''),(23322,'4000','511613031533','2021-02-11 11:20:21',NULL,500.00,'','51','1','Good sold','3','','sales','319','','No',NULL,NULL,''),(23323,'1110','41613033093','2021-02-11 11:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23324,'1110','41613033093','2021-02-11 11:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23325,'1110','41613033093','2021-02-11 11:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23326,'1110','41613033093','2021-02-11 11:50:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23327,'1110','41613033093','2021-02-11 11:50:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23328,'5500','41613033093','2021-02-11 11:50:49',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23329,'1000','41613033093','2021-02-11 11:50:49',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23330,'4000','41613033093','2021-02-11 11:50:49',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23331,'4000','41613033093','2021-02-11 11:50:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23332,'4000','41613033093','2021-02-11 11:50:49',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23333,'4000','41613033093','2021-02-11 11:50:49',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23334,'4000','41613033093','2021-02-11 11:50:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23335,'1110','41613033455','2021-02-11 11:51:58',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23336,'1110','41613033455','2021-02-11 11:51:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23337,'1110','41613033455','2021-02-11 11:51:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23338,'1110','41613033455','2021-02-11 11:51:58',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23339,'1110','41613033455','2021-02-11 11:51:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23340,'5500','41613033455','2021-02-11 11:51:58',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23341,'1000','41613033455','2021-02-11 11:51:58',510.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23342,'4000','41613033455','2021-02-11 11:51:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23343,'4000','41613033455','2021-02-11 11:51:58',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23344,'4000','41613033455','2021-02-11 11:51:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23345,'4000','41613033455','2021-02-11 11:51:58',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23346,'4000','41613033455','2021-02-11 11:51:58',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23347,'1000','41613033528','2021-02-11 11:52:42',1800.00,NULL,'','4','1','Good sold','1','60','Payment','','','No',NULL,NULL,''),(23348,'4000','41613033528','2021-02-11 11:52:42',NULL,1800.00,'','4','1','Good sold','1','60','sales','147','','No',NULL,NULL,''),(23349,'1110','41613034467','2021-02-11 12:09:57',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23350,'1110','41613034467','2021-02-11 12:09:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23351,'1110','41613034467','2021-02-11 12:09:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23352,'1110','41613034467','2021-02-11 12:09:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23353,'1110','41613034467','2021-02-11 12:09:57',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23354,'1110','41613034467','2021-02-11 12:09:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23355,'5500','41613034467','2021-02-11 12:09:57',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23356,'1000','41613034467','2021-02-11 12:09:57',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23357,'4000','41613034467','2021-02-11 12:09:57',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23358,'4000','41613034467','2021-02-11 12:09:57',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23359,'4000','41613034467','2021-02-11 12:09:57',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23360,'4000','41613034467','2021-02-11 12:09:57',NULL,60.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23361,'4000','41613034467','2021-02-11 12:09:57',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23362,'4000','41613034467','2021-02-11 12:09:57',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23363,'1110','41613034646','2021-02-11 12:51:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23364,'1110','41613034646','2021-02-11 12:51:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23365,'1110','41613034646','2021-02-11 12:51:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23366,'1110','41613034646','2021-02-11 12:51:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23367,'1110','41613034646','2021-02-11 12:51:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23368,'1110','41613034646','2021-02-11 12:51:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23369,'5500','41613034646','2021-02-11 12:51:15',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23370,'1000','41613034646','2021-02-11 12:51:15',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23371,'4000','41613034646','2021-02-11 12:51:15',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23372,'4000','41613034646','2021-02-11 12:51:15',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23373,'4000','41613034646','2021-02-11 12:51:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23374,'4000','41613034646','2021-02-11 12:51:15',NULL,20.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23375,'4000','41613034646','2021-02-11 12:51:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23376,'4000','41613034646','2021-02-11 12:51:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23377,'1110','41613037269','2021-02-11 13:08:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23378,'1110','41613037269','2021-02-11 13:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23379,'1110','41613037269','2021-02-11 13:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23380,'1110','41613037269','2021-02-11 13:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23381,'1110','41613037269','2021-02-11 13:08:41',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23382,'1110','41613037269','2021-02-11 13:08:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23383,'5500','41613037269','2021-02-11 13:08:41',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23384,'1000','41613037269','2021-02-11 13:08:41',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23385,'4000','41613037269','2021-02-11 13:08:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23386,'4000','41613037269','2021-02-11 13:08:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23387,'4000','41613037269','2021-02-11 13:08:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23388,'4000','41613037269','2021-02-11 13:08:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23389,'4000','41613037269','2021-02-11 13:08:41',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23390,'4000','41613037269','2021-02-11 13:08:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23391,'1110','41613038127','2021-02-11 13:18:58',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23392,'1110','41613038127','2021-02-11 13:18:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23393,'1110','41613038127','2021-02-11 13:18:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23394,'1110','41613038127','2021-02-11 13:18:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23395,'1110','41613038127','2021-02-11 13:18:58',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23396,'1110','41613038127','2021-02-11 13:18:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23397,'5500','41613038127','2021-02-11 13:18:58',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23398,'1000','41613038127','2021-02-11 13:18:58',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23399,'4000','41613038127','2021-02-11 13:18:58',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23400,'4000','41613038127','2021-02-11 13:18:58',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23401,'4000','41613038127','2021-02-11 13:18:58',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23402,'4000','41613038127','2021-02-11 13:18:58',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23403,'4000','41613038127','2021-02-11 13:18:58',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23404,'4000','41613038127','2021-02-11 13:18:58',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23405,'1110','41613038745','2021-02-11 13:38:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23406,'1110','41613038745','2021-02-11 13:38:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23407,'1110','41613038745','2021-02-11 13:38:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23408,'1110','41613038745','2021-02-11 13:38:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23409,'1110','41613038745','2021-02-11 13:38:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23410,'1110','41613038745','2021-02-11 13:38:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23411,'5500','41613038745','2021-02-11 13:38:04',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23412,'1000','41613038745','2021-02-11 13:38:04',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23413,'4000','41613038745','2021-02-11 13:38:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23414,'4000','41613038745','2021-02-11 13:38:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23415,'4000','41613038745','2021-02-11 13:38:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23416,'4000','41613038745','2021-02-11 13:38:04',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23417,'4000','41613038745','2021-02-11 13:38:04',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23418,'4000','41613038745','2021-02-11 13:38:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23419,'1000','41613039899','2021-02-11 13:38:49',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23420,'4000','41613039899','2021-02-11 13:38:49',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23421,'4000','41613039899','2021-02-11 13:38:49',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23422,'4000','41613039899','2021-02-11 13:38:49',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23423,'1000','41613039938','2021-02-11 13:40:38',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23424,'4000','41613039938','2021-02-11 13:40:38',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23425,'4000','41613039938','2021-02-11 13:40:38',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23426,'4000','41613039938','2021-02-11 13:40:38',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23427,'1000','41613040116','2021-02-11 15:11:34',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23428,'4000','41613040116','2021-02-11 15:11:34',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23429,'1110','41613045504','2021-02-11 15:55:14',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23430,'1110','41613045504','2021-02-11 15:55:14',NULL,0.00,'','4','1','Inventory sold','1','','sales','85','','No',NULL,NULL,''),(23431,'5500','41613045504','2021-02-11 15:55:14',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23432,'1000','41613045504','2021-02-11 15:55:14',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23433,'4000','41613045504','2021-02-11 15:55:14',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23434,'4000','41613045504','2021-02-11 15:55:14',NULL,100.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(23435,'1110','41613048126','2021-02-11 16:05:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23436,'1110','41613048126','2021-02-11 16:05:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23437,'1110','41613048126','2021-02-11 16:05:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23438,'1110','41613048126','2021-02-11 16:05:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23439,'1110','41613048126','2021-02-11 16:05:11',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23440,'1110','41613048126','2021-02-11 16:05:11',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23441,'5500','41613048126','2021-02-11 16:05:11',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23442,'1000','41613048126','2021-02-11 16:05:11',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23443,'4000','41613048126','2021-02-11 16:05:11',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23444,'4000','41613048126','2021-02-11 16:05:11',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23445,'4000','41613048126','2021-02-11 16:05:11',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23446,'4000','41613048126','2021-02-11 16:05:11',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23447,'4000','41613048126','2021-02-11 16:05:11',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23448,'4000','41613048126','2021-02-11 16:05:11',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23449,'1000','41613048734','2021-02-11 16:23:46',600.00,NULL,'','4','1','Good sold','1','61','Payment','','','No',NULL,NULL,''),(23450,'4000','41613048734','2021-02-11 16:23:46',NULL,600.00,'','4','1','Good sold','1','61','sales','161','','No',NULL,NULL,''),(23451,'1000','511613031643','2021-02-12 09:08:53',1250.00,NULL,'','51','1','Good sold','3','','sales','','','No',NULL,NULL,''),(23452,'4000','511613031643','2021-02-12 09:08:53',NULL,500.00,'','51','1','Good sold','3','','sales','309','','No',NULL,NULL,''),(23453,'4000','511613031643','2021-02-12 09:08:53',NULL,250.00,'','51','1','Good sold','3','','sales','311','','No',NULL,NULL,''),(23454,'4000','511613031643','2021-02-12 09:08:53',NULL,500.00,'','51','1','Good sold','3','','sales','319','','No',NULL,NULL,''),(23455,'1110','41613113599','2021-02-12 10:33:50',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23456,'1110','41613113599','2021-02-12 10:33:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23457,'1110','41613113599','2021-02-12 10:33:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23458,'1110','41613113599','2021-02-12 10:33:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(23459,'1110','41613113599','2021-02-12 10:33:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(23460,'1110','41613113599','2021-02-12 10:33:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(23461,'5500','41613113599','2021-02-12 10:33:50',798.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23462,'1000','41613113599','2021-02-12 10:33:50',4100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23463,'4000','41613113599','2021-02-12 10:33:50',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23464,'4000','41613113599','2021-02-12 10:33:50',NULL,800.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23465,'4000','41613113599','2021-02-12 10:33:50',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23466,'4000','41613113599','2021-02-12 10:33:50',NULL,650.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(23467,'4000','41613113599','2021-02-12 10:33:50',NULL,650.00,'','4','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(23468,'4000','41613113599','2021-02-12 10:33:50',NULL,300.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(23469,'1110','41613115242','2021-02-12 11:22:54',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23470,'1110','41613115242','2021-02-12 11:22:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23471,'1110','41613115242','2021-02-12 11:22:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23472,'1110','41613115242','2021-02-12 11:22:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23473,'1110','41613115242','2021-02-12 11:22:54',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23474,'1110','41613115242','2021-02-12 11:22:54',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23475,'5500','41613115242','2021-02-12 11:22:54',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23476,'1000','41613115242','2021-02-12 11:22:54',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23477,'4000','41613115242','2021-02-12 11:22:54',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23478,'4000','41613115242','2021-02-12 11:22:54',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23479,'4000','41613115242','2021-02-12 11:22:54',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23480,'4000','41613115242','2021-02-12 11:22:54',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23481,'4000','41613115242','2021-02-12 11:22:54',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23482,'4000','41613115242','2021-02-12 11:22:54',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23483,'1110','41613118183','2021-02-12 11:58:29',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23484,'1110','41613118183','2021-02-12 11:58:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23485,'1110','41613118183','2021-02-12 11:58:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23486,'1110','41613118183','2021-02-12 11:58:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23487,'1110','41613118183','2021-02-12 11:58:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23488,'1110','41613118183','2021-02-12 11:58:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23489,'5500','41613118183','2021-02-12 11:58:29',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23490,'1000','41613118183','2021-02-12 11:58:29',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23491,'4000','41613118183','2021-02-12 11:58:29',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23492,'4000','41613118183','2021-02-12 11:58:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23493,'4000','41613118183','2021-02-12 11:58:29',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23494,'4000','41613118183','2021-02-12 11:58:29',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23495,'4000','41613118183','2021-02-12 11:58:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23496,'4000','41613118183','2021-02-12 11:58:29',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23497,'1000','41613120315','2021-02-12 11:58:58',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23498,'4000','41613120315','2021-02-12 11:58:58',NULL,600.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(23499,'1110','41613120610','2021-02-12 13:52:20',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23500,'1110','41613120610','2021-02-12 13:52:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23501,'1110','41613120610','2021-02-12 13:52:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23502,'1110','41613120610','2021-02-12 13:52:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23503,'1110','41613120610','2021-02-12 13:52:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23504,'1110','41613120610','2021-02-12 13:52:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','169','','No',NULL,NULL,''),(23505,'5500','41613120610','2021-02-12 13:52:20',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23506,'1000','41613120610','2021-02-12 13:52:20',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23507,'4000','41613120610','2021-02-12 13:52:20',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23508,'4000','41613120610','2021-02-12 13:52:20',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23509,'4000','41613120610','2021-02-12 13:52:20',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23510,'4000','41613120610','2021-02-12 13:52:20',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23511,'4000','41613120610','2021-02-12 13:52:20',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23512,'4000','41613120610','2021-02-12 13:52:20',NULL,50.00,'','4','1','Good sold','1','','sales','169','','No',NULL,NULL,''),(23513,'1110','41613127469','2021-02-12 14:45:50',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23514,'1110','41613127469','2021-02-12 14:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23515,'1110','41613127469','2021-02-12 14:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23516,'1110','41613127469','2021-02-12 14:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23517,'1110','41613127469','2021-02-12 14:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','51','','No',NULL,NULL,''),(23518,'1110','41613127469','2021-02-12 14:45:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23519,'1110','41613127469','2021-02-12 14:45:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23520,'5500','41613127469','2021-02-12 14:45:50',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23521,'1000','41613127469','2021-02-12 14:45:50',1240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23522,'4000','41613127469','2021-02-12 14:45:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23523,'4000','41613127469','2021-02-12 14:45:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23524,'4000','41613127469','2021-02-12 14:45:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23525,'4000','41613127469','2021-02-12 14:45:50',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23526,'4000','41613127469','2021-02-12 14:45:50',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(23527,'4000','41613127469','2021-02-12 14:45:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23528,'4000','41613127469','2021-02-12 14:45:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23529,'1110','41613131505','2021-02-12 15:55:39',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23530,'1110','41613131505','2021-02-12 15:55:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23531,'1110','41613131505','2021-02-12 15:55:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23532,'1110','41613131505','2021-02-12 15:55:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23533,'1110','41613131505','2021-02-12 15:55:39',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23534,'1110','41613131505','2021-02-12 15:55:39',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23535,'5500','41613131505','2021-02-12 15:55:39',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23536,'1000','41613131505','2021-02-12 15:55:39',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23537,'4000','41613131505','2021-02-12 15:55:39',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23538,'4000','41613131505','2021-02-12 15:55:39',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23539,'4000','41613131505','2021-02-12 15:55:39',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23540,'4000','41613131505','2021-02-12 15:55:39',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23541,'4000','41613131505','2021-02-12 15:55:39',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23542,'4000','41613131505','2021-02-12 15:55:39',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23543,'1110','41613134588','2021-02-12 15:58:07',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23544,'1110','41613134588','2021-02-12 15:58:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23545,'1110','41613134588','2021-02-12 15:58:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23546,'1110','41613134588','2021-02-12 15:58:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23547,'1110','41613134588','2021-02-12 15:58:07',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23548,'1110','41613134588','2021-02-12 15:58:07',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23549,'5500','41613134588','2021-02-12 15:58:07',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23550,'1000','41613134588','2021-02-12 15:58:07',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23551,'4000','41613134588','2021-02-12 15:58:07',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23552,'4000','41613134588','2021-02-12 15:58:07',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23553,'4000','41613134588','2021-02-12 15:58:07',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23554,'4000','41613134588','2021-02-12 15:58:07',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23555,'4000','41613134588','2021-02-12 15:58:07',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23556,'4000','41613134588','2021-02-12 15:58:07',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23557,'1000','41613136382','2021-02-12 16:27:13',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23558,'4000','41613136382','2021-02-12 16:27:13',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23559,'4000','41613136382','2021-02-12 16:27:13',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23560,'4000','41613136382','2021-02-12 16:27:13',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23561,'1110','41613140104','2021-02-12 17:29:09',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23562,'1110','41613140104','2021-02-12 17:29:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23563,'1110','41613140104','2021-02-12 17:29:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23564,'1110','41613140104','2021-02-12 17:29:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23565,'1110','41613140104','2021-02-12 17:29:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23566,'1110','41613140104','2021-02-12 17:29:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23567,'5500','41613140104','2021-02-12 17:29:09',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23568,'1000','41613140104','2021-02-12 17:29:09',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23569,'4000','41613140104','2021-02-12 17:29:09',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23570,'4000','41613140104','2021-02-12 17:29:09',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23571,'4000','41613140104','2021-02-12 17:29:09',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23572,'4000','41613140104','2021-02-12 17:29:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23573,'4000','41613140104','2021-02-12 17:29:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23574,'4000','41613140104','2021-02-12 17:29:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23575,'1110','41613200153','2021-02-13 10:51:50',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23576,'1110','41613200153','2021-02-13 10:51:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23577,'1110','41613200153','2021-02-13 10:51:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23578,'1110','41613200153','2021-02-13 10:51:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23579,'1110','41613200153','2021-02-13 10:51:50',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23580,'1110','41613200153','2021-02-13 10:51:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23581,'5500','41613200153','2021-02-13 10:51:50',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23582,'1000','41613200153','2021-02-13 10:51:50',1110.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23583,'4000','41613200153','2021-02-13 10:51:50',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23584,'4000','41613200153','2021-02-13 10:51:50',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23585,'4000','41613200153','2021-02-13 10:51:50',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23586,'4000','41613200153','2021-02-13 10:51:50',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23587,'4000','41613200153','2021-02-13 10:51:50',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23588,'4000','41613200153','2021-02-13 10:51:50',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23589,'1110','41613202718','2021-02-13 11:05:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23590,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23591,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(23592,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23593,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23594,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(23595,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(23596,'1110','41613202718','2021-02-13 11:05:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23597,'1110','41613202718','2021-02-13 11:05:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23598,'5500','41613202718','2021-02-13 11:05:41',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23599,'1000','41613202718','2021-02-13 11:05:41',930.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23600,'4000','41613202718','2021-02-13 11:05:41',NULL,290.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23601,'4000','41613202718','2021-02-13 11:05:41',NULL,90.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23602,'4000','41613202718','2021-02-13 11:05:41',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(23603,'4000','41613202718','2021-02-13 11:05:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23604,'4000','41613202718','2021-02-13 11:05:41',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23605,'4000','41613202718','2021-02-13 11:05:41',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(23606,'4000','41613202718','2021-02-13 11:05:41',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(23607,'4000','41613202718','2021-02-13 11:05:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23608,'4000','41613202718','2021-02-13 11:05:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23609,'1000','41613203632','2021-02-13 11:15:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23610,'4000','41613203632','2021-02-13 11:15:35',NULL,500.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(23611,'1110','41613204174','2021-02-13 12:26:56',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23612,'1110','41613204174','2021-02-13 12:26:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23613,'1110','41613204174','2021-02-13 12:26:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23614,'1110','41613204174','2021-02-13 12:26:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23615,'1110','41613204174','2021-02-13 12:26:56',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23616,'1110','41613204174','2021-02-13 12:26:56',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23617,'5500','41613204174','2021-02-13 12:26:56',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23618,'1000','41613204174','2021-02-13 12:26:56',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23619,'4000','41613204174','2021-02-13 12:26:56',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23620,'4000','41613204174','2021-02-13 12:26:56',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23621,'4000','41613204174','2021-02-13 12:26:56',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23622,'4000','41613204174','2021-02-13 12:26:56',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23623,'4000','41613204174','2021-02-13 12:26:56',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23624,'4000','41613204174','2021-02-13 12:26:56',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23625,'1110','41613214367','2021-02-13 14:11:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23626,'1110','41613214367','2021-02-13 14:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23627,'1110','41613214367','2021-02-13 14:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23628,'1110','41613214367','2021-02-13 14:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23629,'1110','41613214367','2021-02-13 14:11:41',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23630,'1110','41613214367','2021-02-13 14:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(23631,'1110','41613214367','2021-02-13 14:11:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23632,'5500','41613214367','2021-02-13 14:11:41',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23633,'1000','41613214367','2021-02-13 14:11:41',720.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23634,'4000','41613214367','2021-02-13 14:11:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23635,'4000','41613214367','2021-02-13 14:11:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23636,'4000','41613214367','2021-02-13 14:11:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23637,'4000','41613214367','2021-02-13 14:11:41',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23638,'4000','41613214367','2021-02-13 14:11:41',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23639,'4000','41613214367','2021-02-13 14:11:41',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23640,'4000','41613214367','2021-02-13 14:11:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23641,'1110','41613215175','2021-02-13 14:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23642,'1110','41613215175','2021-02-13 14:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23643,'1110','41613215175','2021-02-13 14:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23644,'1110','41613215175','2021-02-13 14:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23645,'1110','41613215175','2021-02-13 14:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(23646,'1110','41613215175','2021-02-13 14:21:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23647,'1110','41613215175','2021-02-13 14:21:51',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23648,'1110','41613215175','2021-02-13 14:21:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23649,'5500','41613215175','2021-02-13 14:21:51',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23650,'1000','41613215175','2021-02-13 14:21:51',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23651,'4000','41613215175','2021-02-13 14:21:51',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23652,'4000','41613215175','2021-02-13 14:21:51',NULL,140.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23653,'4000','41613215175','2021-02-13 14:21:51',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23654,'4000','41613215175','2021-02-13 14:21:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23655,'4000','41613215175','2021-02-13 14:21:51',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23656,'4000','41613215175','2021-02-13 14:21:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23657,'4000','41613215175','2021-02-13 14:21:51',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23658,'4000','41613215175','2021-02-13 14:21:51',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23659,'1000','511613117884','2021-02-15 09:02:52',1350.00,NULL,'','51','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(23660,'4000','511613117884','2021-02-15 09:02:52',NULL,1350.00,'','51','1','Good sold','3','','sales','100','','No',NULL,NULL,''),(23661,'1110','41613371013','2021-02-15 10:15:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23662,'1110','41613371013','2021-02-15 10:15:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(23663,'1110','41613371013','2021-02-15 10:15:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23664,'1110','41613371013','2021-02-15 10:15:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23665,'1110','41613371013','2021-02-15 10:15:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23666,'1110','41613371013','2021-02-15 10:15:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23667,'5500','41613371013','2021-02-15 10:15:13',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23668,'1000','41613371013','2021-02-15 10:15:13',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23669,'4000','41613371013','2021-02-15 10:15:13',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23670,'4000','41613371013','2021-02-15 10:15:13',NULL,200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(23671,'4000','41613371013','2021-02-15 10:15:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23672,'4000','41613371013','2021-02-15 10:15:13',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23673,'4000','41613371013','2021-02-15 10:15:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23674,'4000','41613371013','2021-02-15 10:15:13',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23676,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(23677,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23678,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23679,'1110','41613373337','2021-02-15 10:17:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23680,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23681,'5500','41613373337','2021-02-15 10:17:08',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23682,'1000','41613373337','2021-02-15 10:17:08',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23683,'4000','41613373337','2021-02-15 10:17:08',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23684,'4000','41613373337','2021-02-15 10:17:08',NULL,200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(23685,'4000','41613373337','2021-02-15 10:17:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23686,'4000','41613373337','2021-02-15 10:17:08',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23687,'4000','41613373337','2021-02-15 10:17:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23688,'4000','41613373337','2021-02-15 10:17:08',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23689,'1110','41613373337','2021-02-15 10:17:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23690,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(23691,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23692,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23693,'1110','41613373337','2021-02-15 10:17:08',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23694,'1110','41613373337','2021-02-15 10:17:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23695,'5500','41613373337','2021-02-15 10:17:08',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23696,'1000','41613373337','2021-02-15 10:17:08',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23697,'4000','41613373337','2021-02-15 10:17:08',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23698,'4000','41613373337','2021-02-15 10:17:08',NULL,200.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(23699,'4000','41613373337','2021-02-15 10:17:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23700,'4000','41613373337','2021-02-15 10:17:08',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23701,'4000','41613373337','2021-02-15 10:17:08',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23702,'4000','41613373337','2021-02-15 10:17:08',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23703,'1000','41613373472','2021-02-15 11:10:35',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23704,'4000','41613373472','2021-02-15 11:10:35',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23705,'1000','41613376643','2021-02-15 11:59:44',2450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23706,'4000','41613376643','2021-02-15 11:59:44',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(23707,'4000','41613376643','2021-02-15 11:59:44',NULL,1000.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(23708,'4000','41613376643','2021-02-15 11:59:44',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23709,'1000','41613379662','2021-02-15 12:45:10',13500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23710,'4000','41613379662','2021-02-15 12:45:10',NULL,13500.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(23711,'1000','41613383791','2021-02-15 13:10:39',6650.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23712,'4000','41613383791','2021-02-15 13:10:39',NULL,6650.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23713,'1000','41613383852','2021-02-15 13:11:52',2900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23714,'4000','41613383852','2021-02-15 13:11:52',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23715,'4000','41613383852','2021-02-15 13:11:52',NULL,2600.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(23716,'1110','41613392515','2021-02-15 15:40:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23717,'1110','41613392515','2021-02-15 15:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23718,'1110','41613392515','2021-02-15 15:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23719,'1110','41613392515','2021-02-15 15:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23720,'1110','41613392515','2021-02-15 15:40:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23721,'1110','41613392515','2021-02-15 15:40:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23722,'5500','41613392515','2021-02-15 15:40:38',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23723,'1000','41613392515','2021-02-15 15:40:38',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23724,'4000','41613392515','2021-02-15 15:40:38',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23725,'4000','41613392515','2021-02-15 15:40:38',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23726,'4000','41613392515','2021-02-15 15:40:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23727,'4000','41613392515','2021-02-15 15:40:38',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23728,'4000','41613392515','2021-02-15 15:40:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23729,'4000','41613392515','2021-02-15 15:40:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23730,'1110','41613392860','2021-02-15 15:43:19',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23731,'1110','41613392860','2021-02-15 15:43:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23732,'1110','41613392860','2021-02-15 15:43:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23733,'1110','41613392860','2021-02-15 15:43:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23734,'1110','41613392860','2021-02-15 15:43:19',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23735,'1110','41613392860','2021-02-15 15:43:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23736,'5500','41613392860','2021-02-15 15:43:19',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23737,'1000','41613392860','2021-02-15 15:43:19',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23738,'4000','41613392860','2021-02-15 15:43:19',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23739,'4000','41613392860','2021-02-15 15:43:19',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23740,'4000','41613392860','2021-02-15 15:43:19',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23741,'4000','41613392860','2021-02-15 15:43:19',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23742,'4000','41613392860','2021-02-15 15:43:19',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23743,'4000','41613392860','2021-02-15 15:43:19',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23744,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(23745,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23746,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23747,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(23748,'1110','41613393010','2021-02-15 15:45:55',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23749,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(23750,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(23751,'1110','41613393010','2021-02-15 15:45:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(23752,'5500','41613393010','2021-02-15 15:45:55',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23753,'1000','41613393010','2021-02-15 15:45:55',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23754,'4000','41613393010','2021-02-15 15:45:55',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(23755,'4000','41613393010','2021-02-15 15:45:55',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23756,'4000','41613393010','2021-02-15 15:45:55',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23757,'4000','41613393010','2021-02-15 15:45:55',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(23758,'4000','41613393010','2021-02-15 15:45:55',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23759,'4000','41613393010','2021-02-15 15:45:55',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(23760,'4000','41613393010','2021-02-15 15:45:55',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(23761,'4000','41613393010','2021-02-15 15:45:55',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(23762,'1000','41613394042','2021-02-15 16:30:59',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23763,'4000','41613394042','2021-02-15 16:30:59',NULL,1800.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(23764,'1000','41613398406','2021-02-15 17:14:06',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23765,'4000','41613398406','2021-02-15 17:14:06',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(23766,'1110','41613455778','2021-02-16 09:57:01',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23767,'1110','41613455778','2021-02-16 09:57:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23768,'1110','41613455778','2021-02-16 09:57:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23769,'1110','41613455778','2021-02-16 09:57:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23770,'1110','41613455778','2021-02-16 09:57:01',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23771,'1110','41613455778','2021-02-16 09:57:01',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23772,'5500','41613455778','2021-02-16 09:57:01',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23773,'1000','41613455778','2021-02-16 09:57:01',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23774,'4000','41613455778','2021-02-16 09:57:01',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23775,'4000','41613455778','2021-02-16 09:57:01',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23776,'4000','41613455778','2021-02-16 09:57:01',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23777,'4000','41613455778','2021-02-16 09:57:01',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23778,'4000','41613455778','2021-02-16 09:57:01',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23779,'4000','41613455778','2021-02-16 09:57:01',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23780,'1110','41613458629','2021-02-16 10:14:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23781,'1110','41613458629','2021-02-16 10:14:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23782,'1110','41613458629','2021-02-16 10:14:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23783,'1110','41613458629','2021-02-16 10:14:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23784,'1110','41613458629','2021-02-16 10:14:09',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23785,'1110','41613458629','2021-02-16 10:14:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23786,'5500','41613458629','2021-02-16 10:14:09',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23787,'1000','41613458629','2021-02-16 10:14:09',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23788,'4000','41613458629','2021-02-16 10:14:09',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23789,'4000','41613458629','2021-02-16 10:14:09',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23790,'4000','41613458629','2021-02-16 10:14:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23791,'4000','41613458629','2021-02-16 10:14:09',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23792,'4000','41613458629','2021-02-16 10:14:09',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23793,'4000','41613458629','2021-02-16 10:14:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23794,'1110','41613460098','2021-02-16 11:04:09',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23795,'1110','41613460098','2021-02-16 11:04:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23796,'1110','41613460098','2021-02-16 11:04:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23797,'1110','41613460098','2021-02-16 11:04:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23798,'1110','41613460098','2021-02-16 11:04:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23799,'1110','41613460098','2021-02-16 11:04:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(23800,'5500','41613460098','2021-02-16 11:04:09',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23801,'1000','41613460098','2021-02-16 11:04:09',1360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23802,'4000','41613460098','2021-02-16 11:04:09',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23803,'4000','41613460098','2021-02-16 11:04:09',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23804,'4000','41613460098','2021-02-16 11:04:09',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23805,'4000','41613460098','2021-02-16 11:04:09',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23806,'4000','41613460098','2021-02-16 11:04:09',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23807,'4000','41613460098','2021-02-16 11:04:09',NULL,100.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(23808,'1000','41613462683','2021-02-16 11:26:57',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23809,'4000','41613462683','2021-02-16 11:26:57',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(23810,'1000','41613464026','2021-02-16 11:35:36',30480.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23811,'4000','41613464026','2021-02-16 11:35:36',NULL,12240.00,'','4','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(23812,'4000','41613464026','2021-02-16 11:35:36',NULL,18240.00,'','4','1','Good sold','1','','sales','195','','No',NULL,NULL,''),(23813,'4000','41613464026','2021-02-16 11:35:36',NULL,0.00,'','4','1','Good sold','1','','sales','276','','No',NULL,NULL,''),(23814,'4000','41613464026','2021-02-16 11:35:36',NULL,0.00,'','4','1','Good sold','1','','sales','284','','No',NULL,NULL,''),(23815,'1110','41613464545','2021-02-16 11:37:50',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23816,'1110','41613464545','2021-02-16 11:37:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23817,'1110','41613464545','2021-02-16 11:37:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23818,'1110','41613464545','2021-02-16 11:37:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23819,'1110','41613464545','2021-02-16 11:37:50',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23820,'1110','41613464545','2021-02-16 11:37:50',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23821,'5500','41613464545','2021-02-16 11:37:50',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23822,'1000','41613464545','2021-02-16 11:37:50',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23823,'4000','41613464545','2021-02-16 11:37:50',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23824,'4000','41613464545','2021-02-16 11:37:50',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23825,'4000','41613464545','2021-02-16 11:37:50',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23826,'4000','41613464545','2021-02-16 11:37:50',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23827,'4000','41613464545','2021-02-16 11:37:50',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23828,'4000','41613464545','2021-02-16 11:37:50',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23829,'1110','41613464675','2021-02-16 11:57:38',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23830,'1110','41613464675','2021-02-16 11:57:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23831,'1110','41613464675','2021-02-16 11:57:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23832,'1110','41613464675','2021-02-16 11:57:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(23833,'1110','41613464675','2021-02-16 11:57:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(23834,'1110','41613464675','2021-02-16 11:57:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(23835,'5500','41613464675','2021-02-16 11:57:38',638.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23836,'1000','41613464675','2021-02-16 11:57:38',3280.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23837,'4000','41613464675','2021-02-16 11:57:38',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23838,'4000','41613464675','2021-02-16 11:57:38',NULL,640.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23839,'4000','41613464675','2021-02-16 11:57:38',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23840,'4000','41613464675','2021-02-16 11:57:38',NULL,520.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(23841,'4000','41613464675','2021-02-16 11:57:38',NULL,520.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(23842,'4000','41613464675','2021-02-16 11:57:38',NULL,240.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(23843,'1000','41613465894','2021-02-16 12:11:31',15300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23844,'4000','41613465894','2021-02-16 12:11:31',NULL,15300.00,'','4','1','Good sold','1','','sales','163','','No',NULL,NULL,''),(23845,'1110','41613467826','2021-02-16 12:43:47',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23846,'5500','41613467826','2021-02-16 12:43:47',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23847,'1000','41613467826','2021-02-16 12:43:47',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23848,'4000','41613467826','2021-02-16 12:43:47',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23849,'1000','41613468633','2021-02-16 13:43:28',200.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23850,'4000','41613468633','2021-02-16 13:43:28',NULL,200.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(23851,'1110','41613472218','2021-02-16 13:55:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23852,'1110','41613472218','2021-02-16 13:55:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23853,'1110','41613472218','2021-02-16 13:55:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23854,'1110','41613472218','2021-02-16 13:55:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23855,'1110','41613472218','2021-02-16 13:55:31',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23856,'1110','41613472218','2021-02-16 13:55:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23857,'5500','41613472218','2021-02-16 13:55:31',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23858,'1000','41613472218','2021-02-16 13:55:31',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23859,'4000','41613472218','2021-02-16 13:55:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23860,'4000','41613472218','2021-02-16 13:55:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23861,'4000','41613472218','2021-02-16 13:55:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23862,'4000','41613472218','2021-02-16 13:55:31',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23863,'4000','41613472218','2021-02-16 13:55:31',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23864,'4000','41613472218','2021-02-16 13:55:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23865,'1000','41613472937','2021-02-16 14:23:16',360.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23866,'4000','41613472937','2021-02-16 14:23:16',NULL,360.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23867,'1110','41613474945','2021-02-16 14:38:42',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23868,'1110','41613474945','2021-02-16 14:38:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23869,'1110','41613474945','2021-02-16 14:38:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23870,'1110','41613474945','2021-02-16 14:38:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23871,'1110','41613474945','2021-02-16 14:38:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23872,'1110','41613474945','2021-02-16 14:38:42',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23873,'1110','41613474945','2021-02-16 14:38:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23874,'5500','41613474945','2021-02-16 14:38:42',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23875,'1000','41613474945','2021-02-16 14:38:42',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23876,'4000','41613474945','2021-02-16 14:38:42',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23877,'4000','41613474945','2021-02-16 14:38:42',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23878,'4000','41613474945','2021-02-16 14:38:42',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23879,'4000','41613474945','2021-02-16 14:38:42',NULL,90.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23880,'4000','41613474945','2021-02-16 14:38:42',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23881,'4000','41613474945','2021-02-16 14:38:42',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23882,'4000','41613474945','2021-02-16 14:38:42',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23883,'1110','41613475532','2021-02-16 15:00:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23884,'1110','41613475532','2021-02-16 15:00:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(23885,'1110','41613475532','2021-02-16 15:00:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23886,'1110','41613475532','2021-02-16 15:00:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23887,'5500','41613475532','2021-02-16 15:00:51',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23888,'1000','41613475532','2021-02-16 15:00:51',580.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23889,'4000','41613475532','2021-02-16 15:00:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23890,'4000','41613475532','2021-02-16 15:00:51',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(23891,'4000','41613475532','2021-02-16 15:00:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23892,'4000','41613475532','2021-02-16 15:00:51',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23893,'1110','41613485436','2021-02-16 17:25:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23894,'1110','41613485436','2021-02-16 17:25:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23895,'1110','41613485436','2021-02-16 17:25:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23896,'1110','41613485436','2021-02-16 17:25:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23897,'1110','41613485436','2021-02-16 17:25:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23898,'1110','41613485436','2021-02-16 17:25:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(23899,'1110','41613485436','2021-02-16 17:25:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23900,'5500','41613485436','2021-02-16 17:25:34',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23901,'1000','41613485436','2021-02-16 17:25:34',530.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23902,'4000','41613485436','2021-02-16 17:25:34',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23903,'4000','41613485436','2021-02-16 17:25:34',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23904,'4000','41613485436','2021-02-16 17:25:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23905,'4000','41613485436','2021-02-16 17:25:34',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23906,'4000','41613485436','2021-02-16 17:25:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23907,'4000','41613485436','2021-02-16 17:25:34',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23908,'4000','41613485436','2021-02-16 17:25:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23909,'1110','41613485597','2021-02-16 17:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23910,'1110','41613485597','2021-02-16 17:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23911,'1110','41613485597','2021-02-16 17:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23912,'1110','41613485597','2021-02-16 17:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23913,'1110','41613485597','2021-02-16 17:29:44',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23914,'1110','41613485597','2021-02-16 17:29:44',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23915,'1110','41613485597','2021-02-16 17:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23916,'5500','41613485597','2021-02-16 17:29:44',7.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23917,'1000','41613485597','2021-02-16 17:29:44',700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23918,'4000','41613485597','2021-02-16 17:29:44',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23919,'4000','41613485597','2021-02-16 17:29:44',NULL,140.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23920,'4000','41613485597','2021-02-16 17:29:44',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23921,'4000','41613485597','2021-02-16 17:29:44',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23922,'4000','41613485597','2021-02-16 17:29:44',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23923,'4000','41613485597','2021-02-16 17:29:44',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23924,'4000','41613485597','2021-02-16 17:29:44',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23925,'1110','41613485801','2021-02-16 17:31:16',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23926,'1110','41613485801','2021-02-16 17:31:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23927,'1110','41613485801','2021-02-16 17:31:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23928,'1110','41613485801','2021-02-16 17:31:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(23929,'1110','41613485801','2021-02-16 17:31:16',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23930,'1110','41613485801','2021-02-16 17:31:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23931,'5500','41613485801','2021-02-16 17:31:16',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23932,'1000','41613485801','2021-02-16 17:31:16',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23933,'4000','41613485801','2021-02-16 17:31:16',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23934,'4000','41613485801','2021-02-16 17:31:16',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23935,'4000','41613485801','2021-02-16 17:31:16',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23936,'4000','41613485801','2021-02-16 17:31:16',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(23937,'4000','41613485801','2021-02-16 17:31:16',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23938,'4000','41613485801','2021-02-16 17:31:16',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23939,'1000','41613544129','2021-02-17 09:42:46',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23940,'4000','41613544129','2021-02-17 09:42:46',NULL,2000.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(23941,'1000','41613544214','2021-02-17 09:46:45',600.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23942,'4000','41613544214','2021-02-17 09:46:45',NULL,600.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(23943,'1000','41613544419','2021-02-17 10:01:48',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23944,'4000','41613544419','2021-02-17 10:01:48',NULL,700.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(23945,'1110','41613545314','2021-02-17 10:46:16',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23946,'1110','41613545314','2021-02-17 10:46:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(23947,'1110','41613545314','2021-02-17 10:46:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23948,'1110','41613545314','2021-02-17 10:46:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23949,'1110','41613545314','2021-02-17 10:46:16',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23950,'1110','41613545314','2021-02-17 10:46:16',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23951,'5500','41613545314','2021-02-17 10:46:16',646.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23952,'1000','41613545314','2021-02-17 10:46:16',2160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23953,'4000','41613545314','2021-02-17 10:46:16',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23954,'4000','41613545314','2021-02-17 10:46:16',NULL,440.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(23955,'4000','41613545314','2021-02-17 10:46:16',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23956,'4000','41613545314','2021-02-17 10:46:16',NULL,120.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23957,'4000','41613545314','2021-02-17 10:46:16',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23958,'4000','41613545314','2021-02-17 10:46:16',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23959,'1000','41613547984','2021-02-16 11:04:23',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23960,'4000','41613547984','2021-02-16 11:04:23',NULL,250.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(23961,'1110','41613551085','2021-02-17 11:38:59',NULL,14.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(23962,'5500','41613551085','2021-02-17 11:38:59',14.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23963,'1000','41613551085','2021-02-17 11:38:59',2000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23964,'4000','41613551085','2021-02-17 11:38:59',NULL,2000.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(23965,'1110','41613731496','2021-02-17 13:48:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(23966,'1110','41613731496','2021-02-17 13:48:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(23967,'1110','41613731496','2021-02-17 13:48:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(23968,'1110','41613731496','2021-02-17 13:48:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23969,'1110','41613731496','2021-02-17 13:48:32',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(23970,'1110','41613731496','2021-02-17 13:48:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23971,'5500','41613731496','2021-02-17 13:48:32',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23972,'1000','41613731496','2021-02-17 13:48:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23973,'4000','41613731496','2021-02-17 13:48:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(23974,'4000','41613731496','2021-02-17 13:48:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(23975,'4000','41613731496','2021-02-17 13:48:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(23976,'4000','41613731496','2021-02-17 13:48:32',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23977,'4000','41613731496','2021-02-17 13:48:32',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(23978,'4000','41613731496','2021-02-17 13:48:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23979,'1110','41613731727','2021-02-17 13:51:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(23980,'1110','41613731727','2021-02-17 13:51:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(23981,'1110','41613731727','2021-02-17 13:51:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(23982,'1110','41613731727','2021-02-17 13:51:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(23983,'1110','41613731727','2021-02-17 13:51:43',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(23984,'1110','41613731727','2021-02-17 13:51:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(23985,'1110','41613731727','2021-02-17 13:51:43',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(23986,'5500','41613731727','2021-02-17 13:51:43',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(23987,'1000','41613731727','2021-02-17 13:51:43',2150.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(23988,'4000','41613731727','2021-02-17 13:51:43',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(23989,'4000','41613731727','2021-02-17 13:51:43',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(23990,'4000','41613731727','2021-02-17 13:51:43',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23991,'4000','41613731727','2021-02-17 13:51:43',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(23992,'4000','41613731727','2021-02-17 13:51:43',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(23993,'4000','41613731727','2021-02-17 13:51:43',NULL,1800.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(23994,'4000','41613731727','2021-02-17 13:51:43',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(23995,'1000','41613732474','2021-02-17 14:03:21',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23996,'4000','41613732474','2021-02-17 14:03:21',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(23997,'4000','41613732474','2021-02-17 14:03:21',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(23998,'4000','41613732474','2021-02-17 14:03:21',NULL,20.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(23999,'4000','41613732474','2021-02-17 14:03:21',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(24000,'4000','41613732474','2021-02-17 14:03:21',NULL,60.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(24001,'4000','41613732474','2021-02-17 14:03:21',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24002,'1000','41613732633','2021-02-17 14:04:07',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24003,'4000','41613732633','2021-02-17 14:04:07',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(24004,'1000','41613732663','2021-02-19 14:07:35',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24005,'4000','41613732663','2021-02-19 14:07:35',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(24006,'1000','41613732935','2021-02-18 14:10:00',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24007,'4000','41613732935','2021-02-18 14:10:00',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(24008,'4000','41613732935','2021-02-18 14:10:00',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(24009,'4000','41613732935','2021-02-18 14:10:00',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(24010,'1110','41613733012','2021-02-18 14:13:08',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24011,'1110','41613733012','2021-02-18 14:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24012,'1110','41613733012','2021-02-18 14:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24013,'1110','41613733012','2021-02-18 14:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24014,'1110','41613733012','2021-02-18 14:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(24015,'1110','41613733012','2021-02-18 14:13:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24016,'5500','41613733012','2021-02-18 14:13:08',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24017,'1000','41613733012','2021-02-18 14:13:08',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24018,'4000','41613733012','2021-02-18 14:13:08',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24019,'4000','41613733012','2021-02-18 14:13:08',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24020,'4000','41613733012','2021-02-18 14:13:08',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24021,'4000','41613733012','2021-02-18 14:13:08',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24022,'4000','41613733012','2021-02-18 14:13:08',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24023,'4000','41613733012','2021-02-18 14:13:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24024,'1000','41613733200','2021-02-18 14:14:09',250.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24025,'4000','41613733200','2021-02-18 14:14:09',NULL,250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24026,'1000','41613733266','2021-02-18 14:14:50',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24027,'4000','41613733266','2021-02-18 14:14:50',NULL,400.00,'','4','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(24028,'1000','41613733300','2021-02-18 14:16:41',150.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24029,'4000','41613733300','2021-02-18 14:16:41',NULL,150.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(24030,'1110','41613733425','2021-02-18 14:18:55',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24031,'1110','41613733425','2021-02-18 14:18:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24032,'1110','41613733425','2021-02-18 14:18:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24033,'1110','41613733425','2021-02-18 14:18:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24034,'1110','41613733425','2021-02-18 14:18:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24035,'5500','41613733425','2021-02-18 14:18:55',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24036,'1000','41613733425','2021-02-18 14:18:55',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24037,'4000','41613733425','2021-02-18 14:18:55',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24038,'4000','41613733425','2021-02-18 14:18:55',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24039,'4000','41613733425','2021-02-18 14:18:55',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24040,'4000','41613733425','2021-02-18 14:18:55',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24041,'4000','41613733425','2021-02-18 14:18:55',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24042,'1000','41613733582','2021-02-18 14:20:16',16000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24043,'4000','41613733582','2021-02-18 14:20:16',NULL,16000.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24044,'1000','41613733636','2021-02-18 14:36:41',400.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24045,'4000','41613733636','2021-02-18 14:36:41',NULL,100.00,'','4','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(24046,'4000','41613733636','2021-02-18 14:36:41',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24047,'1000','41613734714','2021-02-18 14:39:24',4000.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24048,'4000','41613734714','2021-02-18 14:39:24',NULL,4000.00,'','4','1','Good sold','1','','sales','177','','No',NULL,NULL,''),(24049,'1000','41613734779','2021-02-19 14:40:35',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24050,'4000','41613734779','2021-02-19 14:40:35',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24051,'1000','41613734845','2021-02-19 14:42:04',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24052,'4000','41613734845','2021-02-19 14:42:04',NULL,300.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(24053,'1110','41613734931','2021-02-17 14:45:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24054,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24055,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','9','','No',NULL,NULL,''),(24056,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24057,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24058,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(24059,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','40','','No',NULL,NULL,''),(24060,'1110','41613734931','2021-02-17 14:45:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24061,'1110','41613734931','2021-02-17 14:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24062,'5500','41613734931','2021-02-17 14:45:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24063,'1000','41613734931','2021-02-17 14:45:34',990.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24064,'4000','41613734931','2021-02-17 14:45:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24065,'4000','41613734931','2021-02-17 14:45:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24066,'4000','41613734931','2021-02-17 14:45:34',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(24067,'4000','41613734931','2021-02-17 14:45:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24068,'4000','41613734931','2021-02-17 14:45:34',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24069,'4000','41613734931','2021-02-17 14:45:34',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(24070,'4000','41613734931','2021-02-17 14:45:34',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(24071,'4000','41613734931','2021-02-17 14:45:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24072,'4000','41613734931','2021-02-17 14:45:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24073,'1110','41613735147','2021-02-18 14:47:38',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24074,'1110','41613735147','2021-02-18 14:47:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24075,'1110','41613735147','2021-02-18 14:47:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24076,'1110','41613735147','2021-02-18 14:47:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24077,'1110','41613735147','2021-02-18 14:47:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24078,'1110','41613735147','2021-02-18 14:47:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24079,'5500','41613735147','2021-02-18 14:47:38',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24080,'1000','41613735147','2021-02-18 14:47:38',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24081,'4000','41613735147','2021-02-18 14:47:38',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24082,'4000','41613735147','2021-02-18 14:47:38',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24083,'4000','41613735147','2021-02-18 14:47:38',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24084,'4000','41613735147','2021-02-18 14:47:38',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24085,'4000','41613735147','2021-02-18 14:47:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24086,'4000','41613735147','2021-02-18 14:47:38',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24087,'1110','41613735271','2021-02-18 14:49:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24088,'1110','41613735271','2021-02-18 14:49:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24089,'1110','41613735271','2021-02-18 14:49:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24090,'1110','41613735271','2021-02-18 14:49:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(24091,'1110','41613735271','2021-02-18 14:49:03',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24092,'1110','41613735271','2021-02-18 14:49:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24093,'5500','41613735271','2021-02-18 14:49:03',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24094,'1000','41613735271','2021-02-18 14:49:03',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24095,'4000','41613735271','2021-02-18 14:49:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24096,'4000','41613735271','2021-02-18 14:49:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24097,'4000','41613735271','2021-02-18 14:49:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24098,'4000','41613735271','2021-02-18 14:49:03',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(24099,'4000','41613735271','2021-02-18 14:49:03',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24100,'4000','41613735271','2021-02-18 14:49:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24101,'1110','41613735357','2021-02-18 14:50:26',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24102,'1110','41613735357','2021-02-18 14:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24103,'1110','41613735357','2021-02-18 14:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24104,'1110','41613735357','2021-02-18 14:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24105,'1110','41613735357','2021-02-18 14:50:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24106,'1110','41613735357','2021-02-18 14:50:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24107,'5500','41613735357','2021-02-18 14:50:26',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24108,'1000','41613735357','2021-02-18 14:50:26',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24109,'4000','41613735357','2021-02-18 14:50:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24110,'4000','41613735357','2021-02-18 14:50:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24111,'4000','41613735357','2021-02-18 14:50:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24112,'4000','41613735357','2021-02-18 14:50:26',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24113,'4000','41613735357','2021-02-18 14:50:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24114,'4000','41613735357','2021-02-18 14:50:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24115,'1110','41613735442','2021-02-18 14:54:30',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24116,'1110','41613735442','2021-02-18 14:54:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24117,'1110','41613735442','2021-02-18 14:54:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24118,'1110','41613735442','2021-02-18 14:54:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24119,'1110','41613735442','2021-02-18 14:54:30',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24120,'1110','41613735442','2021-02-18 14:54:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','94','','No',NULL,NULL,''),(24121,'1110','41613735442','2021-02-18 14:54:30',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24122,'5500','41613735442','2021-02-18 14:54:30',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24123,'1000','41613735442','2021-02-18 14:54:30',720.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24124,'4000','41613735442','2021-02-18 14:54:30',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24125,'4000','41613735442','2021-02-18 14:54:30',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24126,'4000','41613735442','2021-02-18 14:54:30',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24127,'4000','41613735442','2021-02-18 14:54:30',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24128,'4000','41613735442','2021-02-18 14:54:30',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24129,'4000','41613735442','2021-02-18 14:54:30',NULL,180.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(24130,'4000','41613735442','2021-02-18 14:54:30',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24131,'1000','41613735718','2021-02-18 14:55:29',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24132,'4000','41613735718','2021-02-18 14:55:29',NULL,1000.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(24133,'1110','41613735741','2021-02-18 14:57:55',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24134,'1110','41613735741','2021-02-18 14:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24135,'1110','41613735741','2021-02-18 14:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24136,'1110','41613735741','2021-02-18 14:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24137,'1110','41613735741','2021-02-18 14:57:55',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24138,'1110','41613735741','2021-02-18 14:57:55',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24139,'5500','41613735741','2021-02-18 14:57:55',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24140,'1000','41613735741','2021-02-18 14:57:55',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24141,'4000','41613735741','2021-02-18 14:57:55',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24142,'4000','41613735741','2021-02-18 14:57:55',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24143,'4000','41613735741','2021-02-18 14:57:55',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24144,'4000','41613735741','2021-02-18 14:57:55',NULL,100.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24145,'4000','41613735741','2021-02-18 14:57:55',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24146,'4000','41613735741','2021-02-18 14:57:55',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24147,'1110','41613735889','2021-02-18 10:22:40',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24148,'1110','41613735889','2021-02-18 10:22:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24149,'1110','41613735889','2021-02-18 10:22:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24150,'1110','41613735889','2021-02-18 10:22:40',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24151,'1110','41613735889','2021-02-18 10:22:40',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24152,'5500','41613735889','2021-02-18 10:22:40',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24153,'1000','41613735889','2021-02-18 10:22:40',2400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24154,'4000','41613735889','2021-02-18 10:22:40',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24155,'4000','41613735889','2021-02-18 10:22:40',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24156,'4000','41613735889','2021-02-18 10:22:40',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24157,'4000','41613735889','2021-02-18 10:22:40',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24158,'4000','41613735889','2021-02-18 10:22:40',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24159,'1110','41613805796','2021-02-18 10:34:38',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24160,'1110','41613805796','2021-02-18 10:34:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24161,'1110','41613805796','2021-02-18 10:34:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24162,'1110','41613805796','2021-02-18 10:34:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(24163,'1110','41613805796','2021-02-18 10:34:38',NULL,25.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24164,'1110','41613805796','2021-02-18 10:34:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24165,'5500','41613805796','2021-02-18 10:34:38',823.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24166,'1000','41613805796','2021-02-18 10:34:38',2500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24167,'4000','41613805796','2021-02-18 10:34:38',NULL,1500.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24168,'4000','41613805796','2021-02-18 10:34:38',NULL,500.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24169,'4000','41613805796','2021-02-18 10:34:38',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24170,'4000','41613805796','2021-02-18 10:34:38',NULL,100.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(24171,'4000','41613805796','2021-02-18 10:34:38',NULL,250.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24172,'4000','41613805796','2021-02-18 10:34:38',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24173,'1110','41613806576','2021-02-19 10:37:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24174,'1110','41613806576','2021-02-19 10:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24175,'1110','41613806576','2021-02-19 10:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24176,'1110','41613806576','2021-02-19 10:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(24177,'1110','41613806576','2021-02-19 10:37:22',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24178,'1110','41613806576','2021-02-19 10:37:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24179,'5500','41613806576','2021-02-19 10:37:22',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24180,'1000','41613806576','2021-02-19 10:37:22',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24181,'4000','41613806576','2021-02-19 10:37:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24182,'4000','41613806576','2021-02-19 10:37:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24183,'4000','41613806576','2021-02-19 10:37:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24184,'4000','41613806576','2021-02-19 10:37:22',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(24185,'4000','41613806576','2021-02-19 10:37:22',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24186,'4000','41613806576','2021-02-19 10:37:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24187,'1110','41613806659','2021-02-19 10:39:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24188,'1110','41613806659','2021-02-19 10:39:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24189,'1110','41613806659','2021-02-19 10:39:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24190,'1110','41613806659','2021-02-19 10:39:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24191,'1110','41613806659','2021-02-19 10:39:23',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24192,'1110','41613806659','2021-02-19 10:39:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24193,'5500','41613806659','2021-02-19 10:39:23',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24194,'1000','41613806659','2021-02-19 10:39:23',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24195,'4000','41613806659','2021-02-19 10:39:23',NULL,140.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24196,'4000','41613806659','2021-02-19 10:39:23',NULL,60.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24197,'4000','41613806659','2021-02-19 10:39:23',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24198,'4000','41613806659','2021-02-19 10:39:23',NULL,20.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24199,'4000','41613806659','2021-02-19 10:39:23',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24200,'4000','41613806659','2021-02-19 10:39:23',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24201,'1110','41613806780','2021-02-19 10:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24202,'1110','41613806780','2021-02-19 10:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24203,'1110','41613806780','2021-02-19 10:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24204,'1110','41613806780','2021-02-19 10:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24205,'1110','41613806780','2021-02-19 10:42:08',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24206,'1110','41613806780','2021-02-19 10:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24207,'1110','41613806780','2021-02-19 10:42:08',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(24208,'5500','41613806780','2021-02-19 10:42:08',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24209,'1000','41613806780','2021-02-19 10:42:08',400.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24210,'4000','41613806780','2021-02-19 10:42:08',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24211,'4000','41613806780','2021-02-19 10:42:08',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24212,'4000','41613806780','2021-02-19 10:42:08',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24213,'4000','41613806780','2021-02-19 10:42:08',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24214,'4000','41613806780','2021-02-19 10:42:08',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24215,'4000','41613806780','2021-02-19 10:42:08',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24216,'4000','41613806780','2021-02-19 10:42:08',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(24217,'1000','41613806942','2021-02-19 10:42:34',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24218,'4000','41613806942','2021-02-19 10:42:34',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24219,'1000','41613808313','2021-02-19 11:05:42',330.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24220,'4000','41613808313','2021-02-19 11:05:42',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(24221,'1110','41613808364','2021-02-20 11:06:53',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(24222,'5500','41613808364','2021-02-20 11:06:53',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24223,'1000','41613808364','2021-02-20 11:06:53',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24224,'4000','41613808364','2021-02-20 11:06:53',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(24225,'1110','41613808422','2021-02-19 11:14:04',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24226,'1110','41613808422','2021-02-19 11:14:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24227,'1110','41613808422','2021-02-19 11:14:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24228,'1110','41613808422','2021-02-19 11:14:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24229,'1110','41613808422','2021-02-19 11:14:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(24230,'1110','41613808422','2021-02-19 11:14:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(24231,'1110','41613808422','2021-02-19 11:14:04',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24232,'5500','41613808422','2021-02-19 11:14:04',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24233,'1000','41613808422','2021-02-19 11:14:04',640.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24234,'4000','41613808422','2021-02-19 11:14:04',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24235,'4000','41613808422','2021-02-19 11:14:04',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24236,'4000','41613808422','2021-02-19 11:14:04',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24237,'4000','41613808422','2021-02-19 11:14:04',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24238,'4000','41613808422','2021-02-19 11:14:04',NULL,50.00,'','4','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(24239,'4000','41613808422','2021-02-19 11:14:04',NULL,100.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(24240,'4000','41613808422','2021-02-19 11:14:04',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24241,'1110','41613808862','2021-02-19 11:15:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24242,'1110','41613808862','2021-02-19 11:15:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24243,'1110','41613808862','2021-02-19 11:15:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24244,'1110','41613808862','2021-02-19 11:15:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24245,'1110','41613808862','2021-02-19 11:15:49',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24246,'1110','41613808862','2021-02-19 11:15:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24247,'5500','41613808862','2021-02-19 11:15:49',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24248,'1000','41613808862','2021-02-19 11:15:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24249,'4000','41613808862','2021-02-19 11:15:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24250,'4000','41613808862','2021-02-19 11:15:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24251,'4000','41613808862','2021-02-19 11:15:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24252,'4000','41613808862','2021-02-19 11:15:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24253,'4000','41613808862','2021-02-19 11:15:49',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24254,'4000','41613808862','2021-02-19 11:15:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24255,'1000','41613808966','2021-02-19 11:16:59',1300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24256,'4000','41613808966','2021-02-19 11:16:59',NULL,1300.00,'','4','1','Good sold','1','','sales','178','','No',NULL,NULL,''),(24257,'1110','41613809057','2021-02-19 11:19:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24258,'1110','41613809057','2021-02-19 11:19:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24259,'1110','41613809057','2021-02-19 11:19:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24260,'1110','41613809057','2021-02-19 11:19:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24261,'1110','41613809057','2021-02-19 11:19:09',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24262,'1110','41613809057','2021-02-19 11:19:09',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24263,'5500','41613809057','2021-02-19 11:19:09',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24264,'1000','41613809057','2021-02-19 11:19:09',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24265,'4000','41613809057','2021-02-19 11:19:09',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24266,'4000','41613809057','2021-02-19 11:19:09',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24267,'4000','41613809057','2021-02-19 11:19:09',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24268,'4000','41613809057','2021-02-19 11:19:09',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24269,'4000','41613809057','2021-02-19 11:19:09',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24270,'4000','41613809057','2021-02-19 11:19:09',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24271,'1000','41613809164','2021-02-20 11:19:54',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24272,'4000','41613809164','2021-02-20 11:19:54',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24273,'1110','41613809205','2021-02-20 11:30:23',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24274,'1110','41613809205','2021-02-20 11:30:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24275,'1110','41613809205','2021-02-20 11:30:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24276,'1110','41613809205','2021-02-20 11:30:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24277,'1110','41613809205','2021-02-20 11:30:23',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24278,'1110','41613809205','2021-02-20 11:30:23',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24279,'5500','41613809205','2021-02-20 11:30:23',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24280,'1000','41613809205','2021-02-20 11:30:23',1080.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24281,'4000','41613809205','2021-02-20 11:30:23',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24282,'4000','41613809205','2021-02-20 11:30:23',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24283,'4000','41613809205','2021-02-20 11:30:23',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24284,'4000','41613809205','2021-02-20 11:30:23',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24285,'4000','41613809205','2021-02-20 11:30:23',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24286,'4000','41613809205','2021-02-20 11:30:23',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24287,'1110','41613809836','2021-02-20 11:31:04',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(24288,'5500','41613809836','2021-02-20 11:31:04',5.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24289,'1000','41613809836','2021-02-20 11:31:04',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24290,'4000','41613809836','2021-02-20 11:31:04',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(24291,'1110','41613809869','2021-02-20 11:46:58',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24292,'1110','41613809869','2021-02-20 11:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24293,'1110','41613809869','2021-02-20 11:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24294,'1110','41613809869','2021-02-20 11:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(24295,'1110','41613809869','2021-02-20 11:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(24296,'1110','41613809869','2021-02-20 11:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(24297,'1110','41613809869','2021-02-20 11:46:58',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(24298,'1110','41613809869','2021-02-20 11:46:58',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24299,'5500','41613809869','2021-02-20 11:46:58',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24300,'1000','41613809869','2021-02-20 11:46:58',900.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24301,'4000','41613809869','2021-02-20 11:46:58',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24302,'4000','41613809869','2021-02-20 11:46:58',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24303,'4000','41613809869','2021-02-20 11:46:58',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24304,'4000','41613809869','2021-02-20 11:46:58',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(24305,'4000','41613809869','2021-02-20 11:46:58',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(24306,'4000','41613809869','2021-02-20 11:46:58',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(24307,'4000','41613809869','2021-02-20 11:46:58',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(24308,'4000','41613809869','2021-02-20 11:46:58',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24309,'1110','41613818682','2021-02-20 13:58:51',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24310,'1110','41613818682','2021-02-20 13:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24311,'1110','41613818682','2021-02-20 13:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24312,'1110','41613818682','2021-02-20 13:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(24313,'1110','41613818682','2021-02-20 13:58:51',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24314,'1110','41613818682','2021-02-20 13:58:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24315,'5500','41613818682','2021-02-20 13:58:51',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24316,'1000','41613818682','2021-02-20 13:58:51',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24317,'4000','41613818682','2021-02-20 13:58:51',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24318,'4000','41613818682','2021-02-20 13:58:51',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24319,'4000','41613818682','2021-02-20 13:58:51',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24320,'4000','41613818682','2021-02-20 13:58:51',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(24321,'4000','41613818682','2021-02-20 13:58:51',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24322,'4000','41613818682','2021-02-20 13:58:51',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24323,'1000','41613976176','2021-02-22 09:43:35',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24324,'4000','41613976176','2021-02-22 09:43:35',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24325,'1000','41613976236','2021-02-22 09:44:28',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24326,'4000','41613976236','2021-02-22 09:44:28',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24327,'1110','41613976287','2021-02-22 09:46:41',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24328,'1110','41613976287','2021-02-22 09:46:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24329,'1110','41613976287','2021-02-22 09:46:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24330,'1110','41613976287','2021-02-22 09:46:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24331,'5500','41613976287','2021-02-22 09:46:41',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24332,'1000','41613976287','2021-02-22 09:46:41',460.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24333,'4000','41613976287','2021-02-22 09:46:41',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24334,'4000','41613976287','2021-02-22 09:46:41',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24335,'4000','41613976287','2021-02-22 09:46:41',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24336,'4000','41613976287','2021-02-22 09:46:41',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24337,'1000','41613976412','2021-02-22 09:48:49',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24338,'4000','41613976412','2021-02-22 09:48:49',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24339,'1110','41613976582','2021-02-22 09:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24340,'1110','41613976582','2021-02-22 09:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24341,'1110','41613976582','2021-02-22 09:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24342,'1110','41613976582','2021-02-22 09:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24343,'1110','41613976582','2021-02-22 09:53:28',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24344,'1110','41613976582','2021-02-22 09:53:28',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24345,'5500','41613976582','2021-02-22 09:53:28',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24346,'1000','41613976582','2021-02-22 09:53:28',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24347,'4000','41613976582','2021-02-22 09:53:28',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24348,'4000','41613976582','2021-02-22 09:53:28',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24349,'4000','41613976582','2021-02-22 09:53:28',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24350,'4000','41613976582','2021-02-22 09:53:28',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24351,'4000','41613976582','2021-02-22 09:53:28',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24352,'4000','41613976582','2021-02-22 09:53:28',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24353,'1110','41613976816','2021-02-22 10:14:00',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24354,'1110','41613976816','2021-02-22 10:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24355,'1110','41613976816','2021-02-22 10:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24356,'1110','41613976816','2021-02-22 10:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24357,'1110','41613976816','2021-02-22 10:14:00',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24358,'1110','41613976816','2021-02-22 10:14:00',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24359,'5500','41613976816','2021-02-22 10:14:00',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24360,'1000','41613976816','2021-02-22 10:14:00',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24361,'4000','41613976816','2021-02-22 10:14:00',NULL,300.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24362,'4000','41613976816','2021-02-22 10:14:00',NULL,100.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24363,'4000','41613976816','2021-02-22 10:14:00',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24364,'4000','41613976816','2021-02-22 10:14:00',NULL,20.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24365,'4000','41613976816','2021-02-22 10:14:00',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24366,'4000','41613976816','2021-02-22 10:14:00',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24367,'1110','41613984281','2021-02-22 12:18:19',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24368,'1110','41613984281','2021-02-22 12:18:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','4','','No',NULL,NULL,''),(24369,'1110','41613984281','2021-02-22 12:18:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24370,'1110','41613984281','2021-02-22 12:18:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24371,'1110','41613984281','2021-02-22 12:18:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24372,'5500','41613984281','2021-02-22 12:18:19',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24373,'1000','41613984281','2021-02-22 12:18:19',610.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24374,'4000','41613984281','2021-02-22 12:18:19',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24375,'4000','41613984281','2021-02-22 12:18:19',NULL,220.00,'','4','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(24376,'4000','41613984281','2021-02-22 12:18:19',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24377,'4000','41613984281','2021-02-22 12:18:19',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24378,'4000','41613984281','2021-02-22 12:18:19',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24379,'1000','41613985507','2021-02-22 12:42:56',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24380,'4000','41613985507','2021-02-22 12:42:56',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(24381,'4000','41613985507','2021-02-22 12:42:56',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24382,'4000','41613985507','2021-02-22 12:42:56',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24383,'4000','41613985507','2021-02-22 12:42:56',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(24384,'4000','41613985507','2021-02-22 12:42:56',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(24385,'4000','41613985507','2021-02-22 12:42:56',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(24386,'1000','41613987042','2021-02-22 13:39:10',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24387,'4000','41613987042','2021-02-22 13:39:10',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(24388,'1110','41613990358','2021-02-22 13:44:03',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24389,'1110','41613990358','2021-02-22 13:44:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24390,'1110','41613990358','2021-02-22 13:44:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24391,'1110','41613990358','2021-02-22 13:44:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24392,'1110','41613990358','2021-02-22 13:44:03',NULL,10.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24393,'1110','41613990358','2021-02-22 13:44:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24394,'5500','41613990358','2021-02-22 13:44:03',329.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24395,'1000','41613990358','2021-02-22 13:44:03',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24396,'4000','41613990358','2021-02-22 13:44:03',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24397,'4000','41613990358','2021-02-22 13:44:03',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24398,'4000','41613990358','2021-02-22 13:44:03',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24399,'4000','41613990358','2021-02-22 13:44:03',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24400,'4000','41613990358','2021-02-22 13:44:03',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24401,'4000','41613990358','2021-02-22 13:44:03',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24402,'1000','41613990649','2021-02-22 13:45:43',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24403,'4000','41613990649','2021-02-22 13:45:43',NULL,120.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(24404,'4000','41613990649','2021-02-22 13:45:43',NULL,660.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(24405,'4000','41613990649','2021-02-22 13:45:43',NULL,120.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(24406,'1000','41613990750','2021-02-22 13:46:56',180.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24407,'4000','41613990750','2021-02-22 13:46:56',NULL,180.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(24408,'1000','41613990822','2021-02-22 13:49:52',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24409,'4000','41613990822','2021-02-22 13:49:52',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24410,'4000','41613990822','2021-02-22 13:49:52',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24411,'4000','41613990822','2021-02-22 13:49:52',NULL,60.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24412,'4000','41613990822','2021-02-22 13:49:52',NULL,840.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(24413,'4000','41613990822','2021-02-22 13:49:52',NULL,120.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(24414,'4000','41613990822','2021-02-22 13:49:52',NULL,400.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24415,'1110','41613990997','2021-02-22 13:52:13',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24416,'1110','41613990997','2021-02-22 13:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24417,'1110','41613990997','2021-02-22 13:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24418,'1110','41613990997','2021-02-22 13:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(24419,'1110','41613990997','2021-02-22 13:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(24420,'1110','41613990997','2021-02-22 13:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(24421,'1110','41613990997','2021-02-22 13:52:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(24422,'1110','41613990997','2021-02-22 13:52:13',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24423,'5500','41613990997','2021-02-22 13:52:13',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24424,'1000','41613990997','2021-02-22 13:52:13',1800.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24425,'4000','41613990997','2021-02-22 13:52:13',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24426,'4000','41613990997','2021-02-22 13:52:13',NULL,320.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24427,'4000','41613990997','2021-02-22 13:52:13',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24428,'4000','41613990997','2021-02-22 13:52:13',NULL,60.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(24429,'4000','41613990997','2021-02-22 13:52:13',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(24430,'4000','41613990997','2021-02-22 13:52:13',NULL,260.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(24431,'4000','41613990997','2021-02-22 13:52:13',NULL,120.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(24432,'4000','41613990997','2021-02-22 13:52:13',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24433,'1000','41613991141','2021-02-22 15:16:50',2300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24434,'4000','41613991141','2021-02-22 15:16:50',NULL,500.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24435,'4000','41613991141','2021-02-22 15:16:50',NULL,1800.00,'','4','1','Good sold','1','','sales','147','','No',NULL,NULL,''),(24436,'1110','41613996233','2021-02-22 15:24:19',NULL,638.40,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24437,'1110','41613996233','2021-02-22 15:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24438,'1110','41613996233','2021-02-22 15:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24439,'1110','41613996233','2021-02-22 15:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24440,'1110','41613996233','2021-02-22 15:24:19',NULL,8.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24441,'1110','41613996233','2021-02-22 15:24:19',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24442,'5500','41613996233','2021-02-22 15:24:19',646.40,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24443,'1000','41613996233','2021-02-22 15:24:19',2160.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24444,'4000','41613996233','2021-02-22 15:24:19',NULL,1280.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24445,'4000','41613996233','2021-02-22 15:24:19',NULL,440.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24446,'4000','41613996233','2021-02-22 15:24:19',NULL,80.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24447,'4000','41613996233','2021-02-22 15:24:19',NULL,120.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24448,'4000','41613996233','2021-02-22 15:24:19',NULL,200.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24449,'4000','41613996233','2021-02-22 15:24:19',NULL,40.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24450,'1110','41613996665','2021-02-22 15:34:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24451,'1110','41613996665','2021-02-22 15:34:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24452,'1110','41613996665','2021-02-22 15:34:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24453,'1110','41613996665','2021-02-22 15:34:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24454,'1110','41613996665','2021-02-22 15:34:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24455,'1110','41613996665','2021-02-22 15:34:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24456,'5500','41613996665','2021-02-22 15:34:49',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24457,'1000','41613996665','2021-02-22 15:34:49',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24458,'4000','41613996665','2021-02-22 15:34:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24459,'4000','41613996665','2021-02-22 15:34:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24460,'4000','41613996665','2021-02-22 15:34:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24461,'4000','41613996665','2021-02-22 15:34:49',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24462,'4000','41613996665','2021-02-22 15:34:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24463,'4000','41613996665','2021-02-22 15:34:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24464,'1000','41614059974','2021-02-23 09:00:09',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24465,'4000','41614059974','2021-02-23 09:00:09',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(24466,'1000','41614073470','2021-02-23 12:44:59',370.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24467,'4000','41614073470','2021-02-23 12:44:59',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24468,'4000','41614073470','2021-02-23 12:44:59',NULL,250.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24469,'1110','41614073508','2021-02-23 13:10:24',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24470,'1110','41614073508','2021-02-23 13:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(24471,'1110','41614073508','2021-02-23 13:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24472,'1110','41614073508','2021-02-23 13:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(24473,'1110','41614073508','2021-02-23 13:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(24474,'1110','41614073508','2021-02-23 13:10:24',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(24475,'1110','41614073508','2021-02-23 13:10:24',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24476,'5500','41614073508','2021-02-23 13:10:24',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24477,'1000','41614073508','2021-02-23 13:10:24',700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24478,'4000','41614073508','2021-02-23 13:10:24',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24479,'4000','41614073508','2021-02-23 13:10:24',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(24480,'4000','41614073508','2021-02-23 13:10:24',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24481,'4000','41614073508','2021-02-23 13:10:24',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(24482,'4000','41614073508','2021-02-23 13:10:24',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(24483,'4000','41614073508','2021-02-23 13:10:24',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(24484,'4000','41614073508','2021-02-23 13:10:24',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24485,'1110','41614082566','2021-02-23 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24486,'1110','41614082566','2021-02-23 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24487,'1110','41614082566','2021-02-23 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24488,'1110','41614082566','2021-02-23 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24489,'1110','41614082566','2021-02-23 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24490,'1110','41614082566','2021-02-23 15:19:51',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24491,'1110','41614082566','2021-02-23 15:19:51',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24492,'5500','41614082566','2021-02-23 15:19:51',4.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24493,'1000','41614082566','2021-02-23 15:19:51',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24494,'4000','41614082566','2021-02-23 15:19:51',NULL,340.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24495,'4000','41614082566','2021-02-23 15:19:51',NULL,140.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24496,'4000','41614082566','2021-02-23 15:19:51',NULL,40.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24497,'4000','41614082566','2021-02-23 15:19:51',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24498,'4000','41614082566','2021-02-23 15:19:51',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24499,'4000','41614082566','2021-02-23 15:19:51',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24500,'4000','41614082566','2021-02-23 15:19:51',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24501,'1110','41614144537','2021-02-24 08:30:26',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24502,'1110','41614144537','2021-02-24 08:30:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24503,'1110','41614144537','2021-02-24 08:30:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24504,'1110','41614144537','2021-02-24 08:30:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24505,'1110','41614144537','2021-02-24 08:30:26',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24506,'1110','41614144537','2021-02-24 08:30:26',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24507,'5500','41614144537','2021-02-24 08:30:26',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24508,'1000','41614144537','2021-02-24 08:30:26',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24509,'4000','41614144537','2021-02-24 08:30:26',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24510,'4000','41614144537','2021-02-24 08:30:26',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24511,'4000','41614144537','2021-02-24 08:30:26',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24512,'4000','41614144537','2021-02-24 08:30:26',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24513,'4000','41614144537','2021-02-24 08:30:26',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24514,'4000','41614144537','2021-02-24 08:30:26',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24515,'1000','41614145825','2021-02-24 08:50:43',500.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24516,'4000','41614145825','2021-02-24 08:50:43',NULL,500.00,'','4','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(24517,'1000','71614146590','2021-02-24 09:04:04',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24518,'4000','71614146590','2021-02-24 09:04:04',NULL,80.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24519,'1000','71614149354','2021-02-24 09:49:44',80.00,NULL,'','7','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24520,'4000','71614149354','2021-02-24 09:49:44',NULL,80.00,'','7','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24521,'1000','41614149878','2021-02-24 09:59:32',450.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24522,'4000','41614149878','2021-02-24 09:59:32',NULL,60.00,'','4','1','Good sold','1','','sales','9','','No',NULL,NULL,''),(24523,'4000','41614149878','2021-02-24 09:59:32',NULL,330.00,'','4','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(24524,'4000','41614149878','2021-02-24 09:59:32',NULL,60.00,'','4','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(24525,'1110','41614156050','2021-02-24 11:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24526,'1110','41614156050','2021-02-24 11:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24527,'1110','41614156050','2021-02-24 11:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24528,'1110','41614156050','2021-02-24 11:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24529,'1110','41614156050','2021-02-24 11:42:37',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24530,'1110','41614156050','2021-02-24 11:42:37',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24531,'5500','41614156050','2021-02-24 11:42:37',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24532,'1000','41614156050','2021-02-24 11:42:37',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24533,'4000','41614156050','2021-02-24 11:42:37',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24534,'4000','41614156050','2021-02-24 11:42:37',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24535,'4000','41614156050','2021-02-24 11:42:37',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24536,'4000','41614156050','2021-02-24 11:42:37',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24537,'4000','41614156050','2021-02-24 11:42:37',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24538,'4000','41614156050','2021-02-24 11:42:37',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24539,'1110','41614156325','2021-02-24 11:46:57',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24540,'1110','41614156325','2021-02-24 11:46:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24541,'1110','41614156325','2021-02-24 11:46:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24542,'1110','41614156325','2021-02-24 11:46:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24543,'1110','41614156325','2021-02-24 11:46:57',NULL,4.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24544,'1110','41614156325','2021-02-24 11:46:57',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24545,'5500','41614156325','2021-02-24 11:46:57',323.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24546,'1000','41614156325','2021-02-24 11:46:57',1080.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24547,'4000','41614156325','2021-02-24 11:46:57',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24548,'4000','41614156325','2021-02-24 11:46:57',NULL,220.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24549,'4000','41614156325','2021-02-24 11:46:57',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24550,'4000','41614156325','2021-02-24 11:46:57',NULL,60.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24551,'4000','41614156325','2021-02-24 11:46:57',NULL,100.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24552,'4000','41614156325','2021-02-24 11:46:57',NULL,20.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24553,'1000','41614156440','2021-02-24 11:51:33',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24554,'4000','41614156440','2021-02-24 11:51:33',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(24555,'4000','41614156440','2021-02-24 11:51:33',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24556,'4000','41614156440','2021-02-24 11:51:33',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24557,'4000','41614156440','2021-02-24 11:51:33',NULL,210.00,'','4','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(24558,'4000','41614156440','2021-02-24 11:51:33',NULL,50.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(24559,'4000','41614156440','2021-02-24 11:51:33',NULL,100.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24560,'1000','41614156709','2021-02-24 11:53:59',300.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24561,'4000','41614156709','2021-02-24 11:53:59',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24562,'1110','41614156860','2021-02-24 12:15:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24563,'1110','41614156860','2021-02-24 12:15:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24564,'1110','41614156860','2021-02-24 12:15:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24565,'1110','41614156860','2021-02-24 12:15:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24566,'1110','41614156860','2021-02-24 12:15:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24567,'1110','41614156860','2021-02-24 12:15:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24568,'5500','41614156860','2021-02-24 12:15:15',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24569,'1000','41614156860','2021-02-24 12:15:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24570,'4000','41614156860','2021-02-24 12:15:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24571,'4000','41614156860','2021-02-24 12:15:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24572,'4000','41614156860','2021-02-24 12:15:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24573,'4000','41614156860','2021-02-24 12:15:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24574,'4000','41614156860','2021-02-24 12:15:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24575,'4000','41614156860','2021-02-24 12:15:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24576,'1110','41614158125','2021-02-24 12:16:59',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24577,'1110','41614158125','2021-02-24 12:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24578,'1110','41614158125','2021-02-24 12:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24579,'1110','41614158125','2021-02-24 12:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24580,'1110','41614158125','2021-02-24 12:16:59',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24581,'1110','41614158125','2021-02-24 12:16:59',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24582,'5500','41614158125','2021-02-24 12:16:59',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24583,'1000','41614158125','2021-02-24 12:16:59',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24584,'4000','41614158125','2021-02-24 12:16:59',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24585,'4000','41614158125','2021-02-24 12:16:59',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24586,'4000','41614158125','2021-02-24 12:16:59',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24587,'4000','41614158125','2021-02-24 12:16:59',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24588,'4000','41614158125','2021-02-24 12:16:59',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24589,'4000','41614158125','2021-02-24 12:16:59',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24590,'1110','41614158466','2021-02-24 12:29:44',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24591,'1110','41614158466','2021-02-24 12:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24592,'1110','41614158466','2021-02-24 12:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24593,'1110','41614158466','2021-02-24 12:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24594,'1110','41614158466','2021-02-24 12:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','67','','No',NULL,NULL,''),(24595,'1110','41614158466','2021-02-24 12:29:44',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24596,'5500','41614158466','2021-02-24 12:29:44',478.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24597,'1000','41614158466','2021-02-24 12:29:44',1620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24598,'4000','41614158466','2021-02-24 12:29:44',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24599,'4000','41614158466','2021-02-24 12:29:44',NULL,330.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24600,'4000','41614158466','2021-02-24 12:29:44',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24601,'4000','41614158466','2021-02-24 12:29:44',NULL,90.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24602,'4000','41614158466','2021-02-24 12:29:44',NULL,150.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(24603,'4000','41614158466','2021-02-24 12:29:44',NULL,30.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24604,'1000','41614159017','2021-02-24 12:31:03',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24605,'4000','41614159017','2021-02-24 12:31:03',NULL,750.00,'','4','1','Good sold','1','','sales','288','','No',NULL,NULL,''),(24606,'1000','41614160022','2021-02-24 12:48:09',950.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24607,'4000','41614160022','2021-02-24 12:48:09',NULL,950.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24608,'1110','41614160104','2021-02-24 13:06:31',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24609,'1110','41614160104','2021-02-24 13:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24610,'1110','41614160104','2021-02-24 13:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24611,'1110','41614160104','2021-02-24 13:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24612,'1110','41614160104','2021-02-24 13:06:31',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24613,'5500','41614160104','2021-02-24 13:06:31',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24614,'1000','41614160104','2021-02-24 13:06:31',490.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24615,'4000','41614160104','2021-02-24 13:06:31',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24616,'4000','41614160104','2021-02-24 13:06:31',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24617,'4000','41614160104','2021-02-24 13:06:31',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24618,'4000','41614160104','2021-02-24 13:06:31',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24619,'4000','41614160104','2021-02-24 13:06:31',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24620,'1110','41614161206','2021-02-24 13:08:49',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24621,'1110','41614161206','2021-02-24 13:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24622,'1110','41614161206','2021-02-24 13:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24623,'1110','41614161206','2021-02-24 13:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24624,'1110','41614161206','2021-02-24 13:08:49',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24625,'1110','41614161206','2021-02-24 13:08:49',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24626,'5500','41614161206','2021-02-24 13:08:49',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24627,'1000','41614161206','2021-02-24 13:08:49',540.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24628,'4000','41614161206','2021-02-24 13:08:49',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24629,'4000','41614161206','2021-02-24 13:08:49',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24630,'4000','41614161206','2021-02-24 13:08:49',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24631,'4000','41614161206','2021-02-24 13:08:49',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24632,'4000','41614161206','2021-02-24 13:08:49',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24633,'4000','41614161206','2021-02-24 13:08:49',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24634,'1110','41614171755','2021-02-24 16:04:32',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24635,'1110','41614171755','2021-02-24 16:04:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24636,'1110','41614171755','2021-02-24 16:04:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24637,'1110','41614171755','2021-02-24 16:04:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24638,'1110','41614171755','2021-02-24 16:04:32',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24639,'1110','41614171755','2021-02-24 16:04:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24640,'5500','41614171755','2021-02-24 16:04:32',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24641,'1000','41614171755','2021-02-24 16:04:32',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24642,'4000','41614171755','2021-02-24 16:04:32',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24643,'4000','41614171755','2021-02-24 16:04:32',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24644,'4000','41614171755','2021-02-24 16:04:32',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24645,'4000','41614171755','2021-02-24 16:04:32',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24646,'4000','41614171755','2021-02-24 16:04:32',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24647,'4000','41614171755','2021-02-24 16:04:32',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24648,'1110','41614171879','2021-02-24 16:13:20',NULL,957.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24649,'1110','41614171879','2021-02-24 16:13:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24650,'1110','41614171879','2021-02-24 16:13:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24651,'1110','41614171879','2021-02-24 16:13:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24652,'1110','41614171879','2021-02-24 16:13:20',NULL,30.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24653,'1110','41614171879','2021-02-24 16:13:20',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24654,'5500','41614171879','2021-02-24 16:13:20',987.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24655,'1000','41614171879','2021-02-24 16:13:20',3240.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24656,'4000','41614171879','2021-02-24 16:13:20',NULL,1920.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24657,'4000','41614171879','2021-02-24 16:13:20',NULL,660.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24658,'4000','41614171879','2021-02-24 16:13:20',NULL,120.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24659,'4000','41614171879','2021-02-24 16:13:20',NULL,180.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24660,'4000','41614171879','2021-02-24 16:13:20',NULL,300.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24661,'4000','41614171879','2021-02-24 16:13:20',NULL,60.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24662,'1000','41614172407','2021-02-24 16:16:29',4500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24663,'4000','41614172407','2021-02-24 16:16:29',NULL,850.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24664,'4000','41614172407','2021-02-24 16:16:29',NULL,100.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24665,'4000','41614172407','2021-02-24 16:16:29',NULL,150.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24666,'4000','41614172407','2021-02-24 16:16:29',NULL,2100.00,'','4','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(24667,'4000','41614172407','2021-02-24 16:16:29',NULL,300.00,'','4','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(24668,'4000','41614172407','2021-02-24 16:16:29',NULL,1000.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24669,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(24670,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24671,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24672,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(24673,'1110','41614172603','2021-02-24 16:21:38',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24674,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','137','','No',NULL,NULL,''),(24675,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','138','','No',NULL,NULL,''),(24676,'1110','41614172603','2021-02-24 16:21:38',NULL,0.00,'','4','1','Inventory sold','1','','sales','139','','No',NULL,NULL,''),(24677,'5500','41614172603','2021-02-24 16:21:38',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24678,'1000','41614172603','2021-02-24 16:21:38',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24679,'4000','41614172603','2021-02-24 16:21:38',NULL,90.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(24680,'4000','41614172603','2021-02-24 16:21:38',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24681,'4000','41614172603','2021-02-24 16:21:38',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24682,'4000','41614172603','2021-02-24 16:21:38',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(24683,'4000','41614172603','2021-02-24 16:21:38',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24684,'4000','41614172603','2021-02-24 16:21:38',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(24685,'4000','41614172603','2021-02-24 16:21:38',NULL,50.00,'','4','1','Good sold','1','','sales','138','','No',NULL,NULL,''),(24686,'4000','41614172603','2021-02-24 16:21:38',NULL,50.00,'','4','1','Good sold','1','','sales','139','','No',NULL,NULL,''),(24687,'1000','41614172906','2021-02-24 16:22:19',750.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24688,'4000','41614172906','2021-02-24 16:22:19',NULL,750.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(24689,'1000','41614173011','2021-02-24 16:25:46',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24690,'4000','41614173011','2021-02-24 16:25:46',NULL,500.00,'','4','1','Good sold','1','','sales','185','','No',NULL,NULL,''),(24691,'1110','41614666365','2021-02-25 10:09:22',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24692,'1110','41614666365','2021-02-25 10:09:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24693,'1110','41614666365','2021-02-25 10:09:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24694,'1110','41614666365','2021-02-25 10:09:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24695,'1110','41614666365','2021-02-25 10:09:22',NULL,5.00,'','4','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(24696,'1110','41614666365','2021-02-25 10:09:22',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24697,'5500','41614666365','2021-02-25 10:09:22',164.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24698,'1000','41614666365','2021-02-25 10:09:22',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24699,'4000','41614666365','2021-02-25 10:09:22',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24700,'4000','41614666365','2021-02-25 10:09:22',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24701,'4000','41614666365','2021-02-25 10:09:22',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24702,'4000','41614666365','2021-02-25 10:09:22',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24703,'4000','41614666365','2021-02-25 10:09:22',NULL,50.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(24704,'4000','41614666365','2021-02-25 10:09:22',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24705,'1110','41614668986','2021-02-25 10:11:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24706,'1110','41614668986','2021-02-25 10:11:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(24707,'1110','41614668986','2021-02-25 10:11:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(24708,'1110','41614668986','2021-02-25 10:11:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24709,'1110','41614668986','2021-02-25 10:11:25',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24710,'1110','41614668986','2021-02-25 10:11:25',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24711,'5500','41614668986','2021-02-25 10:11:25',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24712,'1000','41614668986','2021-02-25 10:11:25',350.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24713,'4000','41614668986','2021-02-25 10:11:25',NULL,170.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24714,'4000','41614668986','2021-02-25 10:11:25',NULL,70.00,'','4','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(24715,'4000','41614668986','2021-02-25 10:11:25',NULL,20.00,'','4','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(24716,'4000','41614668986','2021-02-25 10:11:25',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24717,'4000','41614668986','2021-02-25 10:11:25',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24718,'4000','41614668986','2021-02-25 10:11:25',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24719,'1110','41614669102','2021-02-25 10:15:32',NULL,478.80,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24720,'1110','41614669102','2021-02-25 10:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','2','','No',NULL,NULL,''),(24721,'1110','41614669102','2021-02-25 10:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24722,'1110','41614669102','2021-02-25 10:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(24723,'1110','41614669102','2021-02-25 10:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(24724,'1110','41614669102','2021-02-25 10:15:32',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(24725,'1110','41614669102','2021-02-25 10:15:32',NULL,5.00,'','4','1','Inventory sold','1','','sales','91','','No',NULL,NULL,''),(24726,'5500','41614669102','2021-02-25 10:15:32',483.80,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24727,'1000','41614669102','2021-02-25 10:15:32',2620.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24728,'4000','41614669102','2021-02-25 10:15:32',NULL,960.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24729,'4000','41614669102','2021-02-25 10:15:32',NULL,270.00,'','4','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(24730,'4000','41614669102','2021-02-25 10:15:32',NULL,60.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24731,'4000','41614669102','2021-02-25 10:15:32',NULL,90.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(24732,'4000','41614669102','2021-02-25 10:15:32',NULL,390.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(24733,'4000','41614669102','2021-02-25 10:15:32',NULL,150.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24734,'4000','41614669102','2021-02-25 10:15:32',NULL,700.00,'','4','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(24735,'1000','41614669359','2021-02-25 10:17:04',420.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24736,'4000','41614669359','2021-02-25 10:17:04',NULL,120.00,'','4','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(24737,'4000','41614669359','2021-02-25 10:17:04',NULL,300.00,'','4','1','Good sold','1','','sales','161','','No',NULL,NULL,''),(24738,'1110','41614669448','2021-02-25 10:19:03',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24739,'1110','41614669448','2021-02-25 10:19:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24740,'1110','41614669448','2021-02-25 10:19:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24741,'1110','41614669448','2021-02-25 10:19:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(24742,'1110','41614669448','2021-02-25 10:19:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(24743,'1110','41614669448','2021-02-25 10:19:03',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24744,'5500','41614669448','2021-02-25 10:19:03',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24745,'1000','41614669448','2021-02-25 10:19:03',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24746,'4000','41614669448','2021-02-25 10:19:03',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24747,'4000','41614669448','2021-02-25 10:19:03',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24748,'4000','41614669448','2021-02-25 10:19:03',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24749,'4000','41614669448','2021-02-25 10:19:03',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(24750,'4000','41614669448','2021-02-25 10:19:03',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24751,'4000','41614669448','2021-02-25 10:19:03',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24752,'1110','41614669567','2021-02-25 10:20:02',NULL,2.00,'','4','1','Inventory sold','1','','sales','143','','No',NULL,NULL,''),(24753,'5500','41614669567','2021-02-25 10:20:02',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24754,'1000','41614669567','2021-02-25 10:20:02',300.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24755,'4000','41614669567','2021-02-25 10:20:02',NULL,300.00,'','4','1','Good sold','1','','sales','143','','No',NULL,NULL,''),(24756,'1110','41614669619','2021-02-25 10:21:42',NULL,798.00,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24757,'1110','41614669619','2021-02-25 10:21:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24758,'1110','41614669619','2021-02-25 10:21:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24759,'1110','41614669619','2021-02-25 10:21:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24760,'1110','41614669619','2021-02-25 10:21:42',NULL,10.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24761,'1110','41614669619','2021-02-25 10:21:42',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24762,'5500','41614669619','2021-02-25 10:21:42',808.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24763,'1000','41614669619','2021-02-25 10:21:42',2700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24764,'4000','41614669619','2021-02-25 10:21:42',NULL,1600.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24765,'4000','41614669619','2021-02-25 10:21:42',NULL,550.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24766,'4000','41614669619','2021-02-25 10:21:42',NULL,100.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24767,'4000','41614669619','2021-02-25 10:21:42',NULL,150.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24768,'4000','41614669619','2021-02-25 10:21:42',NULL,250.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24769,'4000','41614669619','2021-02-25 10:21:42',NULL,50.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24770,'1110','41614669870','2021-02-26 10:30:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24771,'1110','41614669870','2021-02-26 10:30:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24772,'1110','41614669870','2021-02-26 10:30:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24773,'1110','41614669870','2021-02-26 10:30:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24774,'1110','41614669870','2021-02-26 10:30:18',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24775,'1110','41614669870','2021-02-26 10:30:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24776,'5500','41614669870','2021-02-26 10:30:18',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24777,'1000','41614669870','2021-02-26 10:30:18',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24778,'4000','41614669870','2021-02-26 10:30:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24779,'4000','41614669870','2021-02-26 10:30:18',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24780,'4000','41614669870','2021-02-26 10:30:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24781,'4000','41614669870','2021-02-26 10:30:18',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24782,'4000','41614669870','2021-02-26 10:30:18',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24783,'4000','41614669870','2021-02-26 10:30:18',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24784,'1110','41614670362','2021-02-26 10:34:12',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24785,'1110','41614670362','2021-02-26 10:34:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24786,'1110','41614670362','2021-02-26 10:34:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24787,'1110','41614670362','2021-02-26 10:34:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24788,'1110','41614670362','2021-02-26 10:34:12',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24789,'1110','41614670362','2021-02-26 10:34:12',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24790,'5500','41614670362','2021-02-26 10:34:12',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24791,'1000','41614670362','2021-02-26 10:34:12',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24792,'4000','41614670362','2021-02-26 10:34:12',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24793,'4000','41614670362','2021-02-26 10:34:12',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24794,'4000','41614670362','2021-02-26 10:34:12',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24795,'4000','41614670362','2021-02-26 10:34:12',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24796,'4000','41614670362','2021-02-26 10:34:12',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24797,'4000','41614670362','2021-02-26 10:34:12',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24798,'1000','41614670476','2021-02-26 10:35:04',120.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24799,'4000','41614670476','2021-02-26 10:35:04',NULL,120.00,'','4','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(24800,'1000','41614670531','2021-02-26 10:37:52',1000.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24801,'4000','41614670531','2021-02-26 10:37:52',NULL,250.00,'','4','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(24802,'4000','41614670531','2021-02-26 10:37:52',NULL,500.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24803,'4000','41614670531','2021-02-26 10:37:52',NULL,250.00,'','4','1','Good sold','1','','sales','79','','No',NULL,NULL,''),(24804,'1110','41614670702','2021-02-26 10:45:34',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24805,'1110','41614670702','2021-02-26 10:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24806,'1110','41614670702','2021-02-26 10:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24807,'1110','41614670702','2021-02-26 10:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24808,'1110','41614670702','2021-02-26 10:45:34',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24809,'1110','41614670702','2021-02-26 10:45:34',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24810,'5500','41614670702','2021-02-26 10:45:34',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24811,'1000','41614670702','2021-02-26 10:45:34',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24812,'4000','41614670702','2021-02-26 10:45:34',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24813,'4000','41614670702','2021-02-26 10:45:34',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24814,'4000','41614670702','2021-02-26 10:45:34',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24815,'4000','41614670702','2021-02-26 10:45:34',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24816,'4000','41614670702','2021-02-26 10:45:34',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24817,'4000','41614670702','2021-02-26 10:45:34',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24818,'1110','41614671155','2021-02-26 10:47:15',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24819,'1110','41614671155','2021-02-26 10:47:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24820,'1110','41614671155','2021-02-26 10:47:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24821,'1110','41614671155','2021-02-26 10:47:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24822,'1110','41614671155','2021-02-26 10:47:15',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24823,'1110','41614671155','2021-02-26 10:47:15',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24824,'5500','41614671155','2021-02-26 10:47:15',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24825,'1000','41614671155','2021-02-26 10:47:15',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24826,'4000','41614671155','2021-02-26 10:47:15',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24827,'4000','41614671155','2021-02-26 10:47:15',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24828,'4000','41614671155','2021-02-26 10:47:15',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24829,'4000','41614671155','2021-02-26 10:47:15',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24830,'4000','41614671155','2021-02-26 10:47:15',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24831,'4000','41614671155','2021-02-26 10:47:15',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24832,'1000','41614671254','2021-02-26 10:48:34',100.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24833,'4000','41614671254','2021-02-26 10:48:34',NULL,100.00,'','4','1','Good sold','1','','sales','162','','No',NULL,NULL,''),(24834,'1000','41614671329','2021-02-26 10:50:05',50.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24835,'4000','41614671329','2021-02-26 10:50:05',NULL,50.00,'','4','1','Good sold','1','','sales','137','','No',NULL,NULL,''),(24836,'1110','41614671422','2021-02-26 10:52:18',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24837,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24838,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24839,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','27','','No',NULL,NULL,''),(24840,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(24841,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','36','','No',NULL,NULL,''),(24842,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(24843,'1110','41614671422','2021-02-26 10:52:18',NULL,0.00,'','4','1','Inventory sold','1','','sales','71','','No',NULL,NULL,''),(24844,'5500','41614671422','2021-02-26 10:52:18',159.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24845,'1000','41614671422','2021-02-26 10:52:18',900.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24846,'4000','41614671422','2021-02-26 10:52:18',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24847,'4000','41614671422','2021-02-26 10:52:18',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24848,'4000','41614671422','2021-02-26 10:52:18',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24849,'4000','41614671422','2021-02-26 10:52:18',NULL,30.00,'','4','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(24850,'4000','41614671422','2021-02-26 10:52:18',NULL,130.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(24851,'4000','41614671422','2021-02-26 10:52:18',NULL,130.00,'','4','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(24852,'4000','41614671422','2021-02-26 10:52:18',NULL,60.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(24853,'4000','41614671422','2021-02-26 10:52:18',NULL,50.00,'','4','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(24854,'1110','41614671559','2021-02-26 10:55:13',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24855,'1110','41614671559','2021-02-26 10:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24856,'1110','41614671559','2021-02-26 10:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24857,'1110','41614671559','2021-02-26 10:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24858,'1110','41614671559','2021-02-26 10:55:13',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24859,'1110','41614671559','2021-02-26 10:55:13',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24860,'5500','41614671559','2021-02-26 10:55:13',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24861,'1000','41614671559','2021-02-26 10:55:13',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24862,'4000','41614671559','2021-02-26 10:55:13',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24863,'4000','41614671559','2021-02-26 10:55:13',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24864,'4000','41614671559','2021-02-26 10:55:13',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24865,'4000','41614671559','2021-02-26 10:55:13',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24866,'4000','41614671559','2021-02-26 10:55:13',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24867,'4000','41614671559','2021-02-26 10:55:13',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24868,'1110','41614671761','2021-02-26 10:58:36',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24869,'1110','41614671761','2021-02-26 10:58:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24870,'1110','41614671761','2021-02-26 10:58:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24871,'1110','41614671761','2021-02-26 10:58:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(24872,'1110','41614671761','2021-02-26 10:58:36',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24873,'1110','41614671761','2021-02-26 10:58:36',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24874,'5500','41614671761','2021-02-26 10:58:36',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24875,'1000','41614671761','2021-02-26 10:58:36',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24876,'4000','41614671761','2021-02-26 10:58:36',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24877,'4000','41614671761','2021-02-26 10:58:36',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24878,'4000','41614671761','2021-02-26 10:58:36',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24879,'4000','41614671761','2021-02-26 10:58:36',NULL,30.00,'','4','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(24880,'4000','41614671761','2021-02-26 10:58:36',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24881,'4000','41614671761','2021-02-26 10:58:36',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24882,'1110','41614671943','2021-02-26 11:01:06',NULL,159.60,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24883,'1110','41614671943','2021-02-26 11:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24884,'1110','41614671943','2021-02-26 11:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24885,'1110','41614671943','2021-02-26 11:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','23','','No',NULL,NULL,''),(24886,'1110','41614671943','2021-02-26 11:01:06',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24887,'1110','41614671943','2021-02-26 11:01:06',NULL,0.00,'','4','1','Inventory sold','1','','sales','133','','No',NULL,NULL,''),(24888,'5500','41614671943','2021-02-26 11:01:06',161.60,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24889,'1000','41614671943','2021-02-26 11:01:06',540.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24890,'4000','41614671943','2021-02-26 11:01:06',NULL,320.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24891,'4000','41614671943','2021-02-26 11:01:06',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24892,'4000','41614671943','2021-02-26 11:01:06',NULL,20.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24893,'4000','41614671943','2021-02-26 11:01:06',NULL,30.00,'','4','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(24894,'4000','41614671943','2021-02-26 11:01:06',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24895,'4000','41614671943','2021-02-26 11:01:06',NULL,10.00,'','4','1','Good sold','1','','sales','133','','No',NULL,NULL,''),(24896,'1110','41614672101','2021-02-26 11:05:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24897,'1110','41614672101','2021-02-26 11:05:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','5','','No',NULL,NULL,''),(24898,'1110','41614672101','2021-02-26 11:05:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24899,'1110','41614672101','2021-02-26 11:05:29',NULL,0.00,'','4','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(24900,'1110','41614672101','2021-02-26 11:05:29',NULL,2.00,'','4','1','Inventory sold','1','','sales','70','','No',NULL,NULL,''),(24901,'5500','41614672101','2021-02-26 11:05:29',2.00,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24902,'1000','41614672101','2021-02-26 11:05:29',390.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24903,'4000','41614672101','2021-02-26 11:05:29',NULL,160.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24904,'4000','41614672101','2021-02-26 11:05:29',NULL,110.00,'','4','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(24905,'4000','41614672101','2021-02-26 11:05:29',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24906,'4000','41614672101','2021-02-26 11:05:29',NULL,30.00,'','4','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(24907,'4000','41614672101','2021-02-26 11:05:29',NULL,50.00,'','4','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(24908,'1000','41614672357','2021-02-27 11:07:41',700.00,NULL,'','4','1','Good sold','1','','sales','','','No',NULL,NULL,''),(24909,'4000','41614672357','2021-02-27 11:07:41',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(24910,'1000','41614675053','2021-02-27 11:51:17',700.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24911,'4000','41614675053','2021-02-27 11:51:17',NULL,700.00,'','4','1','Good sold','1','','sales','94','','No',NULL,NULL,''),(24912,'1110','41614675096','2021-02-27 11:52:41',NULL,319.20,'','4','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(24913,'1110','41614675096','2021-02-27 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(24914,'1110','41614675096','2021-02-27 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(24915,'1110','41614675096','2021-02-27 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(24916,'1110','41614675096','2021-02-27 11:52:41',NULL,0.00,'','4','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(24917,'5500','41614675096','2021-02-27 11:52:41',319.20,NULL,'','4','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(24918,'1000','41614675096','2021-02-27 11:52:41',1380.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(24919,'4000','41614675096','2021-02-27 11:52:41',NULL,640.00,'','4','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(24920,'4000','41614675096','2021-02-27 11:52:41',NULL,320.00,'','4','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(24921,'4000','41614675096','2021-02-27 11:52:41',NULL,40.00,'','4','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(24922,'4000','41614675096','2021-02-27 11:52:41',NULL,260.00,'','4','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(24923,'4000','41614675096','2021-02-27 11:52:41',NULL,120.00,'','4','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(24928,'2041','81616056048','2021-01-08 11:28:42',6950.00,NULL,'0','8','1','NHIF for the month of DEC','1','','','707','','No',NULL,NULL,''),(24929,'1000','81616056048','2021-01-08 11:28:42',NULL,6950.00,'0','8','1','NHIF for the month of DEC2020','1','','','707','','No',NULL,NULL,''),(24932,'5900','81616063007','2021-01-08 13:24:44',1850.00,NULL,'0','8','1','MATERIALS','1','','','708','','No',NULL,NULL,''),(24933,'1000','81616063007','2021-01-08 13:24:44',NULL,1850.00,'0','8','1','MATERIALS','1','','','708','','No',NULL,NULL,''),(24936,'5510','81616063230','2021-01-08 13:27:52',100.00,NULL,'0','8','1','Transport of material from promax','1','','','709','','No',NULL,NULL,''),(24937,'1000','81616063230','2021-01-08 13:27:52',NULL,100.00,'0','8','1','Transport of material from promax','1','','','709','','No',NULL,NULL,''),(24940,'5930','81616063296','2021-01-08 13:28:49',32.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','710','','No',NULL,NULL,''),(24941,'1000','81616063296','2021-01-08 13:28:49',NULL,32.00,'0','8','1','mpesa charges to pay promax','1','','','710','','No',NULL,NULL,''),(24944,'5563','81617000151','2021-01-08 09:44:58',200.00,NULL,'0','8','1','Airtime for office','1','','','711','','No',NULL,NULL,''),(24945,'1000','81617000151','2021-01-08 09:44:58',NULL,200.00,'0','8','1','airtime for office phone','1','','','711','','No',NULL,NULL,''),(24948,'5920','81617000338','2021-01-09 09:46:12',200.00,NULL,'0','8','1','Milk & Bread','1','','','712','','No',NULL,NULL,''),(24949,'1000','81617000338','2021-01-09 09:46:12',NULL,200.00,'0','8','1','Milk & Bread','1','','','712','','No',NULL,NULL,''),(24952,'5563','81617000583','2021-01-09 09:53:17',100.00,NULL,'0','8','1','Airtime for office','1','','','713','','No',NULL,NULL,''),(24953,'1000','81617000583','2021-01-09 09:53:17',NULL,100.00,'0','8','1','Airtime for office','1','','','713','','No',NULL,NULL,''),(24956,'5510','81617000882','2021-01-09 09:56:28',500.00,NULL,'0','8','1','Transport of body filler to kariobagi','1','','','714','','No',NULL,NULL,''),(24957,'1000','81617000882','2021-01-09 09:56:28',NULL,500.00,'0','8','1','Transport of body filler to kariobagi','1','','','714','','No',NULL,NULL,''),(24960,'1240','81617001101','2021-01-09 09:58:59',100.00,NULL,'0','8','1','parking fee','1','','','715','','No',NULL,NULL,''),(24961,'1000','81617001101','2021-01-09 09:58:59',NULL,100.00,'0','8','1','parking for Director vehicle','1','','','715','','No',NULL,NULL,''),(24972,'5930','81617001164','2021-01-11 10:00:54',270.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','716','','No',NULL,NULL,''),(24973,'1000','81617001164','2021-01-11 10:00:54',NULL,270.00,'0','8','1','mpesa charges','1','','','716','','No',NULL,NULL,''),(24976,'5510','81617001427','2021-01-09 10:11:49',100.00,NULL,'0','8','1','Transport of product to product','1','','','717','','No',NULL,NULL,''),(24977,'1000','81617001427','2021-01-09 10:11:49',NULL,100.00,'0','8','1','Transport of material from promax','1','','','717','','No',NULL,NULL,''),(24980,'5900','81617001961','2021-01-11 10:15:54',900.00,NULL,'0','8','1','pearlizer agent 2lt','1','','','718','','No',NULL,NULL,''),(24981,'1000','81617001961','2021-01-11 10:15:54',NULL,900.00,'0','8','1','pearlizer agent 2lt','1','','','718','','No',NULL,NULL,''),(24984,'5930','81617003531','2021-01-21 10:45:01',12.00,NULL,'0','8','1','mpesa charges ','1','','','719','','No',NULL,NULL,''),(24985,'1000','81617003531','2021-01-21 10:45:01',NULL,12.00,'0','8','1','mpesa charges','1','','','719','','No',NULL,NULL,''),(24988,'5900','81617004039','2021-02-11 10:48:14',1000.00,NULL,'0','8','1','MATERIALS','1','','','720','','No',NULL,NULL,''),(24989,'1000','81617004039','2021-02-11 10:48:14',NULL,1000.00,'0','8','1','Salt & Trolley','1','','','720','','No',NULL,NULL,''),(24992,'5660','81617004206','2021-01-11 10:51:22',500.00,NULL,'0','8','1','marketing','1','','','721','','No',NULL,NULL,''),(24993,'1000','81617004206','2021-01-11 10:51:22',NULL,500.00,'0','8','1','marketing-Ongata rongai','1','','','721','','No',NULL,NULL,''),(24996,'5920','81617004312','2021-01-11 10:54:07',1500.00,NULL,'0','8','1','petty cash send to gikomba (susan)','1','','','722','','No',NULL,NULL,''),(24997,'1000','81617004312','2021-01-11 10:54:07',NULL,1500.00,'0','8','1','petty cash send to gikomba (susan)','1','','','722','','No',NULL,NULL,''),(25000,'5930','81617004524','2021-01-11 10:56:10',22.00,NULL,'0','8','1','mpesa charges ','1','','','723','','No',NULL,NULL,''),(25001,'1000','81617004524','2021-01-11 10:56:10',NULL,22.00,'0','8','1','mpesa charges','1','','','723','','No',NULL,NULL,''),(25004,'5920','81617004800','2021-01-11 11:01:31',200.00,NULL,'0','8','1','Milk & Bread','1','','','724','','No',NULL,NULL,''),(25005,'1000','81617004800','2021-01-11 11:01:31',NULL,200.00,'0','8','1','Milk & Bread','1','','','724','','No',NULL,NULL,''),(25008,'5920','81617004956','2021-02-12 11:04:11',200.00,NULL,'0','8','1','Milk & Bread','1','','','725','','No',NULL,NULL,''),(25009,'1000','81617004956','2021-02-12 11:04:11',NULL,200.00,'0','8','1','Milk & Bread','1','','','725','','No',NULL,NULL,''),(25012,'5563','81617005248','2021-01-12 11:08:47',100.00,NULL,'0','8','1','Office mobile phone','1','','','726','','No',NULL,NULL,''),(25013,'1000','81617005248','2021-01-12 11:08:47',NULL,100.00,'0','8','1','Airtime for office','1','','','726','','No',NULL,NULL,''),(25016,'5970','81617005413','2021-01-12 11:11:20',20.00,NULL,'0','8','1','non wooven bag','1','','','727','','No',NULL,NULL,''),(25017,'1000','81617005413','2021-01-12 11:11:20',NULL,20.00,'0','8','1','non wooven bag','1','','','727','','No',NULL,NULL,''),(25020,'5660','81617005509','2021-01-12 11:12:56',100.00,NULL,'0','8','1','marketing','1','','','728','','No',NULL,NULL,''),(25021,'1000','81617005509','2021-01-12 11:12:56',NULL,100.00,'0','8','1','marketing','1','','','728','','No',NULL,NULL,''),(25024,'5510','81617005619','2021-01-12 11:14:38',100.00,NULL,'0','8','1','delivery of product to customer','1','','','729','','No',NULL,NULL,''),(25025,'1000','81617005619','2021-01-12 11:14:38',NULL,100.00,'0','8','1','delivery of product to customer ','1','','','729','','No',NULL,NULL,''),(25028,'2042','81617005747','2021-01-12 11:16:54',3200.00,NULL,'0','8','1','NSSF Payment','1','','','730','','No',NULL,NULL,''),(25029,'1000','81617005747','2021-01-12 11:16:54',NULL,3200.00,'0','8','1','NSSF Payment','1','','','730','','No',NULL,NULL,''),(25032,'5920','81617005870','2021-01-12 11:18:52',100.00,NULL,'0','8','1','Milk & Bread','1','','','731','','No',NULL,NULL,''),(25033,'1000','81617005870','2021-01-12 11:18:52',NULL,100.00,'0','8','1','Milk & Bread','1','','','731','','No',NULL,NULL,''),(25036,'5970','81617005994','2021-01-13 11:20:37',80.00,NULL,'0','8','1','Medicine Envelopes for packing colour','1','','','732','','No',NULL,NULL,''),(25037,'1000','81617005994','2021-01-13 11:20:37',NULL,80.00,'0','8','1','Medicine Envelopes for packing colour','1','','','732','','No',NULL,NULL,''),(25040,'5900','81617006069','2021-01-13 11:21:59',150.00,NULL,'0','8','1','perfume jars','1','','','733','','No',NULL,NULL,''),(25041,'1000','81617006069','2021-01-13 11:21:59',NULL,150.00,'0','8','1','PERFUME ','1','','','733','','No',NULL,NULL,''),(25044,'5970','81617006180','2021-01-13 11:23:31',600.00,NULL,'0','8','1','cartons','1','','','734','','No',NULL,NULL,''),(25045,'1000','81617006180','2021-01-13 11:23:31',NULL,600.00,'0','8','1','cartons','1','','','734','','No',NULL,NULL,''),(25048,'5920','81617006263','2021-01-13 11:25:05',100.00,NULL,'0','8','1','Milk for 2staff decanting HCL','1','','','735','','No',NULL,NULL,''),(25049,'1000','81617006263','2021-01-13 11:25:05',NULL,100.00,'0','8','1','milk for two staff decating ','1','','','735','','No',NULL,NULL,''),(25052,'5910','81617006351','2021-01-13 11:28:23',100.00,NULL,'0','8','1','Gabbage collection','1','','','736','','No',NULL,NULL,''),(25053,'1000','81617006351','2021-01-13 11:28:23',NULL,100.00,'0','8','1','Gabbage collection','1','','','736','','No',NULL,NULL,''),(25056,'1240','81617006545','2021-01-14 11:29:54',200.00,NULL,'0','8','1','parking for Director vehicle','1','','','737','','No',NULL,NULL,''),(25057,'1000','81617006545','2021-01-14 11:29:54',NULL,200.00,'0','8','1','parking for director vehicle','1','','','737','','No',NULL,NULL,''),(25060,'5920','81617006662','2021-01-14 11:31:35',100.00,NULL,'0','8','1','Milk & Bread','1','','','738','','No',NULL,NULL,''),(25061,'1000','81617006662','2021-01-14 11:31:35',NULL,100.00,'0','8','1','Milk & Bread','1','','','738','','No',NULL,NULL,''),(25064,'5660','81617006724','2021-01-14 11:32:35',200.00,NULL,'0','8','1','marketing','1','','','739','','No',NULL,NULL,''),(25065,'1000','81617006724','2021-01-14 11:32:35',NULL,200.00,'0','8','1','marketing','1','','','739','','No',NULL,NULL,''),(25068,'5970','81617006794','2021-01-15 11:41:35',400.00,NULL,'0','8','1','sisal rope','1','','','740','','No',NULL,NULL,''),(25069,'1000','81617006794','2021-01-15 11:41:35',NULL,400.00,'0','8','1','sisal rope','1','','','740','','No',NULL,NULL,''),(25072,'5980','81617007328','2021-01-15 11:44:28',720.00,NULL,'0','8','1','ETR rolls & thermo rolls & ENVELOPES','1','','','741','','No',NULL,NULL,''),(25073,'1000','81617007328','2021-01-15 11:44:28',NULL,720.00,'0','8','1','ETR rolls & thermo rolls & ENVELOPES ','1','','','741','','No',NULL,NULL,''),(25076,'5510','81617007531','2021-01-15 11:47:03',150.00,NULL,'0','8','1','Transport of 6x5ltr detrgent to jumia shop','1','','','742','','No',NULL,NULL,''),(25077,'1000','81617007531','2021-01-15 11:47:03',NULL,150.00,'0','8','1','Transport of 6x5ltr detrgent to jumia shop','1','','','742','','No',NULL,NULL,''),(25080,'5980','81617007654','2021-01-15 11:48:09',20.00,NULL,'0','8','1','printing','1','','','743','','No',NULL,NULL,''),(25081,'1000','81617007654','2021-01-15 11:48:09',NULL,20.00,'0','8','1','printing','1','','','743','','No',NULL,NULL,''),(25084,'5200','81617007717','2021-01-15 11:49:21',2000.00,NULL,'0','8','1','jamii Internet','1','','','744','','No',NULL,NULL,''),(25085,'1000','81617007717','2021-01-15 11:49:21',NULL,2000.00,'0','8','1','jamii Internet','1','','','744','','No',NULL,NULL,''),(25088,'1240','81617007817','2021-01-16 11:50:49',100.00,NULL,'0','8','1','parking fee','1','','','745','','No',NULL,NULL,''),(25089,'1000','81617007817','2021-01-16 11:50:49',NULL,100.00,'0','8','1','parking fee','1','','','745','','No',NULL,NULL,''),(25092,'5660','81617007892','2021-01-16 11:52:46',100.00,NULL,'0','8','1','marketing','1','','','746','','No',NULL,NULL,''),(25093,'1000','81617007892','2021-01-16 11:52:46',NULL,100.00,'0','8','1','marketing','1','','','746','','No',NULL,NULL,''),(25096,'5990','81617008007','2021-01-16 11:54:09',200.00,NULL,'0','8','1','loading chemicals to kariobangi','1','','','747','','No',NULL,NULL,''),(25097,'1000','81617008007','2021-01-16 11:54:09',NULL,200.00,'0','8','1','loading chemicals to kariobangi','1','','','747','','No',NULL,NULL,''),(25100,'5920','81617008075','2021-01-16 11:55:06',100.00,NULL,'0','8','1','Milk & Bread','1','','','748','','No',NULL,NULL,''),(25101,'1000','81617008075','2021-01-16 11:55:06',NULL,100.00,'0','8','1','Milk & Bread','1','','','748','','No',NULL,NULL,''),(25104,'5563','81617008210','2021-01-16 11:57:20',100.00,NULL,'0','8','1','Airtime for office','1','','','749','','No',NULL,NULL,''),(25105,'1000','81617008210','2021-01-16 11:57:20',NULL,100.00,'0','8','1','Airtime for office','1','','','749','','No',NULL,NULL,''),(25108,'5980','81617008264','2021-01-16 11:58:24',4000.00,NULL,'0','8','1','labels','1','','','750','','No',NULL,NULL,''),(25109,'1000','81617008264','2021-01-16 11:58:24',NULL,4000.00,'0','8','1','labels','1','','','750','','No',NULL,NULL,''),(25112,'5930','81617008330','2021-01-16 11:59:19',55.00,NULL,'0','8','1','mpesa charges to pay promax','1','','','751','','No',NULL,NULL,''),(25113,'1000','81617008330','2021-01-16 11:59:19',NULL,55.00,'0','8','1','mpesa charges for with drawal','1','','','751','','No',NULL,NULL,''),(25116,'5900','81617008390','2021-01-16 12:00:23',2950.00,NULL,'0','8','1','MATERIALS','1','','','752','','No',NULL,NULL,''),(25117,'1000','81617008390','2021-01-16 12:00:23',NULL,2950.00,'0','8','1','MATERIALS','1','','','752','','No',NULL,NULL,''),(25120,'5510','81617008460','2021-01-16 12:01:33',300.00,NULL,'0','8','1','Transport of material from promax','1','','','753','','No',NULL,NULL,''),(25121,'1000','81617008460','2021-01-16 12:01:33',NULL,300.00,'0','8','1','Transport of material from promax','1','','','753','','No',NULL,NULL,''),(25124,'5510','81617008522','2021-01-16 12:02:51',200.00,NULL,'0','8','1','delivery of product to customer accacia garden','1','','','754','','No',NULL,NULL,''),(25125,'1000','81617008522','2021-01-16 12:02:51',NULL,200.00,'0','8','1','delivery of product to customer accacia garden','1','','','754','','No',NULL,NULL,''),(25128,'5920','81617008613','2021-01-16 12:04:05',100.00,NULL,'0','8','1','Milk & Bread','1','','','755','','No',NULL,NULL,''),(25129,'1000','81617008613','2021-01-16 12:04:05',NULL,100.00,'0','8','1','Milk & Bread','1','','','755','','No',NULL,NULL,''),(25132,'5900','81617008684','2021-01-18 12:06:10',2000.00,NULL,'0','8','1','MATERIALS','1','','','756','','No',NULL,NULL,''),(25133,'1000','81617008684','2021-01-18 12:06:10',NULL,2000.00,'0','8','1','MATERIALS','1','','','756','','No',NULL,NULL,''),(25140,'5510','81617009014','2021-01-18 12:12:19',100.00,NULL,'0','8','1','Transport of material from promax','1','','','758','','No',NULL,NULL,''),(25141,'1000','81617009014','2021-01-18 12:12:19',NULL,100.00,'0','8','1','Transport of material from promax','1','','','758','','No',NULL,NULL,''),(25144,'5930','81617009616','2021-01-18 12:20:46',22.00,NULL,'0','8','1','mpesa charges','1','','','759','','No',NULL,NULL,''),(25145,'1000','81617009616','2021-01-18 12:20:46',NULL,22.00,'0','8','1','mpesa charges','1','','','759','','No',NULL,NULL,''),(25148,'5980','81617009678','2021-01-18 12:21:53',2000.00,NULL,'0','8','1','petty cash voucher','1','','','760','','No',NULL,NULL,''),(25149,'1000','81617009678','2021-01-18 12:21:53',NULL,2000.00,'0','8','1','petty cash voucher','1','','','760','','No',NULL,NULL,''),(25152,'5910','81617009748','2021-01-18 12:22:56',100.00,NULL,'0','8','1','Gabbage collection','1','','','761','','No',NULL,NULL,''),(25153,'1000','81617009748','2021-01-18 12:22:56',NULL,100.00,'0','8','1','Gabbage collection','1','','','761','','No',NULL,NULL,''),(25156,'5563','81617009806','2021-01-18 12:23:53',100.00,NULL,'0','8','1','Airtime for office','1','','','762','','No',NULL,NULL,''),(25157,'1000','81617009806','2021-01-18 12:23:53',NULL,100.00,'0','8','1','Airtime for office','1','','','762','','No',NULL,NULL,''),(25160,'5920','81617009856','2021-01-18 12:24:47',100.00,NULL,'0','8','1','Milk & Bread','1','','','763','','No',NULL,NULL,''),(25161,'1000','81617009856','2021-01-18 12:24:47',NULL,100.00,'0','8','1','Milk & Bread','1','','','763','','No',NULL,NULL,''),(25164,'5510','81617009912','2021-01-18 12:26:01',200.00,NULL,'0','8','1','peter karanja fare to kariobangi & back to town shop delivery of items','1','','','764','','No',NULL,NULL,''),(25165,'1000','81617009912','2021-01-18 12:26:01',NULL,200.00,'0','8','1','peter karanja fare to kariobangi & back to town shop delivery of items','1','','','764','','No',NULL,NULL,''),(25168,'5900','81617010026','2021-01-19 12:27:45',310.00,NULL,'0','8','1','PERFUME','1','','','765','','No',NULL,NULL,''),(25169,'1000','81617010026','2021-01-19 12:27:45',NULL,310.00,'0','8','1',' perfumes','1','','','765','','No',NULL,NULL,''),(25172,'5920','81617010108','2021-01-19 12:29:03',339.00,NULL,'0','8','1','suga ,drinking chocolate & non wooven bags','1','','','766','','No',NULL,NULL,''),(25173,'1000','81617010108','2021-01-19 12:29:03',NULL,339.00,'0','8','1','sugar,tissue & bag','1','','','766','','No',NULL,NULL,''),(25176,'5920','81617010172','2021-01-19 12:29:57',100.00,NULL,'0','8','1','Milk & Bread','1','','','767','','No',NULL,NULL,''),(25177,'1000','81617010172','2021-01-19 12:29:57',NULL,100.00,'0','8','1','Milk & Bread','1','','','767','','No',NULL,NULL,''),(25180,'5920','81617010220','2021-01-19 12:30:57',100.00,NULL,'0','8','1','Milk & Bread','1','','','768','','No',NULL,NULL,''),(25181,'1000','81617010220','2021-01-19 12:30:57',NULL,100.00,'0','8','1','milk for two staff decating','1','','','768','','No',NULL,NULL,''),(25184,'5980','81617010293','2021-01-19 12:33:19',2250.00,NULL,'0','8','1','labels','1','','','769','','No',NULL,NULL,''),(25185,'1000','81617010293','2021-01-19 12:33:19',NULL,2250.00,'0','8','1','labels','1','','','769','','No',NULL,NULL,''),(25188,'5563','81617010428','2021-01-19 12:34:16',100.00,NULL,'0','8','1','Airtime for office','1','','','770','','No',NULL,NULL,''),(25189,'1000','81617010428','2021-01-19 12:34:16',NULL,100.00,'0','8','1','Airtime for office','1','','','770','','No',NULL,NULL,''),(25192,'5980','81617010480','2021-01-19 12:35:20',550.00,NULL,'0','8','1','stickers','1','','','771','','No',NULL,NULL,''),(25193,'1000','81617010480','2021-01-19 12:35:20',NULL,550.00,'0','8','1','stickers','1','','','771','','No',NULL,NULL,''),(25196,'5531','81617010563','2021-01-20 12:36:30',2000.00,NULL,'0','8','1','electricity payment','1','','','772','','No',NULL,NULL,''),(25197,'1000','81617010563','2021-01-20 12:36:30',NULL,2000.00,'0','8','1','electricity payment','1','','','772','','No',NULL,NULL,''),(25200,'5920','81617010619','2021-01-20 12:37:26',100.00,NULL,'0','8','1','Milk & Bread','1','','','773','','No',NULL,NULL,''),(25201,'1000','81617010619','2021-01-20 12:37:26',NULL,100.00,'0','8','1','Milk & Bread','1','','','773','','No',NULL,NULL,''),(25204,'5563','81617010676','2021-01-20 12:38:27',200.00,NULL,'0','8','1','Airtime for office','1','','','774','','No',NULL,NULL,''),(25205,'1000','81617010676','2021-01-20 12:38:27',NULL,200.00,'0','8','1','Airtime for office','1','','','774','','No',NULL,NULL,''),(25208,'5970','81617010730','2021-01-20 12:39:53',1150.00,NULL,'0','8','1','polypots for packing caustic','1','','','775','','No',NULL,NULL,''),(25209,'1000','81617010730','2021-01-20 12:39:53',NULL,1150.00,'0','8','1','polypots for packing caustic','1','','','775','','No',NULL,NULL,''),(25212,'5510','81617010827','2021-01-20 12:41:08',100.00,NULL,'0','8','1','Transport of material from promax','1','','','776','','No',NULL,NULL,''),(25213,'1000','81617010827','2021-01-20 12:41:08',NULL,100.00,'0','8','1','Transport of material from promax','1','','','776','','No',NULL,NULL,''),(25216,'5900','81617010902','2021-01-20 12:42:23',150.00,NULL,'0','8','1','pine fresh','1','','','777','','No',NULL,NULL,''),(25217,'1000','81617010902','2021-01-20 12:42:23',NULL,150.00,'0','8','1','pine fresh','1','','','777','','No',NULL,NULL,''),(25220,'5660','81617010964','2021-01-20 12:43:10',200.00,NULL,'0','8','1','marketing','1','','','778','','No',NULL,NULL,''),(25221,'1000','81617010964','2021-01-20 12:43:10',NULL,200.00,'0','8','1','marketing','1','','','778','','No',NULL,NULL,''),(25224,'5970','81617011011','2021-01-30 12:44:13',120.00,NULL,'0','8','1','empty bottles & non wooven bag','1','','','779','','No',NULL,NULL,''),(25225,'1000','81617011011','2021-01-30 12:44:13',NULL,120.00,'0','8','1','empty bottles & non wooven bag','1','','','779','','No',NULL,NULL,''),(25228,'5920','81617011096','2021-01-21 12:48:18',300.00,NULL,'0','8','1','cellotape and pins','1','','','780','','No',NULL,NULL,''),(25229,'1000','81617011096','2021-01-21 12:48:18',NULL,300.00,'0','8','1','cellotape and pins','1','','','780','','No',NULL,NULL,''),(25232,'5510','81617011394','2021-01-21 12:50:49',200.00,NULL,'0','8','1','delivery of 20l descalant','1','','','781','','No',NULL,NULL,''),(25233,'1000','81617011394','2021-01-21 12:50:49',NULL,200.00,'0','8','1','delivery of 20l descalant','1','','','781','','No',NULL,NULL,''),(25236,'5920','81617011494','2021-01-21 12:52:53',100.00,NULL,'0','8','1','Milk & Bread','1','','','782','','No',NULL,NULL,''),(25237,'1000','81617011494','2021-01-21 12:52:53',NULL,100.00,'0','8','1','Milk & Bread','1','','','782','','No',NULL,NULL,''),(25240,'5980','81617011993','2021-01-21 13:00:21',1665.00,NULL,'0','8','1','labels','1','','','783','','No',NULL,NULL,''),(25241,'1000','81617011993','2021-01-21 13:00:21',NULL,1665.00,'0','8','1','labels','1','','','783','','No',NULL,NULL,''),(25244,'5900','81617012069','2021-01-21 13:33:57',5300.00,NULL,'0','8','1','MATERIALS','1','','','784','','No',NULL,NULL,''),(25245,'1000','81617012069','2021-01-21 13:33:57',NULL,5300.00,'0','8','1','MATERIALS','1','','','784','','No',NULL,NULL,''),(25248,'5510','81617014100','2021-01-21 13:38:46',300.00,NULL,'0','8','1','Transport of material from promax','1','','','785','','No',NULL,NULL,''),(25249,'1000','81617014100','2021-01-21 13:38:46',NULL,300.00,'0','8','1','Transport of material from promax','1','','','785','','No',NULL,NULL,''),(25254,'5930','81617014358','2021-01-21 13:39:49',75.00,NULL,'0','8','1','mpesa charges','1','','','786','','No',NULL,NULL,''),(25255,'1000','81617014358','2021-01-21 13:39:49',NULL,75.00,'0','8','1','mpesa charges','1','','','786','','No',NULL,NULL,''),(25258,'5920','81617020395','2021-01-21 15:20:47',100.00,NULL,'0','8','1','Milk & Bread','1','','','787','','No',NULL,NULL,''),(25259,'1000','81617020395','2021-01-21 15:20:47',NULL,100.00,'0','8','1','Milk & Bread','1','','','787','','No',NULL,NULL,''),(25262,'5510','81617020651','2021-01-23 15:26:48',100.00,NULL,'0','8','1','Milk & Bread','1','','','788','','No',NULL,NULL,''),(25263,'1000','81617020651','2021-01-23 15:26:48',NULL,100.00,'0','8','1','Milk & Bread','1','','','788','','No',NULL,NULL,''),(25266,'5990','81617020912','2021-01-23 15:31:52',150.00,NULL,'0','8','1','loading chemicals to ONGATA','1','','','789','','No',NULL,NULL,''),(25267,'1000','81617020912','2021-01-23 15:31:52',NULL,150.00,'0','8','1','loading chemicals to ONGATA ','1','','','789','','No',NULL,NULL,''),(25270,'1240','81617021226','2021-01-23 15:37:53',300.00,NULL,'0','8','1','parking for director vehicle','1','','','790','','No',NULL,NULL,''),(25271,'1000','81617021226','2021-01-23 15:37:53',NULL,300.00,'0','8','1','parking fee','1','','','790','','No',NULL,NULL,''),(25274,'5920','81617021734','2021-01-23 15:43:02',100.00,NULL,'0','8','1','Milk for 2staff decanting HCL','1','','','791','','No',NULL,NULL,''),(25275,'1000','81617021734','2021-01-23 15:43:02',NULL,100.00,'0','8','1','Milk for 2staff decanting HCL','1','','','791','','No',NULL,NULL,''),(25278,'5563','81617021811','2021-01-23 15:44:10',100.00,NULL,'0','8','1','Airtime for office','1','','','792','','No',NULL,NULL,''),(25279,'1000','81617021811','2021-01-23 15:44:10',NULL,100.00,'0','8','1','Airtime for office','1','','','792','','No',NULL,NULL,''),(25282,'5660','81617021886','2021-01-23 15:45:22',200.00,NULL,'0','8','1','marketing','1','','','793','','No',NULL,NULL,''),(25283,'1000','81617021886','2021-01-23 15:45:22',NULL,200.00,'0','8','1','marketing','1','','','793','','No',NULL,NULL,''),(25286,'5920','81617021981','2021-01-22 15:47:36',100.00,NULL,'0','8','1','Milk & Bread','1','','','794','','No',NULL,NULL,''),(25287,'1000','81617021981','2021-01-22 15:47:36',NULL,100.00,'0','8','1','Milk & Bread','1','','','794','','No',NULL,NULL,''),(25290,'5980','81617022086','2021-01-22 15:49:55',800.00,NULL,'0','8','1','Business cards for Eunice & DORCAS','1','','','795','','No',NULL,NULL,''),(25291,'1000','81617022086','2021-01-22 15:49:55',NULL,800.00,'0','8','1','Business cards for Eunice & DORCAS','1','','','795','','No',NULL,NULL,''),(25294,'5970','81617022224','2021-01-22 15:51:09',180.00,NULL,'0','8','1','non wooven bag','1','','','796','','No',NULL,NULL,''),(25295,'1000','81617022224','2021-01-22 15:51:09',NULL,180.00,'0','8','1','NON WOOVEN BAGS','1','','','796','','No',NULL,NULL,''),(25298,'5990','81617022309','2021-01-22 15:52:29',200.00,NULL,'0','8','1','loading chemicals to ONGATA','1','','','797','','No',NULL,NULL,''),(25299,'1000','81617022309','2021-01-22 15:52:29',NULL,200.00,'0','8','1','loading chemicals to ONGATA','1','','','797','','No',NULL,NULL,''),(25302,'5900','81617022384','2021-01-27 15:53:38',340.00,NULL,'0','8','1','perfumes','1','','','798','','No',NULL,NULL,''),(25303,'1000','81617022384','2021-01-27 15:53:38',NULL,340.00,'0','8','1','perfumes','1','','','798','','No',NULL,NULL,''),(25306,'5920','81617022447','2021-01-27 15:54:54',100.00,NULL,'0','8','1','Milk & Bread','1','','','799','','No',NULL,NULL,''),(25307,'1000','81617022447','2021-01-27 15:54:54',NULL,100.00,'0','8','1','Milk & Bread','1','','','799','','No',NULL,NULL,''),(25310,'5563','81617022522','2021-01-27 15:55:54',200.00,NULL,'0','8','1','Airtime for office','1','','','800','','No',NULL,NULL,''),(25311,'1000','81617022522','2021-01-27 15:55:54',NULL,200.00,'0','8','1','Airtime for office','1','','','800','','No',NULL,NULL,''),(25314,'5970','81617022578','2021-01-28 15:57:08',365.00,NULL,'0','8','1','non wooven bag','1','','','801','','No',NULL,NULL,''),(25315,'1000','81617022578','2021-01-28 15:57:08',NULL,365.00,'0','8','1','NON WOOVEN BAGS','1','','','801','','No',NULL,NULL,''),(25318,'5920','81617022663','2021-01-28 15:58:39',150.00,NULL,'0','8','1','SAFARICON TILL NOS','1','','','802','','No',NULL,NULL,''),(25319,'1000','81617022663','2021-01-28 15:58:39',NULL,150.00,'0','8','1','SAFARICON TILL NOS','1','','','802','','No',NULL,NULL,''),(25322,'5920','81617022750','2021-01-28 15:59:46',100.00,NULL,'0','8','1','Milk & Bread','1','','','803','','No',NULL,NULL,''),(25323,'1000','81617022750','2021-01-28 15:59:46',NULL,100.00,'0','8','1','Milk & Bread','1','','','803','','No',NULL,NULL,''),(25326,'1240','81617022822','2021-01-28 16:01:58',200.00,NULL,'0','8','1','parking fee','1','','','804','','No',NULL,NULL,''),(25327,'1000','81617022822','2021-01-28 16:01:58',NULL,200.00,'0','8','1','parking fee','1','','','804','','No',NULL,NULL,''),(25330,'5660','81617022944','2021-01-28 16:03:21',100.00,NULL,'0','8','1','marketing','1','','','805','','No',NULL,NULL,''),(25331,'1000','81617022944','2021-01-28 16:03:21',NULL,100.00,'0','8','1','marketing','1','','','805','','No',NULL,NULL,''),(25334,'5920','81617023028','2021-01-29 16:04:34',169.00,NULL,'0','8','1','Tissue paper','1','','','806','','No',NULL,NULL,''),(25335,'1000','81617023028','2021-01-29 16:04:34',NULL,169.00,'0','8','1','Tissue paper','1','','','806','','No',NULL,NULL,''),(25338,'5900','81617023103','2021-01-29 16:41:28',7850.00,NULL,'0','8','1','MATERIALS','1','','','807','','No',NULL,NULL,''),(25339,'1000','81617023103','2021-01-29 16:41:28',NULL,7850.00,'0','8','1','MATERIALS','1','','','807','','No',NULL,NULL,''),(25342,'5510','81617025345','2021-01-29 16:42:59',100.00,NULL,'0','8','1','Transport of material from promax','1','','','808','','No',NULL,NULL,''),(25343,'1000','81617025345','2021-01-29 16:42:59',NULL,100.00,'0','8','1','Transport of material from promax','1','','','808','','No',NULL,NULL,''),(25346,'5510','81617025401','2021-01-29 16:44:06',300.00,NULL,'0','8','1','DELIVERY OF 5X20LTRS TO UPPER HILL','1','','','809','','No',NULL,NULL,''),(25347,'1000','81617025401','2021-01-29 16:44:06',NULL,300.00,'0','8','1','DELIVERY OF 5X20LTRS TO UPPER HILL','1','','','809','','No',NULL,NULL,''),(25350,'5920','81617025478','2021-01-29 16:45:06',100.00,NULL,'0','8','1','Milk & Bread','1','','','810','','No',NULL,NULL,''),(25351,'1000','81617025478','2021-01-29 16:45:06',NULL,100.00,'0','8','1','Milk & Bread','1','','','810','','No',NULL,NULL,''),(25354,'5900','81617025530','2021-01-30 16:47:20',13400.00,NULL,'0','8','1','Ungerol,ufacid ','1','','','811','','No',NULL,NULL,''),(25355,'1000','81617025530','2021-01-30 16:47:20',NULL,13400.00,'0','8','1','Ungerol,ufacid','1','','','811','','No',NULL,NULL,''),(25358,'5510','81617025687','2021-01-30 16:48:41',100.00,NULL,'0','8','1','Transport of material from promax','1','','','812','','No',NULL,NULL,''),(25359,'1000','81617025687','2021-01-30 16:48:41',NULL,100.00,'0','8','1','Transport of material from promax','1','','','812','','No',NULL,NULL,''),(25362,'5930','81617025765','2021-01-30 16:50:00',105.00,NULL,'0','8','1','mpesa charges','1','','','813','','No',NULL,NULL,''),(25363,'1000','81617025765','2021-01-30 16:50:00',NULL,105.00,'0','8','1','mpesa charges','1','','','813','','No',NULL,NULL,''),(25370,'5920','81617025856','2021-01-29 16:51:28',200.00,NULL,'0','8','1','milk for two staff decating','1','','','814','','No',NULL,NULL,''),(25371,'1000','81617025856','2021-01-29 16:51:28',NULL,200.00,'0','8','1','milk for two staff decating','1','','','814','','No',NULL,NULL,''),(25374,'5900','81617025954','2021-01-30 16:53:44',350.00,NULL,'0','8','1','perfumes VANILLA & ALOE VERA','1','','','815','','No',NULL,NULL,''),(25375,'1000','81617025954','2021-01-30 16:53:44',NULL,350.00,'0','8','1','perfumes VANILLA & ALOE VERA','1','','','815','','No',NULL,NULL,''),(25378,'5970','81617026054','2021-03-29 16:56:56',300.00,NULL,'0','8','1','empty bottles ','1','','','816','','No',NULL,NULL,''),(25379,'1000','81617026054','2021-03-29 16:56:56',NULL,300.00,'0','8','1','empty bottles ','1','','','816','','No',NULL,NULL,''),(25382,'5920','81617026254','2021-01-30 16:58:12',100.00,NULL,'0','8','1','Milk & Bread','1','','','817','','No',NULL,NULL,''),(25383,'1000','81617026254','2021-01-30 16:58:12',NULL,100.00,'0','8','1','Milk & Bread','1','','','817','','No',NULL,NULL,''),(25386,'5960','81617173960','2021-01-25 10:01:03',20000.00,NULL,'0','8','1','Single business permit','1','','','818','','No',NULL,NULL,''),(25387,'1000','81617173960','2021-01-25 10:01:03',NULL,20000.00,'0','8','1','Single business permit ','1','','','818','','No',NULL,NULL,''),(25390,'5920','81617174209','2021-01-25 10:04:50',1000.00,NULL,'0','8','1','office surveying','1','','','819','','No',NULL,NULL,''),(25391,'1000','81617174209','2021-01-25 10:04:50',NULL,1000.00,'0','8','1','office surveying','1','','','819','','No',NULL,NULL,''),(25394,'5920','81617174342','2021-01-25 10:06:36',100.00,NULL,'0','8','1','Milk & Bread','1','','','820','','No',NULL,NULL,''),(25395,'1000','81617174342','2021-01-25 10:06:36',NULL,100.00,'0','8','1','Milk & Bread','1','','','820','','No',NULL,NULL,''),(25398,'5990','81617174659','2021-01-25 10:11:45',100.00,NULL,'0','8','1','off loading','1','','','821','','No',NULL,NULL,''),(25399,'1000','81617174659','2021-01-25 10:11:45',NULL,100.00,'0','8','1','off loading materials from kariobangi','1','','','821','','No',NULL,NULL,''),(25402,'1240','81617174741','2021-01-25 10:14:39',100.00,NULL,'0','8','1','parking for director vehicle','1','','','822','','No',NULL,NULL,''),(25403,'1000','81617174741','2021-01-25 10:14:39',NULL,100.00,'0','8','1','parking for director vehicle','1','','','822','','No',NULL,NULL,''),(25406,'5970','81617174925','2021-01-25 10:17:00',600.00,NULL,'0','8','1','cartons','1','','','823','','No',NULL,NULL,''),(25407,'1000','81617174925','2021-01-25 10:17:00',NULL,600.00,'0','8','1','cartons','1','','','823','','No',NULL,NULL,''),(25410,'5970','81617175101','2021-01-26 10:19:56',370.00,NULL,'0','8','1','envelopes and white coated papers','1','','','824','','No',NULL,NULL,''),(25411,'1000','81617175101','2021-01-26 10:19:56',NULL,370.00,'0','8','1','envelopes and white coated papers','1','','','824','','No',NULL,NULL,''),(25414,'5910','81617175268','2021-01-26 10:21:42',100.00,NULL,'0','8','1','Gabbage collection','1','','','825','','No',NULL,NULL,''),(25415,'1000','81617175268','2021-01-26 10:21:42',NULL,100.00,'0','8','1','Gabbage collection','1','','','825','','No',NULL,NULL,''),(25418,'5910','81617175328','2021-01-26 10:22:40',100.00,NULL,'0','8','1','Milk & Bread','1','','','826','','No',NULL,NULL,''),(25419,'1000','81617175328','2021-01-26 10:22:40',NULL,100.00,'0','8','1','Milk & Bread','1','','','826','','No',NULL,NULL,''),(25422,'5920','81617175409','2021-01-26 10:24:14',100.00,NULL,'0','8','1','milk for two staff decating','1','','','827','','No',NULL,NULL,''),(25423,'1000','81617175409','2021-01-26 10:24:14',NULL,100.00,'0','8','1','milk for two staff decating','1','','','827','','No',NULL,NULL,''),(25426,'5980','81617175482','2021-01-26 10:26:10',1400.00,NULL,'0','8','1','labels-big and small','1','','','828','','No',NULL,NULL,''),(25427,'1000','81617175482','2021-01-26 10:26:10',NULL,1400.00,'0','8','1','labels-big and small','1','','','828','','No',NULL,NULL,''); /*!40000 ALTER TABLE `debitcredit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `delivery` -- DROP TABLE IF EXISTS `delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `delivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL, `mode` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `delivery` -- LOCK TABLES `delivery` WRITE; /*!40000 ALTER TABLE `delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `department` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `faculty_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `department` -- LOCK TABLES `department` WRITE; /*!40000 ALTER TABLE `department` DISABLE KEYS */; INSERT INTO `department` VALUES (1,'IT ','IT ',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'Finance','Finance',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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=27 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 (2,'3','NSSF','2020-08-20 11:56:31','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'NSSF'),(4,'5','NHIF','2020-08-20 11:56:17','Active','1','','1','Deduction','Fixed','Fixed',1.00,750.00,'',1,'NHIF'),(5,'2','commission','2020-08-20 11:54:04','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'No'),(6,'3','NSSF','2020-09-07 11:28:51','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',4,'NSSF'),(7,'5','NHIF','2020-09-07 11:29:05','Active','1','','1','Deduction','Fixed','Fixed',1.00,850.00,'',4,'NHIF'),(8,'4','PAYE','2020-09-07 11:29:17','Active','1','','1','Deduction','Fixed','Fixed',1.00,150.00,'',4,'PAYE'),(9,'5','NHIF','2020-09-07 16:04:12','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',18,'NHIF'),(10,'3','NSSF','2020-09-07 16:04:23','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',18,'NSSF'),(11,'4','PAYE','2020-09-07 16:04:39','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',18,'PAYE'),(12,'3','NSSF','2020-09-08 08:55:39','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',6,'NSSF'),(13,'4','PAYE','2020-09-08 08:55:52','Active','8','','1','Deduction','Fixed','Fixed',1.00,855.88,'',6,'PAYE'),(14,'5','NHIF','2020-09-08 08:56:05','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',6,'NHIF'),(15,'3','NSSF','2020-09-08 09:02:51','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',7,'NSSF'),(16,'4','PAYE','2020-09-08 09:03:01','Active','8','','1','Deduction','Fixed','Fixed',1.00,150.00,'',7,'PAYE'),(17,'5','NHIF','2020-09-08 09:03:13','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',7,'NHIF'),(18,'3','NSSF','2020-09-08 09:09:14','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',8,'NSSF'),(19,'4','PAYE','2020-09-08 09:09:24','Active','8','','1','Deduction','Fixed','Fixed',1.00,3208.36,'',8,'PAYE'),(20,'5','NHIF','2020-09-08 09:09:34','Active','8','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',8,'NHIF'),(21,'3','NSSF','2020-09-08 09:16:47','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',17,'NSSF'),(22,'4','PAYE','2020-09-08 09:16:58','Active','8','','1','Deduction','Fixed','Fixed',1.00,15866.82,'',17,'PAYE'),(23,'5','NHIF','2020-09-08 09:17:09','Active','8','','1','Deduction','Fixed','Fixed',1.00,1600.00,'',17,'NHIF'),(24,'4','PAYE','2020-09-08 09:31:40','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',15,'PAYE'),(25,'3','NSSF','2020-09-08 09:31:50','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',15,'NSSF'),(26,'5','NHIF','2020-09-08 09:32:01','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',15,'NHIF'); /*!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=91 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,'2','commission','2020-08-20 11:54:32','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'111597913672'),(2,'5','NHIF','2020-08-20 11:54:32','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'111597913672'),(3,'4','PAYE','2020-08-20 11:54:32','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'111597913672'),(4,'3','NSSF','2020-08-20 11:54:32','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',1,'111597913672'),(5,'1','Basic salary','2020-08-20 11:54:32','Active','1','','1','Pay','Fixed','Fixed',1.00,20000.00,'',1,'111597913672'),(6,'2','commission','2020-08-20 12:02:36','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'111597914156'),(7,'5','NHIF','2020-08-20 12:02:36','Active','1','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',1,'111597914156'),(8,'4','PAYE','2020-08-20 12:02:36','Active','1','','1','Deduction','Fixed','Fixed',1.00,2400.00,'',1,'111597914156'),(9,'3','NSSF','2020-08-20 12:02:36','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111597914156'),(10,'1','Basic salary','2020-08-20 12:02:36','Active','1','','1','Pay','Fixed','Fixed',1.00,20000.00,'',1,'111597914156'),(11,'2','commission','2020-08-20 12:02:54','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'111597914174'),(12,'5','NHIF','2020-08-20 12:02:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',1,'111597914174'),(13,'4','PAYE','2020-08-20 12:02:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,2400.00,'',1,'111597914174'),(14,'3','NSSF','2020-08-20 12:02:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111597914174'),(15,'1','Basic salary','2020-08-20 12:02:54','Active','1','','1','Pay','Fixed','Fixed',1.00,20000.00,'',1,'111597914174'),(16,'2','commission','2020-08-20 12:03:09','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'111597914189'),(17,'5','NHIF','2020-08-20 12:03:09','Active','1','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',1,'111597914189'),(18,'4','PAYE','2020-08-20 12:03:09','Active','1','','1','Deduction','Fixed','Fixed',1.00,2400.00,'',1,'111597914189'),(19,'3','NSSF','2020-08-20 12:03:09','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111597914189'),(20,'1','Basic salary','2020-08-20 12:03:09','Active','1','','1','Pay','Fixed','Fixed',1.00,20000.00,'',1,'111597914189'),(21,'2','commission','2020-08-20 12:04:06','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'111597914246'),(22,'5','NHIF','2020-08-20 12:04:06','Active','1','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',1,'111597914246'),(23,'4','PAYE','2020-08-20 12:04:06','Active','1','','1','Deduction','Fixed','Fixed',1.00,2400.00,'',1,'111597914246'),(24,'3','NSSF','2020-08-20 12:04:06','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111597914246'),(25,'2','commission','2020-08-20 12:05:42','Active','1','','1','Pay','Variable','Variable',1.00,200.00,'',1,'111597914342'),(26,'5','NHIF','2020-08-20 12:05:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',1,'111597914342'),(27,'3','NSSF','2020-08-20 12:05:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111597914342'),(28,'4','PAYE','2020-09-07 11:29:53','Active','1','','1','Deduction','Fixed','Fixed',1.00,150.00,'',4,'111599467393'),(29,'5','NHIF','2020-09-07 11:29:53','Active','1','','1','Deduction','Fixed','Fixed',1.00,850.00,'',4,'111599467393'),(30,'3','NSSF','2020-09-07 11:29:53','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',4,'111599467393'),(31,'4','PAYE','2020-09-07 16:08:39','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',18,'181599484119'),(32,'3','NSSF','2020-09-07 16:08:39','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',18,'181599484119'),(33,'5','NHIF','2020-09-07 16:08:39','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',18,'181599484119'),(34,'5','NHIF','2020-09-08 08:56:31','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',6,'181599544591'),(35,'4','PAYE','2020-09-08 08:56:31','Active','8','','1','Deduction','Fixed','Fixed',1.00,855.88,'',6,'181599544591'),(36,'3','NSSF','2020-09-08 08:56:31','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',6,'181599544591'),(37,'5','NHIF','2020-09-08 09:03:32','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',7,'181599545012'),(38,'4','PAYE','2020-09-08 09:03:32','Active','8','','1','Deduction','Fixed','Fixed',1.00,150.00,'',7,'181599545012'),(39,'3','NSSF','2020-09-08 09:03:32','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',7,'181599545012'),(40,'5','NHIF','2020-09-08 09:09:53','Active','8','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',8,'181599545393'),(41,'4','PAYE','2020-09-08 09:09:53','Active','8','','1','Deduction','Fixed','Fixed',1.00,3208.36,'',8,'181599545393'),(42,'3','NSSF','2020-09-08 09:09:53','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',8,'181599545393'),(43,'5','NHIF','2020-09-08 09:17:41','Active','8','','1','Deduction','Fixed','Fixed',1.00,1600.00,'',17,'181599545861'),(44,'4','PAYE','2020-09-08 09:17:41','Active','8','','1','Deduction','Fixed','Fixed',1.00,15866.82,'',17,'181599545861'),(45,'3','NSSF','2020-09-08 09:17:41','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',17,'181599545861'),(46,'5','NHIF','2020-09-08 09:32:21','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',15,'181599546741'),(47,'3','NSSF','2020-09-08 09:32:21','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',15,'181599546741'),(48,'4','PAYE','2020-09-08 09:32:21','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',15,'181599546741'),(49,'4','PAYE','2020-11-02 08:17:33','Active','8','','1','Deduction','Fixed','Fixed',1.00,150.00,'',4,'181604294253'),(50,'5','NHIF','2020-11-02 08:17:33','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',4,'181604294253'),(51,'3','NSSF','2020-11-02 08:17:33','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',4,'181604294253'),(52,'4','PAYE','2020-11-12 14:11:23','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',18,'181605179483'),(53,'3','NSSF','2020-11-12 14:11:23','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',18,'181605179483'),(54,'5','NHIF','2020-11-12 14:11:23','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',18,'181605179483'),(55,'5','NHIF','2020-11-12 14:13:10','Active','8','','1','Deduction','Fixed','Fixed',1.00,1600.00,'',17,'181605179590'),(56,'4','PAYE','2020-11-12 14:13:10','Active','8','','1','Deduction','Fixed','Fixed',1.00,15866.82,'',17,'181605179590'),(57,'3','NSSF','2020-11-12 14:13:10','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',17,'181605179590'),(58,'5','NHIF','2020-11-12 14:15:45','Active','8','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',8,'181605179745'),(59,'4','PAYE','2020-11-12 14:15:45','Active','8','','1','Deduction','Fixed','Fixed',1.00,3208.36,'',8,'181605179745'),(60,'3','NSSF','2020-11-12 14:15:45','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',8,'181605179745'),(61,'5','NHIF','2020-11-12 14:16:51','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',7,'181605179811'),(62,'4','PAYE','2020-11-12 14:16:51','Active','8','','1','Deduction','Fixed','Fixed',1.00,150.00,'',7,'181605179811'),(63,'3','NSSF','2020-11-12 14:16:51','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',7,'181605179811'),(64,'5','NHIF','2020-11-12 14:17:35','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',6,'181605179855'),(65,'4','PAYE','2020-11-12 14:17:35','Active','8','','1','Deduction','Fixed','Fixed',1.00,855.88,'',6,'181605179855'),(66,'3','NSSF','2020-11-12 14:17:35','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',6,'181605179855'),(67,'4','PAYE','2020-11-12 14:18:26','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',18,'181605179906'),(68,'3','NSSF','2020-11-12 14:18:26','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',18,'181605179906'),(69,'5','NHIF','2020-11-12 14:18:26','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',18,'181605179906'),(70,'5','NHIF','2020-11-12 14:18:55','Active','8','','1','Deduction','Fixed','Fixed',1.00,1600.00,'',17,'181605179935'),(71,'4','PAYE','2020-11-12 14:18:55','Active','8','','1','Deduction','Fixed','Fixed',1.00,15866.82,'',17,'181605179935'),(72,'3','NSSF','2020-11-12 14:18:55','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',17,'181605179935'),(73,'5','NHIF','2020-11-12 14:19:24','Active','8','','1','Deduction','Fixed','Fixed',1.00,1000.00,'',8,'181605179964'),(74,'4','PAYE','2020-11-12 14:19:24','Active','8','','1','Deduction','Fixed','Fixed',1.00,3208.36,'',8,'181605179964'),(75,'3','NSSF','2020-11-12 14:19:24','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',8,'181605179964'),(76,'5','NHIF','2020-11-12 14:19:47','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',7,'181605179987'),(77,'4','PAYE','2020-11-12 14:19:47','Active','8','','1','Deduction','Fixed','Fixed',1.00,150.00,'',7,'181605179987'),(78,'3','NSSF','2020-11-12 14:19:47','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',7,'181605179987'),(79,'5','NHIF','2020-11-12 14:20:08','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',6,'181605180008'),(80,'4','PAYE','2020-11-12 14:20:08','Active','8','','1','Deduction','Fixed','Fixed',1.00,855.88,'',6,'181605180008'),(81,'3','NSSF','2020-11-12 14:20:08','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',6,'181605180008'),(82,'4','PAYE','2020-11-12 14:20:27','Active','8','','1','Deduction','Fixed','Fixed',1.00,150.00,'',4,'181605180027'),(83,'5','NHIF','2020-11-12 14:20:27','Active','8','','1','Deduction','Fixed','Fixed',1.00,850.00,'',4,'181605180027'),(84,'3','NSSF','2020-11-12 14:20:27','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',4,'181605180027'),(85,'5','NHIF','2020-11-12 14:23:42','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',15,'181605180222'),(86,'3','NSSF','2020-11-12 14:23:42','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',15,'181605180222'),(87,'4','PAYE','2020-11-12 14:23:42','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',15,'181605180222'),(88,'5','NHIF','2020-11-12 14:24:20','Active','8','','1','Deduction','Fixed','Fixed',1.00,600.00,'',15,'181605180260'),(89,'3','NSSF','2020-11-12 14:24:20','Active','8','','1','Deduction','Fixed','Fixed',1.00,200.00,'',15,'181605180260'),(90,'4','PAYE','2020-11-12 14:24:20','Active','8','','1','Deduction','Fixed','Fixed',1.00,0.00,'',15,'181605180260'); /*!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=800 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','8','242','Milk,Bread & Teabags','2020-09-14 11:15:50','','Closed','2020-09-01 11:15:50','','350177(Eastmatt)','','MODESTA','11271600071297','11271600071297','1','','1000','14','81600071293','n/a','','',0.00,0.00,'',0,1,'No','No',''),(2,'Expense','8','150','5LTR Jerican 2pcs','2020-09-14 11:17:54','','Closed','2020-09-01 11:17:54','','IOD78920(Kachra J.)','','phedis','9623891600071387','9623891600071387','1','','1000','14','81600071382','n/a','','',0.00,0.00,'',0,1,'No','No',''),(3,'Expense','8','500','electricity bill','2020-09-14 11:26:13','','Closed','2020-09-01 11:26:13','','15299(KPLC)','','MODESTA','3640321600071640','3640321600071640','1','','1000','14','81600071616','n/a','','',0.00,0.00,'',0,1,'No','No',''),(4,'Expense','8','100','marketing','2020-09-14 11:29:26','','Closed','2020-09-01 11:29:26','','cash','','phedis','4397971600072134','4397971600072134','1','','1000','14','81600071994','n/a','','',0.00,0.00,'',0,1,'No','No',''),(5,'Expense','8','190','Milk & Bread','2020-09-14 11:31:09','','Closed','2020-09-01 11:31:09','','48308(Eastmatt)','','MODESTA','2964231600072201','2964231600072201','1','','1000','14','81600072189','n/a','','',0.00,0.00,'',0,1,'No','No',''),(6,'Expense','8','100','marketing ','2020-09-14 12:32:05','','Closed','2020-09-02 12:32:05','','cash','','phedis','7302001600075898','7302001600075898','1','','1000','14','81600072331','n/a','','',0.00,0.00,'',0,1,'No','No',''),(7,'Expense','8','100','Air time for phedis','2020-09-14 12:33:01','','Closed','2020-09-02 12:33:01','','cash','','phedis','1564631600075951','1564631600075951','1','','1000','14','81600075947','n/a','','',0.00,0.00,'',0,1,'No','No',''),(8,'Expense','8','55','Jumia packaging ','2020-09-14 12:34:54','','Closed','2020-09-02 12:34:54','','cash','','MODESTA','1351351600076016','1351351600076016','1','','1000','14','81600076008','n/a','','',0.00,0.00,'',0,1,'No','No',''),(9,'Expense','8','0','off loading products','2020-09-14 12:36:12','','Active','2020-09-02 12:36:12','','cash','','phedis','7359401600076126','7359401600076126','1','','1000','14','81600076117','n/a','','',0.00,0.00,'',0,1,'No','No',''),(10,'Expense','8','200','offloading of products ','2020-09-14 12:38:26','','Closed','2020-09-02 12:38:26','','cash','','phedis','4632701600076265','4632701600076265','1','','1000','14','81600076263','n/a','','',0.00,0.00,'',0,1,'No','No',''),(11,'Expense','8','80','med envelops 2pkts','2020-09-14 12:41:55','','Closed','2020-09-03 12:41:55','','32873(traplast ltd)','','MODESTA','6111141600076370','6111141600076370','1','','1000','14','81600076327','n/a','','',0.00,0.00,'',0,1,'No','No',''),(12,'Expense','8','275','WAX -P Pouch 100pcs','2020-09-14 15:25:08','','Closed','2020-09-03 15:25:08','','0012041(Asami)','','MODESTA','4646591600086188','4646591600086188','1','','1000','14','81600086164','n/a','','',0.00,0.00,'',0,1,'No','No',''),(13,'Expense','8','289','Milk,Bread, &Tissues','2020-09-14 15:27:04','','Closed','2020-09-03 15:27:04','','253057(Eastmatt)','','MODESTA','5697581600086342','5697581600086342','1','','1000','14','81600086336','n/a','','',0.00,0.00,'',0,1,'No','No',''),(14,'Expense','8','100','Garbage Collection ','2020-09-14 15:29:07','','Closed','2020-09-03 15:29:07','','cash','','MODESTA','9189181600086497','9189181600086497','1','','1000','14','81600086493','n/a','','',0.00,0.00,'',0,1,'No','No',''),(15,'Expense','8','0','Jerican 10pc 5ltr','2020-09-14 15:31:15','','Active','2020-09-03 15:31:15','','IOD79312(Kachra j)','','MODESTA','3784121600086597','3784121600086597','1','','1000','14','81600086578','n/a','','',0.00,0.00,'',0,1,'No','No',''),(16,'Expense','8','650','Jerican 5kg 10pcs','2020-09-14 15:33:46','','Closed','2020-09-03 15:33:46','','IOD79312(Kachra J)','','MODESTA','3494111600086754','3494111600086754','1','','1000','14','81600086751','n/a','','',0.00,0.00,'',0,1,'No','No',''),(17,'Expense','8','120','marketing','2020-09-14 15:34:52','','Closed','2020-09-03 15:34:52','','CASH','','phedis','8722751600086864','8722751600086864','1','','1000','14','81600086858','n/a','','',0.00,0.00,'',0,1,'No','No',''),(18,'Expense','8','500','Milk 5pcs(staff decanting chemicals)','2020-09-14 15:36:54','','Closed','2020-09-03 15:36:54','','cash','','MODESTA','6737691600086942','6737691600086942','1','','1000','14','81600086936','n/a','','',0.00,0.00,'',0,1,'No','No',''),(19,'Expense','8','100','Air time for phedis','2020-09-14 15:39:37','','Closed','2020-09-03 15:38:03','','cash','','MODESTA','3848161600087049','3848161600087049','1','','1000','14','81600087038','n/a','','',0.00,0.00,'',0,1,'No','No',''),(20,'Expense','8','444','Milk,Bread ,Sugar & Blue band','2020-09-14 15:41:30','','Closed','2020-09-04 15:41:30','','1093742(Eastmatt)','','MODESTA','6631651600087224','6631651600087224','1','','1000','14','81600087220','n/a','','',0.00,0.00,'',0,1,'No','No',''),(21,'Expense','8','400','Off Loading of detergents','2020-09-14 15:43:38','','Closed','2020-09-04 15:43:38','','cash','','MODESTA','428761600087377','428761600087377','1','','1000','14','81600087364','n/a','','',0.00,0.00,'',0,1,'No','No',''),(22,'Expense','8','100','parking fees -customer','2020-09-14 15:46:00','','Closed','2020-09-04 15:45:19','','cash','','phedis','3836381600087467','3836381600087467','1','','1000','14','81600087452','n/a','','',0.00,0.00,'',0,1,'No','No',''),(23,'Expense','8','190','Milk & Bread','2020-09-14 15:49:18','','Closed','2020-09-05 15:48:00','','1962710(Tuskys)','','MODESTA','2316541600087599','2316541600087599','1','','1000','14','81600087592','n/a','','',0.00,0.00,'',0,1,'No','No',''),(24,'Expense','8','100','Transport for sanitizer delivery','2020-09-14 15:51:16','','Closed','2020-09-05 15:51:16','','cash','','MODESTA','3289891600087804','3289891600087804','1','','1000','14','81600087800','n/a','','',0.00,0.00,'',0,1,'No','No',''),(25,'Expense','8','190','Bread & Milk','2020-09-14 15:53:08','','Closed','2020-09-07 15:53:08','','353687(Eastmatt)','','MODESTA','4785251600087940','4785251600087940','1','','1000','14','81600087935','n/a','','',0.00,0.00,'',0,1,'No','No',''),(26,'Expense','8','2700','m-pesa charges','2020-09-14 15:59:08','','Closed','2020-09-07 15:56:28','','192(promax)','','MODESTA','6832851600088064','6832851600088064','1','','1000','14','81600088057','n/a','','',0.00,0.00,'',0,1,'No','No',''),(27,'Expense','8','900','polypots 300pcs','2020-09-14 16:01:05','','Closed','2020-09-07 16:01:05','','cash','','MODESTA','3108031600088411','3108031600088411','1','','1000','14','81600088387','n/a','','',0.00,0.00,'',0,1,'No','No',''),(28,'Expense','8','140','ETR rolls ','2020-09-14 16:02:20','','Closed','2020-09-07 16:02:20','','0147(all seasons)','','MODESTA','2703831600088494','2703831600088494','1','','1000','14','81600088489','n/a','','',0.00,0.00,'',0,1,'No','No',''),(29,'Expense','8','700','security pay ','2020-09-14 16:03:58','','Closed','2020-09-07 16:03:58','','cash','','MODESTA','2024121600088604','2024121600088604','1','','1000','14','81600088600','n/a','','',0.00,0.00,'',0,1,'No','No',''),(30,'Expense','8','300','Transport for delivery of sanitizer to langata','2020-09-14 16:05:39','','Closed','2020-09-07 16:05:39','','cash','','MODESTA','7218021600088675','7218021600088675','1','','1000','14','81600088661','n/a','','',0.00,0.00,'',0,1,'No','No',''),(31,'Expense','8','205','Milk,Bread & bag','2020-09-14 16:31:13','','Closed','2020-09-08 16:31:13','','52057(Eastmatt)','','MODESTA','5171631600088850','5171631600088850','1','','1000','14','81600088764','n/a','','',0.00,0.00,'',0,1,'No','No',''),(32,'Expense','8','200','County Gabbage Collection','2020-09-15 08:43:34','','Closed','2020-09-08 08:42:51','','cash','','MODESTA','3033411600148507','3033411600148507','1','','1000','14','81600148489','n/a','','',0.00,0.00,'',0,1,'No','No',''),(33,'Expense','8','5750','NHIF Payment for 6 Staff','2020-09-15 08:46:07','','Closed','2020-09-08 08:46:07','','9749796(national bank)','','MODESTA','3066641600148693','3066641600148693','1','','1000','14','81600148654','n/a','','',0.00,0.00,'',0,1,'No','No',''),(34,'Expense','8','500','Fare to karanja for running errands','2020-09-15 08:50:34','','Closed','2020-09-08 08:50:34','','cash','','phedis','9685221600148982','9685221600148982','1','','1000','14','81600148866','n/a','','',0.00,0.00,'',0,1,'No','No',''),(35,'Expense','8','100','gabbage collection ','2020-09-15 08:52:32','','Closed','2020-09-08 08:52:32','','cash','','phedis','2384821600149113','2384821600149113','1','','1000','14','81600149067','n/a','','',0.00,0.00,'',0,1,'No','No',''),(36,'Expense','8','20','non-wooven bag','2020-09-15 08:54:43','','Closed','2020-09-08 08:54:43','','cash','','MODESTA','2016561600149231','2016561600149231','1','','1000','14','81600149205','n/a','','',0.00,0.00,'',0,1,'No','No',''),(37,'Expense','8','249','Milk,Bread & Teabags','2020-09-15 08:57:00','','Closed','2020-09-09 08:57:00','','7814(Eastmatt)','','MODESTA','7970831600149350','7970831600149350','1','','1000','14','81600149347','n/a','','',0.00,0.00,'',0,1,'No','No',''),(38,'Expense','8','100','Air time for phedis','2020-09-15 08:58:08','','Closed','2020-09-09 08:58:08','','cash','','MODESTA','5509981600149466','5509981600149466','1','','1000','14','81600149462','n/a','','',0.00,0.00,'',0,1,'No','No',''),(39,'Expense','8','1450','transport','2020-09-15 09:01:01','','Closed','2020-09-09 08:59:37','','cash','','MODESTA','7897121600149520','7897121600149520','1','','1000','14','81600149510','n/a','','',0.00,0.00,'',0,1,'No','No',''),(40,'Expense','8','400','Sisal rope','2020-09-15 09:03:06','','Closed','2020-09-09 09:03:06','','CASH','','MODESTA','2101151600149698','2101151600149698','1','','1000','14','81600149688','n/a','','',0.00,0.00,'',0,1,'No','No',''),(41,'Expense','8','95','Tissue ','2020-09-15 09:04:59','','Closed','2020-09-09 09:04:56','','391426(Eastmatt)','','MODESTA','6882691600149839','6882691600149839','1','','1000','14','81600149814','n/a','','',0.00,0.00,'',0,1,'No','No',''),(42,'Expense','8','100','marketing','2020-09-15 09:07:11','','Closed','2020-09-09 09:07:11','','cash','','MODESTA','3546971600149998','3546971600149998','1','','1000','14','81600149995','n/a','','',0.00,0.00,'',0,1,'No','No',''),(43,'Expense','8','190','Milk & Bread ','2020-09-15 09:15:28','','Closed','2020-09-10 09:15:28','','cash','','MODESTA','2633741600150455','2633741600150455','1','','1000','14','81600150145','n/a','','',0.00,0.00,'',0,1,'No','No',''),(44,'Expense','8','620','Non woven carrier bags & cartons 15pcs','2020-09-15 09:18:59','','Closed','2020-09-10 09:18:15','','cash','','phedis','3326751600150625','3326751600150625','1','','1000','14','81600150622','n/a','','',0.00,0.00,'',0,1,'No','No',''),(45,'Expense','8','30','marketing','2020-09-15 09:20:11','','Closed','2020-09-10 09:20:11','','cash','','phedis','6006021600150777','6006021600150777','1','','1000','14','81600150770','n/a','','',0.00,0.00,'',0,1,'No','No',''),(46,'Expense','8','750','6 staff fare (overtime) ','2020-09-15 09:22:57','','Closed','2020-09-10 09:22:08','','cash','','MODESTA','9091001600150869','9091001600150869','1','','1000','14','81600150838','n/a','','',0.00,0.00,'',0,1,'No','No',''),(47,'Expense','8','10','wooven bag','2020-09-15 09:27:03','','Closed','2020-09-11 09:25:05','','1097475(Eastmatt)','','MODESTA','5567681600151010','5567681600151010','1','','1000','14','81600151002','n/a','','',0.00,0.00,'',0,1,'No','No',''),(48,'Expense','8','190','Milk & Bread','2020-09-15 09:28:49','','Closed','2020-09-11 09:28:49','','1097475(Eastmatt)','','MODESTA','9145071600151258','9145071600151258','1','','1000','14','81600151249','n/a','','',0.00,0.00,'',0,1,'No','No',''),(49,'Expense','8','275','Wax Pouch 10pcs','2020-09-15 09:32:41','','Closed','2020-09-11 09:32:41','','13790(Asami Kenya)','','MODESTA','5531431600151358','5531431600151358','1','','1000','14','81600151353','n/a','','',0.00,0.00,'',0,1,'No','No',''),(50,'Expense','8','300','wax Pouch 100 pcs','2020-09-15 09:34:30','','Closed','2020-09-11 09:34:30','','13808(Asami Kenya)','','MODESTA','4575601600151601','4575601600151601','1','','1000','14','81600151587','n/a','','',0.00,0.00,'',0,1,'No','No',''),(51,'Expense','8','110','sugar 1kg','2020-09-15 10:27:17','','Closed','2020-09-11 09:35:39','','9258(Eastmatt)','','MODESTA','8314011600151697','8314011600151697','1','','1000','14','81600151689','n/a','','',0.00,0.00,'',0,1,'No','No',''),(52,'Expense','8','55','packaging Jumia sales','2020-09-15 09:37:55','','Closed','2020-09-11 09:37:55','','cash','','MODESTA','6148301600151791','6148301600151791','1','','1000','14','81600151760','n/a','','',0.00,0.00,'',0,1,'No','No',''),(53,'Expense','8','200','airtime Modesta/felista','2020-09-15 09:39:31','','Closed','2020-09-11 09:39:31','','cash','','MODESTA','6873931600151926','6873931600151926','1','','1000','14','81600151919','n/a','','',0.00,0.00,'',0,1,'No','No',''),(54,'Expense','8','370','Milk,Bread & blue band ','2020-09-15 09:41:23','','Closed','2020-09-12 09:41:23','','620120(Eastmatt)','','MODESTA','9371951600152011','9371951600152011','1','','1000','14','81600152002','n/a','','',0.00,0.00,'',0,1,'No','No',''),(55,'Expense','8','3300','Multpurpose labels','2020-09-15 10:11:36','','Closed','2020-09-02 10:11:36','','cash','','MODESTA','2783581600153823','2783581600153823','1','','1000','14','81600153820','n/a','','',0.00,0.00,'',0,1,'No','No',''),(56,'Expense','8','100','gabbage collection','2020-09-15 10:33:43','','Closed','2020-09-12 10:33:43','','cash','','MODESTA','2045871600155149','2045871600155149','1','','1000','14','81600155142','n/a','','',0.00,0.00,'',0,1,'No','No',''),(57,'Expense','8','1000','petty cash voucher books printed 6pcs','2020-09-15 10:36:14','','Closed','2020-09-12 10:36:14','','cash','','MODESTA','2348261600155326','2348261600155326','1','','1000','14','81600155319','n/a','','',0.00,0.00,'',0,1,'No','No',''),(58,'Expense','8','1000','citrus and lavenda 1ltr each','2020-09-15 10:38:28','','Closed','2020-09-12 10:38:28','','050(promax)','','MODESTA','3512531600155408','3512531600155408','1','','1000','9','81600155405','n/a','','',0.00,0.00,'',0,1,'No','No',''),(59,'Expense','8','600','empty bottles for perfumes','2020-09-15 10:40:06','','Closed','2020-09-12 10:40:06','','050(promax)','','MODESTA','8108891600155554','8108891600155554','1','','1000','9','81600155551','n/a','','',0.00,0.00,'',0,1,'No','No',''),(60,'Expense','8','100','Delivery of product ','2020-09-15 10:41:41','','Closed','2020-09-12 10:41:29','','cash','','phedis','8405551600155629','8405551600155629','1','','1000','14','81600155626','n/a','','',0.00,0.00,'',0,1,'No','No',''),(61,'Expense','8','100','Air time for phedis','2020-09-15 10:42:33','','Closed','2020-09-12 10:42:33','','cash','','phedis','4598561600155727','4598561600155727','1','','1000','14','81600155724','n/a','','',0.00,0.00,'',0,1,'No','No',''),(62,'Expense','8','800','4 staff bus fare ','2020-09-15 10:44:31','','Closed','2020-09-14 10:44:31','','cash','','MODESTA','2990821600155839','2990821600155839','1','','1000','14','81600155834','n/a','','',0.00,0.00,'',0,1,'No','No',''),(63,'Expense','8','289','Milk,Bread & Tissue ','2020-09-15 10:48:33','','Closed','2020-09-14 10:47:16','','621268(Eastmatt)','','MODESTA','5426001600155923','5426001600155923','1','','1000','14','81600155909','n/a','','',0.00,0.00,'',0,1,'No','No',''),(64,'Expense','8','200','marketing','2020-09-15 10:51:37','','Closed','2020-09-14 10:51:37','','cash','','MODESTA','4337851600156262','4337851600156262','1','','1000','14','81600156259','n/a','','',0.00,0.00,'',0,1,'No','No',''),(65,'Expense','8','1000','blue and green 2kg each','2020-09-15 10:55:42','','Closed','2020-09-14 10:53:07','','432(promax)','','phedis','2151601600156340','2151601600156340','1','','1000','9','81600156323','n/a','','',0.00,0.00,'',0,1,'No','No',''),(66,'Expense','8','600','perfume bottles','2020-09-15 10:54:47','','Closed','2020-09-14 10:54:47','','432(promax)','','phedis','340851600156423','340851600156423','1','','1000','9','81600156418','n/a','','',0.00,0.00,'',0,1,'No','No',''),(67,'Expense','8','100','product delivery from promax- shop','2020-09-15 10:56:50','','Closed','2020-09-14 10:56:50','','432','','phedis','8607041600156550','8607041600156550','1','','1000','14','81600156548','n/a','','',0.00,0.00,'',0,1,'No','No',''),(68,'Expense','8','30','mpesa transation to pay product','2020-09-15 10:58:26','','Closed','2020-09-14 10:58:26','','432(Promax)','','phedis','7984431600156633','7984431600156633','1','','1000','14','81600156629','n/a','','',0.00,0.00,'',0,1,'No','No',''),(69,'Expense','8','2400','NSSF PAYMENT ','2020-09-15 11:00:37','','Closed','2020-09-14 11:00:37','','1645961(NSSF)','','MODESTA','853501600156779','853501600156779','1','','1000','14','81600156732','n/a','','',0.00,0.00,'',0,1,'No','No',''),(70,'Expense','8','495','printing papers 1 ream','2020-09-15 11:04:36','','Closed','2020-09-14 11:04:06','','1200001954(sai office)','','MODESTA','4328191600156976','4328191600156976','1','','1000','14','81600156929','n/a','','',0.00,0.00,'',0,1,'No','No',''),(71,'Expense','8','30','Mpesa charges ','2020-09-15 11:06:02','','Closed','2020-09-14 11:06:02','','cash','','MODESTA','6309321600157105','6309321600157105','1','','1000','14','81600157099','n/a','','',0.00,0.00,'',0,1,'No','No',''),(72,'Expense','8','500','Karanja fare to run errands ','2020-09-15 11:09:35','','Closed','2020-09-14 11:08:04','','cash','','MODESTA','7376921600157200','7376921600157200','1','','1000','14','81600157195','n/a','','',0.00,0.00,'',0,1,'No','No',''),(73,'Expense','8','2200','lables ','2020-09-15 11:11:57','','Closed','2020-09-14 11:11:57','','cash','','phedis','3151531600157481','3151531600157481','1','','1000','14','81600157475','n/a','','',0.00,0.00,'',0,1,'No','No',''),(74,'Expense','8','242','Milk,Bread & Teabags','2020-09-18 12:26:40','','Closed','2020-09-15 12:26:40','','1100010(Eastmat)','','MODESTA','6440121600421040','6440121600421040','1','','1000','14','81600421028','n/a','','',0.00,0.00,'',0,1,'No','No',''),(75,'Expense','8','100','Air time for modesta','2020-09-18 12:28:03','','Closed','2020-09-15 12:28:03','','cash','','MODESTA','9357751600421247','9357751600421247','1','','1000','14','81600421233','n/a','','',0.00,0.00,'',0,1,'No','No',''),(76,'Expense','8','2500','internet payment ','2020-09-18 12:32:35','','Closed','2020-09-15 12:32:35','','1238(internet)','','MODESTA','4505211600421322','4505211600421322','1','','1000','14','81600421308','n/a','','',0.00,0.00,'',0,1,'No','No',''),(77,'Expense','8','50','Scaning document ','2020-09-18 15:34:01','','Closed','2020-09-15 12:33:54','','cash','','MODESTA','8064181600421592','8064181600421592','1','','1000','14','81600421589','n/a','','',0.00,0.00,'',0,1,'No','No',''),(78,'Expense','8','250','Milk for staff decanting chemicals ','2020-09-18 12:35:27','','Closed','2020-09-15 12:35:27','','cash','','MODESTA','5408471600421663','5408471600421663','1','','1000','14','81600421656','n/a','','',0.00,0.00,'',0,1,'No','No',''),(79,'Expense','8','200','parking fee KBM941B','2020-09-18 12:36:30','','Closed','2020-09-15 12:36:30','','cash','','phedis','4663511600421755','4663511600421755','1','','1000','14','81600421749','n/a','','',0.00,0.00,'',0,1,'No','No',''),(80,'Expense','8','20','marketing','2020-09-18 13:13:11','','Closed','2020-09-15 13:13:11','','cash','','phedis','4132131600423965','4132131600423965','1','','1000','14','81600423892','n/a','','',0.00,0.00,'',0,1,'No','No',''),(81,'Expense','8','190','Milk & Bread ','2020-09-18 13:15:34','','Closed','2020-09-16 13:15:34','','56588(Eastmatt)','','MODESTA','1489111600424020','1489111600424020','1','','1000','14','81600424014','n/a','','',0.00,0.00,'',0,1,'No','No',''),(82,'Expense','8','2850','salt 3x50kg','2020-09-18 13:20:50','','Closed','2020-09-16 13:20:50','','443(promax)','0714401181','MODESTA','1983641600424404','1983641600424404','1','','1000','9','81600424399','n/a','','',0.00,0.00,'',0,1,'No','No',''),(83,'Expense','8','300','transport of product from promax -shop','2020-09-18 13:22:16','','Closed','2020-09-16 13:22:16','','443(promax)','','MODESTA','5308181600424484','5308181600424484','1','','1000','14','81600424474','n/a','','',0.00,0.00,'',0,1,'No','No',''),(84,'Expense','8','30','mpesa transaction charges','2020-09-18 13:33:03','','Closed','2020-09-16 13:33:03','','443(promax)','','MODESTA','1267671600425131','1267671600425131','1','','1000','14','81600425074','n/a','','',0.00,0.00,'',0,1,'No','No',''),(85,'Expense','8','289','Milk,Bread & Tissue','2020-09-18 15:49:28','','Closed','2020-09-17 13:34:44','','12796(Eastmatt)','','MODESTA','3480811600425242','3480811600425242','1','','1000','14','81600425238','n/a','','',0.00,0.00,'',0,1,'No','No',''),(86,'Expense','8','25','RULER ','2020-09-18 13:39:34','','Closed','2020-09-17 13:39:34','','1967454(Tuskys)','','MODESTA','146911600425475','146911600425475','1','','1000','14','81600425472','n/a','','',0.00,0.00,'',0,1,'No','No',''),(87,'Expense','8','200','Fare to industrial area ','2020-09-18 13:40:34','','Closed','2020-09-17 13:40:34','','cash','','MODESTA','9051731600425600','9051731600425600','1','','1000','14','81600425595','n/a','','',0.00,0.00,'',0,1,'No','No',''),(88,'Expense','8','369','Milk,Bread,sugar &batteries ','2020-09-21 11:28:35','','Closed','2020-09-18 11:28:35','','13464(eastmatt)','','MODESTA','9513021600676736','9513021600676736','1','','1000','14','81600676720','n/a','','',0.00,0.00,'',0,1,'No','No',''),(89,'Expense','8','200','1ltr plastic bottles 20pcs','2020-09-21 11:38:45','','Closed','2020-09-18 11:38:45','','IOD81500(Kachra j.)','','MODESTA','8010411600676993','8010411600676993','1','','1000','10','81600676980','n/a','','',0.00,0.00,'',0,1,'No','No',''),(90,'Expense','8','275','WAX Pouch 100pcs','2020-09-21 11:42:38','','Closed','2020-09-18 11:40:22','','CS0015295(Asami kenya)','','MODESTA','5700601600677573','5700601600677573','1','','1000','14','81600677570','n/a','','',0.00,0.00,'',0,1,'No','No',''),(91,'Expense','8','70','marketing','2020-09-21 11:43:38','','Closed','2020-09-18 11:43:38','','cash','','phedis','9815721600677791','9815721600677791','1','','1000','14','81600677784','n/a','','',0.00,0.00,'',0,1,'No','No',''),(92,'Expense','8','260','empty boxes 13pcs','2020-09-21 11:44:58','','Closed','2020-09-18 11:44:58','','cash','','phedis','7565421600677861','7565421600677861','1','','1000','14','81600677850','n/a','','',0.00,0.00,'',0,1,'No','No',''),(93,'Expense','8','2000','citrus & lavender 2ltrs each','2020-09-21 11:49:22','','Closed','2020-09-18 11:47:00','','100(promax)','','phedis','6559451600677944','6559451600677944','1','','1000','9','81600677930','n/a','','',0.00,0.00,'',0,1,'No','No',''),(94,'Expense','8','1200','perfumes jars','2020-09-21 11:48:34','','Closed','2020-09-18 11:48:27','','100(promax)','','phedis','5799991600678051','5799991600678051','1','','1000','9','81600678049','n/a','','',0.00,0.00,'',0,1,'No','No',''),(95,'Expense','8','100','transport of materials from promax -shop','2020-09-21 11:50:44','','Closed','2020-09-18 11:50:44','','100(promax)','','phedis','2081821600678190','2081821600678190','1','','1000','14','81600678184','n/a','','',0.00,0.00,'',0,1,'No','No',''),(96,'Expense','8','56','m-pesa transaction ','2020-09-21 11:51:51','','Closed','2020-09-18 11:51:51','','cash','','phedis','3685941600678269','3685941600678269','1','','1000','14','81600678266','n/a','','',0.00,0.00,'',0,1,'No','No',''),(97,'Expense','8','340','ETR rolls & Receipt e-pos','2020-09-21 11:53:39','','Closed','2020-09-18 11:53:39','','2487/2486(all seasons)','','MODESTA','9712711600678348','9712711600678348','1','','1000','14','81600678335','n/a','','',0.00,0.00,'',0,1,'No','No',''),(98,'Expense','8','289','Milk,Bread & Tissues','2020-09-21 12:08:27','','Closed','2020-09-19 12:08:27','','624607(Eastmatt)','','MODESTA','4968931600678666','4968931600678666','1','','1000','14','81600678473','n/a','','',0.00,0.00,'',0,1,'No','No',''),(99,'Expense','8','25','marketing','2020-09-21 12:10:21','','Closed','2020-09-19 12:10:21','','cash','','phedis','2592661600679385','2592661600679385','1','','1000','14','81600679353','n/a','','',0.00,0.00,'',0,1,'No','No',''),(100,'Expense','8','190','Milk & Bread','2020-09-25 12:57:59','','Closed','2020-09-21 12:57:59','','625606(Eastmatt)','','MODESTA','3774751601027126','3774751601027126','1','','1000','14','81601027123','n/a','','',0.00,0.00,'',0,1,'No','No',''),(101,'Expense','8','100','gabbage collection','2020-09-25 12:59:25','','Closed','2020-09-21 12:59:25','','cash','','MODESTA','9510611601027926','9510611601027926','1','','1000','14','81601027918','n/a','','',0.00,0.00,'',0,1,'No','No',''),(102,'Expense','8','100','marketing','2020-09-25 13:03:51','','Closed','2020-09-21 13:03:51','','cash','','MODESTA','2151001601028204','2151001601028204','1','','1000','14','81601028013','n/a','','',0.00,0.00,'',0,1,'No','No',''),(103,'Expense','8','30','non-woven bags 2pcs','2020-09-25 13:08:51','','Closed','2020-09-21 13:08:51','','cash','','MODESTA','6337411601028450','6337411601028450','1','','1000','14','81601028447','n/a','','',0.00,0.00,'',0,1,'No','No',''),(104,'Expense','8','500','fare for running errands Peter','2020-09-25 13:37:48','','Closed','2020-09-21 13:35:15','','cash','','MODESTA','6953081601030055','6953081601030055','1','','1000','14','81601030046','n/a','','',0.00,0.00,'',0,1,'No','No',''),(105,'Expense','8','435','Milk,Bread,blue band & office glue ','2020-09-25 13:40:05','','Closed','2020-09-22 13:40:05','','15781(Eaastmatt)','','MODESTA','4286801601030276','4286801601030276','1','','1000','14','81601030273','n/a','','',0.00,0.00,'',0,1,'No','No',''),(106,'Expense','8','900','polypots for packing caustic','2020-09-25 13:42:43','','Closed','2020-09-22 13:42:43','','cash','','phedis','3665091601030501','3665091601030501','1','','1000','14','81601030455','n/a','','',0.00,0.00,'',0,1,'No','No',''),(107,'Expense','8','220','Milk,Bread,Teabags ','2020-09-25 14:37:44','','Closed','2020-09-23 14:37:44','','16429(Eastmatt)','','MODESTA','7472681601030752','7472681601030752','1','','1000','14','81601030743','n/a','','',0.00,0.00,'',0,1,'No','No',''),(108,'Expense','8','3200','Cellotape 2','2020-09-25 14:41:36','','Closed','2020-09-23 14:41:36','','14785(Ricks limited)','','MODESTA','8096201601034003','8096201601034003','1','','1000','14','81601033964','n/a','','',0.00,0.00,'',0,1,'No','No',''),(109,'Expense','8','100','Delivery of Products ','2020-09-25 14:44:02','','Closed','2020-09-30 14:44:02','','cash','','phedis','6986011601034176','6986011601034176','1','','1000','14','81601034165','n/a','','',0.00,0.00,'',0,1,'No','No',''),(110,'Expense','8','750','Green1kg and blue 2kg','2020-09-25 14:45:33','','Closed','2020-09-23 14:45:33','','169(Promax)','','phedis','9136311601034272','9136311601034272','1','','1000','14','81601034267','n/a','','',0.00,0.00,'',0,1,'No','No',''),(111,'Expense','8','100','delivery of materials from promax -shop','2020-09-25 14:49:20','','Closed','2020-09-23 14:49:20','','169(promax)','','phedis','5694251601034508','5694251601034508','1','','1000','14','81601034505','n/a','','',0.00,0.00,'',0,1,'No','No',''),(112,'Expense','8','600','staff lunch ','2020-09-25 14:51:09','','Closed','2020-09-23 14:51:09','','cash','','MODESTA','6520181601034599','6520181601034599','1','','1000','14','81601034596','n/a','','',0.00,0.00,'',0,1,'No','No',''),(113,'Expense','8','200','off loading of chemicals','2020-09-25 14:52:46','','Closed','2020-09-23 14:52:46','','cash','','MODESTA','7553941601034726','7553941601034726','1','','1000','14','81601034716','n/a','','',0.00,0.00,'',0,1,'No','No',''),(114,'Expense','8','100','Air time for office phone','2020-09-25 14:54:02','','Closed','2020-09-23 14:54:02','','cash','','MODESTA','8138191601034804','8138191601034804','1','','1000','14','81601034802','n/a','','',0.00,0.00,'',0,1,'No','No',''),(115,'Expense','8','324','Milk,Bread, tissue and bag','2020-09-25 14:56:19','','Closed','2020-09-24 14:56:19','','627528(Eastmatt)','','phedis','8543601601034886','8543601601034886','1','','1000','14','81601034878','n/a','','',0.00,0.00,'',0,1,'No','No',''),(116,'Expense','8','113','Sugar','2020-10-01 14:19:33','','Closed','2020-09-24 14:19:33','','001(NAIVAS)','','MODESTA','9192201601551106','9192201601551106','1','','1000','14','81601551103','n/a','','',0.00,0.00,'',0,1,'No','No',''),(117,'Expense','8','400','Bus fare for sales (susan)','2020-10-01 14:23:21','','Closed','2020-09-24 14:21:09','','002','','MODESTA','7386281601551208','7386281601551208','1','','1000','14','81601551205','n/a','','',0.00,0.00,'',0,1,'No','No',''),(118,'Expense','8','500','STAFF MILK (Decanting)','2020-10-01 14:25:17','','Closed','2020-09-24 14:25:17','','003','','MODESTA','3062111601551463','3062111601551463','1','','1000','14','81601551442','n/a','','',0.00,0.00,'',0,1,'No','No',''),(119,'Expense','8','2200','SODIUM HYPOCHLORITE 20LTR','2020-10-01 14:28:59','','Closed','2020-09-24 14:28:59','','005/1707(Neru)','','MODESTA','9018801601551560','9018801601551560','1','','1000','14','81601551545','n/a','','',0.00,0.00,'',0,1,'No','No',''),(120,'Expense','8','0','Transpotation of materials from neru-shop','2020-10-01 14:30:39','','Closed','2020-09-24 14:30:39','','005/1707(Neru)','','MODESTA','3099571601551769','3099571601551769','1','','1000','14','81601551766','n/a','','',0.00,0.00,'',0,1,'No','No',''),(121,'Expense','8','190','Milk & Bread','2020-10-01 14:40:51','','Closed','2020-09-25 14:40:51','','006(Eastmatt)','','MODESTA','4909111601552063','4909111601552063','1','','1000','14','81601551864','n/a','','',0.00,0.00,'',0,1,'No','No',''),(122,'Expense','8','100','Gabbage Collection','2020-10-01 14:43:33','','Closed','2020-10-01 14:43:33','','007','','MODESTA','4045731601552558','4045731601552558','1','','1000','14','81601552540','n/a','','',0.00,0.00,'',0,1,'No','No',''),(123,'Expense','8','750','Wax Pouch 200pcs & Envelopes for packing 5pack','2020-10-01 14:47:18','','Closed','2020-09-25 14:47:18','','008','','MODESTA','7121651601552670','7121651601552670','1','','1000','14','81601552642','n/a','','',0.00,0.00,'',0,1,'No','No',''),(124,'Expense','8','200','Examination gloves ','2020-10-01 14:49:57','','Closed','2020-09-25 14:49:57','','009(goldmed)','','MODESTA','5591241601552936','5591241601552936','1','','1000','14','81601552921','n/a','','',0.00,0.00,'',0,1,'No','No',''),(125,'Expense','8','300','staple pins &cellotapes','2020-10-01 14:56:24','','Closed','2020-09-25 14:56:24','','010(Ricks ltd)','','MODESTA','2973301601553022','2973301601553022','1','','1000','14','81601553019','n/a','','',0.00,0.00,'',0,1,'No','No',''),(126,'Expense','8','1500','Business cards 6PACK','2020-10-01 15:15:03','','Closed','2020-09-25 15:14:54','','011','','MODESTA','9003091601554443','9003091601554443','1','','1000','14','81601553433','n/a','','',0.00,0.00,'',0,1,'No','No',''),(127,'Expense','8','100','marketing','2020-10-01 15:16:21','','Closed','2020-09-25 15:16:21','','012','','MODESTA','4489201601554550','4489201601554550','1','','1000','14','81601554542','n/a','','',0.00,0.00,'',0,1,'No','No',''),(128,'Expense','8','3700','Salt 3bags,lavener 1ltr,green 1kg,blue 1kg','2020-10-03 10:00:07','','Closed','2020-09-25 09:57:36','','200or 013(promax)','','phedis','5873701601708088','5873701601708088','1','','1000','9','81601707779','n/a','','',0.00,0.00,'',0,1,'No','No',''),(129,'Expense','8','600','perfume jars 600pcs','2020-10-03 09:59:30','','Closed','2020-09-25 09:59:30','','200 or 013(promax)','','phedis','8390141601708322','8390141601708322','1','','1000','9','81601708320','n/a','','',0.00,0.00,'',0,1,'No','No',''),(130,'Expense','8','300','Transport of products from promax to shop','2020-10-03 10:15:47','','Closed','2020-09-25 10:15:47','','200 or 013','','phedis','6673041601709245','6673041601709245','1','','1000','','81601709242','n/a','','',0.00,0.00,'',0,1,'No','No',''),(131,'Expense','8','70','m-pesa charges payment to promax','2020-10-03 10:17:01','','Closed','2020-09-25 10:17:01','','013','','phedis','1640761601709372','1640761601709372','1','','1000','14','81601709369','n/a','','',0.00,0.00,'',0,1,'No','No',''),(132,'Expense','8','210','Milk & scones ','2020-10-03 10:22:24','','Closed','2020-09-25 10:22:24','','014 or 1105977(Eastleigh)','','phedis','6623801601709651','6623801601709651','1','','1000','14','81601709649','n/a','','',0.00,0.00,'',0,1,'No','No',''),(133,'Expense','8','225','Hand towel 3pcs ','2020-10-03 10:24:26','','Closed','2020-09-26 10:24:26','','015/398653(Eastmatt)','','phedis','4262931601709781','4262931601709781','1','','1000','14','81601709773','n/a','','',0.00,0.00,'',0,1,'No','No',''),(134,'Expense','8','200','Empty bottles 1ltr 20pcs','2020-10-03 10:29:44','','Closed','2020-09-25 10:29:44','','IOD82709','','phedis','3171471601710073','3171471601710073','1','','1000','10','81601710054','n/a','','',0.00,0.00,'',0,1,'No','No',''),(135,'Expense','8','399','Milk,Bread ,Sugar & Tissue ','2020-10-03 10:31:33','','Closed','2020-09-28 10:31:13','','017/629630(Eastmatt)','','phedis','5962211601710214','5962211601710214','1','','1000','14','81601710204','n/a','','',0.00,0.00,'',0,1,'No','No',''),(136,'Expense','8','80','marketing','2020-10-03 10:33:11','','Closed','2020-09-28 10:33:11','','018','','phedis','1780331601710345','1780331601710345','1','','1000','14','81601710337','n/a','','',0.00,0.00,'',0,1,'No','No',''),(137,'Expense','8','332','milk,tea bags,ginger tea,match box, scones','2020-10-03 10:46:28','','Closed','2020-10-29 10:46:28','','020/630300(eastmat)','','MODESTA','8514001601710974','8514001601710974','1','','1000','14','81601710963','n/a','','',0.00,0.00,'',0,1,'No','No',''),(138,'Expense','8','269','cling film for covering product,funnels 3pcs','2020-10-03 10:49:06','','Closed','2020-10-29 10:49:06','','021(Eastmatt)','','phedis','3610111601711285','3610111601711285','1','','1000','14','81601711262','n/a','','',0.00,0.00,'',0,1,'No','No',''),(139,'Expense','8','968','Empty Bottle 1LTR 110pcs','2020-10-03 10:53:06','','Closed','2020-10-03 10:51:57','','022 or IOD83027','','phedis','6381821601711392','6381821601711392','1','','1000','10','81601711370','n/a','','',0.00,0.00,'',0,1,'No','No',''),(140,'Expense','8','500','bus fare Peter Karanja','2020-10-03 10:55:52','','Closed','2020-09-29 10:54:44','','023','','MODESTA','9110031601711613','9110031601711613','1','','1000','14','81601711601','n/a','','',0.00,0.00,'',0,1,'No','No',''),(141,'Expense','8','210','milk & scones','2020-10-03 10:57:15','','Closed','2020-09-30 10:57:15','','024 or 65180','','MODESTA','4546301601711765','4546301601711765','1','','1000','14','81601711758','n/a','','',0.00,0.00,'',0,1,'No','No',''),(142,'Expense','8','1000','electricity bill','2020-10-03 10:58:28','','Closed','2020-09-30 10:58:28','','026','','MODESTA','6182741601711866','6182741601711866','1','','1000','14','81601711861','n/a','','',0.00,0.00,'',0,1,'No','No',''),(143,'Expense','8','2850','magadi 50kg,citrus 1ltr,green 2kg,blue 1kg','2020-10-03 11:03:20','','Closed','2020-09-30 11:03:20','','131 or 027','','phedis','9593981601712140','9593981601712140','1','','1000','9','81601712137','n/a','','',0.00,0.00,'',0,1,'No','No',''),(144,'Expense','8','200','Transport of product from promax to shop','2020-10-03 11:07:11','','Closed','2020-09-30 11:07:11','','027','','phedis','5313621601712367','5313621601712367','1','','1000','14','81601712348','n/a','','',0.00,0.00,'',0,1,'No','No',''),(145,'Expense','8','60','m-pesa transactions ','2020-10-03 11:09:19','','Closed','2020-09-30 11:09:19','','027','','MODESTA','6767901601712460','6767901601712460','1','','1000','14','81601712457','n/a','','',0.00,0.00,'',0,1,'No','No',''),(146,'Expense','8','100','Air time for office line','2020-10-03 11:11:33','','Closed','2020-09-30 11:11:33','','028','','MODESTA','1625351601712645','1625351601712645','1','','1000','14','81601712595','n/a','','',0.00,0.00,'',0,1,'No','No',''),(147,'Expense','8','190','Milk & Bread','2020-10-15 13:13:13','','Closed','2020-10-01 13:13:13','','029/595598','','MODESTA','5234471602756736','5234471602756736','1','','1000','14','81602756724','n/a','','',0.00,0.00,'',0,1,'No','No',''),(148,'Expense','8','200','marketing','2020-10-15 13:14:27','','Closed','2020-10-01 13:14:27','','030','','phedis','6190901602756842','6190901602756842','1','','1000','14','81602756838','n/a','','',0.00,0.00,'',0,1,'No','No',''),(149,'Expense','8','500','Air time for Susan','2020-10-15 13:17:30','','Closed','2020-10-01 13:17:30','','031','','phedis','1775191602756991','1775191602756991','1','','1000','14','81602756899','n/a','','',0.00,0.00,'',0,1,'No','No',''),(150,'Expense','8','1300','sales report book 6pcs','2020-10-15 13:19:51','','Closed','2020-10-01 13:19:51','','032','','MODESTA','8534541602757086','8534541602757086','1','','1000','14','81602757076','n/a','','',0.00,0.00,'',0,1,'No','No',''),(151,'Expense','8','99','Tissue 4pcs','2020-10-15 13:22:05','','Closed','2020-10-01 13:22:05','','033','','MODESTA','7136451602757234','7136451602757234','1','','1000','14','81602757231','n/a','','',0.00,0.00,'',0,1,'No','No',''),(152,'Expense','8','375','1Ltr jericans for packing hypo 15pcs','2020-10-15 13:24:12','','Closed','2020-10-01 13:24:12','','034/IOD83432','','MODESTA','9566801602757363','9566801602757363','1','','1000','10','81602757350','n/a','','',0.00,0.00,'',0,1,'No','No',''),(153,'Expense','8','280','EMS SHIPMENT BILL SOAP','2020-10-15 13:29:43','','Closed','2020-10-01 13:29:43','','035/10566474','','MODESTA','6681501602757613','6681501602757613','1','','1000','14','81602757492','n/a','','',0.00,0.00,'',0,1,'No','No',''),(154,'Expense','8','300','10 boxes ','2020-10-15 13:31:22','','Closed','2020-10-02 13:31:22','','036','','phedis','1858271602757849','1858271602757849','1','','1000','14','81602757845','n/a','','',0.00,0.00,'',0,1,'No','No',''),(155,'Expense','8','200','off loading products','2020-10-15 13:32:36','','Closed','2020-10-15 13:32:36','','037','','MODESTA','2624681602757927','2624681602757927','1','','1000','14','81602757912','n/a','','',0.00,0.00,'',0,1,'No','No',''),(156,'Expense','8','210','milk & scones ','2020-10-15 13:34:19','','Closed','2020-10-02 13:34:19','','038/63234','','MODESTA','1447121602758011','1447121602758011','1','','1000','14','81602758008','n/a','','',0.00,0.00,'',0,1,'No','No',''),(157,'Expense','8','100','gabbage collection ','2020-10-15 13:36:12','','Closed','2020-10-02 13:36:12','','039','','MODESTA','9334491602758141','9334491602758141','1','','1000','14','81602758116','n/a','','',0.00,0.00,'',0,1,'No','No',''),(158,'Expense','8','300','Susan busfare to marketing ','2020-10-15 13:39:04','','Closed','2020-10-02 13:39:04','','040','','MODESTA','9179211602758301','9179211602758301','1','','1000','14','81602758221','n/a','','',0.00,0.00,'',0,1,'No','No',''),(159,'Expense','8','200','Repairs plumper ','2020-10-15 14:01:01','','Closed','2020-10-02 14:01:01','','041','','MODESTA','8651751602759533','8651751602759533','1','','1000','14','81602759509','n/a','','',0.00,0.00,'',0,1,'No','No',''),(160,'Expense','8','1040','materials for repair of electricity sockets & Labour','2020-10-15 14:04:11','','Closed','2020-10-02 14:04:11','','042/33591','','MODESTA','6530451602759704','6530451602759704','1','','1000','14','81602759689','n/a','','',0.00,0.00,'',0,1,'No','No',''),(161,'Expense','8','800','repairs of sockets labour ','2020-10-15 14:06:26','','Closed','2020-10-02 14:06:26','','042/33591','','MODESTA','6895981602759929','6895981602759929','1','','1000','14','81602759924','n/a','','',0.00,0.00,'',0,1,'No','No',''),(162,'Expense','8','100','marketing','2020-10-15 14:07:31','','Closed','2020-10-02 14:07:31','','043','','phedis','9298541602760027','9298541602760027','1','','1000','14','81602760012','n/a','','',0.00,0.00,'',0,1,'No','No',''),(163,'Expense','8','2420','Labels ','2020-10-15 14:18:47','','Closed','2020-10-02 14:18:47','','044','','MODESTA','3703151602760151','3703151602760151','1','','1000','14','81602760069','n/a','','',0.00,0.00,'',0,1,'No','No',''),(164,'Expense','8','300','socket for repair','2020-10-15 14:42:38','','Closed','2020-10-02 14:41:26','','045/697','','MODESTA','7344591602762022','7344591602762022','1','','1000','14','81602761304','n/a','','',0.00,0.00,'',0,1,'No','No',''),(165,'Expense','8','500','Delivery of paint from kariobangi - Town shop','2020-10-15 14:44:17','','Closed','2020-10-02 14:44:17','','046','','phedis','8274441602762170','8274441602762170','1','','1000','14','81602762161','n/a','','',0.00,0.00,'',0,1,'No','No',''),(166,'Expense','8','255','Milk ,scone & superbrite ','2020-10-15 14:46:15','','Closed','2020-10-03 14:46:15','','047/596798','','MODESTA','4261731602762324','4261731602762324','1','','1000','14','81602762303','n/a','','',0.00,0.00,'',0,1,'No','No',''),(167,'Expense','8','400','Sisal Rope ','2020-10-15 14:48:46','','Closed','2020-10-03 14:48:16','','048','','MODESTA','2424391602762426','2424391602762426','1','','1000','14','81602762422','n/a','','',0.00,0.00,'',0,1,'No','No',''),(168,'Expense','8','300','Milk,Bread & Sugar','2020-10-15 14:59:57','','Closed','2020-10-05 14:59:05','','050/634426','','MODESTA','5683381602762727','5683381602762727','1','','1000','14','81602762527','n/a','','',0.00,0.00,'',0,1,'No','No',''),(169,'Expense','8','300','Susan busfare marketing ','2020-10-15 15:11:40','','Closed','2020-10-05 15:10:24','','051','','MODESTA','864681602763458','864681602763458','1','','1000','14','81602763397','n/a','','',0.00,0.00,'',0,1,'No','No',''),(170,'Expense','8','100','Transport for delivery of product','2020-10-17 12:42:09','','Closed','2020-10-03 12:42:09','','49','','phedis','9463781602927675','9463781602927675','1','','1000','14','81602927670','n/a','','',0.00,0.00,'',0,1,'No','No',''),(171,'Expense','8','200','marketing','2020-10-17 12:43:27','','Closed','2020-10-05 12:43:27','','52','','phedis','7640651602927777','7640651602927777','1','','1000','14','81602927753','n/a','','',0.00,0.00,'',0,1,'No','No',''),(172,'Expense','8','700','payment of security guard -karibangi','2020-10-17 12:44:59','','Closed','2020-10-05 12:44:59','','53','','MODESTA','2338601602927841','2338601602927841','1','','1000','14','81602927831','n/a','','',0.00,0.00,'',0,1,'No','No',''),(173,'Expense','8','500','Bus fare Peter Karanja','2020-10-17 12:46:15','','Closed','2020-10-05 12:46:15','','54','','MODESTA','8393771602927936','8393771602927936','1','','1000','14','81602927929','n/a','','',0.00,0.00,'',0,1,'No','No',''),(174,'Expense','8','150','pine fresh perfume 50ml','2020-10-17 12:54:14','','Closed','2020-10-05 12:54:14','','055','','MODESTA','8674111602928175','8674111602928175','1','','1000','14','81602928172','n/a','','',0.00,0.00,'',0,1,'No','No',''),(175,'Expense','8','400','Milk,blue band,scones & non wooven bags','2020-10-17 13:12:50','','Closed','2020-10-06 13:12:50','','056','','MODESTA','8097711602928491','8097711602928491','1','','1000','14','81602928480','n/a','','',0.00,0.00,'',0,1,'No','No',''),(176,'Expense','8','500','WAX POUCH 500PCS','2020-10-19 07:50:57','','Closed','2020-10-06 07:50:57','','057','','MODESTA','8685291603083010','8685291603083010','1','','1000','14','81603082998','n/a','','',0.00,0.00,'',0,1,'No','No',''),(177,'Expense','8','60','Tissue papers','2020-10-19 07:52:58','','Closed','2020-10-06 07:52:20','','058','','MODESTA','8167801603083105','8167801603083105','1','','1000','14','81603083102','n/a','','',0.00,0.00,'',0,1,'No','No',''),(178,'Expense','8','100','Transport for delivery of products ','2020-10-19 07:55:48','','Closed','2020-10-06 07:55:48','','059','','MODESTA','825111603083220','825111603083220','1','','1000','14','81603083210','n/a','','',0.00,0.00,'',0,1,'No','No',''),(179,'Expense','8','300','Susan busfare ','2020-10-19 07:57:34','','Closed','2020-10-07 07:57:34','','061','','MODESTA','3421911603083381','3421911603083381','1','','1000','14','81603083374','n/a','','',0.00,0.00,'',0,1,'No','No',''),(180,'Expense','8','200','Sending filler sample to Eldoret','2020-10-19 07:59:18','','Closed','2020-10-07 07:59:18','','062','','MODESTA','418491603083503','418491603083503','1','','1000','14','81603083499','n/a','','',0.00,0.00,'',0,1,'No','No',''),(181,'Expense','8','304','Tissue,milk and wooevn bag ','2020-10-19 08:02:53','','Closed','2020-10-07 08:02:53','','063/1112728','','MODESTA','6015381603083715','6015381603083715','1','','1000','14','81603083709','n/a','','',0.00,0.00,'',0,1,'No','No',''),(182,'Expense','8','500','Delivery of products from kariobangi to town','2020-10-19 08:05:01','','Closed','2020-10-07 08:05:01','','065','','MODESTA','9767991603083832','9767991603083832','1','','1000','14','81603083812','n/a','','',0.00,0.00,'',0,1,'No','No',''),(183,'Expense','8','200','marketing','2020-10-19 08:06:11','','Closed','2020-10-07 08:06:11','','066','','phedis','7501681603083940','7501681603083940','1','','1000','14','81603083938','n/a','','',0.00,0.00,'',0,1,'No','No',''),(184,'Expense','8','100','marketing','2020-10-19 08:06:58','','Closed','2020-10-08 08:06:58','','067','','MODESTA','1258611603083994','1258611603083994','1','','1000','14','81603083991','n/a','','',0.00,0.00,'',0,1,'No','No',''),(185,'Expense','8','240','milk ,tea leaves and scones ','2020-10-19 08:08:07','','Closed','2020-10-08 08:08:07','','068/26370','','MODESTA','1236261603084043','1236261603084043','1','','1000','14','81603084039','n/a','','',0.00,0.00,'',0,1,'No','No',''),(186,'Expense','8','5750','NHIF for SEPT 2020','2020-10-19 08:09:48','','Closed','2020-10-08 08:09:48','','069','','MODESTA','8478651603084137','8478651603084137','1','','1000','14','81603084134','n/a','','',0.00,0.00,'',0,1,'No','No',''),(187,'Expense','8','300','Susan busfare ','2020-10-19 08:11:42','','Closed','2020-10-08 08:11:42','','070','','MODESTA','3922471603084254','3922471603084254','1','','1000','14','81603084226','n/a','','',0.00,0.00,'',0,1,'No','No',''),(188,'Expense','8','900','poly pots 300pcs','2020-10-19 08:12:47','','Closed','2020-10-08 08:12:47','','071','','MODESTA','5316341603084335','5316341603084335','1','','1000','14','81603084332','n/a','','',0.00,0.00,'',0,1,'No','No',''),(189,'Expense','8','3000','Printed Invoices & DN 6pcs','2020-10-19 08:14:30','','Closed','2020-10-08 08:14:30','','072','','MODESTA','5351981603084401','5351981603084401','1','','1000','14','81603084395','n/a','','',0.00,0.00,'',0,1,'No','No',''),(190,'Expense','8','500','Delivery of products to Town BY PAUL','2020-10-19 08:16:00','','Closed','2020-10-08 08:16:00','','073','','phedis','8785581603084506','8785581603084506','1','','1000','14','81603084503','n/a','','',0.00,0.00,'',0,1,'No','No',''),(191,'Expense','8','100','Gabbage collection','2020-10-19 08:17:10','','Closed','2020-10-09 08:17:10','','074','','MODESTA','97971603084601','97971603084601','1','','1000','14','81603084598','n/a','','',0.00,0.00,'',0,1,'No','No',''),(192,'Expense','8','4450','salt 3x50kg , pefurmes 3kg & green colour 2kg','2020-10-19 08:19:08','','Closed','2020-10-09 08:19:08','','075/959','','phedis','5202141603084664','5202141603084664','1','','1000','14','81603084659','n/a','','',0.00,0.00,'',0,1,'No','No',''),(193,'Expense','8','600','perfume jars 100pcs','2020-10-19 08:21:13','','Closed','2020-10-09 08:21:03','','075/959','','MODESTA','5426301603084805','5426301603084805','1','','1000','14','81603084800','n/a','','',0.00,0.00,'',0,1,'No','No',''),(194,'Expense','8','288','milk bread and scone(visiters)','2020-10-19 08:30:54','','Closed','2020-10-09 08:30:42','','076','','MODESTA','5478561603085082','5478561603085082','1','','1000','14','81603084948','n/a','','',0.00,0.00,'',0,1,'No','No',''),(195,'Expense','8','70','Milk,non woven bag ','2020-10-19 08:44:20','','Closed','2020-10-09 08:35:37','','077','','phedis','2302651603085505','2302651603085505','1','','1000','14','81603085499','n/a','','',0.00,0.00,'',0,1,'No','No',''),(196,'Expense','8','320','Milk,sugar and scones','2020-10-19 09:02:26','','Closed','2020-10-12 08:58:23','','079/29102','','phedis','7946671603086857','7946671603086857','1','','1000','14','81603086807','n/a','','',0.00,0.00,'',0,1,'No','No',''),(197,'Expense','8','100','marketing','2020-10-19 09:03:54','','Closed','2020-10-12 09:03:54','','080','','phedis','9609991603087411','9609991603087411','1','','1000','14','81603087407','n/a','','',0.00,0.00,'',0,1,'No','No',''),(198,'Expense','8','200','Transport of products to customer ','2020-10-19 09:09:34','','Closed','2020-10-12 09:09:34','','081','','phedis','986431603087462','986431603087462','1','','1000','14','81603087453','n/a','','',0.00,0.00,'',0,1,'No','No',''),(199,'Expense','8','500','Karanja busfare','2020-10-19 09:10:55','','Closed','2020-10-12 09:10:55','','082','','MODESTA','265931603087809','265931603087809','1','','1000','14','81603087807','n/a','','',0.00,0.00,'',0,1,'No','No',''),(200,'Expense','8','2400','NSSF sept 2020 payment ','2020-10-19 09:13:15','','Closed','2020-10-12 09:13:15','','083','','MODESTA','1253781603087897','1253781603087897','1','','1000','14','81603087878','n/a','','',0.00,0.00,'',0,1,'No','No',''),(201,'Expense','8','70','m pesa charges for withdrawal ','2020-10-19 09:14:48','','Closed','2020-10-12 09:14:48','','084','','phedis','497641603088039','497641603088039','1','','1000','14','81603088030','n/a','','',0.00,0.00,'',0,1,'No','No',''),(202,'Expense','8','90','Tissue papers ','2020-10-19 09:16:12','','Closed','2020-10-12 09:16:12','','085','','MODESTA','3774151603088114','3774151603088114','1','','1000','14','81603088108','n/a','','',0.00,0.00,'',0,1,'No','No',''),(203,'Expense','8','1000','electricity bill','2020-10-19 09:45:16','','Closed','2020-10-13 09:45:16','','086','','MODESTA','173491603089869','173491603089869','1','','1000','14','81603089794','n/a','','',0.00,0.00,'',0,1,'No','No',''),(204,'Expense','8','198','Milk,bread &','2020-10-19 09:49:51','','Closed','2020-10-13 09:49:51','','087','','MODESTA','2270321603089953','2270321603089953','1','','1000','14','81603089946','n/a','','',0.00,0.00,'',0,1,'No','No',''),(205,'Expense','8','300','Busfare Busfare ','2020-10-19 09:57:50','','Closed','2020-10-13 09:57:50','','088','','MODESTA','3956311603090245','3956311603090245','1','','1000','14','81603090236','n/a','','',0.00,0.00,'',0,1,'No','No',''),(206,'Expense','8','140','ETR Thermol Rolls 2pcs','2020-10-19 10:01:19','','Closed','2020-10-13 10:01:19','','089','','MODESTA','4907001603090788','4907001603090788','1','','1000','14','81603090770','n/a','','',0.00,0.00,'',0,1,'No','No',''),(207,'Expense','8','200','Busfare modesta kananu-marketing','2020-10-19 10:27:55','','Closed','2020-10-13 10:24:29','','090','','MODESTA','3883811603090921','3883811603090921','1','','1000','14','81603090917','n/a','','',0.00,0.00,'',0,1,'No','No',''),(208,'Expense','8','700','inspection & Service of fire extinguisher 1years','2020-10-19 10:57:39','','Closed','2020-10-13 10:57:39','','091','','MODESTA','9355631603094120','9355631603094120','1','','1000','14','81603094114','n/a','','',0.00,0.00,'',0,1,'No','No',''),(209,'Expense','8','2500','Internet Service provider october 2020payment ','2020-10-19 11:22:57','','Closed','2020-10-13 11:22:57','','092','','MODESTA','6584831603095673','6584831603095673','1','','1000','14','81603095664','n/a','','',0.00,0.00,'',0,1,'No','No',''),(210,'Expense','8','60','m pesa withdrawal chargers ','2020-10-19 11:25:10','','Closed','2020-10-19 11:25:10','','093','','MODESTA','5855271603095857','5855271603095857','1','','1000','14','81603095844','n/a','','',0.00,0.00,'',0,1,'No','No',''),(211,'Expense','8','200','Beatrice & Karanja fare -marketing ','2020-10-19 11:26:42','','Closed','2020-10-13 11:26:42','','094','','MODESTA','3775361603095948','3775361603095948','1','','1000','14','81603095945','n/a','','',0.00,0.00,'',0,1,'No','No',''),(212,'Expense','8','190','Milk & Bread','2020-10-19 11:35:18','','Closed','2020-10-14 11:33:50','','095/75257','','MODESTA','7462111603096352','7462111603096352','1','','1000','14','81603096349','n/a','','',0.00,0.00,'',0,1,'No','No',''),(213,'Expense','8','258','Tissue,file,mug and non wooven ','2020-10-19 11:43:18','','Closed','2020-10-14 11:43:18','','096/30672','','MODESTA','3055471603096614','3055471603096614','1','','1000','14','81603096611','n/a','','',0.00,0.00,'',0,1,'No','No',''),(214,'Expense','8','10200','Ungerol 3x20ltrs','2020-10-19 13:04:08','','Closed','2020-10-14 11:56:28','','097/359','','phedis','3680801603097157','3680801603097157','1','','1000','9','81603097149','n/a','','',0.00,0.00,'',0,1,'No','No',''),(215,'Expense','8','250','Transport of product to shop','2020-10-19 13:06:03','','Closed','2020-10-14 13:06:03','','097/359','','MODESTA','613341603101880','613341603101880','1','','1000','14','81603101876','n/a','','',0.00,0.00,'',0,1,'No','No',''),(216,'Expense','8','500','Delivery of product from kariobangi -town ','2020-10-19 13:17:03','','Closed','2020-10-14 13:17:03','','099','','phedis','4013101603102266','4013101603102266','1','','1000','14','81603102015','n/a','','',0.00,0.00,'',0,1,'No','No',''),(217,'Expense','8','275','Wax Pouch ','2020-10-19 13:28:58','','Closed','2020-10-14 13:28:58','','101/cs0020473','','MODESTA','8273231603102707','8273231603102707','1','','1000','14','81603102700','n/a','','',0.00,0.00,'',0,1,'No','No',''),(218,'Expense','8','200','Med Envelopes','2020-10-19 13:32:51','','Closed','2020-10-14 13:30:32','','101','','MODESTA','8136991603103382','8136991603103382','1','','1000','14','81603103380','n/a','','',0.00,0.00,'',0,1,'No','No',''),(219,'Expense','8','11000','Sles,Salt,citrus,lavenda,blue & green','2020-10-19 13:46:22','','Closed','2020-10-14 13:38:09','','102/390','','MODESTA','5596071603103634','5596071603103634','1','','1000','9','81603103631','n/a','','',0.00,0.00,'',0,1,'No','No',''),(220,'Expense','8','1200','perfume jars','2020-10-19 13:45:30','','Closed','2020-10-14 13:45:30','','102/390','','MODESTA','9758321603104278','9758321603104278','1','','1000','9','81603104274','n/a','','',0.00,0.00,'',0,1,'No','No',''),(221,'Expense','8','500','Transportation of material from promax to shop twice','2020-10-19 13:48:13','','Closed','2020-10-14 13:48:13','','102/390','','MODESTA','2180601603104400','2180601603104400','1','','1000','14','81603104387','n/a','','',0.00,0.00,'',0,1,'No','No',''),(222,'Expense','8','105','m pesa charges ','2020-10-19 13:49:28','','Closed','2020-10-14 13:49:28','','102/390','','MODESTA','6344661603104525','6344661603104525','1','','1000','14','81603104523','n/a','','',0.00,0.00,'',0,1,'No','No',''),(223,'Expense','8','600','Milk for staff Decanting chemicals','2020-10-19 13:51:18','','Closed','2020-10-14 13:51:18','','103','','MODESTA','8768061603104628','8768061603104628','1','','1000','14','81603104595','n/a','','',0.00,0.00,'',0,1,'No','No',''),(224,'Expense','8','190','MilK & Bread','2020-10-19 13:55:35','','Closed','2020-10-15 13:55:10','','104/771398','','MODESTA','5901191603104811','5901191603104811','1','','1000','14','81603104807','n/a','','',0.00,0.00,'',0,1,'No','No',''),(225,'Expense','8','300','Susan busfare ','2020-10-19 13:58:25','','Closed','2020-10-15 13:58:25','','105','','MODESTA','477091603104989','477091603104989','1','','1000','14','81603104970','n/a','','',0.00,0.00,'',0,1,'No','No',''),(226,'Expense','8','50','Air time for Susan','2020-10-19 14:01:01','','Closed','2020-10-15 14:01:01','','105','','MODESTA','5543811603105229','5543811603105229','1','','1000','14','81603105133','n/a','','',0.00,0.00,'',0,1,'No','No',''),(227,'Expense','8','650','Jerricans 5Ltrs 10pcs','2020-10-21 14:31:02','','Closed','2020-10-15 12:24:51','','106/IOD 85421','','MODESTA','3014081603271923','3014081603271923','1','','1000','14','81603271808','n/a','','',0.00,0.00,'',0,1,'No','No',''),(228,'Expense','8','400','Offloading Products ','2020-10-21 14:32:17','','Closed','2020-10-15 14:32:17','','107','','MODESTA','5139311603279878','5139311603279878','1','','1000','14','81603279873','n/a','','',0.00,0.00,'',0,1,'No','No',''),(229,'Expense','8','250','offloading of ungerol and ufacid drums','2020-10-21 14:56:02','','Closed','2020-10-15 14:56:02','','108','','MODESTA','2302951603281284','2302951603281284','1','','1000','14','81603281278','n/a','','',0.00,0.00,'',0,1,'No','No',''),(230,'Expense','8','155','empty bottles 155pcs@1ksh','2020-10-21 14:58:19','','Closed','2020-10-15 14:58:19','','109','','MODESTA','4013401603281400','4013401603281400','1','','1000','14','81603281394','n/a','','',0.00,0.00,'',0,1,'No','No',''),(231,'Expense','8','532','Milk,blueband,sugar,tea,scones & wooven','2020-10-21 15:42:04','','Closed','2020-10-16 15:42:04','','110/77520','','MODESTA','1205441603284058','1205441603284058','1','','1000','14','81603284024','n/a','','',0.00,0.00,'',0,1,'No','No',''),(232,'Expense','8','200','marketing','2020-10-21 15:43:40','','Closed','2020-10-16 15:43:40','','111','','MODESTA','8027331603284188','8027331603284188','1','','1000','14','81603284183','n/a','','',0.00,0.00,'',0,1,'No','No',''),(233,'Expense','8','820','Printing papers ','2020-10-21 15:45:45','','Closed','2020-10-16 15:45:45','','112/12000007633','','MODESTA','1387911603284264','1387911603284264','1','','1000','14','81603284262','n/a','','',0.00,0.00,'',0,1,'No','No',''),(234,'Expense','8','400','Gloves 10pcs','2020-10-21 15:51:03','','Closed','2020-10-16 15:51:03','','113','','phedis','4294651603284598','4294651603284598','1','','1000','14','81603284587','n/a','','',0.00,0.00,'',0,1,'No','No',''),(235,'Expense','8','100','Masks 5pcs ','2020-10-21 15:55:27','','Closed','2020-10-16 15:53:37','','114','','MODESTA','6084261603284696','6084261603284696','1','','1000','14','81603284687','n/a','','',0.00,0.00,'',0,1,'No','No',''),(236,'Expense','8','200','Air time office phone ','2020-10-21 16:13:47','','Closed','2020-10-16 16:13:47','','115','','MODESTA','7210771603285972','7210771603285972','1','','1000','14','81603285969','n/a','','',0.00,0.00,'',0,1,'No','No',''),(237,'Expense','8','300','busfare- susan ','2020-10-21 16:14:55','','Closed','2020-10-16 16:14:55','','116','','MODESTA','4276231603286062','4276231603286062','1','','1000','14','81603286059','n/a','','',0.00,0.00,'',0,1,'No','No',''),(238,'Expense','8','30','visitor breakfast','2020-10-21 16:17:06','','Closed','2020-10-16 16:17:06','','117','','MODESTA','1472191603286191','1472191603286191','1','','1000','14','81603286159','n/a','','',0.00,0.00,'',0,1,'No','No',''),(239,'Expense','8','500','Empty bottles 1ltr ','2020-10-22 09:33:05','','Closed','2020-10-16 09:33:05','','118/IOD85654','','MODESTA','8554181603348294','8554181603348294','1','','1000','10','81603348283','n/a','','',0.00,0.00,'',0,1,'No','No',''),(240,'Expense','8','275','wax pouch 100pcs','2020-10-22 09:35:52','','Closed','2020-10-16 09:35:52','','118/cs0020879','','MODESTA','4749311603348416','4749311603348416','1','','1000','14','81603348413','n/a','','',0.00,0.00,'',0,1,'No','No',''),(241,'Expense','8','100','Delivery of Product','2020-10-22 09:38:53','','Closed','2020-10-16 09:38:53','','119','','MODESTA','9687031603348604','9687031603348604','1','','1000','14','81603348586','n/a','','',0.00,0.00,'',0,1,'No','No',''),(242,'Expense','8','100','Marker pens','2020-10-22 09:41:51','','Closed','2020-10-16 09:41:51','','120','','MODESTA','7064251603348804','7064251603348804','1','','1000','14','81603348801','n/a','','',0.00,0.00,'',0,1,'No','No',''),(243,'Expense','8','200','Empty bottles 1ltr and half ','2020-10-22 09:44:16','','Closed','2020-10-16 09:44:16','','121','','MODESTA','2578461603349008','2578461603349008','1','','1000','14','81603349001','n/a','','',0.00,0.00,'',0,1,'No','No',''),(244,'Expense','8','1250','citrus,lavender,pink colour 1kg @','2020-10-22 09:48:24','','Closed','2020-10-16 09:47:26','','122/1497','','MODESTA','5719631603349171','5719631603349171','1','','1000','14','81603349082','n/a','','',0.00,0.00,'',0,1,'No','No',''),(245,'Expense','8','500','wax pouch 2pkts','2020-10-22 09:49:46','','Closed','2020-10-16 09:49:46','','122','','MODESTA','9803331603349350','9803331603349350','1','','1000','14','81603349347','n/a','','',0.00,0.00,'',0,1,'No','No',''),(246,'Expense','8','100','Transport ','2020-10-22 09:50:48','','Closed','2020-10-16 09:50:48','','122','','MODESTA','1489111603349409','1489111603349409','1','','1000','14','81603349406','n/a','','',0.00,0.00,'',0,1,'No','No',''),(247,'Expense','8','900','polypots 300pcs','2020-10-22 09:51:52','','Closed','2020-10-16 09:51:52','','123','','MODESTA','5485811603349481','5485811603349481','1','','1000','14','81603349474','n/a','','',0.00,0.00,'',0,1,'No','No',''),(248,'Expense','8','1000','milk during decanting of chemicals 5staff','2020-10-22 09:52:47','','Closed','2020-10-16 09:52:47','','124','','MODESTA','3585941603349534','3585941603349534','1','','1000','14','81603349529','n/a','','',0.00,0.00,'',0,1,'No','No',''),(249,'Expense','8','205','milk,bread and wooven bag','2020-10-22 10:01:14','','Closed','2020-10-16 10:01:14','','125/363429','','MODESTA','6792371603349623','6792371603349623','1','','1000','14','81603349595','n/a','','',0.00,0.00,'',0,1,'No','No',''),(250,'Expense','8','1000','Chlorine 65% 4KG ','2020-10-22 10:12:22','','Closed','2020-10-16 10:12:22','','126/1313','','MODESTA','6591171603350559','6591171603350559','1','','1000','9','81603350153','n/a','','',0.00,0.00,'',0,1,'No','No',''),(251,'Expense','8','100','Transport of Product','2020-10-22 10:28:18','','Closed','2020-10-17 10:28:18','','126','','MODESTA','9319381603351624','9319381603351624','1','','1000','14','81603351619','n/a','','',0.00,0.00,'',0,1,'No','No',''),(252,'Expense','8','400','offloading ','2020-10-22 10:30:47','','Closed','2020-10-17 10:30:47','','127','','phedis','6046501603351817','6046501603351817','1','','1000','14','81603351745','n/a','','',0.00,0.00,'',0,1,'No','No',''),(253,'Expense','8','364','Milk,Bread Tissue','2020-10-22 10:32:14','','Closed','2020-10-19 10:32:14','','128/34086','','MODESTA','2362761603351885','2362761603351885','1','','1000','14','81603351881','n/a','','',0.00,0.00,'',0,1,'No','No',''),(254,'Expense','8','500','Transport for collection spatulla ','2020-10-22 10:33:19','','Closed','2020-10-19 10:33:19','','129','','MODESTA','2854571603351959','2854571603351959','1','','1000','14','81603351954','n/a','','',0.00,0.00,'',0,1,'No','No',''),(255,'Expense','8','200','marketing','2020-10-22 10:34:42','','Closed','2020-10-19 10:34:42','','130','','phedis','2977531603352047','2977531603352047','1','','1000','14','81603352031','n/a','','',0.00,0.00,'',0,1,'No','No',''),(256,'Expense','8','300','Air time office line ','2020-10-22 10:36:19','','Closed','2020-10-19 10:36:19','','131','','MODESTA','1374621603352123','1374621603352123','1','','1000','14','81603352118','n/a','','',0.00,0.00,'',0,1,'No','No',''),(257,'Expense','8','500','Karanja busfare running errands ','2020-10-22 10:39:24','','Closed','2020-10-19 10:39:24','','132','','MODESTA','740521603352218','740521603352218','1','','1000','14','81603352212','n/a','','',0.00,0.00,'',0,1,'No','No',''),(258,'Expense','8','500','Cartons 10pcs','2020-10-22 10:46:08','','Closed','2020-10-21 10:46:08','','134','','MODESTA','2671811603352703','2671811603352703','1','','1000','14','81603352695','n/a','','',0.00,0.00,'',0,1,'No','No',''),(259,'Expense','8','190','milk,bread','2020-10-22 10:49:55','','Closed','2020-10-21 10:49:45','','136/410792','','MODESTA','1992701603352946','1992701603352946','1','','1000','14','81603352937','n/a','','',0.00,0.00,'',0,1,'No','No',''),(260,'Expense','8','300','Transport for delivery of body filler ','2020-10-22 10:51:39','','Closed','2020-10-21 10:51:39','','137','','MODESTA','3110451603353044','3110451603353044','1','','1000','14','81603353041','n/a','','',0.00,0.00,'',0,1,'No','No',''),(261,'Expense','8','300','Bus fare- Susan ','2020-10-22 10:52:41','','Closed','2020-10-21 10:52:41','','138','','MODESTA','9144471603353124','9144471603353124','1','','1000','14','81603353122','n/a','','',0.00,0.00,'',0,1,'No','No',''),(262,'Expense','8','100','Air time for Susan','2020-10-22 10:53:57','','Closed','2020-10-21 10:53:57','','138','','MODESTA','4461411603353192','4461411603353192','1','','1000','14','81603353186','n/a','','',0.00,0.00,'',0,1,'No','No',''),(263,'Expense','8','30','envelopes 2pcs and pencil','2020-10-22 10:55:35','','Closed','2020-10-21 10:55:35','','139','','phedis','3166031603353283','3166031603353283','1','','1000','14','81603353269','n/a','','',0.00,0.00,'',0,1,'No','No',''),(264,'Expense','8','300','Milk for decanting 3staffs','2020-10-22 10:56:53','','Closed','2020-10-21 10:56:53','','140','','MODESTA','8794041603353376','8794041603353376','1','','1000','14','81603353364','n/a','','',0.00,0.00,'',0,1,'No','No',''),(265,'Expense','8','900','polypots ','2020-10-22 10:58:49','','Closed','2020-10-21 10:58:49','','142','','phedis','5233561603353498','5233561603353498','1','','1000','14','81603353483','n/a','','',0.00,0.00,'',0,1,'No','No',''),(266,'Expense','8','356','Milk,Bread ,Sugar and tea leaves ','2020-10-23 12:25:02','','Closed','2020-10-22 12:24:50','','143/81568','','MODESTA','7630981603444992','7630981603444992','1','','1000','14','81603444979','n/a','','',0.00,0.00,'',0,1,'No','No',''),(267,'Expense','8','1000','Transport to collect spatulla','2020-10-23 12:28:49','','Closed','2020-10-22 12:28:32','','144','','MODESTA','4400991603445203','4400991603445203','1','','1000','14','81603445178','n/a','','',0.00,0.00,'',0,1,'No','No',''),(268,'Expense','8','2000','delivery of product to Ongata Acadamy -Tax','2020-10-23 12:31:49','','Closed','2020-10-22 12:31:49','','145','','phedis','415471603445427','415471603445427','1','','1000','14','81603445415','n/a','','',0.00,0.00,'',0,1,'No','No',''),(269,'Expense','8','100','Air time Office line','2020-10-23 12:33:30','','Closed','2020-10-22 12:33:30','','146','','MODESTA','2570601603445556','2570601603445556','1','','1000','14','81603445539','n/a','','',0.00,0.00,'',0,1,'No','No',''),(270,'Expense','8','200','carpark charges -CHG','2020-10-27 13:26:34','','Closed','2020-10-22 12:35:31','','148','','phedis','','3691981603445682','1','','1000','14','81603445674','n/a','','',0.00,0.00,'',0,1,'No','No',''),(271,'Expense','8','190','Milk & Bread','2020-10-27 13:58:27','','Closed','2020-10-27 13:58:27','','150/647050','','modesta','','5593681603796072','1','','1000','14','81603794970','n/a','','',0.00,0.00,'',0,1,'No','No',''),(272,'Expense','8','400','Peter Karanja petty errands ','2020-10-28 09:26:48','','Closed','2020-10-23 09:26:48','','151','','modesta','','9087451603866347','1','','1000','14','81603866339','n/a','','',0.00,0.00,'',0,1,'No','No',''),(273,'Expense','8','100','gabbage collection ','2020-10-28 09:28:02','','Closed','2020-10-23 09:28:02','','152','','modesta','','3729441603866450','1','','1000','14','81603866440','n/a','','',0.00,0.00,'',0,1,'No','No',''),(274,'Expense','8','5950','salt 3bags,colour blue&green 2kg@ chlorine 5kg,lavenda&citrus ','2020-10-28 09:36:30','','Closed','2020-10-23 09:36:30','','153/450','','phedis','','105221603866533','1','','1000','9','81603866509','n/a','','',0.00,0.00,'',0,1,'No','No',''),(275,'Expense','8','1200','perfume bottles 200pcs','2020-10-28 09:41:59','','Closed','2020-10-23 09:41:59','','153/450','','phedis','','6563581603867229','1','','1000','9','81603867208','n/a','','',0.00,0.00,'',0,1,'No','No',''),(276,'Expense','8','350','Delivery of Materials to shop ','2020-10-28 09:50:54','','Closed','2020-10-23 09:50:54','','153/450','','phedis','','8488571603867404','1','','1000','14','81603867400','n/a','','',0.00,0.00,'',0,1,'No','No',''),(277,'Expense','8','80','mpesa charges to semd money to supplier (promax)','2020-10-28 09:54:15','','Closed','2020-10-23 09:54:15','','153/450','','phedis','','1878001603867897','1','','1000','14','81603867892','n/a','','',0.00,0.00,'',0,1,'No','No',''),(278,'Expense','8','300','Susan bus fare ','2020-10-28 09:57:38','','Closed','2020-10-23 09:57:38','','154','','modesta','','3315641603868094','1','','1000','14','81603868089','n/a','','',0.00,0.00,'',0,1,'No','No',''),(279,'Expense','8','200','printing Business cards (Eunice) 50pcs','2020-10-28 10:00:11','','Closed','2020-10-23 10:00:00','','155','','phedis','','1465631603868302','1','','1000','14','81603868284','n/a','','',0.00,0.00,'',0,1,'No','No',''),(280,'Expense','8','200','marketing ','2020-10-28 10:01:51','','Closed','2020-10-23 10:01:51','','156','','phedis','','3189541603868478','1','','1000','14','81603868469','n/a','','',0.00,0.00,'',0,1,'No','No',''),(281,'Expense','8','1000','printed product labels ','2020-10-28 10:03:01','','Closed','2020-10-23 10:03:01','','157','','modesta','','6796401603868545','1','','1000','14','81603868539','n/a','','',0.00,0.00,'',0,1,'No','No',''),(282,'Expense','8','494','Milk,Bread,blue band,Tissue& Carrier bag','2020-10-28 10:18:16','','Closed','2020-10-23 10:17:52','','158/412439/412440','','modesta','','1750341603869268','1','','1000','14','81603868943','n/a','','',0.00,0.00,'',0,1,'No','No',''),(283,'Expense','8','100','Modesta Airtime ','2020-10-28 10:21:37','','Closed','2020-10-24 10:21:37','','159','','modesta','','3096461603869591','1','','1000','14','81603869582','n/a','','',0.00,0.00,'',0,1,'No','No',''),(284,'Expense','8','300','Tap pegmax 1PC','2020-10-28 10:23:23','','Closed','2020-10-26 10:23:23','','161','','modesta','','8660471603869735','1','','1000','14','81603869730','n/a','','',0.00,0.00,'',0,1,'No','No',''),(285,'Expense','8','200','Labour for plumper ','2020-10-28 10:25:43','','Closed','2020-10-26 10:25:43','','161','','modesta','','5912701603869884','1','','1000','14','81603869879','n/a','','',0.00,0.00,'',0,1,'No','No',''),(286,'Expense','8','100','Office Phone Airtime ','2020-10-28 10:31:14','','Closed','2020-10-26 10:31:14','','162','','modesta','','185931603870216','1','','1000','14','81603870204','n/a','','',0.00,0.00,'',0,1,'No','No',''),(287,'Expense','8','500','Peter Karanja petty errands','2020-10-28 10:34:52','','Closed','2020-10-26 10:34:52','','163','','modesta','','7729211603870319','1','','1000','14','81603870309','n/a','','',0.00,0.00,'',0,1,'No','No',''),(288,'Expense','8','1350','Pearlizer Agent 3kg','2020-10-28 10:38:38','','Closed','2020-10-26 10:38:38','','164','','modesta','','5831481603870558','1','','1000','14','81603870547','n/a','','',0.00,0.00,'',0,1,'No','No',''),(289,'Expense','8','100','Transportation of product to shop','2020-10-28 10:48:12','','Closed','2020-10-26 10:48:12','','164','','phedis','','8756081603870783','1','','1000','14','81603870772','n/a','','',0.00,0.00,'',0,1,'No','No',''),(290,'Expense','8','300','Susan bus fare','2020-10-28 10:49:14','','Closed','2020-10-26 10:49:14','','165','','modesta','','3279441603871325','1','','1000','14','81603871322','n/a','','',0.00,0.00,'',0,1,'No','No',''),(291,'Expense','8','2094','Cash box ','2020-10-28 10:59:10','','Closed','2020-10-26 10:51:34','','166/386244752Jumia ','','modesta','','5568441603871459','1','','1000','14','81603871378','n/a','','',0.00,0.00,'',0,1,'No','No',''),(292,'Expense','8','1000','Wax coated pouch and med envelops','2020-10-28 16:02:31','','Closed','2020-10-26 16:02:31','','167','','modesta','','5500331603890083','1','','1000','14','81603890062','n/a','','',0.00,0.00,'',0,1,'No','No',''),(293,'Expense','8','240','Milk,Bread & Tissue','2020-10-28 16:04:59','','Closed','2020-10-26 16:04:10','','168/778696','','modesta','','3619111603890198','1','','1000','14','81603890184','n/a','','',0.00,0.00,'',0,1,'No','No',''),(294,'Expense','8','100','Modesta Airtime','2020-10-28 16:31:43','','Closed','2020-10-27 16:31:43','','169','','modesta','','2312121603891877','1','','1000','14','81603891872','n/a','','',0.00,0.00,'',0,1,'No','No',''),(295,'Expense','8','300','boxes','2020-10-28 16:32:39','','Closed','2020-10-27 16:32:39','','170','','modesta','','7559441603891936','1','','1000','14','81603891929','n/a','','',0.00,0.00,'',0,1,'No','No',''),(296,'Expense','8','3350','Labels & Cashsales ','2020-10-28 16:34:48','','Closed','2020-10-27 16:34:48','','171','','modesta','','4340711603892025','1','','1000','14','81603891989','n/a','','',0.00,0.00,'',0,1,'No','No',''),(297,'Expense','8','60','Pens BIC','2020-10-28 16:37:18','','Closed','2020-10-27 16:37:18','','172','','modesta','','4847391603892172','1','','1000','14','81603892165','n/a','','',0.00,0.00,'',0,1,'No','No',''),(298,'Expense','8','520','printing papers ','2020-10-29 08:19:56','','Closed','2020-10-27 08:19:56','','173','','modesta','','5010731603948701','1','','1000','14','81603948697','n/a','','',0.00,0.00,'',0,1,'No','No',''),(299,'Expense','8','480','gloves & face mask','2020-10-29 08:21:16','','Closed','2020-10-27 08:21:16','','174','','modesta','','7735261603948833','1','','1000','14','81603948830','n/a','','',0.00,0.00,'',0,1,'No','No',''),(300,'Expense','8','703','Milk,Bread and Files ','2020-10-29 08:28:37','','Closed','2020-10-28 08:27:16','','175/Naivas','','phedis','','6563611603949024','1','','1000','14','81603949020','n/a','','',0.00,0.00,'',0,1,'No','No',''),(301,'Expense','8','166','Sugar & Tea leaves ','2020-10-29 08:36:52','','Closed','2020-10-28 08:36:52','','175/Eastmatt','','modesta','','3384931603949337','1','','1000','14','81603949334','n/a','','',0.00,0.00,'',0,1,'No','No',''),(302,'Expense','8','200','Cellotape4rolls','2020-10-29 08:57:57','','Closed','2020-10-28 08:57:57','','176/14819','','modesta','','4478641603949903','1','','1000','14','81603949852','n/a','','',0.00,0.00,'',0,1,'No','No',''),(303,'Expense','8','200','Office Phone Airtime','2020-10-29 09:37:16','','Closed','2020-10-28 09:06:46','','177','','modesta','','4610561603951124','1','','1000','14','81603951110','n/a','','',0.00,0.00,'',0,1,'No','No',''),(304,'Expense','8','2200','sodium hypochlorine ','2020-10-29 09:39:47','','Closed','2020-10-28 09:39:19','','178/3838','','phedis','','5959631603953478','1','','1000','14','81603953472','n/a','','',0.00,0.00,'',0,1,'No','No',''),(305,'Expense','8','100','Transport of materials to the shop','2020-10-29 09:44:14','','Closed','2020-10-28 09:44:14','','178','','phedis','','6836651603953723','1','','1000','14','81603953719','n/a','','',0.00,0.00,'',0,1,'No','No',''),(306,'Expense','8','500','Jericans 1litre 20pcs','2020-10-29 09:45:41','','Closed','2020-10-28 09:45:41','','179/IOD87158','','modesta','','557671603953895','1','','1000','14','81603953889','n/a','','',0.00,0.00,'',0,1,'No','No',''),(307,'Expense','8','500','staff milk during decanting ','2020-10-29 09:49:26','','Closed','2020-10-28 09:46:46','','181','','modesta','','1914421603953968','1','','1000','14','81603953961','n/a','','',0.00,0.00,'',0,1,'No','No',''),(308,'Expense','8','900','polypots ','2020-10-31 09:35:28','','Closed','2020-10-28 09:35:28','','182','','phedis','','6551231604126083','1','','1000','14','81604126076','n/a','','',0.00,0.00,'',0,1,'No','No',''),(309,'Expense','8','100','Transport of packing bottles to shop','2020-10-31 09:37:00','','Closed','2020-10-28 09:37:00','','182','','phedis','','6393941604126169','1','','1000','14','81604126164','n/a','','',0.00,0.00,'',0,1,'No','No',''),(310,'Expense','8','100','gabbage collection','2020-10-31 09:38:23','','Closed','2020-10-29 09:38:23','','183','','modesta','','1492091604126272','1','','1000','14','81604126249','n/a','','',0.00,0.00,'',0,1,'No','No',''),(311,'Expense','8','2400','Petty cash voucher','2020-10-31 09:39:41','','Closed','2020-10-29 09:39:41','','184','','modesta','','2610781604126330','1','','1000','14','81604126322','n/a','','',0.00,0.00,'',0,1,'No','No',''),(312,'Expense','8','200','Maloba busfare to kariobangi','2020-10-31 09:41:29','','Closed','2020-10-29 09:41:24','','185','','modesta','','7852701604126418','1','','1000','14','81604126415','n/a','','',0.00,0.00,'',0,1,'No','No',''),(313,'Expense','8','300','Susan busfare','2020-10-31 09:43:10','','Closed','2020-10-29 09:43:10','','186','','modesta','','4741441604126540','1','','1000','14','81604126533','n/a','','',0.00,0.00,'',0,1,'No','No',''),(314,'Expense','8','185','milk & bread ','2020-10-31 09:44:28','','Closed','2020-10-29 09:44:28','','187','','modesta','','55971604126636','1','','1000','14','81604126631','n/a','','',0.00,0.00,'',0,1,'No','No',''),(315,'Expense','8','1000','milk for staff decating chemicals ','2020-10-31 09:45:53','','Closed','2020-10-29 09:45:53','','188','','modesta','','7351821604126711','1','','1000','14','81604126704','n/a','','',0.00,0.00,'',0,1,'No','No',''),(316,'Expense','8','500','off loading of chemicals','2020-10-31 09:47:20','','Closed','2020-10-29 09:47:20','','189','','modesta','','4897061604126790','1','','1000','14','81604126782','n/a','','',0.00,0.00,'',0,1,'No','No',''),(317,'Expense','8','285','Milk,Bread & Tissue','2020-10-31 09:48:28','','Closed','2020-10-30 09:48:28','','190/416028','','modesta','','2247581604126874','1','','1000','14','81604126871','n/a','','',0.00,0.00,'',0,1,'No','No',''),(318,'Expense','8','200','marketing','2020-10-31 09:49:38','','Closed','2020-10-30 09:49:38','','191','','modesta','','38961604126953','1','','1000','14','81604126947','n/a','','',0.00,0.00,'',0,1,'No','No',''),(319,'Expense','8','1000','lemon perfume &lavenda','2020-10-31 09:53:12','','Closed','2020-10-31 09:53:12','','192','','phedis','','2287921604127032','1','','1000','','81604127008','n/a','','',0.00,0.00,'',0,1,'No','No',''),(320,'Expense','8','500','envelopes white ','2020-10-31 09:54:28','','Closed','2020-10-30 09:54:28','','192','','phedis','','2860421604127233','1','','1000','14','81604127226','n/a','','',0.00,0.00,'',0,1,'No','No',''),(321,'Expense','8','100','Tranportation of material to shop','2020-10-31 09:55:46','','Closed','2020-10-30 09:55:46','','192','','phedis','','1007201604127308','1','','1000','14','81604127305','n/a','','',0.00,0.00,'',0,1,'No','No',''),(322,'Expense','8','500','Office Phone Airtime','2020-10-31 09:57:12','','Closed','2020-10-30 09:57:12','','193','','modesta','','1570861604127406','1','','1000','14','81604127387','n/a','','',0.00,0.00,'',0,1,'No','No',''),(323,'Expense','8','500','Transport of collecting body filler from kariobangi','2020-10-31 11:17:08','','Closed','2020-10-30 11:16:40','','194','','modesta','','6222091604132074','1','','1000','14','81604132062','n/a','','',0.00,0.00,'',0,1,'No','No',''),(324,'Expense','8','300','Susan bus fare','2020-10-31 11:25:19','','Closed','2020-10-30 11:25:19','','195','','modesta','','7929781604132359','1','','1000','14','81604132278','n/a','','',0.00,0.00,'',0,1,'No','No',''),(325,'Expense','8','190','Milk & Bread','2020-11-03 11:09:55','','Closed','2020-10-31 11:09:55','','197','','modesta','','2929771604390870','1','','1000','14','81604390862','n/a','','',0.00,0.00,'',0,1,'No','No',''),(326,'Expense','8','1000','Handtowel 5pcs & hand pump','2020-11-03 11:11:39','','Closed','2020-10-31 11:11:18','','198','','modesta','','6933411604391028','1','','1000','14','81604391024','n/a','','',0.00,0.00,'',0,1,'No','No',''),(327,'Expense','8','629','Milk,Bread,Sugar Tea bags,scones & bag','2020-11-03 11:14:23','','Closed','2020-11-02 11:14:23','','199/417727','','modesta','','6554051604391143','1','','1000','14','81604391137','n/a','','',0.00,0.00,'',0,1,'No','No',''),(328,'Expense','8','200','computer power cable','2020-11-03 11:17:20','','Closed','2020-11-02 11:16:14','','200','','modesta','','2744121604391350','1','','1000','14','81604391325','n/a','','',0.00,0.00,'',0,1,'No','No',''),(329,'Expense','8','210','ETR rolls','2020-11-09 09:15:33','','Closed','2020-11-02 09:15:33','','201/2610','','modesta','','94591604902496','1','','1000','14','81604902441','n/a','','',0.00,0.00,'',0,1,'No','No',''),(330,'Expense','8','2000','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi to to Transpoter','2020-11-09 09:18:27','','Closed','2020-11-02 09:18:27','','202','','modesta','','1614701604902571','1','','1000','14','81604902561','n/a','','',0.00,0.00,'',0,1,'No','No',''),(331,'Expense','8','500','Peter Karanja petty errands','2020-11-09 09:19:24','','Closed','2020-11-02 09:19:24','','203','','modesta','','8890701604902739','1','','1000','14','81604902732','n/a','','',0.00,0.00,'',0,1,'No','No',''),(332,'Expense','8','100','staff milk during decanting','2020-11-09 09:27:20','','Closed','2020-11-02 09:27:20','','203','','modesta','','2248731604903213','1','','1000','14','81604903208','n/a','','',0.00,0.00,'',0,1,'No','No',''),(333,'Expense','8','100','Modesta Airtime','2020-11-09 09:28:40','','Closed','2020-11-02 09:28:40','','205','','modesta','','6400971604903283','1','','1000','14','81604903276','n/a','','',0.00,0.00,'',0,1,'No','No',''),(334,'Expense','8','100','marketing','2020-11-09 09:29:40','','Closed','2020-11-02 09:29:40','','206','','phedis','','6436311604903349','1','','1000','14','81604903345','n/a','','',0.00,0.00,'',0,1,'No','No',''),(335,'Expense','8','190','Milk & Bread','2020-11-09 09:31:09','','Closed','2020-11-03 09:30:54','','207/610586','','modesta','','3589771604903413','1','','1000','14','81604903410','n/a','','',0.00,0.00,'',0,1,'No','No',''),(336,'Expense','8','200','Parking fees Director vehicle','2020-11-09 09:32:40','','Closed','2020-11-03 09:32:40','','208','','phedis','','928501604903495','1','','1000','14','81604903490','n/a','','',0.00,0.00,'',0,1,'No','No',''),(337,'Expense','8','200','Susan busfare','2020-11-09 09:33:43','','Closed','2020-11-03 09:33:43','','209','','modesta','','4007121604903595','1','','1000','14','81604903583','n/a','','',0.00,0.00,'',0,1,'No','No',''),(338,'Expense','8','200','Office Phone Airtime ','2020-11-09 09:34:42','','Closed','2020-11-03 09:34:42','','210','','modesta','','3488811604903657','1','','1000','14','81604903655','n/a','','',0.00,0.00,'',0,1,'No','No',''),(339,'Expense','8','2200','sodium hypochlochlorite 20ltr','2020-11-09 09:38:50','','Closed','2020-11-03 09:38:50','','211/4265','','phedis','','604381604903872','1','','1000','14','81604903702','n/a','','',0.00,0.00,'',0,1,'No','No',''),(340,'Expense','8','100','Transportation of product to shop for invoice no4265','2020-11-09 09:40:24','','Closed','2020-11-03 09:40:24','','211','','phedis','','7384251604903980','1','','1000','14','81604903977','n/a','','',0.00,0.00,'',0,1,'No','No',''),(341,'Expense','8','100','Modesta Airtime','2020-11-09 09:41:20','','Closed','2020-11-03 09:41:20','','212','','modesta','','1996881604904058','1','','1000','14','81604904055','n/a','','',0.00,0.00,'',0,1,'No','No',''),(342,'Expense','8','1000','wax pouch for parking salt and magadi','2020-11-09 09:42:39','','Closed','2020-11-03 09:42:39','','213','','phedis','','659961604904113','1','','1000','14','81604904108','n/a','','',0.00,0.00,'',0,1,'No','No',''),(343,'Expense','8','190','Milk & Bread','2020-11-09 09:43:45','','Closed','2020-11-04 09:43:45','','214/90578','','modesta','','6735551604904193','1','','1000','14','81604904190','n/a','','',0.00,0.00,'',0,1,'No','No',''),(344,'Expense','8','115','Bag & Tissue','2020-11-09 09:44:59','','Closed','2020-11-04 09:44:59','','215/784053','','modesta','','1465701604904248','1','','1000','14','81604904246','n/a','','',0.00,0.00,'',0,1,'No','No',''),(345,'Expense','8','500','Jericans 1litre 50PCS','2020-11-09 09:52:10','','Closed','2020-11-04 09:52:10','','216/IOD88168','','modesta','','3312501604904654','1','','1000','14','81604904589','n/a','','',0.00,0.00,'',0,1,'No','No',''),(346,'Expense','8','200','marketing','2020-11-09 09:53:15','','Closed','2020-11-04 09:53:15','','217','','modesta','','3528381604904766','1','','1000','14','81604904763','n/a','','',0.00,0.00,'',0,1,'No','No',''),(347,'Expense','8','800','mopper,bucket & broom ','2020-11-09 11:21:39','','Closed','2020-11-04 11:21:39','','218','','phedis','','2132991604910014','1','','1000','14','81604904837','n/a','','',0.00,0.00,'',0,1,'No','No',''),(348,'Expense','8','1200','perfume bottles','2020-11-09 11:23:06','','Closed','2020-11-04 11:23:06','','220','','modesta','','7913251604910150','1','','1000','14','81604910147','n/a','','',0.00,0.00,'',0,1,'No','No',''),(349,'Expense','8','250','staple pins and stapler','2020-11-09 11:24:27','','Closed','2020-11-04 11:24:27','','219','','modesta','','4243201604910229','1','','1000','14','81604910214','n/a','','',0.00,0.00,'',0,1,'No','No',''),(350,'Expense','8','190','Milk & Bread','2020-11-09 11:25:48','','Closed','2020-11-05 11:25:48','','221/611840','','modesta','','8499361604910318','1','','1000','14','81604910314','n/a','','',0.00,0.00,'',0,1,'No','No',''),(351,'Expense','8','750','offload chemicals from kariobanbi & city council coz of parking','2020-11-09 11:28:39','','Closed','2020-11-05 11:27:50','','222','','modesta','','3846501604910392','1','','1000','14','81604910379','n/a','','',0.00,0.00,'',0,1,'No','No',''),(352,'Expense','8','1000','electricity bill','2020-11-09 11:29:51','','Closed','2020-11-05 11:29:51','','223','','modesta','','6443411604910540','1','','1000','14','81604910536','n/a','','',0.00,0.00,'',0,1,'No','No',''),(353,'Expense','8','100','gabbage collection','2020-11-09 11:30:54','','Closed','2020-11-05 11:30:54','','224','','modesta','','4433581604910631','1','','1000','14','81604910627','n/a','','',0.00,0.00,'',0,1,'No','No',''),(354,'Expense','8','1100','delivery of filler to kerugoya ','2020-11-09 11:34:01','','Closed','2020-11-05 11:34:01','','225','','modesta','','6376871604910697','1','','1000','14','81604910684','n/a','','',0.00,0.00,'',0,1,'No','No',''),(355,'Expense','8','3200','NSSF','2020-11-09 11:37:08','','Closed','2020-11-05 11:37:08','','226','','modesta','','1611851604910961','1','','1000','14','81604910956','n/a','','',0.00,0.00,'',0,1,'No','No',''),(356,'Expense','8','6950','NHIF','2020-11-09 11:40:45','','Closed','2020-11-05 11:40:45','','226','','modesta','','928581604911129','1','','1000','14','81604911087','n/a','','',0.00,0.00,'',0,1,'No','No',''),(357,'Expense','8','500','Office Phone Airtime','2020-11-09 11:47:15','','Closed','2020-11-05 11:47:15','','227','','modesta','','8635381604911283','1','','1000','14','81604911278','n/a','','',0.00,0.00,'',0,1,'No','No',''),(358,'Expense','8','100','marketing','2020-11-09 11:49:03','','Closed','2020-11-05 11:49:03','','228','','phedis','','1721791604911718','1','','1000','14','81604911715','n/a','','',0.00,0.00,'',0,1,'No','No',''),(359,'Expense','8','100','pen 2pcs & 2bags','2020-11-09 11:50:32','','Closed','2020-11-05 11:50:32','','229','','modesta','','3795721604911786','1','','1000','14','81604911774','n/a','','',0.00,0.00,'',0,1,'No','No',''),(360,'Expense','8','1000','Transport of hardener from industrial area-kariobangi and delivery of filler from kariobangi ','2020-11-12 13:37:57','','Closed','2020-11-06 11:52:19','','230','','modesta','','6298381604911866','1','','1000','14','81604911857','n/a','','',0.00,0.00,'',0,1,'No','No',''),(361,'Expense','8','395','Milk,Bread & Tissue','2020-11-09 11:53:35','','Closed','2020-11-06 11:53:35','','231','','modesta','','8068231604911979','1','','1000','14','81604911975','n/a','','',0.00,0.00,'',0,1,'No','No',''),(362,'Expense','8','900','polypots','2020-11-09 11:55:13','','Closed','2020-11-06 11:55:13','','233','','modesta','','2528291604912071','1','','1000','14','81604912063','n/a','','',0.00,0.00,'',0,1,'No','No',''),(363,'Expense','8','100','Transportation of product to shop','2020-11-09 11:56:15','','Closed','2020-11-06 11:56:15','','233','','modesta','','5231011604912141','1','','1000','14','81604912138','n/a','','',0.00,0.00,'',0,1,'No','No',''),(364,'Expense','8','250','printing Business cards (Maloba)','2020-11-09 11:57:42','','Closed','2020-11-06 11:57:42','','234','','modesta','','2946501604912231','1','','1000','14','81604912229','n/a','','',0.00,0.00,'',0,1,'No','No',''),(365,'Expense','8','150','Susan busfare','2020-11-09 11:59:43','','Closed','2020-11-06 11:59:43','','235','','modesta','','6073291604912349','1','','1000','14','81604912299','n/a','','',0.00,0.00,'',0,1,'No','No',''),(366,'Expense','8','500','delivery of electricals wires from ngara to kariobangi','2020-11-09 12:01:43','','Closed','2020-11-06 12:01:43','','236','','phedis','','2878231604912448','1','','1000','14','81604912435','n/a','','',0.00,0.00,'',0,1,'No','No',''),(367,'Expense','8','400','car parking (director) date 5/11/20 & 6/11/20','2020-11-09 12:08:15','','Closed','2020-11-06 12:08:15','','237','','modesta','','7874641604912586','1','','1000','14','81604912579','n/a','','',0.00,0.00,'',0,1,'No','No',''),(368,'Expense','8','329','Milk & Bread','2020-11-09 12:51:24','','Closed','2020-11-07 12:51:24','','238','','modesta','','3500901604915420','1','','1000','14','81604912931','n/a','','',0.00,0.00,'',0,1,'No','No',''),(369,'Expense','8','100','marker pens ','2020-11-09 12:57:40','','Closed','2020-11-07 12:57:40','','239','','modesta','','1849251604915807','1','','1000','14','81604915804','n/a','','',0.00,0.00,'',0,1,'No','No',''),(370,'Expense','8','100','Transportation of detergents to customer ','2020-11-09 13:05:42','','Closed','2020-11-07 13:05:42','','240','','modesta','','5413021604916175','1','','1000','14','81604916168','n/a','','',0.00,0.00,'',0,1,'No','No',''),(371,'Expense','8','395','Milk,Bread,blue band,Carrier bag','2020-11-09 13:13:57','','Closed','2020-11-09 13:13:57','','241/422552','','modesta','','1156211604916498','1','','1000','14','81604916484','n/a','','',0.00,0.00,'',0,1,'No','No',''),(372,'Expense','8','500','Office Phone Airtime','2020-11-09 13:18:30','','Closed','2020-11-09 13:18:30','','242','','modesta','','7517091604917017','1','','1000','14','81604917003','n/a','','',0.00,0.00,'',0,1,'No','No',''),(373,'Expense','8','329','Milk & Bread','2020-11-11 11:32:00','','Closed','2020-11-04 11:32:00','','238/421471','','modesta','','1761871605083460','1','','1000','14','81605083453','n/a','','',0.00,0.00,'',0,1,'No','No',''),(374,'Expense','8','90','Tissue','2020-11-12 15:20:49','','Closed','2020-11-11 15:20:49','','252','','modesta','','6888911605183538','1','','1000','14','81605183532','n/a','','',0.00,0.00,'',0,1,'No','No',''),(375,'Expense','8','300','breakfast,bread,milk,teabags','2020-11-12 15:22:48','','Closed','2020-11-11 15:22:48','','253','','modesta','','566401605183700','1','','1000','14','81605183678','n/a','','',0.00,0.00,'',0,1,'No','No',''),(376,'Expense','8','100','Modesta Airtime','2020-11-12 15:24:12','','Closed','2020-11-11 15:24:12','','254','','modesta','','5149481605183803','1','','1000','14','81605183800','n/a','','',0.00,0.00,'',0,1,'No','No',''),(377,'Expense','8','200','Parking fees Director vehicle','2020-11-12 15:25:33','','Closed','2020-11-11 15:25:33','','255','','phedis','','4140501605183883','1','','1000','14','81605183880','n/a','','',0.00,0.00,'',0,1,'No','No',''),(378,'Expense','8','500','Empty 5x10 Coated papers for parking salt & mgd','2020-11-12 15:28:21','','Closed','2020-11-11 15:28:21','','256','','phedis','','9113711605183959','1','','1000','14','81605183955','n/a','','',0.00,0.00,'',0,1,'No','No',''),(379,'Expense','8','1000','city council','2020-11-12 15:29:18','','Closed','2020-11-11 15:29:18','','257','','modesta','','5922941605184130','1','','1000','14','81605184126','n/a','','',0.00,0.00,'',0,1,'No','No',''),(380,'Expense','8','250','Milk,Bread,Tissue& Carrier bag','2020-11-12 15:35:40','','Closed','2020-11-12 15:35:40','','259','','modesta','','1345291605184485','1','','1000','14','81605184442','n/a','','',0.00,0.00,'',0,1,'No','No',''),(381,'Expense','8','100','gabbage collection','2020-11-12 15:41:12','','Closed','2020-11-12 15:41:12','','260','','modesta','','226491605184840','1','','1000','14','81605184814','n/a','','',0.00,0.00,'',0,1,'No','No',''),(382,'Expense','8','800','Transport of lables from Town -Kariobangi & paint from Kariobangi - Townshop','2020-11-12 15:43:16','','Closed','2020-11-12 15:43:16','','261','','phedis','','6308181605184912','1','','1000','14','81605184909','n/a','','',0.00,0.00,'',0,1,'No','No',''),(383,'Expense','8','900','socket single & Labour repair for power sockets','2020-11-12 15:54:41','','Closed','2020-11-09 15:54:41','','243/2632','','phedis','','6512501605185581','1','','1000','14','81605185053','n/a','','',0.00,0.00,'',0,1,'No','No',''),(384,'Expense','8','500','Peter Karanja running petty errands','2020-11-12 15:56:38','','Closed','2020-11-09 15:56:38','','244','','modesta','','6937011605185750','1','','1000','14','81605185745','n/a','','',0.00,0.00,'',0,1,'No','No',''),(385,'Expense','8','315','Milk, Bread & sugar','2020-11-12 15:58:49','','Closed','2020-11-10 15:58:49','','246/421115','','modesta','','864461605185861','1','','1000','14','81605185827','n/a','','',0.00,0.00,'',0,1,'No','No',''),(386,'Expense','8','400','Thermal ETR Rolls 2pcs','2020-11-12 16:02:42','','Closed','2020-11-10 16:02:42','','247/2636','','modesta','','9194481605186100','1','','1000','14','81605186091','n/a','','',0.00,0.00,'',0,1,'No','No',''),(387,'Expense','8','100','Delivery of Materials to customer','2020-11-12 16:04:12','','Closed','2020-11-10 16:03:50','','248','','phedis','','8050511605186193','1','','1000','14','81605186190','n/a','','',0.00,0.00,'',0,1,'No','No',''),(388,'Expense','8','200','marketing','2020-11-12 16:05:47','','Closed','2020-11-10 16:05:19','','250','','phedis','','4634491605186297','1','','1000','14','81605186293','n/a','','',0.00,0.00,'',0,1,'No','No',''),(389,'Expense','8','3700','lemon, lavender perfume & salt 150kg','2020-11-12 16:11:03','','Closed','2020-11-12 16:11:03','','262','','phedis','','4109441605186604','1','','1000','14','81605186599','n/a','','',0.00,0.00,'',0,1,'No','No',''),(390,'Expense','8','300','Transport of materials to the shop from promax','2020-11-12 16:13:11','','Closed','2020-11-12 16:12:31','','262','','modesta','','2849051605186706','1','','1000','14','81605186700','n/a','','',0.00,0.00,'',0,1,'No','No',''),(391,'Expense','8','1200','perfume bottles 200pcs','2020-11-12 16:13:42','','Closed','2020-11-12 16:13:42','','262','','phedis','','5389901605186797','1','','1000','14','81605186795','n/a','','',0.00,0.00,'',0,1,'No','No',''),(392,'Expense','8','60','mpesa charges to semd money to supplier (promax)','2020-11-13 09:31:53','','Closed','2020-11-12 09:31:53','','262','','phedis','','4702671605249066','1','','1000','14','81605249062','n/a','','',0.00,0.00,'',0,1,'No','No',''),(393,'Expense','8','300','marketing','2020-11-13 09:32:45','','Closed','2020-11-12 09:32:45','','263','','phedis','','8597491605249140','1','','1000','14','81605249137','n/a','','',0.00,0.00,'',0,1,'No','No',''),(394,'Expense','8','700','Transport to and from kariobangi (motorbike)','2020-11-13 09:34:34','','Closed','2020-11-12 09:34:34','','264','','phedis','','5261001605249203','1','','1000','14','81605249200','n/a','','',0.00,0.00,'',0,1,'No','No',''),(395,'Expense','8','100','Modesta Airtime','2020-11-13 09:36:30','','Closed','2020-11-12 09:36:30','','265','','modesta','','7377281605249356','1','','1000','14','81605249351','n/a','','',0.00,0.00,'',0,1,'No','No',''),(396,'Expense','8','500','Body filler delivery cost to Kituma (maloba a/c)','2020-11-19 10:39:47','','Closed','2020-11-11 10:39:47','','258','','CHG','','1719091605771439','1','','1000','14','81605771423','n/a','','',0.00,0.00,'',0,1,'No','No',''),(397,'Expense','8','238','Milk,Bread & Tissue','2020-11-19 10:41:31','','Closed','2020-11-13 10:41:31','','266/425670','','modesta','','1841921605771645','1','','1000','14','81605771633','n/a','','',0.00,0.00,'',0,1,'No','No',''),(398,'Expense','8','500','Peter karanja trouser(was bleached with sodium hypochlorite during decating','2020-11-19 10:52:09','','Closed','2020-11-13 10:52:09','','267','','modesta','','5049481605772157','1','','1000','14','81605772149','n/a','','',0.00,0.00,'',0,1,'No','No',''),(399,'Expense','8','170','enchantal gardens perfume','2020-11-19 10:54:30','','Closed','2020-11-13 10:54:30','','268/26438','','modesta','','300911605772401','1','','1000','14','81605772381','n/a','','',0.00,0.00,'',0,1,'No','No',''),(400,'Expense','8','2200','sodium hypochlorite 20ltr','2020-11-19 10:56:15','','Closed','2020-11-13 10:56:15','','269','','modesta','','179901605772527','1','','1000','14','81605772509','n/a','','',0.00,0.00,'',0,1,'No','No',''),(401,'Expense','8','100','Transport of materials to the shop','2020-11-20 10:35:50','','Closed','2020-11-13 10:35:50','','269/4962','','modesta','','9416551605856040','1','','1000','14','81605856017','n/a','','',0.00,0.00,'',0,1,'No','No',''),(402,'Expense','8','200','milk for 4staff decating chemicals','2020-11-20 11:07:16','','Closed','2020-11-13 11:07:16','','271','','modesta','','9808871605859522','1','','1000','14','81605859518','n/a','','',0.00,0.00,'',0,1,'No','No',''),(403,'Expense','8','100','Modesta Airtime','2020-11-20 11:08:11','','Closed','2020-11-14 11:08:11','','272','','modesta','','5244301605859661','1','','1000','14','81605859659','n/a','','',0.00,0.00,'',0,1,'No','No',''),(404,'Expense','8','300','milk,bread,sugar','2020-11-20 11:09:14','','Closed','2020-11-14 11:09:14','','273','','modesta','','5902081605859714','1','','1000','14','81605859712','n/a','','',0.00,0.00,'',0,1,'No','No',''),(405,'Expense','8','450','brushes 3pcs for painting shop','2020-11-20 11:10:38','','Closed','2020-11-14 11:10:38','','274','','modesta','','4452551605859792','1','','1000','14','81605859789','n/a','','',0.00,0.00,'',0,1,'No','No',''),(406,'Expense','8','500','cartons ','2020-11-20 11:13:00','','Closed','2020-11-14 11:13:00','','275','','modesta','','5245471605859956','1','','1000','14','81605859918','n/a','','',0.00,0.00,'',0,1,'No','No',''),(407,'Expense','8','100',' face mask','2020-11-20 11:13:54','','Closed','2020-11-14 11:13:54','','276','','modesta','','1921161605860012','1','','1000','14','81605860009','n/a','','',0.00,0.00,'',0,1,'No','No',''),(408,'Expense','8','1500','milk and transport for 3 staff painting the shop','2020-11-20 11:18:22','','Closed','2020-11-14 11:18:22','','277','','modesta','','7197911605860098','1','','1000','14','81605860095','n/a','','',0.00,0.00,'',0,1,'No','No',''),(409,'Expense','8','333','drinking chocolate ','2020-11-20 11:21:13','','Closed','2020-11-14 11:19:59','','278/99279','','modesta','','5930641605860357','1','','1000','14','81605860355','n/a','','',0.00,0.00,'',0,1,'No','No',''),(410,'Expense','8','250','sales computer mouse','2020-11-20 11:22:42','','Closed','2020-11-14 11:22:26','','279/27','','modesta','','3375691605860515','1','','1000','14','81605860506','n/a','','',0.00,0.00,'',0,1,'No','No',''),(411,'Expense','8','200','marketing','2020-11-20 11:25:54','','Closed','2020-11-16 11:25:54','','280','','phedis','','2034241605860726','1','','1000','14','81605860718','n/a','','',0.00,0.00,'',0,1,'No','No',''),(412,'Expense','8','250','Jericans 1ltr 10pcs','2020-11-21 12:39:44','','Closed','2020-11-16 12:39:44','','281/IOD89584','','modesta','','1639861605950689','1','','1000','10','81605950668','n/a','','',0.00,0.00,'',0,1,'No','No',''),(413,'Expense','8','750','Yellow, Blue & Green each 1kg','2020-11-21 12:44:22','','Closed','2020-11-16 12:44:22','','282','','phedis','','4458221605951714','1','','1000','14','81605951698','n/a','','',0.00,0.00,'',0,1,'No','No',''),(414,'Expense','8','100','Transport of materials to the shop','2020-11-21 12:46:41','','Closed','2020-11-16 12:46:41','','282','','phedis','','4588141605951886','1','','1000','14','81605951883','n/a','','',0.00,0.00,'',0,1,'No','No',''),(415,'Expense','8','100','Peter Karanja milk for decating hypochlorite ','2020-11-21 12:48:42','','Closed','2020-11-16 12:48:42','','283','','modesta','','3827631605952034','1','','1000','14','81605952020','n/a','','',0.00,0.00,'',0,1,'No','No',''),(416,'Expense','8','500','Peter Karanja petty errands','2020-11-21 12:50:52','','Closed','2020-11-16 12:50:52','','284','','modesta','','222911605952187','1','','1000','14','81605952180','n/a','','',0.00,0.00,'',0,1,'No','No',''),(417,'Expense','8','100','Modesta Airtime','2020-11-21 12:53:51','','Closed','2020-11-16 12:53:51','','286','','modesta','','1518011605952379','1','','1000','14','81605952363','n/a','','',0.00,0.00,'',0,1,'No','No',''),(418,'Expense','8','100','gabbage collection','2020-11-21 12:55:19','','Closed','2020-11-16 12:55:19','','285','','modesta','','6518271605952496','1','','1000','14','81605952454','n/a','','',0.00,0.00,'',0,1,'No','No',''),(419,'Expense','8','380','Milk & Bread','2020-11-21 12:59:46','','Closed','2020-11-17 12:59:46','','287/428135','','modesta','','8364831605952586','1','','1000','14','81605952566','n/a','','',0.00,0.00,'',0,1,'No','No',''),(420,'Expense','8','100','Modesta Airtime','2020-11-23 10:58:21','','Closed','2020-11-17 10:58:21','','288','','modesta','','1271911606118260','1','','1000','14','81606118253','n/a','','',0.00,0.00,'',0,1,'No','No',''),(421,'Expense','8','200','Office Phone Airtime','2020-11-23 10:59:16','','Closed','2020-11-17 10:59:16','','288','','modesta','','6190611606118327','1','','1000','14','81606118324','n/a','','',0.00,0.00,'',0,1,'No','No',''),(422,'Expense','8','1500','unblocking of sewage main line .','2020-11-23 11:02:15','','Closed','2020-11-17 11:02:15','','289','','phedis','','8506381606118468','1','','1000','14','81606118443','n/a','','',0.00,0.00,'',0,1,'No','No',''),(423,'Expense','8','','staple pins ','2020-11-23 11:04:12','','Active','2020-11-17 11:04:12','','290/14836','','modesta','','8121771606118607','1','','1000','14','81606118604','n/a','','',0.00,0.00,'',0,1,'No','No',''),(424,'Expense','8','120','milk and cakes','2020-11-23 11:09:24','','Closed','2020-11-18 11:09:24','','292','','modesta','','5909371606118904','1','','1000','14','81606118901','n/a','','',0.00,0.00,'',0,1,'No','No',''),(425,'Expense','8','60','breakfast chapati','2020-11-23 11:10:35','','Closed','2020-11-18 11:10:35','','293','','phedis','','4818171606119001','1','','1000','14','81606118995','n/a','','',0.00,0.00,'',0,1,'No','No',''),(426,'Expense','8','100','marketing','2020-11-23 13:17:38','','Closed','2020-11-18 13:17:38','','294','','phedis','','3142781606126625','1','','1000','14','81606126622','n/a','','',0.00,0.00,'',0,1,'No','No',''),(427,'Expense','8','500','wax pouch for reparking salt','2020-11-23 13:19:30','','Closed','2020-11-18 13:19:30','','295','','modesta','','7807551606126735','1','','1000','14','81606126684','n/a','','',0.00,0.00,'',0,1,'No','No',''),(428,'Expense','8','50','Modesta Airtime','2020-11-23 13:24:59','','Closed','2020-11-18 13:24:59','','296','','modesta','','9045781606127056','1','','1000','14','81606127042','n/a','','',0.00,0.00,'',0,1,'No','No',''),(429,'Expense','8','112','mpesa withdrawal charges','2020-11-23 13:26:45','','Closed','2020-11-18 13:26:45','','297','','modesta','','2564211606127141','1','','1000','14','81606127118','n/a','','',0.00,0.00,'',0,1,'No','No',''),(430,'Expense','8','320','Milk, Bread, sugar and wooven bags','2020-11-23 13:29:27','','Closed','2020-11-19 13:29:27','','298','','modesta','','6985811606127288','1','','1000','14','81606127262','n/a','','',0.00,0.00,'',0,1,'No','No',''),(431,'Expense','8','100','Modesta Airtime','2020-11-23 13:32:15','','Closed','2020-11-19 13:32:15','','299','','modesta','','1085201606127486','1','','1000','14','81606127399','n/a','','',0.00,0.00,'',0,1,'No','No',''),(432,'Expense','8','900','polypots','2020-11-23 13:33:23','','Closed','2020-11-19 13:33:23','','300','','modesta','','4682681606127569','1','','1000','14','81606127555','n/a','','',0.00,0.00,'',0,1,'No','No',''),(433,'Expense','8','100','Transport of materials to the shop','2020-11-23 13:34:19','','Closed','2020-11-19 13:34:19','','300','','modesta','','1911511606127633','1','','1000','14','81606127623','n/a','','',0.00,0.00,'',0,1,'No','No',''),(434,'Expense','8','180','Medicine envelopes for packing colours','2020-11-23 14:06:30','','Closed','2020-11-19 14:06:30','','301','','modesta','','9345061606129531','1','','1000','14','81606129528','n/a','','',0.00,0.00,'',0,1,'No','No',''),(435,'Expense','8','67','mpesa withdrawal charges','2020-11-23 14:07:38','','Closed','2020-11-19 14:07:38','','302','','modesta','','2749581606129622','1','','1000','14','81606129616','n/a','','',0.00,0.00,'',0,1,'No','No',''),(436,'Expense','8','198','Milk,Tissue ','2020-11-24 09:58:08','','Closed','2020-11-20 09:49:02','','303','','modesta','','7274381606200476','1','','1000','14','81606200444','n/a','','',0.00,0.00,'',0,1,'No','No',''),(437,'Expense','8','150','Cellotape','2020-11-24 09:58:34','','Closed','2020-11-20 09:57:32','','304/14844','','modesta','','6895121606200675','1','','1000','14','81606200660','n/a','','',0.00,0.00,'',0,1,'No','No',''),(438,'Expense','8','150','cartons','2020-11-24 09:59:10','','Closed','2020-11-20 09:59:10','','305','','modesta','','5618361606201122','1','','1000','14','81606201119','n/a','','',0.00,0.00,'',0,1,'No','No',''),(439,'Expense','8','500','Office Phone Airtime','2020-11-24 10:18:49','','Closed','2020-11-20 10:18:49','','306','','modesta','','3286621606201186','1','','1000','14','81606201183','n/a','','',0.00,0.00,'',0,1,'No','No',''),(440,'Expense','8','650','Jericans 5litre 10pcs','2020-11-24 10:21:44','','Closed','2020-11-20 10:21:44','','307/IOD90576','','modesta','','5130011606202407','1','','1000','10','81606202388','n/a','','',0.00,0.00,'',0,1,'No','No',''),(441,'Expense','8','11350','Ungerol,ufacid,magadi,citrus,green,blue,','2020-11-24 14:27:23','','Closed','2020-11-20 14:27:23','','308/453','','modesta','','2598251606217128','1','','1000','9','81606216997','n/a','','',0.00,0.00,'',0,1,'No','No',''),(442,'Expense','8','600','perfume jars ','2020-11-24 14:29:18','','Closed','2020-11-20 14:29:18','','308/453','','modesta','','8898811606217328','1','','1000','9','81606217323','n/a','','',0.00,0.00,'',0,1,'No','No',''),(443,'Expense','8','250','Transport of materials to the shop','2020-11-24 14:30:30','','Closed','2020-11-20 14:30:30','','308/453','','modesta','','5368651606217391','1','','1000','14','81606217389','n/a','','',0.00,0.00,'',0,1,'No','No',''),(444,'Expense','8','100','mpesa charges to semd money to supplier (promax)','2020-11-24 14:31:24','','Closed','2020-11-20 14:31:24','','308/453','','modesta','','4387251606217455','1','','1000','14','81606217451','n/a','','',0.00,0.00,'',0,1,'No','No',''),(445,'Expense','8','3000','printing of order books','2020-11-24 14:34:10','','Closed','2020-11-20 14:34:10','','309','','modesta','','1978481606217522','1','','1000','14','81606217519','n/a','','',0.00,0.00,'',0,1,'No','No',''),(446,'Expense','8','120','breakfast chapati','2020-11-24 14:36:11','','Closed','2020-11-20 14:36:11','','310','','modesta','','1963721606217732','1','','1000','14','81606217714','n/a','','',0.00,0.00,'',0,1,'No','No',''),(447,'Expense','8','100','Parking fees Director vehicle','2020-11-24 14:47:59','','Closed','2020-11-20 14:47:59','','311','','modesta','','2159151606218457','1','','1000','14','81606218442','n/a','','',0.00,0.00,'',0,1,'No','No',''),(448,'Expense','8','200','Milk, Bread','2020-11-24 14:49:21','','Closed','2020-11-21 14:49:21','','312','','modesta','','5737791606218516','1','','1000','14','81606218514','n/a','','',0.00,0.00,'',0,1,'No','No',''),(449,'Expense','8','480','brush and sisal rope','2020-11-24 14:52:30','','Closed','2020-11-21 14:52:30','','313','','modesta','','8247331606218718','1','','1000','14','81606218669','n/a','','',0.00,0.00,'',0,1,'No','No',''),(450,'Expense','8','1100','marketing','2020-11-24 14:54:07','','Closed','2020-11-21 14:54:07','','314','','phedis','','4344771606218819','1','','1000','14','81606218810','n/a','','',0.00,0.00,'',0,1,'No','No',''),(451,'Expense','8','800','staff milk during decanting','2020-11-24 14:55:03','','Closed','2020-11-21 14:55:03','','315','','modesta','','4134301606218879','1','','1000','14','81606218866','n/a','','',0.00,0.00,'',0,1,'No','No',''),(452,'Expense','8','550','wax pouch','2020-11-24 14:56:02','','Closed','2020-11-23 14:56:02','','316','','modesta','','4521561606218931','1','','1000','14','81606218928','n/a','','',0.00,0.00,'',0,1,'No','No',''),(453,'Expense','8','190','knife 8inch','2020-11-24 14:57:09','','Closed','2020-11-23 14:57:09','','317','','modesta','','3473881606218995','1','','1000','14','81606218992','n/a','','',0.00,0.00,'',0,1,'No','No',''),(454,'Expense','8','200','Milk & Bread','2020-11-24 14:58:13','','Closed','2020-11-23 14:58:13','','318','','modesta','','4718921606219065','1','','1000','14','81606219062','n/a','','',0.00,0.00,'',0,1,'No','No',''),(455,'Expense','8','1000','marketing expenses','2020-11-24 15:29:54','','Closed','2020-11-23 14:59:43','','319','','modesta','','4840791606219119','1','','1000','14','81606219111','n/a','','',0.00,0.00,'',0,1,'No','No',''),(456,'Expense','8','100','gabbage collection','2020-11-24 15:31:43','','Closed','2020-11-23 15:31:43','','320','','modesta','','5094821606221047','1','','1000','14','81606221019','n/a','','',0.00,0.00,'',0,1,'No','No',''),(457,'Expense','8','100','Modesta Airtime','2020-11-24 15:32:46','','Closed','2020-11-23 15:32:46','','321','','modesta','','779751606221138','1','','1000','14','81606221135','n/a','','',0.00,0.00,'',0,1,'No','No',''),(458,'Expense','8','900','Pearlizer Agent 2kg','2020-11-24 15:35:01','','Closed','2020-11-23 15:35:01','','322','','modesta','','7105311606221264','1','','1000','14','81606221256','n/a','','',0.00,0.00,'',0,1,'No','No',''),(459,'Expense','8','100','Transport of materials to the shop','2020-11-24 15:36:31','','Closed','2020-11-23 15:36:31','','322','','modesta','','8352311606221368','1','','1000','14','81606221357','n/a','','',0.00,0.00,'',0,1,'No','No',''),(460,'Expense','8','13900','Ungerol,ufacid,salt,green,blue,citrus,lavender','2020-11-24 15:46:39','','Closed','2020-11-23 15:46:39','','323/340','','modesta','','7449221606221895','1','','1000','9','81606221890','n/a','','',0.00,0.00,'',0,1,'No','No',''),(461,'Expense','8','600','perfume bottles','2020-11-24 15:48:58','','Closed','2020-11-23 15:48:58','','323/340','','modesta','','3652231606222107','1','','1000','9','81606222104','n/a','','',0.00,0.00,'',0,1,'No','No',''),(462,'Expense','8','400','Transport of materials to the shop from promax','2020-11-24 15:50:05','','Closed','2020-11-23 15:50:05','','323/340','','modesta','','1461581606222172','1','','1000','14','81606222169','n/a','','',0.00,0.00,'',0,1,'No','No',''),(463,'Expense','8','162','mpesa charges to semd money to supplier (promax)','2020-11-24 15:50:59','','Closed','2020-11-23 15:50:59','','323/340','','modesta','','2562271606222230','1','','1000','14','81606222228','n/a','','',0.00,0.00,'',0,1,'No','No',''),(464,'Expense','8','500','Peter Karanja petty errands','2020-11-24 15:51:53','','Closed','2020-11-23 15:51:53','','324','','modesta','','5171131606222292','1','','1000','14','81606222290','n/a','','',0.00,0.00,'',0,1,'No','No',''),(465,'Expense','8','100','Transport of material to the customer ','2020-11-24 15:53:17','','Closed','2020-11-23 15:53:17','','325','','modesta','','8644161606222339','1','','1000','14','81606222336','n/a','','',0.00,0.00,'',0,1,'No','No',''),(466,'Expense','8','100','milk-karanja for decating ceramic cleaner ','2020-11-24 15:54:54','','Closed','2020-11-23 15:54:54','','326','','modesta','','5335291606222436','1','','1000','14','81606222433','n/a','','',0.00,0.00,'',0,1,'No','No',''),(467,'Expense','8','100','off loading of chemicals','2020-11-24 15:56:30','','Closed','2020-11-23 15:56:30','','327','','modesta','','3567251606222547','1','','1000','14','81606222534','n/a','','',0.00,0.00,'',0,1,'No','No',''),(468,'Expense','8','1000','fare for 5staff being late up to 6.30am off loading product','2020-11-24 15:59:17','','Closed','2020-11-23 15:58:25','','328','','modesta','','157181606222637','1','','1000','14','81606222631','n/a','','',0.00,0.00,'',0,1,'No','No',''),(469,'Expense','8','1100','Transport of hardener from industrial area-kariobangi ','2020-11-24 16:01:10','','Closed','2020-11-23 16:01:10','','329','','phedis','','5332281606222777','1','','1000','14','81606222772','n/a','','',0.00,0.00,'',0,1,'No','No',''),(470,'Expense','8','100','Modesta Airtime','2020-11-24 16:02:35','','Closed','2020-11-24 16:02:35','','330','','modesta','','6384071606222923','1','','1000','14','81606222920','n/a','','',0.00,0.00,'',0,1,'No','No',''),(471,'Expense','8','200','Milk & Bread','2020-11-25 08:49:42','','Closed','2020-11-24 08:49:42','','331','','modesta','','6721141606283344','1','','1000','14','81606283333','n/a','','',0.00,0.00,'',0,1,'No','No',''),(472,'Expense','8','338','sugar,teabags,tissue papers bag','2020-11-25 08:52:30','','Closed','2020-11-24 08:52:30','','332','','modesta','','1980861606283462','1','','1000','14','81606283459','n/a','','',0.00,0.00,'',0,1,'No','No',''),(473,'Expense','8','200','offloading','2020-11-25 08:57:33','','Closed','2020-11-24 08:57:33','','333','','modesta','','4540501606283824','1','','1000','14','81606283814','n/a','','',0.00,0.00,'',0,1,'No','No',''),(474,'Expense','8','1000','printing Business cards Maloba & Eunice ','2020-11-25 08:59:10','','Closed','2020-11-24 08:59:10','','334','','modesta','','1135321606283895','1','','1000','14','81606283892','n/a','','',0.00,0.00,'',0,1,'No','No',''),(475,'Expense','8','1000','city council ','2020-11-25 09:01:50','','Closed','2020-11-24 09:01:50','','335','','modesta','','836081606284034','1','','1000','14','81606284023','n/a','','',0.00,0.00,'',0,1,'No','No',''),(476,'Expense','8','200','marketing','2020-11-25 09:03:02','','Closed','2020-11-24 09:03:02','','336','','phedis','','370811606284154','1','','1000','14','81606284144','n/a','','',0.00,0.00,'',0,1,'No','No',''),(477,'Expense','8','500','cartons','2020-11-25 09:04:01','','Closed','2020-11-24 09:04:01','','337','','modesta','','1304951606284210','1','','1000','14','81606284206','n/a','','',0.00,0.00,'',0,1,'No','No',''),(478,'Expense','8','300','ETR rolls,glue & marker pens','2020-11-25 09:05:39','','Closed','2020-11-24 09:05:39','','338','','modesta','','7527121606284290','1','','1000','14','81606284284','n/a','','',0.00,0.00,'',0,1,'No','No',''),(479,'Expense','8','200','Karanja fare to deliver business card to kariobangi','2020-11-25 09:07:07','','Closed','2020-11-24 09:07:07','','339','','modesta','','4443131606284377','1','','1000','14','81606284375','n/a','','',0.00,0.00,'',0,1,'No','No',''),(480,'Expense','8','200','milk & bread','2020-11-26 15:27:57','','Closed','2020-11-25 15:27:57','','340','','modesta','','233391606393644','1','','1000','14','81606393633','n/a','','',0.00,0.00,'',0,1,'No','No',''),(481,'Expense','8','100','airtime modesta','2020-11-26 15:29:43','','Closed','2020-11-25 15:29:43','','341','','modesta','','5203781606393724','1','','1000','14','81606393719','n/a','','',0.00,0.00,'',0,1,'No','No',''),(482,'Expense','8','480','white out and latex gloves ','2020-11-26 15:39:39','','Closed','2020-11-25 15:39:39','','342','','modesta','','2641141606393994','1','','1000','14','81606393927','n/a','','',0.00,0.00,'',0,1,'No','No',''),(483,'Expense','8','263','enchanted perfume','2020-11-26 15:41:46','','Closed','2020-11-25 15:41:46','','343','','modesta','','243511606394436','1','','1000','14','81606394431','n/a','','',0.00,0.00,'',0,1,'No','No',''),(484,'Expense','8','100','delivery of materails of the customer ','2020-11-26 15:46:55','','Closed','2020-11-25 15:46:55','','344','','modesta','','8903671606394672','1','','1000','14','81606394637','n/a','','',0.00,0.00,'',0,1,'No','No',''),(485,'Expense','8','200','milk 2staff decanting chemicals','2020-11-26 15:56:11','','Closed','2020-11-25 15:56:11','','346','','modesta','','8341231606394859','1','','1000','14','81606394851','n/a','','',0.00,0.00,'',0,1,'No','No',''),(486,'Expense','8','200','makerting ','2020-11-26 15:58:06','','Closed','2020-11-25 15:58:06','','347','','phedis','','474121606395435','1','','1000','14','81606395430','n/a','','',0.00,0.00,'',0,1,'No','No',''),(487,'Expense','8','100','director car packingvcharges','2020-11-26 16:10:11','','Closed','2020-11-25 16:09:21','','348','','modesta','','8850211606395731','1','','1000','14','81606395538','n/a','','',0.00,0.00,'',0,1,'No','No',''),(488,'Expense','8','200','Milk & Bread','2020-11-30 09:28:53','','Closed','2020-11-26 09:28:53','','349','','modesta','','1427251606717591','1','','1000','14','81606717588','n/a','','',0.00,0.00,'',0,1,'No','No',''),(489,'Expense','8','1100','extenstion cable 2pcs','2020-11-30 09:30:39','','Closed','2020-11-26 09:30:39','','350','','modesta','','8168601606717790','1','','1000','14','81606717760','n/a','','',0.00,0.00,'',0,1,'No','No',''),(490,'Expense','8','200','transport to deliver documents to karobangi','2020-11-30 09:36:58','','Closed','2020-11-26 09:36:58','','350','','modesta','','8205951606718126','1','','1000','14','81606718085','n/a','','',0.00,0.00,'',0,1,'No','No',''),(491,'Expense','8','50','1/4 Litres bottles 50pcs','2020-11-30 09:38:17','','Closed','2020-11-26 09:38:17','','351','','Beatrice ','','7616481606718252','1','','1000','14','81606718250','n/a','','',0.00,0.00,'',0,1,'No','No',''),(492,'Expense','8','200','marketing ','2020-11-30 09:39:29','','Closed','2020-11-26 09:39:29','','352','','Beatrice','','1769081606718343','1','','1000','14','81606718340','n/a','','',0.00,0.00,'',0,1,'No','No',''),(493,'Expense','8','300','Medicine Envelopes for packing colour ','2020-11-30 09:41:17','','Closed','2020-11-26 09:41:17','','353','','Beatrice','','2181441606718396','1','','1000','14','81606718390','n/a','','',0.00,0.00,'',0,1,'No','No',''),(494,'Expense','8','100','Delivery charges for chemicals','2020-11-30 15:21:19','','Closed','2020-11-26 15:15:45','','254','','phedis','','9319091606738479','1','','1000','14','81606738473','n/a','','',0.00,0.00,'',0,1,'No','No',''),(495,'Expense','8','350','5PCS Spring file ','2020-12-01 11:07:15','','Closed','2020-11-28 11:07:15','','361/17859','','modesta','','9062501606809958','1','','1000','14','81606809956','n/a','','',0.00,0.00,'',0,1,'No','No',''),(496,'Expense','8','200','Milk & Bread','2020-12-01 11:09:01','','Closed','2020-11-27 11:09:01','','355','','modesta','','5353431606810095','1','','1000','14','81606810059','n/a','','',0.00,0.00,'',0,1,'No','No',''),(497,'Expense','8','11300','Ungerol,ufacid ,green and pink','2020-12-01 11:17:36','','Closed','2020-11-27 11:17:09','','356/477','','modesta','','6347141606810405','1','','1000','14','81606810274','n/a','','',0.00,0.00,'',0,1,'No','No',''),(498,'Expense','8','250','Transport of material from promax','2020-12-01 12:59:42','','Closed','2020-10-27 12:59:42','','356/477','','modesta','','4845351606816493','1','','1000','14','81606816476','n/a','','',0.00,0.00,'',0,1,'No','No',''),(499,'Expense','8','100','mpesa charges ','2020-12-01 13:18:14','','Closed','2020-11-27 13:18:14','','356/477','','modesta','','4149561606817799','1','','1000','14','81606817796','n/a','','',0.00,0.00,'',0,1,'No','No',''),(500,'Expense','8','1160','Note book,staple pins,stickons and stapler ','2020-12-01 13:26:02','','Closed','2020-11-27 13:26:02','','357/17844','','modesta','','9311241606818275','1','','1000','14','81606818117','n/a','','',0.00,0.00,'',0,1,'No','No',''),(501,'Expense','8','550','cling film 300metre','2020-12-01 13:28:13','','Closed','2020-11-27 13:28:13','','358','','Beatrice','','1786211606818421','1','','1000','14','81606818417','n/a','','',0.00,0.00,'',0,1,'No','No',''),(502,'Expense','8','900','polypots for packing caustic','2020-12-01 13:39:19','','Closed','2020-11-27 13:39:19','','359','','Beatrice','','1328161606819082','1','','1000','14','81606819046','n/a','','',0.00,0.00,'',0,1,'No','No',''),(503,'Expense','8','100','Transport of material','2020-12-01 13:41:45','','Closed','2020-11-27 13:41:45','','359','','Beatrice','','4248711606819230','1','','1000','14','81606819226','n/a','','',0.00,0.00,'',0,1,'No','No',''),(504,'Expense','8','100','parking for director vehicle','2020-12-01 13:46:31','','Closed','2020-11-27 13:46:31','','360','','Beatrice','','2777121606819337','1','','1000','14','81606819333','n/a','','',0.00,0.00,'',0,1,'No','No',''),(505,'Expense','8','450','brushes for office painting ','2020-12-01 13:50:10','','Closed','2020-11-28 13:50:10','','362','','modesta','','2443611606819718','1','','1000','14','81606819644','n/a','','',0.00,0.00,'',0,1,'No','No',''),(506,'Expense','8','100','Milk & Bread','2020-12-01 13:51:41','','Closed','2020-11-28 13:51:41','','363','','modesta','','7771121606819851','1','','1000','14','81606819846','n/a','','',0.00,0.00,'',0,1,'No','No',''),(507,'Expense','8','105','Tissue paper ','2020-12-01 13:52:51','','Closed','2020-11-28 13:52:46','','364','','modesta','','3002731606819923','1','','1000','14','81606819918','n/a','','',0.00,0.00,'',0,1,'No','No',''),(508,'Expense','8','800','Milk & lunch for staff painting shop','2020-12-01 13:55:07','','Closed','2020-11-28 13:55:07','','365','','modesta','','4625181606819994','1','','1000','14','81606819991','n/a','','',0.00,0.00,'',0,1,'No','No',''),(509,'Expense','8','200','Airtime for modesta ','2020-12-08 14:58:09','','Closed','2020-11-30 14:58:09','','366','','modesta','','2488931607428636','1','','1000','14','81607428627','n/a','','',0.00,0.00,'',0,1,'No','No',''),(510,'Expense','8','560','CDE','2020-12-08 15:00:05','','Closed','2020-11-30 15:00:05','','367/017','','modesta','','3206901607428715','1','','1000','9','81607428712','n/a','','',0.00,0.00,'',0,1,'No','No',''),(511,'Expense','8','900','pearlizer agent 2lt','2020-12-09 09:04:11','','Closed','2020-11-30 09:04:11','','368','','modesta','','8500521607493685','1','','1000','14','81607493679','n/a','','',0.00,0.00,'',0,1,'No','No',''),(512,'Expense','8','100','Transport of Materials','2020-12-09 09:15:33','','Closed','2020-11-30 09:14:26','','368','','Beatrice','','7673591607494414','1','','1000','14','81607494386','n/a','','',0.00,0.00,'',0,1,'No','No',''),(513,'Expense','8','200','Milk & Bread','2020-12-09 09:30:03','','Closed','2020-11-30 09:30:03','','369','','modesta','','6725431607494793','1','','1010','14','81607494618','n/a','','',0.00,0.00,'',0,1,'No','No',''),(514,'Expense','8','500','Peter karanja running petty erands ','2020-12-09 09:36:22','','Closed','2020-11-30 09:36:22','','370','','modesta','','3452361607495572','1','','1000','14','81607495569','n/a','','',0.00,0.00,'',0,1,'No','No',''),(515,'Expense','8','500','airtime for office phone','2020-12-09 09:37:29','','Closed','2020-11-30 09:37:29','','371','','modesta','','4218611607495810','1','','1010','14','81607495803','n/a','','',0.00,0.00,'',0,1,'No','No',''),(516,'Expense','8','1300','overall for mutua & calculator','2020-12-09 10:16:41','','Closed','2020-12-01 10:16:41','','372','','modesta','','9381911607495887','1','','1010','14','81607495876','n/a','','',0.00,0.00,'',0,1,'No','No',''),(517,'Expense','8','100','phedis fare to kariobangi','2020-12-09 10:18:47','','Closed','2020-12-01 10:18:47','','373','','modesta','','8476041607498274','1','','1000','14','81607498269','n/a','','',0.00,0.00,'',0,1,'No','No',''),(518,'Expense','8','206','Tea bags & chocolate','2020-12-09 13:44:00','','Closed','2020-12-01 13:44:00','','374','','modesta','','5651431607510542','1','','1000','14','81607510532','n/a','','',0.00,0.00,'',0,1,'No','No',''),(519,'Expense','8','100','Gabbage collection ','2020-12-09 14:34:20','','Closed','2020-12-01 13:52:33','','375','','modesta','','8604881607510728','1','','1000','14','81607510702','n/a','','',0.00,0.00,'',0,1,'No','No',''),(520,'Expense','8','400','transport of materials from promax to shop ','2020-12-09 14:36:51','','Closed','2020-12-01 14:36:51','','376','','Beatrice','','8953661607513685','1','','1010','14','81607513683','n/a','','',0.00,0.00,'',0,1,'No','No',''),(521,'Expense','8','2800','stock transfer books ','2020-12-09 15:02:51','','Closed','2020-12-01 14:39:43','','377','','Beatrice','','6796611607513897','1','','1000','14','81607513889','n/a','','',0.00,0.00,'',0,1,'No','No',''),(522,'Expense','8','800','transport of materials from kariobangi and collecting cde to industrial areaa','2020-12-09 15:36:15','','Closed','2020-12-01 15:36:15','','378','','phedis','','5230901607517240','1','','1000','14','81607517226','n/a','','',0.00,0.00,'',0,1,'No','No',''),(523,'Expense','8','200','Milk & Bread','2020-12-09 15:38:09','','Closed','2020-12-01 15:38:09','','379','','Beatrice','','2289861607517465','1','','1000','14','81607517461','n/a','','',0.00,0.00,'',0,1,'No','No',''),(524,'Expense','8','415','envelopes & bottles','2020-12-09 15:58:26','','Closed','2020-12-02 15:58:12','','380','','Beatrice','','3166281607517521','1','','1000','10','81607517518','n/a','','',0.00,0.00,'',0,1,'No','No',''),(525,'Expense','8','200','Milk & Bread','2020-12-09 15:59:59','','Closed','2020-12-02 15:59:59','','381','','Beatrice','','5311031607518752','1','','1000','14','81607518747','n/a','','',0.00,0.00,'',0,1,'No','No',''),(526,'Expense','8','200','Airtime for modesta','2020-12-09 16:05:18','','Closed','2020-12-03 16:05:18','','382','','modesta','','8153701607519069','1','','1010','14','81607518829','n/a','','',0.00,0.00,'',0,1,'No','No',''),(527,'Expense','8','200','marketing','2020-12-09 16:08:35','','Closed','2020-12-03 16:08:35','','383','','phedis','','7037411607519186','1','','1000','14','81607519181','n/a','','',0.00,0.00,'',0,1,'No','No',''),(528,'Expense','8','500','ETR rolls & thermo rolls ','2020-12-09 16:12:18','','Closed','2020-12-03 16:11:33','','384','','Beatrice','','2555591607519431','1','','1000','14','81607519340','n/a','','',0.00,0.00,'',0,1,'No','No',''),(529,'Expense','8','415','BOTTLES 1000ML &600ML','2020-12-09 16:15:02','','Closed','2020-12-03 16:15:02','','385/IOD92385','','Beatrice','','4143041607519575','1','','1000','10','81607519570','n/a','','',0.00,0.00,'',0,1,'No','No',''),(530,'Expense','8','400','Kerol 1L','2020-12-09 16:16:33','','Closed','2020-12-03 16:16:33','','386/370','','Beatrice','','661491607519738','1','','1000','9','81607519735','n/a','','',0.00,0.00,'',0,1,'No','No',''),(531,'Expense','8','100','Transport of material from promax','2020-12-10 10:07:50','','Closed','2020-12-03 10:07:50','','386/370','','Beatrice','','5467971607583934','1','','1000','14','81607583929','n/a','','',0.00,0.00,'',0,1,'No','No',''),(532,'Expense','8','500','cartons ','2020-12-10 10:08:58','','Closed','2020-12-03 10:08:58','','387','','Beatrice','','2233781607584109','1','','1000','14','81607584105','n/a','','',0.00,0.00,'',0,1,'No','No',''),(533,'Expense','8','200','Milk for 2 staff','2020-12-10 10:10:47','','Closed','2020-12-03 10:10:47','','388','','Beatrice','','8044201607584211','1','','1000','14','81607584207','n/a','','',0.00,0.00,'',0,1,'No','No',''),(534,'Expense','8','200','Milk & Bread','2020-12-10 10:12:05','','Closed','2020-12-03 10:12:05','','389','','Beatrice','','9066591607584278','1','','1000','14','81607584276','n/a','','',0.00,0.00,'',0,1,'No','No',''),(535,'Expense','8','200','peter karanja fare to kariobangi & back to town shop delivery of items','2020-12-10 10:14:02','','Closed','2020-12-03 10:14:02','','390','','Beatrice','','7017141607584363','1','','1000','14','81607584360','n/a','','',0.00,0.00,'',0,1,'No','No',''),(536,'Expense','8','200','airtime for office phone','2020-12-10 10:19:45','','Closed','2020-12-04 10:19:45','','391','','modesta','','3981561607584488','1','','1000','14','81607584473','n/a','','',0.00,0.00,'',0,1,'No','No',''),(537,'Expense','8','200','marketing','2020-12-10 10:20:47','','Closed','2020-12-04 10:20:47','','392','','Beatrice','','2470881607584822','1','','1000','14','81607584820','n/a','','',0.00,0.00,'',0,1,'No','No',''),(538,'Expense','8','200','Milk & Bread','2020-12-10 12:37:52','','Closed','2020-12-04 12:37:52','','394','','Beatrice','','8263271607593046','1','','1000','14','81607593036','n/a','','',0.00,0.00,'',0,1,'No','No',''),(539,'Expense','8','200','breakfast ','2020-12-12 14:07:09','','Closed','2020-12-05 14:07:09','','395','','modesta','','2452381607771197','1','','1010','14','81607771157','n/a','','',0.00,0.00,'',0,1,'No','No',''),(540,'Expense','8','200','marketing','2020-12-12 14:08:01','','Closed','2020-12-07 14:08:01','','396','','Beatrice','','26561607771254','1','','1010','14','81607771251','n/a','','',0.00,0.00,'',0,1,'No','No',''),(541,'Expense','8','200','Milk & Bread','2020-12-12 14:09:04','','Closed','2020-12-07 14:08:58','','397','','Beatrice','','5848331607771311','1','','1000','14','81607771306','n/a','','',0.00,0.00,'',0,1,'No','No',''),(542,'Expense','8','180','mpesa charges for with drawal','2020-12-12 14:10:14','','Closed','2020-12-07 14:10:14','','398','','Beatrice','','3424571607771371','1','','1000','14','81607771367','n/a','','',0.00,0.00,'',0,1,'No','No',''),(543,'Expense','8','150','off loading materials from kariobangi','2020-12-12 14:11:37','','Closed','2020-12-07 14:11:37','','399','','Beatrice','','1692561607771450','1','','1000','14','81607771445','n/a','','',0.00,0.00,'',0,1,'No','No',''),(544,'Expense','8','500','Business cards for Eunice 100pcs','2020-12-12 14:13:00','','Closed','2020-12-07 14:13:00','','400','','Beatrice','','3439841607771532','1','','1000','14','81607771528','n/a','','',0.00,0.00,'',0,1,'No','No',''),(545,'Expense','8','2500','petty cash to kariobangi ','2020-12-12 14:39:28','','Closed','2020-12-07 14:39:28','','401','','Beatrice','','2211971607771608','1','','1000','14','81607771605','n/a','','',0.00,0.00,'',0,1,'No','No',''),(546,'Expense','8','400','Kerol 1L','2020-12-12 14:42:14','','Closed','2020-12-07 14:42:14','','402','','Beatrice','','325531607773282','1','','1000','14','81607773278','n/a','','',0.00,0.00,'',0,1,'No','No',''),(547,'Expense','8','100','Transport of material from promax','2020-12-12 14:43:19','','Closed','2020-12-07 14:43:19','','402','','Beatrice','','8729071607773369','1','','1000','14','81607773367','n/a','','',0.00,0.00,'',0,1,'No','No',''),(548,'Expense','8','500','Peter karanja running petty erands','2020-12-12 14:45:48','','Closed','2020-12-07 14:45:48','','403','','Beatrice','','4056001607773518','1','','1000','14','81607773513','n/a','','',0.00,0.00,'',0,1,'No','No',''),(549,'Expense','8','6950','NHIF for the month of November ','2020-12-21 10:39:56','','Closed','2020-12-08 10:39:22','','405','','modesta','','7753591608536209','1','','1000','14','81608535815','n/a','','',0.00,0.00,'',0,1,'No','No',''),(550,'Expense','8','2000','electricity payment ','2020-12-21 10:41:22','','Closed','2020-12-08 10:41:22','','406','','modesta','','5149221608536408','1','','1000','14','81608536403','n/a','','',0.00,0.00,'',0,1,'No','No',''),(551,'Expense','8','100','Gabbage collection','2020-12-21 10:42:24','','Closed','2020-12-08 10:42:24','','407','','modesta','','464111608536514','1','','1000','14','81608536510','n/a','','',0.00,0.00,'',0,1,'No','No',''),(552,'Expense','8','200','off loading materials from kariobangi','2020-12-21 10:43:44','','Closed','2020-12-08 10:43:44','','408','','Beatrice','','2048091608536580','1','','1000','14','81608536577','n/a','','',0.00,0.00,'',0,1,'No','No',''),(553,'Expense','8','12050','Ungerol,ufacid and Salt','2020-12-21 10:47:06','','Closed','2020-12-08 10:47:06','','409/058','','Beatrice','','9690961608536770','1','','1000','9','81608536766','n/a','','',0.00,0.00,'',0,1,'No','No',''),(554,'Expense','8','300','Transport of material from promax','2020-12-21 10:50:18','','Closed','2020-12-21 10:50:18','','409/058','','Beatrice','','3783221608536921','1','','1000','14','81608536908','n/a','','',0.00,0.00,'',0,1,'No','No',''),(555,'Expense','8','100','mpesa charges to pay promax','2020-12-21 10:51:47','','Closed','2020-12-08 10:51:47','','409/058','','Beatrice','','3557421608537055','1','','1000','14','81608537051','n/a','','',0.00,0.00,'',0,1,'No','No',''),(556,'Expense','8','200','parking for Director vehicle','2020-12-21 10:53:46','','Closed','2020-12-08 10:53:46','','410','','Beatrice','','9032151608537192','1','','1000','14','81608537178','n/a','','',0.00,0.00,'',0,1,'No','No',''),(557,'Expense','8','200','Milk & Bread','2020-12-21 10:56:27','','Closed','2020-12-08 10:56:27','','411','','Beatrice','','2394321608537361','1','','1000','14','81608537353','n/a','','',0.00,0.00,'',0,1,'No','No',''),(558,'Expense','8','275','Wax Pouch 1pkt','2020-12-21 10:57:40','','Closed','2020-12-09 10:57:40','','412','','Beatrice','','4336101608537420','1','','1000','14','81608537417','n/a','','',0.00,0.00,'',0,1,'No','No',''),(559,'Expense','8','200','Delivery charges for chemicals','2020-12-21 10:59:51','','Closed','2020-12-09 10:59:51','','413','','Beatrice','','2171561608537562','1','','1000','14','81608537493','n/a','','',0.00,0.00,'',0,1,'No','No',''),(560,'Expense','8','20','bag','2020-12-21 11:02:26','','Closed','2020-12-09 11:02:26','','414','','Beatrice','','6696751608537681','1','','1000','14','81608537679','n/a','','',0.00,0.00,'',0,1,'No','No',''),(561,'Expense','8','3000','printed labels -standard thinner ','2020-12-21 11:06:06','','Closed','2020-12-09 11:05:33','','415','','Beatrice','','5978681608537770','1','','1000','14','81608537768','n/a','','',0.00,0.00,'',0,1,'No','No',''),(562,'Expense','8','200','Milk & Bread','2020-12-21 11:06:49','','Closed','2020-12-09 11:06:49','','416','','Beatrice','','4336201608537977','1','','1000','14','81608537970','n/a','','',0.00,0.00,'',0,1,'No','No',''),(563,'Expense','8','3200','NSSF Payment ','2020-12-21 11:09:46','','Closed','2020-12-09 11:09:46','','417','','Beatrice','','1043231608538144','1','','1000','14','81608538140','n/a','','',0.00,0.00,'',0,1,'No','No',''),(564,'Expense','8','219','sugar,tissue & bag','2020-12-21 11:13:35','','Closed','2020-12-10 11:13:35','','418','','Beatrice','','2199931608538264','1','','1000','14','81608538257','n/a','','',0.00,0.00,'',0,1,'No','No',''),(565,'Expense','8','200','susan transport to gikomba(motorbike)','2020-12-21 11:15:32','','Closed','2020-12-10 11:15:32','','419','','Beatrice','','2437551608538452','1','','1000','14','81608538447','n/a','','',0.00,0.00,'',0,1,'No','No',''),(566,'Expense','8','900','polypots for packing caustic','2020-12-21 11:17:50','','Closed','2020-12-10 11:17:50','','420','','Beatrice','','1311681608538645','1','','1000','14','81608538557','n/a','','',0.00,0.00,'',0,1,'No','No',''),(567,'Expense','8','100','Transport of material from promax','2020-12-21 11:18:42','','Closed','2020-12-10 11:18:42','','420','','Beatrice','','5974351608538691','1','','1000','14','81608538689','n/a','','',0.00,0.00,'',0,1,'No','No',''),(568,'Expense','8','13050','Ungerol,ufacid,salt and perfumes ','2020-12-21 11:51:23','','Closed','2020-12-10 11:51:23','','421','','Beatrice','','4656291608540596','1','','1000','14','81608540587','n/a','','',0.00,0.00,'',0,1,'No','No',''),(569,'Expense','8','600','perfume jars ','2020-12-21 11:53:47','','Closed','2020-12-10 11:53:47','','421','','Beatrice','','4984641608540778','1','','1000','14','81608540775','n/a','','',0.00,0.00,'',0,1,'No','No',''),(570,'Expense','8','300','Transport of material from promax','2020-12-21 11:54:40','','Closed','2020-12-10 11:54:40','','421','','Beatrice','','1527131608540855','1','','1000','14','81608540850','n/a','','',0.00,0.00,'',0,1,'No','No',''),(571,'Expense','8','100','mpesa charges to pay promax','2020-12-21 11:55:34','','Closed','2020-12-10 11:55:34','','421','','Beatrice','','5853731608540905','1','','1000','14','81608540899','n/a','','',0.00,0.00,'',0,1,'No','No',''),(572,'Expense','8','200','Milk & Bread','2020-12-21 11:57:17','','Closed','2020-12-10 11:57:17','','422','','Beatrice','','142451608541007','1','','1000','14','81608541004','n/a','','',0.00,0.00,'',0,1,'No','No',''),(573,'Expense','8','100','Airtime for beatrice','2020-12-21 11:58:36','','Closed','2020-12-10 11:58:36','','423','','Beatrice','','3807411608541084','1','','1000','14','81608541081','n/a','','',0.00,0.00,'',0,1,'No','No',''),(574,'Expense','8','1000','Office mobile phone T349','2020-12-21 12:03:03','','Closed','2020-12-11 12:03:03','','424','','Beatrice','','3997281608541183','1','','1000','14','81608541178','n/a','','',0.00,0.00,'',0,1,'No','No',''),(575,'Expense','8','500','Respirator mask NP 305-1PC','2021-01-11 12:29:46','','Closed','2020-12-11 12:45:32','','425','','Beatrice','','5877611608543807','1','','1000','14','81608543805','n/a','','',0.00,0.00,'',0,1,'No','No',''),(576,'Expense','8','200','lunch for two staff','2021-01-11 14:50:48','','Closed','2020-12-11 13:45:50','','602','','Susan','','6397981610361719','1','','1000','14','71610361717','n/a','','',0.00,0.00,'',0,3,'No','No',''),(577,'Expense','7','350','extension','2021-01-11 14:56:02','','Closed','2020-12-11 14:05:42','','601','','Susan','9798741610363017','9798741610363017','1','','1000','14','71610362955','n/a','','',0.00,0.00,'',0,3,'No','No',''),(578,'Expense','8','10150','HCL 40ltrs,ufacid 20kg,ungerol 20kg,salt 50kg','2021-01-11 15:07:11','','Closed','2020-12-11 15:07:03','','426/117','','Beatrice','','7337821610366602','1','','1000','14','81610366559','n/a','','',0.00,0.00,'',0,1,'No','No',''),(579,'Expense','8','400','Transport of material from promax','2021-01-11 15:10:18','','Closed','2020-12-11 15:10:18','','426','','Beatrice','','8084931610366956','1','','1000','14','81610366952','n/a','','',0.00,0.00,'',0,1,'No','No',''),(580,'Expense','8','100','mpesa charges to pay promax','2021-01-11 15:14:21','','Closed','2020-12-11 15:14:21','','426','','Beatrice','','7514451610367069','1','','1000','14','81610367066','n/a','','',0.00,0.00,'',0,1,'No','No',''),(581,'Expense','8','50','office','2021-01-11 15:33:56','','Closed','2020-12-11 15:14:42','','603','','Susan','','5385501610367209','1','','1000','14','71610366330','n/a','','',0.00,0.00,'',0,3,'No','No',''),(582,'Expense','7','200','airtime','2021-01-11 15:16:55','','Closed','2020-12-11 15:16:55','','604','','Susan','1037621610367373','1037621610367373','1','','1000','14','71610367365','n/a','','',0.00,0.00,'',0,3,'No','No',''),(583,'Expense','8','100','Transport of material from neru','2021-01-11 15:30:36','','Closed','2020-12-11 15:29:00','','427/6790','','Beatrice','','8528881610367371','1','','1000','14','81610367311','n/a','','',0.00,0.00,'',0,1,'No','No',''),(584,'Expense','7','100','milk and bread','2021-01-11 15:41:43','','Closed','2020-12-14 15:34:49','','605','','office','7165511610368438','7165511610368438','1','','1000','14','71610368004','n/a','','',0.00,0.00,'',0,3,'No','No',''),(585,'Expense','7','100','milk and bread','2021-01-11 15:44:42','','Closed','2020-12-15 15:44:42','','606','','susan','5249991610369041','5249991610369041','1','','1000','14','71610368915','n/a','','',0.00,0.00,'',0,3,'No','No',''),(586,'Expense','7','200','Airtime ','2021-01-11 15:46:08','','Closed','2020-12-16 15:46:08','','607','','susan','2160071610369131','2160071610369131','1','','1000','14','71610369125','n/a','','',0.00,0.00,'',0,3,'No','No',''),(587,'Expense','7','100','milk and bread','2021-01-11 15:49:06','','Closed','2020-12-16 15:49:06','','608','','Susan','2334691610369209','2334691610369209','1','','1000','14','71610369198','n/a','','',0.00,0.00,'',0,3,'No','No',''),(588,'Expense','7','135','printing price list','2021-01-11 15:50:51','','Closed','2020-12-17 15:50:51','','609','','Susan','3983801610369411','3983801610369411','1','','1000','14','71610369386','n/a','','',0.00,0.00,'',0,3,'No','No',''),(589,'Expense','7','100','Milk and bread','2021-01-11 15:53:47','','Closed','2020-12-17 15:53:47','','610','','Susan','9340261610369561','9340261610369561','1','','1000','14','71610369552','n/a','','',0.00,0.00,'',0,3,'No','No',''),(590,'Expense','7','100','milk and bread','2021-01-11 15:58:38','','Closed','2020-12-18 15:58:38','','611','','Susan','859531610369832','859531610369832','1','','1000','14','71610369829','n/a','','',0.00,0.00,'',0,3,'No','No',''),(591,'Expense','8','200','airtime for office phone','2021-01-11 16:02:07','','Closed','2020-12-11 16:02:07','','428','','Beatrice','','913441610368500','1','','1000','14','81610368446','n/a','','',0.00,0.00,'',0,1,'No','No',''),(592,'Expense','7','100','milk and bread','2021-01-11 16:02:47','','Closed','2020-12-19 16:02:47','','612','','Susan ','3230381610370043','3230381610370043','1','','1000','14','71610370037','n/a','','',0.00,0.00,'',0,3,'No','No',''),(593,'Expense','7','100','Milk and Bread','2021-01-11 16:04:50','','Closed','2020-12-21 16:04:50','','613','','Susan','2762251610370259','2762251610370259','1','','1000','14','71610370231','n/a','','',0.00,0.00,'',0,3,'No','No',''),(594,'Expense','7','0','sent to Kariobangi ','2021-01-11 16:06:35','','Active','2020-12-21 16:06:35','','614','','Susan','9680601610370332','9680601610370332','1','','1000','14','71610370320','n/a','','',0.00,0.00,'',0,3,'No','No',''),(595,'Expense','7','100','Airtime','2021-01-11 16:14:07','','Closed','2020-12-21 16:14:07','','615','','Susan','708821610370814','708821610370814','1','','1000','14','71610370698','n/a','','',0.00,0.00,'',0,3,'No','No',''),(596,'Expense','7','100','Milk and Bread','2021-01-11 16:16:46','','Closed','2020-12-22 16:16:46','','616','','Susan','3661211610370949','3661211610370949','1','','1000','14','71610370944','n/a','','',0.00,0.00,'',0,3,'No','No',''),(597,'Expense','7','400','Transport to and from Kariobangi for susan and Stano','2021-01-11 16:19:35','','Closed','2020-12-23 16:19:35','','617','','Susan','5516741610371049','5516741610371049','1','','1000','14','71610371041','n/a','','',0.00,0.00,'',0,3,'No','No',''),(598,'Expense','7','100','Milk and Bread','2021-01-11 16:21:10','','Closed','2020-12-23 16:21:10','','618','','Susan','9581621610371243','9581621610371243','1','','1000','14','71610371235','n/a','','',0.00,0.00,'',0,3,'No','No',''),(599,'Expense','8','13230','ungeral 40 kg, ufacid 20kg, salt 50kg, green 1kg, yellow 1kg, blue 1kg, ','2021-01-12 12:10:27','','Closed','2020-12-15 16:33:03','','439','','Beatrice','','7774781610371915','1','','1000','9','71610371775','n/a','','',0.00,0.00,'',0,1,'No','No',''),(600,'Expense','8','500','IPA -Ilts','2021-01-12 09:16:58','','Closed','2020-12-11 09:16:58','','427/6790','','Beatrice','','1902871610432181','1','','1000','14','81610432174','n/a','','',0.00,0.00,'',0,1,'No','No',''),(601,'Expense','8','200','airtime for office phone','2021-01-12 10:23:47','','Closed','2020-12-11 09:19:33','','428','','Beatrice','','2888581610432296','1','','1000','14','81610432287','n/a','','',0.00,0.00,'',0,1,'No','No',''),(602,'Expense','8','200','marketing','2021-01-12 11:05:45','','Closed','2020-12-11 11:05:08','','429','','Beatrice','','7431651610438657','1','','1000','14','81610438644','n/a','','',0.00,0.00,'',0,1,'No','No',''),(603,'Expense','8','100','Delivery of deterjects raw materials to acacia','2021-01-12 11:07:58','','Closed','2020-12-11 11:07:58','','430','','Beatrice','','2092451610438810','1','','1000','14','81610438797','n/a','','',0.00,0.00,'',0,1,'No','No',''),(604,'Expense','8','200','Milk for 2staff decanting HCL','2021-01-12 11:33:19','','Closed','2020-12-11 11:33:19','','432','','Beatrice','','8704611610440326','1','','1000','14','81610440134','n/a','','',0.00,0.00,'',0,1,'No','No',''),(605,'Expense','8','500','Delivery of filler from kariobangi to town shop','2021-01-12 11:36:05','','Closed','2020-12-11 11:36:05','','433','','Beatrice','','4262151610440454','1','','1000','11','81610440440','n/a','','',0.00,0.00,'',0,1,'No','No',''),(606,'Expense','8','200','Transport of filler from townshop to OTC ','2021-01-12 11:37:44','','Closed','2020-12-14 11:37:44','','434','','Beatrice','','3723621610440603','1','','1000','14','81610440597','n/a','','',0.00,0.00,'',0,1,'No','No',''),(607,'Expense','8','200','marketing','2021-01-12 11:40:36','','Closed','2020-12-14 11:40:36','','435','','Beatrice','','9124501610440707','1','','1000','14','81610440691','n/a','','',0.00,0.00,'',0,1,'No','No',''),(608,'Expense','8','100','parking fee','2021-01-12 12:34:24','','Closed','2020-12-15 11:44:27','','499','','Beatrice','','9475031610441004','1','','1000','14','71610440983','n/a','','',0.00,0.00,'',0,1,'No','No',''),(609,'Expense','8','1500','jamii Internet ','2021-01-12 11:46:36','','Closed','2020-12-14 11:44:44','','436','','Beatrice','','2541811610440949','1','','1000','14','81610440944','n/a','','',0.00,0.00,'',0,1,'No','No',''),(610,'Expense','7','1000','office phone','2021-01-12 11:47:16','','Closed','2020-12-15 11:47:16','','441','','Beatrice','9146941610441185','9146941610441185','1','','1000','14','71610441169','n/a','','',0.00,0.00,'',0,1,'No','No',''),(611,'Expense','7','100','Airtime','2021-01-12 11:53:21','','Closed','2020-12-15 11:53:21','','442','','Beatrice','7016111610441496','7016111610441496','1','','1000','14','71610441491','n/a','','',0.00,0.00,'',0,1,'No','No',''),(612,'Expense','8','200','Milk & Bread','2021-01-12 11:56:03','','Closed','2020-12-14 11:55:16','','437','','Beatrice','','5748081610441217','1','','1000','14','81610441212','n/a','','',0.00,0.00,'',0,1,'No','No',''),(613,'Expense','8','80','Med Envelop','2021-01-12 12:18:16','','Closed','2021-12-15 11:55:44','','443','','Beatrice','','1924241610441708','1','','1000','14','71610441703','n/a','','',0.00,0.00,'',0,1,'No','No',''),(614,'Expense','8','500','Peter karanja running petty erands','2021-01-12 12:05:01','','Closed','2020-12-14 12:05:01','','438','','Beatrice','','9656321610441923','1','','1000','14','81610441830','n/a','','',0.00,0.00,'',0,1,'No','No',''),(615,'Expense','8','300','Transport of material from promax','2021-01-12 12:12:32','','Closed','2020-12-15 12:12:32','','439','','Beatrice','','3114161610442716','1','','1000','14','81610442670','n/a','','',0.00,0.00,'',0,1,'No','No',''),(616,'Expense','7','275','Wax-P Pouch','2021-01-12 12:14:16','','Closed','2020-12-16 12:14:16','','444','','Beatrice','1030771610442742','1030771610442742','1','','1000','14','71610442734','n/a','','',0.00,0.00,'',0,1,'No','No',''),(617,'Expense','8','100','mpesa charges to pay promax','2021-01-12 12:14:30','','Closed','2020-12-15 12:14:30','','439','','Beatrice','','6228231610442776','1','','1000','14','81610442774','n/a','','',0.00,0.00,'',0,1,'No','No',''),(618,'Expense','7','200','Milk and Bread','2021-01-12 12:19:52','','Closed','2020-12-16 12:19:52','','445','','Beatrice','6399521610443148','6399521610443148','1','','1000','14','71610443131','n/a','','',0.00,0.00,'',0,1,'No','No',''),(619,'Expense','8','200','Milk & Bread','2021-01-12 12:20:19','','Closed','2020-12-15 12:20:19','','440','','Beatrice','','8221361610443180','1','','1000','14','81610443167','n/a','','',0.00,0.00,'',0,1,'No','No',''),(620,'Expense','8','0','Office mobile phone ','2021-01-12 12:21:34','','Active','2020-12-15 12:21:17','','441','','Beatrice','','7287631610443246','1','','1000','14','81610443240','n/a','','',0.00,0.00,'',0,1,'No','No',''),(621,'Expense','7','0','mpesa','2021-01-12 12:23:22','','Active','2020-12-16 12:21:55','','446','','Felista','7285801610443257','7285801610443257','1','','1000','14','71610443235','n/a','','',0.00,0.00,'',0,1,'No','No',''),(622,'Expense','7','200','Milk and Bread','2021-01-12 12:25:10','','Closed','2020-12-17 12:25:10','','450','','Felista','5751171610443473','5751171610443473','1','','1000','14','71610443471','n/a','','',0.00,0.00,'',0,1,'No','No',''),(623,'Expense','7','300','Boxes','2021-01-12 12:27:53','','Closed','2020-12-17 12:26:46','','451','','Felista','3494011610443553','3494011610443553','1','','1000','14','71610443545','n/a','','',0.00,0.00,'',0,1,'No','No',''),(624,'Expense','7','1000','Pearlyse','2021-01-12 12:36:32','','Closed','2020-12-18 12:36:32','','453','','Felista','284131610444142','284131610444142','1','','1000','14','71610443692','n/a','','',0.00,0.00,'',0,1,'No','No',''),(625,'Expense','8','200','Milk & Bread','2021-01-12 12:36:46','','Closed','2021-01-06 12:36:46','','500','','Beatrice','','9564441610444107','1','','1000','14','81610444104','n/a','','',0.00,0.00,'',0,1,'No','No',''),(626,'Expense','8','200','ETR rolls & thermo rolls','2021-01-12 12:39:01','','Closed','2021-01-07 12:39:01','','502','','Beatrice','','9180401610444308','1','','1000','14','81610444226','n/a','','',0.00,0.00,'',0,1,'No','No',''),(627,'Expense','8','200','Peter fare kariobangi kariobangi to deliver sticker','2021-01-12 12:46:53','','Closed','2021-01-07 12:45:31','','503','','Beatrice','','5859201610444603','1','','1000','14','81610444600','n/a','','',0.00,0.00,'',0,1,'No','No',''),(628,'Expense','8','100','Airtime for beatrice','2021-01-12 12:47:54','','Closed','2021-01-07 12:47:54','','504','','Beatrice','','57201610444846','1','','1000','14','81610444844','n/a','','',0.00,0.00,'',0,1,'No','No',''),(629,'Expense','8','200','marker pens','2021-01-12 12:49:03','','Closed','2021-01-07 12:49:03','','505','','Beatrice','','8068801610444913','1','','1000','14','81610444910','n/a','','',0.00,0.00,'',0,1,'No','No',''),(630,'Expense','8','200','Milk & Bread','2021-01-12 12:49:56','','Closed','2021-01-07 12:49:56','','506','','Beatrice','','9247631610444972','1','','1000','14','81610444970','n/a','','',0.00,0.00,'',0,1,'No','No',''),(631,'Expense','8','500','Peter karanja running petty erands','2021-01-12 12:51:51','','Closed','2021-01-04 12:51:33','','481','','Beatrice','','2458361610445059','1','','1000','14','81610445057','n/a','','',0.00,0.00,'',0,1,'No','No',''),(632,'Expense','8','500','Milk & Bread','2021-01-12 12:53:04','','Closed','2021-01-04 12:53:04','','482','','Beatrice','','2334441610445145','1','','1000','14','81610445140','n/a','','',0.00,0.00,'',0,1,'No','No',''),(633,'Expense','8','1105','Ungerol,ufacid ,sodium hypochlorite ','2021-01-12 12:57:10','','Closed','2021-01-04 12:57:10','','483','','Beatrice','','3016091610445290','1','','1000','14','81610445285','n/a','','',0.00,0.00,'',0,1,'No','No',''),(634,'Expense','8','500','Wax Pouch 2pkt','2021-01-12 12:59:01','','Closed','2021-01-04 12:59:01','','484','','Beatrice','','8924091610445504','1','','1000','14','81610445483','n/a','','',0.00,0.00,'',0,1,'No','No',''),(635,'Expense','8','900','polypots for packing caustic','2021-01-12 13:00:14','','Closed','2021-01-04 13:00:14','','485','','Beatrice','','6534961610445586','1','','1000','14','81610445574','n/a','','',0.00,0.00,'',0,1,'No','No',''),(636,'Expense','8','100','Transport of material to town shop','2021-01-12 13:01:22','','Closed','2021-01-04 13:01:22','','485','','Beatrice','','8606341610445636','1','','1000','14','81610445633','n/a','','',0.00,0.00,'',0,1,'No','No',''),(637,'Expense','8','100','Airtime for beatrice','2021-01-12 13:02:30','','Closed','2021-01-04 13:02:30','','486','','Beatrice','','9825911610445727','1','','1000','14','81610445717','n/a','','',0.00,0.00,'',0,1,'No','No',''),(638,'Expense','8','14130','Ungerol,ufacid,salt and perfumes','2021-01-12 13:10:30','','Closed','2021-01-04 13:10:30','','487','','Beatrice','','4440541610446127','1','','1000','14','81610446122','n/a','','',0.00,0.00,'',0,1,'No','No',''),(639,'Expense','7','12050','ungeral, ufacid, ','2021-01-12 13:11:08','','Closed','2020-12-18 13:11:08','','455','','Felista','1611891610446069','1611891610446069','1','','1000','14','71610445936','n/a','','',0.00,0.00,'',0,1,'No','No',''),(640,'Expense','8','500','perfume jars','2021-01-12 13:15:44','','Closed','2021-01-04 13:15:44','','487','','Beatrice','','8869001610446515','1','','1000','9','81610446478','n/a','','',0.00,0.00,'',0,1,'No','No',''),(641,'Expense','8','100','mpesa charges','2021-01-12 13:17:38','','Closed','2021-01-04 13:17:38','','487','','Beatrice','','6219671610446604','1','','1000','14','81610446600','n/a','','',0.00,0.00,'',0,1,'No','No',''),(642,'Expense','7','200','Milk and Bread','2021-01-12 13:19:53','','Closed','2020-12-18 13:19:53','','457','','Felista','3242451610446766','3242451610446766','1','','1000','14','71610446705','n/a','','',0.00,0.00,'',0,1,'No','No',''),(643,'Expense','8','200','Milk & Bread','2021-01-12 13:21:50','','Closed','2021-01-04 13:21:50','','488','','Beatrice','','8559381610446860','1','','1000','14','81610446716','n/a','','',0.00,0.00,'',0,1,'No','No',''),(644,'Expense','7','100','Mpesa transaction','2021-01-12 13:22:23','','Closed','2020-12-18 13:22:23','','458','','Felista','4810201610446870','4810201610446870','1','','1000','14','71610446842','n/a','','',0.00,0.00,'',0,1,'No','No',''),(645,'Expense','8','100','Gabbage collection','2021-01-12 13:23:05','','Closed','2021-01-04 13:23:05','','489','','Beatrice','','4690391610446950','1','','1000','14','81610446943','n/a','','',0.00,0.00,'',0,1,'No','No',''),(646,'Expense','8','100','parking for director vehicle','2021-01-12 13:26:14','','Closed','2021-01-05 13:26:14','','490','','Beatrice','','9771821610447148','1','','1000','14','81610447109','n/a','','',0.00,0.00,'',0,1,'No','No',''),(647,'Expense','8','293','suga ,drinking chocolate & non wooven bags','2021-01-12 13:31:43','','Closed','2021-01-05 13:31:43','','491','','Beatrice','','2277421610447446','1','','1000','14','81610447440','n/a','','',0.00,0.00,'',0,1,'No','No',''),(648,'Expense','8','6450','ungerol ,salt,green,blue,chlorine ','2021-01-12 13:35:56','','Closed','2021-01-05 13:35:56','','492','','Beatrice','','7093781610447556','1','','1000','9','81610447553','n/a','','',0.00,0.00,'',0,1,'No','No',''),(649,'Expense','8','300','Transport of material from promax','2021-01-12 13:38:36','','Closed','2021-01-05 13:38:36','','492','','Beatrice','','5309421610447866','1','','1000','14','81610447863','n/a','','',0.00,0.00,'',0,1,'No','No',''),(650,'Expense','8','100','mpesa charges to pay promax','2021-01-12 13:39:31','','Closed','2021-01-05 13:39:31','','492','','Beatrice','','6382051610447943','1','','1000','14','81610447938','n/a','','',0.00,0.00,'',0,1,'No','No',''),(651,'Expense','8','100','Gabbage collection','2021-01-12 13:40:30','','Closed','2021-01-05 13:40:30','','494','','Beatrice','','3088351610448005','1','','1000','14','81610448002','n/a','','',0.00,0.00,'',0,1,'No','No',''),(652,'Expense','7','200','Karanja transport to kariobangi','2021-01-12 13:44:01','','Closed','2020-12-19 13:44:01','','459','','Felista','7269191610448193','7269191610448193','1','','1000','14','71610447024','n/a','','',0.00,0.00,'',0,1,'No','No',''),(653,'Expense','7','10','Bag','2021-01-12 13:45:08','','Closed','2020-12-19 13:45:08','','460','','Felista','2713531610448275','2713531610448275','1','','1000','14','71610448268','n/a','','',0.00,0.00,'',0,1,'No','No',''),(654,'Expense','8','600','cartons','2021-01-12 13:49:16','','Closed','2021-01-05 13:49:16','','495','','Beatrice','','8692161610448064','1','','1000','14','81610448046','n/a','','',0.00,0.00,'',0,1,'No','No',''),(655,'Expense','8','300','off loading','2021-01-12 13:50:41','','Closed','2021-01-05 13:50:41','','496','','Beatrice','','7960651610448620','1','','1000','14','81610448606','n/a','','',0.00,0.00,'',0,1,'No','No',''),(656,'Expense','8','200','Milk & Bread','2021-01-12 13:52:20','','Closed','2021-01-05 13:51:43','','497','','Beatrice','','8998271610448681','1','','1000','14','81610448679','n/a','','',0.00,0.00,'',0,1,'No','No',''),(657,'Expense','8','4900','stores requisiton ,invoices & delivery full colour ','2021-01-12 13:58:06','','Closed','2021-01-06 13:58:06','','501','','Beatrice','','8015091610448878','1','','1000','14','81610448876','n/a','','',0.00,0.00,'',0,1,'No','No',''),(658,'Expense','8','400','Kerol 1L','2021-01-12 14:02:56','','Closed','2020-12-21 14:02:56','','463','','Beatrice','','4683921610449329','1','','1000','14','81610449323','n/a','','',0.00,0.00,'',0,1,'No','No',''),(659,'Expense','8','100','Transport of kerol to townshop','2021-01-12 14:04:36','','Closed','2020-12-21 14:04:36','','463','','Beatrice','','8211811610449413','1','','1000','14','81610449407','n/a','','',0.00,0.00,'',0,1,'No','No',''),(660,'Expense','8','200','Milk & Bread','2021-01-12 14:08:01','','Closed','2020-12-21 14:08:01','','464','','Beatrice','','9240031610449546','1','','1000','14','81610449521','n/a','','',0.00,0.00,'',0,1,'No','No',''),(661,'Expense','8','3192','Emusion blue bg ep 1ltr from Rehsi ventures ','2021-01-12 14:09:55','','Closed','2020-12-21 14:09:55','','465','','Beatrice','','2206011610449722','1','','1000','14','81610449700','n/a','','',0.00,0.00,'',0,1,'No','No',''),(662,'Expense','8','56','mpesa charges','2021-01-12 14:10:51','','Closed','2020-12-21 14:10:51','','465','','Beatrice','','5596541610449820','1','','1000','14','81610449817','n/a','','',0.00,0.00,'',0,1,'No','No',''),(663,'Expense','8','50','withdraw of 3300','2021-01-12 14:23:52','','Closed','2020-12-21 14:23:52','','466','','Beatrice','','8668091610450600','1','','1000','14','81610450590','n/a','','',0.00,0.00,'',0,1,'No','No',''),(664,'Expense','8','500','Peter karanja running petty erands','2021-01-12 14:26:31','','Closed','2020-12-22 14:26:31','','467','','Beatrice','','9196771610450668','1','','1000','14','81610450665','n/a','','',0.00,0.00,'',0,1,'No','No',''),(665,'Expense','8','20','bag','2021-01-12 14:27:52','','Closed','2020-12-22 14:27:52','','469','','Beatrice','','1687691610450848','1','','1000','14','81610450820','n/a','','',0.00,0.00,'',0,1,'No','No',''),(666,'Expense','8','11800','Ungerol,ufacid ','2021-01-12 14:30:48','','Closed','2020-12-22 14:30:27','','471/224','','Beatrice','','1843191610450898','1','','1000','14','81610450896','n/a','','',0.00,0.00,'',0,1,'No','No',''),(667,'Expense','8','350','Transport of material from promax to shop','2021-01-12 14:33:19','','Closed','2020-12-22 14:33:19','','471','','Beatrice','','8423831610451097','1','','1000','14','81610451093','n/a','','',0.00,0.00,'',0,1,'No','No',''),(668,'Expense','8','100','mpesa charges to pay promax','2021-01-12 14:34:30','','Closed','2020-12-22 14:34:30','','471','','Beatrice','','6875161610451237','1','','1000','14','81610451233','n/a','','',0.00,0.00,'',0,1,'No','No',''),(669,'Expense','8','200','Milk & Bread','2021-01-12 14:36:38','','Closed','2020-12-22 14:36:38','','473','','Beatrice','','3133351610451369','1','','1000','14','81610451293','n/a','','',0.00,0.00,'',0,1,'No','No',''),(670,'Expense','8','880','salt','2021-01-12 14:37:45','','Closed','2020-12-22 14:37:45','','474/226','','Beatrice','','8904091610451432','1','','1000','14','81610451429','n/a','','',0.00,0.00,'',0,1,'No','No',''),(671,'Expense','8','100','Gabbage collection','2021-01-12 14:39:38','','Closed','2020-12-23 14:39:38','','476','','Beatrice','','6096781610451542','1','','1000','14','81610451538','n/a','','',0.00,0.00,'',0,1,'No','No',''),(672,'Expense','8','200','Milk & Bread','2021-01-12 15:46:15','','Closed','2020-12-23 15:46:06','','477','','FELISTA','','188291610455443','1','','1000','14','81610455385','n/a','','',0.00,0.00,'',0,1,'No','No',''),(673,'Expense','8','200','Transport to kariobangi (FELISTA & KARANJA)','2021-01-12 15:49:06','','Closed','2020-12-23 15:49:06','','478','','Beatrice','','6013101610455658','1','','1000','14','81610455610','n/a','','',0.00,0.00,'',0,1,'No','No',''),(674,'Expense','8','100','transport to westlands to drop rent cheque','2021-01-12 15:51:36','','Closed','2020-12-23 15:51:10','','479','','Beatrice','','6233611610455806','1','','1000','14','81610455797','n/a','','',0.00,0.00,'',0,1,'No','No',''),(675,'Expense','8','3000','Toner black 12 A','2021-01-12 15:53:19','','Closed','2020-12-23 15:53:19','','480','','modesta','','4428211610455950','1','','1000','14','81610455943','n/a','','',0.00,0.00,'',0,1,'No','No',''),(676,'Expense','8','6950','NHIF for the month of DEC2020','2021-03-18 11:33:27','','Closed','2021-01-08 11:28:42','','507','','Beatrice','','5433681616056078','1','','1000','14','81616056048','n/a','','',0.00,0.00,'',0,1,'No','No',''),(677,'Expense','8','0','ENVILOPES','2021-03-18 11:32:40','','Closed','2021-01-08 11:32:09','','508','','Beatrice','','7143051616056311','1','','1000','14','81616056305','n/a','','',0.00,0.00,'',0,1,'No','No',''),(678,'Expense','8','1850','MATERIALS','2021-03-18 13:24:44','','Closed','2021-01-08 13:24:44','','510','','Beatrice','','7910731616063034','1','','1000','14','81616063007','n/a','','',0.00,0.00,'',0,1,'No','No',''),(679,'Expense','8','100','Transport of material from promax','2021-03-18 13:27:52','','Closed','2021-01-08 13:27:52','','510','','Beatrice','','6275921616063238','1','','1000','14','81616063230','n/a','','',0.00,0.00,'',0,1,'No','No',''),(680,'Expense','8','32','mpesa charges to pay promax','2021-03-18 13:28:49','','Closed','2021-01-08 13:28:49','','510','','Beatrice','','1628491616063299','1','','1000','14','81616063296','n/a','','',0.00,0.00,'',0,1,'No','No',''),(681,'Expense','8','0','MATERIALS','2021-03-18 13:30:28','','Active','2021-01-08 13:30:28','','511','','Beatrice','','6509271616063368','1','','1000','14','81616063360','n/a','','',0.00,0.00,'',0,1,'No','No',''),(682,'Expense','8','200','airtime for office phone','2021-03-29 09:44:58','','Closed','2021-01-08 09:44:58','','512','','Beatrice','','2171311617000230','1','','1000','14','81617000151','n/a','','',0.00,0.00,'',0,1,'No','No',''),(683,'Expense','8','200','Milk & Bread','2021-03-29 09:46:12','','Closed','2021-01-09 09:46:12','','513','','Beatrice','','3991151617000341','1','','1000','14','81617000338','n/a','','',0.00,0.00,'',0,1,'No','No',''),(684,'Expense','8','100','Airtime for office','2021-03-29 09:53:17','','Closed','2021-01-09 09:53:17','','514','','Beatrice','','2517831617000667','1','','1000','14','81617000583','n/a','','',0.00,0.00,'',0,1,'No','No',''),(685,'Expense','8','500','Transport of body filler to kariobagi','2021-03-29 09:57:34','','Closed','2021-01-09 09:56:28','','515','','Beatrice','','5361701617000893','1','','1000','14','81617000882','n/a','','',0.00,0.00,'',0,1,'No','No',''),(686,'Expense','8','100','parking for Director vehicle','2021-03-29 09:58:59','','Closed','2021-01-09 09:58:59','','516','','Beatrice','','8051311617001106','1','','1000','14','81617001101','n/a','','',0.00,0.00,'',0,1,'No','No',''),(687,'Expense','8','270','mpesa charges','2021-03-29 10:03:33','','Closed','2021-01-11 10:00:54','','517','','Beatrice','','7821181617001223','1','','1000','14','81617001164','n/a','','',0.00,0.00,'',0,1,'No','No',''),(688,'Expense','8','100','Transport of material from promax','2021-03-29 10:11:49','','Closed','2021-01-09 10:11:49','','518','','Beatrice','','3765821617001440','1','','1000','14','81617001427','n/a','','',0.00,0.00,'',0,1,'No','No',''),(689,'Expense','8','900','pearlizer agent 2lt','2021-03-29 10:16:14','','Closed','2021-01-11 10:15:54','','519','','Beatrice','','8535361617001965','1','','1000','14','81617001961','n/a','','',0.00,0.00,'',0,1,'No','No',''),(690,'Expense','8','12','mpesa charges','2021-03-29 10:46:35','','Closed','2021-01-21 10:45:01','','520','','Beatrice','','7096721617003554','1','','1000','','81617003531','n/a','','',0.00,0.00,'',0,1,'No','No',''),(691,'Expense','8','1000','Salt & Trolley','2021-03-29 10:48:14','','Closed','2021-02-11 10:48:14','','520','','Beatrice','','697521617004043','1','','1000','14','81617004039','n/a','','',0.00,0.00,'',0,1,'No','No',''),(692,'Expense','8','500','marketing-Ongata rongai','2021-03-29 10:51:22','','Closed','2021-01-11 10:51:22','','521','','Beatrice','','555521617004216','1','','1000','14','81617004206','n/a','','',0.00,0.00,'',0,1,'No','No',''),(693,'Expense','8','1500','petty cash send to gikomba (susan)','2021-03-29 10:54:27','','Closed','2021-01-11 10:54:07','','522','','Beatrice','','3856381617004322','1','','1000','14','81617004312','n/a','','',0.00,0.00,'',0,1,'No','No',''),(694,'Expense','8','22','mpesa charges','2021-03-29 10:56:10','','Closed','2021-01-11 10:56:10','','522','','Beatrice','','8797551617004530','1','','1000','14','81617004524','n/a','','',0.00,0.00,'',0,1,'No','No',''),(695,'Expense','8','200','Milk & Bread','2021-03-29 11:01:31','','Closed','2021-01-11 11:01:31','','523','','Beatrice','','995911617004860','1','','1000','14','81617004800','n/a','','',0.00,0.00,'',0,1,'No','No',''),(696,'Expense','8','200','Milk & Bread','2021-03-29 11:04:11','','Closed','2021-02-12 11:04:11','','524','','Beatrice','','5831031617004986','1','','1000','14','81617004956','n/a','','',0.00,0.00,'',0,1,'No','No',''),(697,'Expense','8','100','Airtime for office','2021-03-29 11:09:45','','Closed','2021-01-12 11:08:47','','525','','Beatrice','','9384651617005293','1','','1000','14','81617005248','n/a','','',0.00,0.00,'',0,1,'No','No',''),(698,'Expense','8','20','non wooven bag','2021-03-29 11:11:20','','Closed','2021-01-12 11:11:20','','526','','Beatrice','','5620971617005435','1','','1000','14','81617005413','n/a','','',0.00,0.00,'',0,1,'No','No',''),(699,'Expense','8','100','marketing','2021-03-29 11:12:56','','Closed','2021-01-12 11:12:56','','527','','Beatrice','','8583331617005520','1','','1000','14','81617005509','n/a','','',0.00,0.00,'',0,1,'No','No',''),(700,'Expense','8','100','delivery of product to customer ','2021-03-29 11:14:59','','Closed','2021-01-12 11:14:38','','528','','Beatrice','','5769481617005628','1','','1000','14','81617005619','n/a','','',0.00,0.00,'',0,1,'No','No',''),(701,'Expense','8','3200','NSSF Payment','2021-03-29 11:16:54','','Closed','2021-01-12 11:16:54','','529','','Beatrice','','5643251617005771','1','','1000','14','81617005747','n/a','','',0.00,0.00,'',0,1,'No','No',''),(702,'Expense','8','100','Milk & Bread','2021-03-29 11:18:52','','Closed','2021-01-12 11:18:52','','530','','Beatrice','','4329531617005878','1','','1000','14','81617005870','n/a','','',0.00,0.00,'',0,1,'No','No',''),(703,'Expense','8','80','Medicine Envelopes for packing colour','2021-03-29 11:20:37','','Closed','2021-01-13 11:20:37','','531','','Beatrice','','3643961617005998','1','','1000','14','81617005994','n/a','','',0.00,0.00,'',0,1,'No','No',''),(704,'Expense','8','150','PERFUME ','2021-03-29 11:21:59','','Closed','2021-01-13 11:21:59','','532','','Beatrice','','7440791617006073','1','','1000','14','81617006069','n/a','','',0.00,0.00,'',0,1,'No','No',''),(705,'Expense','8','600','cartons','2021-03-29 11:23:31','','Closed','2021-01-13 11:23:31','','533','','Beatrice','','9390551617006184','1','','1000','14','81617006180','n/a','','',0.00,0.00,'',0,1,'No','No',''),(706,'Expense','8','100','milk for two staff decating ','2021-03-29 11:25:05','','Closed','2021-01-13 11:25:05','','534','','Beatrice','','6893041617006268','1','','1000','14','81617006263','n/a','','',0.00,0.00,'',0,1,'No','No',''),(707,'Expense','8','100','Gabbage collection','2021-03-29 11:28:23','','Closed','2021-01-13 11:28:23','','535','','Beatrice','','1045281617006374','1','','1000','14','81617006351','n/a','','',0.00,0.00,'',0,1,'No','No',''),(708,'Expense','8','200','parking for director vehicle','2021-03-29 11:29:54','','Closed','2021-01-14 11:29:54','','536','','Beatrice','','6060061617006555','1','','1000','14','81617006545','n/a','','',0.00,0.00,'',0,1,'No','No',''),(709,'Expense','8','100','Milk & Bread','2021-03-29 11:31:35','','Closed','2021-01-14 11:31:35','','537','','Beatrice','','5855011617006669','1','','1000','14','81617006662','n/a','','',0.00,0.00,'',0,1,'No','No',''),(710,'Expense','8','200','marketing','2021-03-29 11:33:09','','Closed','2021-01-14 11:32:35','','538','','Beatrice','','3251271617006727','1','','1000','14','81617006724','n/a','','',0.00,0.00,'',0,1,'No','No',''),(711,'Expense','8','400','sisal rope','2021-03-29 11:41:35','','Closed','2021-01-15 11:41:35','','539','','Beatrice','','181361617007251','1','','1000','14','81617006794','n/a','','',0.00,0.00,'',0,1,'No','No',''),(712,'Expense','8','720','ETR rolls & thermo rolls & ENVELOPES ','2021-03-29 11:45:06','','Closed','2021-01-15 11:44:28','','540','','Beatrice','','5976741617007339','1','','1000','14','81617007328','n/a','','',0.00,0.00,'',0,1,'No','No',''),(713,'Expense','8','150','Transport of 6x5ltr detrgent to jumia shop','2021-03-29 11:47:03','','Closed','2021-01-15 11:47:03','','542','','Beatrice','','5133781617007535','1','','1000','14','81617007531','n/a','','',0.00,0.00,'',0,1,'No','No',''),(714,'Expense','8','20','printing','2021-03-29 11:48:09','','Closed','2021-01-15 11:48:09','','543','','Beatrice','','9257151617007657','1','','1000','14','81617007654','n/a','','',0.00,0.00,'',0,1,'No','No',''),(715,'Expense','8','2000','jamii Internet','2021-03-29 11:49:21','','Closed','2021-01-15 11:49:21','','544','','Beatrice','','3473161617007722','1','','1000','14','81617007717','n/a','','',0.00,0.00,'',0,1,'No','No',''),(716,'Expense','8','100','parking fee','2021-03-29 11:51:06','','Closed','2021-01-16 11:50:49','','545','','Beatrice','','2295581617007821','1','','1000','14','81617007817','n/a','','',0.00,0.00,'',0,1,'No','No',''),(717,'Expense','8','100','marketing','2021-03-29 11:52:46','','Closed','2021-01-16 11:52:46','','546','','Beatrice','','7656361617007939','1','','1000','14','81617007892','n/a','','',0.00,0.00,'',0,1,'No','No',''),(718,'Expense','8','200','loading chemicals to kariobangi','2021-03-29 11:54:09','','Closed','2021-01-16 11:54:09','','547','','Beatrice','','2941161617008014','1','','1000','14','81617008007','n/a','','',0.00,0.00,'',0,1,'No','No',''),(719,'Expense','8','100','Milk & Bread','2021-03-29 11:55:06','','Closed','2021-01-16 11:55:06','','548','','Beatrice','','9799221617008080','1','','1000','14','81617008075','n/a','','',0.00,0.00,'',0,1,'No','No',''),(720,'Expense','8','100','Airtime for office','2021-03-29 11:57:20','','Closed','2021-01-16 11:57:20','','549','','Beatrice','','4900181617008214','1','','1000','14','81617008210','n/a','','',0.00,0.00,'',0,1,'No','No',''),(721,'Expense','8','4000','labels','2021-03-29 11:58:24','','Closed','2021-01-16 11:58:24','','550','','Beatrice','','6524181617008268','1','','1000','14','81617008264','n/a','','',0.00,0.00,'',0,1,'No','No',''),(722,'Expense','8','55','mpesa charges for with drawal','2021-03-29 11:59:19','','Closed','2021-01-16 11:59:19','','550','','Beatrice','','8073621617008334','1','','1000','14','81617008330','n/a','','',0.00,0.00,'',0,1,'No','No',''),(723,'Expense','8','2950','MATERIALS','2021-03-29 12:00:23','','Closed','2021-01-16 12:00:23','','551','','Beatrice','','198841617008397','1','','1000','14','81617008390','n/a','','',0.00,0.00,'',0,1,'No','No',''),(724,'Expense','8','300','Transport of material from promax','2021-03-29 12:01:33','','Closed','2021-01-16 12:01:33','','551','','Beatrice','','6590031617008466','1','','1000','14','81617008460','n/a','','',0.00,0.00,'',0,1,'No','No',''),(725,'Expense','8','200','delivery of product to customer accacia garden','2021-03-29 12:02:51','','Closed','2021-01-16 12:02:51','','552','','Beatrice','','9606811617008526','1','','1000','14','81617008522','n/a','','',0.00,0.00,'',0,1,'No','No',''),(726,'Expense','8','100','Milk & Bread','2021-03-29 12:04:05','','Closed','2021-01-16 12:04:05','','553','','Beatrice','','6662081617008622','1','','1000','14','81617008613','n/a','','',0.00,0.00,'',0,1,'No','No',''),(727,'Expense','8','2000','MATERIALS','2021-03-29 12:06:10','','Closed','2021-01-18 12:06:10','','554','','Beatrice','','728931617008740','1','','1000','14','81617008684','n/a','','',0.00,0.00,'',0,1,'No','No',''),(728,'Expense','8','100','Transport of material from promax','2021-03-29 12:19:25','','Closed','2021-01-18 12:12:19','','554','','Beatrice','','3086211617009018','1','','1000','14','81617009014','n/a','','',0.00,0.00,'',0,1,'No','No',''),(729,'Expense','8','22','mpesa charges','2021-03-29 12:20:46','','Closed','2021-01-18 12:20:46','','554','','Beatrice','','4571731617009620','1','','1000','14','81617009616','n/a','','',0.00,0.00,'',0,1,'No','No',''),(730,'Expense','8','2000','petty cash voucher','2021-03-29 12:21:53','','Closed','2021-01-18 12:21:53','','555','','Beatrice','','5458961617009686','1','','1000','14','81617009678','n/a','','',0.00,0.00,'',0,1,'No','No',''),(731,'Expense','8','100','Gabbage collection','2021-03-29 12:22:56','','Closed','2021-01-18 12:22:56','','556','','Beatrice','','5471191617009753','1','','1000','14','81617009748','n/a','','',0.00,0.00,'',0,1,'No','No',''),(732,'Expense','8','100','Airtime for office','2021-03-29 12:23:53','','Closed','2021-01-18 12:23:53','','557','','Beatrice','','4115481617009811','1','','1000','14','81617009806','n/a','','',0.00,0.00,'',0,1,'No','No',''),(733,'Expense','8','100','Milk & Bread','2021-03-29 12:24:47','','Closed','2021-01-18 12:24:47','','558','','Beatrice','','3804511617009862','1','','1000','14','81617009856','n/a','','',0.00,0.00,'',0,1,'No','No',''),(734,'Expense','8','200','peter karanja fare to kariobangi & back to town shop delivery of items','2021-03-29 12:26:01','','Closed','2021-01-18 12:26:01','','559','','Beatrice','','426411617009928','1','','1000','14','81617009912','n/a','','',0.00,0.00,'',0,1,'No','No',''),(735,'Expense','8','310',' perfumes','2021-03-29 12:28:01','','Closed','2021-01-19 12:27:45','','560','','Beatrice','','5077521617010037','1','','1000','14','81617010026','n/a','','',0.00,0.00,'',0,1,'No','No',''),(736,'Expense','8','339','sugar,tissue & bag','2021-03-29 12:29:03','','Closed','2021-01-19 12:29:03','','561','','Beatrice','','1156631617010112','1','','1000','14','81617010108','n/a','','',0.00,0.00,'',0,1,'No','No',''),(737,'Expense','8','100','Milk & Bread','2021-03-29 12:29:57','','Closed','2021-01-19 12:29:57','','562','','Beatrice','','4787121617010175','1','','1000','14','81617010172','n/a','','',0.00,0.00,'',0,1,'No','No',''),(738,'Expense','8','100','milk for two staff decating','2021-03-29 12:30:57','','Closed','2021-01-19 12:30:57','','563','','Beatrice','','9784901617010225','1','','1000','14','81617010220','n/a','','',0.00,0.00,'',0,1,'No','No',''),(739,'Expense','8','2250','labels','2021-03-29 12:33:19','','Closed','2021-01-19 12:33:19','','564','','Beatrice','','9542831617010359','1','','1000','14','81617010293','n/a','','',0.00,0.00,'',0,1,'No','No',''),(740,'Expense','8','100','Airtime for office','2021-03-29 12:34:16','','Closed','2021-01-19 12:34:16','','565','','Beatrice','','7690121617010431','1','','1000','14','81617010428','n/a','','',0.00,0.00,'',0,1,'No','No',''),(741,'Expense','8','550','stickers','2021-03-29 12:35:20','','Closed','2021-01-19 12:35:20','','566','','Beatrice','','5057351617010485','1','','1000','14','81617010480','n/a','','',0.00,0.00,'',0,1,'No','No',''),(742,'Expense','8','2000','electricity payment','2021-03-29 12:36:30','','Closed','2021-01-20 12:36:30','','567','','Beatrice','','435621617010567','1','','1000','14','81617010563','n/a','','',0.00,0.00,'',0,1,'No','No',''),(743,'Expense','8','100','Milk & Bread','2021-03-29 12:37:26','','Closed','2021-01-20 12:37:26','','568','','Beatrice','','1569801617010624','1','','1000','14','81617010619','n/a','','',0.00,0.00,'',0,1,'No','No',''),(744,'Expense','8','200','Airtime for office','2021-03-29 12:38:27','','Closed','2021-01-20 12:38:27','','569','','Beatrice','','3336811617010679','1','','1000','14','81617010676','n/a','','',0.00,0.00,'',0,1,'No','No',''),(745,'Expense','8','1150','polypots for packing caustic','2021-03-29 12:39:53','','Closed','2021-01-20 12:39:53','','570','','Beatrice','','7271201617010734','1','','1000','14','81617010730','n/a','','',0.00,0.00,'',0,1,'No','No',''),(746,'Expense','8','100','Transport of material from promax','2021-03-29 12:41:08','','Closed','2021-01-20 12:41:08','','570','','Beatrice','','57541617010837','1','','1000','14','81617010827','n/a','','',0.00,0.00,'',0,1,'No','No',''),(747,'Expense','8','150','pine fresh','2021-03-29 12:42:23','','Closed','2021-01-20 12:42:23','','571','','Beatrice','','4989911617010911','1','','1000','14','81617010902','n/a','','',0.00,0.00,'',0,1,'No','No',''),(748,'Expense','8','200','marketing','2021-03-29 12:43:10','','Closed','2021-01-20 12:43:10','','572','','Beatrice','','1331771617010968','1','','1000','14','81617010964','n/a','','',0.00,0.00,'',0,1,'No','No',''),(749,'Expense','8','120','empty bottles & non wooven bag','2021-03-29 12:44:31','','Closed','2021-01-30 12:44:13','','573','','Beatrice','','5792771617011017','1','','1000','14','81617011011','n/a','','',0.00,0.00,'',0,1,'No','No',''),(750,'Expense','8','300','cellotape and pins','2021-03-29 12:48:18','','Closed','2021-01-21 12:48:18','','574','','Beatrice','','9586731617011109','1','','1000','14','81617011096','n/a','','',0.00,0.00,'',0,1,'No','No',''),(751,'Expense','8','0','bus fare for 2pple','2021-03-29 12:49:35','','Closed','2021-01-21 12:49:35','','575','','Beatrice','','4808941617011325','1','','1000','14','81617011321','n/a','','',0.00,0.00,'',0,1,'No','No',''),(752,'Expense','8','200','delivery of 20l descalant','2021-03-29 12:50:49','','Closed','2021-01-21 12:50:49','','576','','Beatrice','','6104421617011404','1','','1000','14','81617011394','n/a','','',0.00,0.00,'',0,1,'No','No',''),(753,'Expense','8','100','Milk & Bread','2021-03-29 12:59:20','','Closed','2021-01-21 12:52:53','','577','','Beatrice','','2742791617011498','1','','1000','14','81617011494','n/a','','',0.00,0.00,'',0,1,'No','No',''),(754,'Expense','8','1665','labels','2021-03-29 13:00:21','','Closed','2021-01-21 13:00:21','','578','','Beatrice','','7074281617011996','1','','1000','14','81617011993','n/a','','',0.00,0.00,'',0,1,'No','No',''),(755,'Expense','8','5300','MATERIALS','2021-03-29 13:33:57','','Closed','2021-01-21 13:33:57','','579','','Beatrice','','6946071617012073','1','','1000','14','81617012069','n/a','','',0.00,0.00,'',0,1,'No','No',''),(756,'Expense','8','300','Transport of material from promax','2021-03-29 13:38:46','','Closed','2021-01-21 13:38:46','','579','','Beatrice','','7512581617014105','1','','1000','14','81617014100','n/a','','',0.00,0.00,'',0,1,'No','No',''),(757,'Expense','8','75','mpesa charges','2021-03-29 13:40:12','','Closed','2021-01-21 13:39:49','','579','','Beatrice','','4369601617014362','1','','1000','14','81617014358','n/a','','',0.00,0.00,'',0,1,'No','No',''),(758,'Expense','8','100','Milk & Bread','2021-03-29 15:20:47','','Closed','2021-01-21 15:20:47','','580','','Beatrice','','5531801617020410','1','','1000','14','81617020395','n/a','','',0.00,0.00,'',0,1,'No','No',''),(759,'Expense','8','100','Milk & Bread','2021-03-29 15:28:05','','Closed','2021-01-23 15:26:48','','585','','Beatrice','','6568441617020656','1','','1000','14','81617020651','n/a','','',0.00,0.00,'',0,1,'No','No',''),(760,'Expense','8','150','loading chemicals to ONGATA ','2021-03-29 15:33:07','','Closed','2021-01-23 15:31:52','','586','','Beatrice','','6928271617020932','1','','1000','14','81617020912','n/a','','',0.00,0.00,'',0,1,'No','No',''),(761,'Expense','8','300','parking fee','2021-03-29 15:41:45','','Closed','2021-01-23 15:37:53','','587','','Beatrice','','7241771617021232','1','','1000','14','81617021226','n/a','','',0.00,0.00,'',0,1,'No','No',''),(762,'Expense','8','100','Milk for 2staff decanting HCL','2021-03-29 15:43:02','','Closed','2021-01-23 15:43:02','','588','','Beatrice','','258281617021740','1','','1000','14','81617021734','n/a','','',0.00,0.00,'',0,1,'No','No',''),(763,'Expense','8','100','Airtime for office','2021-03-29 15:44:10','','Closed','2021-01-23 15:44:10','','589','','Beatrice','','1953081617021818','1','','1000','14','81617021811','n/a','','',0.00,0.00,'',0,1,'No','No',''),(764,'Expense','8','200','marketing','2021-03-29 15:45:27','','Closed','2021-01-23 15:45:22','','590','','Beatrice','','8606401617021892','1','','1000','14','81617021886','n/a','','',0.00,0.00,'',0,1,'No','No',''),(765,'Expense','8','100','Milk & Bread','2021-03-29 15:47:36','','Closed','2021-01-22 15:47:36','','581','','Beatrice','','7678111617022004','1','','1000','14','81617021981','n/a','','',0.00,0.00,'',0,1,'No','No',''),(766,'Expense','8','800','Business cards for Eunice & DORCAS','2021-03-29 15:49:55','','Closed','2021-01-22 15:49:55','','582','','Beatrice','','5066881617022091','1','','1000','14','81617022086','n/a','','',0.00,0.00,'',0,1,'No','No',''),(767,'Expense','8','180','NON WOOVEN BAGS','2021-03-29 15:51:09','','Closed','2021-01-22 15:51:09','','583','','Beatrice','','7944451617022227','1','','1000','14','81617022224','n/a','','',0.00,0.00,'',0,1,'No','No',''),(768,'Expense','8','200','loading chemicals to ONGATA','2021-03-29 15:52:29','','Closed','2021-01-22 15:52:29','','584','','Beatrice','','463201617022320','1','','1000','14','81617022309','n/a','','',0.00,0.00,'',0,1,'No','No',''),(769,'Expense','8','340','perfumes','2021-03-29 15:53:38','','Closed','2021-01-27 15:53:38','','902','','Beatrice','','4204671617022390','1','','1000','14','81617022384','n/a','','',0.00,0.00,'',0,1,'No','No',''),(770,'Expense','8','100','Milk & Bread','2021-03-29 15:54:54','','Closed','2021-01-27 15:54:54','','903','','Beatrice','','7416071617022467','1','','1000','14','81617022447','n/a','','',0.00,0.00,'',0,1,'No','No',''),(771,'Expense','8','200','Airtime for office','2021-03-29 15:55:54','','Closed','2021-01-27 15:55:54','','904','','Beatrice','','3170481617022526','1','','1000','14','81617022522','n/a','','',0.00,0.00,'',0,1,'No','No',''),(772,'Expense','8','365','NON WOOVEN BAGS','2021-03-29 15:57:08','','Closed','2021-01-28 15:57:08','','905','','Beatrice','','9081301617022582','1','','1000','14','81617022578','n/a','','',0.00,0.00,'',0,1,'No','No',''),(773,'Expense','8','150','SAFARICON TILL NOS','2021-03-29 15:58:39','','Closed','2021-01-28 15:58:39','','906','','Beatrice','','5223681617022668','1','','1000','14','81617022663','n/a','','',0.00,0.00,'',0,1,'No','No',''),(774,'Expense','8','100','Milk & Bread','2021-03-29 15:59:46','','Closed','2021-01-28 15:59:46','','907','','Beatrice','','8206711617022760','1','','1000','14','81617022750','n/a','','',0.00,0.00,'',0,1,'No','No',''),(775,'Expense','8','200','parking fee','2021-03-29 16:01:58','','Closed','2021-01-28 16:01:58','','908','','Beatrice','','9248801617022828','1','','1000','14','81617022822','n/a','','',0.00,0.00,'',0,1,'No','No',''),(776,'Expense','8','100','marketing','2021-03-29 16:03:21','','Closed','2021-01-28 16:03:21','','909','','Beatrice','','1189271617022956','1','','1000','14','81617022944','n/a','','',0.00,0.00,'',0,1,'No','No',''),(777,'Expense','8','169','Tissue paper','2021-03-29 16:04:34','','Closed','2021-01-29 16:04:34','','910','','Beatrice','','5079041617023039','1','','1000','14','81617023028','n/a','','',0.00,0.00,'',0,1,'No','No',''),(778,'Expense','8','7850','MATERIALS','2021-03-29 16:41:28','','Closed','2021-01-29 16:41:28','','911','','Beatrice','','5032311617024175','1','','1000','14','81617023103','n/a','','',0.00,0.00,'',0,1,'No','No',''),(779,'Expense','8','100','Transport of material from promax','2021-03-29 16:42:59','','Closed','2021-01-29 16:42:59','','911','','Beatrice','','3781981617025351','1','','1000','14','81617025345','n/a','','',0.00,0.00,'',0,1,'No','No',''),(780,'Expense','8','300','DELIVERY OF 5X20LTRS TO UPPER HILL','2021-03-29 16:44:06','','Closed','2021-01-29 16:44:06','','912','','Beatrice','','6687681617025405','1','','1000','14','81617025401','n/a','','',0.00,0.00,'',0,1,'No','No',''),(781,'Expense','8','100','Milk & Bread','2021-03-29 16:45:06','','Closed','2021-01-29 16:45:06','','913','','Beatrice','','2868501617025481','1','','1000','14','81617025478','n/a','','',0.00,0.00,'',0,1,'No','No',''),(782,'Expense','8','13400','Ungerol,ufacid','2021-03-29 16:47:20','','Closed','2021-01-30 16:47:20','','914','','Beatrice','','6634731617025536','1','','1000','14','81617025530','n/a','','',0.00,0.00,'',0,1,'No','No',''),(783,'Expense','8','100','Transport of material from promax','2021-03-29 16:48:41','','Closed','2021-01-30 16:48:41','','914','','Beatrice','','3630821617025691','1','','1000','14','81617025687','n/a','','',0.00,0.00,'',0,1,'No','No',''),(784,'Expense','8','105','mpesa charges','2021-03-29 16:50:00','','Closed','2021-01-30 16:50:00','','914','','Beatrice','','6974911617025770','1','','1000','14','81617025765','n/a','','',0.00,0.00,'',0,1,'No','No',''),(785,'Expense','8','200','milk for two staff decating','2021-03-29 16:51:28','','Closed','2021-01-29 16:51:28','','915','','Beatrice','','1147061617025859','1','','1000','14','81617025856','n/a','','',0.00,0.00,'',0,1,'No','No',''),(786,'Expense','8','350','perfumes VANILLA & ALOE VERA','2021-03-29 16:53:44','','Closed','2021-01-30 16:53:44','','916','','Beatrice','','3884761617025961','1','','1000','14','81617025954','n/a','','',0.00,0.00,'',0,1,'No','No',''),(787,'Expense','8','300','empty bottles ','2021-03-31 09:55:33','','Closed','2021-01-29 16:56:56','','917','','Beatrice','','2023511617026063','1','','1000','14','81617026054','n/a','','',0.00,0.00,'',0,1,'No','No',''),(788,'Expense','8','100','Milk & Bread','2021-03-29 16:58:12','','Closed','2021-01-30 16:58:12','','918','','Beatrice','','877261617026258','1','','1000','14','81617026254','n/a','','',0.00,0.00,'',0,1,'No','No',''),(789,'Expense','8','20000','Single business permit ','2021-03-31 10:01:24','','Closed','2021-01-25 10:01:03','','591','','Beatrice','','453921617173965','1','','1000','','81617173960','n/a','','',0.00,0.00,'',0,1,'No','No',''),(790,'Expense','8','1000','office surveying','2021-03-31 10:04:50','','Closed','2021-01-25 10:04:50','','591','','Beatrice','','9752221617174219','1','','1000','14','81617174209','n/a','','',0.00,0.00,'',0,1,'No','No',''),(791,'Expense','8','100','Milk & Bread','2021-03-31 10:08:15','','Closed','2021-01-25 10:06:36','','592','','Beatrice','','3254491617174345','1','','1000','14','81617174342','n/a','','',0.00,0.00,'',0,1,'No','No',''),(792,'Expense','8','100','off loading materials from kariobangi','2021-03-31 10:11:45','','Closed','2021-01-25 10:11:45','','593','','Beatrice','','4299121617174664','1','','1000','14','81617174659','n/a','','',0.00,0.00,'',0,1,'No','No',''),(793,'Expense','8','100','parking for director vehicle','2021-03-31 10:14:39','','Closed','2021-01-25 10:14:39','','594','','Beatrice','','5968981617174744','1','','1000','14','81617174741','n/a','','',0.00,0.00,'',0,1,'No','No',''),(794,'Expense','8','600','cartons','2021-03-31 10:17:00','','Closed','2021-01-25 10:17:00','','595','','Beatrice','','9073791617174930','1','','1000','14','81617174925','n/a','','',0.00,0.00,'',0,1,'No','No',''),(795,'Expense','8','370','envelopes and white coated papers','2021-03-31 10:19:56','','Closed','2021-01-26 10:19:56','','596','','Beatrice','','969741617175107','1','','1000','14','81617175101','n/a','','',0.00,0.00,'',0,1,'No','No',''),(796,'Expense','8','100','Gabbage collection','2021-03-31 10:21:42','','Closed','2021-01-26 10:21:42','','598','','Beatrice','','1665771617175274','1','','1000','14','81617175268','n/a','','',0.00,0.00,'',0,1,'No','No',''),(797,'Expense','8','100','Milk & Bread','2021-03-31 10:22:40','','Closed','2021-01-26 10:22:40','','599','','Beatrice','','7594961617175331','1','','1000','14','81617175328','n/a','','',0.00,0.00,'',0,1,'No','No',''),(798,'Expense','8','100','milk for two staff decating','2021-03-31 10:24:14','','Closed','2021-01-26 10:24:14','','600','','Beatrice','','3799661617175413','1','','1000','14','81617175409','n/a','','',0.00,0.00,'',0,1,'No','No',''),(799,'Expense','8','1400','labels-big and small','2021-03-31 10:26:10','','Closed','2021-01-26 10:26:10','','901','','Beatrice','','3033691617175488','1','','1000','14','81617175482','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,'2007-04-14 02:28:49',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 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 */; /*!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=207 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','Cash','','2018-07-20 13:23:56',1,'','-1090489','2020-08-21 15:46:16',1000,'1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','0','2020-08-21 15:46:32',1010,'1'),(33,'1','1','1','COOPERATIVE ACCOUNT','','2020-08-01',1,'','0','2020-08-21 15:44:34',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,'','100','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,'','0','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,'1','1','1','EQUITY ACCOUNT (REVOCHEM)','','2018-07-26 12:58:21',1,'','262960','2020-09-01 14:27:43',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,'1','1','29','Materials and Supplies','156','2018-11-05 16:43:21',5,'','0','2020-08-20 10:07:20',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,'1','1','1','EQUITY ACCOUNT (CITADEL)','','2020-08-01 11:49:23',1,'','827529','2020-09-01 14:25:33',1035,'1'),(201,'8','1','29','Packaging','','2020-09-14 11:08:31',5,'','0','2020-09-14 11:10:56',5970,'1'),(202,'8','1','29','Printing and Stationery ','','2020-09-14 11:10:56',5,'','0','2020-09-14 11:12:24',5980,'2'),(203,'8','1','29','operation cost','','2020-09-14 12:36:41',5,'','0','2020-09-14 12:37:38',5990,'1'),(204,'8','1','29','Motor Vehicle expenses','','2020-09-18 13:09:31',5,'','0','2020-09-18 13:10:53',6000,'1'),(205,'8','1','30','parking cost','204','2020-10-27 13:27:56',5,'','0','2020-10-27 13:32:48',1240,'1'),(206,'8','1','30','Safety & security','','2020-11-12 15:52:29',5,'','0','2020-11-12 15:33:08',1120,''); /*!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=20 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,'9','8','2020-08-20 09:42:59am','','1','','2','1'),(2,'10','8','2020-08-20 09:49:45am','','1','','2','1'),(3,'14','8','2020-09-05 11:13:58am','','1','','2','1'),(4,'22','8','2020-10-22 12:17:23pm','','1','','2','1'),(5,'23','8','2020-10-22 12:21:07pm','','1','','2','1'),(6,'24','8','2020-10-22 12:24:42pm','','1','','2','1'),(7,'25','8','2020-10-22 03:45:46pm','','1','','2','1'),(8,'27','8','2020-10-23 01:34:24pm','','1','','2','1'),(9,'28','8','2020-10-23 01:43:20pm','','1','','2','1'),(10,'29','8','2020-10-23 01:46:37pm','','1','','2','1'),(11,'30','8','2020-10-23 01:49:59pm','','1','','2','1'),(12,'31','8','2020-10-23 01:52:55pm','','1','','2','1'),(13,'32','8','2020-10-23 01:57:37pm','','1','','2','1'),(14,'33','8','2020-10-23 01:59:41pm','','1','','2','1'),(15,'35','8','2020-11-06 10:03:57am','','1','','2','1'),(16,'37','8','2020-11-16 04:55:16pm','','1','','2','1'),(17,'39','8','2020-12-08 04:26:50pm','','1','','4','1'),(18,'40','8','2020-12-08 04:27:58pm','','1','','4','1'),(19,'46','8','2021-01-14 04:00:15pm','','1','','4','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 AUTO_INCREMENT=9 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 */; INSERT INTO `house` VALUES (1,'101','Single','','1','0','occupied','2020-07-14 13:59:37','','1','GF','1',0.00,0.00,1,'accommodation',1,0.00),(2,'102','Shop','','1','0','occupied','2020-07-14 13:59:43','2020-08-06 07:14:17','1','GF','1',0.00,0.00,1,'accommodation',1,0.00),(3,'103','Executive','','1','0','occupied','2020-07-14 13:59:49','','1','GF','1',0.00,0.00,1,'accommodation',1,0.00),(4,'201','Single','','2','5000','occupied','2020-07-29 06:11:54','2020-07-29 06:11:54','1','GF','1',10.00,0.00,1,'rental',1,0.00),(5,'2002','Single','','2','3000','occupied','2020-07-29 15:29:05','2020-07-29 15:29:05','1','GF','1',10.00,10.00,1,'rental',1,0.00),(6,'2003','Double','','2','10000','occupied','2020-07-29 15:29:20','2020-07-29 15:29:20','1','GF','1',10.00,0.00,1,'rental',1,5.00),(7,'2004','Single','','2','50000','occupied','2020-07-29 15:30:01','2020-07-29 15:30:01','1','GF','1',14.00,5.00,1,'rental',1,0.00),(8,'2005','Bed Sitter','','2','5000','vacant','2020-07-29 07:25:15','','1','GF','1',14.00,0.00,1,'rental',1,0.00); /*!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 AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; INSERT INTO `journal` VALUES (1,'1','','Opening balance','2020-07-20 12:54:35','','1','1','2020-07-20 12:54:48','JENTRY-11595238874'),(2,'1','','Opening balance','2020-07-27 14:30:26','','1','1','2020-07-27 14:30:37','JENTRY-11595849425'); /*!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 AUTO_INCREMENT=2 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 */; INSERT INTO `leavegroup` VALUES (1,'general','','0000-00-00 00:00:00','0000-00-00 00:00:00',20,'1/1','31/12',2); /*!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=1154 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-08-08 11:04:22','','','127.0.0.1','loggedin',1),(2,'admin','1','2020-08-08 17:51:18','','','127.0.0.1','loggedin',1),(3,'admin','1','2020-08-19 09:27:43','','','127.0.0.1','loggedin',1),(4,'admin','1','2020-08-19 10:02:30','2020-08-19 10:21:49','','192.168.0.103','loggedin',1),(5,'user','8','2020-08-19 10:22:04','2020-08-19 10:22:40','','192.168.0.103','loggedin',1),(6,'admin','1','2020-08-19 10:22:58','2020-08-19 10:41:37','','192.168.0.103','loggedin',1),(7,'admin','1','2020-08-19 10:42:03','2020-08-19 11:05:33','','192.168.0.103','loggedin',1),(8,'admin','1','2020-08-19 11:09:59','2020-08-19 11:15:45','','192.168.0.103','loggedin',1),(9,'user','8','2020-08-19 11:17:18','','','192.168.0.103','loggedin',1),(10,'admin','1','2007-04-14 00:10:31','2007-04-14 00:17:44','','192.168.0.102','loggedin',1),(11,'admin','1','2007-04-14 00:29:40','','','192.168.0.102','loggedin',1),(12,'admin','1','2007-04-14 00:34:10','2007-04-14 00:45:08','','192.168.0.102','loggedin',1),(13,'admin','1','2007-04-14 00:46:13','2007-04-14 00:48:14','','192.168.0.102','loggedin',1),(14,'user','4','2007-04-14 00:48:58','2007-04-14 01:24:03','','192.168.0.102','loggedin',1),(15,'user','6','2007-04-14 01:24:44','2007-04-14 01:36:48','','192.168.0.102','loggedin',1),(16,'admin','1','2007-04-14 01:43:01','','','192.168.0.105','loggedin',1),(17,'user','4','2007-04-14 01:57:22','2007-04-14 02:01:34','','192.168.0.102','loggedin',1),(18,'user','6','2007-04-14 02:06:33','2007-04-14 02:25:09','','192.168.0.102','loggedin',1),(19,'admin','1','2007-04-14 02:14:05','','','192.168.0.105','loggedin',1),(20,'admin','1','2007-04-14 02:25:17','2007-04-14 02:32:36','','192.168.0.102','loggedin',1),(21,'user','6','2020-08-19 16:29:07','','','192.168.0.102','loggedin',1),(22,'user','6','2020-08-19 16:29:35','','','192.168.0.102','loggedin',1),(23,'admin','1','2020-08-19 16:35:58','','','192.168.0.103','loggedin',1),(24,'user','8','2020-08-20 08:12:31','2020-08-20 10:05:53','','192.168.0.103','loggedin',1),(25,'user','4','2020-08-20 08:26:50','','','192.168.0.102','loggedin',1),(26,'admin','1','2020-08-20 10:06:03','2020-08-20 10:08:05','','192.168.0.103','loggedin',1),(27,'user','8','2020-08-20 10:08:29','2020-08-20 11:43:02','','192.168.0.103','loggedin',1),(28,'admin','1','2020-08-20 11:43:11','','','192.168.0.103','loggedin',1),(29,'user','8','2020-08-20 13:02:30','2020-08-20 13:02:44','','192.168.0.103','loggedin',1),(30,'admin','1','2020-08-20 13:02:52','2020-08-20 13:03:21','','192.168.0.103','loggedin',1),(31,'user','8','2020-08-20 13:03:27','2020-08-20 13:04:33','','192.168.0.103','loggedin',1),(32,'admin','1','2020-08-20 13:04:43','2020-08-20 13:05:32','','192.168.0.103','loggedin',1),(33,'user','8','2020-08-20 13:05:40','2020-08-20 13:06:18','','192.168.0.103','loggedin',1),(34,'user','8','2020-08-20 13:16:49','','','192.168.0.103','loggedin',1),(35,'user','8','2020-08-20 13:46:23','2020-08-20 14:05:39','','192.168.0.103','loggedin',1),(36,'admin','1','2020-08-20 14:05:48','2020-08-20 14:38:30','','192.168.0.103','loggedin',1),(37,'admin','1','2020-08-20 14:38:37','2020-08-20 14:57:08','','192.168.0.103','loggedin',1),(38,'admin','1','2020-08-20 15:19:05','2020-08-20 15:20:05','','192.168.0.103','loggedin',1),(39,'admin','1','2020-08-20 15:21:53','','','192.168.0.102','loggedin',1),(40,'admin','1','2020-08-20 15:22:32','2020-08-20 15:23:27','','192.168.0.102','loggedin',1),(41,'user','6','2020-08-20 15:24:02','','','192.168.0.102','loggedin',1),(42,'user','8','2007-04-14 00:23:55','','','192.168.0.103','loggedin',1),(43,'user','8','2020-08-21 11:12:27','2020-08-21 15:43:10','','192.168.0.103','loggedin',1),(44,'admin','1','2020-08-21 15:43:22','2020-08-21 15:46:39','','192.168.0.103','loggedin',1),(45,'user','8','2020-08-21 15:46:46','','','192.168.0.103','loggedin',1),(46,'user','8','2020-08-21 16:05:10','','','192.168.0.103','loggedin',1),(47,'user','8','2020-08-21 16:23:36','','','192.168.0.103','loggedin',1),(48,'user','8','2020-08-21 16:43:07','','','192.168.0.103','loggedin',1),(49,'user','6','2020-08-22 09:16:09','','','192.168.0.100','loggedin',1),(50,'user','8','2020-08-22 09:29:00','','','192.168.0.103','loggedin',1),(51,'user','8','2020-08-22 11:04:13','','','192.168.0.103','loggedin',1),(52,'user','6','2020-08-22 14:08:37','','','192.168.0.100','loggedin',1),(53,'user','8','2020-08-22 14:09:41','','','192.168.0.103','loggedin',1),(54,'user','6','2020-08-24 08:55:56','','','192.168.0.101','loggedin',1),(55,'user','7','2020-08-24 09:20:16','2020-08-24 09:32:26','','192.168.0.101','loggedin',1),(56,'user','8','2020-08-24 09:23:13','','','192.168.0.103','loggedin',1),(57,'user','4','2020-08-24 09:33:55','','','192.168.0.101','loggedin',1),(58,'user','8','2020-08-24 11:52:14','','','192.168.0.103','loggedin',1),(59,'user','8','2020-08-24 12:13:38','','','192.168.0.103','loggedin',1),(60,'user','8','2020-08-24 12:22:56','2020-08-24 12:30:09','','192.168.0.101','loggedin',1),(61,'user','4','2020-08-24 12:30:21','2020-08-24 16:57:29','','192.168.0.101','loggedin',1),(62,'user','8','2020-08-24 13:01:10','','','192.168.0.103','loggedin',1),(63,'user','8','2020-08-24 14:29:52','','','192.168.0.103','loggedin',1),(64,'user','8','2020-08-24 15:10:28','','','192.168.0.103','loggedin',1),(65,'user','8','2007-04-14 00:32:25','','','192.168.0.103','loggedin',1),(66,'user','6','2007-04-14 00:37:00','2020-08-25 14:59:38','','192.168.0.101','loggedin',1),(67,'user','8','2020-08-25 14:54:36','','','192.168.0.103','loggedin',1),(68,'user','6','2020-08-25 14:59:55','2020-08-25 16:48:37','','192.168.0.101','loggedin',1),(69,'user','8','2007-04-14 00:04:24','','','192.168.0.103','loggedin',1),(70,'user','8','2007-04-14 00:04:26','','','192.168.0.103','loggedin',1),(71,'user','6','2020-08-26 08:31:54','','','192.168.0.101','loggedin',1),(72,'user','8','2020-08-26 08:42:38','','','192.168.0.103','loggedin',1),(73,'user','8','2020-08-26 09:00:32','','','192.168.0.103','loggedin',1),(74,'user','8','2020-08-26 11:43:34','','','192.168.0.103','loggedin',1),(75,'user','6','2020-08-26 13:35:07','2020-08-26 16:51:18','','192.168.0.101','loggedin',1),(76,'user','8','2020-08-26 14:28:58','','','192.168.0.103','loggedin',1),(77,'user','8','2020-08-26 15:52:22','','','192.168.0.103','loggedin',1),(78,'user','8','2020-08-26 16:12:30','','','192.168.0.103','loggedin',1),(79,'user','8','2020-08-27 08:51:09','','','192.168.0.103','loggedin',1),(80,'user','8','2020-08-27 09:27:12','','','192.168.0.103','loggedin',1),(81,'user','7','2020-08-27 09:35:55','','','192.168.0.100','loggedin',1),(82,'user','8','2020-08-27 13:10:04','','','192.168.0.103','loggedin',1),(83,'admin','1','2020-08-27 14:09:33','','','192.168.0.103','loggedin',1),(84,'user','8','2020-08-27 14:20:02','','','192.168.0.103','loggedin',1),(85,'user','8','2020-08-27 14:20:05','','','192.168.0.103','loggedin',1),(86,'user','7','2020-08-27 14:38:06','','','192.168.0.100','loggedin',1),(87,'user','8','2020-08-27 14:40:19','','','192.168.0.103','loggedin',1),(88,'user','8','2020-08-27 15:12:12','','','192.168.0.103','loggedin',1),(89,'user','8','2020-08-27 15:47:36','','','192.168.0.103','loggedin',1),(90,'user','7','2020-08-27 16:54:08','','','192.168.0.100','loggedin',1),(91,'user','4','2007-04-14 00:32:28','','','192.168.0.101','loggedin',1),(92,'user','8','2020-08-28 10:34:17','','','192.168.0.103','loggedin',1),(93,'user','8','2020-08-28 10:52:31','','','192.168.0.103','loggedin',1),(94,'user','8','2020-08-28 11:41:28','','','192.168.0.103','loggedin',1),(95,'user','6','2007-04-14 00:06:13','2020-08-29 11:43:06','','192.168.0.101','loggedin',1),(96,'user','8','2007-04-14 00:10:56','','','192.168.0.103','loggedin',1),(97,'user','8','2020-08-29 11:08:17','','','192.168.0.103','loggedin',1),(98,'user','8','2020-08-29 11:10:21','','','192.168.0.103','loggedin',1),(99,'user','8','2020-08-29 11:10:22','','','192.168.0.103','loggedin',1),(100,'user','8','2020-08-29 11:26:25','','','192.168.0.103','loggedin',1),(101,'user','4','2020-08-29 11:43:26','2020-08-29 11:44:14','','192.168.0.101','loggedin',1),(102,'user','6','2020-08-29 11:52:09','','','192.168.0.101','loggedin',1),(103,'user','6','2007-04-14 01:33:05','','','192.168.0.101','loggedin',1),(104,'user','8','2020-08-31 10:54:17','','','192.168.0.103','loggedin',1),(105,'user','8','2020-08-31 11:21:37','','','192.168.0.103','loggedin',1),(106,'user','6','2020-08-31 16:21:07','','','192.168.0.101','loggedin',1),(107,'user','8','2020-08-31 16:21:53','2020-08-31 16:46:13','','192.168.0.101','loggedin',1),(108,'user','4','2020-09-01 08:58:11','','','192.168.0.102','loggedin',1),(109,'user','8','2020-09-01 09:18:54','','','192.168.0.103','loggedin',1),(110,'user','8','2020-09-01 14:08:57','','','192.168.0.103','loggedin',1),(111,'user','8','2020-09-01 14:11:59','2020-09-01 14:23:09','','192.168.0.103','loggedin',1),(112,'admin','1','2020-09-01 14:23:24','','','192.168.0.103','loggedin',1),(113,'user','8','2020-09-01 14:37:25','','','192.168.0.103','loggedin',1),(114,'user','4','2020-09-01 14:44:33','2020-09-01 17:02:40','','192.168.0.102','loggedin',1),(115,'user','8','2020-09-01 16:25:41','','','192.168.0.103','loggedin',1),(116,'user','4','2020-09-02 08:44:44','','','192.168.0.102','loggedin',1),(117,'user','8','2020-09-02 08:56:01','','','192.168.0.103','loggedin',1),(118,'user','8','2020-09-02 08:56:04','','','192.168.0.103','loggedin',1),(119,'user','4','2020-09-02 11:51:58','','','192.168.0.102','loggedin',1),(120,'user','8','2020-09-02 14:10:33','','','192.168.0.103','loggedin',1),(121,'user','8','2020-09-02 14:31:48','','','192.168.0.103','loggedin',1),(122,'user','4','2020-09-02 15:25:55','','','192.168.0.102','loggedin',1),(123,'user','4','2020-09-02 15:42:21','','','192.168.0.102','loggedin',1),(124,'user','8','2020-09-02 16:35:46','','','192.168.0.103','loggedin',1),(125,'user','8','2007-04-14 00:15:39','','','192.168.0.103','loggedin',1),(126,'user','8','2020-09-03 09:44:32','','','192.168.0.103','loggedin',1),(127,'user','4','2020-09-03 09:48:43','','','192.168.0.102','loggedin',1),(128,'user','8','2020-09-03 10:57:09','','','192.168.0.102','loggedin',1),(129,'user','8','2020-09-03 10:58:23','','','192.168.0.102','loggedin',1),(130,'user','4','2020-09-03 12:41:30','2020-09-03 16:56:03','','192.168.0.102','loggedin',1),(131,'user','8','2020-09-03 15:10:20','','','192.168.0.103','loggedin',1),(132,'user','8','2020-09-03 15:32:57','','','192.168.0.103','loggedin',1),(133,'user','8','2020-09-03 16:33:26','','','192.168.0.103','loggedin',1),(134,'user','8','2020-09-04 08:10:12','2020-09-04 08:47:38','','192.168.0.102','loggedin',1),(135,'user','7','2020-09-04 09:21:40','2020-09-04 11:18:21','','192.168.0.102','loggedin',1),(136,'user','8','2020-09-04 10:25:34','','','192.168.0.103','loggedin',1),(137,'user','7','2020-09-04 11:32:48','2020-09-04 16:50:20','','192.168.0.102','loggedin',1),(138,'user','8','2020-09-04 14:32:44','','','192.168.0.103','loggedin',1),(139,'user','8','2020-09-05 09:06:26','','','192.168.0.100','loggedin',1),(140,'user','7','2020-09-05 09:27:09','','','192.168.0.100','loggedin',1),(141,'user','8','2020-09-05 09:55:46','','','192.168.0.103','loggedin',1),(142,'user','8','2020-09-05 11:27:15','','','192.168.0.103','loggedin',1),(143,'user','8','2020-09-05 12:15:52','','','192.168.0.103','loggedin',1),(144,'user','7','2020-09-05 13:57:25','','','192.168.0.100','loggedin',1),(145,'user','8','2020-09-05 14:10:22','','','192.168.0.100','loggedin',1),(146,'user','8','2020-09-07 08:55:54','','','192.168.0.103','loggedin',1),(147,'user','8','2020-09-07 08:55:56','','','192.168.0.103','loggedin',1),(148,'user','7','2020-09-07 09:48:59','','','192.168.0.101','loggedin',1),(149,'user','8','2020-09-07 11:10:23','','','192.168.0.103','loggedin',1),(150,'user','8','2020-09-07 11:20:53','2020-09-07 11:21:55','','192.168.0.103','loggedin',1),(151,'admin','1','2020-09-07 11:22:04','','','192.168.0.103','loggedin',1),(152,'admin','1','2020-09-07 11:35:26','','','192.168.0.103','loggedin',1),(153,'user','8','2020-09-07 11:39:39','2020-09-07 11:40:29','','192.168.0.103','loggedin',1),(154,'admin','1','2020-09-07 11:40:37','2020-09-07 11:41:00','','192.168.0.103','loggedin',1),(155,'user','8','2020-09-07 11:41:09','','','192.168.0.103','loggedin',1),(156,'user','8','2020-09-07 11:50:13','','','192.168.0.103','loggedin',1),(157,'user','8','2020-09-07 14:36:53','','','192.168.0.103','loggedin',1),(158,'user','8','2020-09-07 16:51:52','','','192.168.0.103','loggedin',1),(159,'user','8','2020-09-07 16:56:23','','','192.168.0.103','loggedin',1),(160,'user','4','2007-04-14 00:05:38','2020-09-08 17:00:09','','192.168.0.101','loggedin',1),(161,'user','8','2020-09-08 08:40:27','','','192.168.0.103','loggedin',1),(162,'user','8','2020-09-08 16:33:50','','','192.168.0.103','loggedin',1),(163,'user','8','2020-09-08 16:33:50','','','192.168.0.103','loggedin',1),(164,'user','8','2020-09-09 08:27:53','','','192.168.0.103','loggedin',1),(165,'user','7','2020-09-09 09:12:17','','','192.168.0.101','loggedin',1),(166,'user','8','2020-09-09 09:22:02','','','192.168.0.103','loggedin',1),(167,'user','8','2007-04-14 00:03:16','','','192.168.0.103','loggedin',1),(168,'user','7','2020-09-09 11:02:01','','','192.168.0.101','loggedin',1),(169,'user','8','2020-09-09 14:33:44','','','192.168.0.103','loggedin',1),(170,'user','8','2020-09-09 14:33:46','','','192.168.0.103','loggedin',1),(171,'user','8','2020-09-09 15:07:22','','','192.168.0.103','loggedin',1),(172,'user','8','2020-09-09 15:53:22','','','192.168.0.103','loggedin',1),(173,'user','8','2020-09-09 15:53:22','','','192.168.0.103','loggedin',1),(174,'user','4','2007-04-14 00:02:58','','','192.168.0.101','loggedin',1),(175,'user','8','2007-04-14 00:04:11','','','192.168.0.103','loggedin',1),(176,'user','4','2020-09-10 08:50:48','','','192.168.0.101','loggedin',1),(177,'user','8','2020-09-10 10:54:51','','','192.168.0.103','loggedin',1),(178,'user','8','2020-09-10 12:33:31','','','192.168.0.103','loggedin',1),(179,'user','8','2020-09-10 16:08:05','','','192.168.0.103','loggedin',1),(180,'user','7','2020-09-11 10:28:22','','','192.168.0.101','loggedin',1),(181,'user','7','2020-09-11 10:40:50','','','192.168.0.102','loggedin',1),(182,'user','8','2020-09-11 11:09:42','','','192.168.0.101','loggedin',1),(183,'user','7','2020-09-11 11:29:02','','','192.168.0.102','loggedin',1),(184,'user','8','2020-09-11 12:48:19','','','192.168.0.101','loggedin',1),(185,'user','7','2020-09-11 16:12:22','','','192.168.0.102','loggedin',1),(186,'user','4','2020-09-12 10:10:10','2020-09-12 13:52:24','','192.168.0.103','loggedin',1),(187,'user','8','2020-09-12 12:00:58','','','192.168.0.101','loggedin',1),(188,'user','8','2020-09-12 12:18:04','','','192.168.0.101','loggedin',1),(189,'user','8','2020-09-12 13:00:22','','','192.168.0.101','loggedin',1),(190,'user','8','2020-09-12 13:01:59','','','192.168.0.101','loggedin',1),(191,'user','4','2020-09-14 08:27:58','','','192.168.0.102','loggedin',1),(192,'user','8','2020-09-14 08:34:32','','','192.168.0.101','loggedin',1),(193,'user','8','2020-09-14 08:47:22','','','192.168.0.101','loggedin',1),(194,'user','8','2020-09-14 08:48:17','','','192.168.0.101','loggedin',1),(195,'user','8','2020-09-14 08:48:56','2020-09-14 10:19:59','','192.168.0.101','loggedin',1),(196,'admin','1','2020-09-14 10:20:15','2020-09-14 10:21:48','','192.168.0.101','loggedin',1),(197,'user','8','2020-09-14 10:27:06','','','192.168.0.101','loggedin',1),(198,'user','8','2020-09-14 10:56:36','','','192.168.0.101','loggedin',1),(199,'user','8','2020-09-14 11:08:06','','','192.168.0.101','loggedin',1),(200,'user','8','2020-09-14 12:53:33','','','192.168.0.101','loggedin',1),(201,'user','8','2020-09-14 14:07:35','','','192.168.0.101','loggedin',1),(202,'user','8','2020-09-14 15:22:05','','','192.168.0.101','loggedin',1),(203,'user','8','2020-09-15 08:40:24','','','192.168.0.101','loggedin',1),(204,'user','8','2020-09-15 08:40:25','','','192.168.0.101','loggedin',1),(205,'user','8','2020-09-15 08:40:54','','','192.168.0.101','loggedin',1),(206,'user','4','2020-09-15 10:14:40','','','192.168.0.102','loggedin',1),(207,'user','8','2020-09-15 11:24:01','','','192.168.0.102','loggedin',1),(208,'user','4','2020-09-15 11:29:32','','','192.168.0.102','loggedin',1),(209,'user','4','2020-09-15 12:29:37','','','192.168.0.102','loggedin',1),(210,'user','8','2020-09-15 12:35:27','','','192.168.0.101','loggedin',1),(211,'user','8','2020-09-15 12:40:34','','','192.168.0.101','loggedin',1),(212,'user','8','2020-09-15 13:00:47','','','192.168.0.101','loggedin',1),(213,'user','4','2020-09-15 13:28:35','2020-09-15 14:30:24','','192.168.0.102','loggedin',1),(214,'user','4','2020-09-15 14:30:33','2020-09-15 16:58:26','','192.168.0.102','loggedin',1),(215,'user','8','2020-09-15 14:57:54','','','192.168.0.101','loggedin',1),(216,'user','8','2020-09-15 16:33:04','','','192.168.0.101','loggedin',1),(217,'user','8','2020-09-15 16:35:38','','','192.168.0.101','loggedin',1),(218,'user','8','2020-09-15 16:46:21','','','192.168.0.101','loggedin',1),(219,'user','4','2020-09-15 16:58:39','2020-09-15 16:58:56','','192.168.0.102','loggedin',1),(220,'user','7','2020-09-16 08:42:31','2020-09-16 16:51:17','','192.168.0.102','loggedin',1),(221,'admin','1','2020-09-16 08:52:31','2020-09-16 09:01:17','','192.168.0.101','loggedin',1),(222,'admin','1','2020-09-16 09:01:27','','','192.168.0.101','loggedin',1),(223,'user','8','2020-09-16 09:02:54','','','192.168.0.101','loggedin',1),(224,'user','8','2020-09-16 09:15:28','','','192.168.0.101','loggedin',1),(225,'user','8','2020-09-16 09:38:00','2020-09-16 09:54:47','','192.168.0.101','loggedin',1),(226,'user','8','2020-09-16 09:56:21','','','192.168.0.101','loggedin',1),(227,'user','8','2020-09-16 11:10:39','','','192.168.0.101','loggedin',1),(228,'user','8','2020-09-16 11:29:45','','','192.168.0.101','loggedin',1),(229,'user','8','2020-09-16 11:29:47','','','192.168.0.101','loggedin',1),(230,'user','8','2020-09-16 11:54:51','','','192.168.0.101','loggedin',1),(231,'user','8','2020-09-16 12:43:14','','','192.168.0.101','loggedin',1),(232,'user','8','2020-09-16 13:00:45','','','192.168.0.101','loggedin',1),(233,'user','8','2020-09-16 15:04:54','','','192.168.0.101','loggedin',1),(234,'user','4','2020-09-17 08:58:06','','','192.168.0.102','loggedin',1),(235,'user','8','2020-09-17 11:32:16','','','192.168.0.101','loggedin',1),(236,'user','8','2020-09-17 13:01:45','','','192.168.0.101','loggedin',1),(237,'user','8','2020-09-17 13:25:58','','','192.168.0.101','loggedin',1),(238,'user','8','2020-09-17 14:46:05','','','192.168.0.101','loggedin',1),(239,'user','7','2020-09-18 09:48:19','','','192.168.0.102','loggedin',1),(240,'user','4','2020-09-18 10:15:58','','','192.168.0.100','loggedin',1),(241,'user','8','2020-09-18 10:24:20','','','192.168.0.102','loggedin',1),(242,'user','8','2020-09-18 12:04:22','','','192.168.0.102','loggedin',1),(243,'user','8','2020-09-18 13:01:42','','','192.168.0.102','loggedin',1),(244,'user','4','2020-09-18 13:02:07','','','192.168.0.100','loggedin',1),(245,'user','8','2020-09-18 13:03:01','','','192.168.0.102','loggedin',1),(246,'user','8','2020-09-18 13:37:47','','','192.168.0.102','loggedin',1),(247,'user','8','2020-09-18 13:58:22','','','192.168.0.102','loggedin',1),(248,'user','8','2020-09-18 13:58:24','','','192.168.0.102','loggedin',1),(249,'user','8','2020-09-18 15:18:53','','','192.168.0.102','loggedin',1),(250,'user','8','2020-09-18 15:18:54','','','192.168.0.102','loggedin',1),(251,'user','4','2020-09-18 15:19:55','2020-09-18 16:43:34','','192.168.0.100','loggedin',1),(252,'user','8','2020-09-18 15:32:54','','','192.168.0.102','loggedin',1),(253,'user','8','2020-09-18 15:34:32','','','192.168.0.102','loggedin',1),(254,'user','8','2020-09-18 15:47:39','','','192.168.0.102','loggedin',1),(255,'user','4','2020-09-19 09:04:59','','','192.168.0.100','loggedin',1),(256,'user','8','2020-09-19 10:32:16','','','192.168.0.102','loggedin',1),(257,'user','7','2020-09-19 11:23:39','','','192.168.0.102','loggedin',1),(258,'user','4','2020-09-19 11:34:35','2020-09-19 13:43:39','','192.168.0.100','loggedin',1),(259,'user','8','2020-09-19 13:46:27','','','192.168.0.102','loggedin',1),(260,'user','4','2007-04-14 00:05:02','2020-09-21 16:49:56','','192.168.0.101','loggedin',1),(261,'user','8','2020-09-21 10:20:53','','','192.168.0.102','loggedin',1),(262,'user','8','2020-09-21 11:25:11','','','192.168.0.102','loggedin',1),(263,'user','8','2020-09-21 15:35:26','','','192.168.0.102','loggedin',1),(264,'user','8','2020-09-21 15:58:49','','','192.168.0.102','loggedin',1),(265,'user','4','2020-09-22 09:23:34','2020-09-22 16:28:15','','192.168.0.101','loggedin',1),(266,'user','8','2020-09-22 10:43:32','','','192.168.0.102','loggedin',1),(267,'user','8','2020-09-22 12:20:37','','','192.168.0.102','loggedin',1),(268,'user','8','2020-09-22 12:37:02','','','192.168.0.102','loggedin',1),(269,'user','8','2020-09-22 16:17:22','','','192.168.0.102','loggedin',1),(270,'user','7','2020-09-23 09:11:05','','','192.168.0.101','loggedin',1),(271,'user','7','2020-09-23 09:12:22','2020-09-23 09:12:29','','192.168.0.102','loggedin',1),(272,'user','4','2020-09-23 09:13:52','','','192.168.0.102','loggedin',1),(273,'user','8','2020-09-23 09:18:55','','','192.168.0.101','loggedin',1),(274,'user','8','2020-09-23 11:31:48','','','192.168.0.101','loggedin',1),(275,'user','8','2020-09-23 11:33:52','','','192.168.0.101','loggedin',1),(276,'user','4','2020-09-23 14:46:00','2020-09-23 16:43:13','','192.168.0.102','loggedin',1),(277,'user','8','2020-09-23 16:31:17','','','192.168.0.101','loggedin',1),(278,'user','8','2020-09-24 08:30:06','','','192.168.0.101','loggedin',1),(279,'user','8','2020-09-24 08:30:06','','','192.168.0.101','loggedin',1),(280,'user','8','2020-09-24 08:30:40','','','192.168.0.101','loggedin',1),(281,'user','4','2020-09-24 08:38:20','2020-09-24 16:54:32','','192.168.0.102','loggedin',1),(282,'user','8','2020-09-24 08:39:58','','','192.168.0.101','loggedin',1),(283,'user','4','2020-09-25 10:25:07','2020-09-25 12:15:05','','192.168.0.104','loggedin',1),(284,'user','8','2020-09-25 10:28:04','','','192.168.0.103','loggedin',1),(285,'user','4','2020-09-25 12:19:03','2020-09-25 16:38:06','','192.168.0.104','loggedin',1),(286,'user','8','2020-09-25 16:10:47','','','192.168.0.103','loggedin',1),(287,'user','8','2020-09-26 10:19:32','','','192.168.0.103','loggedin',1),(288,'user','8','2020-09-26 10:29:42','','','192.168.0.103','loggedin',1),(289,'user','4','2020-09-26 10:43:52','2020-09-26 13:42:17','','192.168.0.102','loggedin',1),(290,'user','8','2020-09-26 11:48:03','','','192.168.0.103','loggedin',1),(291,'user','4','2020-09-28 08:55:08','','','192.168.0.101','loggedin',1),(292,'user','8','2020-09-28 09:50:28','','','192.168.0.103','loggedin',1),(293,'user','8','2020-09-28 09:51:05','','','192.168.0.103','loggedin',1),(294,'user','8','2020-09-28 12:38:40','','','192.168.0.103','loggedin',1),(295,'user','4','2020-09-28 16:13:50','','','192.168.0.101','loggedin',1),(296,'user','8','2007-04-14 00:17:51','','','192.168.0.103','loggedin',1),(297,'user','8','2020-09-29 08:37:06','','','192.168.0.103','loggedin',1),(298,'user','8','2020-09-29 09:24:02','','','192.168.0.103','loggedin',1),(299,'user','4','2020-09-29 10:43:55','','','192.168.0.104','loggedin',1),(300,'user','8','2020-09-29 13:14:58','2020-09-29 13:16:28','','192.168.0.104','loggedin',1),(301,'user','4','2020-09-29 13:16:39','2020-09-29 16:37:28','','192.168.0.104','loggedin',1),(302,'user','8','2020-09-29 14:11:46','','','192.168.0.103','loggedin',1),(303,'user','4','2020-09-30 10:10:49','2020-09-30 16:45:06','','192.168.0.104','loggedin',1),(304,'user','4','2020-10-01 10:28:01','2020-10-01 16:52:03','','192.168.0.104','loggedin',1),(305,'user','8','2020-10-01 13:28:31','','','192.168.0.103','loggedin',1),(306,'user','4','2020-10-02 09:16:51','','','192.168.0.104','loggedin',1),(307,'user','8','2020-10-02 10:49:09','','','192.168.0.103','loggedin',1),(308,'user','8','2020-10-02 10:52:38','','','192.168.0.103','loggedin',1),(309,'user','8','2020-10-02 11:22:36','','','192.168.0.103','loggedin',1),(310,'user','8','2020-10-02 14:19:58','','','192.168.0.103','loggedin',1),(311,'user','4','2020-10-02 14:24:28','','','192.168.0.104','loggedin',1),(312,'user','8','2020-10-02 15:49:59','','','192.168.0.103','loggedin',1),(313,'user','4','2020-10-03 09:21:20','2020-10-03 13:56:17','','192.168.0.104','loggedin',1),(314,'user','8','2020-10-03 09:49:20','','','192.168.0.103','loggedin',1),(315,'user','8','2020-10-05 09:28:13','','','192.168.0.103','loggedin',1),(316,'user','4','2020-10-05 09:32:55','2020-10-05 16:58:11','','192.168.0.102','loggedin',1),(317,'user','8','2020-10-05 09:40:33','','','192.168.0.103','loggedin',1),(318,'user','8','2020-10-05 15:32:58','','','192.168.0.103','loggedin',1),(319,'user','8','2007-04-14 12:34:32','','','192.168.0.103','loggedin',1),(320,'user','4','2020-10-06 09:40:24','','','192.168.0.102','loggedin',1),(321,'user','8','2020-10-06 10:03:26','','','192.168.0.103','loggedin',1),(322,'user','8','2020-10-06 11:17:59','','','192.168.0.103','loggedin',1),(323,'user','4','2020-10-07 09:33:20','','','192.168.0.101','loggedin',1),(324,'user','8','2020-10-07 11:20:22','','','192.168.0.103','loggedin',1),(325,'user','8','2020-10-07 11:21:47','','','192.168.0.103','loggedin',1),(326,'user','8','2020-10-07 13:24:35','','','192.168.0.103','loggedin',1),(327,'user','8','2020-10-07 13:39:28','','','192.168.0.103','loggedin',1),(328,'user','4','2020-10-07 14:11:25','2020-10-07 16:49:33','','192.168.0.101','loggedin',1),(329,'user','8','2007-04-14 00:10:07','','','192.168.0.103','loggedin',1),(330,'user','4','2007-04-14 00:21:19','','','192.168.0.102','loggedin',1),(331,'user','8','2020-10-08 11:53:32','','','192.168.0.103','loggedin',1),(332,'user','4','2020-10-08 11:57:08','','','192.168.0.102','loggedin',1),(333,'user','8','2020-10-08 12:41:19','','','192.168.0.103','loggedin',1),(334,'user','8','2020-10-08 13:48:56','','','192.168.0.103','loggedin',1),(335,'user','8','2020-10-08 14:00:32','','','192.168.0.103','loggedin',1),(336,'user','8','2020-10-08 14:33:33','','','192.168.0.103','loggedin',1),(337,'user','8','2020-10-08 14:57:30','','','192.168.0.103','loggedin',1),(338,'user','8','2020-10-08 15:15:29','','','192.168.0.103','loggedin',1),(339,'user','8','2020-10-08 15:33:21','','','192.168.0.103','loggedin',1),(340,'user','4','2020-10-08 08:48:34','2020-10-08 08:56:42','','192.168.0.102','loggedin',1),(341,'user','8','2020-10-08 08:49:58','','','192.168.0.103','loggedin',1),(342,'user','4','2020-10-08 08:57:02','2020-10-09 09:06:05','','192.168.0.102','loggedin',1),(343,'user','8','2020-10-09 09:23:46','','','192.168.0.103','loggedin',1),(344,'user','4','2020-10-09 09:49:40','','','192.168.0.102','loggedin',1),(345,'user','8','2020-10-09 09:52:31','','','192.168.0.103','loggedin',1),(346,'user','8','2020-10-09 10:08:04','','','192.168.0.103','loggedin',1),(347,'user','8','2020-10-09 13:07:32','2020-10-09 13:19:15','','192.168.0.102','loggedin',1),(348,'admin','1','2020-10-09 13:19:23','','','192.168.0.103','loggedin',1),(349,'user','4','2020-10-09 13:19:31','','','192.168.0.102','loggedin',1),(350,'user','4','2020-10-09 16:32:27','2020-10-09 16:53:49','','192.168.0.102','loggedin',1),(351,'user','4','2020-10-12 08:41:36','','','192.168.0.101','loggedin',1),(352,'user','8','2020-10-12 08:56:44','','','192.168.0.103','loggedin',1),(353,'user','7','2020-10-12 12:18:07','','','192.168.0.103','loggedin',1),(354,'user','4','2020-10-12 12:22:41','','','192.168.0.102','loggedin',1),(355,'user','8','2020-10-12 12:55:14','','','192.168.0.102','loggedin',1),(356,'user','4','2020-10-12 12:57:13','2020-10-12 16:35:06','','192.168.0.102','loggedin',1),(357,'user','8','2020-10-12 15:50:32','','','192.168.0.103','loggedin',1),(358,'user','8','2020-10-12 15:54:21','','','192.168.0.103','loggedin',1),(359,'user','4','2020-10-12 16:35:58','2020-10-12 16:38:42','','192.168.0.102','loggedin',1),(360,'user','8','2020-10-13 07:58:44','','','192.168.0.103','loggedin',1),(361,'user','4','2020-10-13 11:08:52','2020-10-13 16:56:27','','192.168.0.102','loggedin',1),(362,'user','8','2020-10-14 09:06:49','','','192.168.0.103','loggedin',1),(363,'user','4','2020-10-14 09:19:07','','','192.168.0.101','loggedin',1),(364,'user','4','2020-10-14 15:31:09','2020-10-14 16:57:55','','192.168.0.101','loggedin',1),(365,'user','8','2020-10-15 10:04:01','','','192.168.0.103','loggedin',1),(366,'user','4','2020-10-15 10:05:54','','','192.168.0.101','loggedin',1),(367,'user','8','2020-10-15 13:11:04','','','192.168.0.103','loggedin',1),(368,'user','8','2020-10-16 08:51:37','','','192.168.0.103','loggedin',1),(369,'user','4','2020-10-16 10:22:18','2020-10-16 16:42:23','','192.168.0.101','loggedin',1),(370,'user','8','2020-10-16 12:14:23','','','192.168.0.103','loggedin',1),(371,'admin','1','2020-10-16 12:32:07','','','192.168.0.107','loggedin',1),(372,'user','8','2020-10-16 15:11:10','','','192.168.0.109','loggedin',1),(373,'user','4','2020-10-17 09:54:47','2020-10-17 14:03:56','','192.168.0.101','loggedin',1),(374,'user','8','2020-10-17 10:04:36','','','192.168.0.109','loggedin',1),(375,'user','8','2020-10-17 10:17:16','','','192.168.0.103','loggedin',1),(376,'user','8','2020-10-19 07:49:40','','','192.168.0.103','loggedin',1),(377,'user','8','2020-10-19 08:53:22','','','192.168.0.103','loggedin',1),(378,'user','4','2020-10-19 09:52:58','','','192.168.0.104','loggedin',1),(379,'user','8','2020-10-19 14:05:52','','','192.168.0.103','loggedin',1),(380,'user','8','2020-10-19 15:29:48','','','192.168.0.103','loggedin',1),(381,'user','8','2020-10-19 16:34:57','','','192.168.0.104','loggedin',1),(382,'user','4','2020-10-19 16:38:17','','','192.168.0.104','loggedin',1),(383,'user','8','2020-10-19 16:40:55','2020-10-19 16:51:28','','192.168.0.104','loggedin',1),(384,'user','4','2020-10-19 16:54:35','','','192.168.0.104','loggedin',1),(385,'user','8','2007-04-14 00:15:02','','','192.168.0.103','loggedin',1),(386,'user','8','2020-10-21 08:30:17','','','192.168.0.103','loggedin',1),(387,'user','8','2020-10-21 09:01:59','','','192.168.0.103','loggedin',1),(388,'user','4','2020-10-21 09:04:20','','','192.168.0.101','loggedin',1),(389,'user','4','2020-10-21 09:34:31','2020-10-21 17:01:48','','192.168.0.101','loggedin',1),(390,'user','8','2020-10-21 14:28:50','','','192.168.0.103','loggedin',1),(391,'user','4','2020-10-22 08:36:02','','','192.168.0.101','loggedin',1),(392,'user','8','2020-10-22 09:28:25','','','192.168.0.103','loggedin',1),(393,'user','8','2020-10-22 12:12:56','','','192.168.0.103','loggedin',1),(394,'user','4','2020-10-23 08:47:35','','','192.168.0.101','loggedin',1),(395,'user','4','2020-10-23 10:17:25','','','192.168.0.101','loggedin',1),(396,'user','8','2020-10-23 10:26:55','','','192.168.0.103','loggedin',1),(397,'user','8','2020-10-23 13:20:19','','','192.168.0.103','loggedin',1),(398,'user','4','2020-10-24 10:59:32','','','192.168.0.100','loggedin',1),(399,'user','8','2020-10-24 13:03:02','','','192.168.0.103','loggedin',1),(400,'user','6','2007-04-14 00:29:48','','','192.168.0.101','loggedin',1),(401,'user','4','2007-04-14 00:26:02','','','192.168.0.102','loggedin',1),(402,'admin','1','2020-10-27 12:33:43','','','41.90.108.58','loggedin',1),(403,'user','4','2020-10-27 12:50:16','2020-10-27 13:13:28','','41.90.108.58','loggedin',1),(404,'admin','1','2020-10-27 12:52:42','2020-10-27 12:54:04','','41.90.7.117','loggedin',1),(405,'user','8','2020-10-27 13:09:03','','','41.90.108.58','loggedin',1),(406,'user','8','2020-10-27 13:09:36','','','41.90.108.58','loggedin',1),(407,'user','8','2020-10-27 13:13:46','2020-10-27 13:22:49','','41.90.108.58','loggedin',1),(408,'admin','1','2020-10-27 13:15:41','','','41.90.4.249','loggedin',1),(409,'user','4','2020-10-27 13:23:07','','','41.90.108.58','loggedin',1),(410,'user','8','2020-10-27 14:16:51','','','41.90.108.58','loggedin',1),(411,'admin','1','2020-10-27 14:50:03','','','41.90.5.49','loggedin',1),(412,'user','8','2020-10-27 15:00:41','','','41.90.108.58','loggedin',1),(413,'user','6','2020-10-27 15:03:14','2020-10-27 15:04:17','','41.90.108.58','loggedin',1),(414,'user','8','2020-10-27 15:22:50','','','41.90.108.58','loggedin',1),(415,'user','4','2020-10-27 15:31:38','','','41.90.108.58','loggedin',1),(416,'user','8','2020-10-27 16:05:24','2020-10-27 16:27:14','','41.90.108.58','loggedin',1),(417,'user','4','2020-10-27 16:27:26','2020-10-27 17:05:20','','41.90.108.58','loggedin',1),(418,'user','8','2020-10-28 09:06:40','','','41.90.108.58','loggedin',1),(419,'user','4','2020-10-28 09:48:22','','','41.90.108.58','loggedin',1),(420,'user','8','2020-10-28 10:28:02','','','41.90.108.58','loggedin',1),(421,'admin','1','2020-10-28 10:48:29','','','41.90.5.81','loggedin',1),(422,'admin','1','2020-10-28 11:40:22','','','196.201.218.22','loggedin',1),(423,'user','8','2020-10-28 15:05:02','','','41.90.108.58','loggedin',1),(424,'user','4','2020-10-28 15:46:53','2020-10-28 16:55:44','','41.90.108.58','loggedin',1),(425,'user','8','2020-10-29 08:14:23','','','41.90.108.58','loggedin',1),(426,'user','4','2020-10-29 08:49:44','2020-10-29 16:55:11','','41.90.108.58','loggedin',1),(427,'user','8','2020-10-29 12:38:12','','','41.90.108.58','loggedin',1),(428,'user','8','2020-10-29 14:06:58','','','41.90.108.58','loggedin',1),(429,'user','8','2020-10-29 16:24:29','','','41.90.108.58','loggedin',1),(430,'admin','1','2020-10-29 16:47:27','','','41.90.6.153','loggedin',1),(431,'user','8','2020-10-30 07:40:16','','','41.90.108.58','loggedin',1),(432,'user','8','2020-10-30 11:17:24','','','41.90.108.58','loggedin',1),(433,'user','4','2020-10-30 14:18:53','2020-10-30 14:59:16','','41.90.108.58','loggedin',1),(434,'user','8','2020-10-30 14:38:37','','','41.90.108.58','loggedin',1),(435,'user','8','2020-10-30 14:43:29','','','41.90.108.58','loggedin',1),(436,'user','8','2020-10-30 14:59:40','2020-10-30 15:06:19','','41.90.108.58','loggedin',1),(437,'user','4','2020-10-30 15:06:59','2020-10-30 16:32:17','','41.90.108.58','loggedin',1),(438,'user','8','2020-10-30 16:44:18','','','41.90.108.58','loggedin',1),(439,'user','4','2020-10-31 09:16:39','','','41.90.108.58','loggedin',1),(440,'user','8','2020-10-31 09:34:20','','','41.90.108.58','loggedin',1),(441,'user','4','2020-10-31 13:39:28','2020-10-31 14:00:49','','41.90.108.58','loggedin',1),(442,'user','8','2020-11-02 07:53:06','','','41.90.108.58','loggedin',1),(443,'user','4','2020-11-02 08:38:16','2020-11-02 17:01:54','','41.90.108.58','loggedin',1),(444,'user','8','2020-11-02 12:01:10','','','41.90.108.58','loggedin',1),(445,'admin','1','2020-11-02 12:26:27','2020-11-02 12:29:11','','41.84.152.6','loggedin',1),(446,'user','8','2020-11-02 12:34:54','','','41.90.108.58','loggedin',1),(447,'user','8','2020-11-02 14:44:54','','','41.90.108.58','loggedin',1),(448,'user','8','2020-11-02 15:14:14','','','41.90.108.58','loggedin',1),(449,'user','8','2020-11-02 15:48:29','','','41.90.108.58','loggedin',1),(450,'user','8','2020-11-03 08:07:16','','','41.90.108.58','loggedin',1),(451,'user','4','2020-11-03 08:16:33','','','41.90.108.58','loggedin',1),(452,'user','8','2020-11-03 08:17:06','','','41.90.108.58','loggedin',1),(453,'user','8','2020-11-03 08:34:13','','','41.90.108.58','loggedin',1),(454,'user','8','2020-11-03 09:37:37','','','41.90.108.58','loggedin',1),(455,'admin','1','2020-11-03 10:53:03','','','154.70.36.107','loggedin',1),(456,'admin','1','2020-11-03 12:07:12','2020-11-03 14:09:17','','154.70.36.107','loggedin',1),(457,'user','4','2020-11-03 12:40:52','','','41.90.108.58','loggedin',1),(458,'admin','1','2020-11-03 15:08:20','2020-11-03 15:54:04','','41.90.6.227','loggedin',1),(459,'user','8','2020-11-03 15:09:55','2020-11-03 16:03:04','','41.90.108.58','loggedin',1),(460,'user','4','2020-11-03 16:03:21','2020-11-03 16:54:05','','41.90.108.58','loggedin',1),(461,'user','4','2020-11-04 09:18:53','','','41.90.108.58','loggedin',1),(462,'user','8','2020-11-04 09:22:51','2020-11-04 09:38:53','','41.90.108.58','loggedin',1),(463,'user','4','2020-11-04 09:39:16','2020-11-04 09:40:29','','41.90.108.58','loggedin',1),(464,'user','8','2020-11-04 13:45:24','','','41.90.108.58','loggedin',1),(465,'user','4','2020-11-04 15:52:11','','','41.90.108.58','loggedin',1),(466,'user','8','2020-11-04 16:27:13','','','41.90.108.58','loggedin',1),(467,'admin','1','2020-11-05 07:19:11','2020-11-05 07:44:51','','41.90.7.208','loggedin',1),(468,'admin','1','2020-11-05 08:12:29','','','41.90.5.143','loggedin',1),(469,'admin','1','2020-11-05 08:27:00','','','41.90.5.143','loggedin',1),(470,'user','8','2020-11-05 08:49:22','','','41.90.108.58','loggedin',1),(471,'user','4','2020-11-05 08:54:51','','','41.90.108.58','loggedin',1),(472,'user','8','2020-11-05 08:58:59','','','41.90.108.58','loggedin',1),(473,'user','8','2020-11-05 09:10:43','','','41.90.108.58','loggedin',1),(474,'user','8','2020-11-05 09:23:39','','','41.90.108.58','loggedin',1),(475,'user','8','2020-11-05 09:41:16','','','41.90.108.58','loggedin',1),(476,'user','8','2020-11-05 10:18:30','2020-11-05 10:31:34','','41.90.108.58','loggedin',1),(477,'user','4','2020-11-05 10:31:43','2020-11-05 16:37:25','','41.90.108.58','loggedin',1),(478,'user','8','2020-11-05 14:40:58','','','41.90.108.58','loggedin',1),(479,'user','8','2020-11-05 14:52:22','','','41.90.108.58','loggedin',1),(480,'user','8','2020-11-05 16:15:09','','','41.90.108.58','loggedin',1),(481,'user','8','2020-11-05 16:21:07','','','41.90.108.58','loggedin',1),(482,'admin','1','2020-11-05 16:36:10','','','196.201.218.171','loggedin',1),(483,'user','8','2020-11-06 07:53:15','','','41.90.108.58','loggedin',1),(484,'admin','1','2020-11-06 08:15:20','','','41.90.108.58','loggedin',1),(485,'user','8','2020-11-06 08:21:18','2020-11-06 08:32:36','','41.90.108.58','loggedin',1),(486,'admin','1','2020-11-06 08:32:45','2020-11-06 08:35:33','','41.90.108.58','loggedin',1),(487,'user','8','2020-11-06 08:35:44','','','41.90.108.58','loggedin',1),(488,'user','8','2020-11-06 08:39:56','2020-11-06 09:23:53','','41.90.108.58','loggedin',1),(489,'user','4','2020-11-06 09:27:56','','','41.90.108.58','loggedin',1),(490,'user','8','2020-11-06 09:58:50','','','41.90.108.58','loggedin',1),(491,'admin','1','2020-11-06 11:13:26','','','41.90.108.58','loggedin',1),(492,'user','8','2020-11-06 11:37:15','','','41.90.108.58','loggedin',1),(493,'user','4','2020-11-06 12:40:06','','','41.90.108.58','loggedin',1),(494,'user','8','2020-11-06 12:44:54','','','41.90.108.58','loggedin',1),(495,'user','8','2020-11-06 13:32:07','','','41.90.108.58','loggedin',1),(496,'user','8','2020-11-06 13:36:59','','','41.90.108.58','loggedin',1),(497,'user','8','2020-11-06 13:39:08','','','41.90.108.58','loggedin',1),(498,'user','8','2020-11-06 13:50:07','','','41.90.108.58','loggedin',1),(499,'user','4','2020-11-06 14:49:11','2020-11-06 17:11:46','','41.90.108.58','loggedin',1),(500,'user','8','2020-11-06 15:15:08','','','41.90.108.58','loggedin',1),(501,'user','8','2020-11-06 15:33:29','','','41.90.108.58','loggedin',1),(502,'user','8','2020-11-06 16:59:07','','','41.90.108.58','loggedin',1),(503,'user','8','2020-11-06 17:00:46','','','41.90.108.58','loggedin',1),(504,'user','4','2020-11-07 09:58:25','','','41.90.108.58','loggedin',1),(505,'user','8','2020-11-07 11:59:23','','','41.90.108.58','loggedin',1),(506,'user','8','2020-11-07 12:23:02','','','41.90.108.58','loggedin',1),(507,'user','4','2020-11-07 13:04:08','2020-11-07 14:12:30','','41.90.108.58','loggedin',1),(508,'user','8','2020-11-07 13:41:48','','','41.90.108.58','loggedin',1),(509,'user','8','2020-11-07 13:46:22','','','41.90.108.58','loggedin',1),(510,'user','4','2020-11-07 14:12:44','2020-11-07 14:13:31','','41.90.108.58','loggedin',1),(511,'user','4','2020-11-09 08:53:51','2020-11-09 16:52:13','','41.90.108.58','loggedin',1),(512,'user','8','2020-11-09 08:58:57','','','41.90.108.58','loggedin',1),(513,'user','8','2020-11-09 15:44:50','','','41.90.108.58','loggedin',1),(514,'user','4','2020-11-10 09:44:12','2020-11-10 16:38:13','','41.90.108.58','loggedin',1),(515,'user','8','2020-11-10 10:15:54','','','41.90.108.58','loggedin',1),(516,'user','8','2020-11-10 13:50:10','','','41.90.108.58','loggedin',1),(517,'user','8','2020-11-11 10:53:13','','','41.139.143.181','loggedin',1),(518,'admin','1','2020-11-11 14:30:23','2020-11-11 14:31:31','','41.90.6.31','loggedin',1),(519,'user','8','2020-11-12 09:19:06','','','41.139.143.181','loggedin',1),(520,'admin','1','2020-11-12 10:10:52','','','196.201.218.121','loggedin',1),(521,'user','6','2020-11-12 10:20:35','','','41.139.143.181','loggedin',1),(522,'user','8','2020-11-12 10:46:06','','','41.139.143.181','loggedin',1),(523,'user','6','2020-11-12 11:03:09','','','41.139.143.181','loggedin',1),(524,'user','8','2020-11-12 13:34:31','','','41.139.143.181','loggedin',1),(525,'user','8','2020-11-12 13:54:38','','','41.139.143.181','loggedin',1),(526,'user','6','2020-11-12 13:56:23','','','41.139.143.181','loggedin',1),(527,'user','6','2020-11-12 13:59:03','','','41.139.143.181','loggedin',1),(528,'user','8','2020-11-12 14:01:07','','','41.139.143.181','loggedin',1),(529,'user','6','2020-11-12 14:38:26','','','41.139.143.181','loggedin',1),(530,'admin','1','2020-11-12 15:18:11','','','154.70.45.46','loggedin',1),(531,'user','6','2020-11-12 15:24:09','','','41.139.143.181','loggedin',1),(532,'user','8','2020-11-13 09:30:53','','','41.139.143.181','loggedin',1),(533,'user','6','2020-11-13 09:54:24','','','41.139.143.181','loggedin',1),(534,'user','8','2020-11-13 11:28:12','','','41.139.143.181','loggedin',1),(535,'admin','1','2020-11-13 12:04:16','','','41.90.6.31','loggedin',1),(536,'admin','1','2020-11-13 12:09:25','','','41.90.5.59','loggedin',1),(537,'user','8','2020-11-13 14:37:39','','','41.139.143.181','loggedin',1),(538,'user','4','2020-11-13 14:48:07','2020-11-13 14:48:19','','41.139.143.181','loggedin',1),(539,'user','6','2020-11-13 14:48:58','','','41.139.143.181','loggedin',1),(540,'user','4','2020-11-14 09:10:18','','','41.139.143.181','loggedin',1),(541,'user','4','2020-11-14 17:21:56','','','41.139.143.181','loggedin',1),(542,'user','4','2020-11-16 10:20:33','2020-11-16 12:33:57','','41.139.143.181','loggedin',1),(543,'user','8','2020-11-16 11:31:08','','','41.139.143.181','loggedin',1),(544,'user','4','2020-11-16 12:35:05','2020-11-16 17:06:35','','41.139.143.181','loggedin',1),(545,'user','8','2020-11-16 16:49:41','','','41.139.143.181','loggedin',1),(546,'user','4','2020-11-17 08:49:25','2020-11-17 14:16:42','','41.139.143.181','loggedin',1),(547,'user','8','2020-11-17 11:40:46','','','41.139.143.181','loggedin',1),(548,'user','8','2020-11-17 12:40:38','','','41.139.143.181','loggedin',1),(549,'admin','1','2020-11-17 13:01:49','','','154.70.45.46','loggedin',1),(550,'user','4','2020-11-18 09:26:31','','','41.139.143.181','loggedin',1),(551,'user','8','2020-11-18 10:14:33','','','41.139.143.181','loggedin',1),(552,'user','8','2020-11-18 12:18:05','','','41.139.143.181','loggedin',1),(553,'user','4','2020-11-18 12:37:50','2020-11-18 16:46:40','','41.139.143.181','loggedin',1),(554,'user','8','2020-11-18 13:19:23','','','41.139.143.181','loggedin',1),(555,'user','8','2020-11-18 13:23:50','','','41.139.143.181','loggedin',1),(556,'user','8','2020-11-18 16:46:36','','','41.139.143.181','loggedin',1),(557,'user','4','2020-11-19 08:59:58','2020-11-19 16:47:58','','41.139.143.181','loggedin',1),(558,'user','8','2020-11-19 09:29:12','','','41.139.143.181','loggedin',1),(559,'user','8','2020-11-19 10:12:29','','','41.139.143.181','loggedin',1),(560,'user','8','2020-11-20 09:07:27','','','41.139.143.181','loggedin',1),(561,'user','4','2020-11-20 09:30:25','','','41.139.143.181','loggedin',1),(562,'admin','1','2020-11-20 09:33:22','','','154.70.45.46','loggedin',1),(563,'user','8','2020-11-20 09:43:34','','','41.139.143.181','loggedin',1),(564,'admin','1','2020-11-20 09:54:46','','','102.5.6.187','loggedin',1),(565,'user','8','2020-11-20 11:04:53','','','41.139.143.181','loggedin',1),(566,'user','8','2020-11-20 11:25:14','','','41.139.143.181','loggedin',1),(567,'user','8','2020-11-20 15:11:42','','','41.139.143.181','loggedin',1),(568,'user','4','2020-11-20 16:44:57','2020-11-20 17:09:30','','41.139.143.181','loggedin',1),(569,'user','6','2020-11-21 09:27:23','','','41.139.143.181','loggedin',1),(570,'user','8','2020-11-21 09:43:46','','','41.139.143.181','loggedin',1),(571,'user','8','2020-11-21 10:27:51','','','41.139.143.181','loggedin',1),(572,'user','8','2020-11-21 11:04:31','','','41.139.143.181','loggedin',1),(573,'user','6','2020-11-21 12:08:18','2020-11-21 15:06:51','','41.139.143.181','loggedin',1),(574,'user','8','2020-11-21 12:12:34','','','41.139.143.181','loggedin',1),(575,'user','4','2020-11-23 08:46:14','2020-11-23 17:34:16','','41.139.143.181','loggedin',1),(576,'user','8','2020-11-23 10:45:38','','','41.139.143.181','loggedin',1),(577,'user','8','2020-11-23 10:57:21','','','41.139.143.181','loggedin',1),(578,'user','8','2020-11-23 13:13:54','','','41.139.143.181','loggedin',1),(579,'user','4','2020-11-24 09:23:24','','','41.139.143.181','loggedin',1),(580,'user','8','2020-11-24 09:25:55','','','41.139.143.181','loggedin',1),(581,'user','8','2020-11-24 09:47:01','','','41.139.143.181','loggedin',1),(582,'user','4','2020-11-24 13:42:29','2020-11-24 16:29:18','','41.139.143.181','loggedin',1),(583,'user','8','2020-11-24 14:22:36','','','41.139.143.181','loggedin',1),(584,'user','8','2020-11-24 16:33:59','','','41.139.143.181','loggedin',1),(585,'user','8','2020-11-25 08:29:17','','','41.139.143.181','loggedin',1),(586,'user','8','2020-11-25 08:39:42','','','41.139.143.181','loggedin',1),(587,'user','4','2020-11-25 09:10:53','','','41.139.143.181','loggedin',1),(588,'user','4','2020-11-25 11:52:43','','','41.139.143.181','loggedin',1),(589,'user','8','2020-11-25 13:17:33','','','41.139.143.181','loggedin',1),(590,'user','6','2020-11-25 16:50:17','','','41.84.152.6','loggedin',1),(591,'user','6','2020-11-25 17:14:50','','','41.84.152.6','loggedin',1),(592,'user','7','2020-11-25 17:31:57','','','41.84.152.6','loggedin',1),(593,'user','7','2020-11-25 17:38:57','','','41.84.152.6','loggedin',1),(594,'user','7','2020-11-25 17:44:27','','','41.84.152.6','loggedin',1),(595,'user','7','2020-11-25 18:00:10','','','41.84.152.6','loggedin',1),(596,'user','4','2020-11-26 09:43:06','','','41.139.143.181','loggedin',1),(597,'user','8','2020-11-26 10:56:39','','','41.84.152.6','loggedin',1),(598,'admin','1','2020-11-26 11:00:01','','','154.70.45.46','loggedin',1),(599,'user','8','2020-11-26 11:05:58','','','41.84.152.6','loggedin',1),(600,'user','6','2020-11-26 13:18:17','','','41.84.152.6','loggedin',1),(601,'user','8','2020-11-26 13:44:38','','','41.84.152.6','loggedin',1),(602,'user','7','2020-11-26 15:06:33','','','41.84.152.6','loggedin',1),(603,'user','8','2020-11-26 15:17:35','','','41.84.152.6','loggedin',1),(604,'user','8','2020-11-26 15:27:00','','','41.84.152.6','loggedin',1),(605,'admin','1','2020-11-26 16:52:30','','','154.70.45.46','loggedin',1),(606,'user','8','2020-11-27 09:13:41','','','41.84.152.6','loggedin',1),(607,'admin','1','2020-11-27 09:13:54','','','154.70.45.46','loggedin',1),(608,'user','8','2020-11-27 09:15:23','','','41.84.152.6','loggedin',1),(609,'user','4','2020-11-27 09:17:22','2020-11-27 13:48:33','','41.139.143.181','loggedin',1),(610,'user','6','2020-11-27 09:18:06','','','41.84.152.6','loggedin',1),(611,'user','8','2020-11-27 09:55:41','','','41.84.152.6','loggedin',1),(612,'user','8','2020-11-27 11:53:51','','','41.84.152.6','loggedin',1),(613,'user','8','2020-11-27 12:37:29','','','41.84.152.6','loggedin',1),(614,'user','6','2020-11-27 13:27:32','','','41.84.152.6','loggedin',1),(615,'user','8','2020-11-27 13:32:52','','','41.84.152.6','loggedin',1),(616,'user','4','2020-11-27 13:50:21','2020-11-27 14:16:18','','41.139.143.181','loggedin',1),(617,'user','8','2020-11-27 13:54:55','','','41.84.152.6','loggedin',1),(618,'user','8','2020-11-27 14:14:27','','','41.84.152.6','loggedin',1),(619,'user','4','2020-11-27 14:16:35','','','41.139.143.181','loggedin',1),(620,'user','8','2020-11-27 14:17:15','','','41.84.152.6','loggedin',1),(621,'user','8','2020-11-27 14:29:17','','','41.84.152.6','loggedin',1),(622,'user','8','2020-11-27 15:09:29','','','41.84.152.6','loggedin',1),(623,'user','8','2020-11-27 16:04:31','','','41.84.152.6','loggedin',1),(624,'user','6','2020-11-27 16:37:14','2020-11-27 16:53:56','','41.84.152.6','loggedin',1),(625,'user','8','2020-11-28 09:44:19','','','41.84.152.6','loggedin',1),(626,'user','4','2020-11-28 09:53:28','','','41.139.143.181','loggedin',1),(627,'user','8','2020-11-28 10:01:20','','','41.84.152.6','loggedin',1),(628,'user','8','2020-11-28 12:23:22','','','41.84.152.6','loggedin',1),(629,'user','4','2020-11-28 13:00:27','','','41.139.143.181','loggedin',1),(630,'user','8','2020-11-28 15:44:24','','','41.139.143.181','loggedin',1),(631,'user','4','2020-11-30 08:56:50','','','41.139.143.181','loggedin',1),(632,'user','8','2020-11-30 09:26:17','','','41.84.152.6','loggedin',1),(633,'user','8','2020-11-30 10:18:20','','','41.84.152.6','loggedin',1),(634,'user','8','2020-11-30 10:48:45','','','41.84.152.6','loggedin',1),(635,'admin','1','2020-11-30 11:05:30','2020-11-30 11:14:14','','154.70.45.46','loggedin',1),(636,'user','4','2020-11-30 11:10:10','2020-11-30 16:54:17','','41.139.143.181','loggedin',1),(637,'admin','1','2020-11-30 11:14:24','','','154.70.45.46','loggedin',1),(638,'user','8','2020-11-30 12:18:53','','','41.84.152.6','loggedin',1),(639,'admin','1','2020-11-30 12:34:44','','','154.70.45.46','loggedin',1),(640,'user','6','2020-11-30 13:04:52','','','41.84.152.6','loggedin',1),(641,'user','8','2020-11-30 13:07:47','','','41.84.152.6','loggedin',1),(642,'user','8','2020-11-30 13:50:29','','','41.84.152.6','loggedin',1),(643,'user','8','2020-11-30 14:16:02','','','41.84.152.6','loggedin',1),(644,'user','4','2020-11-30 16:55:01','2020-11-30 17:00:20','','41.139.143.181','loggedin',1),(645,'user','8','2020-12-01 08:38:58','','','41.84.152.6','loggedin',1),(646,'user','8','2020-12-01 08:51:11','','','41.84.152.6','loggedin',1),(647,'user','8','2020-12-01 09:15:31','','','41.84.152.6','loggedin',1),(648,'user','4','2020-12-01 09:17:24','','','41.139.143.181','loggedin',1),(649,'user','8','2020-12-01 11:05:41','','','41.84.152.6','loggedin',1),(650,'user','6','2020-12-01 11:09:15','','','41.84.152.6','loggedin',1),(651,'user','8','2020-12-01 14:29:17','','','41.84.152.6','loggedin',1),(652,'user','8','2020-12-01 15:22:41','','','41.84.152.6','loggedin',1),(653,'user','4','2020-12-01 17:08:31','2020-12-01 17:10:49','','41.139.143.181','loggedin',1),(654,'user','4','2020-12-02 08:48:05','','','41.139.143.181','loggedin',1),(655,'user','8','2020-12-02 09:14:40','','','41.84.152.6','loggedin',1),(656,'admin','1','2020-12-02 09:33:47','','','154.70.45.46','loggedin',1),(657,'user','6','2020-12-02 09:35:06','','','41.84.152.6','loggedin',1),(658,'admin','1','2020-12-02 10:22:23','','','154.70.45.46','loggedin',1),(659,'user','6','2020-12-02 13:40:52','','','41.84.152.6','loggedin',1),(660,'user','8','2020-12-02 13:49:42','','','41.84.152.6','loggedin',1),(661,'user','8','2020-12-02 13:51:21','','','41.84.152.6','loggedin',1),(662,'user','8','2020-12-02 15:17:35','','','41.84.152.6','loggedin',1),(663,'user','4','2020-12-02 16:15:20','2020-12-02 16:39:02','','41.139.143.181','loggedin',1),(664,'user','4','2020-12-03 09:03:19','2020-12-03 09:04:04','','41.139.143.181','loggedin',1),(665,'user','4','2020-12-03 09:04:33','2020-12-03 09:05:52','','41.139.143.181','loggedin',1),(666,'user','4','2020-12-03 09:06:10','2020-12-03 09:06:32','','41.139.143.181','loggedin',1),(667,'user','4','2020-12-03 09:07:03','2020-12-03 16:53:19','','41.139.143.181','loggedin',1),(668,'user','8','2020-12-03 09:30:30','','','41.84.152.6','loggedin',1),(669,'user','8','2020-12-03 09:31:30','','','41.84.152.6','loggedin',1),(670,'user','8','2020-12-03 09:32:48','','','41.84.152.6','loggedin',1),(671,'user','8','2020-12-03 11:40:32','','','41.84.152.6','loggedin',1),(672,'user','8','2020-12-03 11:43:39','','','41.84.152.6','loggedin',1),(673,'user','8','2020-12-03 11:47:45','','','41.84.152.6','loggedin',1),(674,'user','8','2020-12-03 11:51:57','','','41.84.152.6','loggedin',1),(675,'user','8','2020-12-03 11:55:05','','','41.84.152.6','loggedin',1),(676,'user','8','2020-12-03 12:00:17','','','41.84.152.6','loggedin',1),(677,'user','8','2020-12-03 12:10:54','','','41.84.152.6','loggedin',1),(678,'user','8','2020-12-03 12:24:29','','','41.84.152.6','loggedin',1),(679,'admin','1','2020-12-03 12:45:08','2020-12-03 12:45:33','','154.70.45.46','loggedin',1),(680,'admin','1','2020-12-03 12:45:44','','','154.70.45.46','loggedin',1),(681,'user','6','2020-12-03 13:24:54','','','41.84.152.6','loggedin',1),(682,'user','6','2020-12-03 13:33:53','','','41.84.152.6','loggedin',1),(683,'user','8','2020-12-03 15:39:20','','','41.84.152.6','loggedin',1),(684,'user','8','2020-12-03 16:05:17','','','41.84.152.6','loggedin',1),(685,'user','4','2020-12-04 09:33:45','2020-12-04 09:34:08','','41.139.143.181','loggedin',1),(686,'user','4','2020-12-04 09:34:28','','','41.139.143.181','loggedin',1),(687,'user','8','2020-12-04 10:33:54','','','41.84.152.6','loggedin',1),(688,'user','8','2020-12-04 11:49:06','','','41.84.152.6','loggedin',1),(689,'user','8','2020-12-04 12:43:29','','','41.84.152.6','loggedin',1),(690,'user','8','2020-12-04 13:47:04','','','41.84.152.6','loggedin',1),(691,'user','8','2020-12-04 14:20:44','','','41.84.152.6','loggedin',1),(692,'user','8','2020-12-04 15:25:01','','','41.84.152.6','loggedin',1),(693,'user','4','2020-12-04 15:28:02','','','41.139.143.181','loggedin',1),(694,'user','8','2020-12-04 15:59:18','','','41.84.152.6','loggedin',1),(695,'user','8','2020-12-04 16:45:55','','','41.84.152.6','loggedin',1),(696,'user','4','2020-12-05 10:01:54','','','41.139.143.181','loggedin',1),(697,'user','8','2020-12-05 11:02:59','','','41.84.152.6','loggedin',1),(698,'user','8','2020-12-05 11:25:11','','','41.84.152.6','loggedin',1),(699,'user','4','2020-12-05 12:06:31','2020-12-05 14:25:47','','41.139.143.181','loggedin',1),(700,'user','4','2020-12-07 09:03:46','','','41.139.143.181','loggedin',1),(701,'user','6','2020-12-07 09:42:33','','','41.84.152.6','loggedin',1),(702,'user','8','2020-12-07 11:17:30','','','41.84.152.6','loggedin',1),(703,'user','6','2020-12-07 13:26:07','','','41.84.152.6','loggedin',1),(704,'user','4','2020-12-08 09:09:04','','','41.139.143.181','loggedin',1),(705,'user','6','2020-12-08 09:37:58','','','41.84.152.6','loggedin',1),(706,'user','8','2020-12-08 11:53:39','','','41.84.152.6','loggedin',1),(707,'user','8','2020-12-08 12:43:58','','','41.84.152.6','loggedin',1),(708,'user','4','2020-12-08 13:28:13','','','41.139.143.181','loggedin',1),(709,'user','8','2020-12-08 14:07:00','','','41.84.152.6','loggedin',1),(710,'user','8','2020-12-08 14:13:41','','','41.84.152.6','loggedin',1),(711,'user','8','2020-12-08 14:54:33','','','41.84.152.6','loggedin',1),(712,'user','8','2020-12-08 16:03:22','','','41.84.152.6','loggedin',1),(713,'user','8','2020-12-08 16:23:30','','','41.84.152.6','loggedin',1),(714,'user','8','2020-12-08 16:35:45','','','41.84.152.6','loggedin',1),(715,'user','8','2020-12-09 08:51:31','','','41.84.152.6','loggedin',1),(716,'admin','1','2020-12-09 10:55:38','','','197.156.190.184','loggedin',1),(717,'user','4','2020-12-09 11:10:13','','','41.139.143.181','loggedin',1),(718,'user','4','2020-12-09 13:25:50','2020-12-09 16:52:47','','41.139.143.181','loggedin',1),(719,'user','8','2020-12-09 13:36:10','','','41.84.152.6','loggedin',1),(720,'user','6','2020-12-09 14:01:53','','','41.84.152.6','loggedin',1),(721,'user','6','2020-12-09 14:54:35','','','41.84.152.6','loggedin',1),(722,'user','4','2020-12-10 09:17:33','','','41.139.143.181','loggedin',1),(723,'user','8','2020-12-10 09:25:07','','','41.84.152.6','loggedin',1),(724,'user','6','2020-12-10 09:43:05','','','41.84.152.6','loggedin',1),(725,'user','8','2020-12-10 09:51:46','','','41.84.152.6','loggedin',1),(726,'user','8','2020-12-10 09:57:12','','','41.84.152.6','loggedin',1),(727,'user','8','2020-12-10 10:52:52','2020-12-10 11:08:38','','41.84.152.6','loggedin',1),(728,'user','6','2020-12-10 11:09:34','','','41.84.152.6','loggedin',1),(729,'admin','1','2020-12-10 11:48:32','','','154.70.46.248','loggedin',1),(730,'user','8','2020-12-10 12:46:38','','','41.84.152.6','loggedin',1),(731,'user','6','2020-12-10 13:24:32','','','41.84.152.6','loggedin',1),(732,'user','4','2020-12-10 14:16:43','2020-12-10 16:53:29','','41.139.143.181','loggedin',1),(733,'user','8','2020-12-10 14:54:31','','','41.84.152.6','loggedin',1),(734,'user','8','2020-12-10 15:00:22','','','41.84.152.6','loggedin',1),(735,'user','8','2020-12-10 15:03:47','','','41.84.152.6','loggedin',1),(736,'user','8','2020-12-10 15:55:07','','','41.84.152.6','loggedin',1),(737,'user','8','2020-12-10 16:14:41','','','41.84.152.6','loggedin',1),(738,'user','8','2020-12-10 16:30:51','','','41.84.152.6','loggedin',1),(739,'admin','1','2020-12-11 09:05:49','','','154.70.46.248','loggedin',1),(740,'user','4','2020-12-11 10:26:00','2020-12-11 17:04:15','','41.139.143.181','loggedin',1),(741,'user','8','2020-12-11 14:12:39','','','41.84.152.6','loggedin',1),(742,'user','8','2020-12-11 14:38:36','','','41.84.152.6','loggedin',1),(743,'user','8','2020-12-11 17:13:35','','','41.84.152.6','loggedin',1),(744,'user','6','2020-12-11 17:23:35','2020-12-11 18:10:07','','41.84.152.6','loggedin',1),(745,'user','6','2020-12-12 11:54:37','','','41.84.152.6','loggedin',1),(746,'user','8','2020-12-12 14:02:09','','','41.84.152.6','loggedin',1),(747,'user','8','2020-12-12 14:47:25','','','41.84.152.6','loggedin',1),(748,'user','8','2020-12-14 08:32:24','','','41.84.152.6','loggedin',1),(749,'user','4','2020-12-14 09:18:53','','','41.139.143.181','loggedin',1),(750,'admin','1','2020-12-14 09:30:12','','','154.70.46.248','loggedin',1),(751,'user','7','2020-12-14 09:32:23','','','41.84.152.6','loggedin',1),(752,'user','7','2020-12-14 09:32:44','','','41.84.152.6','loggedin',1),(753,'user','7','2020-12-14 09:33:00','','','41.84.152.6','loggedin',1),(754,'user','7','2020-12-14 09:33:24','','','41.84.152.6','loggedin',1),(755,'user','8','2020-12-14 11:44:45','','','41.84.152.6','loggedin',1),(756,'user','7','2020-12-14 12:34:03','','','41.84.152.6','loggedin',1),(757,'user','6','2020-12-14 13:07:51','2020-12-14 17:09:36','','41.84.152.6','loggedin',1),(758,'user','8','2020-12-14 13:23:26','','','41.84.152.6','loggedin',1),(759,'user','8','2020-12-14 13:32:40','','','41.84.152.6','loggedin',1),(760,'user','8','2020-12-14 13:51:33','','','41.84.152.6','loggedin',1),(761,'user','8','2020-12-14 14:23:51','','','41.84.152.6','loggedin',1),(762,'user','6','2020-12-15 09:11:55','','','41.84.152.6','loggedin',1),(763,'user','4','2020-12-15 09:17:43','','','41.139.143.181','loggedin',1),(764,'user','8','2020-12-15 11:27:34','','','41.84.152.6','loggedin',1),(765,'user','8','2020-12-15 11:28:36','','','41.84.152.6','loggedin',1),(766,'user','4','2020-12-15 12:01:03','2020-12-15 17:04:34','','41.139.143.181','loggedin',1),(767,'user','8','2020-12-15 14:20:06','','','41.84.152.6','loggedin',1),(768,'user','8','2020-12-15 14:28:29','','','41.84.152.6','loggedin',1),(769,'user','8','2020-12-15 14:32:51','','','41.84.152.6','loggedin',1),(770,'user','8','2020-12-15 14:43:48','','','41.84.152.6','loggedin',1),(771,'user','7','2020-12-15 16:00:20','','','41.84.152.6','loggedin',1),(772,'user','7','2020-12-16 07:48:07','2020-12-16 16:43:12','','41.139.143.181','loggedin',1),(773,'user','6','2020-12-16 09:04:45','','','41.84.152.6','loggedin',1),(774,'user','8','2020-12-16 09:19:09','','','41.84.152.6','loggedin',1),(775,'user','8','2020-12-16 10:49:40','','','41.84.152.6','loggedin',1),(776,'user','7','2020-12-16 16:58:32','2020-12-16 16:59:02','','41.139.143.181','loggedin',1),(777,'user','7','2020-12-16 16:59:31','','','41.139.143.181','loggedin',1),(778,'user','6','2020-12-17 08:08:18','','','41.84.152.6','loggedin',1),(779,'user','7','2020-12-17 08:16:21','','','41.139.143.181','loggedin',1),(780,'user','8','2020-12-17 10:28:56','','','41.84.152.6','loggedin',1),(781,'user','6','2020-12-17 11:50:28','','','41.84.152.6','loggedin',1),(782,'user','8','2020-12-17 11:59:18','','','41.84.152.6','loggedin',1),(783,'user','7','2020-12-17 16:10:36','','','41.139.143.181','loggedin',1),(784,'user','7','2020-12-18 08:58:29','','','41.139.143.181','loggedin',1),(785,'user','6','2020-12-18 09:09:54','','','41.84.152.6','loggedin',1),(786,'user','8','2020-12-18 11:10:12','','','41.84.152.6','loggedin',1),(787,'user','8','2020-12-18 11:41:35','','','41.84.152.6','loggedin',1),(788,'user','8','2020-12-18 11:48:55','','','41.84.152.6','loggedin',1),(789,'user','8','2020-12-18 13:06:17','','','41.84.152.6','loggedin',1),(790,'user','8','2020-12-18 15:01:49','','','41.84.152.6','loggedin',1),(791,'user','8','2020-12-18 15:18:48','','','41.84.152.6','loggedin',1),(792,'user','8','2020-12-18 15:29:25','','','41.84.152.6','loggedin',1),(793,'user','7','2020-12-19 09:45:46','','','41.139.143.181','loggedin',1),(794,'user','8','2020-12-19 09:55:08','','','41.84.152.6','loggedin',1),(795,'user','6','2020-12-19 11:41:56','2020-12-19 13:21:33','','41.84.152.6','loggedin',1),(796,'user','7','2020-12-21 08:08:43','','','41.139.143.181','loggedin',1),(797,'user','8','2020-12-21 10:14:45','','','41.84.152.6','loggedin',1),(798,'user','6','2020-12-21 10:22:36','','','41.84.152.6','loggedin',1),(799,'user','8','2020-12-21 13:18:41','','','41.84.152.6','loggedin',1),(800,'user','8','2020-12-21 13:19:29','','','41.84.152.6','loggedin',1),(801,'user','6','2020-12-21 13:54:09','2020-12-21 13:55:04','','41.84.152.6','loggedin',1),(802,'user','6','2020-12-21 13:55:17','','','41.84.152.6','loggedin',1),(803,'user','7','2020-12-22 08:11:08','','','41.139.143.181','loggedin',1),(804,'user','6','2020-12-22 08:33:03','','','41.84.152.6','loggedin',1),(805,'user','8','2020-12-22 10:05:00','','','41.84.152.6','loggedin',1),(806,'user','7','2020-12-22 10:26:04','','','41.139.143.181','loggedin',1),(807,'user','6','2020-12-22 12:29:35','','','41.84.152.6','loggedin',1),(808,'user','6','2020-12-22 13:09:13','','','41.84.152.6','loggedin',1),(809,'user','8','2020-12-22 14:26:26','','','41.84.152.6','loggedin',1),(810,'user','8','2020-12-22 16:43:38','','','41.84.152.6','loggedin',1),(811,'user','8','2020-12-22 16:59:26','2020-12-22 17:01:47','','41.84.152.6','loggedin',1),(812,'user','7','2020-12-23 08:15:45','','','41.139.143.181','loggedin',1),(813,'user','8','2020-12-23 11:42:12','','','41.84.152.6','loggedin',1),(814,'user','8','2020-12-23 12:42:37','','','41.84.152.6','loggedin',1),(815,'user','8','2020-12-23 12:43:28','','','41.84.152.6','loggedin',1),(816,'user','6','2020-12-23 12:48:18','','','41.84.152.6','loggedin',1),(817,'user','8','2020-12-23 13:20:06','','','41.84.152.6','loggedin',1),(818,'user','8','2020-12-23 13:56:21','','','41.84.152.6','loggedin',1),(819,'user','8','2020-12-23 15:07:02','','','41.84.152.6','loggedin',1),(820,'user','4','2021-01-04 10:13:03','','','41.139.143.181','loggedin',1),(821,'user','8','2021-01-04 13:22:07','','','41.84.152.6','loggedin',1),(822,'user','8','2021-01-04 13:30:19','','','41.84.152.6','loggedin',1),(823,'user','4','2021-01-04 16:00:01','2021-01-04 17:00:30','','41.139.143.181','loggedin',1),(824,'user','4','2021-01-05 08:31:36','','','41.139.143.181','loggedin',1),(825,'user','8','2021-01-05 08:46:14','','','41.84.152.6','loggedin',1),(826,'user','7','2021-01-05 09:42:04','2021-01-05 09:42:46','','41.84.152.6','loggedin',1),(827,'user','7','2021-01-05 09:42:58','2021-01-05 09:44:32','','41.84.152.6','loggedin',1),(828,'admin','1','2021-01-05 09:45:05','','','41.84.152.6','loggedin',1),(829,'user','7','2021-01-05 09:55:32','2021-01-05 09:58:52','','41.84.152.6','loggedin',1),(830,'admin','1','2021-01-05 09:59:17','2021-01-05 11:16:31','','41.84.152.6','loggedin',1),(831,'user','4','2021-01-05 10:17:22','2021-01-05 16:53:45','','41.139.143.181','loggedin',1),(832,'user','7','2021-01-05 11:16:40','','','41.84.152.6','loggedin',1),(833,'user','8','2021-01-06 08:24:09','','','41.84.152.6','loggedin',1),(834,'user','4','2021-01-06 08:26:16','2021-01-06 17:04:31','','41.139.143.181','loggedin',1),(835,'user','8','2021-01-06 10:25:07','','','41.84.152.6','loggedin',1),(836,'user','8','2021-01-06 11:13:15','','','41.84.152.6','loggedin',1),(837,'user','8','2021-01-06 13:20:10','','','41.84.152.6','loggedin',1),(838,'user','8','2021-01-06 14:57:53','','','41.84.152.6','loggedin',1),(839,'user','8','2021-01-06 15:57:24','','','41.84.152.6','loggedin',1),(840,'user','8','2021-01-07 08:21:35','','','41.84.152.6','loggedin',1),(841,'user','4','2021-01-07 09:45:44','2021-01-07 16:53:37','','41.139.143.181','loggedin',1),(842,'user','8','2021-01-07 11:24:26','','','41.84.152.6','loggedin',1),(843,'user','8','2021-01-07 13:07:49','','','41.84.152.6','loggedin',1),(844,'user','4','2021-01-08 14:03:24','2021-01-08 17:06:57','','41.139.143.181','loggedin',1),(845,'user','4','2021-01-09 09:18:35','','','41.139.143.181','loggedin',1),(846,'user','8','2021-01-09 10:13:41','','','41.84.152.6','loggedin',1),(847,'user','8','2021-01-09 10:21:06','','','41.84.152.6','loggedin',1),(848,'user','4','2021-01-09 11:22:55','2021-01-09 14:16:56','','41.139.143.181','loggedin',1),(849,'user','8','2021-01-09 12:59:01','','','41.84.152.6','loggedin',1),(850,'user','4','2021-01-11 08:43:40','','','41.139.143.181','loggedin',1),(851,'user','6','2021-01-11 09:37:38','','','41.84.152.6','loggedin',1),(852,'user','6','2021-01-11 09:42:20','','','41.84.152.6','loggedin',1),(853,'user','8','2021-01-11 10:11:41','','','41.84.152.6','loggedin',1),(854,'user','4','2021-01-11 10:22:44','2021-01-11 17:11:32','','41.139.143.181','loggedin',1),(855,'user','8','2021-01-11 11:34:49','','','41.84.152.6','loggedin',1),(856,'user','8','2021-01-11 12:28:53','','','41.84.152.6','loggedin',1),(857,'user','7','2021-01-11 13:16:39','','','41.84.152.6','loggedin',1),(858,'user','8','2021-01-11 13:37:57','','','41.84.152.6','loggedin',1),(859,'user','7','2021-01-11 14:00:41','2021-01-11 16:29:05','','41.84.152.6','loggedin',1),(860,'user','8','2021-01-11 14:52:50','','','41.84.152.6','loggedin',1),(861,'user','8','2021-01-11 15:01:58','','','41.84.152.6','loggedin',1),(862,'user','7','2021-01-11 16:29:28','','','41.84.152.6','loggedin',1),(863,'user','8','2021-01-12 09:11:59','','','41.84.152.6','loggedin',1),(864,'user','8','2021-01-12 09:48:48','','','41.84.152.6','loggedin',1),(865,'user','8','2021-01-12 10:23:07','','','41.84.152.6','loggedin',1),(866,'user','8','2021-01-12 11:03:11','','','41.84.152.6','loggedin',1),(867,'user','8','2021-01-12 11:26:21','','','41.84.152.6','loggedin',1),(868,'user','7','2021-01-12 11:34:23','','','41.84.152.6','loggedin',1),(869,'user','8','2021-01-12 14:22:27','','','41.84.152.6','loggedin',1),(870,'user','8','2021-01-12 14:52:47','','','41.84.152.6','loggedin',1),(871,'user','4','2021-01-12 14:56:58','2021-01-12 16:58:56','','41.139.143.181','loggedin',1),(872,'user','6','2021-01-12 15:02:29','','','41.84.152.6','loggedin',1),(873,'user','7','2021-01-12 15:30:10','','','41.84.152.6','loggedin',1),(874,'user','8','2021-01-12 15:42:04','','','41.84.152.6','loggedin',1),(875,'user','8','2021-01-12 16:55:24','','','41.84.152.6','loggedin',1),(876,'user','4','2021-01-13 08:34:43','','','41.139.143.181','loggedin',1),(877,'user','6','2021-01-13 09:15:46','','','41.84.152.6','loggedin',1),(878,'user','8','2021-01-13 09:25:18','','','41.84.152.6','loggedin',1),(879,'user','6','2021-01-13 09:38:32','2021-01-13 11:38:21','','41.84.152.6','loggedin',1),(880,'user','8','2021-01-13 11:06:54','','','41.84.152.6','loggedin',1),(881,'user','8','2021-01-13 11:29:31','','','41.84.152.6','loggedin',1),(882,'user','7','2021-01-13 11:38:32','2021-01-13 12:02:10','','41.84.152.6','loggedin',1),(883,'user','8','2021-01-13 11:41:51','','','41.84.152.6','loggedin',1),(884,'user','8','2021-01-13 11:42:24','','','41.84.152.6','loggedin',1),(885,'user','6','2021-01-13 12:02:33','2021-01-13 13:26:32','','41.84.152.6','loggedin',1),(886,'admin','1','2021-01-13 12:40:26','','','154.122.97.211','loggedin',1),(887,'user','6','2021-01-13 13:26:58','2021-01-13 16:56:58','','41.84.152.6','loggedin',1),(888,'user','8','2021-01-13 15:00:36','','','41.84.152.6','loggedin',1),(889,'user','7','2021-01-13 15:03:12','2021-01-13 15:37:27','','41.84.152.6','loggedin',1),(890,'user','7','2021-01-13 15:37:36','','','41.84.152.6','loggedin',1),(891,'user','4','2021-01-14 09:20:07','','','41.139.143.181','loggedin',1),(892,'user','8','2021-01-14 09:57:34','','','41.84.152.6','loggedin',1),(893,'user','6','2021-01-14 10:46:38','','','41.84.152.6','loggedin',1),(894,'user','6','2021-01-14 13:25:09','','','41.84.152.6','loggedin',1),(895,'user','6','2021-01-14 13:35:21','2021-01-14 13:59:17','','41.84.152.6','loggedin',1),(896,'user','7','2021-01-14 13:59:32','2021-01-14 14:04:40','','41.84.152.6','loggedin',1),(897,'user','6','2021-01-14 14:05:28','','','41.84.152.6','loggedin',1),(898,'user','8','2021-01-14 15:56:31','','','41.84.152.6','loggedin',1),(899,'user','6','2021-01-15 08:17:20','','','41.84.152.6','loggedin',1),(900,'user','4','2021-01-15 09:11:37','','','41.139.143.181','loggedin',1),(901,'user','8','2021-01-15 09:43:41','','','41.84.152.6','loggedin',1),(902,'user','8','2021-01-15 10:23:56','','','41.84.152.6','loggedin',1),(903,'user','7','2021-01-15 10:42:10','','','41.84.152.6','loggedin',1),(904,'user','4','2021-01-15 11:54:52','','','41.139.143.181','loggedin',1),(905,'user','8','2021-01-15 13:07:41','','','41.84.152.6','loggedin',1),(906,'user','8','2021-01-15 13:09:04','','','41.84.152.6','loggedin',1),(907,'user','6','2021-01-15 13:10:12','','','41.84.152.6','loggedin',1),(908,'user','7','2021-01-15 16:15:09','','','41.84.152.6','loggedin',1),(909,'user','6','2021-01-16 09:26:34','2021-01-16 12:24:23','','41.84.152.6','loggedin',1),(910,'user','7','2021-01-16 09:43:35','','','41.84.152.6','loggedin',1),(911,'user','4','2021-01-16 10:41:15','2021-01-16 14:00:12','','41.139.143.181','loggedin',1),(912,'user','8','2021-01-16 10:46:13','','','41.84.152.6','loggedin',1),(913,'user','8','2021-01-16 11:22:57','','','41.84.152.6','loggedin',1),(914,'user','7','2021-01-16 12:25:06','2021-01-16 12:35:41','','41.84.152.6','loggedin',1),(915,'user','8','2021-01-16 12:34:46','','','41.84.152.6','loggedin',1),(916,'user','6','2021-01-16 12:35:59','2021-01-16 13:03:06','','41.84.152.6','loggedin',1),(917,'user','8','2021-01-18 08:51:33','','','41.84.152.6','loggedin',1),(918,'user','4','2021-01-18 09:10:16','','','41.139.143.181','loggedin',1),(919,'user','4','2021-01-18 09:22:40','','','41.139.143.181','loggedin',1),(920,'user','6','2021-01-18 09:30:57','','','41.84.152.6','loggedin',1),(921,'user','8','2021-01-18 10:55:38','','','41.84.152.6','loggedin',1),(922,'user','8','2021-01-18 11:18:07','','','41.84.152.6','loggedin',1),(923,'user','7','2021-01-18 11:25:59','','','41.84.152.6','loggedin',1),(924,'user','8','2021-01-18 12:05:41','','','41.84.152.6','loggedin',1),(925,'user','7','2021-01-18 13:23:23','','','41.84.152.6','loggedin',1),(926,'user','6','2021-01-18 15:32:09','','','41.84.152.6','loggedin',1),(927,'user','7','2021-01-18 15:34:38','2021-01-18 16:53:42','','41.84.152.6','loggedin',1),(928,'user','8','2021-01-18 15:38:01','','','41.84.152.6','loggedin',1),(929,'user','8','2021-01-18 16:23:32','','','41.84.152.6','loggedin',1),(930,'user','7','2021-01-18 16:53:52','','','41.84.152.6','loggedin',1),(931,'user','4','2021-01-19 09:07:17','','','41.139.143.181','loggedin',1),(932,'user','7','2021-01-19 09:18:16','2021-01-19 10:16:23','','41.84.152.6','loggedin',1),(933,'user','7','2021-01-19 10:16:45','','','41.84.152.6','loggedin',1),(934,'user','7','2021-01-19 12:32:49','','','41.84.152.6','loggedin',1),(935,'user','4','2021-01-19 12:37:59','2021-01-19 16:54:17','','41.139.143.181','loggedin',1),(936,'user','8','2021-01-19 13:03:31','','','41.84.152.6','loggedin',1),(937,'user','8','2021-01-19 13:56:06','','','41.84.152.6','loggedin',1),(938,'user','6','2021-01-19 15:36:42','','','41.84.152.6','loggedin',1),(939,'user','7','2021-01-19 16:01:47','','','41.84.152.6','loggedin',1),(940,'user','7','2021-01-20 08:53:48','','','41.84.152.6','loggedin',1),(941,'user','8','2021-01-20 09:37:18','','','41.84.152.6','loggedin',1),(942,'user','4','2021-01-20 09:45:28','','','41.139.143.181','loggedin',1),(943,'user','7','2021-01-20 12:29:06','','','41.84.152.6','loggedin',1),(944,'user','4','2021-01-21 08:38:41','2021-01-21 08:38:49','','41.139.143.181','loggedin',1),(945,'user','4','2021-01-21 08:39:02','2021-01-21 17:08:56','','41.139.143.181','loggedin',1),(946,'user','6','2021-01-21 13:21:29','','','41.84.152.6','loggedin',1),(947,'user','6','2021-01-22 08:34:47','','','41.84.152.6','loggedin',1),(948,'user','6','2021-01-22 08:50:57','','','41.84.152.6','loggedin',1),(949,'user','4','2021-01-22 08:57:24','','','41.139.143.181','loggedin',1),(950,'user','7','2021-01-22 10:23:42','','','41.84.152.6','loggedin',1),(951,'admin','1','2021-01-22 12:26:37','2021-01-22 12:29:11','','102.69.227.199','loggedin',1),(952,'admin','1','2021-01-22 12:29:57','','','102.69.227.199','loggedin',1),(953,'user','7','2021-01-22 12:34:48','','','102.69.227.199','loggedin',1),(954,'user','8','2021-01-22 13:12:02','','','41.84.152.6','loggedin',1),(955,'user','7','2021-01-22 13:17:24','2021-01-22 13:49:26','','102.69.227.199','loggedin',1),(956,'user','6','2021-01-22 13:38:09','','','41.84.152.6','loggedin',1),(957,'user','7','2021-01-22 13:49:54','','','102.69.227.199','loggedin',1),(958,'user','51','2021-01-22 13:51:48','','','102.69.227.199','loggedin',1),(959,'user','7','2021-01-22 13:52:10','','','102.69.227.199','loggedin',1),(960,'user','51','2021-01-22 14:03:13','','','102.69.227.199','loggedin',1),(961,'user','7','2021-01-22 14:10:48','','','102.69.227.199','loggedin',1),(962,'user','51','2021-01-22 14:14:05','2021-01-22 14:20:28','','102.69.227.199','loggedin',1),(963,'user','7','2021-01-22 14:20:49','2021-01-22 14:21:47','','102.69.227.199','loggedin',1),(964,'user','51','2021-01-22 14:22:53','','','102.69.227.199','loggedin',1),(965,'user','6','2021-01-22 14:53:49','','','41.84.152.6','loggedin',1),(966,'user','4','2021-01-22 15:21:54','','','41.139.143.181','loggedin',1),(967,'user','7','2021-01-22 15:46:53','2021-01-22 15:50:12','','102.69.227.199','loggedin',1),(968,'user','8','2021-01-22 15:47:27','','','41.84.152.6','loggedin',1),(969,'user','6','2021-01-22 15:52:29','','','41.84.152.6','loggedin',1),(970,'admin','1','2021-01-22 15:56:11','2021-01-22 16:04:41','','102.69.227.199','loggedin',1),(971,'admin','1','2021-01-22 16:04:56','2021-01-22 16:28:41','','102.69.227.199','loggedin',1),(972,'user','6','2021-01-22 16:06:50','','','41.84.152.6','loggedin',1),(973,'user','8','2021-01-22 16:15:00','','','41.84.152.6','loggedin',1),(974,'user','7','2021-01-22 16:28:51','','','102.69.227.199','loggedin',1),(975,'user','7','2021-01-22 16:41:02','','','102.69.227.199','loggedin',1),(976,'admin','1','2021-01-22 16:45:54','','','102.69.227.199','loggedin',1),(977,'user','4','2021-01-22 17:00:00','','','41.139.143.181','loggedin',1),(978,'user','4','2021-01-23 09:39:02','','','41.139.143.181','loggedin',1),(979,'user','7','2021-01-23 10:33:17','','','41.84.152.6','loggedin',1),(980,'user','6','2021-01-23 11:15:30','','','41.84.152.6','loggedin',1),(981,'user','4','2021-01-23 11:26:43','','','41.139.143.181','loggedin',1),(982,'user','8','2021-01-25 10:03:41','','','41.84.152.6','loggedin',1),(983,'user','7','2021-01-25 10:23:18','2021-01-25 10:24:12','','41.84.152.6','loggedin',1),(984,'admin','1','2021-01-25 10:24:23','','','41.84.152.6','loggedin',1),(985,'user','6','2021-01-25 11:10:42','','','41.84.152.6','loggedin',1),(986,'user','4','2021-01-25 11:36:48','','','41.139.143.181','loggedin',1),(987,'user','7','2021-01-25 11:38:54','','','41.84.152.6','loggedin',1),(988,'user','4','2021-01-25 14:53:59','2021-01-25 16:40:08','','41.139.143.181','loggedin',1),(989,'user','4','2021-01-26 08:53:31','','','41.139.143.181','loggedin',1),(990,'user','7','2021-01-26 09:08:14','','','41.84.152.6','loggedin',1),(991,'user','7','2021-01-26 09:48:09','','','41.84.152.6','loggedin',1),(992,'user','51','2021-01-26 10:53:29','2021-01-26 10:58:43','','102.69.227.199','loggedin',1),(993,'user','7','2021-01-26 11:23:37','','','41.84.152.6','loggedin',1),(994,'user','7','2021-01-26 15:14:15','','','41.84.152.6','loggedin',1),(995,'user','7','2021-01-26 16:27:51','','','41.84.152.6','loggedin',1),(996,'user','51','2021-01-26 17:02:29','2021-01-26 17:04:50','','102.69.227.199','loggedin',1),(997,'user','4','2021-01-27 08:44:46','','','41.139.143.181','loggedin',1),(998,'user','4','2021-01-27 09:14:37','','','41.139.143.181','loggedin',1),(999,'user','8','2021-01-28 09:16:15','','','41.84.152.6','loggedin',1),(1000,'user','8','2021-01-28 09:52:35','','','41.84.152.6','loggedin',1),(1001,'user','4','2021-01-28 11:26:02','','','41.139.143.181','loggedin',1),(1002,'user','4','2021-01-28 16:44:59','2021-01-28 16:58:24','','41.139.143.181','loggedin',1),(1003,'user','4','2021-01-29 09:17:40','','','41.139.143.181','loggedin',1),(1004,'user','51','2021-01-29 09:43:25','','','102.69.227.199','loggedin',1),(1005,'user','7','2021-01-29 10:37:19','','','41.84.152.6','loggedin',1),(1006,'user','8','2021-01-29 11:33:33','','','41.84.152.6','loggedin',1),(1007,'user','7','2021-01-29 12:12:14','','','41.84.152.6','loggedin',1),(1008,'user','8','2021-01-29 13:35:51','','','41.84.152.6','loggedin',1),(1009,'user','6','2021-01-29 14:05:29','','','41.84.152.6','loggedin',1),(1010,'user','7','2021-01-29 14:44:32','','','41.84.152.6','loggedin',1),(1011,'user','8','2021-01-30 08:59:40','','','41.84.152.6','loggedin',1),(1012,'user','4','2021-01-30 09:51:44','','','41.139.143.181','loggedin',1),(1013,'user','4','2021-02-01 09:47:40','','','41.139.143.181','loggedin',1),(1014,'user','4','2021-02-01 10:13:05','','','41.139.143.181','loggedin',1),(1015,'user','4','2021-02-01 11:36:35','','','41.139.143.181','loggedin',1),(1016,'user','7','2021-02-01 12:05:16','','','41.84.152.6','loggedin',1),(1017,'user','4','2021-02-01 14:30:33','','','41.139.143.181','loggedin',1),(1018,'user','7','2021-02-01 14:53:30','','','41.84.152.6','loggedin',1),(1019,'user','4','2021-02-01 15:37:54','','','41.139.143.181','loggedin',1),(1020,'user','4','2021-02-02 08:56:16','','','41.139.143.181','loggedin',1),(1021,'user','8','2021-02-02 14:57:15','','','41.84.152.6','loggedin',1),(1022,'user','4','2021-02-02 17:06:58','','','41.139.143.181','loggedin',1),(1023,'user','4','2021-02-03 09:15:12','','','41.139.143.181','loggedin',1),(1024,'user','7','2021-02-03 10:01:12','','','41.84.152.6','loggedin',1),(1025,'user','8','2021-02-04 09:46:38','','','41.84.152.6','loggedin',1),(1026,'user','4','2021-02-04 09:47:52','2021-02-04 17:25:59','','41.139.143.181','loggedin',1),(1027,'user','8','2021-02-04 09:52:25','','','41.84.152.6','loggedin',1),(1028,'user','7','2021-02-04 10:32:37','','','41.84.152.6','loggedin',1),(1029,'user','7','2021-02-04 13:32:10','','','41.84.152.6','loggedin',1),(1030,'user','4','2021-02-04 17:27:16','','','41.139.143.181','loggedin',1),(1031,'user','4','2021-02-05 09:16:12','','','41.139.143.181','loggedin',1),(1032,'user','4','2021-02-05 15:19:46','','','41.139.143.181','loggedin',1),(1033,'user','7','2021-02-05 15:57:19','','','41.84.152.6','loggedin',1),(1034,'user','4','2021-02-06 10:28:46','','','41.139.143.181','loggedin',1),(1035,'user','6','2021-02-06 12:16:30','','','41.84.152.6','loggedin',1),(1036,'user','6','2021-02-06 12:31:46','','','41.84.152.6','loggedin',1),(1037,'user','4','2021-02-08 09:52:17','','','41.139.143.181','loggedin',1),(1038,'user','7','2021-02-08 10:35:59','','','41.84.152.6','loggedin',1),(1039,'user','4','2021-02-08 15:30:14','','','41.139.143.181','loggedin',1),(1040,'user','4','2021-02-08 17:15:53','','','41.139.143.181','loggedin',1),(1041,'user','51','2021-02-09 11:03:54','','','102.69.227.199','loggedin',1),(1042,'user','4','2021-02-09 14:47:50','','','41.139.143.181','loggedin',1),(1043,'user','4','2021-02-09 17:20:06','','','41.139.143.181','loggedin',1),(1044,'user','4','2021-02-10 10:27:59','','','41.139.143.181','loggedin',1),(1045,'user','4','2021-02-10 14:49:23','2021-02-10 17:27:12','','41.139.143.181','loggedin',1),(1046,'user','4','2021-02-10 17:27:52','2021-02-10 17:27:57','','41.139.143.181','loggedin',1),(1047,'user','7','2021-02-11 10:18:31','','','41.84.152.6','loggedin',1),(1048,'user','7','2021-02-11 10:28:37','2021-02-11 10:29:33','','41.84.152.6','loggedin',1),(1049,'admin','1','2021-02-11 10:29:48','','','41.84.152.6','loggedin',1),(1050,'user','51','2021-02-11 11:18:52','2021-02-11 11:24:14','','102.69.227.199','loggedin',1),(1051,'user','51','2021-02-11 11:24:30','2021-02-11 11:24:54','','102.69.227.199','loggedin',1),(1052,'user','4','2021-02-11 11:44:52','','','41.139.143.181','loggedin',1),(1053,'user','51','2021-02-11 11:49:50','2021-02-11 11:50:37','','102.69.227.199','loggedin',1),(1054,'user','7','2021-02-11 13:16:49','','','41.84.152.6','loggedin',1),(1055,'user','8','2021-02-11 15:15:42','','','41.84.152.6','loggedin',1),(1056,'user','8','2021-02-11 15:20:07','','','41.84.152.6','loggedin',1),(1057,'user','8','2021-02-11 15:26:23','','','41.84.152.6','loggedin',1),(1058,'user','51','2021-02-12 09:08:50','','','102.69.227.199','loggedin',1),(1059,'user','4','2021-02-12 10:06:37','','','41.139.143.181','loggedin',1),(1060,'user','7','2021-02-12 10:21:50','','','41.84.152.6','loggedin',1),(1061,'user','51','2021-02-12 11:16:06','2021-02-12 11:20:58','','102.69.227.199','loggedin',1),(1062,'user','4','2021-02-12 16:25:42','','','41.139.143.181','loggedin',1),(1063,'user','4','2021-02-13 10:09:09','2021-02-13 14:17:01','','41.139.143.181','loggedin',1),(1064,'user','4','2021-02-13 14:19:34','','','41.139.143.181','loggedin',1),(1065,'user','51','2021-02-15 09:02:47','','','102.69.227.199','loggedin',1),(1066,'user','4','2021-02-15 09:36:51','','','41.139.143.181','loggedin',1),(1067,'user','51','2021-02-15 12:01:23','2021-02-15 12:05:18','','102.69.227.199','loggedin',1),(1068,'user','8','2021-02-15 13:06:33','','','41.84.152.6','loggedin',1),(1069,'user','7','2021-02-15 17:02:44','','','41.84.152.6','loggedin',1),(1070,'user','4','2021-02-16 09:09:34','','','41.139.143.181','loggedin',1),(1071,'user','7','2021-02-16 10:58:13','','','41.84.152.6','loggedin',1),(1072,'user','4','2021-02-17 09:42:05','','','41.139.143.181','loggedin',1),(1073,'user','7','2021-02-17 10:47:39','','','41.84.152.6','loggedin',1),(1074,'user','4','2021-02-17 11:29:07','','','41.139.143.181','loggedin',1),(1075,'user','8','2021-02-18 16:22:56','','','41.84.152.6','loggedin',1),(1076,'user','51','2021-02-19 09:35:46','','','102.69.227.199','loggedin',1),(1077,'user','51','2021-02-19 12:14:38','','','102.69.227.199','loggedin',1),(1078,'user','4','2021-02-19 13:44:52','','','41.139.143.181','loggedin',1),(1079,'user','7','2021-02-19 14:39:54','','','41.81.5.142','loggedin',1),(1080,'user','4','2021-02-19 14:59:29','','','41.139.143.181','loggedin',1),(1081,'user','4','2021-02-19 15:00:03','','','41.139.143.181','loggedin',1),(1082,'user','4','2021-02-19 15:01:20','','','41.139.143.181','loggedin',1),(1083,'user','4','2021-02-19 15:01:53','','','41.139.143.181','loggedin',1),(1084,'user','4','2021-02-19 15:12:30','','','41.139.143.181','loggedin',1),(1085,'user','4','2021-02-19 15:12:42','','','41.139.143.181','loggedin',1),(1086,'user','4','2021-02-19 15:13:07','','','41.139.143.181','loggedin',1),(1087,'user','4','2021-02-19 15:13:40','','','41.139.143.181','loggedin',1),(1088,'user','4','2021-02-19 15:16:38','','','41.139.143.181','loggedin',1),(1089,'user','7','2021-02-19 15:19:56','','','41.81.5.142','loggedin',1),(1090,'admin','1','2021-02-19 15:20:23','','','41.81.5.142','loggedin',1),(1091,'admin','1','2021-02-19 15:21:08','','','41.81.5.142','loggedin',1),(1092,'user','4','2021-02-19 15:21:58','','','41.139.143.181','loggedin',1),(1093,'user','4','2021-02-19 15:24:37','','','41.139.143.181','loggedin',1),(1094,'user','4','2021-02-19 15:25:08','','','41.139.143.181','loggedin',1),(1095,'user','4','2021-02-19 15:25:50','','','41.139.143.181','loggedin',1),(1096,'user','4','2021-02-19 16:24:34','','','41.139.143.181','loggedin',1),(1097,'user','4','2021-02-19 16:24:53','','','41.139.143.181','loggedin',1),(1098,'user','4','2021-02-19 17:26:27','','','41.139.143.181','loggedin',1),(1099,'user','4','2021-02-20 10:19:53','','','41.139.143.181','loggedin',1),(1100,'user','4','2021-02-20 13:58:00','','','41.139.143.181','loggedin',1),(1101,'user','7','2021-02-22 08:51:54','','','41.84.152.6','loggedin',1),(1102,'user','4','2021-02-22 09:39:01','','','41.139.143.181','loggedin',1),(1103,'user','4','2021-02-22 17:05:35','','','41.139.143.181','loggedin',1),(1104,'user','4','2021-02-23 08:59:31','','','41.139.143.181','loggedin',1),(1105,'user','8','2021-02-23 11:11:36','','','41.84.152.6','loggedin',1),(1106,'user','8','2021-02-23 11:50:13','','','41.84.152.6','loggedin',1),(1107,'user','4','2021-02-23 12:44:28','','','41.139.143.181','loggedin',1),(1108,'user','4','2021-02-23 15:16:03','','','41.139.143.181','loggedin',1),(1109,'user','4','2021-02-24 08:28:34','','','41.139.143.181','loggedin',1),(1110,'user','7','2021-02-24 08:30:51','','','41.84.152.6','loggedin',1),(1111,'user','7','2021-02-24 09:01:44','','','41.84.152.6','loggedin',1),(1112,'user','7','2021-02-24 09:03:09','','','41.139.143.181','loggedin',1),(1113,'user','7','2021-02-24 09:12:33','','','41.139.143.181','loggedin',1),(1114,'user','7','2021-02-24 09:47:49','','','41.139.143.181','loggedin',1),(1115,'user','7','2021-02-24 09:54:56','2021-02-24 10:10:56','','41.139.143.181','loggedin',1),(1116,'user','4','2021-02-24 09:57:33','','','41.139.143.181','loggedin',1),(1117,'user','8','2021-02-24 11:39:23','','','41.84.152.6','loggedin',1),(1118,'user','7','2021-02-24 14:27:50','','','41.84.152.6','loggedin',1),(1119,'user','4','2021-02-24 16:02:32','','','41.139.143.181','loggedin',1),(1120,'user','7','2021-02-24 16:24:14','','','41.84.152.6','loggedin',1),(1121,'user','4','2021-03-01 12:50:51','','','41.139.143.181','loggedin',1),(1122,'user','4','2021-03-02 09:25:24','','','41.139.143.181','loggedin',1),(1123,'user','7','2021-03-09 14:03:00','','','41.84.152.6','loggedin',1),(1124,'user','8','2021-03-09 14:04:04','','','41.84.152.6','loggedin',1),(1125,'user','4','2021-03-09 14:20:09','','','41.139.143.181','loggedin',1),(1126,'user','8','2021-03-09 14:35:04','','','41.84.152.6','loggedin',1),(1127,'user','4','2021-03-09 14:35:45','','','41.139.143.181','loggedin',1),(1128,'user','6','2021-03-10 12:58:20','','','41.84.152.6','loggedin',1),(1129,'user','8','2021-03-11 13:07:36','','','41.84.152.6','loggedin',1),(1130,'user','8','2021-03-13 12:49:29','','','41.84.152.6','loggedin',1),(1131,'user','8','2021-03-16 09:24:23','','','41.84.152.6','loggedin',1),(1132,'user','8','2021-03-18 11:27:01','','','41.84.152.6','loggedin',1),(1133,'user','8','2021-03-18 13:23:12','','','41.84.152.6','loggedin',1),(1134,'user','8','2021-03-24 10:03:58','','','41.84.152.6','loggedin',1),(1135,'user','8','2021-03-29 09:42:17','','','41.84.152.6','loggedin',1),(1136,'user','8','2021-03-29 15:15:54','','','41.84.152.6','loggedin',1),(1137,'user','8','2021-03-30 08:58:24','','','41.84.152.6','loggedin',1),(1138,'user','8','2021-03-31 09:53:25','','','41.84.152.6','loggedin',1),(1139,'user','8','2021-04-07 14:03:05','','','41.84.152.6','loggedin',1),(1140,'user','8','2021-04-07 15:10:38','','','41.84.152.6','loggedin',1),(1141,'user','8','2021-05-11 14:49:21','','','41.84.152.6','loggedin',1),(1142,'user','7','2021-06-07 16:54:46','','','41.60.239.106','loggedin',1),(1143,'user','7','2021-06-07 17:00:07','2021-06-07 17:23:04','','41.60.239.106','loggedin',1),(1144,'user','8','2021-06-07 17:00:55','','','41.84.152.6','loggedin',1),(1145,'user','8','2021-06-09 16:27:16','','','41.84.152.6','loggedin',1),(1146,'user','8','2021-06-10 08:34:03','','','41.84.152.6','loggedin',1),(1147,'user','8','2021-06-10 15:00:08','','','41.84.152.6','loggedin',1),(1148,'user','8','2021-06-21 14:37:53','','','41.84.152.6','loggedin',1),(1149,'user','8','2021-06-21 15:43:19','','','41.84.152.6','loggedin',1),(1150,'user','7','2021-06-28 09:35:21','','','41.60.233.9','loggedin',1),(1151,'user','7','2022-01-21 16:03:08','','','197.155.64.162','loggedin',1),(1152,'user','7','2022-01-21 16:04:00','','','197.155.64.162','loggedin',1),(1153,'admin','1','2022-01-21 16:04:20','','','197.155.64.162','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 AUTO_INCREMENT=3 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 */; INSERT INTO `loyalitycards` VALUES (1,279.50,NULL,0,'','Loyality points awarded ','4','2020-09-02 10:47:48','','1','1','Points',1,0.00,'','41599032443',27950.00),(2,60.00,NULL,0,'','Loyality points awarded ','7','2021-01-13 11:39:21','','1','','Points',2,0.00,'','71610527113',6000.00); /*!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,'CITADEL','','2020-08-19 10:03:50','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','0','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Comments/Complains',11,'paw','complain','0','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','1','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','0','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'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Record Delivery',87,'cart-plus','recorddelivery','0','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),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sendsms','sales','Send Digital Receipt/Sms',40),('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', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=837 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,'CAUSTIC(SODIUM HYDROXIDE) 1KG','',2.00,'2020-08-20 14:07:10','0.00','1','newstock','1','','',0.00,'','1','2','internal','Branch','7','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(2,'UFACID (SULPHONIC ACID)1KG','',98.50,'2020-08-21 11:19:15','0.00','8','newstock','1','','',0.00,'','Main','98.5','Internal','Main','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(3,'UNGERAL (SLES) 1kg','',127.00,'2020-08-21 11:21:03','0.00','8','newstock','1','','',390.43,'','Main','127','Internal','Main','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(4,'FORMALINE 1KG','',7.25,'2020-08-21 11:22:06','0.00','8','newstock','1','','',0.00,'','Main','7.25','Internal','Main','53','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(5,'GLYCERINE 1KG','',67.60,'2020-08-21 11:26:58','0.00','8','newstock','1','','',0.00,'','Main','67.6','Internal','Main','46','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(6,'CDE 1KG','',25.10,'2020-08-21 11:28:04','0.00','8','newstock','1','','',0.00,'','Main','25.1','Internal','Main','31','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(7,'PEARLIZER 1KG','',5.85,'2020-08-21 11:28:35','0.00','8','newstock','1','','',0.00,'','Main','5.85','Internal','Main','34','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(8,'SALT 1KG','',143.00,'2020-08-21 11:28:59','0.00','8','newstock','1','','',0.00,'','Main','143','Internal','Main','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(9,'BLUE COLOUR 1KG','',2.72,'2020-08-21 11:37:42','0.00','8','newstock','1','','',0.00,'','Main','2.72','Internal','Main','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(10,'GREEN COLOUR 1KG','',3.69,'2020-08-21 11:38:20','0.00','8','newstock','1','','',0.00,'','Main','3.69','Internal','Main','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(11,'PINK COLOUR 1KG','',0.42,'2020-08-21 11:38:49','0.00','8','newstock','1','','',0.00,'','Main','0.42','Internal','Main','24','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(12,'YELLOW CLOUR 1KG','',2.73,'2020-08-21 11:41:54','0.00','8','newstock','1','','',0.00,'','Main','2.73','Internal','Main','20','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(13,'MAGADI SODA 1KG','',30.00,'2020-08-21 11:42:28','0.00','8','newstock','1','','',0.00,'','Main','30','Internal','Main','39','','',0.00,'','60','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(14,'CAUSTIC(SODIUM HYDROXIDE) 1KG','',123.70,'2020-08-21 11:44:24','0.00','8','newstock','1','','',0.00,'','Main','123.7','Internal','Main','7','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(15,'phosphoric acid 1ltr','',35.00,'2020-08-21 11:45:17','0.00','8','newstock','1','','',0.00,'','Main','35','Internal','Main','166','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(16,'DODIGEN 1KG','',3.50,'2020-08-21 11:45:46','0.00','8','newstock','1','','',0.00,'','Main','3.5','Internal','Main','63','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(17,'citric acid 1kg','',4.00,'2020-08-21 11:46:06','0.00','8','newstock','1','','',0.00,'','Main','4','Internal','Main','165','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(18,'STPP 1KG','',12.00,'2020-08-21 11:46:49','0.00','8','newstock','1','','',0.00,'','Main','12','Internal','Main','59','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(19,'SIMET 1KG','',15.50,'2020-08-21 11:47:10','0.00','8','newstock','1','','',0.00,'','Main','15.5','Internal','Main','62','','',0.00,'','120','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(20,'WHITE OIL 1KG','',30.00,'2020-08-21 11:47:36','0.00','8','newstock','1','','',0.00,'','Main','30','Internal','Main','116','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(21,'LEMON PERFUME 1LTR','',1.60,'2020-08-21 11:52:16','0.00','8','newstock','1','','',0.00,'','Main','1.6','Internal','Main','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(22,'LAVENDER PERFUME 1LTR','',2.75,'2020-08-21 11:53:12','0.00','8','newstock','1','','',0.00,'','Main','2.75','Internal','Main','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(23,'BUBBLE GUM PERFUME 1LTR','',0.75,'2020-08-21 11:53:45','0.00','8','newstock','1','','',0.00,'','Main','0.75','Internal','Main','173','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(24,'NP9 1KG','',43.50,'2020-08-21 11:54:42','0.00','8','newstock','1','','',0.00,'','Main','43.5','Internal','Main','49','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(25,'ONE TOUCH SANITIZER GEL 1LTR','',508.20,'2020-08-21 12:50:05','0.00','8','newstock','1','','',0.00,'','Main','508.2','Internal','Main','147','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(26,'ONE TOUCH DISINFECTANT 1KG','',525.00,'2020-08-21 12:55:03','0.00','8','newstock','1','','',0.00,'','Main','525','Internal','Main','88','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(27,'ONE TOUCH HANDWASH CREAM 1KG','',232.00,'2020-08-21 12:55:39','0.00','8','newstock','1','','',0.00,'','Main','232','Internal','Main','85','','',0.00,'','120','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(28,'STEINO HOUSE HOLD BLEACH 1KG','',39.00,'2020-08-21 13:03:35','0.00','8','newstock','1','','',0.00,'','Main','39','Internal','Main','97','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(29,'SCOURING POWDER 1KG','',563.00,'2020-08-21 13:04:23','0.00','8','newstock','1','','',0.00,'','Main','563','Internal','Main','110','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(30,'CHLORINE 65% 1KG','',39.00,'2020-08-21 13:06:15','0.00','8','newstock','1','','',0.00,'','Main','39','Internal','Main','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(31,'one touch multipurpose detergent 1ltr','',1379.00,'2020-08-21 16:25:29','0.00','8','newstock','1','','',0.00,'','Main','1379','Internal','Main','161','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(32,'','',113.00,'2020-08-22 09:41:59','0.00','8','newstock','1','81598078492','11',390.43,'','1','113','Main','branch','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(33,'','',96.50,'2020-08-22 10:05:08','0.00','8','newstock','1','81598079866','11',0.00,'','1','96.5','Main','branch','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(34,'','',123.70,'2020-08-22 10:06:12','1.40','8','newstock','1','81598079945','1',0.00,'','1','125.1','Main','branch','7','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(35,'','',128.50,'2020-08-22 10:06:37','0.00','8','newstock','1','81598079983','11',0.00,'','1','128.5','Main','branch','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(36,'','',2.42,'2020-08-22 10:06:58','0.00','8','newstock','1','81598080008','3',0.00,'','1','2.42','Main','branch','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(37,'','',3.60,'2020-08-22 10:07:18','0.00','8','newstock','1','81598080031','3',0.00,'','1','3.6','Main','branch','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(38,'','',2.70,'2020-08-22 10:07:38','0.00','8','newstock','1','81598080047','9',0.00,'','1','2.7','Main','branch','20','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(39,'','',0.42,'2020-08-22 10:07:55','0.00','8','newstock','1','81598080067','1',0.00,'','1','0.42','Main','branch','24','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(40,'','',38.00,'2020-08-22 10:08:34','0.00','8','newstock','1','81598080105','11',0.00,'','1','38','Main','branch','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(41,'','',29.00,'2020-08-22 10:08:50','0.00','8','newstock','1','81598080123','11',0.00,'','1','29','Main','branch','39','','',0.00,'','60','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(42,'','',25.10,'2020-08-22 10:10:25','0.00','8','newstock','1','81598080214','1',0.00,'','1','25.1','Main','branch','31','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(43,'','',5.85,'2020-08-22 10:10:44','0.00','8','newstock','1','81598080235','1',0.00,'','1','5.85','Main','branch','34','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(44,'','',67.60,'2020-08-22 10:11:54','0.00','8','newstock','1','81598080305','1',0.00,'','1','67.6','Main','branch','46','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(45,'','',43.50,'2020-08-22 10:12:28','0.00','8','newstock','1','81598080339','1',0.00,'','1','43.5','Main','branch','49','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(46,'','',7.25,'2020-08-22 10:13:17','0.00','8','newstock','1','81598080374','1',0.00,'','1','7.25','Main','branch','53','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(47,'','',12.00,'2020-08-22 10:14:00','0.00','8','newstock','1','81598080428','1',0.00,'','1','12','Main','branch','59','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(48,'','',15.50,'2020-08-22 10:14:34','0.00','8','newstock','1','81598080465','1',0.00,'','1','15.5','Main','branch','62','','',0.00,'','120','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(49,'','',3.50,'2020-08-22 10:15:20','0.00','8','newstock','1','81598080511','1',0.00,'','1','3.5','Main','branch','63','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(50,'','',1.20,'2020-08-22 10:16:06','0.00','8','newstock','1','81598080558','9',0.00,'','1','1.2','Main','branch','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(51,'','',2.57,'2020-08-22 10:16:29','0.00','8','newstock','1','81598080581','9',0.00,'','1','2.57','Main','branch','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(52,'','',0.75,'2020-08-22 10:16:49','0.00','8','newstock','1','81598080601','3',0.00,'','1','0.75','Main','branch','173','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(53,'','',232.00,'2020-08-22 10:19:00','0.00','8','newstock','1','81598080732','1',0.00,'','1','232','Main','branch','85','','',0.00,'','120','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(54,'','',525.00,'2020-08-22 10:19:22','0.00','8','newstock','1','81598080754','1',0.00,'','1','525','Main','branch','88','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(55,'','',107.00,'2020-08-22 10:20:25','0.00','8','newstock','1','81598080816','3',0.00,'','1','107','Main','branch','94','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(56,'','',39.00,'2020-08-22 10:20:50','0.00','8','newstock','1','81598080842','1',0.00,'','1','39','Main','branch','97','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(57,'','',563.00,'2020-08-22 10:21:25','0.00','8','newstock','1','81598080877','1',0.00,'','1','563','Main','branch','110','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(58,'','',70.00,'2020-08-22 10:21:37','0.00','8','newstock','1','81598080886','3',0.00,'','1','70','Main','branch','178','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(59,'','',400.00,'2020-08-22 10:21:49','400.00','8','newstock','1','81598080897','3',0.00,'','1','800','Main','branch','177','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(60,'','',35.00,'2020-08-22 10:22:03','0.00','8','newstock','1','81598080910','1',0.00,'','1','35','Main','branch','166','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(61,'','',3.50,'2020-08-22 10:22:13','0.00','8','newstock','1','81598080924','3',0.00,'','1','3.5','Main','branch','165','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(62,'','',28.00,'2020-08-22 10:22:32','0.00','8','newstock','1','81598080934','3',0.00,'','1','28','Main','branch','163','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(63,'','',1379.00,'2020-08-22 10:22:47','0.00','8','newstock','1','81598080958','1',0.00,'','1','1379','Main','branch','161','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(64,'','',235.00,'2020-08-22 10:23:05','0.00','8','newstock','1','81598080973','3',0.00,'','1','235','Main','branch','150','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(65,'','',508.20,'2020-08-22 10:23:25','0.00','8','newstock','1','81598080991','1',0.00,'','1','508.2','Main','branch','147','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(66,'','',7.50,'2020-08-22 10:23:47','0.00','8','newstock','1','81598081017','3',0.00,'','1','7.5','Main','branch','142','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(67,'','',30.00,'2020-08-22 10:24:19','0.00','8','newstock','1','81598081048','1',0.00,'','1','30','Main','branch','116','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(68,'EDGE 100 BASIC LAUNDRY POWDER 1KG','',400.00,'2020-08-22 11:14:26','0.00','8','newstock','1','','',0.00,'','Main','400','Internal','Main','177','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(69,'','',400.00,'2020-08-22 11:15:15','800.00','8','newstock','1','81598084108','3',0.00,'','1','1200','Main','branch','177','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(70,'LEMON PERFUME 1LTR','',1.75,'2020-08-25 14:58:55','0.00','8','newstock','1','','',0.00,'','Main','1.75','Internal','Main','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(71,'','',1.75,'2020-08-25 15:02:20','0.02','8','newstock','1','81598356924','9',0.00,'','1','1.77','Main','branch','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(72,'SOFTENER 1KG','',25.00,'2007-04-14 00:05:10','0.00','8','newstock','1','','',0.00,'','Main','25','Internal','Main','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(73,'','',25.00,'2007-04-14 00:07:41','0.00','8','newstock','1','81176498449','1',0.00,'','1','25','Main','branch','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(74,'','',563.00,'2020-08-26 08:45:23','563.00','8','newstock','1','81598420713','11',0.00,'','1','1126','Main','branch','110','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(75,'','',1.30,'2020-08-28 14:20:34','0.75','8','newstock','1','81598613622','3',0.00,'','1','2.05','Main','branch','173','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(76,'BUBBLE GUM PERFUME 1LTR','',0.50,'2020-08-28 14:40:54','0.00','8','newstock','1','','',0.00,'','Main','0.5','Internal','Main','173','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(77,'','',0.50,'2020-08-28 14:41:31','1.30','8','newstock','1','81598614882','3',0.00,'','1','1.8','Main','branch','173','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(78,'','',8.00,'2020-08-29 11:34:46','0.00','8','newstock','1','81598690078','11',0.00,'','1','8','Main','branch','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(79,'','1',40.00,'2020-08-31 11:27:21','10.25','8','newstock','1','81598862278','9',0.00,'','1','50.25','supplier','1','1','','',0.00,'VATABLE','320','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(80,'','1',100.00,'2020-08-31 11:28:45','25.50','8','newstock','1','81598862278','9',0.00,'','1','125.5','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(81,'','1',20.00,'2020-09-01 09:34:02','42.50','8','newstock','1','81598941934','11',0.00,'','1','62.5','supplier','1','49','','',0.00,'VATABLE','420','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(82,'','1',220.00,'2020-09-01 09:34:28','53.50','8','newstock','1','81598941934','11',0.00,'','1','273.5','supplier','1','4','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','220',1,NULL,'Inclusive'),(83,'','1',170.00,'2020-09-01 09:34:47','45.25','8','newstock','1','81598941934','11',0.00,'','1','215.25','supplier','1','1','','',0.00,'VATABLE','320','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','170',1,NULL,'Inclusive'),(84,'','1',1.00,'2020-09-01 14:13:46','0.94','8','newstock','1','81598958764','9',0.00,'','1','1.94','supplier','1','67','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(85,'','1',1.00,'2020-09-01 14:14:16','0.27','8','newstock','1','81598958764','9',0.00,'','1','1.27','supplier','1','24','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(86,'','',3.50,'2020-09-01 14:48:54','','8','transfer','1','','1',0.00,'','1','','1','Main','166','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(87,'','',0.80,'2020-09-01 15:00:17','','8','transfer','1','','1',0.00,'','1','','1','Main','7','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(88,'','',0.20,'2020-09-01 15:01:02','','8','transfer','1','','11',0.00,'','1','','1','Main','39','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(89,'DIGESTER','produced at the shop',1.00,'2020-09-01 15:05:23','0.00','8','newstock','1','','',2.00,'','1','1','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(90,'DODIGEN 1KG','',1.00,'2020-09-01 15:09:14','3.00','8','newstock','1','','',0.00,'','1','4','internal','Branch','63','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(91,'DIGESTER','',1.00,'2020-09-01 15:09:35','0.00','8','newstock','1','','',2.00,'','1','1','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(92,'TOILET CLEANER (Stain remover) 1LTR','',2.00,'2020-09-01 15:13:39','3.00','8','newstock','1','','',0.00,'','1','5','internal','Branch','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(93,'','',0.20,'2020-09-01 15:18:08','','8','transfer','1','','1',0.00,'','1','','1','Main','31','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(94,'','',3.50,'2020-09-01 15:19:43','','8','transfer','1','','1',0.00,'','1','','1','Main','166','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(95,'','1',1000.00,'2020-09-02 09:06:57','1273.00','8','newstock','1','81599026618','11',0.00,'','1','2273','supplier','1','161','','',0.00,'VATABLE','80','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1000',1,NULL,'Inclusive'),(96,'','1',200.00,'2020-09-02 09:07:40','502.00','8','newstock','1','81599026618','11',0.00,'','1','702','supplier','1','147','','',0.00,'VATABLE','500','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','200',1,NULL,'Inclusive'),(97,'','1',100.00,'2020-09-02 09:08:15','702.00','8','newstock','1','81599026618','11',0.00,'','1','802','supplier','1','147','','',0.00,'VATABLE','500','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(98,'','1',200.00,'2020-09-02 09:08:46','204.00','8','newstock','1','81599026618','11',0.00,'','1','404','supplier','1','85','','',0.00,'VATABLE','120','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','200',1,NULL,'Inclusive'),(99,'','1',40.00,'2020-09-02 09:09:14','0.00','8','newstock','1','81599026618','11',0.00,'','1','40','supplier','1','51','','',0.00,'VATABLE','140','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(100,'DIGESTER 1kg','',1.00,'2020-09-02 14:11:27','0.00','8','newstock','1','','',2.00,'','1','1','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(101,'DIGESTER 1kg','',1.00,'2020-09-02 14:14:36','0.00','8','newstock','1','','',2.00,'','1','1','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(102,'DIGESTER 1kg','',1.00,'2020-09-02 14:20:23','1.00','8','newstock','1','','',2.00,'','1','2','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(103,'','',0.60,'2020-09-02 14:35:15','','8','transfer','1','','11',0.00,'','1','','1','Main','39','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(104,'','',2.40,'2020-09-02 14:35:44','','8','transfer','1','','1',0.00,'','1','','1','Main','7','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(105,'','',1.30,'2020-09-03 11:10:49','1.10','8','newstock','1','81599120526','3',0.00,'','1','2.4','Main','branch','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(106,'','1',715.00,'2020-09-04 08:12:27','1768.00','8','newstock','1','81599196254','11',0.00,'','1','2483','supplier','1','161','','',0.00,'VATABLE','80','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','715',1,NULL,'Inclusive'),(107,'','1',80.00,'2020-09-04 08:13:22','369.00','8','newstock','1','81599196254','11',0.00,'','1','449','supplier','1','85','','',0.00,'VATABLE','120','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','80',1,NULL,'Inclusive'),(108,'','1',200.00,'2020-09-04 08:13:55','18.00','8','newstock','1','81599196254','11',0.00,'','1','218','supplier','1','163','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','200',1,NULL,'Inclusive'),(109,'ONE TOUCH CARPET SHAMPOO 1KG','',272.00,'2020-09-05 10:19:13','0.00','8','newstock','1','','',1.00,'','1','272','internal','Branch','91','','',0.00,'','150','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(110,'LAVENDER PERFUME 1LTR','',0.20,'2020-09-07 14:49:39','0.02','8','newstock','1','','',0.00,'','1','0.22','internal','Branch','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(111,'DIGESTER 1/2kg','',3.00,'2020-09-08 08:41:49','0.00','8','newstock','1','','',0.00,'','1','3','internal','Branch','186','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(112,'TOILET CLEANER (Stain remover) 1LTR','',3.00,'2020-09-08 08:43:06','0.00','8','newstock','1','','',0.00,'','1','3','internal','Branch','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(113,'LAVENDER PERFUME 1LTR','',1.00,'2020-09-08 10:43:21','0.02','8','newstock','1','','',0.00,'','1','1.02','internal','Branch','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(114,'DIGESTER 1kg','',1.50,'2020-09-09 15:19:30','0.50','8','newstock','1','','',2.00,'','1','2','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(115,'LAVENDER PERFUME 1LTR','',1.00,'2020-09-10 12:33:51','0.27','8','newstock','1','','',0.00,'','1','1.27','internal','Branch','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(116,'LEMON PERFUME 1LTR','',1.00,'2020-09-10 12:34:40','0.00','8','newstock','1','','',0.00,'','1','1','internal','Branch','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(117,'','1',100.00,'2020-09-10 16:08:44','0.00','8','newstock','1','81599743292','9',0.00,'','1','100','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(118,'LEMON PERFUME 1LTR','',1.00,'2020-09-14 11:14:24','0.00','8','newstock','1','','',0.00,'','1','1','internal','Branch','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(119,'GREEN COLOUR 1KG','',1.00,'2020-09-14 12:53:53','0.00','8','newstock','1','','',0.00,'','1','1','internal','Branch','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(120,'','1',1.00,'2020-09-14 14:08:33','0.11','8','newstock','1','81600081662','9',0.00,'','1','1.11','supplier','1','71','','',0.00,'VATABLE','1800','','','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(121,'','1',2.00,'2020-09-14 14:09:17','0.51','8','newstock','1','81600081728','9',0.00,'','1','2.51','supplier','1','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(122,'','1',1.00,'2020-09-14 14:09:31','0.58','8','newstock','1','81600081728','9',0.00,'','1','1.58','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(123,'TOILET CLEANER (Stain remover) 1LTR','',5.00,'2020-09-14 15:32:08','2.00','8','newstock','1','','',0.00,'','1','7','internal','Branch','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(124,'','1',170.00,'2020-09-17 13:26:48','0.00','8','newstock','1','81600338367','11',0.00,'','1','170','supplier','1','1','','',0.00,'VATABLE','320','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','170',1,NULL,'Inclusive'),(125,'LEMON PERFUME 1LTR','',1.00,'2020-09-17 14:46:34','0.00','8','newstock','1','','',0.00,'','Main','1','Internal','Main','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(126,'LEMON PERFUME 1LTR','',1.00,'2020-09-17 14:47:12','0.02','8','newstock','1','','',0.00,'','1','1.02','internal','Branch','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(127,'LAVENDER PERFUME 1LTR','',0.50,'2020-09-18 13:17:30','0.00','8','newstock','1','','',0.00,'','1','0.5','internal','Branch','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(128,'','1',150.00,'2020-09-18 13:19:46','2.50','8','newstock','1','81600424337','9',0.00,'','1','152.5','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(129,'','1',2.00,'2020-09-18 15:20:28','0.66','8','newstock','1','81600431543','9',0.00,'','1','2.66','supplier','1','67','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(130,'','1',2.00,'2020-09-18 15:20:40','0.05','8','newstock','1','81600431543','9',0.00,'','1','2.05','supplier','1','71','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(131,'','1',1.00,'2020-09-25 10:59:26','0.02','8','newstock','1','81601020725','9',0.00,'','1','1.02','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(132,'','1',2.00,'2020-09-25 10:59:38','1.10','8','newstock','1','81601020725','9',0.00,'','1','3.1','supplier','1','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(133,'GREEN COLOUR 1KG','',1.00,'2020-09-25 13:23:24','0.00','8','newstock','1','','',0.00,'','1','1','internal','Branch','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(134,'','1',150.00,'2020-09-25 16:12:31','19.50','8','newstock','1','81601039470','9',0.00,'','1','169.5','supplier','1','10','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(135,'','1',1.00,'2020-09-25 16:12:50','0.30','8','newstock','1','81601039470','9',0.00,'','1','1.3','supplier','1','71','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(136,'','1',1.00,'2020-09-25 16:13:08','0.94','8','newstock','1','81601039470','9',0.00,'','1','1.94','supplier','1','16','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(137,'','1',1.00,'2020-09-25 16:13:20','2.17','8','newstock','1','81601039470','9',0.00,'','1','3.17','supplier','1','12','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(138,'','1',340.00,'2020-09-26 11:51:49','4.50','8','newstock','1','81601110199','11',0.00,'','1','344.5','supplier','1','1','','',0.00,'VATABLE','320','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','340',1,NULL,'Inclusive'),(139,'','1',220.00,'2020-09-26 11:52:19','126.50','8','newstock','1','81601110199','11',0.00,'','1','346.5','supplier','1','4','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','220',1,NULL,'Inclusive'),(140,'','1',100.00,'2020-09-26 11:52:49','65.45','8','newstock','1','81601110199','11',0.00,'','1','165.45','supplier','1','7','','',0.00,'ZERO RATED','200','0','0','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(141,'','1',24.00,'2020-09-26 11:56:43','0.00','8','newstock','1','81601110513','11',0.00,'','1','24','supplier','1','98','','',0.00,'ZERO RATED','0','','','','','received',0,'0000-00-00 00:00:00','pcs','24.00',1,NULL,'Inclusive'),(142,'LEMON PERFUME 1LTR','',1.00,'2020-09-29 14:12:14','0.00','8','newstock','1','','',0.00,'','1','1','internal','Branch','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(143,'DIGESTER 1kg','',3.00,'2020-10-01 13:40:45','0.00','8','newstock','1','','',2.00,'','1','3','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(144,'','1',1000.00,'2020-10-02 14:25:06','533.00','8','newstock','1','81601637619','11',0.00,'','1','1533','supplier','1','161','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1000',1,NULL,'Inclusive'),(145,'','1',250.00,'2020-10-02 14:25:41','380.00','8','newstock','1','81601637619','11',0.00,'','1','630','supplier','1','85','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','250',1,NULL,'Inclusive'),(146,'','1',50.00,'2020-10-03 11:01:02','7.20','8','newstock','1','81601711961','9',0.00,'','1','57.2','supplier','1','39','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(147,'','1',1.00,'2020-10-03 11:01:27','0.32','8','newstock','1','81601711961','9',0.00,'','1','1.32','supplier','1','67','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(148,'','1',2.00,'2020-10-03 11:01:42','0.89','8','newstock','1','81601711961','9',0.00,'','1','2.89','supplier','1','16','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(149,'','1',1.00,'2020-10-03 11:01:57','2.04','8','newstock','1','81601711961','9',0.00,'','1','3.04','supplier','1','12','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(150,'DIGESTER 1kg','',4.00,'2020-10-03 11:48:27','0.00','8','newstock','1','','',2.00,'','Main','4','Internal','Main','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(151,'DIGESTER 1kg','',4.00,'2020-10-03 11:49:36','1.00','8','newstock','1','','',2.00,'','1','5','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(152,'ONE TOUCH DEGREASER 1LTR','',40.00,'2020-10-07 13:25:09','25.00','8','newstock','1','','',0.00,'','1','65','internal','Branch','150','','',0.00,'','1600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(153,'','1',20.00,'2020-10-08 08:51:00','13.40','8','newstock','1','81602136215','11',0.00,'','1','33.4','supplier','1','31','','',0.00,'ZERO RATED','500','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(154,'','1',6.00,'2020-10-08 08:54:25','2.00','8','newstock','1','81602136215','11',0.00,'','1','8','supplier','1','207','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','6',1,NULL,'Inclusive'),(155,'','1',150.00,'2020-10-09 13:08:54','47.50','8','newstock','1','81602238063','9',0.00,'','1','197.5','supplier','1','10','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(156,'','1',2.00,'2020-10-09 13:09:15','2.08','8','newstock','1','81602238063','9',0.00,'','1','4.08','supplier','1','16','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(157,'','1',1.00,'2020-10-09 13:09:39','0.02','8','newstock','1','81602238063','9',0.00,'','1','1.02','supplier','1','67','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(158,'','1',1.00,'2020-10-09 13:10:33','0.05','8','newstock','1','81602238063','9',0.00,'','1','1.05','supplier','1','71','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(159,'','1',1.00,'2020-10-09 13:11:07','0.90','8','newstock','1','81602238063','9',0.00,'','1','1.9','supplier','1','20','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(160,'DIGESTER 1kg','',4.00,'2020-10-12 12:56:00','0.00','8','newstock','1','','',2.00,'','1','4','internal','Branch','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(161,'ONE TOUCH DEGREASER 1LTR','',40.00,'2020-10-12 15:52:18','25.00','8','newstock','1','','',0.00,'','1','65','internal','Branch','150','','',0.00,'','1600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(162,'','1',60.00,'2020-10-14 12:25:45','70.50','8','newstock','1','81602667490','9',0.00,'','1','130.5','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive'),(163,'','1',20.00,'2020-10-14 13:40:20','52.25','8','newstock','1','81602671982','11',0.00,'','1','72.25','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(164,'','1',20.00,'2020-10-14 13:40:35','42.50','8','newstock','1','81602671982','11',0.00,'','1','62.5','supplier','1','49','','',0.00,'VATABLE','420','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(165,'','1',40.00,'2020-10-14 15:31:07','71.50','8','newstock','1','81602678518','9',0.00,'','1','111.5','supplier','1','1','','',0.00,'VATABLE','320','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(166,'','1',150.00,'2020-10-14 15:31:33','86.50','8','newstock','1','81602678518','9',0.00,'','1','236.5','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(167,'','1',1.00,'2020-10-14 15:32:08','0.80','8','newstock','1','81602678518','9',0.00,'','1','1.8','supplier','1','67','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(168,'','1',1.00,'2020-10-14 15:32:20','0.77','8','newstock','1','81602678518','9',0.00,'','1','1.77','supplier','1','71','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(169,'','1',1.00,'2020-10-14 15:32:35','0.64','8','newstock','1','81602678518','9',0.00,'','1','1.64','supplier','1','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(170,'','1',1.00,'2020-10-14 15:32:47','2.25','8','newstock','1','81602678518','9',0.00,'','1','3.25','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(171,'','1',70.00,'2020-10-16 09:58:12','1.00','8','newstock','1','81602831399','11',0.00,'','1','71','supplier','1','53','','',0.00,'ZERO RATED','200','0','0','','','received',0,'0000-00-00 00:00:00','pcs','70',1,NULL,'Inclusive'),(172,'','1',240.00,'2020-10-16 09:58:31','99.25','8','newstock','1','81602831399','11',0.00,'','1','339.25','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','240',1,NULL,'Inclusive'),(173,'','1',250.00,'2020-10-16 09:58:54','41.25','8','newstock','1','81602831399','11',0.00,'','1','291.25','supplier','1','4','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','250',1,NULL,'Inclusive'),(174,'','1',1280.00,'2020-10-16 12:35:25','173.00','8','newstock','1','81602831540','11',0.00,'','1','1453','supplier','1','161','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1280',1,NULL,'Inclusive'),(175,'phosphoric acid 1ltr','',35.00,'2020-10-16 12:45:25','0.00','8','newstock','1','','',0.00,'','Main','35','Internal','Main','166','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(176,'UNGERAL (SLES) 1kg','',130.00,'2020-10-16 12:59:58','0.00','8','newstock','1','','',165.00,'','Main','130','Internal','Main','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(177,'PEARLIZER 1KG','',3.90,'2020-10-16 13:21:57','0.00','8','newstock','1','','',0.00,'','Main','3.9','Internal','Main','34','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(178,'FORMALINE 1KG','',6.10,'2020-10-16 13:30:50','0.00','8','newstock','1','','',0.00,'','Main','6.1','Internal','Main','53','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(179,'NP9 1KG','',4.30,'2020-10-16 13:41:04','0.00','8','newstock','1','','',0.00,'','Main','4.3','Internal','Main','49','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(180,'GLYCERINE 1KG','',5.00,'2020-10-16 13:41:38','0.00','8','newstock','1','','',0.00,'','Main','5','Internal','Main','46','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(181,'PINK COLOUR 1KG','',5.00,'2020-10-16 13:43:24','0.01','8','newstock','1','','',0.00,'','1','5.01','internal','Branch','24','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(182,'HYDROGEN PEROXIDE 1LTR','',70.00,'2020-10-16 14:32:26','0.00','8','newstock','1','','',0.00,'','Main','70','Internal','Main','155','','',0.00,'','750','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(183,'TEXANOL 1KG','',20.00,'2020-10-16 14:36:27','4.10','8','newstock','1','','',0.00,'','Main','24.1','Internal','Main','215','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(184,'NITRIC ACID 1KG','',30.00,'2020-10-16 14:36:48','0.00','8','newstock','1','','',0.00,'','Main','30','Internal','Main','142','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(185,'MPG 1KG','',20.00,'2020-10-16 14:37:22','13.10','8','newstock','1','','',0.00,'','Main','33.1','Internal','Main','216','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(186,'CHLORINE 65% 1KG','',13.00,'2020-10-16 14:39:35','0.00','8','newstock','1','','',0.00,'','Main','13','Internal','Main','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(187,'SODIUM HYDROSULPHATE 1KG','',20.00,'2020-10-16 14:40:11','0.00','8','newstock','1','','',0.00,'','Main','20','Internal','Main','41','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(188,'CMC 1KG','',3.10,'2020-10-16 14:40:37','0.00','8','newstock','1','','',0.00,'','Main','3.1','Internal','Main','28','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(189,'SODIUM BENZOATE 1KG','',174.00,'2020-10-16 14:41:11','0.00','8','newstock','1','','',0.00,'','Main','174','Internal','Main','191','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(190,'EDTA 1KG','',13.00,'2020-10-16 14:46:11','0.00','8','newstock','1','','',0.00,'','Main','13','Internal','Main','182','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(191,'SALT 1KG','',9.10,'2020-10-16 14:50:04','0.00','8','newstock','1','','',19.00,'','Main','9.1','Internal','Main','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(192,'CAUSTIC POTASH FLAKES 1KG','',86.30,'2020-10-16 15:22:37','0.00','8','newstock','1','','',0.00,'','Main','86.3','Internal','Main','239','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(193,'Scouring Powder (Pine) 1KG','',140.00,'2020-10-16 16:09:06','0.00','8','newstock','1','','',0.00,'','Main','140','Internal','Main','241','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(194,'SIMET 1KG','',200.00,'2020-10-16 16:10:17','0.00','8','newstock','1','','',0.00,'','Main','200','Internal','Main','62','','',0.00,'','120','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(195,'STPP 1KG','',80.00,'2020-10-16 16:11:04','0.00','8','newstock','1','','',0.00,'','Main','80','Internal','Main','59','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(196,'MAGADI SODA 1KG','',154.00,'2020-10-16 16:21:22','0.00','8','newstock','1','','',0.00,'','Main','154','Internal','Main','39','','',0.00,'','60','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(197,'EDGE 200 PREMIUM LAUNDRY POWDER 1KG','',25.00,'2020-10-16 16:27:41','0.00','8','newstock','1','','',0.00,'','Main','25','Internal','Main','178','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(198,'EDGE 100 BASIC LAUNDRY POWDER 1KG','',25.00,'2020-10-16 16:27:58','0.00','8','newstock','1','','',0.00,'','Main','25','Internal','Main','177','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(199,'ONE TOUCH SANITIZER GEL 1LTR','',1080.00,'2020-10-16 16:28:08','0.00','8','newstock','1','','',0.00,'','Main','1080','Internal','Main','147','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(200,'GLYCERINE 1KG','',398.60,'2020-10-16 16:30:12','5.00','8','newstock','1','','',0.00,'','Main','403.6','Internal','Main','46','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(201,'PURE ACLYRIC 1KG','',340.00,'2020-10-16 16:30:40','82.00','8','newstock','1','','',0.00,'','Main','422','Internal','Main','213','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(202,'GMS 1KG','',4.40,'2020-10-16 16:33:13','0.00','8','newstock','1','','',0.00,'','Main','4.4','Internal','Main','192','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(203,'DODIGEN 1KG','',10.00,'2020-10-16 16:37:02','0.00','8','newstock','1','','',0.00,'','Main','10','Internal','Main','63','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(204,'SODIUM PERCABONATE 1KG','',9.60,'2020-10-16 16:47:48','25.00','8','newstock','1','','',0.00,'','Main','34.6','Internal','Main','236','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(205,'citric acid 1kg','',20.00,'2020-10-16 16:51:43','0.00','8','newstock','1','','',0.00,'','Main','20','Internal','Main','165','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(206,'SOFTENER 1KG','',80.00,'2020-10-17 10:31:33','0.00','8','newstock','1','','',0.00,'','Main','80','Internal','Main','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(207,'','1',150.00,'2020-10-17 10:41:19','48.00','8','newstock','1','81602920369','11',0.00,'','1','198','supplier','1','195','','',0.00,'ZERO RATED','250','0','0','','','received',0,'0000-00-00 00:00:00','pc','150',1,NULL,'Inclusive'),(208,'','1',24.00,'2020-10-17 10:41:45','24.00','8','newstock','1','81602920369','11',0.00,'','1','48','supplier','1','98','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(209,'','1',200.00,'2020-10-17 10:45:47','617.00','8','newstock','1','81602920369','11',0.00,'','1','817','supplier','1','85','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','200',1,NULL,'Inclusive'),(210,'','1',130.00,'2020-10-17 10:47:05','120.00','8','newstock','1','81602920369','11',0.00,'','1','250','supplier','1','150','','',0.00,'ZERO RATED','1600','0','0','','','received',0,'0000-00-00 00:00:00','pcs','130',1,NULL,'Inclusive'),(211,'MPG 1KG','',12.00,'2020-10-17 10:55:03','33.10','8','newstock','1','','',0.00,'','Main','45.1','Internal','Main','216','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(212,'CHLORINE 65% 1KG','',20.00,'2020-10-17 10:55:46','13.00','8','newstock','1','','',0.00,'','Main','33','Internal','Main','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(213,'','1',4.00,'2020-10-17 12:06:47','0.00','8','newstock','1','81602925558','9',250.00,'','1','4','supplier','1','37','','',0.00,'VATABLE','420','122.81','877.19','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(214,'','1',1.00,'2020-10-22 15:18:30','4.00','8','newstock','1','81603368963','11',0.00,'','1','5','supplier','1','199','','',0.00,'ZERO RATED','7200','','','','','received',0,'0000-00-00 00:00:00','pc','1',1,NULL,'Inclusive'),(215,'','1',150.00,'2020-10-24 13:04:00','156.50','8','newstock','1','81603533788','9',0.00,'','1','306.5','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(216,'','1',2.00,'2020-10-24 13:04:18','0.50','8','newstock','1','81603533788','9',0.00,'','1','2.5','supplier','1','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(217,'','1',2.00,'2020-10-24 13:04:35','2.29','8','newstock','1','81603533788','9',0.00,'','1','4.29','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(218,'','1',5.00,'2020-10-24 13:05:12','0.00','8','newstock','1','81603533788','9',250.00,'','1','5','supplier','1','37','','',0.00,'VATABLE','420','153.51','1096.49','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive'),(219,'','1',1.00,'2020-10-24 13:05:28','0.10','8','newstock','1','81603533788','9',0.00,'','1','1.1','supplier','1','67','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(220,'','1',1.00,'2020-10-24 13:05:43','0.02','8','newstock','1','81603533788','9',0.00,'','1','1.02','supplier','1','71','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(221,'','',60.00,'2020-10-28 15:09:44','70.00','8','newstock','1','81603886914','29',85.50,'','Main','130','supplier','Main','155','','',0.00,'VATABLE','750','630.00','4500.00','','','received',0,'0000-00-00 00:00:00','pcs','60',1,NULL,'Inclusive'),(224,'','1',170.00,'2020-10-28 15:29:16','197.50','8','newstock','1','81603887319','29',159.60,'','1','367.5','supplier','1','1','','',0.00,'VATABLE','320','3332.00','23800.00','','','received',0,'0000-00-00 00:00:00','pcs','170',1,NULL,'Inclusive'),(225,'','1',40.00,'2020-10-28 15:54:02','4.50','8','newstock','1','81603889588','11',250.00,'','1','44.5','supplier','1','37','','',0.00,'ZERO RATED','420','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(226,'SODIUM HYPOCHLORITE 1LTR','',10.00,'2020-10-29 12:39:49','0.00','8','newstock','1','','',0.00,'','1','10','internal','1','288','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(227,'DIGESTER 1kg','',1.00,'2020-10-29 14:09:46','0.00','8','newstock','1','','',2.00,'','1','1','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(228,'','1',12.00,'2020-10-30 11:43:39','0.00','8','newstock','1','81604047346','11',0.00,'','1','12','supplier','1','100','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive'),(229,'','1',12.00,'2020-10-30 15:05:26','0.00','8','newstock','1','81604059282','11',0.00,'','1','12','supplier','1','290','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','12',1,NULL,'Inclusive'),(230,'UFACID (SULPHONIC ACID) 1/4KG','4',1.00,'2020-11-02 08:23:30','0.00','8','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','6','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(231,'UFACID (SULPHONIC ACID )1/2KG','4',2.00,'2020-11-02 11:22:55','0.00','4','newstock','1','','',0.00,'','1','2','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(232,'UNGERAL (SLES)1/2kg','1',2.00,'2020-11-02 11:23:16','0.00','4','newstock','1','','',0.00,'','1','2','1','Automatic adjustment','3','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(233,'UFACID (SULPHONIC ACID )1/2KG','4',2.00,'2020-11-02 12:34:21','0.00','4','newstock','1','','',0.00,'','1','2','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(234,'UNGERAL (SLES)1/2kg','1',1.00,'2020-11-02 14:24:29','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','3','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(235,'UFACID (SULPHONIC ACID) 1/4KG','4',1.00,'2020-11-02 14:27:40','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','6','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(236,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-02 14:49:34','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(237,'','1',24.00,'2020-11-02 14:58:04','24.00','8','newstock','1','81604318226','11',0.00,'','1','48','supplier','1','98','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','24',1,NULL,'Inclusive'),(238,'','1',75.00,'2020-11-02 14:59:02','41.00','8','newstock','1','81604318226','11',0.00,'','1','116','supplier','1','195','','',0.00,'ZERO RATED','250','0','0','','','received',0,'0000-00-00 00:00:00','pc','75',1,NULL,'Inclusive'),(239,'','1',45.00,'2020-11-02 15:00:34','116.00','8','newstock','1','81604318226','11',0.00,'','1','161','supplier','1','195','','',0.00,'ZERO RATED','250','0','0','','','received',0,'0000-00-00 00:00:00','pc','45',1,NULL,'Inclusive'),(240,'','1',144.00,'2020-11-02 15:01:08','174.00','8','newstock','1','81604318226','11',0.00,'','1','318','supplier','1','276','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','144',1,NULL,'Inclusive'),(241,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-02 15:51:36','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(242,'UNGERAL (SLES)1/2kg','1',1.00,'2020-11-02 16:27:01','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','3','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(243,'UFACID (SULPHONIC ACID) 1/4KG','4',1.00,'2020-11-02 16:56:10','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','6','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(244,'SALT 1/2KG','10',1.00,'2020-11-03 09:30:55','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','11','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(245,'NP9 1/2KG','49',1.00,'2020-11-03 09:31:05','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','50','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(246,'FORMALINE 1/4KG','53',1.00,'2020-11-03 09:31:15','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','55','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(247,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-03 10:06:41','0.00','8','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(248,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-03 10:06:52','0.00','8','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(249,'LAVENDER PERFUME 25ML','71',40.00,'2020-11-03 12:40:53','0.00','4','newstock','1','','',0.00,'','1','40','1','Automatic adjustment','74','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(250,'LAVENDER PERFUME 50ML','71',20.00,'2020-11-03 12:41:07','0.00','4','newstock','1','','',0.00,'','1','20','1','Automatic adjustment','73','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(251,'MAGADI SODA 1/2KG','39',1.00,'2020-11-04 15:53:29','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','40','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(252,'CHLORINE 65% 1/2KG','37',1.00,'2020-11-04 15:54:13','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','38','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(253,'MAGADI SODA 1/2KG','39',1.00,'2020-11-04 15:56:53','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','40','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(254,'CHLORINE 65% 1/2KG','37',1.00,'2020-11-04 15:57:06','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','38','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(255,'CAUSTIC(SODIUM HYDROXIDE) 1/4KG','7',1.00,'2020-11-04 15:57:18','0.25','4','newstock','1','','',0.00,'','1','1.25','1','Automatic adjustment','9','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(256,'MAGADI SODA 1/2KG','39',1.00,'2020-11-04 16:01:13','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','40','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(257,'CHLORINE 65% 1/2KG','37',1.00,'2020-11-04 16:01:42','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','38','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(258,'CAUSTIC(SODIUM HYDROXIDE) 1/4KG','7',1.00,'2020-11-04 16:01:53','0.25','4','newstock','1','','',0.00,'','1','1.25','1','Automatic adjustment','9','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(259,'LAVENDER PERFUME 1LTR','Testing stock',1.00,'2020-11-05 08:32:48','0.21','1','newstock','1','','',0.00,'','1','1.21','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(260,'','1',1000.00,'2020-11-05 09:00:12','450.00','8','newstock','1','81604555945','11',0.00,'','1','1450','supplier','1','161','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1000',1,NULL,'Inclusive'),(261,'','1',125.00,'2020-11-05 09:02:12','59.25','8','newstock','1','81604555945','11',0.00,'','1','184.25','supplier','1','7','','',0.00,'ZERO RATED','200','0','0','','','received',0,'0000-00-00 00:00:00','pcs','125',1,NULL,'Inclusive'),(262,'','1',150.00,'2020-11-05 09:03:25','1450.00','8','newstock','1','81604555945','11',0.00,'','1','1600','supplier','1','161','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(263,'','1',150.00,'2020-11-05 09:04:11','365.50','8','newstock','1','81604555945','11',0.00,'','1','515.5','supplier','1','85','','',0.00,'VATABLE','120','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(264,'','1',10.00,'2020-11-05 09:04:33','1.00','8','newstock','1','81604555945','11',0.00,'','1','11','supplier','1','100','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(265,'','1',200.00,'2020-11-05 09:53:24','0.00','8','newstock','1','81604558737','11',0.00,'','1','200','supplier','1','140','','',0.00,'ZERO RATED','2800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','200',1,NULL,'Inclusive'),(266,'','1',10.00,'2020-11-05 09:54:40','1.00','8','newstock','1','81604558737','11',0.00,'','1','11','supplier','1','290','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(267,'','1',10.00,'2020-11-05 09:54:59','45.00','8','newstock','1','81604558737','11',0.00,'','1','55','supplier','1','284','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pc','10',1,NULL,'Inclusive'),(268,'UNGERAL (SLES)1/2kg','1',1.00,'2020-11-05 10:32:37','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','3','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(269,'UNGERAL(SLES) 1/4KG','1',1.00,'2020-11-05 10:34:08','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','2','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(270,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 10:35:33','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(271,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 10:36:03','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(272,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 10:40:49','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(273,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 10:40:59','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(274,'UFACID (SULPHONIC ACID )1/2KG','4',2.00,'2020-11-05 10:45:15','0.00','4','newstock','1','','',0.00,'','1','2','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(275,'CAUSTIC SODA PEARL 50GMS','7',2.00,'2020-11-05 10:45:34','0.00','4','newstock','1','','',0.00,'','1','2','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(276,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 10:48:06','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(277,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 10:48:20','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(278,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 11:20:09','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(279,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 11:20:19','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(280,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 11:21:44','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(281,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 11:21:52','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(282,'MAGADI SODA 1/2KG','39',1.00,'2020-11-05 11:39:03','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','40','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(283,'CHLORINE 65% 1/2KG','37',1.00,'2020-11-05 11:39:24','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','38','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(284,'CAUSTIC(SODIUM HYDROXIDE) 1/4KG','7',1.00,'2020-11-05 11:39:41','0.25','4','newstock','1','','',0.00,'','1','1.25','1','Automatic adjustment','9','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(285,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 11:40:39','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(286,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 11:40:47','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(287,'UFACID (SULPHONIC ACID) 1/4KG','4',1.00,'2020-11-05 11:42:43','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','6','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(288,'CAUSTIC SODA PEARL 50GMS','7',1.00,'2020-11-05 11:43:11','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','133','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(289,'SALT 1/2KG','10',1.00,'2020-11-05 11:43:23','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','11','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(290,'UFACID (SULPHONIC ACID )1/2KG','4',1.00,'2020-11-05 11:44:21','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','5','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(291,'UNGERAL (SLES)1/2kg','1',1.00,'2020-11-05 12:46:28','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','3','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(292,'SALT 1/2KG','10',1.00,'2020-11-05 12:46:39','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','11','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(293,'FORMALINE 1/4KG','53',1.00,'2020-11-05 12:47:22','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','55','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(294,'CHLORINE 65% 1/2KG','37',6.00,'2020-11-05 12:49:14','0.00','4','newstock','1','','',0.00,'','1','6','1','Automatic adjustment','38','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(295,'UNGERAL(SLES) 1/4KG','1',1.00,'2020-11-05 12:53:12','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','2','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(296,'SALT 1/2KG','10',1.00,'2020-11-05 12:54:01','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','11','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(297,'NP9 1/2KG','49',1.00,'2020-11-05 12:54:12','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','50','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(298,'FORMALINE 1/4KG','53',1.00,'2020-11-05 12:54:21','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','55','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(299,'CDE 1/4KG','31',1.00,'2020-11-05 13:39:50','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','33','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(300,'UNGERAL (SLES)1/2kg','1',1.00,'2020-11-05 13:40:19','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','3','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(301,'GLYCERINE 1/4KG','46',1.00,'2020-11-05 13:40:28','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','48','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(302,'CAUSTIC(SODIUM HYDROXIDE) 1KG','',125.00,'2020-11-06 07:57:34','0.25','8','newstock','1','','',0.00,'','1','125.25','internal','1','7','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(303,'LEMON PERFUME 25ML','',-0.15,'2020-11-06 08:02:50','0.15','8','newstock','1','','',2.00,'','1','0','internal','1','70','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(304,'','',0.00,'','2020-11-06 08:29:00','8','PO','1','','',0.00,'0','1','','','','290','81604640440','0',10.00,'0.00','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(305,'LEMON PERFUME 25ML','',-2.03,'2020-11-06 09:19:23','2.03','8','newstock','1','','',2.00,'','1','0','internal','1','70','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(309,'','',0.00,'','2020-11-06 11:50:17','8','PO','1','','',17.67,'1767','1','','','','292','81604646247','0',100.00,'217.00','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(310,'','',0.00,'','2020-11-06 11:52:38','8','PO','1','','',8.55,'42750','1','','','','293','81604646247','0',5000.00,'5250.00','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(311,'','',0.00,'','2020-11-06 11:55:10','8','PO','1','','',7.41,'37050','1','','','','291','81604646247','0',5000.00,'4550.00','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(312,'','',0.00,'','2020-11-06 11:55:54','8','PO','1','','',13.11,'26220','1','','','','294','81604646247','0',2000.00,'3220.00','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(314,'','',0.00,'','2020-11-06 11:57:59','8','PO','1','','',7.41,'22230','1','','','','295','81604646247','0',3000.00,'2730.00','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(315,'DOLOMITES (Dolmax)','',1.00,'2020-11-12 10:30:51','0.00','8','newstock','1','','',0.00,'','1','1','internal','1','295','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(316,'LEMON PERFUME 1LTR','',0.50,'2020-11-12 10:31:18','0.00','8','newstock','1','','',0.00,'','1','0.5','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(317,'LAVENDER PERFUME 1LTR','',1.00,'2020-11-12 10:32:37','0.04','8','newstock','1','','',0.00,'','1','1.04','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(318,'','1',1.00,'2020-11-12 16:08:48','0.73','8','newstock','1','81605186377','9',0.00,'','1','1.73','supplier','1','71','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(319,'','1',1.00,'2020-11-12 16:08:59','0.14','8','newstock','1','81605186377','9',0.00,'','1','1.14','supplier','1','67','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(320,'','1',150.00,'2020-11-12 16:09:12','150.00','8','newstock','1','81605186377','9',0.00,'','1','300','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','150',1,NULL,'Inclusive'),(321,'LEMON PERFUME 1LTR','',-0.99,'2020-11-13 12:11:06','0.99','1','newstock','1','','',0.00,'','1','0','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(322,'LEMON PERFUME 1LTR','',1.00,'2020-11-13 12:25:35','0.00','8','newstock','1','','',0.00,'','1','1','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(323,'LEMON PERFUME 25ML','',-1.00,'2020-11-13 14:40:06','1.00','8','newstock','1','','',2.00,'','1','0','internal','1','70','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(324,'LAVENDER PERFUME 50ML','',-0.20,'2020-11-13 14:40:50','0.20','8','newstock','1','','',0.00,'','1','0','internal','1','73','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(325,'LAVENDER PERFUME 25ML','',-0.18,'2020-11-13 14:41:28','0.18','8','newstock','1','','',5.00,'','1','0','internal','1','74','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(326,'UNGERAL (SLES) 1kg','',-86.75,'2020-11-13 14:43:18','215.50','8','newstock','1','','',159.60,'','1','128.75','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(327,'UFACID (SULPHONIC ACID )1/2KG','',-1.00,'2020-11-13 14:45:46','1.00','8','newstock','1','','',0.00,'','1','0','internal','1','5','','',0.00,'','110','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(328,'DIGESTER 1kg','',3.00,'2020-11-18 10:16:19','0.00','8','newstock','1','','',2.00,'','1','3','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(329,'DOLOMITES (Dolmax)','',-1.00,'2020-11-18 10:16:40','1.00','8','newstock','1','','',0.00,'','1','0','internal','1','295','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(330,'NON PERFUMED MULTIPURPOSE DETERGENTS 1LTR','',360.00,'2020-11-18 10:35:30','40.00','8','newstock','1','','',0.00,'','1','400','internal','1','296','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(331,'LEMON PERFUME 1LTR','',1.00,'2020-11-18 14:46:57','0.05','8','newstock','1','','',0.00,'','1','1.05','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(332,'','1',1.00,'2020-11-21 09:45:44','0.24','8','newstock','1','81605941062','9',0.00,'','1','1.24','supplier','1','20','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(333,'','',1.00,'2020-11-21 09:56:07','0.00','8','newstock','1','81605941062','9',0.00,'','Main','1','supplier','Main','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(334,'','',1.00,'2020-11-21 09:56:50','0.00','8','newstock','1','81605941062','9',0.00,'','Main','1','supplier','Main','16','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(335,'','1',50.00,'2020-11-21 10:29:25','27.65','8','newstock','1','81605943699','11',0.00,'','1','77.65','supplier','1','46','','',0.00,'ZERO RATED','240','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(336,'','1',40.00,'2020-11-21 10:29:43','23.00','8','newstock','1','81605943699','11',0.00,'','1','63','supplier','1','49','','',0.00,'ZERO RATED','420','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(337,'','',0.00,'2020-11-21 12:14:02','0','8','newstock','1','81605950015','3',0.00,'','2','0','Main','2','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(338,'','',0.00,'2020-11-21 12:14:02','0.00','8','newstock','1','81605950015','3',0.00,'','1','0','Main','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(339,'MACHINE WASH UTENSILS DETERGENTS 1LTR','',1.00,'2020-11-21 12:14:55','200.00','8','newstock','1','','',0.00,'','1','201','internal','1','297','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(340,'MACHINE WASH UTENSILS DETERGENTS 1LTR','',3.00,'2020-11-21 12:15:41','201.00','8','newstock','1','','',0.00,'','1','204','internal','1','297','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(341,'TOILET CLEANER (Stain remover) 1LTR','',3.00,'2020-11-21 12:16:11','1.00','8','newstock','1','','',0.00,'','1','4','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(342,'','',1.00,'2020-11-21 12:18:07','0.00','8','newstock','1','81605950251','3',0.00,'','2','1','Main','2','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(343,'','',1.00,'2020-11-21 12:20:29','0','8','newstock','1','81605950372','3',0.00,'','2','1','Main','2','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(344,'GREEN COLOUR 1KG','1',1.00,'2020-11-23 10:46:28','0.00','8','newstock','1','','',0.00,'','1','1','','Move','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(345,'LEMON PERFUME 1LTR','',1.00,'2020-11-23 13:15:02','0.01','8','newstock','1','','',0.00,'','1','1.01','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(346,'LAVENDER PERFUME 1LTR','',1.00,'2020-11-23 13:15:59','0.24','8','newstock','1','','',0.00,'','1','1.24','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(347,'','1',40.00,'2020-11-23 13:59:54','0.50','8','newstock','1','81606129069','9',159.60,'','1','40.5','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(348,'','1',20.00,'2020-11-23 14:00:12','18.00','8','newstock','1','81606129069','9',0.00,'','1','38','supplier','1','4','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(349,'','1',100.00,'2020-11-23 14:00:38','168.50','8','newstock','1','81606129069','9',0.00,'','1','268.5','supplier','1','10','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive'),(350,'','1',1.00,'2020-11-23 14:01:20','0.43','8','newstock','1','81606129069','9',0.00,'','1','1.43','supplier','1','16','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(351,'','1',1.00,'2020-11-23 14:01:35','0.48','8','newstock','1','81606129069','9',0.00,'','1','1.48','supplier','1','12','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(352,'','1',1.00,'2020-11-23 14:01:48','0.92','8','newstock','1','81606129069','9',0.00,'','1','1.92','supplier','1','67','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(353,'','1',1.00,'2020-11-23 14:02:01','1.24','8','newstock','1','81606129069','9',0.00,'','1','2.24','supplier','1','71','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(354,'SOFTENER 1KG','',60.00,'2020-11-23 16:05:17','5.50','8','newstock','1','','',0.00,'','1','65.5','internal','1','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(355,'','1',400.00,'2020-11-23 17:04:08','0.00','8','newstock','1','81606140213','11',0.00,'','1','400','supplier','1','298','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','400',1,NULL,'Inclusive'),(356,'','1',600.00,'2020-11-23 17:04:35','340.00','8','newstock','1','81606140213','11',0.00,'','1','940','supplier','1','88','','',0.00,'VATABLE','100','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','600',1,NULL,'Inclusive'),(357,'','1',440.00,'2020-11-23 17:04:59','1130.00','8','newstock','1','81606140213','11',0.00,'','1','1570','supplier','1','161','','',0.00,'VATABLE','80','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','440',1,NULL,'Inclusive'),(358,'','1',40.00,'2020-11-24 15:38:36','24.50','8','newstock','1','81606221441','11',159.60,'','1','64.5','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(359,'','1',10.00,'2020-11-24 15:39:06','30.50','8','newstock','1','81606221441','11',0.00,'','1','40.5','supplier','1','4','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive'),(360,'','1',50.00,'2020-11-24 15:39:24','3.00','8','newstock','1','81606221441','11',0.00,'','1','53','supplier','1','39','','',0.00,'ZERO RATED','60','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(361,'','1',1.00,'2020-11-24 15:39:50','1.80','8','newstock','1','81606221441','11',0.00,'','1','2.8','supplier','1','67','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(362,'','1',1.00,'2020-11-24 15:40:09','1.07','8','newstock','1','81606221441','11',0.00,'','1','2.07','supplier','1','16','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(363,'','1',1.00,'2020-11-24 15:40:52','1.36','8','newstock','1','81606221441','11',0.00,'','1','2.36','supplier','1','12','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(364,'','1',2.00,'2020-11-24 15:42:15','0.90','8','newstock','1','81606221663','14',0.00,'','1','2.9','supplier','1','34','','',0.00,'VATABLE','500','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(365,'','1',40.00,'2020-11-25 08:41:12','64.50','8','newstock','1','81606282792','11',159.60,'','1','104.5','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(366,'','1',200.00,'2020-11-25 08:41:51','204.00','8','newstock','1','81606282792','11',0.00,'','1','404','supplier','1','297','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','200',1,NULL,'Inclusive'),(367,'','1',140.00,'2020-11-25 08:42:41','0.00','8','newstock','1','81606282792','11',0.00,'','1','140','supplier','1','298','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','140',1,NULL,'Inclusive'),(368,'','1',200.00,'2020-11-25 08:43:24','502.50','8','newstock','1','81606282792','11',0.00,'','1','702.5','supplier','1','85','','',0.00,'ZERO RATED','120','0','0','','','received',0,'0000-00-00 00:00:00','pcs','200',1,NULL,'Inclusive'),(369,'','1',375.00,'2020-11-25 08:44:01','1570.00','8','newstock','1','81606282792','11',0.00,'','1','1945','supplier','1','161','','',0.00,'ZERO RATED','80','0','0','','','received',0,'0000-00-00 00:00:00','pcs','375',1,NULL,'Inclusive'),(370,'DIGESTER 1kg','',6.00,'2020-11-25 13:18:33','0.00','8','newstock','1','','',2.00,'','1','6','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(371,'SODIUM HYPOCHLORITE 1LTR','',20.00,'2020-11-26 13:53:31','0.00','8','newstock','1','','',0.00,'','1','20','internal','1','288','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(372,'DIGESTER 1kg','',4.00,'2020-11-26 15:18:54','0.00','8','newstock','1','','',2.00,'','1','4','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(373,'ZEAL CARBODY FILLER PASTE 4.5KG','',1.00,'2020-11-26 16:27:58','0.00','8','newstock','1','','',0.00,'','Main','1','Internal','Main','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(374,'','',1.00,'2020-11-26 16:28:46','0','8','newstock','1','81606397298','11',0.00,'','3','1','Main','3','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(375,'','',0.00,'2020-11-26 16:28:46','0','8','newstock','1','81606397298','11',0.00,'','2','0','Main','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(376,'','',0.00,'2020-11-26 16:28:46','11.00','8','newstock','1','81606397298','11',0.00,'','1','11','Main','1','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(377,'ZEAL CARBODY FILLER PASTE 4.5KG','',344.00,'2020-11-26 16:41:49','0.00','8','newstock','1','','',0.00,'','Main','344','Internal','Main','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(378,'','',344.00,'2020-11-26 16:42:11','1.00','8','newstock','1','81606398121','11',0.00,'','3','345','Main','3','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(379,'','',0.00,'2020-11-26 16:42:11','0.00','8','newstock','1','81606398121','11',0.00,'','2','0','Main','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(380,'','',0.00,'2020-11-26 16:42:11','11.00','8','newstock','1','81606398121','11',0.00,'','1','11','Main','1','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(381,'ZEAL POLYESTER BODY FILLER 2.5KG','',168.00,'2020-11-26 16:43:39','0.00','8','newstock','1','','',0.00,'','Main','168','Internal','Main','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(382,'','',168.00,'2020-11-26 16:44:03','0','8','newstock','1','81606398231','11',0.00,'','3','168','Main','3','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(383,'','',0.00,'2020-11-26 16:44:03','0','8','newstock','1','81606398231','11',0.00,'','2','0','Main','2','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(384,'','',0.00,'2020-11-26 16:44:03','12.00','8','newstock','1','81606398231','11',0.00,'','1','12','Main','1','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(385,'ZEAL CARBODY FILLER PASTE 1KG','',864.00,'2020-11-26 16:45:45','0.00','8','newstock','1','','',0.00,'','Main','864','Internal','Main','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(386,'','',864.00,'2020-11-26 16:46:22','0','8','newstock','1','81606398359','1',0.00,'','3','864','Main','3','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(387,'','',0.00,'2020-11-26 16:46:22','0','8','newstock','1','81606398359','1',0.00,'','2','0','Main','2','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(388,'','',0.00,'2020-11-26 16:46:22','24.00','8','newstock','1','81606398359','1',0.00,'','1','24','Main','1','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(389,'ZEAL POLYESTER BODY FILLER 0.5KG','',624.00,'2020-11-26 16:48:01','0.00','8','newstock','1','','',0.00,'','Main','624','Internal','Main','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(390,'','',624.00,'2020-11-26 16:48:52','0','8','newstock','1','81606398507','11',0.00,'','3','624','Main','3','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(391,'','',0.00,'2020-11-26 16:48:52','0','8','newstock','1','81606398507','11',0.00,'','2','0','Main','2','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(392,'','',0.00,'2020-11-26 16:48:52','41.00','8','newstock','1','81606398507','11',0.00,'','1','41','Main','1','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(393,'WASHING UP LIQUID 1LTR','',4.00,'2020-11-27 15:11:37','140.00','8','newstock','1','','',0.00,'','1','144','internal','1','298','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(394,'DIGESTER 1kg','',4.00,'2020-11-27 15:12:27','0.00','8','newstock','1','','',2.00,'','1','4','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(395,'SALT 1KG','',-100.00,'2020-12-01 08:56:43','205.00','8','newstock','1','','',0.00,'','1','105','internal','1','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(396,'UNGERAL (SLES) 1kg','',-15.00,'2020-12-01 08:57:39','49.50','8','newstock','1','','',159.60,'','1','34.5','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(397,'UFACID (SULPHONIC ACID)1KG','',-15.00,'2020-12-01 08:58:35','24.25','8','newstock','1','','',0.00,'','1','9.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(398,'UFACID (SULPHONIC ACID) 1/4KG','',-2.00,'2020-12-01 08:59:33','2.00','8','newstock','1','','',0.00,'','1','0','internal','1','6','','',0.00,'','70','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(399,'UNGERAL (SLES)1/2kg','',-2.00,'2020-12-01 09:00:11','2.00','8','newstock','1','','',0.00,'','1','0','internal','1','3','','',0.00,'','160','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(400,'SALT 1/2KG','',-3.00,'2020-12-01 09:01:02','3.00','8','newstock','1','','',0.00,'','1','0','internal','1','11','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(401,'','1',40.00,'2020-12-01 12:14:58','33.50','8','newstock','1','81606813873','9',159.60,'','1','73.5','supplier','1','1','','',0.00,'VATABLE','320','784.00','5600.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(402,'','1',20.00,'2020-12-01 12:15:22','8.75','8','newstock','1','81606813873','9',0.00,'','1','28.75','supplier','1','4','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(403,'','1',1.00,'2020-12-01 12:15:57','1.68','8','newstock','1','81606813873','9',0.00,'','1','2.68','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(404,'','1',1.00,'2020-12-01 12:16:10','0.00','8','newstock','1','81606813873','9',0.00,'','1','1','supplier','1','24','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(405,'GREEN COLOUR 1KG','',-1.00,'2020-12-03 12:51:57','1.00','8','newstock','1','','',0.00,'','2','0','internal','2','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(406,'BLUE COLOUR 1KG','',-1.00,'2020-12-03 12:52:16','1.00','8','newstock','1','','',0.00,'','2','0','internal','2','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(407,'ONE TOUCH HANDWASH CREAM 5KG','',13.00,'2020-12-03 13:19:08','0.00','8','newstock','1','','',0.00,'','Main','13','Internal','Main','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(408,'','',0.00,'2020-12-03 13:20:01','0','8','newstock','1','81606990757','11',0.00,'','3','0','Main','3','83','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(409,'','',9.00,'2020-12-03 13:20:01','0','8','newstock','1','81606990757','11',0.00,'','2','9','Main','2','83','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(410,'','',0.00,'2020-12-03 13:20:01','0.00','8','newstock','1','81606990757','11',0.00,'','1','0','Main','1','83','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(411,'','',0.00,'2020-12-03 13:20:30','0','8','newstock','1','81606990817','1',0.00,'','3','0','Main','3','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(412,'ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS','',13.00,'2020-12-03 13:20:57','0.00','8','newstock','1','','',0.00,'','Main','13','Internal','Main','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(413,'','',0.00,'2020-12-03 13:21:20','0.00','8','newstock','1','81606990866','1',0.00,'','3','0','Main','3','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(414,'','',13.00,'2020-12-03 13:21:20','0','8','newstock','1','81606990866','1',0.00,'','2','13','Main','2','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(415,'','',0.00,'2020-12-03 13:21:20','0.00','8','newstock','1','81606990866','1',0.00,'','1','0','Main','1','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(416,'ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS','',26.00,'2020-12-03 13:23:22','0.00','8','newstock','1','','',0.00,'','Main','26','Internal','Main','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(417,'','',0.00,'2020-12-03 13:23:41','0','8','newstock','1','81606991013','1',0.00,'','3','0','Main','3','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(418,'','',26.00,'2020-12-03 13:23:41','0','8','newstock','1','81606991013','1',0.00,'','2','26','Main','2','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(419,'','',0.00,'2020-12-03 13:23:41','0.00','8','newstock','1','81606991013','1',0.00,'','1','0','Main','1','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(420,'ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS','',34.00,'2020-12-03 13:29:37','0.00','8','newstock','1','','',0.00,'','Main','34','Internal','Main','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(421,'','',0.00,'2020-12-03 13:29:57','0.00','8','newstock','1','81606991390','1',0.00,'','3','0','Main','3','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(422,'','',34.00,'2020-12-03 13:29:57','26.00','8','newstock','1','81606991390','1',0.00,'','2','60','Main','2','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(423,'','',0.00,'2020-12-03 13:29:57','0.00','8','newstock','1','81606991390','1',0.00,'','1','0','Main','1','135','','',0.00,'','950','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(424,'ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS','',169.00,'2020-12-03 13:32:10','0.00','8','newstock','1','','',0.00,'','Main','169','Internal','Main','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(425,'','',0.00,'2020-12-03 13:32:27','0.00','8','newstock','1','81606991540','1',0.00,'','3','0','Main','3','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(426,'','',169.00,'2020-12-03 13:32:27','13.00','8','newstock','1','81606991540','1',0.00,'','2','182','Main','2','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(427,'','',0.00,'2020-12-03 13:32:27','0.00','8','newstock','1','81606991540','1',0.00,'','1','0','Main','1','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(428,'ONE TOUCH CARPET SHAMPOO 5KG','',8.00,'2020-12-03 13:37:48','0.00','8','newstock','1','','',0.00,'','Main','8','Internal','Main','90','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(429,'','',0.00,'2020-12-03 13:38:17','0','8','newstock','1','81606991888','1',0.00,'','3','0','Main','3','90','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(430,'','',8.00,'2020-12-03 13:38:17','0','8','newstock','1','81606991888','1',0.00,'','2','8','Main','2','90','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(431,'','',0.00,'2020-12-03 13:38:17','0.00','8','newstock','1','81606991888','1',0.00,'','1','0','Main','1','90','','',0.00,'','700','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(432,'ONETOUCH CERAMIC &terazo cleaner 20LTRS','',20.00,'2020-12-03 13:38:41','0.00','8','newstock','1','','',0.00,'','Main','20','Internal','Main','92','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(433,'','',0.00,'2020-12-03 13:39:05','0','8','newstock','1','81606991938','1',0.00,'','3','0','Main','3','92','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(434,'','',20.00,'2020-12-03 13:39:05','0','8','newstock','1','81606991938','1',0.00,'','2','20','Main','2','92','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(435,'','',0.00,'2020-12-03 13:39:05','0.00','8','newstock','1','81606991938','1',0.00,'','1','0','Main','1','92','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(436,'ONE TOUCH DEGREASER 20LTRS','',-13.00,'2020-12-03 13:42:38','20.00','8','newstock','1','','',0.00,'','2','7','internal','2','299','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(437,'','',0.00,'2020-12-03 13:44:17','0','8','newstock','1','81606992248','1',0.00,'','3','0','Main','3','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(438,'','',13.00,'2020-12-03 13:44:17','0','8','newstock','1','81606992248','1',0.00,'','2','13','Main','2','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(439,'','',0.00,'2020-12-03 13:44:17','0.00','8','newstock','1','81606992248','1',0.00,'','1','0','Main','1','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(440,'ONE TOUCH DISINFECTANT 20KG','',16.00,'2020-12-03 13:46:35','0.00','8','newstock','1','','',0.00,'','Main','16','Internal','Main','86','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(441,'','',0.00,'2020-12-03 13:46:51','0','8','newstock','1','81606992404','1',0.00,'','3','0','Main','3','86','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(442,'','',16.00,'2020-12-03 13:46:51','0','8','newstock','1','81606992404','1',0.00,'','2','16','Main','2','86','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(443,'','',0.00,'2020-12-03 13:46:51','0.00','8','newstock','1','81606992404','1',0.00,'','1','0','Main','1','86','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(444,'','',0.00,'2020-12-03 13:51:43','0','8','newstock','1','81606992695','11',2.00,'','3','0','Main','3','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(445,'DIGESTER 1kg','',1.00,'2020-12-03 13:52:03','4.00','8','newstock','1','','',2.00,'','Main','5','Internal','Main','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(446,'DIGESTER 1kg','',5.00,'2020-12-03 13:52:21','5.00','8','newstock','1','','',2.00,'','Main','10','Internal','Main','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(447,'KEROL 1KG','',20.00,'2020-12-03 16:05:53','0.00','8','newstock','1','','',0.00,'','1','20','internal','1','43','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(448,'ONE TOUCH SANITIZER GEL 5LTR','',406.00,'2020-12-04 10:41:42','0.00','8','newstock','1','','',0.00,'','Main','406','Internal','Main','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(449,'','',0.00,'2020-12-04 10:42:04','0','8','newstock','1','81607067715','1',0.00,'','3','0','Main','3','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(450,'','',406.00,'2020-12-04 10:42:04','0','8','newstock','1','81607067715','1',0.00,'','2','406','Main','2','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(451,'','',0.00,'2020-12-04 10:42:04','0.00','8','newstock','1','81607067715','1',0.00,'','1','0','Main','1','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(452,'WASHING UP LIQUID 1LTR','',15.00,'2020-12-04 10:43:04','0.00','8','newstock','1','','',0.00,'','Main','15','Internal','Main','298','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(453,'','',0.00,'2020-12-04 10:43:22','0','8','newstock','1','81607067785','11',0.00,'','3','0','Main','3','306','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(454,'','',0.00,'2020-12-04 10:47:27','0','8','newstock','1','81607068026','1',0.00,'','3','0','Main','3','166','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(455,'','',6.00,'2020-12-04 10:47:27','0','8','newstock','1','81607068026','1',0.00,'','2','6','Main','2','166','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(456,'','',0.00,'2020-12-04 10:47:27','28.00','8','newstock','1','81607068026','1',0.00,'','1','28','Main','1','166','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(457,'ZEAL POLYESTER BODY FILLER 0.5KG','',164.00,'2020-12-04 12:02:32','0.00','8','newstock','1','','',0.00,'','Main','164','Internal','Main','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(458,'ZEAL POLYESTER BODY FILLER 0.5KG','',4.00,'2020-12-04 12:03:12','164.00','8','newstock','1','','',0.00,'','Main','168','Internal','Main','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(459,'','',0.00,'2020-12-04 12:03:29','624.00','8','newstock','1','81607072603','11',0.00,'','3','624','Main','3','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(460,'','',168.00,'2020-12-04 12:03:29','0.00','8','newstock','1','81607072603','11',0.00,'','2','168','Main','2','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(461,'','',0.00,'2020-12-04 12:03:29','41.00','8','newstock','1','81607072603','11',0.00,'','1','41','Main','1','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(462,'ZEAL CARBODY FILLER PASTE 1KG','',462.00,'2020-12-04 12:05:55','0.00','8','newstock','1','','',0.00,'','Main','462','Internal','Main','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(463,'','',0.00,'2020-12-04 12:07:32','864.00','8','newstock','1','81607072838','1',0.00,'','3','864','Main','3','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(464,'','',462.00,'2020-12-04 12:07:32','0.00','8','newstock','1','81607072838','1',0.00,'','2','462','Main','2','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(465,'','',0.00,'2020-12-04 12:07:32','24.00','8','newstock','1','81607072838','1',0.00,'','1','24','Main','1','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(466,'ZEAL POLYESTER BODY FILLER 2.5KG','',547.00,'2020-12-04 12:10:01','0.00','8','newstock','1','','',0.00,'','Main','547','Internal','Main','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(467,'','',0.00,'2020-12-04 12:10:23','168.00','8','newstock','1','81607073012','11',0.00,'','3','168','Main','3','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(468,'','',547.00,'2020-12-04 12:10:23','0.00','8','newstock','1','81607073012','11',0.00,'','2','547','Main','2','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(469,'','',0.00,'2020-12-04 12:10:23','12.00','8','newstock','1','81607073012','11',0.00,'','1','12','Main','1','194','','',0.00,'','900','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(470,'ZEAL CARBODY FILLER PASTE 4.5KG','',175.00,'2020-12-04 12:14:11','0.00','8','newstock','1','','',0.00,'','Main','175','Internal','Main','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(471,'','',0.00,'2020-12-04 12:14:37','345.00','8','newstock','1','81607073264','11',0.00,'','3','345','Main','3','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(472,'','',175.00,'2020-12-04 12:14:37','0.00','8','newstock','1','81607073264','11',0.00,'','2','175','Main','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(473,'','',0.00,'2020-12-04 12:14:37','11.00','8','newstock','1','81607073264','11',0.00,'','1','11','Main','1','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(474,'ZEAL CARBODY FILLER PASTE 20KG','',20.00,'2020-12-04 12:15:16','0.00','8','newstock','1','','',0.00,'','Main','20','Internal','Main','99','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(475,'','',0.00,'2020-12-04 12:15:33','0','8','newstock','1','81607073326','1',0.00,'','3','0','Main','3','99','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(476,'','',20.00,'2020-12-04 12:15:33','0','8','newstock','1','81607073326','1',0.00,'','2','20','Main','2','99','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(477,'','',0.00,'2020-12-04 12:15:33','0.00','8','newstock','1','81607073326','1',0.00,'','1','0','Main','1','99','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(478,'ZEAL POLYESTER BODY FILLER 0.5KG','',42.00,'2020-12-04 12:45:42','0.00','8','newstock','1','','',0.00,'','Main','42','Internal','Main','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(479,'','',0.00,'2020-12-04 12:46:06','624.00','8','newstock','1','81607075152','11',0.00,'','3','624','Main','3','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(480,'','',42.00,'2020-12-04 12:46:06','168.00','8','newstock','1','81607075152','11',0.00,'','2','210','Main','2','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(481,'','',0.00,'2020-12-04 12:46:06','41.00','8','newstock','1','81607075152','11',0.00,'','1','41','Main','1','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(482,'NC GREY PRIMER 1KG','',22.00,'2020-12-04 12:47:10','0.00','8','newstock','1','','',0.00,'','Main','22','Internal','Main','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(483,'','',0.00,'2020-12-04 12:47:27','0','8','newstock','1','81607075239','11',0.00,'','3','0','Main','3','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(484,'','',22.00,'2020-12-04 12:47:27','12.00','8','newstock','1','81607075239','11',0.00,'','2','34','Main','2','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(485,'','',0.00,'2020-12-04 12:47:27','0','8','newstock','1','81607075239','11',0.00,'','1','0','Main','1','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(486,'DEXTA PLASTIC EMULSION WHITE 20LTR','',55.00,'2020-12-04 12:51:11','0.00','8','newstock','1','','',0.00,'','Main','55','Internal','Main','197','','',0.00,'','1850','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(487,'','',0.00,'2020-12-04 12:52:08','0','8','newstock','1','81607075521','11',0.00,'','3','0','Main','3','197','','',0.00,'','1850','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(488,'','',55.00,'2020-12-04 12:52:08','0','8','newstock','1','81607075521','11',0.00,'','2','55','Main','2','197','','',0.00,'','1850','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(489,'','',0.00,'2020-12-04 12:52:08','10.00','8','newstock','1','81607075521','11',0.00,'','1','10','Main','1','197','','',0.00,'','1850','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(490,'','',20.00,'2020-12-04 14:30:20','182.00','8','transfer','1','','1',0.00,'','2','162','2','3','136','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(491,'','',60.00,'2020-12-04 14:30:52','200.00','8','transfer','1','','11',0.00,'','2','140','2','3','320','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(492,'','',25.00,'2020-12-04 14:31:20','46.00','8','transfer','1','','11',0.00,'','2','21','2','3','319','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(493,'','',4.00,'2020-12-04 14:31:50','34.00','8','transfer','1','','11',0.00,'','2','30','2','3','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(494,'','',24.00,'2020-12-04 14:34:29','108.00','8','transfer','1','','11',0.00,'','2','84','2','3','311','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(495,'NC GREY PRIMER 0.5KG','',31.00,'2020-12-04 14:54:14','0.00','8','newstock','1','','',0.00,'','Main','31','Internal','Main','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(496,'','',0.00,'2020-12-04 14:54:30','0','8','newstock','1','81607082864','11',0.00,'','3','0','Main','3','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(497,'','',31.00,'2020-12-04 14:54:30','29.00','8','newstock','1','81607082864','11',0.00,'','2','60','Main','2','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(498,'','',0.00,'2020-12-04 14:54:30','0','8','newstock','1','81607082864','11',0.00,'','1','0','Main','1','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(499,'','',60.00,'2020-12-04 14:55:08','60.00','8','transfer','1','','11',0.00,'','2','0','2','3','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(500,'ONE TOUCH HANDWASH CREAM 5KG','',393.00,'2020-12-04 14:56:18','0.00','8','newstock','1','','',0.00,'','Main','393','Internal','Main','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(501,'ONE TOUCH HANDWASH CREAM 5KG','',-393.00,'2020-12-04 14:57:28','393.00','8','newstock','1','','',0.00,'','Main','0','Internal','Main','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(502,'ONE TOUCH SANITIZER GEL 5LTR','',393.00,'2020-12-04 14:58:18','0.00','8','newstock','1','','',0.00,'','Main','393','Internal','Main','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(503,'ONE TOUCH SANITIZER GEL 5LTR','',13.00,'2020-12-04 15:00:02','393.00','8','newstock','1','','',0.00,'','Main','406','Internal','Main','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(504,'','',20.00,'2020-12-04 15:00:49','0.00','8','newstock','1','81607083216','1',0.00,'','3','20','Main','3','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(505,'','',386.00,'2020-12-04 15:00:49','406.00','8','newstock','1','81607083216','1',0.00,'','2','792','Main','2','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(506,'','',0.00,'2020-12-04 15:00:49','0.00','8','newstock','1','81607083216','1',0.00,'','1','0','Main','1','149','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(507,'','1',2.00,'2020-12-04 16:00:14','6.90','8','newstock','1','81607086762','9',0.00,'','1','8.9','supplier','1','31','','',0.00,'VATABLE','500','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','2',1,NULL,'Inclusive'),(508,'','1',80.00,'2020-12-04 16:05:28','34.25','8','newstock','1','81607086874','9',159.60,'','1','114.25','supplier','1','1','','',0.00,'VATABLE','320','1568.00','11200.00','','','received',0,'0000-00-00 00:00:00','pcs','80',1,NULL,'Inclusive'),(509,'','1',40.00,'2020-12-04 16:06:00','10.50','8','newstock','1','81607086874','9',0.00,'','1','50.5','supplier','1','4','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(513,'UNGERAL (SLES) 1kg','',-57.50,'2020-12-04 16:19:19','114.25','8','newstock','1','','',159.60,'','1','56.75','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(514,'UFACID (SULPHONIC ACID)1KG','',-23.25,'2020-12-04 16:19:55','50.50','8','newstock','1','','',0.00,'','1','27.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(515,'NC GREY PRIMER 0.5KG','',82.00,'2020-12-04 16:50:56','0.00','8','newstock','1','','',0.00,'','Main','82','Internal','Main','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(516,'','',24.00,'2020-12-04 16:51:23','60.00','8','newstock','1','81607089866','11',0.00,'','3','84','Main','3','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(517,'','',58.00,'2020-12-04 16:51:23','0.00','8','newstock','1','81607089866','11',0.00,'','2','58','Main','2','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(518,'','',0.00,'2020-12-04 16:51:23','0.00','8','newstock','1','81607089866','11',0.00,'','1','0','Main','1','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(519,'NC GREY PRIMER 0.5KG','',18.00,'2020-12-04 16:52:09','0.00','8','newstock','1','','',0.00,'','Main','18','Internal','Main','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(520,'','',0.00,'2020-12-04 16:52:24','84.00','8','newstock','1','81607089936','11',0.00,'','3','84','Main','3','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(521,'','',18.00,'2020-12-04 16:52:24','58.00','8','newstock','1','81607089936','11',0.00,'','2','76','Main','2','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(522,'','',0.00,'2020-12-04 16:52:24','0.00','8','newstock','1','81607089936','11',0.00,'','1','0','Main','1','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(524,'NC GREY PRIMER 0.5KG','',1.00,'2020-12-08 14:45:19','0.00','8','newstock','1','','',0.00,'','1','1','internal','1','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(525,'BUBBLE GUM PERFUME 1LTR','',1.00,'2020-12-08 14:46:52','0.21','8','newstock','1','','',0.00,'','1','1.21','internal','1','173','','',0.00,'','2000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(526,'LEMON PERFUME 1LTR','',1.00,'2020-12-09 11:31:30','0.18','8','newstock','1','','',0.00,'','1','1.18','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(527,'LAVENDER PERFUME 1LTR','',1.00,'2020-12-09 11:31:48','0.10','8','newstock','1','','',0.00,'','1','1.1','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(528,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2020-12-09 13:59:39','0.20','4','newstock','1','','',0.00,'','1','1.4','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(529,'NC SPOT PUTTY 0.5KG','',57.00,'2020-12-10 09:54:06','0.00','8','newstock','1','','',0.00,'','2','57','internal','2','322','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(530,'','1',40.00,'2020-12-10 11:07:21','0.00','8','newstock','1','81607587540','9',159.60,'','1','40','supplier','1','1','','',0.00,'VATABLE','320','784.00','5600.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(531,'','1',20.00,'2020-12-10 11:07:47','4.25','8','newstock','1','81607587540','9',0.00,'','1','24.25','supplier','1','4','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(532,'','1',50.00,'2020-12-10 11:08:11','9.00','8','newstock','1','81607587540','9',0.00,'','1','59','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(533,'NC GREY PRIMER 1KG','',10.00,'2020-12-10 12:49:14','10.00','8','newstock','1','','',0.00,'','2','20','internal','2','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(534,'SPECIAL STANDARD THINNER 1LTR','',40.00,'2020-12-10 15:04:04','0.00','8','newstock','1','','',0.00,'','2','40','internal','2','323','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(535,'TOILET CLEANER (Stain remover) 1LTR','',5.00,'2020-12-10 15:58:50','0.00','8','newstock','1','','',0.00,'','1','5','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(536,'','1',40.00,'2020-12-10 16:10:59','33.00','8','newstock','1','81607605257','9',159.60,'','1','73','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(537,'','1',20.00,'2020-12-10 16:11:40','21.25','8','newstock','1','81607605257','9',0.00,'','1','41.25','supplier','1','4','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(538,'','1',50.00,'2020-12-10 16:12:12','50.50','8','newstock','1','81607605257','9',0.00,'','1','100.5','supplier','1','10','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(539,'','1',1.00,'2020-12-10 16:12:33','0.40','8','newstock','1','81607605257','9',0.00,'','1','1.4','supplier','1','67','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(540,'','1',1.00,'2020-12-10 16:13:00','0.98','8','newstock','1','81607605257','9',0.00,'','1','1.98','supplier','1','71','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(541,'TOILET CLEANER (Stain remover) 1LTR','',5.00,'2020-12-11 14:19:02','0.00','8','newstock','1','','',0.00,'','1','5','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(542,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2020-12-11 14:50:42','0.40','4','newstock','1','','',0.00,'','1','1.6','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(543,'SPECIAL STANDARD THINNER 1LTR','',3.00,'2020-12-11 17:14:54','0.00','8','newstock','1','','',0.00,'','2','3','internal','2','323','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(544,'','',0.00,'2020-12-11 17:33:06','0.00','8','newstock','1','81607697114','11',2.00,'','3','0','Main','3','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(545,'','',5.00,'2020-12-11 17:33:06','0','8','newstock','1','81607697114','11',2.00,'','2','5','Main','2','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(546,'','',0.00,'2020-12-11 17:33:06','1.00','8','newstock','1','81607697114','11',2.00,'','1','1','Main','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(547,'','1',40.00,'2020-12-12 14:52:56','15.00','8','newstock','1','81607773684','9',0.00,'','1','55','supplier','1','51','','',0.00,'ZERO RATED','140','','','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(548,'','1',20.00,'2020-12-12 14:53:12','32.50','8','newstock','1','81607773684','9',159.60,'','1','52.5','supplier','1','1','','',0.00,'ZERO RATED','320','','','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(549,'','1',20.00,'2020-12-12 14:53:28','12.25','8','newstock','1','81607773684','9',0.00,'','1','32.25','supplier','1','4','','',0.00,'ZERO RATED','0','','','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(550,'','1',50.00,'2020-12-12 14:53:43','30.00','8','newstock','1','81607773684','9',0.00,'','1','80','supplier','1','10','','',0.00,'ZERO RATED','20','','','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(551,'STANDARD THINNER 1LTR','',6.00,'2020-12-14 09:58:17','140.00','8','newstock','1','','',0.00,'','2','146','internal','2','320','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(552,'BLUE COLOUR 1KG','',1.00,'2020-12-14 12:36:03','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(553,'NC GREY PRIMER 1KG','',20.00,'2020-12-14 13:45:45','0.00','8','newstock','1','','',0.00,'','2','20','internal','2','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(554,'','',55.00,'2020-12-14 14:25:15','55.00','8','transfer','1','','11',0.00,'','1','0','1','2','326','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(555,'','',15.00,'2020-12-14 14:26:45','15.00','8','transfer','1','','11',0.00,'','1','0','1','2','328','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(556,'SPECIAL STANDARD THINNER 1LTR','',40.00,'2020-12-14 15:00:55','0.00','8','newstock','1','','',0.00,'','2','40','internal','2','323','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(557,'SPECIAL STANDARD THINNER 5 LTRS','',25.00,'2020-12-14 15:01:19','0.00','8','newstock','1','','',0.00,'','2','25','internal','2','324','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(558,'NC GREY PRIMER 0.5KG','',2.00,'2020-12-14 16:31:04','16.00','7','newstock','1','','',0.00,'','2','18','internal','2','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(559,'NC SPOT PUTTY 0.5KG','',15.00,'2020-12-14 16:31:37','25.00','7','newstock','1','','',0.00,'','2','40','internal','2','322','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(560,'SPECIAL STANDARD THINNER 1LTR','',40.00,'2020-12-14 16:50:57','0.00','7','newstock','1','','',0.00,'','2','40','internal','2','323','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(561,'SPECIAL STANDARD THINNER 5 LTRS','',25.00,'2020-12-14 16:51:26','0.00','7','newstock','1','','',0.00,'','2','25','internal','2','324','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(562,'CHLORINE 65% 1KG','',11.00,'2020-12-15 16:06:00','0.00','7','newstock','1','','',250.00,'','1','11','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(563,'','1',40.00,'2020-12-15 16:32:21','34.25','7','newstock','1','71608038729','9',159.60,'','1','74.25','supplier','1','1','','',0.00,'VATABLE','320','784.00','5600.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(564,'','1',20.00,'2020-12-15 16:32:37','24.50','7','newstock','1','71608038729','9',0.00,'','1','44.5','supplier','1','4','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(565,'','1',50.00,'2020-12-15 16:33:04','61.00','7','newstock','1','71608038729','9',0.00,'','1','111','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(566,'','1',1.00,'2020-12-15 16:33:44','0.11','7','newstock','1','71608038729','9',0.00,'','1','1.11','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(567,'','1',1.00,'2020-12-15 16:34:23','0.79','7','newstock','1','71608038729','9',0.00,'','1','1.79','supplier','1','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(568,'','1',1.00,'2020-12-15 16:34:43','0.31','7','newstock','1','71608038729','9',0.00,'','1','1.31','supplier','1','20','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(569,'SOFTENER 1KG','',10.00,'2020-12-16 12:37:21','0.00','7','newstock','1','','',0.00,'','1','10','internal','1','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(570,'SOFTENER 1/2KG','64',1.00,'2020-12-16 12:37:25','0.00','7','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(571,'NC SPOT PUTTY 0.5KG','',5.00,'2020-12-17 11:59:46','0.00','8','newstock','1','','',0.00,'','2','5','internal','2','322','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(572,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2020-12-18 10:14:45','0.60','7','newstock','1','','',0.00,'','1','1.8','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(573,'LEMON PERFUME 1LTR','',1.00,'2020-12-21 12:45:42','0.01','7','newstock','1','','',0.00,'','1','1.01','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(574,'NC GREY PRIMER 1KG','',81.00,'2020-12-21 13:21:18','0.00','8','newstock','1','','',0.00,'','2','81','internal','2','309','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(575,'NC GREY PRIMER 0.5KG','',200.00,'2020-12-21 13:21:42','0.00','8','newstock','1','','',0.00,'','2','200','internal','2','310','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(576,'ZEAL POLYESTER BODY FILLER 0.5KG','',200.00,'2020-12-21 13:22:08','11.00','8','newstock','1','','',0.00,'','1','211','internal','1','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(577,'ZEAL CARBODY FILLER PASTE 1KG','',194.00,'2020-12-21 13:22:47','359.00','8','newstock','1','','',0.00,'','2','553','internal','2','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(578,'','',200.00,'2020-12-21 13:23:19','211.00','8','transfer','1','','11',0.00,'','1','11','1','2','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(579,'DIGESTER 1kg','',1.00,'2020-12-21 13:41:44','0.00','7','newstock','1','','',2.00,'','1','1','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(580,'KEROL 1KG','',1.00,'2020-12-21 14:22:00','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','43','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(581,'SOFT PUTTY 40KG','',7.00,'2020-12-22 10:07:00','8.00','8','newstock','1','','',0.00,'','2','15','internal','2','327','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(582,'WALL MASTER 30LTRS','',5.00,'2020-12-22 10:31:18','0.00','8','newstock','1','','',0.00,'','2','5','internal','2','334','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(583,'','1',40.00,'2020-12-22 13:21:09','3.00','7','newstock','1','71608632401','9',159.60,'','1','43','supplier','1','1','','',0.00,'VATABLE','320','784.00','5600.00','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(584,'','1',20.00,'2020-12-22 13:21:28','0.00','7','newstock','1','71608632401','9',0.00,'','1','20','supplier','1','5','','',0.00,'VATABLE','110','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(585,'','1',50.00,'2020-12-22 14:03:38','33.00','7','newstock','1','71608634976','9',0.00,'','1','83','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(586,'LAVENDER PERFUME 1LTR','',1.00,'2020-12-22 14:14:26','0.01','7','newstock','1','','',0.00,'','1','1.01','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(587,'GREEN COLOUR 1KG','',1.00,'2020-12-22 15:48:07','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(588,'LEMON PERFUME 25ML','',1.00,'2020-12-23 09:46:01','0.00','7','newstock','1','','',2.00,'','1','1','internal','1','70','','',0.00,'','50','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(589,'LEMON PERFUME 1LTR','',1.00,'2020-12-23 10:13:37','0.02','7','newstock','1','','',0.00,'','1','1.02','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(590,'HIGH GLOSS SUPER 2378C 4KG','',3.00,'2020-12-23 13:30:32','0.00','8','newstock','1','','',0.00,'','Main','3','Internal','Main','338','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(591,'','',3.00,'2020-12-23 13:30:46','0','8','newstock','1','81608719432','11',0.00,'','3','3','Main','3','338','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(592,'','',0.00,'2020-12-23 13:30:46','2.00','8','newstock','1','81608719432','11',0.00,'','2','2','Main','2','338','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(593,'','',0.00,'2020-12-23 13:30:46','0','8','newstock','1','81608719432','11',0.00,'','1','0','Main','1','338','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(594,'HIGH GLOSS SUPER 2409P 20KG','',-1996.00,'2020-12-23 13:33:56','1996.00','8','newstock','1','','',0.00,'','2','0','internal','2','337','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(595,'HIGH GLOSS SUPER 2378C 4KG','',1.00,'2020-12-23 13:36:21','2.00','8','newstock','1','','',0.00,'','2','3','internal','2','338','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(596,'','1',40.00,'2021-01-04 13:23:26','12.75','8','newstock','1','81609755735','9',159.60,'','1','52.75','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','40',1,NULL,'Inclusive'),(597,'','1',20.00,'2021-01-04 13:24:00','8.00','8','newstock','1','81609755735','9',0.00,'','1','28','supplier','1','4','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(598,'','1',1.00,'2021-01-04 13:30:43','0.62','8','newstock','1','81609755735','9',0.00,'','1','1.62','supplier','1','71','','',0.00,'VATABLE','1800','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(599,'SOFTENER 1/2KG','64',1.00,'2021-01-05 13:16:19','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(600,'SOFTENER 1/2KG','64',1.00,'2021-01-06 12:53:09','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(601,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2021-01-06 16:15:48','0.80','4','newstock','1','','',0.00,'','1','2','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(602,'UFACID (SULPHONIC ACID)1KG','',-6.00,'2021-01-06 16:56:47','14.00','8','newstock','1','','',0.00,'','1','8','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(603,'','1',20.00,'2021-01-07 11:26:44','3.00','8','newstock','1','81610007930','9',159.60,'','1','23','supplier','1','1','','',0.00,'VATABLE','320','440.28','2751.72','','','received',0,'0000-00-00 00:00:00','pcs','20',1,NULL,'Inclusive'),(604,'','1',50.00,'2021-01-07 11:27:04','11.00','8','newstock','1','81610007930','9',0.00,'','1','61','supplier','1','10','','',0.00,'VATABLE','20','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(605,'','1',1.00,'2021-01-07 11:27:20','0.31','8','newstock','1','81610007930','9',0.00,'','1','1.31','supplier','1','16','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(606,'','1',1.00,'2021-01-07 11:27:30','0.14','8','newstock','1','81610007930','9',0.00,'','1','1.14','supplier','1','12','','',0.00,'VATABLE','1000','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(607,'','1',4.00,'2021-01-07 11:27:51','0.50','8','newstock','1','81610007930','9',250.00,'','1','4.5','supplier','1','37','','',0.00,'VATABLE','420','137.93','862.07','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(608,'','1',340.00,'2021-01-07 11:34:31','23.00','8','newstock','1','81610008218','11',159.60,'','1','363','supplier','1','1','','',0.00,'ZERO RATED','320','0','0','','','received',0,'0000-00-00 00:00:00','pcs','340',1,NULL,'Inclusive'),(609,'','1',160.00,'2021-01-07 11:34:59','1.00','8','newstock','1','81610008218','11',0.00,'','1','161','supplier','1','4','','',0.00,'VATABLE','0','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','160',1,NULL,'Inclusive'),(610,'TURPENTINE 5LTRS','',5.00,'2021-01-07 11:38:37','0.00','8','newstock','1','','',0.00,'','Main','5','Internal','Main','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(611,'','',0.00,'2021-01-07 11:39:02','0','8','newstock','1','81610008731','11',0.00,'','3','0','Main','3','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(612,'','',5.00,'2021-01-07 11:39:02','0.00','8','newstock','1','81610008731','11',0.00,'','2','5','Main','2','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(613,'','',0.00,'2021-01-07 11:39:02','0','8','newstock','1','81610008731','11',0.00,'','1','0','Main','1','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(614,'ZEAL FILLER HARDENER 25GMS','',24.00,'2021-01-07 11:39:49','0.00','8','newstock','1','','',0.00,'','Main','24','Internal','Main','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(615,'','',0.00,'2021-01-07 11:40:07','0','8','newstock','1','81610008799','11',0.00,'','3','0','Main','3','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(616,'','',24.00,'2021-01-07 11:40:07','0','8','newstock','1','81610008799','11',0.00,'','2','24','Main','2','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(617,'','',0.00,'2021-01-07 11:40:07','120.00','8','newstock','1','81610008799','11',0.00,'','1','120','Main','1','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(618,'spatulla','',60.00,'2021-01-07 11:40:57','0.00','8','newstock','1','','',0.00,'','Main','60','Internal','Main','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(619,'','',0.00,'2021-01-07 11:41:24','0','8','newstock','1','81610008869','14',0.00,'','3','0','Main','3','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(620,'','',60.00,'2021-01-07 11:41:24','0','8','newstock','1','81610008869','14',0.00,'','2','60','Main','2','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(621,'','',0.00,'2021-01-07 11:41:24','1.00','8','newstock','1','81610008869','14',0.00,'','1','1','Main','1','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(622,'','',24.00,'2021-01-07 11:46:33','24.00','8','transfer','1','','11',0.00,'','2','0','2','3','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(623,'','',60.00,'2021-01-07 12:18:09','60.00','8','transfer','1','','14',0.00,'','2','0','2','3','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(624,'','',5.00,'2021-01-07 12:18:34','5.00','8','transfer','1','','11',0.00,'','2','0','2','3','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(625,'LEMON PERFUME 1LTR','',1.00,'2021-01-07 13:08:15','0.00','8','newstock','1','','',0.00,'','1','1','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(626,'SOFTENER 1/2KG','64',1.00,'2021-01-08 16:11:34','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(627,'','1',0.50,'2021-01-09 13:06:28','0.94','8','newstock','1','81610186742','9',0.00,'','1','1.44','supplier','1','173','','',0.00,'ZERO RATED','2000','0','0','','','received',0,'0000-00-00 00:00:00','pc','0.5',1,NULL,'Inclusive'),(628,'','1',1.00,'2021-01-09 13:06:44','0.28','8','newstock','1','81610186742','9',0.00,'','1','1.28','supplier','1','67','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(629,'','1',1.00,'2021-01-09 13:07:03','0.25','8','newstock','1','81610186742','9',0.00,'','1','1.25','supplier','1','24','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(630,'','1',1.00,'2021-01-09 13:07:21','0.23','8','newstock','1','81610186742','9',0.00,'','1','1.23','supplier','1','20','','',0.00,'ZERO RATED','1000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(631,'','1',196.00,'2021-01-09 13:24:51','120.00','8','newstock','1','81610187099','11',0.00,'','1','316','supplier','1','276','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','196',1,NULL,'Inclusive'),(632,'','1',84.00,'2021-01-09 13:25:13','0.00','8','newstock','1','81610187099','11',0.00,'','1','84','supplier','1','98','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pcs','84',1,NULL,'Inclusive'),(633,'','1',105.00,'2021-01-09 13:25:35','11.00','8','newstock','1','81610187099','11',0.00,'','1','116','supplier','1','195','','',0.00,'ZERO RATED','250','0','0','','','received',0,'0000-00-00 00:00:00','pc','105',1,NULL,'Inclusive'),(634,'','1',189.00,'2021-01-09 13:25:47','1.00','8','newstock','1','81610187099','11',0.00,'','1','190','supplier','1','284','','',0.00,'ZERO RATED','0','0','0','','','received',0,'0000-00-00 00:00:00','pc','189',1,NULL,'Inclusive'),(635,'WALL MASTER 30LTRS','',9.00,'2021-01-11 10:12:14','0.00','8','newstock','1','','',0.00,'','2','9','internal','2','334','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(636,'WALL MASTER 30LTRS','',1.00,'2021-01-11 11:40:30','8.00','8','newstock','1','','',0.00,'','2','9','internal','2','334','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(637,'ZEAL CARBODY FILLER PASTE 4.5KG','',5.00,'2021-01-11 12:15:19','9.00','8','newstock','1','','',0.00,'','2','14','internal','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(638,'LAVENDER PERFUME 1LTR','',0.50,'2021-01-12 15:31:26','0.02','7','newstock','1','','',0.00,'','1','0.52','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(639,'SOFTENER 1/2KG','64',1.00,'2021-01-12 16:17:36','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(640,'CDE 1KG','',5.00,'2021-01-12 16:46:29','0.20','7','newstock','1','','',0.00,'','1','5.2','internal','1','31','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(641,'TURPENTINE 5LTRS','',5.00,'2021-01-13 11:43:22','0.00','8','newstock','1','','',0.00,'','2','5','internal','2','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(642,'VANISH CLEAR 1LTR','',1.00,'2021-01-13 11:51:55','0.00','8','newstock','1','','',0.00,'','2','1','internal','2','344','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(643,'VANISH CLEAR 1LTR','',1.00,'2021-01-13 15:32:25','0.00','8','newstock','1','','',0.00,'','2','1','internal','2','344','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(644,'IONIZER 1KG','',5.00,'2021-01-13 15:42:19','0.00','7','newstock','1','','',0.00,'','Main','5','Internal','Main','349','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(645,'IONIZER 1KG','',-5.00,'2021-01-13 15:42:43','5.00','7','newstock','1','','',0.00,'','Main','0','Internal','Main','349','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(646,'CHLORINE BLEACH POWDER 1KG','',5.00,'2021-01-13 15:44:14','0.00','7','newstock','1','','',0.00,'','1','5','internal','1','350','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(647,'IONIZER 1KG','',5.00,'2021-01-13 15:44:38','0.00','7','newstock','1','','',0.00,'','1','5','internal','1','349','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(648,'ONE TOUCH HANDWASH CREAM 5KG','',9.00,'2021-01-14 14:00:41','8.00','7','newstock','1','','',0.00,'','2','17','internal','2','84','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(649,'','1',1.00,'2021-01-15 10:28:21','1.65','8','newstock','1','81610695454','14',0.00,'','1','2.65','supplier','1','34','','',0.00,'VATABLE','500','0.00','0.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(650,'','1',50.00,'2021-01-15 10:40:28','0.00','8','newstock','1','81610695916','9',0.00,'','1','50','supplier','1','10','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(651,'PLASTIC EMUSION WHITE 4LTRS','',8.00,'2021-01-15 16:20:27','1.00','7','newstock','1','','',0.00,'','2','9','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(652,'PLASTIC EMULSION BERMUDA BLUE 4LITRES','',8.00,'2021-01-15 16:23:37','0.00','7','newstock','1','','',0.00,'','2','8','internal','2','352','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(653,'PLASTIC EMULSION CREAM 4LITRES','',4.00,'2021-01-15 16:26:47','0.00','7','newstock','1','','',0.00,'','2','4','internal','2','353','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(654,'PLASTIC EMULSION CREAM 4LITRES','',4.00,'2021-01-15 16:27:40','4.00','7','newstock','1','','',0.00,'','2','8','internal','2','353','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(655,'PLASTIC EMUSION WHITE 4LTRS','',12.00,'2021-01-15 16:31:13','9.00','7','newstock','1','','',0.00,'','2','21','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(656,'PLASTIC EMUSION WHITE 4LTRS','',4.00,'2021-01-15 16:34:19','21.00','7','newstock','1','','',0.00,'','2','25','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(657,'PLASTIC EMUSION WHITE 4LTRS','',4.00,'2021-01-15 16:35:19','25.00','7','newstock','1','','',0.00,'','2','29','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(658,'TURPENTINE 1LITRE','',6.00,'2021-01-15 16:36:49','0.00','7','newstock','1','','',0.00,'','2','6','internal','2','354','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(659,'PLASTIC EMULSION WHITE 1LITRE','',6.00,'2021-01-15 16:38:40','0.00','7','newstock','1','','',0.00,'','2','6','internal','2','355','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(660,'PLASTIC EMULSION CREAM 4LITRES','',5.00,'2021-01-15 16:39:08','8.00','7','newstock','1','','',0.00,'','2','13','internal','2','353','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(661,'TURPENTINE 1LITRE','',6.00,'2021-01-15 16:39:19','6.00','7','newstock','1','','',0.00,'','2','12','internal','2','354','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(662,'PLASTIC EMUSION WHITE 4LTRS','',5.00,'2021-01-15 16:39:54','29.00','7','newstock','1','','',0.00,'','2','34','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(663,'HIGH GLOSS BERMUDA BLUE 4LTRS','',4.00,'2021-01-15 16:42:11','0.00','7','newstock','1','','',0.00,'','1','4','internal','1','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(664,'PLASTIC EMULSION BERMUDA BLUE 4LITRES','',4.00,'2021-01-15 16:42:33','8.00','7','newstock','1','','',0.00,'','2','12','internal','2','352','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(665,'METAL GREY PRIMER 1LTRS','',6.00,'2021-01-15 16:49:45','3.00','7','newstock','1','','',0.00,'','2','9','internal','2','328','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(666,'METAL GREY PRIMER 4LITRES','',2.00,'2021-01-15 16:52:48','0.00','7','newstock','1','','',0.00,'','2','2','internal','2','356','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(667,'ZEAL CARBODY FILLER PASTE 4.5KG','',15.00,'2021-01-16 09:44:15','0.00','7','newstock','1','','',0.00,'','2','15','internal','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(668,'BLUE COLOUR 1KG','',1.00,'2021-01-16 10:46:43','0.00','8','newstock','1','','',0.00,'','1','1','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(669,'SOFT PUTTY 40KG','',10.00,'2021-01-16 11:21:56','0.00','7','newstock','1','','',0.00,'','2','10','internal','2','327','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(670,'ZEAL CARBODY FILLER PASTE 4.5KG','',5.00,'2021-01-16 12:08:04','0.00','7','newstock','1','','',0.00,'','2','5','internal','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(671,'','',0.00,'2021-01-16 12:32:20','0','7','newstock','1','71610789513','11',0.00,'','3','0','Main','3','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(672,'HIGH GLOSS BERMUDA BLUE 4LTRS','',4.00,'2021-01-16 12:37:24','0.00','8','newstock','1','','',0.00,'','Main','4','Internal','Main','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(673,'','',0.00,'2021-01-16 12:37:38','0.00','8','newstock','1','81610789850','11',0.00,'','3','0','Main','3','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(674,'','',4.00,'2021-01-16 12:37:38','0','8','newstock','1','81610789850','11',0.00,'','2','4','Main','2','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(675,'','',0.00,'2021-01-16 12:37:38','4.00','8','newstock','1','81610789850','11',0.00,'','1','4','Main','1','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(676,'','1',50.00,'2021-01-16 12:48:17','18.00','8','newstock','1','81610790444','9',0.00,'','1','68','supplier','1','10','','',0.00,'ZERO RATED','20','0','0','','','received',0,'0000-00-00 00:00:00','pcs','50',1,NULL,'Inclusive'),(677,'','1',4.00,'2021-01-16 12:48:37','2.50','8','newstock','1','81610790444','9',250.00,'','1','6.5','supplier','1','37','','',0.00,'ZERO RATED','420','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive'),(678,'','1',1.00,'2021-01-16 12:48:53','0.13','8','newstock','1','81610790444','9',0.00,'','1','1.13','supplier','1','71','','',0.00,'ZERO RATED','1800','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive'),(679,'ZEAL CARBODY FILLER PASTE 4.5KG','',12.00,'2021-01-18 11:26:34','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(680,'PREMIUM PUTTY 40KG','',20.00,'2021-01-18 13:25:13','8.00','7','newstock','1','','',0.00,'','2','28','internal','2','326','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(681,'SOFT PUTTY 40KG','',10.00,'2021-01-18 13:26:32','0.00','7','newstock','1','','',0.00,'','2','10','internal','2','327','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(682,'ZEAL CARBODY FILLER PASTE 4.5KG','',60.00,'2021-01-18 15:35:15','0.00','7','newstock','1','','',0.00,'','2','60','internal','2','100','','',0.00,'','1500','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(683,'SODIUM HYPOCHLORITE 1LTR','',5.00,'2021-01-18 15:40:03','0.00','8','newstock','1','','',0.00,'','1','5','internal','1','288','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(684,'ZEAL POLYESTER BODY FILLER 0.5KG','',150.00,'2021-01-18 16:59:21','624.00','7','newstock','1','','',0.00,'','3','774','internal','3','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(685,'ZEAL FILLER HARDENER 25GMS','',150.00,'2021-01-18 17:00:09','120.00','7','newstock','1','','',0.00,'','1','270','internal','1','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(686,'ZEAL POLYESTER BODY FILLER 0.5KG','',-150.00,'2021-01-18 17:00:31','774.00','7','newstock','1','','',0.00,'','3','624','internal','3','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(687,'ZEAL POLYESTER BODY FILLER 0.5KG','',150.00,'2021-01-18 17:01:42','11.00','7','newstock','1','','',0.00,'','1','161','internal','1','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(688,'spatulla','',150.00,'2021-01-18 17:07:29','1.00','7','newstock','1','','',0.00,'','1','151','internal','1','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(689,'spatulla','',150.00,'2021-01-18 17:10:45','1.00','7','newstock','1','','',0.00,'','1','151','internal','1','284','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(690,'LEMON PERFUME 1LTR','',1.00,'2021-01-19 09:18:56','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(691,'GREEN COLOUR 1KG','',1.00,'2021-01-19 09:19:26','0.20','7','newstock','1','','',0.00,'','1','1.2','internal','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(692,'BLUE COLOUR 1KG','',1.00,'2021-01-19 09:19:46','0.73','7','newstock','1','','',0.00,'','1','1.73','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(693,'LAVENDER PERFUME 1LTR','',1.00,'2021-01-19 10:19:01','0.75','7','newstock','1','','',0.00,'','1','1.75','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',3,NULL,'Inclusive'),(694,'PLASTIC EMULSION RED OXIDE 1LITRE','',12.00,'2021-01-19 16:56:08','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','357','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(695,'PLASTIC EMULSION CHERRY 1LITRE','',10.00,'2021-01-20 08:57:44','0.00','7','newstock','1','','',0.00,'','2','10','internal','2','358','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(696,'PLASTIC EMULSION CHERRY 4LITRES','',8.00,'2021-01-20 08:57:59','0.00','7','newstock','1','','',0.00,'','2','8','internal','2','359','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(697,'DEXTA PAINT HIGHGLOSS TRUE BLUE 4LTRS','',8.00,'2021-01-20 09:04:07','3.00','7','newstock','1','','',0.00,'','2','11','internal','2','304','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(698,'HIGH GLOSS BERMUDA BLUE 4LTRS','',8.00,'2021-01-20 09:12:30','0.00','7','newstock','1','','',0.00,'','2','8','internal','2','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(699,'PREMIUM PUTTY 40KG','',10.00,'2021-01-20 09:13:33','28.00','7','newstock','1','','',0.00,'','2','38','internal','2','326','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(700,'PREMIUM PUTTY 40KG','',10.00,'2021-01-20 09:13:52','38.00','7','newstock','1','','',0.00,'','2','48','internal','2','326','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(701,'SOFT PUTTY 40KG','',10.00,'2021-01-20 09:14:16','10.00','7','newstock','1','','',0.00,'','2','20','internal','2','327','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(702,'PLASTIC EMULSION CREAM 20LITRES','',3.00,'2021-01-20 09:15:55','0.00','7','newstock','1','','',0.00,'','2','3','internal','2','360','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(703,'DEXTA PLASTIC EMULSION WHITE 20LTR','',3.00,'2021-01-20 09:16:25','55.00','7','newstock','1','','',0.00,'','2','58','internal','2','197','','',0.00,'','1850','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(704,'TURPENTINE 5LTRS','',6.00,'2021-01-20 09:17:06','4.00','7','newstock','1','','',0.00,'','2','10','internal','2','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(705,'TURPENTINE 1LITRE','',12.00,'2021-01-20 09:17:29','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','354','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(706,'PLASTIC EMULSION CREAM 20LITRES','',10.00,'2021-01-20 09:18:09','3.00','7','newstock','1','','',0.00,'','2','13','internal','2','360','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(707,'TURPENTINE 5LTRS','',12.00,'2021-01-20 09:18:37','10.00','7','newstock','1','','',0.00,'','2','22','internal','2','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(708,'TURPENTINE 1LITRE','',48.00,'2021-01-20 09:19:00','12.00','7','newstock','1','','',0.00,'','2','60','internal','2','354','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(709,'CLEAR VANISH 4LITRES','',1.00,'2021-01-20 09:22:38','0.00','7','newstock','1','','',0.00,'','2','1','internal','2','361','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(710,'BLACK BOARD 4LITRES','',1.00,'2021-01-20 09:22:48','0.00','7','newstock','1','','',0.00,'','2','1','internal','2','362','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(711,'DEXTA PAINT GREY METAL PRIMER 4LTRS','',1.00,'2021-01-20 09:23:09','0.00','7','newstock','1','','',0.00,'','2','1','internal','2','312','','',0.00,'','17','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(712,'PLASTIC EMULSION RED OXIDE 4LITRES','',1.00,'2021-01-20 09:24:50','0.00','7','newstock','1','','',0.00,'','2','1','internal','2','363','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(713,'PLASTIC EMULSION CREAM 20LITRES','',2.00,'2021-01-20 09:25:20','13.00','7','newstock','1','','',0.00,'','2','15','internal','2','360','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(714,'DEXTA PLASTIC EMULSION WHITE 20LTR','',5.00,'2021-01-20 09:26:10','58.00','7','newstock','1','','',0.00,'','2','63','internal','2','197','','',0.00,'','1850','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(715,'PLASTIC EMULSION CREAM 4LITRES','',12.00,'2021-01-20 09:26:42','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','353','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(716,'PLASTIC EMUSION WHITE 4LTRS','',12.00,'2021-01-20 09:27:49','1.00','7','newstock','1','','',0.00,'','2','13','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(717,'HIGH GLOSS BLACK 4LTRS','',12.00,'2021-01-20 09:29:18','1.00','7','newstock','1','','',0.00,'','2','13','internal','2','332','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(718,'METAL GREY PRIMER 4LITRES','',12.00,'2021-01-20 09:29:47','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','356','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(719,'PREMIUM PUTTY 40KG','',10.00,'2021-01-20 09:30:16','48.00','7','newstock','1','','',0.00,'','2','58','internal','2','326','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(720,'PLASTIC EMULSION CREAM 4LITRES','',8.00,'2021-01-20 09:30:48','12.00','7','newstock','1','','',0.00,'','2','20','internal','2','353','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(721,'PLASTIC EMULSION CREAM 20LITRES','',4.00,'2021-01-20 09:31:09','15.00','7','newstock','1','','',0.00,'','2','19','internal','2','360','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(722,'PLASTIC EMUSION WHITE 4LTRS','',8.00,'2021-01-20 09:32:49','13.00','7','newstock','1','','',0.00,'','2','21','internal','2','325','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(723,'PLASTIC EMULSION CREAM 20LITRES','',8.00,'2021-01-20 09:33:33','19.00','7','newstock','1','','',0.00,'','2','27','internal','2','360','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(724,'PLASTIC EMULSION BERMUDA BLUE 4LITRES','',8.00,'2021-01-20 09:34:32','0.00','7','newstock','1','','',0.00,'','2','8','internal','2','352','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(725,'HIGH GLOSS BLACK 4LTRS','',8.00,'2021-01-20 09:36:26','13.00','7','newstock','1','','',0.00,'','2','21','internal','2','332','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(726,'HIGH GLOSS BERMUDA BLUE 4LTRS','',8.00,'2021-01-20 09:37:20','8.00','7','newstock','1','','',0.00,'','2','16','internal','2','317','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(727,'HIGH GLOSS BLACK 1LTRS','',12.00,'2021-01-20 09:37:46','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','329','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(728,'DEXTA PAINT HIGHGLOSS TRUE BLUE 4LTRS','',8.00,'2021-01-20 09:38:09','11.00','7','newstock','1','','',0.00,'','2','19','internal','2','304','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(729,'SOFT PUTTY 40KG','',12.00,'2021-01-20 09:38:38','20.00','7','newstock','1','','',0.00,'','2','32','internal','2','327','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(730,'STARDARD THINNER 5LTRS','',6.00,'2021-01-20 09:39:02','0.00','7','newstock','1','','',0.00,'','2','6','internal','2','321','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(731,'TURPENTINE 5LTRS','',6.00,'2021-01-20 09:39:28','22.00','7','newstock','1','','',0.00,'','2','28','internal','2','331','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(732,'PLASTIC EMULSION BRICK RED 4LTRS','',6.00,'2021-01-20 09:40:05','16.00','7','newstock','1','','',0.00,'','1','22','internal','1','313','','',0.00,'','550','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(733,'PLASTIC EMULSION BRICK RED 1LTR','',24.00,'2021-01-20 09:40:50','0.00','7','newstock','1','','',0.00,'','2','24','internal','2','314','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(734,'VANISH CLEAR 1LTR','',12.00,'2021-01-20 09:41:29','0.00','7','newstock','1','','',0.00,'','2','12','internal','2','344','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(735,'PREMIUM PUTTY 40KG','',5.00,'2021-01-20 09:42:25','58.00','7','newstock','1','','',0.00,'','2','63','internal','2','326','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(736,'PREMIUM PUTTY 40KG','',10.00,'2021-01-20 09:42:55','63.00','7','newstock','1','','',0.00,'','2','73','internal','2','326','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(737,'SOFT PUTTY 40KG','',10.00,'2021-01-20 09:43:12','32.00','7','newstock','1','','',0.00,'','2','42','internal','2','327','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(738,'SOFTENER 1KG','',13.00,'2021-01-20 12:30:40','0.00','7','newstock','1','','',0.00,'','1','13','internal','1','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(739,'SOFTENER 1/2KG','64',1.00,'2021-01-20 12:32:39','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(740,'STONE COAT EMULSION 20LITRES','',2.00,'2021-01-20 13:09:48','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','364','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(741,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2021-01-21 13:39:54','0.00','4','newstock','1','','',0.00,'','1','1.2','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(742,'WASHING UP LIQUID 1LTR','',600.00,'2021-01-22 10:28:33','144.00','7','newstock','1','','',0.00,'','1','744','internal','1','298','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(743,'ONE TOUCH DISINFECTANT 1KG','',400.00,'2021-01-22 10:29:03','675.00','7','newstock','1','','',0.00,'','1','1075','internal','1','88','','',0.00,'','100','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(744,'one touch multipurpose detergent 1ltr','',500.00,'2021-01-22 10:29:40','1475.00','7','newstock','1','','',0.00,'','1','1975','internal','1','161','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(745,'ONETOUCH CERAMIC &TERAZO CLEANER 1KG','',30.00,'2021-01-22 10:32:45','117.00','7','newstock','1','','',0.00,'','1','147','internal','1','94','','',0.00,'','180','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(746,'SALT 1KG','',100.00,'2021-01-22 10:49:29','13.50','7','newstock','1','','',0.00,'','1','113.5','internal','1','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(747,'BLUE COLOUR 1KG','',2.00,'2021-01-22 10:49:50','1.19','7','newstock','1','','',0.00,'','1','3.19','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(748,'GREEN COLOUR 1KG','',2.00,'2021-01-22 10:50:12','0.63','7','newstock','1','','',0.00,'','1','2.63','internal','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(749,'LAVENDER PERFUME 1LTR','',1.00,'2021-01-22 10:50:33','1.08','7','newstock','1','','',0.00,'','1','2.08','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(750,'LEMON PERFUME 1LTR','',1.00,'2021-01-22 10:50:57','0.21','7','newstock','1','','',0.00,'','1','1.21','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(751,'CHLORINE 65% 1KG','',4.00,'2021-01-22 10:51:42','0.00','7','newstock','1','','',250.00,'','1','4','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(752,'DIGESTER 1kg','',1.00,'2021-01-22 12:37:38','0.00','7','newstock','1','','',2.00,'','3','1','internal','3','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',3,NULL,'Inclusive'),(753,'PLASTIC EMULSION CHERRY 1LITRE','',2.00,'2021-01-25 11:42:10','10.00','7','newstock','1','','',0.00,'','2','12','internal','2','358','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',2,NULL,'Inclusive'),(754,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2021-01-25 11:39:23','0.20','4','newstock','1','','',0.00,'','1','1.4','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(755,'SOFTENER 1/2KG','64',1.00,'2021-01-25 12:23:16','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(756,'SOFTENER 1KG','',19.00,'2021-01-26 09:48:46','9.00','7','newstock','1','','',0.00,'','1','28','internal','1','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(757,'DIGESTER 1kg','',3.00,'2021-01-26 16:33:14','0.00','7','newstock','1','','',2.00,'','1','3','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(758,'UNGERAL (SLES) 1kg','',-100.00,'2021-01-28 10:13:03','130.50','8','newstock','1','','',159.60,'','1','30.5','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(759,'UFACID (SULPHONIC ACID)1KG','',-20.00,'2021-01-28 10:13:50','43.25','8','newstock','1','','',0.00,'','1','23.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(760,'CHLORINE 65% 1KG','',4.00,'2021-01-29 10:38:19','1.50','7','newstock','1','','',250.00,'','1','5.5','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(761,'UFACID (SULPHONIC ACID)1KG','',20.00,'2021-01-29 10:39:11','21.25','7','newstock','1','','',0.00,'','1','41.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(762,'SALT 1KG','',50.00,'2021-01-29 10:39:37','66.50','7','newstock','1','','',0.00,'','1','116.5','internal','1','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(763,'BLUE COLOUR 1KG','',1.00,'2021-01-29 10:40:24','2.65','7','newstock','1','','',0.00,'','1','3.65','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(764,'LEMON PERFUME 1LTR','',1.00,'2021-01-29 10:41:01','0.10','7','newstock','1','','',0.00,'','1','1.1','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(765,'GREEN COLOUR 1KG','',1.00,'2021-01-29 10:41:40','1.76','7','newstock','1','','',0.00,'','1','2.76','internal','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(766,'TOILET CLEANER (Stain remover) 1LTR','',3.00,'2021-01-29 12:14:22','1.00','7','newstock','1','','',0.00,'','1','4','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(767,'UNGERAL (SLES) 1kg','',40.00,'2021-01-29 14:45:05','21.25','7','newstock','1','','',159.60,'','1','61.25','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(768,'UFACID (SULPHONIC ACID)1KG','',20.00,'2021-01-29 14:45:41','39.25','7','newstock','1','','',0.00,'','1','59.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(769,'UFACID (SULPHONIC ACID)1KG','',20.00,'2021-01-29 14:46:23','59.25','7','newstock','1','','',0.00,'','1','79.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(770,'UFACID (SULPHONIC ACID)1KG','',-20.00,'2021-01-29 14:46:52','79.25','7','newstock','1','','',0.00,'','1','59.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(771,'SALT 1KG','',50.00,'2021-02-01 14:54:19','70.50','7','newstock','1','','',0.00,'','1','120.5','internal','1','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(772,'UFACID (SULPHONIC ACID)1KG','',40.00,'2021-02-01 14:54:38','37.25','7','newstock','1','','',0.00,'','1','77.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(773,'UNGERAL (SLES) 1kg','',40.00,'2021-02-01 14:54:57','19.25','7','newstock','1','','',159.60,'','1','59.25','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(774,'CHLORINE 65% 1KG','',8.00,'2021-02-01 14:55:17','2.00','7','newstock','1','','',250.00,'','1','10','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(775,'LEMON PERFUME 1LTR','',1.00,'2021-02-01 15:18:56','0.02','7','newstock','1','','',0.00,'','1','1.02','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(776,'SOFTENER 1/2KG','64',1.00,'2021-02-03 15:44:14','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(777,'UNGERAL (SLES) 1kg','',40.00,'2021-02-04 10:33:05','3.00','7','newstock','1','','',159.60,'','1','43','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(778,'UFACID (SULPHONIC ACID)1KG','',10.00,'2021-02-04 10:33:26','40.75','7','newstock','1','','',0.00,'','1','50.75','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(779,'GREEN COLOUR 1KG','',1.00,'2021-02-04 10:33:43','1.74','7','newstock','1','','',0.00,'','1','2.74','internal','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(780,'BLUE COLOUR 1KG','',1.00,'2021-02-04 10:34:00','2.63','7','newstock','1','','',0.00,'','1','3.63','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(781,'SOFTENER 1KG','',57.00,'2021-02-04 10:34:38','6.00','7','newstock','1','','',0.00,'','1','63','internal','1','64','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(782,'OXYGEN BLEACH 1KG','',50.00,'2021-02-04 10:36:41','0.00','7','newstock','1','','',0.00,'','1','50','internal','1','365','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(783,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2021-02-04 16:59:29','0.40','4','newstock','1','','',0.00,'','1','1.6','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(784,'SOFTENER 1/2KG','64',1.00,'2021-02-04 17:08:46','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(785,'OXYGEN BLEACH 1KG','',20.00,'2021-02-05 15:58:00','50.00','7','newstock','1','','',0.00,'','1','70','internal','1','365','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(786,'BOOSTER 1KG','',20.00,'2021-02-05 16:00:19','0.00','7','newstock','1','','',0.00,'','1','20','internal','1','366','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(787,'SOFTENER 1/2KG','64',1.00,'2021-02-06 12:11:57','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(788,'ONE TOUCH SANITIZER GEL 600ML','147',1.20,'2021-02-08 09:53:21','0.60','4','newstock','1','','',0.00,'','1','1.8','1','Automatic adjustment','152','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(789,'UNGERAL (SLES) 1kg','',2.00,'2021-02-08 10:36:30','22.25','7','newstock','1','','',159.60,'','1','24.25','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(790,'UFACID (SULPHONIC ACID)1KG','',20.00,'2021-02-08 10:36:47','42.75','7','newstock','1','','',0.00,'','1','62.75','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(791,'UNGERAL (SLES) 1kg','',38.00,'2021-02-08 10:37:04','24.25','7','newstock','1','','',159.60,'','1','62.25','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(792,'LEMON PERFUME 1LTR','',1.00,'2021-02-08 10:37:17','0.36','7','newstock','1','','',0.00,'','1','1.36','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(793,'LAVENDER PERFUME 1LTR','',1.00,'2021-02-08 10:37:32','0.02','7','newstock','1','','',0.00,'','1','1.02','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(794,'SALT 1KG','',50.00,'2021-02-08 10:37:49','69.50','7','newstock','1','','',0.00,'','1','119.5','internal','1','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(795,'CHLORINE 65% 1KG','',4.00,'2021-02-08 11:05:49','0.00','7','newstock','1','','',250.00,'','1','4','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(796,'SOFTENER 1/2KG','64',1.00,'2021-02-09 15:24:17','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(797,'SOFTENER 1/2KG','64',1.00,'2021-02-10 12:52:52','0.00','4','newstock','1','','',0.00,'','1','1','1','Automatic adjustment','65','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(798,'YELLOW CLOUR 1KG','',0.50,'2021-02-11 13:17:24','0.00','7','newstock','1','','',0.00,'','1','0.5','internal','1','20','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(799,'PEARLIZER 1KG','',20.00,'2021-02-12 10:23:16','1.15','7','newstock','1','','',0.00,'','1','21.15','internal','1','34','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(800,'GLYCERINE 1KG','',50.00,'2021-02-12 10:23:34','58.05','7','newstock','1','','',0.00,'','1','108.05','internal','1','46','','',0.00,'','240','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(801,'SODIUM HYPOCHLORITE 1LTR','',40.00,'2021-02-12 10:24:01','0.00','7','newstock','1','','',0.00,'','1','40','internal','1','288','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(802,'NP9 1KG','',40.00,'2021-02-12 10:24:17','18.50','7','newstock','1','','',0.00,'','1','58.5','internal','1','49','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(803,'CAUSTIC(SODIUM HYDROXIDE) 1KG','',75.00,'2021-02-12 10:24:41','36.85','7','newstock','1','','',0.00,'','1','111.85','internal','1','7','','',0.00,'','200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(804,'CMC 1KG','',3.00,'2021-02-12 10:25:01','0.00','7','newstock','1','','',0.00,'','1','3','internal','1','28','','',0.00,'','400','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(805,'one touch multipurpose detergent 1ltr','',400.00,'2021-02-12 10:31:25','1780.00','7','newstock','1','','',0.00,'','1','2180','internal','1','161','','',0.00,'','80','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(806,'CDE 1KG','',20.00,'2021-02-12 10:31:43','0.15','7','newstock','1','','',0.00,'','1','20.15','internal','1','31','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(807,'ONE TOUCH SANITIZER GEL 1LTR','',350.00,'2021-02-12 10:33:49','170.40','7','newstock','1','','',0.00,'','1','520.4','internal','1','147','','',0.00,'','500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(808,'ONE TOUCH DEGREASER 1LTR','',60.00,'2021-02-12 10:34:26','15.00','7','newstock','1','','',0.00,'','1','75','internal','1','150','','',0.00,'','1600','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(809,'EDGE 200 PREMIUM LAUNDRY POWDER 1KG','',80.00,'2021-02-12 10:35:01','10.00','7','newstock','1','','',0.00,'','1','90','internal','1','178','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(810,'ZEAL CARBODY FILLER PASTE 1KG','',84.00,'2021-02-15 17:05:23','0.00','7','newstock','1','','',0.00,'','1','84','internal','1','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(811,'UNGERAL (SLES) 1kg','',40.00,'2021-02-16 10:59:20','0.00','7','newstock','1','','',159.60,'','1','40','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(812,'UFACID (SULPHONIC ACID)1KG','',20.00,'2021-02-16 10:59:40','39.00','7','newstock','1','','',0.00,'','1','59','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(813,'CHLORINE 65% 1KG','',4.00,'2021-02-16 11:00:02','0.00','7','newstock','1','','',250.00,'','1','4','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(814,'ZEAL CARBODY FILLER PASTE 1KG','',-48.00,'2021-02-16 11:00:50','84.00','7','newstock','1','','',0.00,'','1','36','internal','1','98','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(815,'ZEAL POLYESTER BODY FILLER 0.5KG','',96.00,'2021-02-16 11:01:37','10.00','7','newstock','1','','',0.00,'','1','106','internal','1','195','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(816,'ZEAL FILLER HARDENER 25GMS','',12.00,'2021-02-16 11:31:56','120.00','7','newstock','1','','',0.00,'','1','132','internal','1','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(817,'ZEAL FILLER HARDENER 25GMS','',1.00,'2021-02-16 11:34:46','131.00','7','newstock','1','','',0.00,'','1','132','internal','1','276','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(818,'TOILET CLEANER (Stain remover) 1LTR','',2.00,'2021-02-17 10:48:39','0.00','7','newstock','1','','',0.00,'','1','2','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(819,'DIGESTER 1kg','',7.00,'2021-02-17 11:06:17','1.00','7','newstock','1','','',2.00,'','1','8','internal','1','143','','',0.00,'','300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(820,'TOILET CLEANER (Stain remover) 1LTR','',4.00,'2021-02-19 14:40:45','1.00','7','newstock','1','','',0.00,'','1','5','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(821,'LEMON PERFUME 1LTR','',1.00,'2021-02-19 14:41:11','0.01','7','newstock','1','','',0.00,'','1','1.01','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(822,'LAVENDER PERFUME 1LTR','',1.00,'2021-02-19 14:41:38','0.05','7','newstock','1','','',0.00,'','1','1.05','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(823,'UNGERAL (SLES) 1kg','',80.00,'2021-02-19 14:42:00','14.25','7','newstock','1','','',159.60,'','1','94.25','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(824,'UFACID (SULPHONIC ACID)1KG','',40.00,'2021-02-19 14:42:22','48.50','7','newstock','1','','',0.00,'','1','88.5','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(825,'YELLOW CLOUR 1KG','',1.00,'2021-02-19 14:43:05','0.41','7','newstock','1','','',0.00,'','1','1.41','internal','1','20','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(826,'SALT 1KG','',50.00,'2021-02-19 14:43:43','42.00','7','newstock','1','','',0.00,'','1','92','internal','1','10','','',0.00,'','20','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(827,'UNGERAL (SLES) 1kg','',40.00,'2021-02-24 08:31:32','46.50','7','newstock','1','','',159.60,'','1','86.5','internal','1','1','','',0.00,'','320','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(828,'PASSION 1LTR','',0.50,'2021-02-24 08:31:54','0.00','7','newstock','1','','',0.00,'','1','0.5','internal','1','79','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(829,'UFACID (SULPHONIC ACID)1KG','',20.00,'2021-02-24 08:32:11','68.25','7','newstock','1','','',0.00,'','1','88.25','internal','1','4','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(830,'GREEN COLOUR 1KG','',1.00,'2021-02-24 08:32:29','0.88','7','newstock','1','','',0.00,'','1','1.88','internal','1','16','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(831,'BLUE COLOUR 1KG','',1.00,'2021-02-24 08:32:46','2.04','7','newstock','1','','',0.00,'','1','3.04','internal','1','12','','',0.00,'','1000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(832,'CHLORINE 65% 1KG','',4.00,'2021-02-24 08:33:06','2.00','7','newstock','1','','',250.00,'','1','6','internal','1','37','','',0.00,'','420','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(833,'LEMON PERFUME 1LTR','',1.00,'2021-02-24 08:33:23','0.00','7','newstock','1','','',0.00,'','1','1','internal','1','67','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(834,'LAVENDER PERFUME 1LTR','',1.00,'2021-02-24 08:33:43','0.43','7','newstock','1','','',0.00,'','1','1.43','internal','1','71','','',0.00,'','1800','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(835,'TOILET CLEANER (Stain remover) 1LTR','',4.00,'2021-02-24 14:28:49','1.00','7','newstock','1','','',0.00,'','1','5','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'),(836,'TOILET CLEANER (Stain remover) 1LTR','',1.00,'2021-02-24 16:24:36','1.00','7','newstock','1','','',0.00,'','1','2','internal','1','185','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive'); /*!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=8 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,'phosphoric acid 1ltr','store to kitchen','3.5','2020-09-01 14:52:16','166','8','newstock','1','','','','','store','phosphoric acid 3500ml for production of stain remover',1),(2,'CAUSTIC(SODIUM HYDROXIDE) 1KG','store to kitchen','0.8','2020-09-01 15:11:36','7','8','newstock','1','','','','','store','form making digestor',1),(3,'CDE 1KG','store to kitchen','0.2','2020-09-01 15:19:09','31','8','newstock','1','','','','','store','for making stain remover',1),(4,'phosphoric acid 1ltr','store to kitchen','3.50','2020-09-01 15:20:17','166','8','newstock','1','','','','','store','for making stain remover',1),(5,'MAGADI SODA 1KG','store to kitchen','0.2','2020-09-01 15:21:31','39','8','newstock','1','','','','','store','for making digestor',1),(6,'MAGADI SODA 1KG','store to kitchen','0.60','2020-09-02 14:36:33','39','8','newstock','1','','','','','store','for making digestor',1),(7,'CAUSTIC(SODIUM HYDROXIDE) 1KG','store to kitchen','2.40','2020-09-02 14:37:04','7','8','newstock','1','','','','','store','making digestor',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(10) 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 DEFAULT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `people` -- LOCK TABLES `people` WRITE; /*!40000 ALTER TABLE `people` DISABLE KEYS */; INSERT INTO `people` VALUES (1,'Robisearch','Manyala','robert','254789927564','robisearch@gmail.com','12345678','','female','','','','',NULL,'user','1','Robisearch LTD','','','',-10020.00,'1','2020-12-10','','1','2020-04-13','Permanent',20000.00,'','2020-05-11','','','','2020-04-13','2020-04-21','JKUAT KCB','775879333','Monthly','2','2020-04-30','900',0.00,'','','Single','1',74.00,1,'','','yes','admin','',0,0,0,'','2019-01-26',0,'2019-03-10',0.00,'2342342234234','3446666','3446666','Yes',2835.00,0,0.00,63.99,'no',0.00,'','2020-07-27 17:26:50',0,'','','','','',NULL,NULL,NULL),(2,'Default','','','254789927564','','','4444','female','','2021-06-22','1 ','',NULL,'member','1','Customer A','','','',-454398.20,'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-01 14:16:02',0,'','','','','','','Kenga',NULL),(3,'Nyambura','','Nyambura','254789927564','','','','female','','','1 ','',NULL,'supplier','1','Default','','','',252600.00,'1','2020-08-06 07:31:56','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',93000.00,0,0.00,0.00,'no',0.00,'yes','2020-08-06 15:48:12',0,'','','','','','','',NULL),(4,'BEATRICE','RAJUAYI','RAJUAYI','0727619072','brajuayi@gmail.com','grace','','female','','','','',NULL,'user','1',NULL,'','','23535310',31050.00,'8','2020-11-12 14:20:21','','1','2020-07-06','Permanent',25200.00,'','2020-09-27','','','','2020-09-13','2020-09-20','EQUITY','0020180056031','Monthly','4','2020-09-06','CCL006',0.00,'','','Single','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'A004862979P','2661847','2661847','Yes',6000.00,0,0.00,0.00,'no',0.00,'','2020-07-16 16:19:32',0,'','','','','',NULL,NULL,NULL),(5,'james Danniel','','','254789927564','','','','Male','','','1 ','','9306391595236923','accomodation','1','','','','234234324',3323.80,'1','2020-07-20 12:22:25','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',47,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-08-07 09:39:59',0,'','','','','',NULL,NULL,NULL),(6,'PHEDIS','MWENI','MWENI','0724276533','phedisfikiri@yahoo.com','malindi1','','female','','','','',NULL,'user','1',NULL,'','','22572844',0.00,'8','2021-01-22','','1','2020-09-08','Permanent',29905.88,'','2020-09-08','','','','2020-09-08','2020-09-08','EQUITY','0260191640585','Monthly','4','2020-09-08','CCL003',0.00,'','','Married','',0.00,0,'','0','no','user','',0,0,0,'','',0,'',NULL,'A004223568S','2110705','2110705','Yes',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,NULL),(7,'FELISTA','GIKONYO','GIKONYO','254796883745','fellygikonyo96@gmail.com','felly','','female','','','','',NULL,'user','1',NULL,'','','33465652',0.00,'8','2021-01-22','','1','2020-09-08','Permanent',25200.00,'','2020-09-08','','','','2020-09-08','2020-09-08','EQUITY','0340173965095','Monthly','4','2020-09-08','CCL007',0.00,'','','Single','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'A011353359Q','9657088','9657088','Yes',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,NULL),(8,'MODESTA','NKAABU','NKAABU','0721239603','starkananu@yahoo.com','natasha2011','','female','','','','',NULL,'user','1',NULL,'','','20758747',0.00,'8','2020-12-09','','1','2020-09-08','Permanent',44408.31,'','2020-09-08','','','','2020-09-08','2020-09-08','EQUITY','0470191264621','Monthly','4','2020-09-08','CCL005',0.00,'','','Single','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'A003599764S','1806226','1806226','Yes',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,NULL),(9,'ABRAHAM','','','0728149498','','','0714401181','male','NAIROBI','','1 ','At kayuyu buiding.opp.koinange petrol station',NULL,'supplier','1','Promax Industrial Chemicals','','','',0.00,'8','2020-08-20 09:50:27','','1','2020-08-20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',64898.00,0,0.00,0.00,'no',0.00,'yes','2021-01-16 12:48:57',0,'','','','','','','',NULL),(10,'Jivraj','',NULL,'0722791316','polyshop@kenyaweb.com','','0775867588','female','Nairobi','','1','P.o box40883-00100',NULL,'supplier','1','Kachra Jivraj (k) Limited','','','',0.00,'8','2020-08-20 09:49:45','','1','2020-08-20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',2440.00,0,0.00,0.00,'no',0.00,'yes','2020-08-20 10:22:02',0,'','','','','',NULL,NULL,NULL),(11,'PATRICK','',NULL,'0724656510','','','0724656510','male','','','1','',NULL,'supplier','1','CITADELCHEMICALS FACTORY','','','',0.00,'8','2020-08-21 16:38:08','','1','2020-08-21','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',77032.00,0,0.00,0.00,'no',0.00,'yes','2021-01-07 11:36:12',0,'','','','','',NULL,NULL,NULL),(12,'Emergency Aid Service and Training','',NULL,'+254725896946',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2020-09-01 12:19:18','','1','2020-09-01 12:19: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,NULL),(13,'Mary','',NULL,'254719702015',NULL,'','1',NULL,'','','','',NULL,'member','1','Wells Fargo','','','11111111',491.00,'4','2020-09-02 10:47:48','','1','2020-09-02 10:47:48','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,279.50,'no',0.00,'yes','2020-09-2412:34:35',0,'','','','','',NULL,NULL,NULL),(14,'cash','',NULL,'0735166036','','','','','Nairobi','','1','Open market ',NULL,'supplier','1','CASH SUPPLIER ','','','',0.00,'8','2020-09-05 11:13:58','','1','2020-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-04 16:10:17',0,'','','','','',NULL,NULL,NULL),(15,'AMOS','OMBATI','OMBATI','0713902938','Amosombati91@yahoo.com','natasha2011','','male','','','','',NULL,'user','1',NULL,'','','27311736',0.00,'8','2020-11-12 14:24:11','','1','2020-09-08','Permanent',18800.00,'','2020-09-08','','','','2020-09-08','2020-09-08','EQUITY','','Monthly','4','2020-09-08','CCL009',0.00,'1','','Single','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','Yes',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,NULL),(16,'PATRICK','NJERU','NJERU','0795798911','muriithipatrick213@gmail.com','natasha2011','','male','','','','',NULL,'user','1',NULL,'','','24116113',0.00,'8','2020-09-08 09:28:41','','1','2020-09-08','Permanent',0.00,'','2020-09-08','','','','2020-09-08','2020-09-08','EQUITY','','Monthly','4','2020-09-08','CCL002',0.00,'1','','Married','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'A014848424E','','','Yes',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,NULL),(17,'PATRICK','MWONGA','MWONGA','0724656510','patrickmutiamwonga@gmail.com','natasha2011','','male','','','','',NULL,'user','1',NULL,'','','4880504',0.00,'8','2020-11-12 14:18:43','','1','2020-09-08','Permanent',97666.69,'','2020-09-08','','','','2020-09-08','2020-09-08','EQUITY','','Monthly','4','2020-09-08','CCL008',0.00,'1','','Married','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'A001962331Q','0843335','0843335','Yes',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,NULL),(18,'PETER','KANGANGA','KANGANGA','0723333282','info@citadelchem.co.ke','natasha2011','','male','','','','',NULL,'user','1',NULL,'','','21632219',0.00,'8','2020-11-12 14:18:17','','1','2020-09-07','Permanent',18800.00,'','2020-09-08','','','','2020-09-07','2020-09-07','EQUITY','0320191514405','Monthly','4','2020-09-07','CCL004',0.00,'1','','Married','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,'','','','Yes',0.00,0,0.00,0.00,'no',0.00,'yes','',0,'','','','','',NULL,NULL,NULL),(19,'MOONWALK INVESTMENT ','',NULL,'+254797659834',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',209900.00,'4','2020-09-08 16:42:17','','1','2020-09-08 16:42: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:59:03',0,'','','','','',NULL,NULL,NULL),(20,'G & R ANNEX','',NULL,'+254727464176',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',-23051.00,'4','2020-09-26 10:57:51','','1','2020-09-26 10:57: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-30 11:34:53',0,'','','','','',NULL,NULL,NULL),(21,'WELLS FARGO LTD','',NULL,'+254703077777',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',80850.00,'4','2020-09-30 13:57:13','','1','2020-09-30 13:57: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-14 14:01:54',0,'','','','','',NULL,NULL,NULL),(22,'showpack ','',NULL,'0714868683','info@showpack.co.ke','','0202470210','male','NAIROBI','','1','',NULL,'supplier','1','SHOWPACK LIMITED','','','0250618z',0.00,'8','2020-10-22 12:17:23','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(23,'RAJESH','',NULL,'0721541400','sales@friendship.co.ke','','0722206990','male','NAIROBI','','1','',NULL,'supplier','1','FRIENDSHIP CONTAINER MANUFACTURES LIMITED','','','P000609707Z',0.00,'8','2020-10-22 12:21:07','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(24,'IRFAN','',NULL,'0721783685','','','0721783685','male','NAIROBI','','1','',NULL,'supplier','1','TAWAZON CHEMICAL COMPANY E.A.LTD','','','',0.00,'8','2020-10-22 12:24:42','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(25,'BERNARD','',NULL,'0723531294','sansales@sanpac.com','','','male','NAIROBI','','1','',NULL,'supplier','1','SANPACK AFRICA LIMITED','','','',0.00,'8','2020-10-22 15:45:46','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(26,'G & R RESTAURANT','',NULL,'254726501522',NULL,'','',NULL,'','','','',NULL,'member','1','G & R RESTAURANT','','','11111111',7200.00,'4','2020-10-23 10:58:04','','1','2020-10-23 10:58: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-01 11:20:36',0,'','','','','',NULL,NULL,NULL),(27,'SALES','','','653368/8','','','','','Nairobi','','1 ','',NULL,'supplier','1','REHSI VENTURES LIMITED','','','P051099268R',0.00,'8','2020-10-23 13:47:59','','1','2020-10-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','',0,'','','','','','','',NULL),(28,'SALES','','','0731983900','info@rajchem.com','','0780983910','male','Nairobi','','1 ','',NULL,'supplier','1','RAJCHEM POLYMERS','','','P051200733X',0.00,'8','2020-10-23 13:47:22','','1','2020-10-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','',0,'','','','','','','',NULL),(29,'SALES','',NULL,'0719275230','info@aslchemicals.co.ke','','0713275231','male','Nairobi','','1','',NULL,'supplier','1','ASL LIMITED','','','P000609289O',0.00,'8','2020-10-23 13:46:37','','1','2020-10-23','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',32262.00,0,0.00,0.00,'no',0.00,'yes','2020-10-28 15:50:21',0,'','','','','',NULL,NULL,NULL),(30,'SALES','',NULL,'0735777704','info@synresins.com','','0713783399','male','NAIROBI','','1','',NULL,'supplier','1','SYNRESINS LIMITED','','','P000608390G',0.00,'8','2020-10-23 13:49:59','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(31,'SAMUEL','',NULL,'0721640601','info@zebakiindustriesltd.co.ke','','0733746445','male','NAIROBI','','1','',NULL,'supplier','1','ZEBAKI INDUSTRIES LTD','','','P051365512U',0.00,'8','2020-10-23 13:52:55','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(32,'KEVIN','',NULL,'206558802','kevin.kuria@brenntag.co.ke','','','male','NAIROBI','','1','',NULL,'supplier','1','BRENNTAG KENYA LIMITED','','','P051765163Q',0.00,'8','2020-10-23 13:57:37','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(33,'SALES','',NULL,'0733367934','komal_ltd@yahoo.com','','0787807670','male','NAIROBI','','1','',NULL,'supplier','1','KOMAL MANUFACTURERS LIMITED','','','P051144974E',0.00,'8','2020-10-23 13:59:41','','1','2020-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','',0,'','','','','',NULL,NULL,NULL),(34,'NARKHI','',NULL,'0722340590','','','','male','','','1','',NULL,'supplier','1','NARKHI ENTERPRISES','','','',0.00,'8','2020-11-06 08:32:07','','1','2020-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,''),(35,'Monica ','',NULL,'0709110162','sales@mavunofertilizers.com','','0708695434','female','Nairobi','','1','Paid in Advance 5/11/2020(kcb)',NULL,'supplier','1','MAISHA MINERALS AND FERTILIZERS LIMITED','','','P051585510A',0.00,'8','2020-11-06 10:03:57','','1','2020-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,''),(36,'G & R ANNEX','','','254727464176','','','','','','','0','',NULL,'member','1','','','','',0.00,'8','2020-11-06 17:12:18','','1','2020-10-31 13:59: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-10-31 12:35:25',0,'','','','','','','',''),(37,'GLADYS ','',NULL,'4441813 / 0722783156','gladys@advatech.co.ke','','','female','Nairobi','','1','',NULL,'supplier','1','ADVATECH OFFICE SUPPLIERS LTD ','','','',0.00,'8','2020-11-16 16:55:16','','1','2020-11-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,''),(39,'MALOBA CHRISANTUS','',NULL,'+2540715632057','info@citadelchem.co.ke','','0715632057','male','Nairobi','2021-12-08','1','',NULL,'reseller','1','','','','',553000.00,'8','2020-12-08 16:26:50','','1','2020-12-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-23 11:15:52',0,'','','','','',NULL,NULL,''),(40,'EUNICE ARAKIT ','',NULL,'+254727417313','info@citadelchem.co.ke','','','female','Nairobi','2021-12-08','1','',NULL,'reseller','1','','','','',121200.00,'8','2020-12-08 16:27:57','','1','2020-12-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-7 12:03:58',0,'','','','','',NULL,NULL,''),(41,'abc','',NULL,'254708963215',NULL,'','',NULL,'','','','',NULL,'member','1','yhgnhj','','','17457',0.00,'8','2020-12-09 15:09:41','','1','2020-12-09 15:09: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,NULL),(42,'BURUBURU','',NULL,'254715632057','','','','','','','1','DELIVERY NO.309',NULL,'member','1','BURUBURU','','','',6950.00,'6','2020-12-10 10:21:01','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-10 10:21:10',0,'','','','','',NULL,NULL,''),(43,'MALOBA','',NULL,'274715632057','','','','','','','1','DELIVERY NO. 310',NULL,'member','1','MARK RABAI ROAD','','','',16750.00,'6','2020-12-10 10:40:20','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2020-12-1 10:40:21',0,'','','','','',NULL,NULL,''),(44,'ACACIA GARDENS','',NULL,' ',NULL,'','',NULL,'','','','',NULL,'member','1','ACACIA GARDENS','','',' ',0.00,'7','2020-12-22 12:52:57','','1','2020-12-22 12:52: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,NULL),(45,'christine','',NULL,'254723556644','','','','','','','1','',NULL,'member','1','christine','','','',-6000.00,'6','2021-01-13 12:17:41','','1','','',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,''),(46,'DORCAS WAKIURU WAMBUGU','',NULL,'254702129108','','','0','female','','2022-01-14','1','',NULL,'reseller','1','','','','0',47300.00,'8','2021-01-14 16:00:15','','1','2021-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-15 12:44:20',0,'','','','','',NULL,NULL,''),(47,'VISSION GLASSMAT','',NULL,'254723518749','','','','','','','1','',NULL,'member','1','VISSION GLASSMAT','','','',9600.00,'6','2021-01-18 10:58:26','','1','','',0.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 10:58:27',0,'','','','','',NULL,NULL,''),(48,'INTERIOR DESIGN TOTAL NAROK','',NULL,'254726669077','','','','','','','1','',NULL,'member','1','INTERIOR DESIGN TOTAL NAROK','','','',9500.00,'6','2021-01-18 11:03:07','','1','','',0.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 11:03:08',0,'','','','','',NULL,NULL,''),(49,'ELMARA HARDWARE TOTAL NAROK','',NULL,'254713781101','','','','','','','1','',NULL,'member','1','ELMARA HARDWARE','','','',1900.00,'6','2021-01-18 11:17:34','','1','','',0.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 11:17:34',0,'','','','','',NULL,NULL,''),(50,'ONGATA ACADEMY','',NULL,'+254721659012',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',138100.00,'4','2021-01-22 10:43:59','','1','2021-01-22 10:43: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 10:43:59',0,'','','','','',NULL,NULL,NULL),(51,'Susan','Chepkemboi',NULL,'0726333779','susanchepkemboi79@gmail.com','cclsusan','','female','','','','',NULL,'user','1',NULL,'','','27875202',0.00,'','2021-01-22','','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,NULL),(52,'narok auto paint','',NULL,'+254715632057','','','','','','','1','',NULL,'member','1','narok auto paint','','','',77300.00,'6','2021-01-22 15:59:32','','1','','',0.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 15:59:55',0,'','','','','',NULL,NULL,''),(53,'HABITAT GLASS MATT','',NULL,'254753543861','','','','','','','1','',NULL,'member','1','HABITAT GLASSMATT','','','',63800.00,'6','2021-01-25 11:27:34','','1','','',0.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 11:27:35',0,'','','','','',NULL,NULL,''),(54,'NYANCHORI HARDWARE','',NULL,'+254753543861','','','','','','','1','',NULL,'member','1','NYANCHORI HARDWARE','','','',30150.00,'6','2021-01-25 11:46:34','','1','','',0.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 11:46:35',0,'','','','','',NULL,NULL,''),(55,'GYSUM HARDWARE NAROK','',NULL,'+254753543860','','','','','','','1','',NULL,'member','1','GYSUM HARDWARE NAROK','','','',8400.00,'6','2021-01-25 11:53:22','','1','','',0.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 11:53:23',0,'','','','','',NULL,NULL,''),(56,'ELGON HARDWARE AWENDO','',NULL,'+254753543862','','','','','','','1','',NULL,'member','1','ELGON HARDWARE AWENDO','','','',42400.00,'6','2021-01-25 12:10:39','','1','','',0.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 12:10:40',0,'','','','','',NULL,NULL,''),(57,'NABII GLASSMATT AWENDO','',NULL,'+254753543863','','','','','','','1','',NULL,'member','1','NABII GLASSMATT AWENDO','','','',8000.00,'6','2021-01-25 12:18:23','','1','','',0.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 12:19:05',0,'','','','','',NULL,NULL,''),(58,'JUNCTION HARDWARE OLOLUNGA','',NULL,'+254753543864','','','','','','','1','',NULL,'member','1','JUNCTION HARDWARE OLOLUNGA','','','',17120.00,'6','2021-01-25 13:16:33','','1','','',0.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 13:16:34',0,'','','','','',NULL,NULL,''),(59,'CORPORATE KITCHEN LTD ','',NULL,'+254722166462',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2021-01-29 10:40:03','','1','2021-01-29 10: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,NULL),(60,'G & R RESTAURANT','',NULL,'C/O MR. IRUNGU',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2021-02-11 11:52:42','','1','2021-02-11 11: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,NULL),(61,'CHARCON PROPERTIES','',NULL,'+254721265452',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'4','2021-02-11 16:23:46','','1','2021-02-11 16: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','',0,'','','','','',NULL,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),('accounting',7),('accounting',8),('accountingreports',1),('accountingreports',7),('accountingreports',8),('assets',1),('assets',7),('assets',8),('bankdeposits',1),('bankdeposits',7),('bankdeposits',8),('banktransfer',1),('banktransfer',7),('banktransfer',8),('branch',1),('branch',7),('cashiersales',1),('cashiersales',4),('cashiersales',6),('cashiersales',7),('cashiersales',8),('cashiersales',51),('config',1),('config',7),('damagedproducts',1),('damagedproducts',7),('damagedproducts',8),('departments',1),('departments',7),('displayreport',1),('displayreport',7),('documents',1),('documents',7),('humanresource',7),('humanresource',8),('income',1),('income',7),('income',8),('incomeexpenses',1),('incomeexpenses',7),('incomeexpenses',8),('incomingstock',1),('incomingstock',7),('incomingstock',8),('incomingstore',1),('incomingstore',7),('incomingstore',8),('journalentry',1),('journalentry',7),('lowproducts',1),('lowproducts',7),('lowproducts',8),('lowstocklist',1),('lowstocklist',7),('lowstocklist',8),('members',1),('members',6),('members',8),('password',1),('password',4),('password',6),('password',7),('password',8),('password',51),('payroll',1),('payroll',7),('payroll',8),('payrollsetup',1),('payrollsetup',7),('payrollsetup',8),('peoplecategory',7),('productlist',1),('productlist',7),('productlist',8),('products',1),('products',7),('products',8),('productscategory',1),('productscategory',7),('productscategory',8),('profile',1),('profile',7),('purchases',1),('purchases',4),('purchases',6),('purchases',7),('purchases',8),('purchases',51),('reports',1),('reports',7),('reports',8),('sales',1),('sales',4),('sales',6),('sales',7),('sales',8),('sales',51),('sendsms',1),('sendsms',7),('users',1),('users',7),('users',8),('viewreturnsales',1),('viewreturnsales',7),('viewreturnsales',8),('wholesale',1); /*!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=24131 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 (21377,'sales','4','add'),(21378,'sales','4','suspend'),(21379,'sales','4','printreceipt'),(21380,'sales','4','update'),(21381,'sales','4','cash'),(21382,'sales','4','sale'),(21383,'sales','4','reprint'),(21384,'sales','4','select'),(21385,'sales','4','productdiscount'),(21386,'sales','4','order'),(21387,'sales','4','mpesa'),(21388,'sales','4','card'),(21389,'sales','4','editsellingprice'),(21390,'sales','4','updatepaymentmode'),(21391,'sales','4','clearpayments'),(21392,'sales','4','creditnote'),(21393,'sales','4','cheque'),(21394,'sales','4','voucher'),(21395,'sales','4','points'),(21396,'sales','4','credit'),(21397,'sales','4','dontprint'),(21398,'sales','4','backdatesales'),(21399,'sales','4','recordcoins'),(21400,'sales','4','changetaxstatus'),(21401,'sales','4','giveloyalityponts'),(21402,'cashiersales','4','cashiersales'),(21403,'purchases','4','add'),(21404,'purchases','4','update'),(21405,'purchases','4','delete'),(21406,'purchases','4','updatebuyingprice'),(21407,'purchases','4','updatesellingprice'),(21408,'purchases','4','updateclosedinvoice'),(21409,'purchases','4','viewquotation'),(21410,'purchases','4','viewdirectpurchases'),(21411,'purchases','4','viewserials'),(21412,'purchases','4','viewpurchase'),(21413,'purchases','4','budget'),(21414,'purchases','4','salesorder'),(21415,'purchases','4','showdefaultserials'),(21416,'purchases','4','approve'),(21417,'password','4','change'),(22391,'sales','8','add'),(22392,'sales','8','suspend'),(22393,'sales','8','selectmessage'),(22394,'sales','8','printreceipt'),(22395,'sales','8','update'),(22396,'sales','8','cash'),(22397,'sales','8','delete'),(22398,'sales','8','moresales'),(22399,'sales','8','sale'),(22400,'sales','8','Logout'),(22401,'sales','8','mpesabalance'),(22402,'sales','8','displaycustomers'),(22403,'sales','8','discount'),(22404,'sales','8','reprint'),(22405,'sales','8','select'),(22406,'sales','8','printbill'),(22407,'sales','8','productdiscount'),(22408,'sales','8','order'),(22409,'sales','8','mpesa'),(22410,'sales','8','closebill'),(22411,'sales','8','editsellingprice'),(22412,'sales','8','viewbuyingprice'),(22413,'sales','8','updatepaymentmode'),(22414,'sales','8','card'),(22415,'sales','8','clearpayments'),(22416,'sales','8','cheque'),(22417,'sales','8','creditnote'),(22418,'sales','8','salesbeyondbprice'),(22419,'sales','8','voucher'),(22420,'sales','8','points'),(22421,'sales','8','credit'),(22422,'sales','8','selectroom'),(22423,'sales','8','dontprint'),(22424,'sales','8','backdatesales'),(22425,'sales','8','recordcoins'),(22426,'sales','8','leaseitems'),(22427,'sales','8','changetaxstatus'),(22428,'sales','8','giveloyalityponts'),(22429,'sales','8','changeuomonsales'),(22430,'sales','8','selecttable'),(22431,'sales','8','salesperson'),(22432,'cashiersales','8','entermpesacode'),(22433,'cashiersales','8','editmpesa'),(22434,'cashiersales','8','all'),(22435,'cashiersales','8','delete'),(22436,'cashiersales','8','editmpesadate'),(22437,'cashiersales','8','cashiersales'),(22438,'cashiersales','8','adddailycollection'),(22439,'cashiersales','8','viewdailycollections'),(22440,'cashiersales','8','viewtill'),(22441,'cashiersales','8','deletedailycollections'),(22442,'cashiersales','8','reversempesa'),(22443,'cashiersales','8','updatedailycollections'),(22444,'cashiersales','8','clearallsales'),(22445,'cashiersales','8','viewallcollections'),(22446,'cashiersales','8','mpesapendingreport'),(22447,'cashiersales','8','mpesaverifiedreport'),(22448,'purchases','8','add'),(22449,'purchases','8','update'),(22450,'purchases','8','delete'),(22451,'purchases','8','updatebuyingprice'),(22452,'purchases','8','updatesellingprice'),(22453,'purchases','8','updateclosedinvoice'),(22454,'purchases','8','viewquotation'),(22455,'purchases','8','viewdirectpurchases'),(22456,'purchases','8','viewserials'),(22457,'purchases','8','viewpurchase'),(22458,'purchases','8','budget'),(22459,'purchases','8','salesorder'),(22460,'purchases','8','showdefaultserials'),(22461,'purchases','8','approve'),(22462,'viewreturnsales','8','add'),(22463,'viewreturnsales','8','update'),(22464,'viewreturnsales','8','delete'),(22465,'viewreturnsales','8','return'),(22466,'viewreturnsales','8','clear'),(22467,'viewreturnsales','8','moresales'),(22468,'income','8','View'),(22469,'income','8','add'),(22470,'income','8','wiewinvoices'),(22471,'incomeexpenses','8','add'),(22472,'incomeexpenses','8','closeexpense'),(22473,'incomeexpenses','8','update'),(22474,'incomeexpenses','8','updateclosedexpenses'),(22475,'incomeexpenses','8','wiewinvoices'),(22476,'incomeexpenses','8','viewbills'),(22477,'incomeexpenses','8','viewexpense'),(22478,'incomeexpenses','8','viewdebtors'),(22479,'incomeexpenses','8','viewcreditors'),(22480,'incomeexpenses','8','postrentalexpenses'),(22481,'members','8','add'),(22482,'members','8','update'),(22483,'members','8','deletepeople'),(22484,'users','8','add'),(22485,'users','8','update'),(22486,'productscategory','8','add'),(22487,'productscategory','8','update'),(22488,'productscategory','8','delete'),(22489,'productlist','8','bulk'),(22490,'productlist','8','updatestock'),(22491,'productlist','8','move'),(22492,'productlist','8','more'),(22493,'productlist','8','transfer'),(22494,'productlist','8','addstock'),(22495,'productlist','8','delete'),(22496,'productlist','8','view'),(22497,'productlist','8','update'),(22498,'productlist','8','add'),(22499,'productlist','8','openclosestock'),(22500,'productlist','8','stocktaking'),(22501,'productlist','8','editstocktaken'),(22502,'productlist','8','editopenclosestock'),(22503,'productlist','8','changeserialstatus'),(22504,'productlist','8','viewserials'),(22505,'productlist','8','viewbprice'),(22506,'products','8','add'),(22507,'products','8','update'),(22508,'products','8','delete'),(22509,'products','8','addstock'),(22510,'products','8','more'),(22511,'products','8','bulk'),(22512,'products','8','deleteorder'),(22513,'products','8','dispatch'),(22514,'products','8','removestock'),(22515,'products','8','price'),(22516,'products','8','removeallstock'),(22517,'products','8','viewbprice'),(22518,'incomingstock','8','add'),(22519,'incomingstock','8','update'),(22520,'incomingstock','8','view'),(22521,'incomingstock','8','delete'),(22522,'incomingstore','8','add'),(22523,'incomingstore','8','delete'),(22524,'incomingstore','8','view'),(22525,'lowstocklist','8','add'),(22526,'lowstocklist','8','more'),(22527,'lowstocklist','8','view'),(22528,'lowproducts','8','add'),(22529,'lowproducts','8','update'),(22530,'damagedproducts','8','add'),(22531,'damagedproducts','8','update'),(22532,'damagedproducts','8','delete'),(22533,'assets','8','add'),(22534,'assets','8','update'),(22535,'accounting','8','deletebank'),(22536,'accounting','8','deleteglaccount'),(22537,'bankdeposits','8','add'),(22538,'bankdeposits','8','update'),(22539,'bankdeposits','8','delete'),(22540,'banktransfer','8','add'),(22541,'accountingreports','8','view'),(22542,'payrollsetup','8','add'),(22543,'payroll','8','add'),(22544,'reports','8','view'),(22545,'reports','8','download'),(22546,'reports','8','delete'),(22547,'reports','8','update'),(22548,'reports','8','viewall'),(22549,'humanresource','8','add'),(22550,'humanresource','8','approve'),(22551,'humanresource','8','update'),(22552,'humanresource','8','delete'),(22553,'humanresource','8','view'),(22554,'humanresource','8','allocate'),(22555,'humanresource','8','viewallpayroll'),(22556,'humanresource','8','leavesetup'),(22557,'humanresource','8','allleaves '),(22558,'humanresource','8','bioattendance'),(22559,'password','8','change'),(22824,'sales','1','add'),(22825,'sales','1','suspend'),(22826,'sales','1','printreceipt'),(22827,'sales','1','update'),(22828,'sales','1','cash'),(22829,'sales','1','delete'),(22830,'sales','1','moresales'),(22831,'sales','1','sale'),(22832,'sales','1','Logout'),(22833,'sales','1','mpesabalance'),(22834,'sales','1','reprint'),(22835,'sales','1','select'),(22836,'sales','1','printbill'),(22837,'sales','1','productdiscount'),(22838,'sales','1','mpesa'),(22839,'sales','1','closebill'),(22840,'sales','1','editsellingprice'),(22841,'sales','1','viewbuyingprice'),(22842,'sales','1','updatepaymentmode'),(22843,'sales','1','card'),(22844,'sales','1','clearpayments'),(22845,'sales','1','cheque'),(22846,'sales','1','creditnote'),(22847,'sales','1','salesbeyondbprice'),(22848,'sales','1','voucher'),(22849,'sales','1','points'),(22850,'sales','1','credit'),(22851,'sales','1','dontprint'),(22852,'sales','1','recordcoins'),(22853,'sales','1','changetaxstatus'),(22854,'sales','1','giveloyalityponts'),(22855,'sales','1','changeuomonsales'),(22856,'wholesale','1','sale'),(22857,'wholesale','1','add'),(22858,'wholesale','1','delete'),(22859,'wholesale','1','update'),(22860,'cashiersales','1','entermpesacode'),(22861,'cashiersales','1','editmpesa'),(22862,'cashiersales','1','all'),(22863,'cashiersales','1','delete'),(22864,'cashiersales','1','editmpesadate'),(22865,'cashiersales','1','cashiersales'),(22866,'cashiersales','1','adddailycollection'),(22867,'cashiersales','1','viewdailycollections'),(22868,'cashiersales','1','viewtill'),(22869,'cashiersales','1','deletedailycollections'),(22870,'cashiersales','1','reversempesa'),(22871,'cashiersales','1','updatedailycollections'),(22872,'cashiersales','1','clearallsales'),(22873,'cashiersales','1','viewallcollections'),(22874,'cashiersales','1','mpesapendingreport'),(22875,'cashiersales','1','mpesaverifiedreport'),(22876,'purchases','1','add'),(22877,'purchases','1','update'),(22878,'purchases','1','delete'),(22879,'purchases','1','updatebuyingprice'),(22880,'purchases','1','updatesellingprice'),(22881,'purchases','1','updateclosedinvoice'),(22882,'purchases','1','viewquotation'),(22883,'purchases','1','viewdirectpurchases'),(22884,'purchases','1','viewserials'),(22885,'purchases','1','viewpurchase'),(22886,'purchases','1','budget'),(22887,'purchases','1','salesorder'),(22888,'purchases','1','showdefaultserials'),(22889,'purchases','1','approve'),(22890,'viewreturnsales','1','add'),(22891,'viewreturnsales','1','update'),(22892,'viewreturnsales','1','delete'),(22893,'viewreturnsales','1','return'),(22894,'viewreturnsales','1','clear'),(22895,'viewreturnsales','1','moresales'),(22896,'income','1','View'),(22897,'income','1','add'),(22898,'income','1','wiewinvoices'),(22899,'incomeexpenses','1','add'),(22900,'incomeexpenses','1','closeexpense'),(22901,'incomeexpenses','1','update'),(22902,'incomeexpenses','1','updateclosedexpenses'),(22903,'incomeexpenses','1','wiewinvoices'),(22904,'incomeexpenses','1','viewbills'),(22905,'incomeexpenses','1','viewdebtors'),(22906,'incomeexpenses','1','viewcreditors'),(22907,'incomeexpenses','1','postrentalexpenses'),(22908,'branch','1','add'),(22909,'branch','1','view'),(22910,'branch','1','update'),(22911,'branch','1','delete'),(22912,'members','1','add'),(22913,'members','1','update'),(22914,'users','1','add'),(22915,'users','1','update'),(22916,'users','1','delete'),(22917,'users','1','deleteallroles'),(22918,'productscategory','1','add'),(22919,'productscategory','1','update'),(22920,'productscategory','1','delete'),(22921,'productlist','1','bulk'),(22922,'productlist','1','updatestock'),(22923,'productlist','1','move'),(22924,'productlist','1','more'),(22925,'productlist','1','transfer'),(22926,'productlist','1','addstock'),(22927,'productlist','1','delete'),(22928,'productlist','1','view'),(22929,'productlist','1','update'),(22930,'productlist','1','add'),(22931,'productlist','1','openclosestock'),(22932,'productlist','1','stocktaking'),(22933,'productlist','1','editstocktaken'),(22934,'productlist','1','editopenclosestock'),(22935,'productlist','1','changeserialstatus'),(22936,'productlist','1','viewserials'),(22937,'products','1','add'),(22938,'products','1','update'),(22939,'products','1','delete'),(22940,'products','1','addstock'),(22941,'products','1','more'),(22942,'products','1','bulk'),(22943,'products','1','deleteorder'),(22944,'products','1','dispatch'),(22945,'products','1','removestock'),(22946,'products','1','price'),(22947,'products','1','removeallstock'),(22948,'incomingstock','1','add'),(22949,'incomingstock','1','update'),(22950,'incomingstock','1','view'),(22951,'incomingstock','1','delete'),(22952,'incomingstore','1','add'),(22953,'incomingstore','1','delete'),(22954,'incomingstore','1','view'),(22955,'lowstocklist','1','add'),(22956,'lowstocklist','1','more'),(22957,'lowstocklist','1','view'),(22958,'lowproducts','1','add'),(22959,'lowproducts','1','update'),(22960,'damagedproducts','1','add'),(22961,'damagedproducts','1','update'),(22962,'damagedproducts','1','delete'),(22963,'assets','1','add'),(22964,'assets','1','update'),(22965,'assets','1','delete'),(22966,'accounting','1','deletebank'),(22967,'accounting','1','deleteglaccount'),(22968,'bankdeposits','1','add'),(22969,'bankdeposits','1','update'),(22970,'bankdeposits','1','delete'),(22971,'banktransfer','1','add'),(22972,'journalentry','1','add'),(22973,'accountingreports','1','view'),(22974,'departments','1','add'),(22975,'payrollsetup','1','add'),(22976,'payroll','1','add'),(22977,'reports','1','view'),(22978,'reports','1','download'),(22979,'reports','1','delete'),(22980,'reports','1','update'),(22981,'reports','1','viewall'),(22982,'displayreport','1','view'),(22983,'sendsms','1','add'),(22984,'sendsms','1','update'),(22985,'sendsms','1','delete'),(22986,'sendsms','1','transfersms'),(22987,'documents','1','add'),(22988,'documents','1','update'),(22989,'documents','1','delete'),(22990,'documents','1','viewalldocuments'),(22991,'password','1','change'),(22992,'profile','1','update'),(22993,'config','1','delete'),(22994,'config','1','add'),(22995,'config','1','update'),(23784,'sales','7','add'),(23785,'sales','7','suspend'),(23786,'sales','7','printreceipt'),(23787,'sales','7','update'),(23788,'sales','7','cash'),(23789,'sales','7','moresales'),(23790,'sales','7','sale'),(23791,'sales','7','mpesabalance'),(23792,'sales','7','displaycustomers'),(23793,'sales','7','discount'),(23794,'sales','7','reprint'),(23795,'sales','7','select'),(23796,'sales','7','printbill'),(23797,'sales','7','productdiscount'),(23798,'sales','7','mpesa'),(23799,'sales','7','closebill'),(23800,'sales','7','editsellingprice'),(23801,'sales','7','viewbuyingprice'),(23802,'sales','7','updatepaymentmode'),(23803,'sales','7','clearpayments'),(23804,'sales','7','salesbeyondbprice'),(23805,'sales','7','credit'),(23806,'sales','7','dontprint'),(23807,'sales','7','backdatesales'),(23808,'sales','7','recordcoins'),(23809,'sales','7','leaseitems'),(23810,'sales','7','changetaxstatus'),(23811,'sales','7','dontshowstock'),(23812,'sales','7','giveloyalityponts'),(23813,'sales','7','splitbill'),(23814,'sales','7','changeuomonsales'),(23815,'sales','7','selecttable'),(23816,'sales','7','sendsms'),(23817,'sales','7','salesperson'),(23818,'cashiersales','7','entermpesacode'),(23819,'cashiersales','7','editmpesa'),(23820,'cashiersales','7','all'),(23821,'cashiersales','7','delete'),(23822,'cashiersales','7','editmpesadate'),(23823,'cashiersales','7','cashiersales'),(23824,'cashiersales','7','dontshowtotal'),(23825,'cashiersales','7','adddailycollection'),(23826,'cashiersales','7','viewdailycollections'),(23827,'cashiersales','7','viewtill'),(23828,'cashiersales','7','deletedailycollections'),(23829,'cashiersales','7','reversempesa'),(23830,'cashiersales','7','updatedailycollections'),(23831,'cashiersales','7','clearallsales'),(23832,'cashiersales','7','viewallcollections'),(23833,'cashiersales','7','mpesapendingreport'),(23834,'cashiersales','7','mpesaverifiedreport'),(23835,'purchases','7','add'),(23836,'purchases','7','update'),(23837,'purchases','7','delete'),(23838,'purchases','7','updatebuyingprice'),(23839,'purchases','7','updatesellingprice'),(23840,'purchases','7','updateclosedinvoice'),(23841,'purchases','7','viewquotation'),(23842,'purchases','7','viewdirectpurchases'),(23843,'purchases','7','viewserials'),(23844,'purchases','7','viewpurchase'),(23845,'purchases','7','budget'),(23846,'purchases','7','salesorder'),(23847,'purchases','7','showdefaultserials'),(23848,'purchases','7','approve'),(23849,'viewreturnsales','7','add'),(23850,'viewreturnsales','7','update'),(23851,'viewreturnsales','7','delete'),(23852,'viewreturnsales','7','return'),(23853,'viewreturnsales','7','clear'),(23854,'viewreturnsales','7','moresales'),(23855,'income','7','View'),(23856,'income','7','add'),(23857,'income','7','wiewinvoices'),(23858,'income','7','detailedvatinvoice'),(23859,'incomeexpenses','7','add'),(23860,'incomeexpenses','7','closeexpense'),(23861,'incomeexpenses','7','update'),(23862,'incomeexpenses','7','updateclosedexpenses'),(23863,'incomeexpenses','7','wiewinvoices'),(23864,'incomeexpenses','7','viewbills'),(23865,'incomeexpenses','7','viewexpense'),(23866,'incomeexpenses','7','viewdebtors'),(23867,'incomeexpenses','7','viewcreditors'),(23868,'incomeexpenses','7','postrentalexpenses'),(23869,'branch','7','add'),(23870,'branch','7','view'),(23871,'branch','7','update'),(23872,'branch','7','delete'),(23873,'users','7','add'),(23874,'users','7','update'),(23875,'users','7','delete'),(23876,'users','7','deleteallroles'),(23877,'productscategory','7','add'),(23878,'productscategory','7','update'),(23879,'productscategory','7','delete'),(23880,'productlist','7','bulk'),(23881,'productlist','7','updatestock'),(23882,'productlist','7','move'),(23883,'productlist','7','more'),(23884,'productlist','7','transfer'),(23885,'productlist','7','addstock'),(23886,'productlist','7','delete'),(23887,'productlist','7','view'),(23888,'productlist','7','update'),(23889,'productlist','7','add'),(23890,'productlist','7','openclosestock'),(23891,'productlist','7','stocktaking'),(23892,'productlist','7','editstocktaken'),(23893,'productlist','7','editopenclosestock'),(23894,'productlist','7','changeserialstatus'),(23895,'productlist','7','viewserials'),(23896,'productlist','7','viewbprice'),(23897,'products','7','add'),(23898,'products','7','update'),(23899,'products','7','delete'),(23900,'products','7','addstock'),(23901,'products','7','more'),(23902,'products','7','bulk'),(23903,'products','7','deleteorder'),(23904,'products','7','dispatch'),(23905,'products','7','removestock'),(23906,'products','7','price'),(23907,'products','7','removeallstock'),(23908,'products','7','viewbprice'),(23909,'incomingstock','7','add'),(23910,'incomingstock','7','update'),(23911,'incomingstock','7','view'),(23912,'incomingstock','7','delete'),(23913,'incomingstore','7','add'),(23914,'incomingstore','7','delete'),(23915,'incomingstore','7','view'),(23916,'lowstocklist','7','add'),(23917,'lowstocklist','7','more'),(23918,'lowstocklist','7','view'),(23919,'lowproducts','7','add'),(23920,'lowproducts','7','update'),(23921,'damagedproducts','7','add'),(23922,'damagedproducts','7','update'),(23923,'damagedproducts','7','delete'),(23924,'assets','7','add'),(23925,'assets','7','update'),(23926,'assets','7','delete'),(23927,'accounting','7','deletebank'),(23928,'accounting','7','deleteglaccount'),(23929,'accounting','7','view'),(23930,'bankdeposits','7','add'),(23931,'bankdeposits','7','update'),(23932,'bankdeposits','7','delete'),(23933,'banktransfer','7','add'),(23934,'journalentry','7','add'),(23935,'accountingreports','7','view'),(23936,'peoplecategory','7','add'),(23937,'peoplecategory','7','update'),(23938,'peoplecategory','7','delete'),(23939,'departments','7','add'),(23940,'payrollsetup','7','add'),(23941,'payroll','7','add'),(23942,'reports','7','view'),(23943,'reports','7','download'),(23944,'reports','7','delete'),(23945,'reports','7','update'),(23946,'reports','7','viewall'),(23947,'reports','7','dontshowprofit'),(23948,'displayreport','7','view'),(23949,'sendsms','7','add'),(23950,'sendsms','7','update'),(23951,'sendsms','7','delete'),(23952,'sendsms','7','transfersms'),(23953,'documents','7','add'),(23954,'documents','7','update'),(23955,'documents','7','delete'),(23956,'documents','7','viewalldocuments'),(23957,'humanresource','7','add'),(23958,'humanresource','7','approve'),(23959,'humanresource','7','update'),(23960,'humanresource','7','delete'),(23961,'humanresource','7','view'),(23962,'humanresource','7','allocate'),(23963,'humanresource','7','viewallpayroll'),(23964,'humanresource','7','leavesetup'),(23965,'humanresource','7','allleaves '),(23966,'humanresource','7','bioattendance'),(23967,'password','7','change'),(23968,'profile','7','update'),(23969,'config','7','delete'),(23970,'config','7','add'),(23971,'config','7','update'),(23972,'config','7','productcode'),(23973,'sales','6','add'),(23974,'sales','6','suspend'),(23975,'sales','6','printreceipt'),(23976,'sales','6','update'),(23977,'sales','6','cash'),(23978,'sales','6','moresales'),(23979,'sales','6','sale'),(23980,'sales','6','Logout'),(23981,'sales','6','mpesabalance'),(23982,'sales','6','displaycustomers'),(23983,'sales','6','discount'),(23984,'sales','6','reprint'),(23985,'sales','6','select'),(23986,'sales','6','printbill'),(23987,'sales','6','productdiscount'),(23988,'sales','6','mpesa'),(23989,'sales','6','closebill'),(23990,'sales','6','editsellingprice'),(23991,'sales','6','viewbuyingprice'),(23992,'sales','6','updatepaymentmode'),(23993,'sales','6','clearpayments'),(23994,'sales','6','salesbeyondbprice'),(23995,'sales','6','credit'),(23996,'sales','6','dontprint'),(23997,'sales','6','backdatesales'),(23998,'sales','6','recordcoins'),(23999,'sales','6','changetaxstatus'),(24000,'sales','6','giveloyalityponts'),(24001,'sales','6','changeuomonsales'),(24002,'sales','6','salesperson'),(24003,'cashiersales','6','cashiersales'),(24004,'purchases','6','add'),(24005,'purchases','6','update'),(24006,'purchases','6','delete'),(24007,'purchases','6','updatebuyingprice'),(24008,'purchases','6','updatesellingprice'),(24009,'purchases','6','updateclosedinvoice'),(24010,'purchases','6','viewquotation'),(24011,'purchases','6','viewdirectpurchases'),(24012,'purchases','6','viewserials'),(24013,'purchases','6','viewpurchase'),(24014,'purchases','6','budget'),(24015,'purchases','6','salesorder'),(24016,'purchases','6','showdefaultserials'),(24017,'purchases','6','approve'),(24018,'members','6','add'),(24019,'members','6','update'),(24020,'members','6','deletepeople'),(24021,'password','6','change'),(24076,'sales','51','add'),(24077,'sales','51','suspend'),(24078,'sales','51','printreceipt'),(24079,'sales','51','update'),(24080,'sales','51','cash'),(24081,'sales','51','moresales'),(24082,'sales','51','sale'),(24083,'sales','51','Logout'),(24084,'sales','51','mpesabalance'),(24085,'sales','51','displaycustomers'),(24086,'sales','51','discount'),(24087,'sales','51','reprint'),(24088,'sales','51','select'),(24089,'sales','51','printbill'),(24090,'sales','51','productdiscount'),(24091,'sales','51','mpesa'),(24092,'sales','51','closebill'),(24093,'sales','51','editsellingprice'),(24094,'sales','51','viewbuyingprice'),(24095,'sales','51','updatepaymentmode'),(24096,'sales','51','clearpayments'),(24097,'sales','51','salesbeyondbprice'),(24098,'sales','51','voucher'),(24099,'sales','51','points'),(24100,'sales','51','credit'),(24101,'sales','51','selectroom'),(24102,'sales','51','dontprint'),(24103,'sales','51','accountlimit'),(24104,'sales','51','backdatesales'),(24105,'sales','51','recordcoins'),(24106,'sales','51','leaseitems'),(24107,'sales','51','changetaxstatus'),(24108,'sales','51','dontshowstock'),(24109,'sales','51','giveloyalityponts'),(24110,'sales','51','splitbill'),(24111,'sales','51','changeuomonsales'),(24112,'sales','51','selecttable'),(24113,'sales','51','sendsms'),(24114,'sales','51','salesperson'),(24115,'cashiersales','51','cashiersales'),(24116,'purchases','51','add'),(24117,'purchases','51','update'),(24118,'purchases','51','delete'),(24119,'purchases','51','updatebuyingprice'),(24120,'purchases','51','updatesellingprice'),(24121,'purchases','51','updateclosedinvoice'),(24122,'purchases','51','viewquotation'),(24123,'purchases','51','viewdirectpurchases'),(24124,'purchases','51','viewserials'),(24125,'purchases','51','viewpurchase'),(24126,'purchases','51','budget'),(24127,'purchases','51','salesorder'),(24128,'purchases','51','showdefaultserials'),(24129,'purchases','51','approve'),(24130,'password','51','change'); /*!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', 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', 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 `productcategory` -- LOCK TABLES `productcategory` WRITE; /*!40000 ALTER TABLE `productcategory` DISABLE KEYS */; INSERT INTO `productcategory` VALUES (1,'GENERAL',0,'2020-08-19 10:05:23','active','1','','1','1','0','','Percentage'); /*!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=346 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,'UNGERAL (SLES) 1kg','1','11','',16,'159.60','320','','320',NULL,NULL,'510',0,0,NULL,0,0,0,46.25,'2020-10-14 15:11:01','8','1','1','0000-00-00','','active','1','1','pcs','Inventory','VATABLE','mainitem','Inclusive'),(2,'UNGERAL(SLES) 1/4KG','1','3','',16,'0','90','','90',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-02 08:27:17','8','1','1','0000-00-00','','active','1','2','pcs','Inventory','VATABLE','subitem','Inclusive'),(3,'UNGERAL (SLES)1/2kg','1','3','',16,'0','160','','160',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-02 08:28:24','8','1','1','0000-00-00','','active','0','3','pcs','Inventory','VATABLE','subitem','Inclusive'),(4,'UFACID (SULPHONIC ACID)1KG','1','11','',16,'0','0','','220',NULL,NULL,'220',0,0,NULL,0,0,0,74.50,'2020-10-14 15:12:27','8','1','1','0000-00-00','','active','1','4','pcs','Inventory','VATABLE','mainitem','Inclusive'),(5,'UFACID (SULPHONIC ACID )1/2KG','1','9','',16,'0','110','','110',NULL,NULL,'0',0,0,NULL,0,0,0,1.00,'2020-11-02 08:23:12','8','1','1','0000-00-00','','active','1','5','pcs','Inventory','VATABLE','subitem','Inclusive'),(6,'UFACID (SULPHONIC ACID) 1/4KG','1','3','',16,'0','70',NULL,'70',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-02 08:22:57','8','1','1','0000-00-00','','active','1','6','pcs','Inventory','VATABLE','subitem','Inclusive'),(7,'CAUSTIC(SODIUM HYDROXIDE) 1KG','1',NULL,'',16,'0','200','','200',NULL,NULL,'130.45',0,0,NULL,0,0,0,97.70,'2020-10-14 15:13:52','8','1','1','0000-00-00','','active','1','7','pcs','Inventory','VATABLE','mainitem','Inclusive'),(8,'CAUSTIC(SODIUM HYDROXIDE) 1/2KG','1','3','',16,'0','100',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:11:38','8','1','1','0000-00-00','','active','1','8','pcs','Inventory','VATABLE','subitem','Inclusive'),(9,'CAUSTIC(SODIUM HYDROXIDE) 1/4KG','1','3','',16,'0','60',NULL,'70',NULL,NULL,'0',0,0,NULL,0,0,0,0.25,'2020-11-03 08:14:48','8','1','1','0000-00-00','','active','1','9','pcs','Inventory','VATABLE','subitem','Inclusive'),(10,'SALT 1KG','1','11','',16,'0','20','','20',NULL,NULL,'0',0,0,NULL,0,0,0,8.50,'2020-10-14 11:00:17','8','1','1','0000-00-00','','active','1','10','pcs','Inventory','VATABLE','mainitem','Inclusive'),(11,'SALT 1/2KG','1','9','',16,'0','20',NULL,'20',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:26:26','8','1','1','0000-00-00','','active','1','11','pcs','Inventory','VATABLE','subitem','Inclusive'),(12,'BLUE COLOUR 1KG','1','3','',16,'0','1000','','1000',NULL,NULL,'0',0,0,NULL,0,0,0,2.68,'2020-11-06 13:53:50','8','1','1','0000-00-00','','active','1','12','pcs','Inventory','VATABLE','mainitem','Inclusive'),(13,'BLUE COLOUR 1/2KG','1','3','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.84,'2020-11-03 08:10:02','8','1','1','0000-00-00','','active','1','13','pcs','Inventory','VATABLE','subitem','Inclusive'),(14,'BLUE COLOUR 1/4KG','1','3','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:09:34','8','1','1','0000-00-00','','active','1','14','pcs','Inventory','VATABLE','subitem','Inclusive'),(15,'BLUE COLOUR 30GMS','1','3','',16,'0','30','','30',NULL,NULL,'0',0,0,NULL,0,0,0,0.12,'2020-11-06 13:54:32','8','1','1','0000-00-00','','active','1','15','pcs','Inventory','VATABLE','subitem','Inclusive'),(16,'GREEN COLOUR 1KG','1','3','',16,'0','1000',NULL,'1000',NULL,NULL,'0',0,0,NULL,0,0,0,1.16,'2020-08-22 09:36:50','8','1','1','0000-00-00','','active','1','16','pcs','Inventory','VATABLE','mainitem','Inclusive'),(17,'GREEN COLOUR 1/2KG','1','3','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:19:43','8','1','1','0000-00-00','','active','1','17','pcs','Inventory','VATABLE','subitem','Inclusive'),(18,'GREEN COLOUR 1/4KG','1','3','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:19:27','8','1','1','0000-00-00','','active','1','18','pcs','Inventory','VATABLE','subitem','Inclusive'),(19,'GREEN COLOUR30GMS','1','3','',16,'0','30','','30',NULL,NULL,'0',0,0,NULL,0,0,0,0.12,'2020-11-06 13:55:17','8','1','1','0000-00-00','','active','1','19','pcs','Inventory','VATABLE','subitem','Inclusive'),(20,'YELLOW CLOUR 1KG','1','9','',16,'0','1000',NULL,'1000',NULL,NULL,'0',0,0,NULL,0,0,0,1.08,'2020-08-22 10:00:38','8','1','1','0000-00-00','','active','1','20','pcs','Inventory','VATABLE','mainitem','Inclusive'),(21,'YELLOW CLOUR 1/2KG','1','3','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:20:52','8','1','1','0000-00-00','','active','1','21','pcs','Inventory','VATABLE','subitem','Inclusive'),(22,'YELLOW CLOUR 1/4KG','1','3','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:20:32','8','1','1','0000-00-00','','active','1','22','pcs','Inventory','VATABLE','subitem','Inclusive'),(23,'YELLOW CLOUR 30GMS','1','3','',16,'0','30','','30',NULL,NULL,'0',0,0,NULL,0,0,0,0.09,'2020-11-06 13:54:50','8','1','1','0000-00-00','','active','1','23','pcs','Inventory','VATABLE','subitem','Inclusive'),(24,'PINK COLOUR 1KG','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,'0',0,0,NULL,0,0,0,0.56,'','1','1','1','0000-00-00','','active','1','24','pcs','Inventory','VATABLE','mainitem','Inclusive'),(25,'PINK COLOUR 1/2KG','1','3','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:21:12','8','1','1','0000-00-00','','active','1','25','pcs','Inventory','VATABLE','subitem','Inclusive'),(26,'PINK COLOUR 1/4KG','1','3','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:21:28','8','1','1','0000-00-00','','active','1','26','pcs','Inventory','VATABLE','subitem','Inclusive'),(27,'PINK COLOUR 30 GMS','1','3','',16,'0','30','','30',NULL,NULL,'0',0,0,NULL,0,0,0,0.03,'2020-11-06 13:56:03','8','1','1','0000-00-00','','active','1','27','pcs','Inventory','VATABLE','subitem','Inclusive'),(28,'CMC 1KG','1','1','',16,'0','400',NULL,'400',NULL,NULL,'0',0,0,NULL,0,0,0,2.90,'','1','1','1','0000-00-00','','active','1','28','pcs','Inventory','VATABLE','mainitem','Inclusive'),(29,'CMC 1/2KG','1','1','',16,'0','200',NULL,'200',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','29','pcs','Inventory','VATABLE','mainitem','Inclusive'),(30,'CMC 1/4KG','1','1','',16,'0','100',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','30','pcs','Inventory','VATABLE','mainitem','Inclusive'),(31,'CDE 1KG','1',NULL,'',16,'0','500','','500',NULL,NULL,'40',0,0,NULL,0,0,0,14.05,'2020-10-14 15:19:28','8','1','1','0000-00-00','','active','1','31','pcs','Inventory','VATABLE','mainitem','Inclusive'),(32,'CDE 1/2KG','1','3','',16,'0','250',NULL,'250',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:43:00','8','1','1','0000-00-00','','active','1','32','pcs','Inventory','VATABLE','subitem','Inclusive'),(33,'CDE 1/4KG','1','3','',16,'0','130',NULL,'130',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:42:43','8','1','1','0000-00-00','','active','1','33','pcs','Inventory','VATABLE','subitem','Inclusive'),(34,'PEARLIZER 1KG','1','1','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,16.85,'','1','1','1','0000-00-00','','active','1','34','pcs','Inventory','VATABLE','mainitem','Inclusive'),(35,'PEARLIZER 1/2KG','1','3','',16,'0','250',NULL,'250',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-08-20 08:19:35','8','1','1','0000-00-00','','active','1','35','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(36,'PEARLIZER 1/4KG','1','3','',16,'0','130',NULL,'130',NULL,NULL,'0',0,0,NULL,0,0,0,0.25,'2020-12-08 14:50:07','8','1','1','0000-00-00','','active','1','36','pcs','Inventory','VATABLE','subitem','Inclusive'),(37,'CHLORINE 65% 1KG','1','11','',16,'250.00','420','','420',NULL,NULL,'100',0,0,NULL,0,0,0,5.50,'2020-10-17 12:37:20','8','1','1','0000-00-00','','active','1','37','pcs','Inventory','VATABLE','mainitem','Inclusive'),(38,'CHLORINE 65% 1/2KG','1','3','',16,'0','330','','330',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:44:10','8','1','1','0000-00-00','','active','1','38','pcs','Inventory','VATABLE','subitem','Inclusive'),(39,'MAGADI SODA 1KG','1','11','',16,'0','60',NULL,'60',NULL,NULL,'0',0,0,NULL,0,0,0,8.00,'2020-08-22 10:04:01','8','1','1','0000-00-00','','active','1','39','pcs','Inventory','VATABLE','mainitem','Inclusive'),(40,'MAGADI SODA 1/2KG','1','9','',16,'0','60',NULL,'60',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:45:17','8','1','1','0000-00-00','','active','1','40','pcs','Inventory','VATABLE','subitem','Inclusive'),(41,'SODIUM HYDROSULPHATE 1KG','1','1','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','41','pcs','Inventory','VATABLE','mainitem','Inclusive'),(42,'SODIUM HYDROSULPHATE 1/2KG','1','1','',16,'0','250',NULL,'250',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','42','pcs','Inventory','VATABLE','mainitem','Inclusive'),(43,'KEROL 1KG','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','43','pcs','Inventory','VATABLE','mainitem','Inclusive'),(44,'KEROL 1/2KG','1','11','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:18:23','8','1','1','0000-00-00','','active','1','44','pcs','Inventory','VATABLE','subitem','Inclusive'),(45,'KEROL 1/4KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:17:55','8','1','1','0000-00-00','','active','1','45','pcs','Inventory','VATABLE','subitem','Inclusive'),(46,'GLYCERINE 1KG','1',NULL,'',16,'0','240','','240',NULL,NULL,'40',0,0,NULL,0,0,0,103.35,'2020-10-14 15:19:54','8','1','1','0000-00-00','','active','1','46','pcs','Inventory','VATABLE','mainitem','Inclusive'),(47,'GLYCERINE 1/2KG','1','3','',16,'0','120',NULL,'120',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:22:16','8','1','1','0000-00-00','','active','1','47','pcs','Inventory','VATABLE','subitem','Inclusive'),(48,'GLYCERINE 1/4KG','1','3','',16,'0','60',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:23:16','8','1','1','0000-00-00','','active','1','48','pcs','Inventory','VATABLE','subitem','Inclusive'),(49,'NP9 1KG','1','11','',16,'0','420','','420',NULL,NULL,'40',0,0,NULL,0,0,0,51.00,'2020-10-14 15:18:36','8','1','1','0000-00-00','','active','1','49','pcs','Inventory','VATABLE','mainitem','Inclusive'),(50,'NP9 1/2KG','1','11','',16,'0','210','','210',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:26:03','8','1','1','0000-00-00','','active','1','50','pcs','Inventory','VATABLE','subitem','Inclusive'),(51,'HCL 1KG','1','1','',16,'0','140',NULL,'140',NULL,NULL,'0',0,0,NULL,0,0,0,10.00,'','1','1','1','0000-00-00','','active','1','51','pcs','Inventory','VATABLE','mainitem','Inclusive'),(52,'HCL 1/2KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:28:03','8','1','1','0000-00-00','','active','1','52','pcs','Inventory','VATABLE','subitem','Inclusive'),(53,'FORMALINE 1KG','1','','',16,'0','200','','200',NULL,NULL,'20',0,0,NULL,0,0,0,45.75,'2020-10-14 17:00:37','8','1','1','0000-00-00','','active','1','53','pcs','Inventory','VATABLE','mainitem','Inclusive'),(54,'FORMALINE 1/2KG','1','3','',16,'0','100','','100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:34:44','8','1','1','0000-00-00','','active','1','54','pcs','Inventory','VATABLE','subitem','Inclusive'),(55,'FORMALINE 1/4KG','1','3','',16,'0','50',NULL,'50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:35:00','8','1','1','0000-00-00','','active','1','55','pcs','Inventory','VATABLE','subitem','Inclusive'),(56,'IPA 1KG','1','1','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','56','pcs','Inventory','VATABLE','mainitem','Inclusive'),(57,'IPA 1/2KG','1','11','',16,'0','150',NULL,'150',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:35:57','8','1','1','0000-00-00','','active','1','57','pcs','Inventory','VATABLE','subitem','Inclusive'),(58,'IPA 1/4KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:36:31','8','1','1','0000-00-00','','active','1','58','pcs','Inventory','VATABLE','subitem','Inclusive'),(59,'STPP 1KG','1','1','',16,'0','240',NULL,'240',NULL,NULL,'0',0,0,NULL,0,0,0,3.50,'','1','1','1','0000-00-00','','active','1','59','pcs','Inventory','VATABLE','mainitem','Inclusive'),(60,'STPP 1/2KG','1','11','',16,'0','120',NULL,'120',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:37:02','8','1','1','0000-00-00','','active','1','60','pcs','Inventory','VATABLE','subitem','Inclusive'),(61,'STPP 1/2KG','1','3','',16,'0','120',NULL,'120',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:37:26','8','1','1','0000-00-00','','active','1','61','pcs','Inventory','VATABLE','subitem','Inclusive'),(62,'SIMET 1KG','1','1','',16,'0','120',NULL,'120',NULL,NULL,'0',0,0,NULL,0,0,0,12.00,'','1','1','1','0000-00-00','','active','1','62','pcs','Inventory','VATABLE','mainitem','Inclusive'),(63,'DODIGEN (BAC 50) 1KG','1','11','',16,'0','1200',NULL,'1200',NULL,NULL,'0',0,0,NULL,0,0,0,2.95,'2020-10-16 16:38:23','8','1','1','0000-00-00','','active','1','63','pcs','Inventory','VATABLE','mainitem','Inclusive'),(64,'SOFTENER 1KG','1','1','',16,'0','1200',NULL,'1200',NULL,NULL,'0',0,0,NULL,0,0,0,35.00,'','1','1','1','0000-00-00','','active','1','64','pcs','Inventory','VATABLE','mainitem','Inclusive'),(65,'SOFTENER 1/2KG','1','11','',16,'0','600',NULL,'600',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-08-29 11:13:01','8','1','1','0000-00-00','','active','1','65','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(66,'SOFTENER 1/4KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-08-29 11:13:36','8','1','1','0000-00-00','','active','1','66','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(67,'LEMON PERFUME 1LTR','1','9','',16,'0','1800','1.75','1800',NULL,NULL,'0',0,0,NULL,0,0,0,0.05,'2020-11-13 12:10:48','1','1','1','0000-00-00','','active','1','67','pcs','Inventory','VATABLE','subitem','Inclusive'),(68,'LEMON PERFUME 1/2LTR','1','3','',16,'0','900','','900',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:39:18','8','1','1','0000-00-00','','active','1','68','pcs','Inventory','VATABLE','subitem','Inclusive'),(69,'LEMON PERFUME 50ML','1','3','',16,'0','100','','100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-05 10:07:44','8','1','1','0000-00-00','','active','1','69','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(70,'LEMON PERFUME 25ML','1','3','',16,'2','50','','50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-06 09:18:51','8','1','1','0000-00-00','','active','1','70','pcs','Inventory','VATABLE','subitem','Inclusive'),(71,'LAVENDER PERFUME 1LTR','1','9','',16,'0','1800','','1800',NULL,NULL,'0',0,0,NULL,0,0,0,0.06,'2020-10-19 11:36:19','8','1','1','0000-00-00','','active','1','71','pcs','Inventory','VATABLE','mainitem','Inclusive'),(72,'LAVENDER PERFUME 1/2LTR','1','3','',16,'0','900',NULL,'900',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-05 08:16:03','1','1','1','0000-00-00','','active','1','72','pcs','Inventory','VATABLE','subitem','Inclusive'),(73,'LAVENDER PERFUME 50ML','1','3','',16,'0','100','','100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-09 13:36:59','8','1','1','0000-00-00','','active','1','73','pcs','Inventory','VATABLE','mainitem','Inclusive'),(74,'LAVENDER PERFUME 25ML','1','3','',16,'5','50','','50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-06 13:56:37','8','1','1','0000-00-00','','active','1','74','pcs','Inventory','VATABLE','subitem','Inclusive'),(75,'PINE 1LTR','1','1','',16,'0','2000',NULL,'2000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','75','pcs','Inventory','VATABLE','mainitem','Inclusive'),(76,'PINE 1/2LTR','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','76','pcs','Inventory','VATABLE','mainitem','Inclusive'),(77,'PINE 50ML','1','1','',16,'0','100',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','77','pcs','Inventory','VATABLE','mainitem','Inclusive'),(78,'PINE 25ML','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','78','pcs','Inventory','VATABLE','mainitem','Inclusive'),(79,'PASSION 1LTR','1','1','',16,'0','1800',NULL,'1800',NULL,NULL,'0',0,0,NULL,0,0,0,0.25,'','1','1','1','0000-00-00','','active','1','79','pcs','Inventory','VATABLE','mainitem','Inclusive'),(80,'PASSION 1/2LTR','1','1','',16,'0','900',NULL,'900',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','80','pcs','Inventory','VATABLE','mainitem','Inclusive'),(81,'PASSION 50ML','1','1','',16,'0','100',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','81','pcs','Inventory','VATABLE','mainitem','Inclusive'),(82,'PASSION 25ML','1','1','',16,'0','50',NULL,'50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','82','pcs','Inventory','VATABLE','mainitem','Inclusive'),(83,'ONE TOUCH HANDWASH CREAM 20KG','1','11','',16,'0','2000',NULL,'2000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-09-15 12:44:27','8','1','1','0000-00-00','','active','1','83','pcs','Inventory','VATABLE','mainitem','Inclusive'),(84,'ONE TOUCH HANDWASH CREAM 5KG','1','1','',16,'0','600',NULL,'600',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','84','pcs','Inventory','VATABLE','mainitem','Inclusive'),(85,'ONE TOUCH HANDWASH CREAM 1KG','1','1','',16,'0','120',NULL,'120',NULL,NULL,'0',0,0,NULL,0,0,0,303.50,'','1','1','1','0000-00-00','','active','1','85','pcs','Inventory','VATABLE','mainitem','Inclusive'),(86,'ONE TOUCH DISINFECTANT 20KG','1','1','',16,'0','1500',NULL,'1500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','86','pcs','Inventory','VATABLE','mainitem','Inclusive'),(87,'ONE TOUCH DISINFECTANT 5KG','1','1','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','87','pcs','Inventory','VATABLE','mainitem','Inclusive'),(88,'ONE TOUCH DISINFECTANT 1KG','1','1','',16,'0','100',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,640.00,'','1','1','1','0000-00-00','','active','1','88','pcs','Inventory','VATABLE','mainitem','Inclusive'),(89,'ONE TOUCH CARPET SHAMPOO 20KG','1','1','',16,'0','2500',NULL,'2500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','89','pcs','Inventory','VATABLE','mainitem','Inclusive'),(90,'ONE TOUCH CARPET SHAMPOO 5KG','1','1','',16,'0','700',NULL,'700',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','90','pcs','Inventory','VATABLE','mainitem','Inclusive'),(91,'ONE TOUCH CARPET SHAMPOO 1KG','1','1','',16,'1','150',NULL,'150',NULL,NULL,'0',0,0,NULL,0,0,0,153.00,'','1','1','1','0000-00-00','','active','1','91','pcs','Inventory','VATABLE','mainitem','Inclusive'),(92,'ONETOUCH CERAMIC &terazo cleaner 20LTRS','1','1','',16,'0','2000',NULL,'2000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','92','pcs','Inventory','VATABLE','mainitem','Inclusive'),(93,'ONETOUCH CERAMIC &terazo cleaner 5KG','1','1','',16,'0','700',NULL,'700',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','93','pcs','Inventory','VATABLE','mainitem','Inclusive'),(94,'ONETOUCH CERAMIC &TERAZO CLEANER 1KG','1','3','',16,'0','180','','180',NULL,NULL,'0',0,0,NULL,0,0,0,20.00,'2020-10-22 15:32:55','8','1','1','0000-00-00','','active','1','94','pcs','Inventory','VATABLE','mainitem','Inclusive'),(95,'STEINO HOUSE HOLD BLEACH 20KG','1','1','',16,'0','1800',NULL,'1800',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','95','pcs','Inventory','VATABLE','mainitem','Inclusive'),(96,'STEINO HOUSE HOLD BLEACH 5KG','1','1','',16,'0','500',NULL,'500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','96','pcs','Inventory','VATABLE','mainitem','Inclusive'),(97,'STEINO HOUSE HOLD BLEACH 1KG','1','1','',16,'0','100',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,13.00,'','1','1','1','0000-00-00','','active','1','97','pcs','Inventory','VATABLE','mainitem','Inclusive'),(98,'ZEAL CARBODY FILLER PASTE 1KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-04 12:11:23','8','1','1','0000-00-00','','active','1','98','pcs','Inventory','VATABLE','mainitem','Inclusive'),(99,'ZEAL CARBODY FILLER PASTE 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','99','pcs','Inventory','VATABLE','mainitem','Inclusive'),(100,'ZEAL CARBODY FILLER PASTE 4.5KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,11.00,'2020-10-30 11:45:18','8','1','1','0000-00-00','','active','1','100','pcs','Inventory','VATABLE','mainitem','Inclusive'),(101,'POSH FLOOR POLISH 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','101','pcs','Inventory','VATABLE','mainitem','Inclusive'),(102,'POSH FLOOR POLISH 5KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','102','pcs','Inventory','VATABLE','mainitem','Inclusive'),(103,'POSH FLOOR POLISH 1KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','103','pcs','Inventory','VATABLE','mainitem','Inclusive'),(104,'POSH FLOOR STRIPPES 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','104','pcs','Inventory','VATABLE','mainitem','Inclusive'),(105,'POSH FLOOR STRIPPES 5KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','105','pcs','Inventory','VATABLE','mainitem','Inclusive'),(106,'POSH FLOOR STRIPPES 1KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','106','pcs','Inventory','VATABLE','mainitem','Inclusive'),(107,'STEINO LAUNDRY BLEACH 1KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','107','pcs','Inventory','VATABLE','mainitem','Inclusive'),(108,'STEINO LAUNDRY BLEACH 5KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','108','pcs','Inventory','VATABLE','mainitem','Inclusive'),(109,'STEINO LAUNDRY BLEACH 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','109','pcs','Inventory','VATABLE','mainitem','Inclusive'),(110,'SCOURING POWDER 1KG','1','11','',16,'0','0','','0',NULL,NULL,'0',0,0,NULL,0,0,0,274.00,'2020-08-26 09:08:39','8','1','1','0000-00-00','','active','1','110','pcs','Inventory','VATABLE','mainitem','Inclusive'),(111,'SCOURING POWDER 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','111','pcs','Inventory','VATABLE','mainitem','Inclusive'),(112,'WINK FURNITURE POLISH 1KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','112','pcs','Inventory','VATABLE','mainitem','Inclusive'),(113,'WINK FURNITURE POLISH 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','113','pcs','Inventory','VATABLE','mainitem','Inclusive'),(114,'WINK FURNITURE POLISH 5KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','114','pcs','Inventory','VATABLE','mainitem','Inclusive'),(115,'SCOURING POWDER 5KG','1','1','',16,'0','350',NULL,'350',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','115','pcs','Inventory','VATABLE','mainitem','Inclusive'),(116,'WHITE OIL 1KG','1','1','',16,'0','240',NULL,'240',NULL,NULL,'0',0,0,NULL,0,0,0,30.00,'','1','1','1','0000-00-00','','active','1','116','pcs','Inventory','VATABLE','mainitem','Inclusive'),(117,'WHITE OIL 1/2KG','1','3','',16,'0','110',NULL,'110',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-08-21 13:19:47','8','1','1','0000-00-00','','active','1','117','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(118,'WHITE OIL 1/4KG','1','3','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-08-21 13:19:26','8','1','1','0000-00-00','','active','1','118','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(119,'POLAR WAX 1KG','1','1','',16,'0','1400',NULL,'1400',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','119','pcs','Inventory','VATABLE','mainitem','Inclusive'),(120,'POLAR WAX 1/2KG','1','1','',16,'0','700',NULL,'700',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','120','pcs','Inventory','VATABLE','mainitem','Inclusive'),(121,'POLAR WAX 1/4KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','121','pcs','Inventory','VATABLE','mainitem','Inclusive'),(122,'PARRAFIN WAX 1KG','1','1','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','122','pcs','Inventory','VATABLE','mainitem','Inclusive'),(123,'PARRAFIN WAX 1/2KG','1','1','',16,'0','150',NULL,'150',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','123','pcs','Inventory','VATABLE','mainitem','Inclusive'),(124,'PARRAFIN WAX 1/4KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','124','pcs','Inventory','VATABLE','mainitem','Inclusive'),(125,'CENTRIMIDE 1KG','1','1','',16,'0','1800',NULL,'1800',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','125','pcs','Inventory','VATABLE','mainitem','Inclusive'),(126,'CENTRIMIDE 1/2KG','1','1','',16,'0','900',NULL,'900',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','126','pcs','Inventory','VATABLE','mainitem','Inclusive'),(127,'CENTRIMIDE 1/4KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','127','pcs','Inventory','VATABLE','mainitem','Inclusive'),(128,'CSA 1KG','1','1','',16,'0','400',NULL,'400',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','128','pcs','Inventory','VATABLE','mainitem','Inclusive'),(129,'CSA 1/2KG','1','1','',16,'0','200',NULL,'200',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','129','pcs','Inventory','VATABLE','mainitem','Inclusive'),(130,'CSA 1/4KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','130','pcs','Inventory','VATABLE','mainitem','Inclusive'),(131,'SODIUM SILICATE 1KG','1','1','',16,'0','120',NULL,'100',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','131','pcs','Inventory','VATABLE','mainitem','Inclusive'),(132,'SODIUM SILICATE 1/2 KG','1','1','',16,'0','60',NULL,'50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','132','pcs','Inventory','VATABLE','mainitem','Inclusive'),(133,'CAUSTIC SODA PEARL 50GMS','1','3','',16,'0','10',NULL,'10',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:11:13','8','1','1','0000-00-00','','active','1','133','pcs','Inventory','VATABLE','subitem','Inclusive'),(134,'test item','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','134','pcs','Inventory','VATABLE','mainitem','Inclusive'),(135,'ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS','1','1','',16,'0','950',NULL,'950',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','135','pcs','Inventory','VATABLE','mainitem','Inclusive'),(136,'ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS','1','1','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','136','pcs','Inventory','VATABLE','mainitem','Inclusive'),(137,'CDE 100GMS','1','3','',16,'0','50',NULL,'50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:43:15','8','1','1','0000-00-00','','active','1','137','pcs','Inventory','VATABLE','subitem','Inclusive'),(138,'PEARLIZER 100GMS','1','3','',16,'0','50',NULL,'50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-08 14:49:47','8','1','1','0000-00-00','','active','1','138','pcs','Inventory','VATABLE','subitem','Inclusive'),(139,'GLYCERINE 100GMS','1','3','',16,'0','50',NULL,'50',NULL,NULL,'0',0,0,NULL,0,0,0,0.10,'2020-11-03 08:22:56','8','1','1','0000-00-00','','active','1','139','pcs','Inventory','VATABLE','subitem','Inclusive'),(140,'DISCALANT 1LTRS','1','11','',16,'0','2800',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,160.00,'2020-11-05 09:51:15','8','1','1','0000-00-00','','active','1','140','pcs','Inventory','VATABLE','mainitem','Inclusive'),(141,'HCL 5KG','1','1','',16,'0','700',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','141','pcs','Inventory','VATABLE','mainitem','Inclusive'),(142,'NITRIC ACID 1KG','1','3','',16,'0','600',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,20.00,'2020-08-21 13:00:31','8','1','1','0000-00-00','','active','1','142','pcs','Inventory','VATABLE','mainitem','Inclusive'),(143,'DIGESTER 1kg','1','11','',16,'2','300','','0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-10-14 13:58:37','8','1','1','0000-00-00','','active','1','143','pcs','Inventory','VATABLE','mainitem','Inclusive'),(144,'ungeral 20kg','1','1','',16,'0','4800',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','144','pcs','Inventory','VATABLE','mainitem','Inclusive'),(145,'CAUSTIC 25KG','1','1','',16,'0','3200',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','145','pcs','Inventory','VATABLE','mainitem','Inclusive'),(146,'UFACID 5KG','1','1','',16,'0','1000',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','146','pcs','Inventory','VATABLE','mainitem','Inclusive'),(147,'ONE TOUCH SANITIZER GEL 1LTR','1',NULL,'',16,'0','500','','500',NULL,NULL,'0',0,0,NULL,0,0,0,460.40,'2020-09-12 12:13:19','8','1','1','0000-00-00','','active','1','147','pcs','Inventory','VATABLE','mainitem','Inclusive'),(148,'ONE TOUCH SANITIZER GEL 20LTRS','1','1','',16,'0','8000',NULL,'8000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','148','pcs','Inventory','VATABLE','mainitem','Inclusive'),(149,'ONE TOUCH SANITIZER GEL 5LTR','1','1','',16,'0','2500',NULL,'2500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','149','pcs','Inventory','VATABLE','mainitem','Inclusive'),(150,'ONE TOUCH DEGREASER 1LTR','1','3','',16,'0','1600','','0',NULL,NULL,'0',0,0,NULL,0,0,0,75.00,'2020-10-14 11:02:22','8','1','1','0000-00-00','','active','1','150','pcs','Inventory','VATABLE','mainitem','Inclusive'),(151,'GLYCERINE 25KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','151','pcs','Inventory','VATABLE','mainitem','Inclusive'),(152,'ONE TOUCH SANITIZER GEL 600ML','1','3','',16,'0','350',NULL,'350',NULL,NULL,'0',0,0,NULL,0,0,0,0.80,'2020-08-21 12:52:07','8','1','1','0000-00-00','','active','1','152','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(153,'ONE TOUCH HANDWASH CREAM 0.5KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','153','pcs','Inventory','VATABLE','mainitem','Inclusive'),(154,'UNGERAL (SLES) 5kg','1','1','',16,'0','1500',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','154','pcs','Inventory','VATABLE','mainitem','Inclusive'),(155,'HYDROGEN PEROXIDE 1LTR','1','3','',16,'0','150','','0',NULL,NULL,'30',0,0,NULL,0,0,0,50.00,'2020-10-21 10:44:34','8','1','1','0000-00-00','','active','1','155','pcs','Inventory','VATABLE','mainitem','Inclusive'),(156,'EGDE 100 Basic laundry dertegent 20kg','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','156','pcs','Inventory','VATABLE','mainitem','Inclusive'),(157,'EDGE 100 Basic laundry basic 5kg','1','1','',16,'0','1200',NULL,'1200',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','157','pcs','Inventory','VATABLE','mainitem','Inclusive'),(158,'EDGE 200 Premium powderpremium 20kg','1','1','',16,'0','5000',NULL,'4998',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','158','pcs','Inventory','VATABLE','mainitem','Inclusive'),(159,'EDGE 200 Premium powder premium 5kg','1','1','',16,'0','1300',NULL,'1300',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','159','pcs','Inventory','VATABLE','mainitem','Inclusive'),(160,'EDGE 100 Basic laundry basic 20kg','1','1','',16,'0','4500',NULL,'4500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','160','pcs','Inventory','VATABLE','mainitem','Inclusive'),(161,'one touch multipurpose detergent 1ltr','1',NULL,'',16,'0','80','','0',NULL,NULL,'1000',0,0,NULL,0,0,0,1898.00,'2020-10-30 08:29:40','8','1','1','0000-00-00','','active','1','161','pcs','Inventory','VATABLE','mainitem','Inclusive'),(162,'REVI -Scouring powder 500gms(lemon)','1','1','',16,'0','60',NULL,'60',NULL,NULL,'0',0,0,NULL,0,0,0,55.00,'','1','1','1','0000-00-00','','active','1','162','pcs','Inventory','VATABLE','mainitem','Inclusive'),(163,'LIQUID SANITIZER 1KG','1','3','',16,'0','0','','0',NULL,NULL,'0',0,0,NULL,0,0,0,146.40,'2020-09-12 12:12:50','8','1','1','0000-00-00','','active','1','163','pcs','Inventory','VATABLE','mainitem','Inclusive'),(164,'acetic acid 5litres','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','164','pcs','Inventory','VATABLE','mainitem','Inclusive'),(165,'citric acid 1kg','1','3','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,1.50,'2020-08-21 13:14:55','8','1','1','0000-00-00','','active','1','165','pcs','Inventory','VATABLE','mainitem','Inclusive'),(166,'phosphoric acid 1ltr','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,27.00,'','1','1','1','0000-00-00','','active','1','166','pcs','Inventory','VATABLE','mainitem','Inclusive'),(167,'Liquid parrafine 5ltr','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','1','167','pcs','Inventory','VATABLE','mainitem','Inclusive'),(168,'DODIGEN 1/2 LTR','1','11','',16,'0','400',NULL,'400',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-11-03 08:25:45','8','1','1','0000-00-00','','active','1','168','pcs','Inventory','VATABLE','subitem','Inclusive'),(169,'BUBBLE GUM PERFUME 25ML','1','9','',16,'0','50','','50',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-08 14:48:33','8','1','1','0000-00-00','','active','1','169','Kg','Inventory','VATABLE','subitem','Inclusive'),(170,'BUBBLE GUM PERFUME 50ML','1','3','',16,'0','100','0','100',NULL,NULL,'0',0,0,'9162901597828144',0,0,0,0.00,'2020-12-08 14:47:55','8','1','1','0000-00-00','','active','','170','pc','Inventory','VATABLE','subitem','Inclusive'),(171,'BUBBLE GUM PERFUME 1/4LTR','1','3','',16,'0','500','0','',NULL,NULL,'0',0,0,'3814931597828462',0,0,0,0.00,'2020-11-03 08:41:46','8','1','1','0000-00-00','','active','','171','pc','Inventory','VATABLE','subitem','Inclusive'),(172,'BUBBLE GUM PERFUME 1/2LTR','1','3','',16,'0','1000','0','',NULL,NULL,'0',0,0,'7248231597828599',0,0,0,0.00,'2020-11-03 08:41:30','8','1','1','0000-00-00','','active','','172','pc','Inventory','VATABLE','subitem','Inclusive'),(173,'BUBBLE GUM PERFUME 1LTR','1','3','',16,'0','2000','0','2000',NULL,NULL,'0',0,0,'166541597828719',0,0,0,0.79,'2020-08-28 14:20:10','8','1','1','0000-00-00','','active','','173','pc','Inventory','VATABLE','mainitem','Inclusive'),(174,'LEMON PERFUME 1/4LTR','1','3','',16,'0','500','0','',NULL,NULL,'0',0,0,'3826411597902175',0,0,0,0.00,'2020-11-03 08:39:00','8','1','1','0000-00-00','','active','','174','pc','Inventory','VATABLE','subitem','Inclusive'),(175,'NITRIC ACID 1/2KG','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'1474911598004072',0,0,0,0.00,'2020-08-21 13:02:54','8','1','1','0000-00-00','','active','','175','pc','Inventory','VATABLE','Sub-Single-item','Inclusive'),(176,'SCOURING POWDER 1/2KG','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'6278201598004264',0,0,0,2.00,'2020-11-03 08:23:51','8','1','1','0000-00-00','','active','','176','pc','Inventory','VATABLE','subitem','Inclusive'),(177,'EDGE 100 BASIC LAUNDRY POWDER 1KG','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'2419561598004376',0,0,0,210.00,'2020-08-22 11:27:56','8','1','1','0000-00-00','','active','','177','pc','Inventory','VATABLE','mainitem','Inclusive'),(178,'EDGE 200 PREMIUM LAUNDRY POWDER 1KG','1','3','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7604391598004579',0,0,0,75.00,'2020-08-21 13:11:03','8','1','1','0000-00-00','','active','','178','pc','Inventory','VATABLE','mainitem','Inclusive'),(179,'SIMET 1/2KG','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'5898471598005011',0,0,0,0.00,'2020-11-03 08:24:12','8','1','1','0000-00-00','','active','','179','pc','Inventory','VATABLE','subitem','Inclusive'),(180,'DODIGEN 25ML','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'6395411598005188',0,0,0,0.00,'2020-11-03 08:25:10','8','1','1','0000-00-00','','active','','180','pc','Inventory','VATABLE','subitem','Inclusive'),(181,'DODIGEN 50ML','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'4233931598005265',0,0,0,0.00,'2020-11-03 08:24:51','8','1','1','0000-00-00','','active','','181','pc','Inventory','VATABLE','subitem','Inclusive'),(182,'EDTA 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'2691441598090000',0,0,0,0.00,'2020-08-22 12:54:30','8','1','1','0000-00-00','','active','','182','pc','Inventory','VATABLE','mainitem','Inclusive'),(183,'EDTA 500GMS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1298491598090071',0,0,0,0.00,'2020-11-03 08:27:23','8','1','1','0000-00-00','','active','','183','pc','Inventory','VATABLE','subitem','Inclusive'),(184,'TEA 250GMS','1','3','',16,'0','0','0','',NULL,NULL,'0',0,0,'946851598090112',0,0,0,0.00,'2020-08-22 12:55:53','8','1','1','0000-00-00','','active','','184','pc','Inventory','VATABLE','mainitem','Inclusive'),(185,'TOILET CLEANER (Stain remover) 1LTR','1','11','',16,'0','250','8','250',NULL,NULL,'0',0,0,'9713011598689617',0,0,0,0.00,'2020-10-19 12:00:22','8','1','1','0000-00-00','','active','','185','pc','Inventory','VATABLE','mainitem','Inclusive'),(186,'DIGESTER 1/2kg','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'3017701599045534',0,0,0,1.00,'2020-09-02 14:19:40','8','1','1','0000-00-00','','active','','186','pc','Inventory','VATABLE','Sub-Single-item','Inclusive'),(187,'SOBITOL OIL 1LTR','1','11','',16,'0','0','','0',NULL,NULL,'0',0,0,'2873301599553022',0,0,0,2.50,'2020-09-08 11:22:41','8','1','1','0000-00-00','','active','','187','pc','Inventory','VATABLE','mainitem','Inclusive'),(188,'SOBITOL OIL 1/2LTRS','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'1279761599553425',0,0,0,0.00,'2020-11-03 08:35:32','8','1','1','0000-00-00','','active','','188','pc','Inventory','VATABLE','subitem','Inclusive'),(189,'BORIC ACID 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'2074571599553503',0,0,0,0.00,'2020-09-08 11:26:29','8','1','1','0000-00-00','','active','','189','pc','Inventory','VATABLE','mainitem','Inclusive'),(190,'ASCORIC ACID 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'9324211599553589',0,0,0,2.00,'2020-09-08 11:28:07','8','1','1','0000-00-00','','active','','190','pc','Inventory','VATABLE','mainitem','Inclusive'),(191,'SODIUM BENZOATE 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3424621599553737',0,0,0,8.00,'2020-09-08 11:30:25','8','1','1','0000-00-00','','active','','191','pc','Inventory','VATABLE','mainitem','Inclusive'),(192,'GMS 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1207561599553825',0,0,0,3.50,'2020-09-08 11:34:58','8','1','1','0000-00-00','','active','','192','pc','Inventory','VATABLE','mainitem','Inclusive'),(193,'GMS 1/2KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'9496711599554099',0,0,0,0.00,'2020-09-08 11:36:03','8','1','1','0000-00-00','','active','','193','pc','Inventory','VATABLE','Sub-Single-item','Inclusive'),(194,'ZEAL POLYESTER BODY FILLER 2.5KG','1','11','',16,'0','900','0','900',NULL,NULL,'0',0,0,'1469471601110622',0,0,0,12.00,'2020-09-26 12:06:03','8','1','1','0000-00-00','','active','','194','pc','Inventory','VATABLE','mainitem','Inclusive'),(195,'ZEAL POLYESTER BODY FILLER 0.5KG','1','11','',16,'0','250','0','250',NULL,NULL,'0',0,0,'5355911601111317',0,0,0,10.00,'2020-09-26 12:22:23','8','1','1','0000-00-00','','active','','195','pc','Inventory','VATABLE','mainitem','Inclusive'),(196,'DEXTA COVERMATT WHITE 20LTR','1','11','',16,'0','3000','0','3000',NULL,NULL,'0',0,0,'607601601112273',0,0,0,9.00,'2020-09-26 12:50:56','8','1','1','0000-00-00','','active','','196','pc','Inventory','VATABLE','mainitem','Inclusive'),(197,'DEXTA PLASTIC EMULSION WHITE 20LTR','1','11','',16,'0','1850','0','1850',NULL,NULL,'0',0,0,'8658101601113909',0,0,0,10.00,'2020-12-04 12:50:52','8','1','1','0000-00-00','','active','','197','pc','Inventory','VATABLE','mainitem','Inclusive'),(198,'DEXTA VINYL MATT EMULSION 20KG','1','11','',16,'0','6800','0','6800',NULL,NULL,'0',0,0,'5556501601114043',0,0,0,5.00,'2020-09-26 12:56:52','8','1','1','0000-00-00','','active','','198','pc','Inventory','VATABLE','mainitem','Inclusive'),(199,'DEXTA SILK VINYL EMUSION 20KG','1','11','',16,'0','7200','0','7200',NULL,NULL,'0',0,0,'5805431601114212',0,0,0,3.00,'2020-09-26 12:59:02','8','1','1','0000-00-00','','active','','199','pc','Inventory','VATABLE','mainitem','Inclusive'),(200,'DEXTA VINYL MATT EMUSION 4LTR','1','11','',16,'0','1700','0','1700',NULL,NULL,'0',0,0,'8135481601114342',0,0,0,10.00,'2020-09-26 13:00:58','8','1','1','0000-00-00','','active','','200','pc','Inventory','VATABLE','mainitem','Inclusive'),(201,'DEXTA COVERMATT EMUSION 4LTR','1','11','',16,'0','750','0','750',NULL,NULL,'0',0,0,'5819321601114459',0,0,0,15.00,'2020-09-26 13:02:17','8','1','1','0000-00-00','','active','','201','pc','Inventory','VATABLE','mainitem','Inclusive'),(202,'DEXTA PLASTIC EMUSION 4LTR','1','11','',16,'0','500','0','500',NULL,NULL,'0',0,0,'60511601114537',0,0,0,10.00,'2020-09-26 13:03:33','8','1','1','0000-00-00','','active','','202','pc','Inventory','VATABLE','mainitem','Inclusive'),(203,'DEXTA SILK EMUSION 4LTR','1','11','',16,'0','1800','0','1800',NULL,NULL,'0',0,0,'782211601114613',0,0,0,5.00,'2020-09-26 13:04:54','8','1','1','0000-00-00','','active','','203','pc','Inventory','VATABLE','mainitem','Inclusive'),(204,'CHLORINE 65 % 0.25KG','1','11','',16,'0','150','','150',NULL,NULL,'0',0,0,'4261121601548314',0,0,0,0.00,'2020-11-03 08:44:34','8','1','1','0000-00-00','','active','','204','pc','Inventory','VATABLE','subitem','Inclusive'),(205,'SILK VINYL SHEEN OFF WHITE 20LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7113191601646361',0,0,0,1.00,'2020-10-02 16:47:03','8','1','1','0000-00-00','','active','','205','pc','Inventory','VATABLE','mainitem','Inclusive'),(206,'SILKM VINYL SHEEN OFFWHITE 4LTRS','1','11','',16,'0','0','','',NULL,NULL,'0',0,0,'9143561601646447',0,0,0,2.00,'2020-10-02 16:48:57','8','1','1','0000-00-00','','active','','206','pc','Inventory','VATABLE','mainitem','Inclusive'),(207,'SUPER GLOSS SMOKE GREY 00405 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1707521601646537',0,0,0,4.00,'2020-10-02 16:50:06','8','1','1','0000-00-00','','active','','207','pc','Inventory','VATABLE','mainitem','Inclusive'),(208,'SILK VINYL PAINT 10C31 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'4623031602672369',0,0,0,1.00,'2020-10-14 13:48:29','8','1','1','0000-00-00','','active','','208','pc','Inventory','VATABLE','mainitem','Inclusive'),(209,'ZEAL FILLER HARDENER 25GMS','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'4454761602920869',0,0,0,0.00,'2020-10-17 10:49:45','8','1','1','0000-00-00','','active','','276','pc','Inventory','VATABLE','mainitem','Inclusive'),(210,'spatulla ','1','14','',16,'0','0','0','0',NULL,NULL,'3000',0,0,'5573421603114506',0,0,0,19.00,'2020-10-19 16:44:47','8','1','1','0000-00-00','','active','','284','pc','Inventory','VATABLE','Sub-Single-item','Inclusive'),(211,'Cover matt Emulsion 20ltr','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1229911603369163',0,0,0,3499.00,'2020-10-22 15:23:36','8','1','1','0000-00-00','','active','','285','pc','Inventory','VATABLE','mainitem','Inclusive'),(212,'white spirit 5ltrs','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1029931603369417',0,0,0,0.00,'2020-10-22 15:25:37','8','1','1','0000-00-00','0','active','','286','pc','Inventory','VATABLE','mainitem','Inclusive'),(213,'METAL GREY 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'9241441603369538',0,0,0,0.00,'2020-10-27 15:26:52','8','1','1','0000-00-00','','active','','287','pc','Inventory','VATABLE','mainitem','Inclusive'),(214,'SODIUM HYPOCHLORITE 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'50',0,0,'2407781603370971',0,0,0,32.00,'2020-10-22 15:52:49','8','1','1','0000-00-00','','active','','288','pc','Inventory','VATABLE','mainitem','Inclusive'),(215,'ACETIC ACID 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7813431604035992',0,0,0,20.00,'2020-10-30 08:35:34','8','1','1','0000-00-00','','active','','289','pc','Inventory','VATABLE','mainitem','Inclusive'),(216,'HARDENER 100GMS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1729291604059397',0,0,0,11.00,'2020-10-30 15:04:51','8','1','1','0000-00-00','','active','','290','pc','Inventory','VATABLE','mainitem','Inclusive'),(217,'PUTTY LIME 1KG','1','35','',16,'130','0','0','',NULL,NULL,'2500',0,0,'7318701604646631',0,0,0,0.00,'2020-11-06 11:54:31','8','1','1','0000-00-00','','active','','291','pc','Inventory','VATABLE','mainitem','Inclusive'),(218,'PUTTY SOAP 1KG (Kaolin)','1','35','',16,'353.40','0','0','',NULL,NULL,'2500',0,0,'2242071604646880',0,0,0,0.00,'2020-11-06 11:43:22','8','1','1','0000-00-00','','active','','292','pc','Inventory','VATABLE','mainitem','Inclusive'),(219,'WHITING 20 1KG','1','35','',16,'0','0','0','0',NULL,NULL,'0',0,0,'9674841604647658',0,0,0,2500.00,'2020-11-06 11:42:44','8','1','1','0000-00-00','','active','','293','pc','Inventory','VATABLE','mainitem','Inclusive'),(220,'WHITING 10 1KG','1','35','',16,'0','0','0','0',NULL,NULL,'0',0,0,'311401604647742',0,0,0,0.00,'2020-11-06 11:42:13','8','1','1','0000-00-00','','active','','294','pc','Inventory','VATABLE','mainitem','Inclusive'),(221,'DOLOMITES (Dolmax)','1','35','',16,'0','0','0','0',NULL,NULL,'0',0,0,'4891331604647810',0,0,0,0.00,'2020-11-06 11:57:12','8','1','1','0000-00-00','','active','','295','pc','Inventory','VATABLE','mainitem','Inclusive'),(222,'NON PERFUMED MULTIPURPOSE DETERGENTS 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'20',0,0,'4624601605684456',0,0,0,334.00,'2020-11-18 10:33:50','8','1','1','0000-00-00','','active','','296','pc','Inventory','VATABLE','mainitem','Inclusive'),(223,'MACHINE WASH UTENSILS DETERGENTS 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'20',0,0,'1647411605684593',0,0,0,204.00,'2020-11-18 10:33:09','8','1','1','0000-00-00','','active','','297','pc','Inventory','VATABLE','mainitem','Inclusive'),(224,'GREEN COLOUR 1KG','1','3','',16,'0','1000','','1000',NULL,NULL,'0',0,0,'81598078139',0,0,0,0.00,'2020-11-21 12:14:02','8','1','2','0000-00-00','','active','1','16','pcs','Inventory','VATABLE','mainitem','Inclusive'),(225,'BLUE COLOUR 1KG','1','3','',16,'0','1000','','1000',NULL,NULL,'0',0,0,'81598613514',0,0,0,0.00,'2020-11-21 12:20:29','8','1','2','0000-00-00','','active','1','12','pcs','Inventory','VATABLE','mainitem','Inclusive'),(226,'WASHING UP LIQUID 1LTR','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'2433741606140126',0,0,0,144.00,'2020-11-23 17:03:29','8','1','1','0000-00-00','','active','','298','pc','Inventory','VATABLE','mainitem','Inclusive'),(227,'ZEAL CARBODY FILLER PASTE 4.5KG','1','11','',16,'0','1500','','1380',NULL,NULL,'12',0,0,'81604047455',0,0,0,343.00,'2020-11-26 16:28:46','8','1','3','0000-00-00','','active','1','100','pcs','Inventory','VATABLE','mainitem','Inclusive'),(228,'ZEAL CARBODY FILLER PASTE 4.5KG','1','11','',16,'0','1500','','1380',NULL,NULL,'12',0,0,'81604047455',0,0,0,16.00,'2020-11-26 16:28:46','8','1','2','0000-00-00','','active','1','100','pcs','Inventory','VATABLE','mainitem','Inclusive'),(229,'ZEAL POLYESTER BODY FILLER 2.5KG','1','11','',16,'0','900','0','900',NULL,NULL,'0',0,0,'1469471601110622',0,0,0,168.00,'2020-11-26 16:44:03','8','1','3','0000-00-00','','active','','194','pcs','Inventory','VATABLE','mainitem','Inclusive'),(230,'ZEAL POLYESTER BODY FILLER 2.5KG','1','11','',16,'0','900','0','900',NULL,NULL,'0',0,0,'1469471601110622',0,0,0,295.00,'2020-11-26 16:44:03','8','1','2','0000-00-00','','active','','194','pcs','Inventory','VATABLE','mainitem','Inclusive'),(231,'ZEAL CARBODY FILLER PASTE 1KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,832.00,'2020-12-04 12:11:23','8','1','3','0000-00-00','','active','1','98','pcs','Inventory','VATABLE','mainitem','Inclusive'),(232,'ZEAL CARBODY FILLER PASTE 1KG','1','11','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,534.00,'2020-12-04 12:11:23','8','1','2','0000-00-00','','active','1','98','pcs','Inventory','VATABLE','mainitem','Inclusive'),(233,'ZEAL POLYESTER BODY FILLER 0.5KG','1','11','',16,'0','250','0','250',NULL,NULL,'0',0,0,'5355911601111317',0,0,0,609.00,'2020-11-26 16:48:52','8','1','3','0000-00-00','','active','','195','pcs','Inventory','VATABLE','mainitem','Inclusive'),(234,'ZEAL POLYESTER BODY FILLER 0.5KG','1','11','',16,'0','250','0','250',NULL,NULL,'0',0,0,'5355911601111317',0,0,0,255.00,'2020-11-26 16:48:52','8','1','2','0000-00-00','','active','','195','pcs','Inventory','VATABLE','mainitem','Inclusive'),(235,'ONE TOUCH HANDWASH CREAM 20KG','1','11','',16,'0','1200','','1200',NULL,NULL,'0',0,0,'81600163038',0,0,0,0.00,'2020-12-03 13:20:01','8','1','3','0000-00-00','','active','1','83','pcs','Inventory','VATABLE','mainitem','Inclusive'),(236,'ONE TOUCH HANDWASH CREAM 20KG','1','11','',16,'0','1200','','1200',NULL,NULL,'0',0,0,'81600163038',0,0,0,9.00,'2020-12-03 13:20:01','8','1','2','0000-00-00','','active','1','83','pcs','Inventory','VATABLE','mainitem','Inclusive'),(237,'ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS','1','1','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,20.00,'2020-12-03 13:20:30','8','1','3','0000-00-00','','active','1','136','pcs','Inventory','VATABLE','mainitem','Inclusive'),(238,'ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS','1','1','',16,'0','300',NULL,'300',NULL,NULL,'0',0,0,NULL,0,0,0,162.00,'2020-12-03 13:21:20','8','1','2','0000-00-00','','active','1','136','pcs','Inventory','VATABLE','mainitem','Inclusive'),(239,'ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS','1','1','',16,'0','950',NULL,'950',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-03 13:23:41','8','1','3','0000-00-00','','active','1','135','pcs','Inventory','VATABLE','mainitem','Inclusive'),(240,'ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS','1','1','',16,'0','950',NULL,'950',NULL,NULL,'0',0,0,NULL,0,0,0,25.00,'2020-12-03 13:23:41','8','1','2','0000-00-00','','active','1','135','pcs','Inventory','VATABLE','mainitem','Inclusive'),(241,'ONE TOUCH CARPET SHAMPOO 5KG','1','1','',16,'0','700',NULL,'700',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-03 13:38:17','8','1','3','0000-00-00','','active','1','90','pcs','Inventory','VATABLE','mainitem','Inclusive'),(242,'ONE TOUCH CARPET SHAMPOO 5KG','1','1','',16,'0','700',NULL,'700',NULL,NULL,'0',0,0,NULL,0,0,0,8.00,'2020-12-03 13:38:17','8','1','2','0000-00-00','','active','1','90','pcs','Inventory','VATABLE','mainitem','Inclusive'),(243,'ONETOUCH CERAMIC &terazo cleaner 20LTRS','1','1','',16,'0','2000',NULL,'2000',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-03 13:39:05','8','1','3','0000-00-00','','active','1','92','pcs','Inventory','VATABLE','mainitem','Inclusive'),(244,'ONETOUCH CERAMIC &terazo cleaner 20LTRS','1','1','',16,'0','2000',NULL,'2000',NULL,NULL,'0',0,0,NULL,0,0,0,20.00,'2020-12-03 13:39:05','8','1','2','0000-00-00','','active','1','92','pcs','Inventory','VATABLE','mainitem','Inclusive'),(245,'ONE TOUCH DEGREASER 20LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7740971606991945',0,0,0,7.00,'2020-12-03 13:41:13','8','1','2','0000-00-00','','active','','299','pc','Inventory','VATABLE','mainitem','Inclusive'),(246,'ONE TOUCH HANDWASH CREAM 5KG','1','1','',16,'0','600',NULL,'600',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-03 13:44:17','8','1','3','0000-00-00','','active','1','84','pcs','Inventory','VATABLE','mainitem','Inclusive'),(247,'ONE TOUCH HANDWASH CREAM 5KG','1','1','',16,'0','600',NULL,'600',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-03 13:44:17','8','1','2','0000-00-00','','active','1','84','pcs','Inventory','VATABLE','mainitem','Inclusive'),(248,'ONE TOUCH FABRIC SOFTENER 20LTR','1','11','',16,'0','0','00','0',NULL,NULL,'0',0,0,'9606601606992258',0,0,0,2.00,'2020-12-03 13:46:01','8','1','2','0000-00-00','','active','','300','pc','Inventory','VATABLE','mainitem','Inclusive'),(249,'ONE TOUCH DISINFECTANT 20KG','1','1','',16,'0','1500',NULL,'1500',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-03 13:46:51','8','1','3','0000-00-00','','active','1','86','pcs','Inventory','VATABLE','mainitem','Inclusive'),(250,'ONE TOUCH DISINFECTANT 20KG','1','1','',16,'0','1500',NULL,'1500',NULL,NULL,'0',0,0,NULL,0,0,0,16.00,'2020-12-03 13:46:51','8','1','2','0000-00-00','','active','1','86','pcs','Inventory','VATABLE','mainitem','Inclusive'),(251,'PLASTIC EMULSION TANGO 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3530311606992411',0,0,0,24.00,'2020-12-03 13:51:12','8','1','2','0000-00-00','','active','','301','pc','Inventory','VATABLE','mainitem','Inclusive'),(252,'DIGESTER 1kg','1','11','',16,'2','300','','0',NULL,NULL,'0',0,0,'81598962211',0,0,0,0.00,'2020-12-03 13:51:43','8','1','3','0000-00-00','','active','1','143','pcs','Inventory','VATABLE','mainitem','Inclusive'),(253,'DEXTA PAINT FLOOR RED 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'1685081606992741',0,0,0,2.00,'2020-12-03 13:53:47','8','1','2','0000-00-00','','active','','302','pc','Inventory','VATABLE','mainitem','Inclusive'),(254,'DEXTA PAINT FLOOR RED 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'5911681606992827',0,0,0,10.00,'2020-12-03 13:54:36','8','1','2','0000-00-00','','active','','303','pc','Inventory','VATABLE','mainitem','Inclusive'),(255,'DEXTA PAINT HIGHGLOSS TRUE BLUE 4LTRS','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'590681606992877',0,0,0,11.00,'2020-12-03 13:59:42','8','1','2','0000-00-00','','active','','304','pc','Inventory','VATABLE','mainitem','Inclusive'),(256,'DEXTA PAINT BRILLIANT WHITE 4LTRS(weather guard)','1','11','',16,'0','0','00','0',NULL,NULL,'0',0,0,'1854471606993182',0,0,0,3.00,'2020-12-03 14:01:51','8','1','1','0000-00-00','','active','','305','pc','Inventory','VATABLE','mainitem','Inclusive'),(257,'WASHING UP LIQUID 20LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'6387761606993312',0,0,0,2.00,'2020-12-03 14:14:12','8','1','2','0000-00-00','','active','','306','pc','Inventory','VATABLE','mainitem','Inclusive'),(258,'ONE TOUCH SANITIZER GEL 5LTR','1','1','',16,'0','2500',NULL,'2500',NULL,NULL,'0',0,0,NULL,0,0,0,20.00,'2020-12-04 10:42:04','8','1','3','0000-00-00','','active','1','149','pcs','Inventory','VATABLE','mainitem','Inclusive'),(259,'ONE TOUCH SANITIZER GEL 5LTR','1','1','',16,'0','2500',NULL,'2500',NULL,NULL,'0',0,0,NULL,0,0,0,789.00,'2020-12-04 10:42:04','8','1','2','0000-00-00','','active','1','149','pcs','Inventory','VATABLE','mainitem','Inclusive'),(260,'WASHING UP LIQUID 20LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'6387761606993312',0,0,0,0.00,'2020-12-04 10:43:22','8','1','3','0000-00-00','','active','','306','pcs','Inventory','VATABLE','mainitem','Inclusive'),(261,'MACHINE WASH UTENSILS CLEANER 20LTRS','1','11','',16,'0','4500','0','4500',NULL,NULL,'0',0,0,'2179841607067802',0,0,0,2.00,'2020-12-04 10:46:02','8','1','2','0000-00-00','','active','','307','pc','Inventory','VATABLE','mainitem','Inclusive'),(262,'phosphoric acid 1ltr','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-04 10:47:27','8','1','3','0000-00-00','','active','1','166','pcs','Inventory','VATABLE','mainitem','Inclusive'),(263,'phosphoric acid 1ltr','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,6.00,'2020-12-04 10:47:27','8','1','2','0000-00-00','','active','1','166','pcs','Inventory','VATABLE','mainitem','Inclusive'),(264,'PHOSPHORIC ACID 5LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'2493951607068048',0,0,0,1.00,'2020-12-04 10:54:10','8','1','2','0000-00-00','','active','','308','pc','Inventory','VATABLE','mainitem','Inclusive'),(265,'NC GREY PRIMER 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'20',0,0,'4576321607071812',0,0,0,38.00,'2020-12-04 11:51:54','8','1','2','0000-00-00','','active','','309','pc','Inventory','VATABLE','mainitem','Inclusive'),(266,'NC GREY PRIMER 0.5KG','1','11','',16,'0','300','0','0',NULL,NULL,'0',0,0,'707631607071914',0,0,0,144.00,'2020-12-04 11:54:23','8','1','2','0000-00-00','','active','','310','pc','Inventory','VATABLE','mainitem','Inclusive'),(267,'NC SPOT PUTTY 1KG','1','11','',16,'0','250','0','250',NULL,NULL,'0',0,0,'2009321607072064',0,0,0,28.00,'2020-12-04 11:57:18','8','1','2','0000-00-00','','active','','311','pc','Inventory','VATABLE','mainitem','Inclusive'),(268,'DEXTA PAINT GREY METAL PRIMER 4LTRS','1','11','',16,'0','17','0','17',NULL,NULL,'0',0,0,'7969021607072238',0,0,0,0.00,'2020-12-04 11:59:34','8','1','2','0000-00-00','','active','','312','pc','Inventory','VATABLE','mainitem','Inclusive'),(269,'ZEAL CARBODY FILLER PASTE 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,0.00,'2020-12-04 12:15:33','8','1','3','0000-00-00','','active','1','99','pcs','Inventory','VATABLE','mainitem','Inclusive'),(270,'ZEAL CARBODY FILLER PASTE 20KG','1','1','',16,'0','0',NULL,'0',NULL,NULL,'0',0,0,NULL,0,0,0,18.00,'2020-12-04 12:15:33','8','1','2','0000-00-00','','active','1','99','pcs','Inventory','VATABLE','mainitem','Inclusive'),(271,'PLASTIC EMULSION BRICK RED 4LTRS','1','11','',16,'0','550','0','550',NULL,NULL,'0',0,0,'7948951607073334',0,0,0,22.00,'2020-12-04 12:18:01','8','1','1','0000-00-00','','active','','313','pc','Inventory','VATABLE','mainitem','Inclusive'),(272,'PLASTIC EMULSION BRICK RED 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'8032831607073481',0,0,0,24.00,'2020-12-04 12:18:58','8','1','2','0000-00-00','','active','','314','pc','Inventory','VATABLE','mainitem','Inclusive'),(273,'PLASTIC EMULSION SOFT WHITE 4LTRS','1','11','',16,'0','550','0','550',NULL,NULL,'0',0,0,'2385871607073538',0,0,0,37.00,'2020-12-04 12:21:28','8','1','2','0000-00-00','','active','','315','pc','Inventory','VATABLE','mainitem','Inclusive'),(274,'HIGH GLOSS BLACK 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'6928031607073688',0,0,0,28.00,'2020-12-04 12:23:54','8','1','1','0000-00-00','','active','','316','pc','Inventory','VATABLE','mainitem','Inclusive'),(275,'HIGH GLOSS BERMUDA BLUE 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7684051607073770',0,0,0,4.00,'2021-01-15 16:41:45','7','1','1','0000-00-00','','active','','317','pc','Inventory','VATABLE','mainitem','Inclusive'),(276,'OXYGEN BLEACH 5LTRS','1','11','',16,'0','1000','0','1000',NULL,NULL,'0',0,0,'1034891607075013',0,0,0,14.00,'2020-12-04 12:45:00','8','1','2','0000-00-00','','active','','318','pc','Inventory','VATABLE','mainitem','Inclusive'),(277,'NC GREY PRIMER 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'20',0,0,'4576321607071812',0,0,0,0.00,'2020-12-04 12:47:27','8','1','3','0000-00-00','','active','','309','pcs','Inventory','VATABLE','mainitem','Inclusive'),(278,'NC GREY PRIMER 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'20',0,0,'4576321607071812',0,0,0,0.00,'2020-12-04 12:47:27','8','1','1','0000-00-00','','active','','309','pcs','Inventory','VATABLE','mainitem','Inclusive'),(279,'STANDARD THINNER 5LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7746501607075248',0,0,0,21.00,'2020-12-04 12:49:46','8','1','2','0000-00-00','','active','','319','pc','Inventory','VATABLE','mainitem','Inclusive'),(280,'DEXTA PLASTIC EMULSION WHITE 20LTR','1','11','',16,'0','1850','0','1850',NULL,NULL,'0',0,0,'81607075415',0,0,0,0.00,'2020-12-04 12:52:08','8','1','3','0000-00-00','','active','','197','pcs','Inventory','VATABLE','mainitem','Inclusive'),(281,'DEXTA PLASTIC EMULSION WHITE 20LTR','1','11','',16,'0','1850','0','1850',NULL,NULL,'0',0,0,'81607075415',0,0,0,55.00,'2020-12-04 12:52:08','8','1','2','0000-00-00','','active','','197','pcs','Inventory','VATABLE','mainitem','Inclusive'),(282,'STANDARD THINNER 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'997251607075529',0,0,0,145.00,'2020-12-04 12:53:06','8','1','2','0000-00-00','','active','','320','pc','Inventory','VATABLE','mainitem','Inclusive'),(283,'STARDARD THINNER 5LTRS','1','11','',16,'0','0','8','0',NULL,NULL,'0',0,0,'766311607075586',0,0,0,6.00,'2020-12-04 12:55:12','8','1','2','0000-00-00','','active','','321','pc','Inventory','VATABLE','mainitem','Inclusive'),(284,'STANDARD THINNER 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'997251607075529',0,0,0,59.00,'2020-12-04 14:30:52','8','1','3','0000-00-00','','active','','320','pcs','Inventory','VATABLE','mainitem','Inclusive'),(285,'STANDARD THINNER 5LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7746501607075248',0,0,0,23.00,'2020-12-04 14:31:20','8','1','3','0000-00-00','','active','','319','pcs','Inventory','VATABLE','mainitem','Inclusive'),(286,'NC SPOT PUTTY 1KG','1','11','',16,'0','250','0','250',NULL,NULL,'0',0,0,'2009321607072064',0,0,0,22.00,'2020-12-04 14:34:29','8','1','3','0000-00-00','','active','','311','pcs','Inventory','VATABLE','mainitem','Inclusive'),(287,'NC GREY PRIMER 0.5KG','1','11','',16,'0','300','0','0',NULL,NULL,'0',0,0,'707631607071914',0,0,0,84.00,'2020-12-04 14:54:30','8','1','3','0000-00-00','','active','','310','pcs','Inventory','VATABLE','mainitem','Inclusive'),(288,'NC GREY PRIMER 0.5KG','1','11','',16,'0','300','0','0',NULL,NULL,'0',0,0,'707631607071914',0,0,0,1.00,'2020-12-04 14:54:30','8','1','1','0000-00-00','','active','','310','pcs','Inventory','VATABLE','mainitem','Inclusive'),(289,'NC SPOT PUTTY 0.5KG','1','11','',16,'0','0','82','0',NULL,NULL,'0',0,0,'8473911607089671',0,0,0,38.00,'2020-12-04 16:49:52','8','1','2','0000-00-00','','active','','322','pc','Inventory','VATABLE','mainitem','Inclusive'),(290,'SPECIAL STANDARD THINNER 1LTR','1','11','',16,'0','0','40','0',NULL,NULL,'0',0,0,'6400961607601629',0,0,0,0.00,'2020-12-10 15:02:26','8','1','2','0000-00-00','','active','','323','pc','Inventory','VATABLE','mainitem','Inclusive'),(291,'SPECIAL STANDARD THINNER 5 LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3295541607601746',0,0,0,0.00,'2020-12-10 15:03:17','8','1','2','0000-00-00','','active','','324','pc','Inventory','VATABLE','mainitem','Inclusive'),(292,'PLASTIC EMUSION WHITE 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'579321607686829',0,0,0,9.00,'2020-12-11 14:45:38','8','1','2','0000-00-00','','active','','325','pc','Inventory','VATABLE','mainitem','Inclusive'),(293,'PREMIUM PUTTY 40KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'8572511607687178',0,0,0,0.00,'2020-12-11 14:48:07','8','1','1','0000-00-00','','active','','326','pc','Inventory','VATABLE','mainitem','Inclusive'),(294,'SOFT PUTTY 40KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7337621607687288',0,0,0,32.00,'2020-12-11 14:54:33','8','1','2','0000-00-00','','active','','327','pc','Inventory','VATABLE','mainitem','Inclusive'),(295,'METAL GREY PRIMER 1LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'553471607687674',0,0,0,0.00,'2020-12-11 14:59:33','8','1','1','0000-00-00','','active','','328','pc','Inventory','VATABLE','mainitem','Inclusive'),(296,'HIGH GLOSS BLACK 1LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7178381607687973',0,0,0,12.00,'2020-12-11 15:02:11','8','1','2','0000-00-00','','active','','329','pc','Inventory','VATABLE','mainitem','Inclusive'),(297,'DIGESTER 1kg','1','11','',16,'2','300','','0',NULL,NULL,'0',0,0,'81598962211',0,0,0,3.00,'2020-12-11 17:33:06','8','1','2','0000-00-00','','active','1','143','pcs','Inventory','VATABLE','mainitem','Inclusive'),(298,'STANDARD THINNER 1LTR','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'4333901607944605',0,0,0,42.00,'2020-12-14 14:18:15','8','1','1','0000-00-00','','active','','330','pc','Inventory','VATABLE','mainitem','Inclusive'),(299,'PREMIUM PUTTY 40KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'8572511607687178',0,0,0,42.00,'2020-12-14 14:25:15','8','1','2','0000-00-00','','active','','326','pcs','Inventory','VATABLE','mainitem','Inclusive'),(300,'METAL GREY PRIMER 1LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'553471607687674',0,0,0,3.00,'2020-12-14 14:26:45','8','1','2','0000-00-00','','active','','328','pcs','Inventory','VATABLE','mainitem','Inclusive'),(301,'TURPENTINE 5LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3621261607948709',0,0,0,10.00,'2020-12-14 15:26:23','8','1','2','0000-00-00','','active','','331','pc','Inventory','VATABLE','mainitem','Inclusive'),(302,'HIGH GLOSS BLACK 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3345471607948783',0,0,0,9.00,'2020-12-14 15:27:15','8','1','2','0000-00-00','','active','','332','pc','Inventory','VATABLE','mainitem','Inclusive'),(303,'HYDROUS 1KG','1','11','',16,'0','0','0','00',NULL,NULL,'0',0,0,'8755521608119841',0,0,0,19.25,'2020-12-16 15:00:28','7','1','1','0000-00-00',' ','active','','333','pc','Inventory','VATABLE','mainitem','Inclusive'),(304,'WALL MASTER 30LTRS','1','11','',16,'0','3000','0','0',NULL,NULL,'0',0,0,'7998731608621870',0,0,0,1.00,'2020-12-22 10:29:06','8','1','2','0000-00-00','','active','','334','pc','Inventory','VATABLE','mainitem','Inclusive'),(305,'Silk vinyl paint 2409p 20kg','1','11','',16,'0','9000','0','9000',NULL,NULL,'0',0,0,'979851608716680',0,0,0,0.00,'2020-12-23 12:46:43','8','1','2','0000-00-00','','active','','335','pc','Inventory','VATABLE','mainitem','Inclusive'),(306,'SILK VINYL PAINT 2378C 20KG','1','11','',16,'0','9000','0','0',NULL,NULL,'0',0,0,'8756101608716804',0,0,0,0.00,'2020-12-23 13:29:48','8','1','2','0000-00-00','','active','','336','pc','Inventory','VATABLE','mainitem','Inclusive'),(307,'HIGH GLOSS SUPER 2409P 20KG','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'7723871608717437',0,0,0,0.00,'2020-12-23 13:02:31','8','1','2','0000-00-00','','active','','337','pc','Inventory','VATABLE','mainitem','Inclusive'),(308,'HIGH GLOSS SUPER 2378C 4KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3589401608717751',0,0,0,0.00,'2020-12-23 13:28:33','8','1','2','0000-00-00','','active','','338','pc','Inventory','VATABLE','mainitem','Inclusive'),(309,'WHITE SPIRIT 5LTR','1','11','',16,'0','1200','0','0',NULL,NULL,'0',0,0,'7891371608718149',0,0,0,0.00,'2020-12-23 13:10:13','8','1','2','0000-00-00','','active','','339','pc','Inventory','VATABLE','mainitem','Inclusive'),(310,'HIGH GLOSS SUPER 2378C 4KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'81608718847',0,0,0,3.00,'2020-12-23 13:30:46','8','1','3','0000-00-00','','active','','338','pcs','Inventory','VATABLE','mainitem','Inclusive'),(311,'HIGH GLOSS SUPER 2378C 4KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'81608718847',0,0,0,0.00,'2020-12-23 13:30:46','8','1','1','0000-00-00','','active','','338','pcs','Inventory','VATABLE','mainitem','Inclusive'),(312,'VINYL MATT B. WHITE 20KG','1','11','',16,'0','9000','0','',NULL,NULL,'0',0,0,'7547691608720989',0,0,0,0.00,'2020-12-23 13:58:18','8','1','2','0000-00-00','','active','','340','pc','Inventory','VATABLE','mainitem','Inclusive'),(313,'TURPENTINE 5LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3621261607948709',0,0,0,5.00,'2021-01-07 11:39:02','8','1','3','0000-00-00','','active','','331','pcs','Inventory','VATABLE','mainitem','Inclusive'),(314,'TURPENTINE 5LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3621261607948709',0,0,0,0.00,'2021-01-07 11:39:02','8','1','1','0000-00-00','','active','','331','pcs','Inventory','VATABLE','mainitem','Inclusive'),(315,'ZEAL FILLER HARDENER 25GMS','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'4454761602920869',0,0,0,24.00,'2021-01-07 11:40:07','8','1','3','0000-00-00','','active','','276','pcs','Inventory','VATABLE','mainitem','Inclusive'),(316,'ZEAL FILLER HARDENER 25GMS','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'4454761602920869',0,0,0,0.00,'2021-01-07 11:40:07','8','1','2','0000-00-00','','active','','276','pcs','Inventory','VATABLE','mainitem','Inclusive'),(317,'spatulla ','1','14','',16,'0','0','0','0',NULL,NULL,'3000',0,0,'81603115024',0,0,0,60.00,'2021-01-07 11:41:24','8','1','3','0000-00-00','','active','','284','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(318,'spatulla ','1','14','',16,'0','0','0','0',NULL,NULL,'3000',0,0,'81603115024',0,0,0,0.00,'2021-01-07 11:41:24','8','1','2','0000-00-00','','active','','284','pcs','Inventory','VATABLE','Sub-Single-item','Inclusive'),(319,'SUPER CHLORINE 90% POWDER','1','14','',16,'340','600','0','500',NULL,NULL,'0',0,0,'3388161610186883',0,0,0,4.50,'2021-01-09 13:10:56','8','1','1','0000-00-00','','active','','341','pc','Inventory','VATABLE','mainitem','Inclusive'),(320,'IPA 1LTR','1','14','',16,'0','0','0','0',NULL,NULL,'0',0,0,'4316631610432081',0,0,0,1.00,'2021-01-12 09:16:04','8','1','1','0000-00-00','','active','','342','pc','Inventory','VATABLE','mainitem','Inclusive'),(321,'VANISH CLEAR 1LTR','1','11','',16,'0','400','0','400',NULL,NULL,'0',0,0,'1631361610527676',0,0,0,12.00,'2021-01-13 11:51:18','8','1','2','0000-00-00','','active','','344','pc','Inventory','VATABLE','mainitem','Inclusive'),(322,'NC SANDING SEALER 1LTR','1','11','',16,'0','500','0','0',NULL,NULL,'0',0,0,'8222381610528019',0,0,0,0.00,'2021-01-13 11:54:56','8','1','2','0000-00-00','','active','','345','pc','Inventory','VATABLE','mainitem','Inclusive'),(323,'HIGH GLOSS SUPER 4LTRS','1','11','',16,'0','2000','0','0',NULL,NULL,'0',0,0,'6643551610528124',0,0,0,0.00,'2021-01-13 11:56:15','8','1','2','0000-00-00','','active','','346','pc','Inventory','VATABLE','mainitem','Inclusive'),(324,'DEXTA COVERMATT WHITE 4LTRS','1','11','',16,'0','750','0','0',NULL,NULL,'0',0,0,'9307231610528324',0,0,0,0.00,'2021-01-13 12:02:05','8','1','2','0000-00-00','','active','','347','pc','Inventory','VATABLE','mainitem','Inclusive'),(325,'PLASTIC EMULSION DARK BLUE 1LTRS','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'1028761610529423',0,0,0,0.00,'2021-01-13 12:17:55','8','1','2','0000-00-00','','active','','348','pc','Inventory','VATABLE','mainitem','Inclusive'),(326,'IONIZER 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3007571610541515',0,0,0,0.00,'2021-01-13 15:42:06','7','1','1','0000-00-00','IONIZER','active','','349','pc','Inventory','VATABLE','mainitem','Inclusive'),(327,'CHLORINE BLEACH POWDER 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'8758441610541763',0,0,0,0.00,'2021-01-13 15:44:01','7','1','1','0000-00-00','CHLORINE BLEACH POWDER 1KG','active','','350','pc','Inventory','VATABLE','mainitem','Inclusive'),(328,'SODA ASH LIGHT 1KG','1','11','',16,'0','0','0','',NULL,NULL,'0',0,0,'3605691610697878',0,0,0,4.00,'2021-01-15 11:05:47','8','1','1','0000-00-00','','active','','351','pc','Inventory','VATABLE','mainitem','Inclusive'),(329,'PLASTIC EMULSION BERMUDA BLUE 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'9350161610716878',0,0,0,8.00,'2021-01-15 16:23:07','7','1','2','0000-00-00','PLASTIC EMULSION BERMUDA BLUE 4LITRES','active','','352','pc','Inventory','VATABLE','mainitem','Inclusive'),(330,'PLASTIC EMULSION CREAM 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7688231610717141',0,0,0,0.00,'2021-01-15 16:26:23','7','1','2','0000-00-00','PLASTIC EMULSION CREAM 4LITRES','active','','353','pc','Inventory','VATABLE','mainitem','Inclusive'),(331,'TURPENTINE 1LITRE','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'3668891610717740',0,0,0,0.00,'2021-01-15 16:36:32','7','1','2','0000-00-00','TURPENTINE 1LITRE','active','','354','pc','Inventory','VATABLE','mainitem','Inclusive'),(332,'PLASTIC EMULSION WHITE 1LITRE','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'4300151610717839',0,0,0,0.00,'2021-01-15 16:38:18','7','1','2','0000-00-00','PLASTIC EMULSION WHITE 1LITRE','active','','355','pc','Inventory','VATABLE','mainitem','Inclusive'),(333,'METAL GREY PRIMER 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'2135821610718637',0,0,0,0.00,'2021-01-15 16:52:04','7','1','2','0000-00-00','METAL GREY PRIMER 4LITRES','active','','356','pc','Inventory','VATABLE','mainitem','Inclusive'),(334,'HIGH GLOSS BERMUDA BLUE 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'71610718090',0,0,0,0.00,'2021-01-16 12:32:20','7','1','3','0000-00-00','','active','','317','pcs','Inventory','VATABLE','mainitem','Inclusive'),(335,'HIGH GLOSS BERMUDA BLUE 4LTRS','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'71610718090',0,0,0,8.00,'2021-01-16 12:37:38','8','1','2','0000-00-00','','active','','317','pcs','Inventory','VATABLE','mainitem','Inclusive'),(336,'PLASTIC EMULSION RED OXIDE 1LITRE','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'5291991611061335',0,0,0,0.00,'2021-01-19 16:55:33','7','1','2','0000-00-00','PLASTIC EMULSION RED OXIDE 1LITRE','active','','357','pc','Inventory','VATABLE','mainitem','Inclusive'),(337,'PLASTIC EMULSION CHERRY 1LITRE','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7410931611122095',0,0,0,0.00,'2021-01-20 08:56:10','7','1','2','0000-00-00','PLASTIC EMULSION CHERRY 1LITRE','active','','358','pc','Inventory','VATABLE','mainitem','Inclusive'),(338,'PLASTIC EMULSION CHERRY 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'5415421611122171',0,0,0,0.00,'2021-01-20 08:57:05','7','1','2','0000-00-00','PLASTIC EMULSION CHERRY 4LITRES','active','','359','pc','Inventory','VATABLE','mainitem','Inclusive'),(339,'PLASTIC EMULSION CREAM 20LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7314691611123283',0,0,0,8.00,'2021-01-20 09:15:27','7','1','2','0000-00-00','PLASTIC EMULSION CREAM 20LITRES','active','','360','pc','Inventory','VATABLE','mainitem','Inclusive'),(340,'CLEAR VANISH 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'2295921611123570',0,0,0,0.00,'2021-01-20 09:20:28','7','1','2','0000-00-00','CLEAR VANISH 4LITRES','active','','361','pc','Inventory','VATABLE','mainitem','Inclusive'),(341,'BLACK BOARD 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'5025291611123629',0,0,0,0.00,'2021-01-20 09:22:02','7','1','2','0000-00-00','BLACK BOARD 4LITRES','active','','362','pc','Inventory','VATABLE','mainitem','Inclusive'),(342,'PLASTIC EMULSION RED OXIDE 4LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7182811611123820',0,0,0,0.00,'2021-01-20 09:24:35','7','1','2','0000-00-00','PLASTIC EMULSION RED OXIDE 4LITRES','active','','363','pc','Inventory','VATABLE','mainitem','Inclusive'),(343,'STONE COAT EMULSION 20LITRES','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'4196001611137315',0,0,0,0.00,'2021-01-20 13:09:28','7','1','1','0000-00-00','STONE COAT EMULSION 20LITRES','active','','364','pc','Inventory','VATABLE','mainitem','Inclusive'),(344,'OXYGEN BLEACH 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'2848671612424083',0,0,0,50.00,'2021-02-04 10:36:17','7','1','1','0000-00-00','OXYGEN BLEACH 1KG','active','','365','Kg','Inventory','VATABLE','mainitem','Inclusive'),(345,'BOOSTER 1KG','1','11','',16,'0','0','0','0',NULL,NULL,'0',0,0,'7039261612529920',0,0,0,0.00,'2021-02-05 16:00:05','7','1','1','0000-00-00','BOOSTER 1KG','active','','366','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=365 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,'UNGERAL (SLES) 1kg','1','1','11','',16,'159.60','320','','320',NULL,NULL,510,0,0,'81602677295',0,0,0,130.00,'2020-10-14 15:08:37','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(2,'UNGERAL(SLES) 1/4KG','2','1','3','',16,'0','90','','90',NULL,NULL,0,0,0,'81604294826',0,0,0,0.00,'2020-11-02 08:27:17','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(3,'UNGERAL (SLES)1/2kg','3','1','3','',16,'0','160','','160',NULL,NULL,0,0,0,'81604294891',0,0,0,0.00,'2020-11-02 08:28:24','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(4,'UFACID (SULPHONIC ACID)1KG','4','1','11','',16,'0','0','','220',NULL,NULL,0,0,0,'81598077861',0,0,0,0.00,'2020-08-22 09:31:50','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(5,'UFACID (SULPHONIC ACID )1/2KG','5','1','9','',16,'0','110','','110',NULL,NULL,0,0,0,'81604294583',0,0,0,0.00,'2020-11-02 08:23:12','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(6,'UFACID (SULPHONIC ACID) 1/4KG','6','1','3','',16,'0','70','','70',NULL,NULL,0,0,0,'81604294567',0,0,0,0.00,'2020-11-02 08:22:57','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(7,'CAUSTIC(SODIUM HYDROXIDE) 1KG','7','1','1','',16,'0','200',NULL,'200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(8,'CAUSTIC(SODIUM HYDROXIDE) 1/2KG','8','1','3','',16,'0','100','','100',NULL,NULL,0,0,0,'81604380287',0,0,0,0.00,'2020-11-03 08:11:38','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(9,'CAUSTIC(SODIUM HYDROXIDE) 1/4KG','9','1','3','',16,'0','60','','70',NULL,NULL,0,0,0,'81604380458',0,0,0,0.00,'2020-11-03 08:14:48','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(10,'SALT 1KG','10','1','11','',16,'19','20','','20',NULL,NULL,0,0,0,'81598863213',0,0,0,9.10,'2020-08-31 11:40:38','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(11,'SALT 1/2KG','11','1','9','',16,'0','20','','20',NULL,NULL,0,0,0,'81604381176',0,0,0,0.00,'2020-11-03 08:26:26','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(12,'BLUE COLOUR 1KG','12','1','3','',16,'0','1000','','1000',NULL,NULL,0,0,0,'81598613514',0,0,0,0.00,'2020-08-28 14:19:31','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(13,'BLUE COLOUR 1/2KG','13','1','3','',16,'0','500','','500',NULL,NULL,0,0,0,'81604380191',0,0,0,0.00,'2020-11-03 08:10:02','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(14,'BLUE COLOUR 1/4KG','14','1','3','',16,'0','300','','300',NULL,NULL,0,0,0,'81604380159',0,0,0,0.00,'2020-11-03 08:09:34','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(15,'BLUE COLOUR 30GMS','15','1','3','',16,'0','30','','30',NULL,NULL,0,0,0,'81604559943',0,0,0,0.00,'2020-11-05 10:05:54','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(16,'GREEN COLOUR 1KG','16','1','3','',16,'0','1000','','1000',NULL,NULL,0,0,0,'81598078139',0,0,0,0.00,'2020-08-22 09:36:50','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(17,'GREEN COLOUR 1/2KG','17','1','3','',16,'0','500','','500',NULL,NULL,0,0,0,'81604380775',0,0,0,0.00,'2020-11-03 08:19:43','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(18,'GREEN COLOUR 1/4KG','18','1','3','',16,'0','300','','300',NULL,NULL,0,0,0,'81604380756',0,0,0,0.00,'2020-11-03 08:19:27','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(19,'GREEN COLOUR30GMS','19','1','3','',16,'0','30','','30',NULL,NULL,0,0,0,'81604559984',0,0,0,0.00,'2020-11-05 10:06:35','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(20,'YELLOW CLOUR 1KG','20','1','9','',16,'0','1000','','1000',NULL,NULL,0,0,0,'81598079567',0,0,0,0.00,'2020-08-22 10:00:38','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(21,'YELLOW CLOUR 1/2KG','21','1','3','',16,'0','500','','500',NULL,NULL,0,0,0,'81604380843',0,0,0,0.00,'2020-11-03 08:20:52','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(22,'YELLOW CLOUR 1/4KG','22','1','3','',16,'0','300','','300',NULL,NULL,0,0,0,'81604380823',0,0,0,0.00,'2020-11-03 08:20:32','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(23,'YELLOW CLOUR 30GMS','23','1','3','',16,'0','30','','30',NULL,NULL,0,0,0,'81604559964',0,0,0,0.00,'2020-11-05 10:06:14','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(24,'PINK COLOUR 1KG','24','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(25,'PINK COLOUR 1/2KG','25','1','3','',16,'0','500','','500',NULL,NULL,0,0,0,'81604380864',0,0,0,0.00,'2020-11-03 08:21:12','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(26,'PINK COLOUR 1/4KG','26','1','3','',16,'0','300','','300',NULL,NULL,0,0,0,'81604380880',0,0,0,0.00,'2020-11-03 08:21:28','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(27,'PINK COLOUR 30 GMS','27','1','3','',16,'0','30','','30',NULL,NULL,0,0,0,'81604560014',0,0,0,0.00,'2020-11-05 10:07:03','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(28,'CMC 1KG','28','1','1','',16,'0','400',NULL,'400',NULL,NULL,0,0,0,NULL,0,0,0,3.10,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(29,'CMC 1/2KG','29','1','1','',16,'0','200',NULL,'200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(30,'CMC 1/4KG','30','1','1','',16,'0','100',NULL,'100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(31,'CDE 1KG','31','1','1','',16,'0','500',NULL,'500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(32,'CDE 1/2KG','32','1','3','',16,'0','250','','250',NULL,NULL,0,0,0,'81604382173',0,0,0,0.00,'2020-11-03 08:43:00','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(33,'CDE 1/4KG','33','1','3','',16,'0','130','','130',NULL,NULL,0,0,0,'81604382157',0,0,0,0.00,'2020-11-03 08:42:43','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(34,'PEARLIZER 1KG','34','1','1','',16,'0','500',NULL,'500',NULL,NULL,0,0,0,NULL,0,0,0,9.90,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(35,'PEARLIZER 1/2KG','35','1','3','',16,'0','250','','250',NULL,NULL,0,0,0,'81597900764',0,0,0,0.00,'2020-08-20 08:19:35','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(36,'PEARLIZER 1/4KG','36','1','3','',16,'0','130','','130',NULL,NULL,0,0,0,'81607428197',0,0,0,0.00,'2020-12-08 14:50:07','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(37,'CHLORINE 65% 1KG','37','1','11','',16,'250.00','420','','420',NULL,NULL,90,0,0,'81602927411',0,0,0,33.00,'2020-10-17 12:37:20','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(38,'CHLORINE 65% 1/2KG','38','1','3','',16,'0','330','','330',NULL,NULL,0,0,0,'81604382243',0,0,0,0.00,'2020-11-03 08:44:10','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(39,'MAGADI SODA 1KG','39','1','11','',16,'0','60','','60',NULL,NULL,0,0,0,'81598079810',0,0,0,154.00,'2020-08-22 10:04:01','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(40,'MAGADI SODA 1/2KG','40','1','9','',16,'0','60','','60',NULL,NULL,0,0,0,'81604382306',0,0,0,0.00,'2020-11-03 08:45:17','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(41,'SODIUM HYDROSULPHATE 1KG','41','1','1','',16,'0','500',NULL,'500',NULL,NULL,0,0,0,NULL,0,0,0,20.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(42,'SODIUM HYDROSULPHATE 1/2KG','42','1','1','',16,'0','250',NULL,'250',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(43,'KEROL 1KG','43','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(44,'KEROL 1/2KG','44','1','11','',16,'0','500','','500',NULL,NULL,0,0,0,'81604380690',0,0,0,0.00,'2020-11-03 08:18:23','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(45,'KEROL 1/4KG','45','1','11','',16,'0','0','','0',NULL,NULL,0,0,0,'81604380653',0,0,0,0.00,'2020-11-03 08:17:55','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(46,'GLYCERINE 1KG','46','1','1','',16,'0','240',NULL,'240',NULL,NULL,0,0,0,NULL,0,0,0,403.60,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(47,'GLYCERINE 1/2KG','47','1','3','',16,'0','120','','120',NULL,NULL,0,0,0,'81604380928',0,0,0,0.00,'2020-11-03 08:22:16','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(48,'GLYCERINE 1/4KG','48','1','3','',16,'0','60','','0',NULL,NULL,0,0,0,'81604380989',0,0,0,0.00,'2020-11-03 08:23:16','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(49,'NP9 1KG','49','1','11','',16,'0','420','','420',NULL,NULL,0,0,0,'81602671120',0,0,0,4.30,'2020-10-14 13:26:01','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(50,'NP9 1/2KG','50','1','11','',16,'0','210','','210',NULL,NULL,0,0,0,'81604381155',0,0,0,0.00,'2020-11-03 08:26:03','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(51,'HCL 1KG','51','1','1','',16,'0','140',NULL,'140',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(52,'HCL 1/2KG','52','1','11','',16,'0','0','','0',NULL,NULL,0,0,0,'81604381275',0,0,0,0.00,'2020-11-03 08:28:03','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(53,'FORMALINE 1KG','53','1','1','',16,'0','200',NULL,'200',NULL,NULL,0,0,0,NULL,0,0,0,6.10,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(54,'FORMALINE 1/2KG','54','1','3','',16,'0','100','','100',NULL,NULL,0,0,0,'81604381676',0,0,0,0.00,'2020-11-03 08:34:44','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(55,'FORMALINE 1/4KG','55','1','3','',16,'0','50','','50',NULL,NULL,0,0,0,'81604381693',0,0,0,0.00,'2020-11-03 08:35:00','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(56,'IPA 1KG','56','1','1','',16,'0','300',NULL,'300',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(57,'IPA 1/2KG','57','1','11','',16,'0','150','','150',NULL,NULL,0,0,0,'81604381742',0,0,0,0.00,'2020-11-03 08:35:57','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(58,'IPA 1/4KG','58','1','11','',16,'0','0','','0',NULL,NULL,0,0,0,'81604381772',0,0,0,0.00,'2020-11-03 08:36:31','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(59,'STPP 1KG','59','1','1','',16,'0','240',NULL,'240',NULL,NULL,0,0,0,NULL,0,0,0,80.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(60,'STPP 1/2KG','60','1','11','',16,'0','120','','120',NULL,NULL,0,0,0,'81604381807',0,0,0,0.00,'2020-11-03 08:37:02','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(61,'STPP 1/2KG','61','1','3','',16,'0','120','','120',NULL,NULL,0,0,0,'81604381834',0,0,0,0.00,'2020-11-03 08:37:26','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(62,'SIMET 1KG','62','1','1','',16,'0','120',NULL,'120',NULL,NULL,0,0,0,NULL,0,0,0,200.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(63,'DODIGEN (BAC 50) 1KG','63','1','11','',16,'0','1200','','1200',NULL,NULL,0,0,0,'81602855446',0,0,0,10.00,'2020-10-16 16:38:23','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(64,'SOFTENER 1KG','64','1','1','',16,'0','1200',NULL,'1200',NULL,NULL,0,0,0,NULL,0,0,0,80.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(65,'SOFTENER 1/2KG','65','1','11','',16,'0','600','','600',NULL,NULL,0,0,0,'81598688761',0,0,0,0.00,'2020-08-29 11:13:01','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(66,'SOFTENER 1/4KG','66','1','11','',16,'0','0','','0',NULL,NULL,0,0,0,'81598688792',0,0,0,0.00,'2020-08-29 11:13:36','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(67,'LEMON PERFUME 1LTR','67','1','9','',16,'0','1800','1.75','1800',NULL,NULL,0,0,0,'11605258641',0,0,0,1.00,'2020-11-13 12:10:48','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(68,'LEMON PERFUME 1/2LTR','68','1','3','',16,'0','900','','900',NULL,NULL,0,0,0,'81604381948',0,0,0,0.00,'2020-11-03 08:39:18','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(69,'LEMON PERFUME 50ML','69','1','3','',16,'0','100','','100',NULL,NULL,0,0,0,'81604560056',0,0,0,0.00,'2020-11-05 10:07:44','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(70,'LEMON PERFUME 25ML','70','1','3','',16,'2','50','','50',NULL,NULL,0,0,0,'81604643522',0,0,0,0.00,'2020-11-06 09:18:51','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(71,'LAVENDER PERFUME 1LTR','71','1','9','',16,'0','1800','','1800',NULL,NULL,0,0,0,'81598079717',0,0,0,0.00,'2020-08-22 10:02:41','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(72,'LAVENDER PERFUME 1/2LTR','72','1','3','',16,'0','900','','900',NULL,NULL,0,0,0,'11604553304',0,0,0,0.00,'2020-11-05 08:16:03','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(73,'LAVENDER PERFUME 50ML','73','1','3','',16,'0','100','','100',NULL,NULL,0,0,0,'81607510209',0,0,0,0.00,'2020-12-09 13:36:59','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(74,'LAVENDER PERFUME 25ML','74','1','3','',16,'5','50','','50',NULL,NULL,0,0,0,'81604560109',0,0,0,0.00,'2020-11-05 10:08:40','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(75,'PINE 1LTR','75','1','1','',16,'0','2000',NULL,'2000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(76,'PINE 1/2LTR','76','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(77,'PINE 50ML','77','1','1','',16,'0','100',NULL,'100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(78,'PINE 25ML','78','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(79,'PASSION 1LTR','79','1','1','',16,'0','1800',NULL,'1800',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(80,'PASSION 1/2LTR','80','1','1','',16,'0','900',NULL,'900',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(81,'PASSION 50ML','81','1','1','',16,'0','100',NULL,'100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(82,'PASSION 25ML','82','1','1','',16,'0','50',NULL,'50',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(83,'ONE TOUCH HANDWASH CREAM 20KG','83','1','11','',16,'0','1200','','1200',NULL,NULL,0,0,0,'81600163038',0,0,0,31.00,'2020-09-15 12:44:27','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(84,'ONE TOUCH HANDWASH CREAM 5KG','84','1','1','',16,'0','600',NULL,'600',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(85,'ONE TOUCH HANDWASH CREAM 1KG','85','1','1','',16,'0','120',NULL,'120',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(86,'ONE TOUCH DISINFECTANT 20KG','86','1','1','',16,'0','1500',NULL,'1500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(87,'ONE TOUCH DISINFECTANT 5KG','87','1','1','',16,'0','500',NULL,'500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(88,'ONE TOUCH DISINFECTANT 1KG','88','1','1','',16,'0','100',NULL,'100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(89,'ONE TOUCH CARPET SHAMPOO 20KG','89','1','1','',16,'0','2500',NULL,'2500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(90,'ONE TOUCH CARPET SHAMPOO 5KG','90','1','1','',16,'0','700',NULL,'700',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(91,'ONE TOUCH CARPET SHAMPOO 1KG','91','1','1','',16,'1','150',NULL,'150',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(92,'ONETOUCH CERAMIC &terazo cleaner 20LTRS','92','1','1','',16,'0','2000',NULL,'2000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(93,'ONETOUCH CERAMIC &terazo cleaner 5KG','93','1','1','',16,'0','700',NULL,'700',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(94,'ONETOUCH CERAMIC &TERAZO CLEANER 1KG','94','1','3','',16,'0','180','','180',NULL,NULL,0,0,0,'81598003942',0,0,0,0.00,'2020-08-21 12:59:39','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(95,'STEINO HOUSE HOLD BLEACH 20KG','95','1','1','',16,'0','1800',NULL,'1800',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(96,'STEINO HOUSE HOLD BLEACH 5KG','96','1','1','',16,'0','500',NULL,'500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(97,'STEINO HOUSE HOLD BLEACH 1KG','97','1','1','',16,'0','100',NULL,'100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(98,'ZEAL CARBODY FILLER PASTE 1KG','98','1','11','',16,'0','350','','350',NULL,NULL,0,0,0,'81607073044',0,0,0,0.00,'2020-12-04 12:11:23','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(99,'ZEAL CARBODY FILLER PASTE 20KG','99','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(100,'ZEAL CARBODY FILLER PASTE 4.5KG','100','1','11','',16,'0','1500','','1380',NULL,NULL,12,0,0,'81604047455',0,0,0,0.00,'2020-10-30 11:45:18','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(101,'POSH FLOOR POLISH 20KG','101','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(102,'POSH FLOOR POLISH 5KG','102','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(103,'POSH FLOOR POLISH 1KG','103','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(104,'POSH FLOOR STRIPPES 20KG','104','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(105,'POSH FLOOR STRIPPES 5KG','105','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(106,'POSH FLOOR STRIPPES 1KG','106','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(107,'STEINO LAUNDRY BLEACH 1KG','107','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(108,'STEINO LAUNDRY BLEACH 5KG','108','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(109,'STEINO LAUNDRY BLEACH 20KG','109','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(110,'SCOURING POWDER 1KG','110','1','11','',16,'0','0','','0',NULL,NULL,0,0,0,'81598420579',0,0,0,0.00,'2020-08-26 08:44:28','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(111,'SCOURING POWDER 20KG','111','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(112,'WINK FURNITURE POLISH 1KG','112','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(113,'WINK FURNITURE POLISH 20KG','113','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(114,'WINK FURNITURE POLISH 5KG','114','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(115,'SCOURING POWDER 5KG','115','1','1','',16,'0','350',NULL,'350',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(116,'WHITE OIL 1KG','116','1','1','',16,'0','240',NULL,'240',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(117,'WHITE OIL 1/2KG','117','1','3','',16,'0','110','','110',NULL,NULL,0,0,0,'81598005175',0,0,0,0.00,'2020-08-21 13:19:47','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(118,'WHITE OIL 1/4KG','118','1','3','',16,'0','0','','0',NULL,NULL,0,0,0,'81598005154',0,0,0,0.00,'2020-08-21 13:19:26','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(119,'POLAR WAX 1KG','119','1','1','',16,'0','1400',NULL,'1400',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(120,'POLAR WAX 1/2KG','120','1','1','',16,'0','700',NULL,'700',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(121,'POLAR WAX 1/4KG','121','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(122,'PARRAFIN WAX 1KG','122','1','1','',16,'0','300',NULL,'300',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(123,'PARRAFIN WAX 1/2KG','123','1','1','',16,'0','150',NULL,'150',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(124,'PARRAFIN WAX 1/4KG','124','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(125,'CENTRIMIDE 1KG','125','1','1','',16,'0','1800',NULL,'1800',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(126,'CENTRIMIDE 1/2KG','126','1','1','',16,'0','900',NULL,'900',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(127,'CENTRIMIDE 1/4KG','127','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(128,'CSA 1KG','128','1','1','',16,'0','400',NULL,'400',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(129,'CSA 1/2KG','129','1','1','',16,'0','200',NULL,'200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(130,'CSA 1/4KG','130','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(131,'SODIUM SILICATE 1KG','131','1','1','',16,'0','120',NULL,'100',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(132,'SODIUM SILICATE 1/2 KG','132','1','1','',16,'0','60',NULL,'50',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(133,'CAUSTIC SODA PEARL 50GMS','133','1','3','',16,'0','10','','10',NULL,NULL,0,0,0,'81604380260',0,0,0,0.00,'2020-11-03 08:11:13','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(134,'test item','134','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(135,'ONE TOUCH MULTIPURPOSE DETERGENT 20LTRS','135','1','1','',16,'0','950',NULL,'950',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(136,'ONE TOUCH MULTIPURPOSE DETERGENT 5LTRS','136','1','1','',16,'0','300',NULL,'300',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(137,'CDE 100GMS','137','1','3','',16,'0','50','','50',NULL,NULL,0,0,0,'81604382188',0,0,0,0.00,'2020-11-03 08:43:15','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(138,'PEARLIZER 100GMS','138','1','3','',16,'0','50','','50',NULL,NULL,0,0,0,'81607428177',0,0,0,0.00,'2020-12-08 14:49:47','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(139,'GLYCERINE 100GMS','139','1','3','',16,'0','50','','50',NULL,NULL,0,0,0,'81604380963',0,0,0,0.00,'2020-11-03 08:22:56','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(140,'DISCALANT 1LTRS','140','1','11','',16,'0','2800','','0',NULL,NULL,0,0,0,'81604559053',0,0,0,0.00,'2020-11-05 09:51:15','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(141,'HCL 5KG','141','1','1','',16,'0','700',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(142,'NITRIC ACID 1KG','142','1','3','',16,'0','600','','0',NULL,NULL,0,0,0,'81598003996',0,0,0,30.00,'2020-08-21 13:00:31','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(143,'DIGESTER 1kg','143','1','11','',16,'2','300','','0',NULL,NULL,0,0,0,'81598962211',0,0,0,5.00,'2020-09-01 15:10:35','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(144,'ungeral 20kg','144','1','1','',16,'0','4800',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(145,'CAUSTIC 25KG','145','1','1','',16,'0','3200',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(146,'UFACID 5KG','146','1','1','',16,'0','1000',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(147,'ONE TOUCH SANITIZER GEL 1LTR','147','1','1','',16,'0','500',NULL,'500',NULL,NULL,0,0,0,NULL,0,0,0,1080.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(148,'ONE TOUCH SANITIZER GEL 20LTRS','148','1','1','',16,'0','8000',NULL,'8000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(149,'ONE TOUCH SANITIZER GEL 5LTR','149','1','1','',16,'0','2500',NULL,'2500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(150,'ONE TOUCH DEGREASER 1LTR','150','1','3','',16,'0','0','','0',NULL,NULL,0,0,0,'81599572227',0,0,0,0.00,'2020-09-08 16:37:53','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(151,'GLYCERINE 25KG','151','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(152,'ONE TOUCH SANITIZER GEL 600ML','152','1','3','',16,'0','350','','350',NULL,NULL,0,0,0,'81598003508',0,0,0,0.00,'2020-08-21 12:52:07','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(153,'ONE TOUCH HANDWASH CREAM 0.5KG','153','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(154,'UNGERAL (SLES) 5kg','154','1','1','',16,'0','1500',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(155,'HYDROGEN PEROXIDE 1LTR','155','1','3','',16,'85.5','750','','0',NULL,NULL,0,0,0,'81602847889',0,0,0,130.00,'2020-10-16 14:31:50','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(156,'EGDE 100 Basic laundry dertegent 20kg','156','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(157,'EDGE 100 Basic laundry basic 5kg','157','1','1','',16,'0','1200',NULL,'1200',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(158,'EDGE 200 Premium powderpremium 20kg','158','1','1','',16,'0','5000',NULL,'4998',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(159,'EDGE 200 Premium powder premium 5kg','159','1','1','',16,'0','1300',NULL,'1300',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(160,'EDGE 100 Basic laundry basic 20kg','160','1','1','',16,'0','4500',NULL,'4500',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(161,'one touch multipurpose detergent 1ltr','161','1','1','',16,'0','80',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(162,'REVI -Scouring powder 500gms(lemon)','162','1','1','',16,'0','60',NULL,'60',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(163,'LIQUID SANITIZER 1KG','163','1','3','',16,'0','400','','0',NULL,NULL,0,0,0,'81598003559',0,0,0,0.00,'2020-08-21 12:54:13','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(164,'acetic acid 5litres','164','1','1','',16,'0','1000',NULL,'1000',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(165,'citric acid 1kg','165','1','3','',16,'0','0','','0',NULL,NULL,0,0,0,'81598004844',0,0,0,20.00,'2020-08-21 13:14:55','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(166,'phosphoric acid 1ltr','166','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,29.00,'','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(167,'Liquid parrafine 5ltr','167','1','1','',16,'0','0',NULL,'0',NULL,NULL,0,0,0,NULL,0,0,0,0.00,'','1','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(168,'DODIGEN 1/2 LTR','168','1','11','',16,'0','400','','400',NULL,NULL,0,0,0,'81604381120',0,0,0,0.00,'2020-11-03 08:25:45','8','1','1','0000-00-00','','active','pcs','Inventory','','','','VATABLE','subitem','Inclusive'),(169,'BUBBLE GUM PERFUME 25ML','169','1','9','',16,'0','50','','50',NULL,NULL,0,0,0,'81604560130',0,0,0,0.00,'2020-11-05 10:08:59','8','1','1','0000-00-00','','active','Kg','Inventory','','','','VATABLE','Sub-Single-item','Inclusive'),(170,'BUBBLE GUM PERFUME 50ML','170','1','3','',16,'0','100','0','100',NULL,NULL,0,0,0,'81607428064',0,0,0,0.00,'2020-12-08 14:47:55','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(171,'BUBBLE GUM PERFUME 1/4LTR','171','1','3','',16,'0','500','0','',NULL,NULL,0,0,0,'81604382099',0,0,0,0.00,'2020-11-03 08:41:46','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(172,'BUBBLE GUM PERFUME 1/2LTR','172','1','3','',16,'0','1000','0','',NULL,NULL,0,0,0,'81604382083',0,0,0,0.00,'2020-11-03 08:41:30','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(173,'BUBBLE GUM PERFUME 1LTR','173','1','3','',16,'0','2000','0','2000',NULL,NULL,0,0,0,'81598613584',0,0,0,0.00,'2020-08-28 14:20:10','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(174,'LEMON PERFUME 1/4LTR','174','1','3','',16,'0','500','0','',NULL,NULL,0,0,0,'81604381932',0,0,0,0.00,'2020-11-03 08:39:00','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(175,'NITRIC ACID 1/2KG','175','1','3','',16,'0','0','0','',NULL,NULL,0,0,0,'1474911598004072',0,0,0,0.00,'2020-08-21 13:02:54','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','Sub-Single-item','Inclusive'),(176,'SCOURING POWDER 1/2KG','176','1','3','',16,'0','0','0','',NULL,NULL,0,0,0,'81604381023',0,0,0,0.00,'2020-11-03 08:23:51','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(177,'EDGE 100 BASIC LAUNDRY POWDER 1KG','177','1','3','',16,'0','0','400','',NULL,NULL,0,0,0,'81598083959',0,0,0,25.00,'2020-08-22 11:13:43','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(178,'EDGE 200 PREMIUM LAUNDRY POWDER 1KG','178','1','3','',16,'0','0','0','0',NULL,NULL,0,0,0,'81598004631',0,0,0,25.00,'2020-08-21 13:11:03','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(179,'SIMET 1/2KG','179','1','3','',16,'0','0','0','',NULL,NULL,0,0,0,'81604381044',0,0,0,0.00,'2020-11-03 08:24:12','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(180,'DODIGEN 25ML','180','1','3','',16,'0','0','0','',NULL,NULL,0,0,0,'81604381102',0,0,0,0.00,'2020-11-03 08:25:10','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(181,'DODIGEN 50ML','181','1','3','',16,'0','0','0','',NULL,NULL,0,0,0,'81604381083',0,0,0,0.00,'2020-11-03 08:24:51','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(182,'EDTA 1KG','182','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2691441598090000',0,0,0,13.00,'2020-08-22 12:54:30','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(183,'EDTA 500GMS','183','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'81604381234',0,0,0,0.00,'2020-11-03 08:27:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(184,'TEA 250GMS','184','1','3','',16,'0','0','0','',NULL,NULL,0,0,0,'946851598090112',0,0,0,0.00,'2020-08-22 12:55:53','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(185,'TOILET CLEANER (Stain remover) 1LTR','185','1','11','',16,'0','250','','250',NULL,NULL,0,0,0,'81598690126',0,0,0,0.00,'2020-08-29 11:35:37','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(186,'DIGESTER 1/2kg','186','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'3017701599045534',0,0,0,0.00,'2020-09-02 14:19:40','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','Sub-Single-item','Inclusive'),(187,'SOBITOL OIL 1LTR','187','1','11','',16,'0','0','','0',NULL,NULL,0,0,0,'2873301599553022',0,0,0,0.00,'2020-09-08 11:22:41','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(188,'SOBITOL OIL 1/2LTRS','188','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'81604381725',0,0,0,0.00,'2020-11-03 08:35:32','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(189,'BORIC ACID 1LTR','189','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2074571599553503',0,0,0,0.00,'2020-09-08 11:26:29','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(190,'ASCORIC ACID 1KG','190','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9324211599553589',0,0,0,0.00,'2020-09-08 11:28:07','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(191,'SODIUM BENZOATE 1KG','191','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3424621599553737',0,0,0,174.00,'2020-09-08 11:30:25','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(192,'GMS 1KG','192','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1207561599553825',0,0,0,4.40,'2020-09-08 11:34:58','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(193,'GMS 1/2KG','193','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9496711599554099',0,0,0,0.00,'2020-09-08 11:36:03','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','Sub-Single-item','Inclusive'),(194,'ZEAL POLYESTER BODY FILLER 2.5KG','194','1','11','',16,'0','900','0','900',NULL,NULL,0,0,0,'1469471601110622',0,0,0,0.00,'2020-09-26 12:06:03','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(195,'ZEAL POLYESTER BODY FILLER 0.5KG','195','1','11','',16,'0','250','0','250',NULL,NULL,0,0,0,'5355911601111317',0,0,0,0.00,'2020-09-26 12:22:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(196,'DEXTA COVERMATT WHITE 20LTR','196','1','11','',16,'0','3000','0','3000',NULL,NULL,0,0,0,'607601601112273',0,0,0,0.00,'2020-09-26 12:50:56','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(197,'DEXTA PLASTIC EMULSION WHITE 20LTR','197','1','11','',16,'0','1850','0','1850',NULL,NULL,0,0,0,'81607075415',0,0,0,0.00,'2020-12-04 12:50:52','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(198,'DEXTA VINYL MATT EMULSION 20KG','198','1','11','',16,'0','6800','0','6800',NULL,NULL,0,0,0,'5556501601114043',0,0,0,0.00,'2020-09-26 12:56:52','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(199,'DEXTA SILK VINYL EMUSION 20KG','199','1','11','',16,'0','7200','0','7200',NULL,NULL,0,0,0,'5805431601114212',0,0,0,0.00,'2020-09-26 12:59:02','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(200,'DEXTA VINYL MATT EMUSION 4LTR','200','1','11','',16,'0','1700','0','1700',NULL,NULL,0,0,0,'8135481601114342',0,0,0,0.00,'2020-09-26 13:00:58','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(201,'DEXTA COVERMATT EMUSION 4LTR','201','1','11','',16,'0','750','0','750',NULL,NULL,0,0,0,'5819321601114459',0,0,0,0.00,'2020-09-26 13:02:17','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(202,'DEXTA PLASTIC EMUSION 4LTR','202','1','11','',16,'0','500','0','500',NULL,NULL,0,0,0,'60511601114537',0,0,0,0.00,'2020-09-26 13:03:33','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(203,'DEXTA SILK EMUSION 4LTR','203','1','11','',16,'0','1800','0','1800',NULL,NULL,0,0,0,'782211601114613',0,0,0,0.00,'2020-09-26 13:04:54','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(204,'CHLORINE 65 % 0.25KG','204','1','11','',16,'0','150','','150',NULL,NULL,0,0,0,'81604382266',0,0,0,0.00,'2020-11-03 08:44:34','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','subitem','Inclusive'),(205,'SILK VINYL SHEEN OFF WHITE 20LTR','205','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7113191601646361',0,0,0,0.00,'2020-10-02 16:47:03','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(206,'SILKM VINYL SHEEN OFFWHITE 4LTRS','206','1','11','',16,'0','0','','',NULL,NULL,0,0,0,'9143561601646447',0,0,0,0.00,'2020-10-02 16:48:57','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(207,'SUPER GLOSS SMOKE GREY 00405 4LTRS','207','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1707521601646537',0,0,0,0.00,'2020-10-02 16:50:06','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(208,'SILK VINYL PAINT 10C31 4LTRS','208','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'4623031602672369',0,0,0,0.00,'2020-10-14 13:48:29','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(209,'HYDROCHLORIC ACID 1LTR','209','1','11','',16,'0','0','0','0',NULL,NULL,200,0,0,'1558591602840096',0,0,0,200.00,'2020-10-16 12:30:19','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(210,'AMMONIA SOLUTION 1KG','210','1','11','',16,'0','0','0','0',NULL,NULL,90,0,0,'81602841201',0,0,0,90.00,'2020-10-16 12:40:32','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(211,'MARBLE SAND 3MM 1KG','211','1','11','',16,'0','0','0','',NULL,NULL,100,0,0,'5526291602842777',0,0,0,100.00,'2020-10-16 13:08:07','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(212,'MARBLE SAND 2MM 100KG','212','1','11','',16,'0','0','0','0',NULL,NULL,100,0,0,'5239301602843030',0,0,0,100.00,'2020-10-16 13:14:38','8','1','','0000-00-00','0','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(213,'PURE ACLYRIC 1KG','213','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'6131381602843279',0,0,0,422.00,'2020-10-16 13:19:49','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(214,'ACTICIDE THP 1KG','214','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'4811841602843750',0,0,0,4.10,'2020-10-16 13:25:15','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(215,'TEXANOL 1KG','215','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3222221602843945',0,0,0,24.10,'2020-10-16 13:27:32','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(216,'MPG 1KG','216','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'6403571602844053',0,0,0,45.10,'2020-10-16 13:28:37','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(217,'STYRENE ACRYRIC 1KG','217','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'81602844497',0,0,0,4.20,'2020-10-16 13:35:50','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(218,'DEG 1KG','218','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'4429391602844568',0,0,0,4.30,'2020-10-16 13:37:47','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(219,'TEA 1LTR','219','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'2560031602844668',0,0,0,7.10,'2020-10-16 13:39:40','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(220,'ETHYL ACOHOL 1LTR','220','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1764321602845034',0,0,0,4.50,'2020-10-16 13:45:59','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(221,'INDUSTRIAL YELLOW COLOUR 1KG ','221','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2370921602845547',0,0,0,4.50,'2020-10-16 13:54:42','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(222,'DISPEX WRITTING SPIRIT 1LTR','223','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2661541602845683',0,0,0,0.97,'2020-10-16 13:56:30','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(223,'TOMATO RED 1KG','224','1','11','',16,'0','0','0','0',NULL,NULL,1,0,0,'4337851602845790',0,0,0,0.95,'2020-10-16 13:58:00','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(224,'APPLE GREEN 1KG','225','1','11','',16,'0','0','0','',NULL,NULL,1,0,0,'2374851602845908',0,0,0,0.89,'2020-10-16 14:01:51','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(225,'B.BLUE 1KG','226','1','11','',16,'0','0','0','0',NULL,NULL,1,0,0,'9746241602846112',0,0,0,0.52,'2020-10-16 14:03:29','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(226,'APPLE GREEN 1KG','227','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5066501602846210',0,0,0,0.37,'2020-10-16 14:04:44','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(227,'E.PINK 1KG','228','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7077841602846285',0,0,0,0.13,'2020-10-16 14:10:24','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(228,'LIME GREEN 1KG','229','1','11','',16,'0','0','0','',NULL,NULL,1,0,0,'7504101602847670',0,0,0,0.00,'2020-10-16 14:28:57','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(229,'YELLOW OXIDE 1KG','230','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5877321602847737',0,0,0,1.30,'2020-10-16 14:30:01','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(230,'INDOGEL 1KG','231','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'658651602847983',0,0,0,25.00,'2020-10-16 14:34:05','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(231,'SODIUM LACTATE 1KG','232','1','11','',16,'0','0','0','0',NULL,NULL,100,0,0,'2255221602848046',0,0,0,100.00,'2020-10-16 14:35:13','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(232,'SOYA LECITHIN 1KG','233','1','11','',16,'0','0','0','0',NULL,NULL,60,0,0,'9101271602848276',0,0,0,40.00,'2020-10-16 14:38:57','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(233,'MENTHOL LIQUID 1KG','234','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7608621602848472',0,0,0,5.60,'2020-10-16 14:43:26','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(234,'DCP 1KG','235','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'18211602848654',0,0,0,5.70,'2020-10-16 14:45:26','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(235,'SODIUM PERCABONATE 1KG','236','1','11','',16,'0','0','0','',NULL,NULL,30,0,0,'3417071602848772',0,0,0,34.60,'2020-10-16 14:49:19','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(236,'OPTICAL BRIGHTENER 1KG','237','1','11','',16,'0','0','0','0',NULL,NULL,50,0,0,'9361671602849005',0,0,0,2.50,'2020-10-16 15:04:07','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(237,'PRAEPAGEN FLAKES 1KG','238','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'5374341602849848',0,0,0,0.50,'2020-10-16 15:05:29','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(238,'CAUSTIC POTASH FLAKES 1KG','239','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3445471602849985',0,0,0,86.30,'2020-10-16 15:08:11','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(239,'Scouring Powder (Lemon) 1KG','240','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9874931602850987',0,0,0,347.00,'2020-10-16 16:07:44','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(240,'Scouring Powder (Pine) 1KG','241','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9696091602853665',0,0,0,140.00,'2020-10-16 16:08:43','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(241,'AC SILICATE 1KG','242','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'1886661602854261',0,0,0,5.00,'2020-10-16 16:19:06','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(242,'AEROSIL(CABOSIL) 1KG','243','1','11','',16,'0','0','0','0',NULL,NULL,100,0,0,'81602854450',0,0,0,30.00,'2020-10-16 16:21:12','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(243,'STYRENE ACRYLIC 1KG','244','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9150511602854889',0,0,0,232.35,'2020-10-16 16:29:35','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(244,'Nansa \'soap\' 1 KG ','245','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'6859131602854879',0,0,0,44.00,'2020-10-16 16:30:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(245,'Q-CELL 27.5KG','246','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5070731602855041',0,0,0,2.00,'2020-10-16 16:31:32','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(246,'UREA 1KG','247','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'4030621602855093',0,0,0,4.70,'2020-10-16 16:32:25','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(247,'Whitting 20','248','1','11','',16,'0','0','0','0',NULL,NULL,50,0,0,'6321401602855024',0,0,0,900.00,'2020-10-16 16:34:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(248,'SORBITOL 1KG','249','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9201261602855194',0,0,0,2.50,'2020-10-16 16:34:39','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(249,'EPSOM SALT (EXP) 1KG','251','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7246111602855280',0,0,0,9.50,'2020-10-16 16:35:33','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(250,'Sodium Benzoate','250','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'1964601602855264',0,0,0,24.00,'2020-10-16 16:36:25','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(251,'ALGICURE 1KG','252','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7868731602855333',0,0,0,70.00,'2020-10-16 16:36:31','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(252,'Titanium Dioxide (Antase) 1KG ','253','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'5667371602855397',0,0,0,50.00,'2020-10-16 16:38:14','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(253,'DEFOAMER 1KG','255','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'8029441602855504',0,0,0,20.00,'2020-10-16 16:40:11','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(254,'TITANIUM dIOXIDE (KRONOS) 1KG','254','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'896101602855495',0,0,0,30.50,'2020-10-16 16:40:36','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(255,'NOUOZYME LIQUID 1KG ','257','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5243231602855611',0,0,0,24.00,'2020-10-16 16:41:53','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(256,'TALCOM','256','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5786091602855637',0,0,0,1993.00,'2020-10-16 16:42:03','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(257,'KELENE 77 1LTR','258','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'6460061602855714',0,0,0,60.00,'2020-10-16 16:42:45','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(258,'BERMOCOLL 1 KG','259','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'81602855886',0,0,0,37.60,'2020-10-16 16:45:08','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(259,'SODIUM HEXAMETA PHOSPHATE 1 KG','260','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'7495341602855778',0,0,0,26.30,'2020-10-16 16:44:45','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(260,'SODIUM BISULPHATE ','261','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'6569721602856068',0,0,0,25.00,'2020-10-16 16:50:34','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(261,'BROWN OXIDE','262','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'921471602856304',0,0,0,50.00,'2020-10-16 16:54:33','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(262,'CARBAPOL 940 1KG','263','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'81602918461',0,0,0,21.00,'2020-10-17 10:07:59','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(263,'NICKLE CARBONATE (PLASTIC) 1KG','264','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'5304551602918479',0,0,0,450.00,'2020-10-17 10:11:51','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(264,'NICKLE CARBONATE (METAL) 1KG','265','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9531751602918712',0,0,0,200.00,'2020-10-17 10:13:21','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(265,'HOT MELT (FORBO) 1KG ','266','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1702391602918802',0,0,0,120.00,'2020-10-17 10:15:29','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(266,'CARBOWAX 600E (POLYGLYCON) 1KG','267','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7986541602918929',0,0,0,20.00,'2020-10-17 10:16:49','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(267,'SODIUM ISOSCARBONATE 1KG','268','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'2204471602919010',0,0,0,25.00,'2020-10-17 10:23:37','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(268,'IROSTIC 1KG','269','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'81602919565',0,0,0,0.00,'2020-10-17 10:26:20','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(269,'OIL SOLVENT RED 1KG','270','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'2686911602919581',0,0,0,3.50,'2020-10-17 10:27:13','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(270,'FLOOR MAINTAINER ','271','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'781001602919894',0,0,0,20.00,'2020-10-17 10:32:31','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(271,'RED 140(SIGNAL) 1KG','272','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'9089191602919952',0,0,0,25.00,'2020-10-17 10:36:39','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(272,'RESIN POLYESTER HIGHTECH 1KG','273','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'7095971602920199',0,0,0,225.00,'2020-10-17 10:37:34','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(273,'ACID MAIZE OIL 1KG','274','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'1406341602920485',0,0,0,18.00,'2020-10-17 10:42:13','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(274,'30% STYRENE AC 1KG','275','1','11','',16,'0','0','0','0',NULL,NULL,5,0,0,'81602921025',0,0,0,7.00,'2020-10-17 10:54:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(275,'ZEAL FILLER HARDENER 25GMS','276','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'4454761602920869',0,0,0,0.00,'2020-10-17 10:49:45','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(276,'SORBITOL 1KG','277','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'4294351602920934',0,0,0,29.00,'2020-10-17 10:50:24','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(277,'ACETIC ACID 1KG','278','1','11','',16,'0','0','0','0',NULL,NULL,5,0,0,'7675081602921347',0,0,0,18.00,'2020-10-17 11:00:00','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(278,'MYTHYL PARABEN 1KG','279','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'9544441602921601',0,0,0,25.00,'2020-10-17 11:23:16','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(279,'SYMPEROMIC 8 MOLE 1KG','280','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'5545321602922996',0,0,0,17.00,'2020-10-17 11:24:08','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(280,'IRGASAN DP 300 1KG','281','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'81602925221',0,0,0,25.00,'2020-10-17 12:00:47','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(281,'VANY/ VEORA TURKEY 1 KG','282','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'5430221602925163',0,0,0,170.00,'2020-10-17 12:00:20','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(282,'SODIUM SULPHATE ANHYDROUS 1 KG','283','1','11','',16,'0','0','0','0',NULL,NULL,10,0,0,'3235211602925247',0,0,0,77.00,'2020-10-17 12:28:59','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(283,'spatulla ','284','1','14','',16,'0','0','0','0',NULL,NULL,3000,0,0,'81603115024',0,0,0,0.00,'2020-10-19 16:44:47','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','Sub-Single-item','Inclusive'),(284,'Cover matt Emulsion 20ltr','285','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1229911603369163',0,0,0,0.00,'2020-10-22 15:23:36','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(285,'white spirit 5ltrs','286','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1029931603369417',0,0,0,0.00,'2020-10-22 15:25:37','8','1','','0000-00-00','0','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(286,'METAL GREY 4LTRS','287','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'81603801562',0,0,0,0.00,'2020-10-27 15:26:52','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(287,'SODIUM HYPOCHLORITE 1LTR','288','1','11','',16,'0','0','0','0',NULL,NULL,50,0,0,'2407781603370971',0,0,0,0.00,'2020-10-22 15:52:49','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(288,'ACETIC ACID 1LTR','289','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7813431604035992',0,0,0,0.00,'2020-10-30 08:35:34','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(289,'HARDENER 100GMS','290','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1729291604059397',0,0,0,0.00,'2020-10-30 15:04:51','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(290,'PUTTY LIME 1KG','291','1','35','',16,'7.41','0','0','',NULL,NULL,500,0,0,'81604652849',0,0,0,0.00,'2020-11-06 11:54:31','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(291,'PUTTY SOAP 1KG (Kaolin)','292','1','35','',16,'17.67','0','0','',NULL,NULL,100,0,0,'81604652165',0,0,0,0.00,'2020-11-06 11:43:22','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(292,'WHITING 20 1KG','293','1','35','',16,'8.55','0','0','0',NULL,NULL,500,0,0,'81604652133',0,0,0,0.00,'2020-11-06 11:42:44','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(293,'WHITING 10 1KG','294','1','35','',16,'13.11','0','0','0',NULL,NULL,500,0,0,'81604652058',0,0,0,0.00,'2020-11-06 11:42:13','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(294,'DOLOMITES (Dolmax)','295','1','35','',16,'7.41','0','0','0',NULL,NULL,500,0,0,'81604653014',0,0,0,0.00,'2020-11-06 11:57:12','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(295,'NON PERFUMED MULTIPURPOSE DETERGENTS 1LTR','296','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'81605684790',0,0,0,0.00,'2020-11-18 10:33:50','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(296,'MACHINE WASH UTENSILS DETERGENTS 1LTR','297','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'1647411605684593',0,0,0,0.00,'2020-11-18 10:33:09','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(297,'WASHING UP LIQUID 1LTR','298','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'2433741606140126',0,0,0,15.00,'2020-11-23 17:03:29','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(298,'ONE TOUCH DEGREASER 20LTRS','299','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7740971606991945',0,0,0,0.00,'2020-12-03 13:41:13','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(299,'ONE TOUCH FABRIC SOFTENER 20LTR','300','1','11','',16,'0','0','00','0',NULL,NULL,0,0,0,'9606601606992258',0,0,0,0.00,'2020-12-03 13:46:01','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(300,'PLASTIC EMULSION TANGO 1KG','301','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3530311606992411',0,0,0,0.00,'2020-12-03 13:51:12','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(301,'DEXTA PAINT FLOOR RED 1LTR','302','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'1685081606992741',0,0,0,0.00,'2020-12-03 13:53:47','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(302,'DEXTA PAINT FLOOR RED 4LTRS','303','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5911681606992827',0,0,0,0.00,'2020-12-03 13:54:36','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(303,'DEXTA PAINT HIGHGLOSS TRUE BLUE 4LTRS','304','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'590681606992877',0,0,0,0.00,'2020-12-03 13:59:42','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(304,'DEXTA PAINT BRILLIANT WHITE 4LTRS(weather guard)','305','1','11','',16,'0','0','00','0',NULL,NULL,0,0,0,'1854471606993182',0,0,0,1.00,'2020-12-03 14:01:51','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(305,'WASHING UP LIQUID 20LTR','306','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'6387761606993312',0,0,0,0.00,'2020-12-03 14:14:12','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(306,'MACHINE WASH UTENSILS CLEANER 20LTRS','307','1','11','',16,'0','4500','0','4500',NULL,NULL,0,0,0,'2179841607067802',0,0,0,0.00,'2020-12-04 10:46:02','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(307,'PHOSPHORIC ACID 5LTR','308','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2493951607068048',0,0,0,0.00,'2020-12-04 10:54:10','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(308,'NC GREY PRIMER 1KG','309','1','11','',16,'0','0','0','0',NULL,NULL,20,0,0,'4576321607071812',0,0,0,0.00,'2020-12-04 11:51:54','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(309,'NC GREY PRIMER 0.5KG','310','1','11','',16,'0','300','0','0',NULL,NULL,0,0,0,'707631607071914',0,0,0,0.00,'2020-12-04 11:54:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(310,'NC SPOT PUTTY 1KG','311','1','11','',16,'0','250','0','250',NULL,NULL,0,0,0,'2009321607072064',0,0,0,0.00,'2020-12-04 11:57:18','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(311,'DEXTA PAINT GREY METAL PRIMER 4LTRS','312','1','11','',16,'0','1600','0','1600',NULL,NULL,0,0,0,'81607072343',0,0,0,0.00,'2020-12-04 11:59:34','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(312,'PLASTIC EMULSION BRICK RED 4LTRS','313','1','11','',16,'0','550','0','550',NULL,NULL,0,0,0,'7948951607073334',0,0,0,0.00,'2020-12-04 12:18:01','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(313,'PLASTIC EMULSION BRICK RED 1LTR','314','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'8032831607073481',0,0,0,0.00,'2020-12-04 12:18:58','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(314,'PLASTIC EMULSION SOFT WHITE 4LTRS','315','1','11','',16,'0','550','0','550',NULL,NULL,0,0,0,'2385871607073538',0,0,0,0.00,'2020-12-04 12:21:28','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(315,'HIGH GLOSS BLACK 4LTRS','316','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'81607073814',0,0,0,0.00,'2020-12-04 12:23:54','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(316,'HIGH GLOSS BERMUDA BLUE 4LTRS','317','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'71610718090',0,0,0,0.00,'2021-01-15 16:41:45','7','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(317,'OXYGEN BLEACH 5LTRS','318','1','11','',16,'0','1000','0','1000',NULL,NULL,0,0,0,'1034891607075013',0,0,0,0.00,'2020-12-04 12:45:00','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(318,'STANDARD THINNER 5LTRS','319','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7746501607075248',0,0,0,0.00,'2020-12-04 12:49:46','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(319,'STANDARD THINNER 1LTR','320','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'997251607075529',0,0,0,0.00,'2020-12-04 12:53:06','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(320,'STARDARD THINNER 5LTRS','321','1','11','',16,'0','0','8','0',NULL,NULL,0,0,0,'766311607075586',0,0,0,0.00,'2020-12-04 12:55:12','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(321,'NC SPOT PUTTY 0.5KG','322','1','11','',16,'0','0','82','0',NULL,NULL,0,0,0,'8473911607089671',0,0,0,0.00,'2020-12-04 16:49:52','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(322,'SPECIAL STANDARD THINNER 1LTR','323','1','11','',16,'0','0','40','0',NULL,NULL,0,0,0,'6400961607601629',0,0,0,0.00,'2020-12-10 15:02:26','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(323,'SPECIAL STANDARD THINNER 5 LTRS','324','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3295541607601746',0,0,0,0.00,'2020-12-10 15:03:17','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(324,'PLASTIC EMUSION WHITE 4LTRS','325','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'579321607686829',0,0,0,0.00,'2020-12-11 14:45:38','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(325,'PREMIUM PUTTY 40KG','326','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'8572511607687178',0,0,0,0.00,'2020-12-11 14:48:07','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(326,'SOFT PUTTY 40KG','327','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7337621607687288',0,0,0,0.00,'2020-12-11 14:54:33','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(327,'METAL GREY PRIMER 1LTRS','328','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'553471607687674',0,0,0,0.00,'2020-12-11 14:59:33','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(328,'HIGH GLOSS BLACK 1LTRS','329','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7178381607687973',0,0,0,0.00,'2020-12-11 15:02:11','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(329,'STANDARD THINNER 1LTR','330','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'4333901607944605',0,0,0,0.00,'2020-12-14 14:18:15','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(330,'TURPENTINE 5LTRS','331','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3621261607948709',0,0,0,0.00,'2020-12-14 15:26:23','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(331,'HIGH GLOSS BLACK 4LTRS','332','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3345471607948783',0,0,0,0.00,'2020-12-14 15:27:15','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(332,'HYDROUS 1KG','333','1','11','',16,'0','0','0','00',NULL,NULL,0,0,0,'8755521608119841',0,0,0,0.00,'2020-12-16 15:00:28','7','1','','0000-00-00',' ','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(333,'WALL MASTER 30LTRS','334','1','11','',16,'0','3000','0','0',NULL,NULL,0,0,0,'7998731608621870',0,0,0,0.00,'2020-12-22 10:29:06','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(334,'Silk vinyl paint 2409p 20kg','335','1','11','',16,'0','9000','0','9000',NULL,NULL,0,0,0,'979851608716680',0,0,0,0.00,'2020-12-23 12:46:43','8','1','','0000-00-00','','active','pc','Inventory','5500','4000','5500','VATABLE','mainitem','Inclusive'),(335,'SILK VINYL PAINT 2378C 20KG','336','1','11','',16,'0','9000','0','0',NULL,NULL,0,0,0,'81608719313',0,0,0,0.00,'2020-12-23 13:29:48','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(336,'HIGH GLOSS SUPER 2409P 20KG','337','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'7723871608717437',0,0,0,0.00,'2020-12-23 13:02:31','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(337,'HIGH GLOSS SUPER 2378C 4KG','338','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'81608718847',0,0,0,0.00,'2020-12-23 13:28:33','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(338,'WHITE SPIRIT 5LTR','339','1','11','',16,'0','1200','0','0',NULL,NULL,0,0,0,'7891371608718149',0,0,0,0.00,'2020-12-23 13:10:13','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(339,'VINYL MATT B. WHITE 20KG','340','1','11','',16,'0','9000','0','',NULL,NULL,0,0,0,'7547691608720989',0,0,0,0.00,'2020-12-23 13:58:18','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(340,'SUPER CHLORINE 90% POWDER','341','1','14','',16,'340','600','0','500',NULL,NULL,0,0,0,'3388161610186883',0,0,0,0.00,'2021-01-09 13:10:56','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(341,'IPA 1LTR','342','1','14','',16,'0','0','0','0',NULL,NULL,0,0,0,'4316631610432081',0,0,0,0.00,'2021-01-12 09:16:04','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(342,'VANISH CLEAR 1LTR','344','1','11','',16,'0','400','0','400',NULL,NULL,0,0,0,'1631361610527676',0,0,0,0.00,'2021-01-13 11:51:18','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(343,'NC SANDING SEALER 1LTR','345','1','11','',16,'0','500','0','0',NULL,NULL,0,0,0,'8222381610528019',0,0,0,0.00,'2021-01-13 11:54:56','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(344,'HIGH GLOSS SUPER 4LTRS','346','1','11','',16,'0','2000','0','0',NULL,NULL,0,0,0,'6643551610528124',0,0,0,0.00,'2021-01-13 11:56:15','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(345,'DEXTA COVERMATT WHITE 4LTRS','347','1','11','',16,'0','750','0','0',NULL,NULL,0,0,0,'9307231610528324',0,0,0,0.00,'2021-01-13 12:02:05','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(346,'PLASTIC EMULSION DARK BLUE 1LTRS','348','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'1028761610529423',0,0,0,0.00,'2021-01-13 12:17:55','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(347,'IONIZER 1KG','349','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3007571610541515',0,0,0,0.00,'2021-01-13 15:42:06','7','1','','0000-00-00','IONIZER','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(348,'CHLORINE BLEACH POWDER 1KG','350','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'8758441610541763',0,0,0,0.00,'2021-01-13 15:44:01','7','1','','0000-00-00','CHLORINE BLEACH POWDER 1KG','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(349,'SODA ASH LIGHT 1KG','351','1','11','',16,'0','0','0','',NULL,NULL,0,0,0,'3605691610697878',0,0,0,0.00,'2021-01-15 11:05:47','8','1','','0000-00-00','','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(350,'PLASTIC EMULSION BERMUDA BLUE 4LITRES','352','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'9350161610716878',0,0,0,0.00,'2021-01-15 16:23:07','7','1','','0000-00-00','PLASTIC EMULSION BERMUDA BLUE 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(351,'PLASTIC EMULSION CREAM 4LITRES','353','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7688231610717141',0,0,0,0.00,'2021-01-15 16:26:23','7','1','','0000-00-00','PLASTIC EMULSION CREAM 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(352,'TURPENTINE 1LITRE','354','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'3668891610717740',0,0,0,0.00,'2021-01-15 16:36:32','7','1','','0000-00-00','TURPENTINE 1LITRE','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(353,'PLASTIC EMULSION WHITE 1LITRE','355','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'4300151610717839',0,0,0,0.00,'2021-01-15 16:38:18','7','1','','0000-00-00','PLASTIC EMULSION WHITE 1LITRE','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(354,'METAL GREY PRIMER 4LITRES','356','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2135821610718637',0,0,0,0.00,'2021-01-15 16:52:04','7','1','','0000-00-00','METAL GREY PRIMER 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(355,'PLASTIC EMULSION RED OXIDE 1LITRE','357','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5291991611061335',0,0,0,0.00,'2021-01-19 16:55:33','7','1','','0000-00-00','PLASTIC EMULSION RED OXIDE 1LITRE','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(356,'PLASTIC EMULSION CHERRY 1LITRE','358','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7410931611122095',0,0,0,0.00,'2021-01-20 08:56:10','7','1','','0000-00-00','PLASTIC EMULSION CHERRY 1LITRE','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(357,'PLASTIC EMULSION CHERRY 4LITRES','359','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'5415421611122171',0,0,0,0.00,'2021-01-20 08:57:05','7','1','','0000-00-00','PLASTIC EMULSION CHERRY 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(358,'PLASTIC EMULSION CREAM 20LITRES','360','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7314691611123283',0,0,0,0.00,'2021-01-20 09:15:27','7','1','','0000-00-00','PLASTIC EMULSION CREAM 20LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(359,'CLEAR VANISH 4LITRES','361','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2295921611123570',0,0,0,0.00,'2021-01-20 09:20:28','7','1','','0000-00-00','CLEAR VANISH 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(360,'BLACK BOARD 4LITRES','362','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'71611123693',0,0,0,0.00,'2021-01-20 09:22:02','7','1','','0000-00-00','BLACK BOARD 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(361,'PLASTIC EMULSION RED OXIDE 4LITRES','363','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7182811611123820',0,0,0,0.00,'2021-01-20 09:24:35','7','1','','0000-00-00','PLASTIC EMULSION RED OXIDE 4LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(362,'STONE COAT EMULSION 20LITRES','364','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'4196001611137315',0,0,0,0.00,'2021-01-20 13:09:28','7','1','','0000-00-00','STONE COAT EMULSION 20LITRES','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(363,'OXYGEN BLEACH 1KG','365','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'2848671612424083',0,0,0,0.00,'2021-02-04 10:36:17','7','1','','0000-00-00','OXYGEN BLEACH 1KG','active','Kg','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(364,'BOOSTER 1KG','366','1','11','',16,'0','0','0','0',NULL,NULL,0,0,0,'7039261612529920',0,0,0,0.00,'2021-02-05 16:00:05','7','1','','0000-00-00','BOOSTER 1KG','active','pc','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'); /*!40000 ALTER TABLE `products` 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 '', PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=73 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,'9','81598862278','','119','','8','2020-08-31 11:25:38','','','','','','','','purchases',0.00,'1',0.00,'2020-08-31 11:24:00','2020-09-30 11:24:00','2020-08-31 11:29:27','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(2,'11','81598941934','','D/N 087','','8','2020-09-01 09:33:31','','','','','','','','purchases',0.00,'1',0.00,'2020-08-31 04:32:00','2020-10-01 09:32:00','2020-09-01 09:34:50','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(3,'9','81598958764','','201','','8','2020-09-01 14:13:29','','','','','','','','purchases',0.00,'1',0.00,'2020-08-29 14:12:00','2020-10-01 14:12:00','2020-09-01 14:14:24','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(4,'11','81599026618','','D/N 088','From main store to town branch','8','2020-09-02 09:06:02','','','','','','','','purchases',0.00,'1',0.00,'2020-09-02 08:12:00','2020-10-02 09:03:00','2020-09-02 09:09:19','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(5,'11','81599196254','','090','','8','2020-09-04 08:11:22','','','','','','','','purchases',0.00,'1',0.00,'2020-09-04 08:10:00','2020-10-04 08:10:00','2020-09-04 08:14:00','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(6,'9','81599743292','','192','','8','2020-09-10 16:08:30','','','','','','','','purchases',0.00,'1',0.00,'2020-09-10 16:08:00','2020-10-10 16:08:00','2020-09-10 16:08:48','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(7,'9','81600081662','','050','','8','2020-09-14 14:08:13','','','','','','','','purchases',0.00,'1',0.00,'2020-09-12 14:07:00','2020-10-12 14:07:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(8,'9','81600081728','','432','','8','2020-09-14 14:09:02','','','','','','','','purchases',0.00,'1',0.00,'2020-09-14 14:08:00','2020-10-14 14:08:00','2020-09-14 14:09:35','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(9,'11','81600338367','','012','','8','2020-09-17 13:26:27','','','','','','','','purchases',0.00,'1',0.00,'2020-09-17 13:26:00','2020-10-17 13:26:00','2020-09-17 13:26:55','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(10,'9','81600424337','','443','','8','2020-09-18 13:19:21','','','','','','','','purchases',0.00,'1',0.00,'2020-09-16 13:18:00','2020-10-18 13:18:00','2020-09-18 13:19:50','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(11,'9','81600431543','','100','','8','2020-09-18 15:19:24','','','','','','','','purchases',0.00,'1',0.00,'2020-09-18 15:19:00','2020-10-18 15:19:00','2020-09-18 15:20:48','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(12,'9','81601020725','','169','','8','2020-09-25 10:59:15','','','','','','','','purchases',0.00,'1',0.00,'2020-09-23 10:58:00','2020-10-25 10:58:00','2020-09-25 10:59:44','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(13,'9','81601039470','','200','','8','2020-09-25 16:11:27','','','','','','','','purchases',0.00,'1',0.00,'2020-09-25 16:11:00','2020-10-25 16:11:00','2020-09-25 16:13:30','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(14,'11','81601110199','','D/N097','','8','2020-09-26 11:51:09','','','','','','','','purchases',0.00,'1',0.00,'2020-09-23 11:49:00','2020-10-26 11:49:00','2020-09-26 11:53:05','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(15,'11','81601110513','','097','','8','2020-09-26 11:56:06','','','','','','','','purchases',0.00,'1',0.00,'2020-09-23 11:55:00','2020-10-26 11:55:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(16,'11','81601637619','','099','','8','2020-10-02 14:21:17','','','','','','','','purchases',0.00,'1',0.00,'2020-10-02 14:20:00','2020-11-01 14:20:00','2020-10-02 14:25:50','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(17,'9','81601711961','','131','','8','2020-10-03 11:00:02','','','','','','','','purchases',0.00,'1',0.00,'2020-09-30 10:59:00','2020-11-02 10:59:00','2020-10-03 11:02:01','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(18,'11','81602136215','','085','','8','2020-10-08 08:50:43','','','','','','','','purchases',0.00,'1',0.00,'2020-10-08 08:50:00','2020-11-07 08:50:00','2020-10-08 08:54:31','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(19,'9','81602227923','','002','','8','2020-10-09 10:37:44','','','','','','','','purchases',0.00,'1',0.00,'2020-10-09 10:18:00','2020-11-08 10:18:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(20,'9','81602238063','','595','','8','2020-10-09 13:08:20','','','','','','','','purchases',0.00,'1',0.00,'2020-10-09 13:07:00','2020-11-08 13:07:00','2020-10-09 13:11:31','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(21,'9','81602667490','','359','','8','2020-10-14 12:25:20','','','','','','','','purchases',0.00,'1',0.00,'2020-10-14 12:24:00','2020-11-13 12:24:00','2020-10-14 12:25:49','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(22,'11','81602671982','','251','','8','2020-10-14 13:39:59','','','','','','','','purchases',0.00,'1',0.00,'2020-10-14 13:39:00','2020-11-13 13:39:00','2020-10-14 13:41:09','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(23,'9','81602678518','','390','','8','2020-10-14 15:29:04','','','','','','','','purchases',0.00,'1',0.00,'2020-10-14 15:28:00','2020-11-13 15:28:00','2020-10-14 15:32:54','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(24,'11','81602831399','','NILL','','8','2020-10-16 09:57:45','','','','','','','','purchases',0.00,'1',0.00,'2020-10-15 09:56:00','2020-11-15 09:56:00','2020-10-16 09:58:59','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(25,'11','81602831540','','252','','8','2020-10-16 09:59:48','','','','','','','','purchases',0.00,'1',0.00,'2020-10-15 09:59:00','2020-11-15 09:59:00','2020-10-16 12:35:28','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(26,'11','81602920369','','253','','8','2020-10-17 10:40:19','','','','','','','','purchases',0.00,'1',0.00,'2020-10-17 10:39:00','2020-11-16 10:39:00','2020-10-17 10:47:30','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(27,'9','81602925558','','1313','','8','2020-10-17 12:06:28','','','','','','','','purchases',1000.00,'1',0.00,'2020-10-17 12:05:00','2020-11-16 12:05:00','2020-10-17 12:07:34','8','','VATABLE','122.81',877.19,'14','0.00','closed','','',1,0,'new','1'),(28,'11','81603368963','','96','','8','2020-10-22 15:16:37','','','','','','','','purchases',0.00,'1',0.00,'2020-09-19 15:16:00','2020-11-21 15:16:00','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(29,'9','81603533788','','450','','8','2020-10-24 13:03:31','','','','','','','','purchases',1250.00,'1',0.00,'2020-10-23 13:03:00','2020-11-23 13:03:00','2020-10-24 13:05:53','8','','VATABLE','153.51',1096.49,'14','0.00','closed','','',1,0,'new','1'),(30,'29','81603886914','','711011578','','8','2020-10-28 15:09:02','','','','','','','','purchases',5130.00,'1',0.00,'2020-10-28 15:08:00','2020-11-27 15:08:00','2020-10-28 15:50:21','8','P000609289O','VATABLE','630',4500.00,'14','0.00','closed','','',2,0,'new','Main'),(31,'29','81603887319','','711011578.','','8','2020-10-28 15:15:47','','','','','','','','purchases',27132.00,'1',-5130.00,'2020-10-28 15:15:00','2020-11-27 15:15:00','2020-12-18 11:52:34','8','P000609289O','VATABLE','3332',23800.00,'14','32262','closed','','',1,0,'new','1'),(32,'11','81603889588','','DN258','','8','2020-10-28 15:53:42','','','','','','','','purchases',10000.00,'1',0.00,'2020-10-28 15:53:00','2020-11-27 15:53:00','2020-10-28 15:54:29','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(33,'11','81604047346','','DN261','','8','2020-10-30 11:42:58','','','','','','','','purchases',0.00,'1',0.00,'2020-10-30 11:42:00','2020-11-29 11:42:00','2020-10-30 11:43:43','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(34,'11','81604059282','','DN261.','','8','2020-10-30 15:01:43','','','','','','','','purchases',0.00,'1',0.00,'2020-10-30 15:01:00','2020-11-29 15:01:00','2020-10-30 15:05:31','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(35,'11','81604318226','','DN263','','8','2020-11-02 14:57:28','','','','','','','','purchases',0.00,'1',0.00,'2020-11-02 14:57:00','2020-12-02 14:57:00','2020-11-02 15:02:56','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(36,'11','81604555945','','267','','8','2020-11-05 08:59:28','','','','','','','','purchases',0.00,'1',0.00,'2020-11-05 08:59:00','2020-12-05 08:59:00','2020-11-05 11:58:37','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(37,'11','81604558737','','267.','','8','2020-11-05 09:46:00','','','','','','','','purchases',0.00,'1',0.00,'2020-11-05 09:45:00','2020-12-05 09:45:00','2020-11-05 09:55:02','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(41,'35','81604646247','2020-11-06 10:04:07','38','','8','2020-11-06 10:09:25','Modesta ','','2020-11-06 10:04:07','load','n/a','Bank Transfer to a/c12664485481','','p.o',0.00,'1',0.00,'','','2020-11-06 12:07:45','8','','','0',0.00,'','','closed','','',1,8,'new',''),(42,'9','81605186377','','262','','8','2020-11-12 16:06:44','','','','','','','','purchases',0.00,'1',0.00,'2020-11-12 16:04:17','2020-12-12 16:04:17','2020-11-12 16:09:18','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(43,'37','81605535213','2020-11-16 17:00:13','43','','8','2020-11-16 17:01:01','MODESTA','','2020-11-16 17:00:13','LOAD','LOAD','CASH','','p.o',0.00,'1',0.00,'','','','','','','',0.00,'','','open','','',1,8,'new',''),(44,'9','81605941062','','304','','8','2020-11-21 09:45:15','','','','','','','','purchases',0.00,'1',0.00,'2020-11-16 09:09:22','2020-12-16 09:09:22','2020-11-21 12:22:42','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(45,'11','81605943699','','288','','8','2020-11-21 10:28:40','','','','','','','','purchases',0.00,'1',0.00,'2020-11-16 10:10:19','2020-12-16 10:10:19','2020-11-21 10:29:46','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(46,'9','81606129069','','340','','8','2020-11-23 13:59:01','','','','','','','','purchases',6384.00,'1',0.00,'2020-11-23 13:01:49','2020-12-23 13:01:49','2020-11-23 14:02:17','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(47,'11','81606140213','','298','','8','2020-11-23 17:03:50','','','','','','','','purchases',0.00,'1',0.00,'2020-11-23 17:05:33','2020-12-23 17:05:33','2020-11-23 17:05:02','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(48,'11','81606221441','','453','','8','2020-11-24 15:38:12','','','','','','','','purchases',6384.00,'1',0.00,'2020-11-20 15:03:21','2020-11-20 15:03:21','2020-11-24 15:41:02','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(49,'14','81606221663','','5518','','8','2020-11-24 15:41:55','','','','','','','','purchases',0.00,'1',0.00,'2020-11-23 15:03:03','2020-12-23 15:03:03','2020-11-24 15:42:34','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(50,'11','81606282792','','299','','8','2020-11-25 08:40:48','','','','','','','','purchases',6384.00,'1',0.00,'2020-11-24 08:08:52','2020-12-24 08:08:52','2020-11-25 08:44:39','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(51,'9','81606813873','','477','','8','2020-12-01 12:14:06','','','','','','','','purchases',6384.00,'1',0.00,'2020-11-27 12:12:13','2020-10-27 12:12:13','2020-12-01 12:16:54','8','','VATABLE','784',5600.00,'14','0.00','closed','','',1,0,'new','Main'),(52,'9','81607086762','','017','','8','2020-12-04 15:59:46','','','','','','','','purchases',0.00,'1',0.00,'2020-12-04 15:03:22','2021-01-03 15:03:22','2020-12-04 16:01:13','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(53,'9','81607086874','','489','','8','2020-12-04 16:04:33','','','','','','','','purchases',12768.00,'1',0.00,'2020-12-01 16:04:14','2021-01-03 16:04:14','2020-12-04 16:06:03','8','','VATABLE','1568',11200.00,'14','0.00','closed','','',1,0,'new','Main'),(54,'14','81607087254','','5975','','8','2020-12-04 16:08:11','','','','','','','','purchases',0.00,'1',0.00,'2020-11-30 16:04:34','2021-01-03 16:04:34','2020-12-04 16:09:01','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','Main'),(55,'37','81607418642','2020-12-08 12:10:42','55','','8','2020-12-08 12:11:53','modesta','','2020-12-08 12:10:42','road','road','casgh','','p.o',0.00,'1',0.00,'','','','','','','',0.00,'','','open','','',1,8,'new',''),(56,'11','81607422216','','152652052','','8','2020-12-08 13:10:36','','','','','','','','purchases',0.00,'1',0.00,'2020-12-08 13:01:16','2021-01-07 13:01:16','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','Main'),(57,'9','81607587540','','058','','8','2020-12-10 11:06:41','','','','','','','','purchases',6384.00,'1',0.00,'2020-12-08 11:11:40','2021-01-08 11:11:40','2020-12-21 10:45:50','8','','VATABLE','784',5600.00,'14','0.00','closed','','',1,0,'new','Main'),(58,'9','81607605257','','160','','8','2020-12-10 16:06:52','','','','','','','','purchases',6384.00,'1',0.00,'2020-12-10 16:04:57','2020-12-10 16:04:57','2020-12-10 16:13:22','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(59,'9','81607773684','','117','','8','2020-12-12 14:48:42','','','','','','','','purchases',0.00,'1',0.00,'2020-12-12 14:02:04','2021-01-11 14:02:04','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(60,'11','81607944309','','333','','8','2020-12-14 14:13:27','','','','','','','','purchases',0.00,'1',0.00,'2020-12-03 14:02:49','2021-01-03 14:02:49','','','','VATABLE','0.00',0.00,'14','0.00','open','','',1,0,'new','1'),(61,'9','71608038729','','189',' ','7','2020-12-15 16:31:36','',' ','','','','','','purchases',6384.00,'1',0.00,'2020-12-15 16:04:29','2021-01-15 16:04:29','2020-12-15 16:36:42','7','','VATABLE','784',5600.00,'14','0.00','closed','','',1,0,'new','1'),(62,'9','71608632401','','224','','7','2020-12-22 13:20:44','',' ','','','','','','purchases',6384.00,'1',0.00,'2020-12-22 13:01:01','2020-12-22 13:01:01','2020-12-22 13:22:12','7','','VATABLE','784',5600.00,'14','0.00','closed','','',1,0,'new','1'),(63,'9','71608634976','','226','','7','2020-12-22 14:03:25','','','','','','','','purchases',0.00,'1',0.00,'2020-12-22 14:02:56','2020-12-22 14:02:56','2020-12-22 14:04:09','7','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(64,'9','81609755735','','104','','8','2021-01-04 13:22:51','','','','','','','','purchases',6384.00,'1',0.00,'2021-01-04 13:01:15','2021-02-03 13:01:15','2021-01-04 13:30:47','8','','VATABLE','0',0.00,'14','0.00','closed','','',1,0,'new','1'),(65,'9','81610007930','','156','','8','2021-01-07 11:26:22','','','','','','','','purchases',4192.00,'1',0.00,'2021-01-05 11:11:30','2021-02-05 11:11:30','2021-01-07 11:28:07','8','','VATABLE','578.21',3613.79,'16','0.00','closed','','',1,0,'new','1'),(66,'11','81610008218','','474','','8','2021-01-07 11:33:18','','','','','','','','purchases',54264.00,'1',0.00,'2021-01-05 11:11:18','2021-02-05 11:11:18','2021-01-07 11:36:12','8','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','Main'),(67,'9','81610186742','','299','','8','2021-01-09 13:06:09','','','','','','','','purchases',0.00,'1',0.00,'2021-01-09 13:01:42','2021-02-08 13:01:42','2021-01-15 12:53:09','8','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','1'),(68,'11','81610187099','','481','','8','2021-01-09 13:21:36','','','','','','','','purchases',0.00,'1',0.00,'2021-01-08 13:01:39','2021-02-08 13:01:39','2021-01-09 13:25:51','8','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','1'),(69,'14','81610695454','','8527','','8','2021-01-15 10:27:54','','','','','','','','purchases',0.00,'1',0.00,'2021-01-11 10:10:14','2021-02-11 10:10:14','2021-01-15 10:29:07','8','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','Main'),(70,'9','81610695916','','987','','8','2021-01-15 10:33:24','','','','','','','','purchases',0.00,'1',0.00,'2021-01-11 10:10:56','2021-02-11 10:10:56','2021-01-15 10:40:42','8','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','Main'),(71,'9','81610696529','','511','','8','2021-01-15 10:42:50','','','','','','','','purchases',0.00,'1',0.00,'2021-01-09 10:10:09','2021-01-09 10:10:09','','','','VATABLE','0.00',0.00,'16','0.00','open','','',1,0,'new','Main'),(72,'9','81610790444','','222','','8','2021-01-16 12:47:49','','','','','','','','purchases',1000.00,'1',0.00,'2021-01-16 12:12:24','2021-02-15 12:12:24','2021-01-16 12:48:57','8','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','Main'); /*!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 AUTO_INCREMENT=24 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; INSERT INTO `purchaseorderlist` VALUES (1,'81598017173','1','75','15000','','200','0','2020-08-22 12:36:52','','','','0','QT','1842.11','','','8','pcs','1','2020-08-22 09:36:52','1','1','new','1','new','',''),(2,'81598017173','10','50','1000','','20','0','2020-08-22 12:37:27','','','','0','QT','122.81','','','8','','1','2020-08-22 09:37:27','1','1','new','1','new','',''),(3,'81598017173','56','450','495000','','1100','0','2020-08-22 12:45:21','','','','0','QT','60789.47','','','8','pcs','1','2020-08-22 09:45:21','1','1','new','1','new','',''),(4,'81598017173','46','18','3600','','200','0','2020-08-22 12:45:53','','','','0','QT','442.11','','','8','pcs','1','2020-08-22 09:45:53','1','1','new','1','new','',''),(5,'81598017173','155','21','3150','','150','0','2020-08-22 12:47:19','','1LTR','','0','QT','386.84','','','8','pcs','1','2020-08-22 09:47:19','1','1','new','1','new','',''),(6,'81598017173','34','10','5000','','500','0','2020-08-22 12:50:19','','','','0','QT','614.04','','','8','','1','2020-08-22 09:50:19','1','1','new','1','new','',''),(7,'81598017173','31','10','3500','','350','0','2020-08-22 12:50:52','','','','0','QT','429.82','','','8','pcs','1','2020-08-22 09:50:52','1','1','new','1','new','',''),(8,'81598017173','13','3','900','','300','0','2020-08-22 12:52:15','','','','0','QT','110.53','','','8','pcs','1','2020-08-22 09:52:15','1','1','new','1','new','',''),(9,'81598017173','68','5','2500','','500','0','2020-08-22 12:52:58','','','','0','QT','307.02','','','8','pcs','1','2020-08-22 09:52:58','1','1','new','1','new','',''),(10,'81598017173','183','1','500','','500','0','2020-08-22 12:56:42','','','','0','QT','61.40','','','8','pc','1','2020-08-22 09:56:42','1','1','new','1','new','',''),(11,'81598017173','184','1','250','','250','0','2020-08-22 12:57:05','','','','0','QT','30.70','','','8','pc','1','2020-08-22 09:57:05','1','1','new','1','new','',''),(12,'81600162850','83','40','54720','','1368','0','2020-09-15 12:47:25','','','','0','QT','6720.00','','','8','pcs','1','2020-09-15 09:47:25','1','1','new','1','new','',''),(16,'81606889771','135','35','33250','','950','0','2020-12-02 09:27:05','','','','0','QT','4083.33','','','8','','1','2020-12-02 06:27:05','1','1','new','1','new','',''),(17,'81606889771','84','12','7200','','600','0','2020-12-02 13:51:48','','','','0','QT','884.21','','','8','pcs','1','2020-12-02 10:51:48','1','1','new','1','new','',''),(18,'81610453565','135','35','33250','','950','0','2021-01-12 15:18:45','','','','0','QT','4586.21','','','8','','1','2021-01-12 12:18:45','1','1','new','1','new','',''),(19,'81610453565','84','5','3000','','600','0','2021-01-12 15:19:02','','','','0','QT','413.79','','','8','','1','2021-01-12 12:19:02','1','1','new','1','new','',''),(20,'61610619942','84','17','10200','','600','0','2021-01-14 13:27:52','','','','0','QT','1406.90','','','6','','1','2021-01-14 10:27:52','1','1','new','2','new','',''),(21,'61612603337','135','32','30400','','950','0','2021-02-06 12:25:19','','','','0','QT','4193.10','','','6','','1','2021-02-06 09:25:19','1','1','new','2','new','',''),(22,'61612603337','84','22','13200','','600','0','2021-02-06 12:26:12','','','','0','QT','1820.69','','','6','','1','2021-02-06 09:26:12','1','1','new','2','new','',''),(23,'41615290624','100','2','2800','','1400','0','2021-03-09 15:17:23','','','','0','QT','386.21','','','4','pcs','1','2021-03-09 12:17:23','1','1','new','1','new','4.5KG','9'); /*!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 AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; INSERT INTO `quotation` VALUES (1,'','81598017173','2020-08-21 16:39:34','','','8','2020-08-21 16:40:58','KAREN TECHNICAL TRAINING INSTITUTE','','2020-08-21 16:39:34','','','CASH','','new','720470','1','8','No',1),(2,'','81600162850','2020-09-15 12:40:50','','','8','2020-09-15 12:41:54','SUPACOAT INVESTMENT ','','2020-10-15 12:40:50','','','CASH','','new','184720','1','8','No',1),(3,'Wells Fargo \r\nMombasa Road\r\nTELL:+254(20)6004700','81606889771','2020-12-02 09:16:11','','','8','2020-12-02 09:21:04','WELLS FARGO','','2020-12-30 09:16:11','','','CHEQUE','','new','43450','1','8','No',1),(4,'Wells Fargo','61606905692','2020-12-02 13:41:32','',' ','6','2020-12-02 13:43:21','wells fargo',' ','2020-12-02 13:41:32','','','30 days','','new','0','1','6','No',2),(5,'WELLS FARGO','81610453565','2021-01-12 15:12:45','','','8','2021-01-12 15:17:33','WELLS FARGO','','2021-01-12 15:12:45','','','CHEQUE','','new','36250','1','8','No',1),(6,'WELLS FARGO','61610619942','2021-01-14 13:25:42','','','6','2021-01-14 13:28:12','WELLS FARGO','','2021-01-14 13:25:42','','',' ','','new','10200','1','6','No',2),(7,'WELLS FARGO','61612603101','2021-02-06 12:18:21','','','6','2021-02-06 12:20:50','WELLS FARGO','','2021-02-06 12:18:21','','','15 DAYS ','','new','0','1','6','No',2),(8,'WELLS FARGO','61612603337','2021-02-06 12:22:17','','','6','2021-02-06 12:23:19','WELLS FARGO','','2021-02-06 12:22:17','','','PAYMENT ON DELIVERY','','new','43600','1','6','No',2),(9,'SAI RAJ','41615290624','2021-03-09 14:50:24','','','4','2021-03-09 14:51:39','AGNES','','2021-03-09 14:50:24','','','COD','','new','5600','1','4','Yes',1); /*!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 AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; INSERT INTO `roomcharges` VALUES (1,'4','2','5000','','2020-07-20 12:23:50pm','','1','','1','1 '),(2,'5','2','3000','','2020-07-20 12:24:18pm','','1','','1','1 '),(3,'6','2','10000','','2020-07-20 12:24:33pm','','1','','1','1 '),(4,'7','2','1500','','2020-07-29 10:24:44am','','1','','1','1 '),(5,'7','2','5000','','2020-07-29 10:24:49am','','1','','1','2 '),(6,'7','2','1500','','2020-07-29 10:24:56am','','1','','1','5 '),(7,'1','1','2000','','2020-08-06 06:33:22am','','1','','1','13 '),(8,'2','1','1500','','2020-08-06 06:33:31am','','1','','1','12 '),(9,'2','1','50000','','2020-08-06 06:33:36am','','1','','1','13 '),(10,'3','1','5000','','2020-08-06 06:33:47am','','1','','1','12 '); /*!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=22 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,25200.00,0.00,1200.00,0.00,'EQUITY','0020180056031','4','Monthly',24000.00,25200.00,4,'2020','Monthly','August','','2020-09-07 11:29:53',2400.00,'111599467393'),(2,8,1,18800.00,0.00,800.00,0.00,'','','','Monthly',18000.00,18800.00,18,'2020','Monthly','August','CCL004','2020-09-07 16:08:39',2400.00,'181599484119'),(3,8,1,29905.88,0.00,1905.88,0.00,'EQUITY','0260191640585','4','Monthly',28000.00,29905.88,6,'2020','Monthly','August','CC003','2020-09-08 08:56:31',2400.00,'181599544591'),(4,8,1,25200.00,0.00,1200.00,0.00,'EQUITY','0340173965095','4','Monthly',24000.00,25200.00,7,'2020','Monthly','August','CCL007','2020-09-08 09:03:32',2400.00,'181599545012'),(5,8,1,44408.31,0.00,4408.36,0.00,'EQUITY','0470191264621','4','Monthly',39999.95,44408.31,8,'2020','Monthly','August','CCL005','2020-09-08 09:09:53',2400.00,'181599545393'),(6,8,1,97666.69,0.00,17666.82,0.00,'EQUITY','','4','Monthly',79999.87,97666.69,17,'2020','Monthly','August','CCL008','2020-09-08 09:17:41',2400.00,'181599545861'),(7,8,1,18800.00,0.00,800.00,0.00,'EQUITY','','4','Monthly',18000.00,18800.00,15,'2020','Monthly','August','CCL009','2020-09-08 09:32:21',2400.00,'181599546741'),(8,8,1,25200.00,0.00,1200.00,0.00,'EQUITY','0020180056031','4','Monthly',24000.00,25200.00,4,'2020','Monthly','September','CCL006','2020-11-02 08:17:33',2400.00,'181604294253'),(9,8,1,18800.00,0.00,800.00,0.00,'EQUITY','0320191514405','4','Monthly',18000.00,18800.00,18,'2020','Monthly','September','CCL004','2020-11-12 14:11:23',2400.00,'181605179483'),(10,8,1,97666.69,0.00,17666.82,0.00,'EQUITY','','4','Monthly',79999.87,97666.69,17,'2020','Monthly','September','CCL008','2020-11-12 14:13:10',2400.00,'181605179590'),(11,8,1,44408.31,0.00,4408.36,0.00,'EQUITY','0470191264621','4','Monthly',39999.95,44408.31,8,'2020','Monthly','September','CCL005','2020-11-12 14:15:45',2400.00,'181605179745'),(12,8,1,25200.00,0.00,1200.00,0.00,'EQUITY','0340173965095','4','Monthly',24000.00,25200.00,7,'2020','Monthly','September','CCL007','2020-11-12 14:16:51',2400.00,'181605179811'),(13,8,1,29905.88,0.00,1905.88,0.00,'EQUITY','0260191640585','4','Monthly',28000.00,29905.88,6,'2020','Monthly','September','CCL003','2020-11-12 14:17:35',2400.00,'181605179855'),(14,8,1,18800.00,0.00,800.00,0.00,'EQUITY','0320191514405','4','Monthly',18000.00,18800.00,18,'2020','Monthly','October','CCL004','2020-11-12 14:18:26',2400.00,'181605179906'),(15,8,1,97666.69,0.00,17666.82,0.00,'EQUITY','','4','Monthly',79999.87,97666.69,17,'2020','Monthly','October','CCL008','2020-11-12 14:18:55',2400.00,'181605179935'),(16,8,1,44408.31,0.00,4408.36,0.00,'EQUITY','0470191264621','4','Monthly',39999.95,44408.31,8,'2020','Monthly','October','CCL005','2020-11-12 14:19:24',2400.00,'181605179964'),(17,8,1,25200.00,0.00,1200.00,0.00,'EQUITY','0340173965095','4','Monthly',24000.00,25200.00,7,'2020','Monthly','October','CCL007','2020-11-12 14:19:47',2400.00,'181605179987'),(18,8,1,29905.88,0.00,1905.88,0.00,'EQUITY','0260191640585','4','Monthly',28000.00,29905.88,6,'2020','Monthly','October','CCL003','2020-11-12 14:20:08',2400.00,'181605180008'),(19,8,1,25200.00,0.00,1200.00,0.00,'EQUITY','0020180056031','4','Monthly',24000.00,25200.00,4,'2020','Monthly','October','CCL006','2020-11-12 14:20:27',2400.00,'181605180027'),(20,8,1,18800.00,0.00,800.00,0.00,'EQUITY','','4','Monthly',18000.00,18800.00,15,'2020','Monthly','September','CCL009','2020-11-12 14:23:42',2400.00,'181605180222'),(21,8,1,18800.00,0.00,800.00,0.00,'EQUITY','','4','Monthly',18000.00,18800.00,15,'2020','Monthly','October','CCL009','2020-11-12 14:24:20',2400.00,'181605180260'); /*!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=7 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 (2,2,'commission','2020-08-20 11:40:22','Active','8','','1','Pay','Variable','Variable',1.00,0.00,''),(3,5,'NHIF','2020-08-20 11:45:13','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(4,3,'NSSF','2020-08-20 11:44:27','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(5,4,'PAYE','2020-08-20 11:48:16','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(6,6,'Advanced ','2020-09-08 09:24:42','Active','8','','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, `salesperson` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2198 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-08-22 10:18:02','','0','6','2020-08-22 10:18:02','','0','980','1','retail',NULL,'980','1','0','0','0','0','980','0','printed',' ','','1','','61598080147','Cleared','','','','','','','','',0.00,0.00,NULL),(2,'','Cash','','2020-08-22 10:46:59','','0','6','2020-08-22 10:46:59','','1220.8','1220.8','1','retail',NULL,'1220.8','1','0','0','0','0','0','0','printed',' ','','1','','61598081512','Cleared','','','','','','','','',0.00,0.00,NULL),(3,'','Cash','','2020-08-22 11:10:22','','0','6','2020-08-22 11:10:22','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','','1','','61598083434','Cleared','','','','','','','','',0.00,0.00,NULL),(4,'','Cash','','2020-08-22 11:15:03','','0','6','2020-08-22 11:15:03','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','','61598083837','Cleared','','','','','','','','',0.00,0.00,NULL),(5,'','Cash','','2020-08-22 11:21:19','','0','6','2020-08-22 11:21:19','','0','4500','1','retail',NULL,'4500','1','0','0','0','0','4500','0','printed',' ','','1','','61598084133','Cleared','','','','','','','','',0.00,0.00,NULL),(6,'','Cash','','2020-08-22 12:02:44','','0','6','2020-08-22 12:02:44','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598084498','Cleared','','','','','','','','',0.00,0.00,NULL),(7,'','Cash','','2020-08-22 12:07:43','','0','6','2020-08-22 12:07:43','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598087029','Cleared','','','','','','','','',0.00,0.00,NULL),(8,'','Cash','','2020-08-22 12:16:23','','0','6','2020-08-22 12:16:23','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598087334','Cleared','','','','','','','','',0.00,0.00,NULL),(9,'','Cash','','2020-08-22 12:18:04','','0','6','2020-08-22 12:18:04','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598087794','Cleared','','','','','','','','',0.00,0.00,NULL),(10,'','Cash','','2020-08-22 12:28:33','','0','6','2020-08-22 12:28:33','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598087893','Cleared','','','','','','','','',0.00,0.00,NULL),(11,'','Cash','','2020-08-22 12:43:08','','0','6','2020-08-22 12:43:08','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','61598088520','Cleared','','','','','','','','',0.00,0.00,NULL),(12,'','Cash','','2020-08-22 13:25:52','','0','6','2020-08-22 13:25:52','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','','61598089489','Cleared','','','','','','','','',0.00,0.00,NULL),(13,'','Cash','','2020-08-22 14:03:39','','0','6','2020-08-22 14:03:39','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','','61598092014','Cleared','','','','','','','','',0.00,0.00,NULL),(14,'','Cash','','2020-08-22 14:13:27','','0','6','2020-08-22 14:13:27','','400','1970','1','retail',NULL,'1970','1','0','0','0','0','1570','0','printed',' ','','1','','61598094537','Cleared','','','','','','','','',0.00,0.00,NULL),(15,'','Cash','','2020-08-24 08:59:51','','0','6','2020-08-24 08:59:51','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598248559','Cleared','','','','','','','','',0.00,0.00,NULL),(16,'','Cash','','2020-08-24 09:03:16','','0','6','2020-08-24 09:03:16','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','','61598248825','Cleared','','','','','','','','',0.00,0.00,NULL),(17,'','Cash','','2020-08-24 09:16:30','','0','6','2020-08-24 09:16:30','','1590','1590','1','retail',NULL,'1590','1','0','0','0','0','0','0','printed',' ','','1','','61598249036','Cleared','','','','','','','','',0.00,0.00,NULL),(18,'','Cash','','2020-08-24 09:24:54','','0','7','2020-08-24 09:24:54','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','','71598250204','Cleared','','','','','','','','',0.00,0.00,NULL),(19,'','Cash','','2020-08-24 09:30:39','','0','7','2020-08-24 09:30:39','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','','71598250456','Cleared','','','','','','','','',0.00,0.00,NULL),(20,'','Cash','','2020-08-24 09:40:27','','0','4','2020-08-24 09:40:27','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','41598251051','Cleared','','','','','','','','',0.00,0.00,NULL),(21,'','Cash','','2020-08-24 11:05:47','','0','4','2020-08-24 11:05:47','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41598256304','Cleared','','','','','','','','',0.00,0.00,NULL),(22,'','Cash','','2020-08-24 11:10:30','','0','4','2020-08-24 11:10:30','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41598256354','Cleared','','','','','','','','',0.00,0.00,NULL),(23,'','Cash','','2020-08-24 11:32:02','','0','4','2020-08-24 11:32:02','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41598256635','Cleared','','','','','','','','',0.00,0.00,NULL),(24,'','Cash','','2020-08-24 13:03:19','','0','4','2020-08-24 13:03:19','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41598263237','Cleared','','','','','','','','',0.00,0.00,NULL),(25,'','Cash','','2020-08-24 13:28:27','','0','4','2020-08-24 13:28:27','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41598263408','Cleared','','','','','','','','',0.00,0.00,NULL),(26,'','Cash','','2020-08-24 13:32:56','','0','4','2020-08-24 13:32:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41598264929','Cleared','','','','','','','','',0.00,0.00,NULL),(27,'','Cash','','2020-08-24 13:58:40','','0','4','2020-08-24 13:58:40','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41598266603','Cleared','','','','','','','','',0.00,0.00,NULL),(28,'','Cash','','2020-08-24 14:23:14','','0','4','2020-08-24 14:23:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41598266729','Cleared','','','','','','','','',0.00,0.00,NULL),(29,'','Cash','','2020-08-24 14:30:28','','0','4','2020-08-24 14:30:28','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','','1','','41598268382','Cleared','','','','','','','','',0.00,0.00,NULL),(30,'','Cash','','2020-08-24 15:17:36','','0','4','2020-08-24 15:17:36','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41598268641','Cleared','','','','','','','','',0.00,0.00,NULL),(31,'','Cash','','2020-08-24 16:04:59','','0','4','2020-08-24 16:04:59','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41598271465','Cleared','','','','','','','','',0.00,0.00,NULL),(32,'','Cash','','2020-08-25 08:54:07','','0','6','2020-08-25 08:54:07','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','61176500222','Cleared','','','','','','','','',0.00,0.00,NULL),(33,'','Cash','','2020-08-25 09:45:41','','0','6','2020-08-25 09:45:41','','0','510','1','retail',NULL,'510','1','0','0','0','0','510','0','printed',' ','','1','','61598334864','Cleared','','','','','','','','',0.00,0.00,NULL),(34,'','Cash','','2020-08-25 10:25:29','','0','6','2020-08-25 10:25:29','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','61598340219','Cleared','','','','','','','','',0.00,0.00,NULL),(35,'','Cash','','2020-08-25 11:13:42','','0','6','2020-08-25 11:13:42','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','','61598340341','Cleared','','','','','','','','',0.00,0.00,NULL),(36,'','Cash','','2020-08-25 11:27:39','','0','6','2020-08-25 11:27:39','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','61598343375','Cleared','','','','','','','','',0.00,0.00,NULL),(37,'','Cash','','2020-08-25 11:28:29','','0','6','2020-08-25 11:28:29','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','61598344076','Cleared','','','','','','','','',0.00,0.00,NULL),(38,'','Cash','','2020-08-25 11:37:13','','0','6','2020-08-25 11:37:13','','3040','3040','1','retail',NULL,'3040','1','0','0','0','0','0','0','printed',' ','','1','','61598344145','Cleared','','','','','','','','',0.00,0.00,NULL),(39,'','Cash','','2020-08-25 12:11:45','','0','6','2020-08-25 12:11:45','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','61598344848','Cleared','','','','','','','','',0.00,0.00,NULL),(40,'','Cash','','2020-08-25 12:36:52','','0','6','2020-08-25 12:36:52','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','61598346713','Cleared','','','','','','','','',0.00,0.00,NULL),(41,'','Cash','','2020-08-25 13:21:08','','0','6','2020-08-25 13:21:08','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','61598348218','Cleared','','','','','','','','',0.00,0.00,NULL),(42,'','Cash','','2020-08-25 13:53:35','','0','6','2020-08-25 13:53:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598350874','Cleared','','','','','','','','',0.00,0.00,NULL),(43,'','Cash','','2020-08-25 14:45:58','','0','6','2020-08-25 14:45:58','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','61598355744','Cleared','','','','','','','','',0.00,0.00,NULL),(44,'','Cash','','2020-08-25 14:46:59','','0','6','2020-08-25 14:46:59','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','61598355972','Cleared','','','','','','','','',0.00,0.00,NULL),(45,'','Cash','','2020-08-25 14:49:10','','0','6','2020-08-25 14:49:10','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','61598356031','Cleared','','','','','','','','',0.00,0.00,NULL),(46,'','Cash','','2020-08-25 15:09:26','','0','6','2020-08-25 15:09:26','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','61598356815','Cleared','','','','','','','','',0.00,0.00,NULL),(47,'','Cash','','2020-08-25 15:47:28','','0','6','2020-08-25 15:47:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598357556','Cleared','','','','','','','','',0.00,0.00,NULL),(48,'','Cash','','2020-08-26 08:56:07','','0','6','2020-08-26 08:56:07','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','61598420445','Cleared','','','','','','','','',0.00,0.00,NULL),(49,'','Cash','','2020-08-26 08:56:54','','0','6','2020-08-26 08:56:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','61598421402','Cleared','','','','','','','','',0.00,0.00,NULL),(50,'','Cash','','2020-08-26 10:41:26','','0','6','2020-08-26 10:41:26','','0','1400','1','retail',NULL,'1400','1','0','0','0','0','1400','0','printed',' ','','1','','61598421420','Cleared','','','','','','','','',0.00,0.00,NULL),(51,'','Cash','','2020-08-26 10:52:35','','0','6','2020-08-26 10:52:35','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','61598427704','Cleared','','','','','','','','',0.00,0.00,NULL),(52,'','Cash','','2020-08-26 10:59:50','','0','6','2020-08-26 10:59:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598428363','Cleared','','','','','','','','',0.00,0.00,NULL),(53,'','Cash','','2020-08-26 11:05:22','','0','6','2020-08-26 11:05:22','','1380','1380','1','retail',NULL,'1380','1','0','0','0','0','0','0','printed',' ','','1','','61598428795','Cleared','','','','','','','','',0.00,0.00,NULL),(54,'','Cash','','2020-08-26 11:16:13','','0','6','2020-08-26 11:16:13','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','61598429182','Cleared','','','','','','','','',0.00,0.00,NULL),(55,'','Cash','','2020-08-26 11:20:51','','0','6','2020-08-26 11:20:51','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','61598429844','Cleared','','','','','','','','',0.00,0.00,NULL),(56,'','Cash','','2020-08-26 13:37:37','','0','6','2020-08-26 13:37:37','','1000','1620','1','retail',NULL,'1620','1','0','0','0','0','620','0','printed',' ','','1','','61598438109','Cleared','','','','','','','','',0.00,0.00,NULL),(57,'','Cash','','2020-08-26 13:42:34','','0','6','2020-08-26 13:42:34','','740','740','1','retail',NULL,'740','1','0','0','0','0','0','0','printed',' ','','1','','61598438416','Cleared','','','','','','','','',0.00,0.00,NULL),(58,'','Cash','','2020-08-26 14:52:32','','0','6','2020-08-26 14:52:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598438653','Cleared','','','','','','','','',0.00,0.00,NULL),(59,'','Cash','','2020-08-26 14:55:42','','0','6','2020-08-26 14:55:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','61598442759','Cleared','','','','','','','','',0.00,0.00,NULL),(60,'','Cash','','2020-08-26 16:17:46','','0','6','2020-08-26 16:17:46','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','61598442957','Cleared','','','','','','','','',0.00,0.00,NULL),(61,'','Cash','','2020-08-26 16:49:43','','0','6','2020-08-26 16:49:43','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','61598449746','Cleared','','','','','','','','',0.00,0.00,NULL),(62,'','Cash','','2020-08-27 10:48:01','','0','7','2020-08-27 10:48:01','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','71598510156','Cleared','','','','','','','','',0.00,0.00,NULL),(63,'','Cash','','2020-08-27 11:20:26','','0','7','2020-08-27 11:20:26','','1950','1950','1','retail',NULL,'1950','1','0','0','0','0','0','0','printed',' ','','1','','71598514487','Cleared','','','','','','','','',0.00,0.00,NULL),(64,'','Cash','','2020-08-27 11:58:33','','0','7','2020-08-27 11:58:33','','0','980','1','retail',NULL,'980','1','0','0','0','0','980','0','printed',' ','','1','','71598516455','Cleared','','','','','','','','',0.00,0.00,NULL),(65,'','Cash','','2020-08-27 12:18:42','','0','7','2020-08-27 12:18:42','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','71598518731','Cleared','','','','','','','','',0.00,0.00,NULL),(66,'','Cash','','2020-08-27 12:48:34','','0','7','2020-08-27 12:48:34','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','71598519967','Cleared','','','','','','','','',0.00,0.00,NULL),(67,'','Cash','','2020-08-27 13:15:15','','0','7','2020-08-27 13:15:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','71598521721','Cleared','','','','','','','','',0.00,0.00,NULL),(68,'','Cash','','2020-08-27 13:19:44','','0','7','2020-08-27 13:19:44','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','71598523324','Cleared','','','','','','','','',0.00,0.00,NULL),(69,'','Cash','','2020-08-27 14:39:21','','0','7','2020-08-27 14:39:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71598528288','Cleared','','','','','','','','',0.00,0.00,NULL),(70,'','Cash','','2020-08-27 14:40:36','','0','7','2020-08-27 14:40:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71598528375','Cleared','','','','','','','','',0.00,0.00,NULL),(71,'','Cash','','2020-08-27 15:16:18','','0','7','2020-08-27 15:16:18','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','71598528442','Cleared','','','','','','','','',0.00,0.00,NULL),(72,'','Cash','','2020-08-27 16:21:50','','0','7','2020-08-27 16:21:50','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','71598530591','Cleared','','','','','','','','',0.00,0.00,NULL),(73,'','Cash','','2007-04-14 00:33:38','','0','4','2007-04-14 00:33:38','','0','820','1','retail',NULL,'820','1','0','0','0','0','820','0','printed',' ','','1','','41176499950','Cleared','','','','','','','','',0.00,0.00,NULL),(74,'','Cash','','2007-04-14 01:56:31','','0','4','2007-04-14 01:56:31','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41176500042','Cleared','','','','','','','','',0.00,0.00,NULL),(75,'','Cash','','2020-08-28 11:51:08','','0','4','2020-08-28 11:51:08','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41176504997','Cleared','','','','','','','','',0.00,0.00,NULL),(76,'','Cash','','2020-08-28 11:51:57','','0','4','2020-08-28 11:51:57','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41598604688','Cleared','','','','','','','','',0.00,0.00,NULL),(77,'','Cash','','2020-08-28 13:20:45','','0','4','2020-08-28 13:20:45','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41598604721','Cleared','','','','','','','','',0.00,0.00,NULL),(78,'','Cash','','2020-08-28 13:31:41','','0','4','2020-08-28 13:31:41','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41598610053','Cleared','','','','','','','','',0.00,0.00,NULL),(79,'','Cash','','2020-08-28 13:33:33','','0','4','2020-08-28 13:33:33','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41598610720','Cleared','','','','','','','','',0.00,0.00,NULL),(80,'','Cash','','2020-08-28 13:38:35','','0','4','2020-08-28 13:38:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41598610823','Cleared','','','','','','','','',0.00,0.00,NULL),(81,'','Cash','','2020-08-28 14:23:24','','0','4','2020-08-28 14:23:24','','0','1000','1','retail',NULL,'1000','1','0','0','0','0','1000','0','printed',' ','','1','','41598613616','Cleared','','','','','','','','',0.00,0.00,NULL),(82,'','Cash','','2020-08-28 14:29:33','','0','4','2020-08-28 14:29:33','','0','1160','1','retail',NULL,'1160','1','0','0','0','0','1160','0','printed',' ','','1','','41598613979','Cleared','','','','','','','','',0.00,0.00,NULL),(83,'','Cash','','2020-08-28 14:31:21','','0','4','2020-08-28 14:31:21','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','','41598614215','Cleared','','','','','','','','',0.00,0.00,NULL),(84,'','Cash','','2020-08-28 14:39:00','','0','4','2020-08-28 14:39:00','','1030','1030','1','retail',NULL,'1030','1','0','0','0','0','0','0','printed',' ','','1','','41598614547','Cleared','','','','','','','','',0.00,0.00,NULL),(85,'','Cash','','2020-08-28 15:11:56','','0','4','2020-08-28 15:11:56','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41598615178','Cleared','','','','','','','','',0.00,0.00,NULL),(86,'','Cash','','2020-08-28 15:15:14','','0','4','2020-08-28 15:15:14','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','','41598616722','Cleared','','','','','','','','',0.00,0.00,NULL),(87,'','Cash','','2020-08-28 15:25:23','','0','4','2020-08-28 15:25:23','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41598616921','Cleared','','','','','','','','',0.00,0.00,NULL),(88,'','Cash','','2020-08-28 15:27:33','','0','4','2020-08-28 15:27:33','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','','41598617528','Cleared','','','','','','','','',0.00,0.00,NULL),(89,'','Cash','','2020-08-28 15:34:35','','0','4','2020-08-28 15:34:35','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','','41598617951','Cleared','','','','','','','','',0.00,0.00,NULL),(90,'','Cash','','2020-08-28 16:21:12','','0','4','2020-08-28 16:21:12','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41598618092','Cleared','','','','','','','','',0.00,0.00,NULL),(91,'','Cash','','2020-08-28 16:48:19','','0','4','2020-08-28 16:48:19','','930','930','1','retail',NULL,'930','1','0','0','0','0','0','0','printed',' ','','1','','41598620893','Cleared','','','','','','','','',0.00,0.00,NULL),(92,'','Cash','','2007-04-14 00:07:36','','0','6','2007-04-14 00:07:36','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','61176498375','Cleared','','','','','','','','',0.00,0.00,NULL),(93,'','Cash','','2007-04-14 00:09:31','','0','6','2007-04-14 00:09:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61176498462','Cleared','','','','','','','','',0.00,0.00,NULL),(94,'','Cash','','2020-08-29 10:05:35','','0','6','2020-08-29 10:05:35','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','','61176498579','Cleared','','','','','','','','',0.00,0.00,NULL),(95,'','Cash','','2020-08-29 10:08:06','','0','6','2020-08-29 10:08:06','','0','1100','1','retail',NULL,'1100','1','0','0','0','0','1100','0','printed',' ','','1','','61598684744','Cleared','','','','','','','','',0.00,0.00,NULL),(96,'','Cash','','2020-08-29 10:27:55','','0','6','2020-08-29 10:27:55','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598684914','Cleared','','','','','','','','',0.00,0.00,NULL),(97,'','Cash','','2020-08-29 10:29:50','','0','6','2020-08-29 10:29:50','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','61598686082','Cleared','','','','','','','','',0.00,0.00,NULL),(98,'','Cash','','2020-08-29 10:34:12','','0','6','2020-08-29 10:34:12','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','61598686232','Cleared','','','','','','','','',0.00,0.00,NULL),(99,'','Cash','','2020-08-29 11:34:35','','0','6','2020-08-29 11:34:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598689430','Cleared','','','','','','','','',0.00,0.00,NULL),(100,'','Cash','','2020-08-29 11:38:35','','0','6','2020-08-29 11:38:35','','0','1700','1','retail',NULL,'1700','1','0','0','0','0','1700','0','printed',' ','','1','','61598690093','Cleared','','','','','','','','',0.00,0.00,NULL),(101,'','Cash','','2020-08-29 11:53:56','','0','6','2020-08-29 11:53:56','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','61598691131','Cleared','','','','','','','','',0.00,0.00,NULL),(102,'','Cash','','2020-08-29 11:57:47','','0','6','2020-08-29 11:57:47','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','61598691252','Cleared','','','','','','','','',0.00,0.00,NULL),(103,'','Cash','','2020-08-29 12:34:47','','0','6','2020-08-29 12:34:47','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598692689','Cleared','','','','','','','','',0.00,0.00,NULL),(104,'','Cash','','2020-08-29 12:55:42','','0','6','2020-08-29 12:55:42','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','61598693706','Cleared','','','','','','','','',0.00,0.00,NULL),(105,'','Cash','','2020-08-29 13:34:34','','0','6','2020-08-29 13:34:34','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598697204','Cleared','','','','','','','','',0.00,0.00,NULL),(106,'','Cash','','2020-08-29 13:45:59','','0','6','2020-08-29 13:45:59','','0','530','1','retail',NULL,'530','1','0','0','0','0','530','0','printed',' ','','1','','61598697359','Cleared','','','','','','','','',0.00,0.00,NULL),(107,'','Cash','','2020-08-29 13:54:38','','0','6','2020-08-29 13:54:38','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','61598698388','Cleared','','','','','','','','',0.00,0.00,NULL),(108,'','Cash','','2007-04-14 01:34:29','','0','6','2007-04-14 01:34:29','','0','490','1','retail',NULL,'490','1','0','0','0','0','490','0','printed',' ','','1','','61176503587','Cleared','','','','','','','','',0.00,0.00,NULL),(109,'','Cash','','2007-04-14 01:37:25','','0','6','2007-04-14 01:37:25','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','61176503684','Cleared','','','','','','','','',0.00,0.00,NULL),(110,'','Cash','','2007-04-14 01:38:37','','0','6','2007-04-14 01:38:37','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','61176503853','Cleared','','','','','','','','',0.00,0.00,NULL),(111,'','Cash','','2007-04-14 01:42:11','','0','6','2007-04-14 01:42:11','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','','61176503929','Cleared','','','','','','','','',0.00,0.00,NULL),(112,'','Cash','','2020-08-31 11:09:04','','0','6','2020-08-31 11:09:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61176504143','Cleared','','','','','','','','',0.00,0.00,NULL),(113,'','Cash','','2020-08-31 11:19:02','','0','6','2020-08-31 11:19:02','','0','800','1','retail',NULL,'800','1','0','0','0','0','800','0','printed',' ','','1','','61598861370','Cleared','','','','','','','','',0.00,0.00,NULL),(114,'','Cash','','2020-08-31 12:50:19','','0','6','2020-08-31 12:50:19','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','61598861957','Cleared','','','','','','','','',0.00,0.00,NULL),(115,'','Cash','','2020-08-31 13:05:51','','0','6','2020-08-31 13:05:51','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','61598867425','Cleared','','','','','','','','',0.00,0.00,NULL),(116,'','Cash','','2020-08-31 13:30:14','','0','6','2020-08-31 13:30:14','','5240','5240','1','retail',NULL,'5240','1','0','0','0','0','0','0','printed',' ','','1','','61598868357','Cleared','','','','','','','','',0.00,0.00,NULL),(117,'','Cash','','2020-08-31 13:45:16','','0','6','2020-08-31 13:45:16','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','61598869893','Cleared','','','','','','','','',0.00,0.00,NULL),(118,'','Cash','','2020-08-31 13:57:13','','0','6','2020-08-31 13:57:13','','890','890','1','retail',NULL,'890','1','0','0','0','0','0','0','printed',' ','','1','','61598870721','Cleared','','','','','','','','',0.00,0.00,NULL),(119,'','Cash','','2020-08-31 15:04:16','','0','6','2020-08-31 15:04:16','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','61598871454','Cleared','','','','','','','','',0.00,0.00,NULL),(120,'','Cash','','2020-08-31 15:29:50','','0','6','2020-08-31 15:29:50','','660','660','1','retail',NULL,'660','1','0','0','0','0','0','0','printed',' ','','1','','61598875626','Cleared','','','','','','','','',0.00,0.00,NULL),(121,'','Cash','','2020-09-01 09:21:23','','0','4','2020-09-01 09:21:23','','0','400','1','retail',NULL,'400','1','0','0','0','0','400','0','printed',' ','','1','','41598939936','Cleared','','','','','','','','',0.00,0.00,NULL),(122,'','Cash','','2020-09-01 10:06:35','','0','4','2020-09-01 10:06:35','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41598941292','Cleared','','','','','','','','',0.00,0.00,NULL),(123,'','Cash','','2020-09-01 10:26:41','','0','4','2020-09-01 10:26:41','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41598944002','Cleared','','','','','','','','',0.00,0.00,NULL),(124,'','Cash','','2020-09-01 12:19:18','Emergency Aid Service and Training','0','4','2020-09-01 12:19:18','12','0','4000','1','retail',NULL,'4000','1','0','0','0','0','4000','0','printed','Emergency Aid Service and Training </BR>+254725896946 ','','1','','41598951833','Cleared','','','','','','','','',0.00,0.00,NULL),(125,'','Cash','','2020-09-01 12:39:11','','0','4','2020-09-01 12:39:11','','1530','1530','1','retail',NULL,'1530','1','0','0','0','0','0','0','printed',' ','','1','','41598952131','Cleared','','','','','','','','',0.00,0.00,NULL),(126,'','Cash','','2020-09-01 14:50:37','','0','4','2020-09-01 14:50:37','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41598960687','Cleared','','','','','','','','',0.00,0.00,NULL),(127,'','Cash','','2020-09-01 14:54:55','','0','4','2020-09-01 14:54:55','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41598961060','Cleared','','','','','','','','',0.00,0.00,NULL),(128,'','Cash','','2020-09-01 15:15:01','','0','4','2020-09-01 15:15:01','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','','41598961307','Cleared','','','','','','','','',0.00,0.00,NULL),(129,'','Cash','','2020-09-01 15:21:22','','0','4','2020-09-01 15:21:22','','620','1620','1','retail',NULL,'1620','1','0','0','0','0','1000','0','printed',' ','','1','','41598962792','Cleared','','','','','','','','',0.00,0.00,NULL),(130,'','Cash','','2020-09-01 15:26:13','','0','4','2020-09-01 15:26:13','','0','1250','1','retail',NULL,'1250','1','0','0','0','0','1250','0','printed',' ','','1','','41598963001','Cleared','','','','','','','','',0.00,0.00,NULL),(131,'','Cash','','2020-09-01 15:45:06','','0','4','2020-09-01 15:45:06','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','','41598963289','Cleared','','','','','','','','',0.00,0.00,NULL),(132,'','Cash','','2020-09-01 15:52:05','','0','4','2020-09-01 15:52:05','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41598964344','Cleared','','','','','','','','',0.00,0.00,NULL),(133,'','Cash','','2020-09-01 16:15:52','','0','4','2020-09-01 16:15:52','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41598964731','Cleared','','','','','','','','',0.00,0.00,NULL),(134,'','Cash','','2020-09-01 16:17:11','','0','4','2020-09-01 16:17:11','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41598966165','Cleared','','','','','','','','',0.00,0.00,NULL),(135,'','Cash','','2020-09-01 16:24:02','','0','4','2020-09-01 16:24:02','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41598966571','Cleared','','','','','','','','',0.00,0.00,NULL),(136,'','Cash','','2020-09-01 16:33:53','','0','4','2020-09-01 16:33:53','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed',' ','','1','','41598966650','Cleared','','','','','','','','',0.00,0.00,NULL),(137,'','Cash','','2020-09-02 08:47:14','','0','4','2020-09-02 08:47:14','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41599025486','Cleared','','','','','','','','',0.00,0.00,NULL),(138,'','Cash','','2020-09-02 09:01:16','','0','4','2020-09-02 09:01:16','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599025643','Cleared','','','','','','','','',0.00,0.00,NULL),(139,'','Cash','','2020-09-02 09:15:06','','0','4','2020-09-02 09:15:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599026482','Cleared','','','','','','','','',0.00,0.00,NULL),(140,'','Invoice','','2020-09-02 10:47:48','Mary','-491','4','2020-09-02 10:47:48','13','0','27950','1','retail',NULL,'27950','1','0','0','491','0','0','27459','new','Mary </BR>254719702015 </BR>payments to be done later ','','1','','41599032443','No','','','','','','','','1',0.00,279.50,NULL),(141,'','Cash','','2020-09-02 11:53:55','','0','4','2020-09-02 11:53:55','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed','','','1','','41599036719','No','4','2020-09-02 11:58:54','','','','','','',0.00,0.00,NULL),(142,'','Cash','','2020-09-02 12:14:21','','0','4','2020-09-02 12:14:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599038039','Cleared','','','','','','','','',0.00,0.00,NULL),(143,'','Cash','','2020-09-02 12:27:42','','0','4','2020-09-02 12:27:42','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41599038224','Cleared','','','','','','','','',0.00,0.00,NULL),(144,'','Cash','','2020-09-02 12:38:23','','0','4','2020-09-02 12:38:23','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','','1','','41599038870','Cleared','','','','','','','','',0.00,0.00,NULL),(145,'','Cash','','2020-09-02 12:54:56','','0','4','2020-09-02 12:54:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599039532','Cleared','','','','','','','','',0.00,0.00,NULL),(146,'','Cash','','2020-09-02 13:39:09','','0','4','2020-09-02 13:39:09','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','41599040507','Cleared','','','','','','','','',0.00,0.00,NULL),(147,'','Cash','','2020-09-02 13:43:44','','0','4','2020-09-02 13:43:44','','0','3420','1','retail',NULL,'3420','1','0','0','0','0','3420','0','printed',' ','','1','','41599043158','Cleared','','','','','','','','',0.00,0.00,NULL),(148,'','Cash','','2020-09-02 14:04:14','','0','4','2020-09-02 14:04:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599044598','Cleared','','','','','','','','',0.00,0.00,NULL),(149,'','Cash','','2020-09-02 14:11:56','','0','4','2020-09-02 14:11:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599044659','Cleared','','','','','','','','',0.00,0.00,NULL),(150,'','Cash','','2020-09-02 14:21:42','','0','4','2020-09-02 14:21:42','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41599045122','Cleared','','','','','','','','',0.00,0.00,NULL),(151,'','Cash','','2020-09-02 14:34:08','','0','4','2020-09-02 14:34:08','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41599043461','Cleared','','','','','','','','',0.00,0.00,NULL),(152,'','Cash','','2020-09-02 14:55:15','','0','4','2020-09-02 14:55:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599046504','Cleared','','','','','','','','',0.00,0.00,NULL),(153,'','Cash','','2020-09-02 14:57:28','','0','4','2020-09-02 14:57:28','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41599047729','Cleared','','','','','','','','',0.00,0.00,NULL),(154,'','Cash','','2020-09-02 15:20:57','','0','4','2020-09-02 15:20:57','','0','830','1','retail',NULL,'830','1','0','0','0','0','830','0','printed',' ','','1','','41599049123','Cleared','','','','','','','','',0.00,0.00,NULL),(155,'','Cash','','2020-09-02 15:42:34','','0','4','2020-09-02 15:42:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599050543','Cleared','','','','','','','','',0.00,0.00,NULL),(156,'','Cash','','2020-09-02 15:55:01','','0','4','2020-09-02 15:55:01','','1140','1140','1','retail',NULL,'1140','1','0','0','0','0','0','0','printed',' ','','1','','41599050560','Cleared','','','','','','','','',0.00,0.00,NULL),(157,'','Cash','','2020-09-03 09:50:13','','0','4','2020-09-03 09:50:13','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41599115724','Cleared','','','','','','','','',0.00,0.00,NULL),(158,'','Cash','','2020-09-03 11:32:52','','0','8','2020-09-03 11:32:52','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','','41599115821','Cleared','','','','','','','','',0.00,0.00,NULL),(159,'','Cash','','2020-09-03 12:42:52','','0','4','2020-09-03 12:42:52','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','','41599126091','Cleared','','','','','','','','',0.00,0.00,NULL),(160,'','Cash','','2020-09-03 12:56:29','','0','4','2020-09-03 12:56:29','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41599126185','Cleared','','','','','','','','',0.00,0.00,NULL),(161,'','Cash','','2020-09-03 13:15:32','','0','4','2020-09-03 13:15:32','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41599127180','Cleared','','','','','','','','',0.00,0.00,NULL),(162,'','Cash','','2020-09-03 13:24:42','','0','4','2020-09-03 13:24:42','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41599128180','Cleared','','','','','','','','',0.00,0.00,NULL),(163,'','Cash','','2020-09-03 14:18:41','','0','4','2020-09-03 14:18:41','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41599128702','Cleared','','','','','','','','',0.00,0.00,NULL),(164,'','Cash','','2020-09-03 15:14:25','','0','4','2020-09-03 15:14:25','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41599131930','Cleared','','','','','','','','',0.00,0.00,NULL),(165,'','Cash','','2020-09-03 15:16:03','','0','4','2020-09-03 15:16:03','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41599135277','Cleared','','','','','','','','',0.00,0.00,NULL),(166,'','Cash','','2020-09-03 15:28:27','','0','4','2020-09-03 15:28:27','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41599135632','Cleared','','','','','','','','',0.00,0.00,NULL),(167,'','Cash','','2020-09-03 16:48:04','','0','4','2020-09-03 16:48:04','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41599140823','Cleared','','','','','','','','',0.00,0.00,NULL),(168,'','Cash','','2020-09-04 09:23:13','','0','7','2020-09-04 09:23:13','','0','60000','1','retail',NULL,'60000','1','0','0','0','0','60000','0','printed',' ','','1','','71599200501','Cleared','','','','','','','','',0.00,0.00,NULL),(169,'','Cash','','2020-09-04 10:08:27','','0','7','2020-09-04 10:08:27','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71599200618','Cleared','','','','','','','','',0.00,0.00,NULL),(170,'','Cash','','2020-09-04 11:01:44','','0','7','2020-09-04 11:01:44','','0','850','1','retail',NULL,'850','1','0','0','0','0','850','0','printed',' ','','1','','71599203333','Cleared','','','','','','','','',0.00,0.00,NULL),(171,'','Cash','','2020-09-04 11:02:38','','0','7','2020-09-04 11:02:38','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','71599206530','Cleared','','','','','','','','',0.00,0.00,NULL),(172,'','Cash','','2020-09-04 11:05:05','','0','7','2020-09-04 11:05:05','','0','570','1','retail',NULL,'570','1','0','0','0','0','570','0','printed',' ','','1','','71599206564','Cleared','','','','','','','','',0.00,0.00,NULL),(173,'','Cash','','2020-09-04 11:34:45','','0','7','2020-09-04 11:34:45','','1440','1440','1','retail',NULL,'1440','1','0','0','0','0','0','0','printed',' ','','1','','71599208370','Cleared','','','','','','','','',0.00,0.00,NULL),(174,'','Cash','','2020-09-04 13:28:46','','0','7','2020-09-04 13:28:46','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','71599208497','Cleared','','','','','','','','',0.00,0.00,NULL),(175,'','Cash','','2020-09-04 14:08:30','','0','7','2020-09-04 14:08:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','71599215357','Cleared','','','','','','','','',0.00,0.00,NULL),(176,'','Cash','','2020-09-04 14:39:21','','0','7','2020-09-04 14:39:21','','570','570','1','retail',NULL,'570','1','0','0','0','0','0','0','printed',' ','','1','','71599217715','Cleared','','','','','','','','',0.00,0.00,NULL),(177,'','Cash','','2020-09-04 15:04:05','','0','7','2020-09-04 15:04:05','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','71599219620','Cleared','','','','','','','','',0.00,0.00,NULL),(178,'','Cash','','2020-09-04 16:02:36','','0','7','2020-09-04 16:02:36','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','71599221101','Cleared','','','','','','','','',0.00,0.00,NULL),(179,'','Cash','','2020-09-04 16:39:02','','0','7','2020-09-04 16:39:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599226642','Cleared','','','','','','','','',0.00,0.00,NULL),(180,'','Cash','','2020-09-05 09:13:31','','0','8','2020-09-05 09:13:31','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','81599286324','Cleared','','','','','','','','',0.00,0.00,NULL),(181,'','Cash','','2020-09-05 09:27:24','','0','7','2020-09-05 09:27:24','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','71599287230','Cleared','','','','','','','','',0.00,0.00,NULL),(182,'','Cash','','2020-09-05 10:22:56','','0','7','2020-09-05 10:22:56','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','71599287264','Cleared','','','','','','','','',0.00,0.00,NULL),(183,'','Cash','','2020-09-05 10:26:30','','0','7','2020-09-05 10:26:30','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','71599290702','Cleared','','','','','','','','',0.00,0.00,NULL),(184,'','Cash','','2020-09-05 11:21:46','','0','7','2020-09-05 11:21:46','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599290984','Cleared','','','','','','','','',0.00,0.00,NULL),(185,'','Cash','','2020-09-05 11:44:18','','0','7','2020-09-05 11:44:18','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','71599295447','Cleared','','','','','','','','',0.00,0.00,NULL),(186,'','Cash','','2020-09-05 11:46:20','','0','7','2020-09-05 11:46:20','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599295471','Cleared','','','','','','','','',0.00,0.00,NULL),(187,'','Cash','','2020-09-05 11:54:42','','0','7','2020-09-05 11:54:42','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','','71599295609','Cleared','','','','','','','','',0.00,0.00,NULL),(188,'','Cash','','2020-09-07 09:50:23','','0','7','2020-09-07 09:50:23','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','71599461344','Cleared','','','','','','','','',0.00,0.00,NULL),(189,'','Cash','','2020-09-07 10:05:08','','0','7','2020-09-07 10:05:08','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599461428','Cleared','','','','','','','','',0.00,0.00,NULL),(190,'','Cash','','2020-09-07 11:09:40','','0','7','2020-09-07 11:09:40','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','','71599462314','Cleared','','','','','','','','',0.00,0.00,NULL),(191,'','Cash','','2020-09-07 11:21:21','','0','7','2020-09-07 11:21:21','','840','840','1','retail',NULL,'840','1','0','0','0','0','0','0','printed',' ','','1','','71599466188','Cleared','','','','','','','','',0.00,0.00,NULL),(192,'','Cash','','2020-09-07 12:12:58','','0','7','2020-09-07 12:12:58','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','','1','','71599468759','Cleared','','','','','','','','',0.00,0.00,NULL),(193,'','Cash','','2020-09-07 12:14:35','','0','7','2020-09-07 12:14:35','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','71599470008','Cleared','','','','','','','','',0.00,0.00,NULL),(194,'','Cash','','2020-09-07 12:31:00','','0','7','2020-09-07 12:31:00','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','','71599471016','Cleared','','','','','','','','',0.00,0.00,NULL),(195,'','Cash','','2020-09-07 12:56:36','','0','7','2020-09-07 12:56:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599471070','Cleared','','','','','','','','',0.00,0.00,NULL),(196,'','Cash','','2020-09-07 12:58:02','','0','7','2020-09-07 12:58:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599472601','Cleared','','','','','','','','',0.00,0.00,NULL),(197,'','Cash','','2020-09-07 13:12:09','','0','7','2020-09-07 13:12:09','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','','71599472702','Cleared','','','','','','','','',0.00,0.00,NULL),(198,'','Cash','','2020-09-07 13:34:24','','0','7','2020-09-07 13:34:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599473536','Cleared','','','','','','','','',0.00,0.00,NULL),(199,'','Cash','','2020-09-07 13:38:21','','0','7','2020-09-07 13:38:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599474877','Cleared','','','','','','','','',0.00,0.00,NULL),(200,'','Cash','','2020-09-07 14:51:44','','0','7','2020-09-07 14:51:44','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','71599470100','Cleared','','','','','','','','',0.00,0.00,NULL),(201,'','Cash','','2020-09-07 14:57:52','','0','7','2020-09-07 14:57:52','','0','2500','1','retail',NULL,'2500','1','0','0','0','0','2500','0','printed',' ','','1','','71599479520','Cleared','','','','','','','','',0.00,0.00,NULL),(202,'','Cash','','2020-09-07 15:05:15','','0','7','2020-09-07 15:05:15','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','71599479895','Cleared','','','','','','','','',0.00,0.00,NULL),(203,'','Cash','','2020-09-07 16:16:50','','0','7','2020-09-07 16:16:50','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71599480397','Cleared','','','','','','','','',0.00,0.00,NULL),(204,'','Cash','','2020-09-08 08:50:29','','0','4','2020-09-08 08:50:29','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41176498340','Cleared','','','','','','','','',0.00,0.00,NULL),(205,'','Cash','','2020-09-08 09:35:45','','0','4','2020-09-08 09:35:45','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41599544237','Cleared','','','','','','','','',0.00,0.00,NULL),(206,'','Cash','','2020-09-08 09:48:18','','0','4','2020-09-08 09:48:18','','0','1980','1','retail',NULL,'1980','1','0','0','0','0','1980','0','printed',' ','','1','','41599546952','Cleared','','','','','','','','',0.00,0.00,NULL),(207,'','Cash','','2020-09-08 09:54:17','','0','4','2020-09-08 09:54:17','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41599547833','Cleared','','','','','','','','',0.00,0.00,NULL),(208,'','Cash','','2020-09-08 10:00:24','','0','4','2020-09-08 10:00:24','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41599548063','Cleared','','','','','','','','',0.00,0.00,NULL),(209,'','Cash','','2020-09-08 10:35:26','','0','4','2020-09-08 10:35:26','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41599550009','Cleared','','','','','','','','',0.00,0.00,NULL),(210,'','Cash','','2020-09-08 10:44:58','','0','4','2020-09-08 10:44:58','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','','41599550556','Cleared','','','','','','','','',0.00,0.00,NULL),(211,'','Cash','','2020-09-08 11:53:57','','0','4','2020-09-08 11:53:57','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599551109','Cleared','','','','','','','','',0.00,0.00,NULL),(212,'','Cash','','2020-09-08 11:55:50','','0','4','2020-09-08 11:55:50','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41599555243','Cleared','','','','','','','','',0.00,0.00,NULL),(213,'','Cash','','2020-09-08 12:13:08','','0','4','2020-09-08 12:13:08','','0','630','1','retail',NULL,'630','1','0','0','0','0','630','0','printed',' ','','1','','41599555356','Cleared','','','','','','','','',0.00,0.00,NULL),(214,'','Cash','','2020-09-08 12:19:10','','0','4','2020-09-08 12:19:10','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','','41599556594','Cleared','','','','','','','','',0.00,0.00,NULL),(215,'','Cash','','2020-09-08 12:35:03','','0','4','2020-09-08 12:35:03','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41599556779','Cleared','','','','','','','','',0.00,0.00,NULL),(216,'','Cash','','2020-09-08 14:20:14','','0','4','2020-09-08 14:20:14','','680','680','1','retail',NULL,'680','1','0','0','0','0','0','0','printed',' ','','1','','41599557717','Cleared','','','','','','','','',0.00,0.00,NULL),(217,'','Cash','','2020-09-08 15:07:28','','0','4','2020-09-08 15:07:28','','0','1030','1','retail',NULL,'1030','1','0','0','0','0','1030','0','printed',' ','','1','','41599564036','Cleared','','','','','','','','',0.00,0.00,NULL),(218,'','Cash','','2020-09-08 15:09:29','','0','4','2020-09-08 15:09:29','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41599566865','Cleared','','','','','','','','',0.00,0.00,NULL),(219,'','Cash','','2020-09-08 15:15:34','','0','4','2020-09-08 15:15:34','','0','5400','1','retail',NULL,'5400','1','0','0','0','0','5400','0','printed',' ','','1','','41599566984','Cleared','','','','','','','','',0.00,0.00,NULL),(220,'','Cash','','2020-09-08 15:28:50','','0','4','2020-09-08 15:28:50','','0','980','1','retail',NULL,'980','1','0','0','0','0','980','0','printed',' ','','1','','41599567366','Cleared','','','','','','','','',0.00,0.00,NULL),(221,'','Cash','','2020-09-08 16:09:06','','0','4','2020-09-08 16:09:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599568146','Cleared','','','','','','','','',0.00,0.00,NULL),(222,'','Invoice','','2020-09-08 16:42:17','MOONWALK INVESTMENT ','-40000','4','2020-09-08 16:42:17','19','0','40000','1','retail',NULL,'40000','1','0','0','40000','0','0','0','printed','MOONWALK INVESTMENT </BR>+254797659834 </BR>DN 014 ','','1','','41599572466','No','','','','','','','','',0.00,0.00,NULL),(223,'','Cash','','2020-09-08 16:50:40','','0','4','2020-09-08 16:50:40','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599572973','Cleared','','','','','','','','',0.00,0.00,NULL),(224,'','Cash','','2020-09-09 09:14:44','','0','7','2020-09-09 09:14:44','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','71599631949','Cleared','','','','','','','','',0.00,0.00,NULL),(225,'','Cash','','2020-09-09 11:03:42','','0','7','2020-09-09 11:03:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','71599638523','Cleared','','','','','','','','',0.00,0.00,NULL),(226,'','Cash','','2020-09-09 11:06:00','','0','7','2020-09-09 11:06:00','','2100','2100','1','retail',NULL,'2100','1','0','0','0','0','0','0','printed',' ','','1','','71599638645','Cleared','','','','','','','','',0.00,0.00,NULL),(227,'','Cash','','2020-09-09 11:30:16','','0','7','2020-09-09 11:30:16','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','71599638783','Cleared','','','','','','','','',0.00,0.00,NULL),(228,'','Cash','','2020-09-09 12:03:57','','0','7','2020-09-09 12:03:57','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','71599640225','Cleared','','','','','','','','',0.00,0.00,NULL),(229,'','Cash','','2020-09-09 12:16:13','','0','7','2020-09-09 12:16:13','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71599642245','Cleared','','','','','','','','',0.00,0.00,NULL),(230,'','Cash','','2020-09-09 12:38:40','','0','7','2020-09-09 12:38:40','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','71599642982','Cleared','','','','','','','','',0.00,0.00,NULL),(231,'','Cash','','2020-09-09 13:08:17','','0','7','2020-09-09 13:08:17','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','','71599644328','Cleared','','','','','','','','',0.00,0.00,NULL),(232,'','Cash','','2020-09-09 13:42:28','','0','7','2020-09-09 13:42:28','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71599646106','Cleared','','','','','','','','',0.00,0.00,NULL),(233,'','Cash','','2020-09-09 13:45:29','','0','7','2020-09-09 13:45:29','','0','400','1','retail',NULL,'400','1','0','0','0','0','400','0','printed',' ','','1','','71599648218','Cleared','','','','','','','','',0.00,0.00,NULL),(234,'','Cash','','2020-09-09 13:49:24','','0','7','2020-09-09 13:49:24','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','','71599648348','Cleared','','','','','','','','',0.00,0.00,NULL),(235,'','Cash','','2020-09-09 13:52:11','','0','7','2020-09-09 13:52:11','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599648644','Cleared','','','','','','','','',0.00,0.00,NULL),(236,'','Cash','','2020-09-09 13:53:20','','0','7','2020-09-09 13:53:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','71599648738','Cleared','','','','','','','','',0.00,0.00,NULL),(237,'','Cash','','2020-09-09 15:04:52','','0','7','2020-09-09 15:04:52','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599652680','Cleared','','','','','','','','',0.00,0.00,NULL),(238,'','Cash','','2020-09-09 15:18:11','','0','7','2020-09-09 15:18:11','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','71599653098','Cleared','','','','','','','','',0.00,0.00,NULL),(239,'','Cash','','2020-09-09 15:35:50','','0','7','2020-09-09 15:35:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599653974','Cleared','','','','','','','','',0.00,0.00,NULL),(240,'','Cash','','2020-09-10 08:52:18','','0','4','2020-09-10 08:52:18','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41599717049','Cleared','','','','','','','','',0.00,0.00,NULL),(241,'','Cash','','2020-09-10 08:55:35','','0','4','2020-09-10 08:55:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599717148','Cleared','','','','','','','','',0.00,0.00,NULL),(242,'','Cash','','2020-09-10 09:34:33','','0','4','2020-09-10 09:34:33','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41599717341','Cleared','','','','','','','','',0.00,0.00,NULL),(243,'','Cash','','2020-09-10 09:59:53','','0','4','2020-09-10 09:59:53','','0','440','1','retail',NULL,'440','1','0','0','0','0','440','0','printed',' ','','1','','41599719685','Cleared','','','','','','','','',0.00,0.00,NULL),(244,'','Cash','','2020-09-10 10:57:43','','0','4','2020-09-10 10:57:43','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41599721206','Cleared','','','','','','','','',0.00,0.00,NULL),(245,'','Cash','','2020-09-10 11:06:56','','0','4','2020-09-10 11:06:56','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41599724670','Cleared','','','','','','','','',0.00,0.00,NULL),(246,'','Cash','','2020-09-10 12:34:55','','0','4','2020-09-10 12:34:55','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41599725223','Cleared','','','','','','','','',0.00,0.00,NULL),(247,'','Cash','','2020-09-10 12:56:11','','0','4','2020-09-10 12:56:11','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41599730507','Cleared','','','','','','','','',0.00,0.00,NULL),(248,'','Cash','','2020-09-10 13:09:53','','0','4','2020-09-10 13:09:53','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599731780','Cleared','','','','','','','','',0.00,0.00,NULL),(249,'','Cash','','2020-09-10 13:32:10','','0','4','2020-09-10 13:32:10','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41599732775','Cleared','','','','','','','','',0.00,0.00,NULL),(250,'','Cash','','2020-09-10 14:06:33','','0','4','2020-09-10 14:06:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41599733937','Cleared','','','','','','','','',0.00,0.00,NULL),(251,'','Cash','','2020-09-10 14:38:28','','0','4','2020-09-10 14:38:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599736027','Cleared','','','','','','','','',0.00,0.00,NULL),(252,'','Cash','','2020-09-10 14:39:44','','0','4','2020-09-10 14:39:44','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599737914','Cleared','','','','','','','','',0.00,0.00,NULL),(253,'','Cash','','2020-09-10 14:42:54','','0','4','2020-09-10 14:42:54','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41599737989','Cleared','','','','','','','','',0.00,0.00,NULL),(254,'','Cash','','2020-09-10 14:47:18','','0','4','2020-09-10 14:47:18','','1530','1530','1','retail',NULL,'1530','1','0','0','0','0','0','0','printed',' ','','1','','41599738181','Cleared','','','','','','','','',0.00,0.00,NULL),(255,'','Cash','','2020-09-10 14:55:07','','0','4','2020-09-10 14:55:07','','1890','1890','1','retail',NULL,'1890','1','0','0','0','0','0','0','printed',' ','','1','','41599738602','Cleared','','','','','','','','',0.00,0.00,NULL),(256,'','Cash','','2020-09-10 15:01:01','','0','4','2020-09-10 15:01:01','','1890','1890','1','retail',NULL,'1890','1','0','0','0','0','0','0','printed',' ','','1','','41599738924','Cleared','','','','','','','','',0.00,0.00,NULL),(257,'','Cash','','2020-09-10 15:03:46','','0','4','2020-09-10 15:03:46','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','41599739271','Cleared','','','','','','','','',0.00,0.00,NULL),(258,'','Cash','','2020-09-10 15:05:54','','0','4','2020-09-10 15:05:54','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41599739432','Cleared','','','','','','','','',0.00,0.00,NULL),(259,'','Cash','','2020-09-10 15:08:51','','0','4','2020-09-10 15:08:51','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41599739720','Cleared','','','','','','','','',0.00,0.00,NULL),(260,'','Cash','','2020-09-10 16:10:01','','0','4','2020-09-10 16:10:01','','1890','1890','1','retail',NULL,'1890','1','0','0','0','0','0','0','printed',' ','','1','','41599739887','Cleared','','','','','','','','',0.00,0.00,NULL),(261,'','Cash','','2020-09-10 16:36:36','','0','4','2020-09-10 16:36:36','','0','2050','1','retail',NULL,'2050','1','0','0','0','0','2050','0','printed',' ','','1','','41599744878','Cleared','','','','','','','','',0.00,0.00,NULL),(262,'','Cash','','2020-09-10 16:38:40','','0','4','2020-09-10 16:38:40','','0','580','1','retail',NULL,'580','1','0','0','0','0','580','0','printed',' ','','1','','41599745008','Cleared','','','','','','','','',0.00,0.00,NULL),(263,'','Cash','','2020-09-10 16:41:27','','0','4','2020-09-10 16:41:27','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599745148','Cleared','','','','','','','','',0.00,0.00,NULL),(264,'','Cash','','2020-09-10 16:53:24','','0','4','2020-09-10 16:53:24','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41599745958','Cleared','','','','','','','','',0.00,0.00,NULL),(265,'','Cash','','2020-09-10 17:13:26','','0','4','2020-09-10 17:13:26','','0','2000','1','retail',NULL,'2000','1','0','0','0','0','2000','0','printed',' ','','1','','41599747167','Cleared','','','','','','','','',0.00,0.00,NULL),(266,'','Cash','','2020-09-10 17:14:22','','0','4','2020-09-10 17:14:22','','36000','36000','1','retail',NULL,'36000','1','0','0','0','0','0','0','printed',' ','','1','','41599747219','Cleared','','','','','','','','',0.00,0.00,NULL),(267,'','Cash','','2020-09-11 10:50:51','','0','7','2020-09-11 10:50:51','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','71599810572','Cleared','','','','','','','','',0.00,0.00,NULL),(268,'','Cash','','2020-09-11 10:54:21','','0','7','2020-09-11 10:54:21','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','71599810689','Cleared','','','','','','','','',0.00,0.00,NULL),(269,'','Cash','','2020-09-11 10:55:56','','0','7','2020-09-11 10:55:56','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','71599810894','Cleared','','','','','','','','',0.00,0.00,NULL),(270,'','Cash','','2020-09-11 11:34:13','','0','7','2020-09-11 11:34:13','','1890','1890','1','retail',NULL,'1890','1','0','0','0','0','0','0','printed',' ','','1','','71599812944','Cleared','','','','','','','','',0.00,0.00,NULL),(271,'','Cash','','2020-09-11 11:35:57','','0','7','2020-09-11 11:35:57','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71599813271','Cleared','','','','','','','','',0.00,0.00,NULL),(272,'','Cash','','2020-09-11 11:41:52','','0','7','2020-09-11 11:41:52','','0','3200','1','retail',NULL,'3200','1','0','0','0','0','3200','0','printed',' ','','1','','71599813367','Cleared','','','','','','','','',0.00,0.00,NULL),(273,'','Cash','','2020-09-11 13:38:30','','0','7','2020-09-11 13:38:30','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','71599820042','Cleared','','','','','','','','',0.00,0.00,NULL),(274,'','Cash','','2020-09-11 14:17:32','','0','7','2020-09-11 14:17:32','','2980','2980','1','retail',NULL,'2980','1','0','0','0','0','0','0','printed',' ','','1','','71599820715','Cleared','','','','','','','','',0.00,0.00,NULL),(275,'','Cash','','2020-09-11 14:30:17','','0','7','2020-09-11 14:30:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599823074','Cleared','','','','','','','','',0.00,0.00,NULL),(276,'','Cash','','2020-09-11 15:02:01','','0','7','2020-09-11 15:02:01','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','','71599823893','Cleared','','','','','','','','',0.00,0.00,NULL),(277,'','Cash','','2020-09-11 15:08:37','','0','7','2020-09-11 15:08:37','','0','650','1','retail',NULL,'650','1','0','0','0','0','650','0','printed',' ','','1','','71599825737','Cleared','','','','','','','','',0.00,0.00,NULL),(278,'','Cash','','2020-09-11 16:13:30','','0','7','2020-09-11 16:13:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599826169','Cleared','','','','','','','','',0.00,0.00,NULL),(279,'','Cash','','2020-09-11 16:15:59','','0','7','2020-09-11 16:15:59','','10','1620','1','retail',NULL,'1620','1','0','0','0','0','1610','0','printed',' ','','1','','71599830019','Cleared','','','','','','','','',0.00,0.00,NULL),(280,'','Cash','','2020-09-11 16:17:28','','0','7','2020-09-11 16:17:28','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','71599830177','Cleared','','','','','','','','',0.00,0.00,NULL),(281,'','Cash','','2020-09-11 16:21:10','','0','7','2020-09-11 16:21:10','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','71599830259','Cleared','','','','','','','','',0.00,0.00,NULL),(282,'','Cash','','2020-09-11 16:22:32','','0','7','2020-09-11 16:22:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71599830479','Cleared','','','','','','','','',0.00,0.00,NULL),(283,'','Cash','','2020-09-11 16:48:12','','0','7','2020-09-11 16:48:12','','0','670','1','retail',NULL,'670','1','0','0','0','0','670','0','printed',' ','','1','','71599831943','Cleared','','','','','','','','',0.00,0.00,NULL),(284,'','Cash','','2020-09-11 17:00:33','','0','7','2020-09-11 17:00:33','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','','1','','71599832681','Cleared','','','','','','','','',0.00,0.00,NULL),(285,'','Cash','','2020-09-12 10:12:07','','0','4','2020-09-12 10:12:07','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41599894612','Cleared','','','','','','','','',0.00,0.00,NULL),(286,'','Cash','','2020-09-12 10:12:34','','0','4','2020-09-12 10:12:34','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41599894734','Cleared','','','','','','','','',0.00,0.00,NULL),(287,'','Cash','','2020-09-12 10:29:25','','0','4','2020-09-12 10:29:25','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','41599894761','Cleared','','','','','','','','',0.00,0.00,NULL),(288,'','Cash','','2020-09-12 11:49:51','','0','4','2020-09-12 11:49:51','','0','2000','1','retail',NULL,'2000','1','0','0','0','0','2000','0','printed',' ','','1','','41599895808','Cleared','','','','','','','','',0.00,0.00,NULL),(289,'','Cash','','2020-09-12 11:59:21','','0','4','2020-09-12 11:59:21','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','','41599900600','Cleared','','','','','','','','',0.00,0.00,NULL),(290,'','Cash','','2020-09-12 12:03:30','','0','4','2020-09-12 12:03:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41599901190','Cleared','','','','','','','','',0.00,0.00,NULL),(291,'','Cash','','2020-09-12 13:08:37','','0','4','2020-09-12 13:08:37','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41599902403','Cleared','','','','','','','','',0.00,0.00,NULL),(292,'','Cash','','2020-09-14 08:29:14','','0','4','2020-09-14 08:29:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600061282','Cleared','','','','','','','','',0.00,0.00,NULL),(293,'','Cash','','2020-09-14 08:38:46','','0','4','2020-09-14 08:38:46','','1460','1460','1','retail',NULL,'1460','1','0','0','0','0','0','0','printed',' ','','1','','41600061362','Cleared','','','','','','','','',0.00,0.00,NULL),(294,'','Cash','','2020-09-14 09:11:58','','0','4','2020-09-14 09:11:58','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','','41600061950','Cleared','','','','','','','','',0.00,0.00,NULL),(295,'','Cash','','2020-09-14 10:23:48','','0','4','2020-09-14 10:23:48','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41600063954','Cleared','','','','','','','','',0.00,0.00,NULL),(296,'','Cash','','2020-09-14 10:34:06','','0','4','2020-09-14 10:34:06','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','','1','','41600068233','Cleared','','','','','','','','',0.00,0.00,NULL),(297,'','Cash','','2020-09-14 10:39:33','','0','4','2020-09-14 10:39:33','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600068853','Cleared','','','','','','','','',0.00,0.00,NULL),(298,'','Cash','','2020-09-14 11:15:17','','0','4','2020-09-14 11:15:17','','0','850','1','retail',NULL,'850','1','0','0','0','0','850','0','printed',' ','','1','','41600069198','Cleared','','','','','','','','',0.00,0.00,NULL),(299,'','Cash','','2020-09-14 11:44:24','','0','4','2020-09-14 11:44:24','','0','1380','1','retail',NULL,'1380','1','0','0','0','0','1380','0','printed',' ','','1','','41600071331','Cleared','','','','','','','','',0.00,0.00,NULL),(300,'','Cash','','2020-09-14 12:08:04','','0','4','2020-09-14 12:08:04','','1220','1220','1','retail',NULL,'1220','1','0','0','0','0','0','0','printed',' ','','1','','41600073160','Cleared','','','','','','','','',0.00,0.00,NULL),(301,'','Cash','','2020-09-14 12:42:12','','0','4','2020-09-14 12:42:12','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600074951','Cleared','','','','','','','','',0.00,0.00,NULL),(302,'','Cash','','2020-09-14 12:54:29','','0','4','2020-09-14 12:54:29','','5350','5350','1','retail',NULL,'5350','1','0','0','0','0','0','0','printed',' ','','1','','41600076543','Cleared','','','','','','','','',0.00,0.00,NULL),(303,'','Cash','','2020-09-14 13:09:08','','0','4','2020-09-14 13:09:08','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600077285','Cleared','','','','','','','','',0.00,0.00,NULL),(304,'','Cash','','2020-09-14 13:12:41','','0','4','2020-09-14 13:12:41','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','41600078161','Cleared','','','','','','','','',0.00,0.00,NULL),(305,'','Cash','','2020-09-14 13:14:00','','0','4','2020-09-14 13:14:00','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600078374','Cleared','','','','','','','','',0.00,0.00,NULL),(306,'','Cash','','2020-09-14 13:15:28','','0','4','2020-09-14 13:15:28','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41600078451','Cleared','','','','','','','','',0.00,0.00,NULL),(307,'','Cash','','2020-09-14 13:18:17','','0','4','2020-09-14 13:18:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600078601','Cleared','','','','','','','','',0.00,0.00,NULL),(308,'','Cash','','2020-09-14 13:23:06','','0','4','2020-09-14 13:23:06','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41600078702','Cleared','','','','','','','','',0.00,0.00,NULL),(309,'','Cash','','2020-09-14 13:28:30','','0','4','2020-09-14 13:28:30','','1610','1610','1','retail',NULL,'1610','1','0','0','0','0','0','0','printed',' ','','1','','41600079019','Cleared','','','','','','','','',0.00,0.00,NULL),(310,'','Cash','','2020-09-14 13:34:05','','0','4','2020-09-14 13:34:05','','0','2260','1','retail',NULL,'2260','1','0','0','0','0','2260','0','printed',' ','','1','','41600079361','Cleared','','','','','','','','',0.00,0.00,NULL),(311,'','Cash','','2020-09-14 13:37:40','','0','4','2020-09-14 13:37:40','','3200','3200','1','retail',NULL,'3200','1','0','0','0','0','0','0','printed',' ','','1','','41600079682','Cleared','','','','','','','','',0.00,0.00,NULL),(312,'','Cash','','2020-09-14 13:39:50','','0','4','2020-09-14 13:39:50','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600079873','Cleared','','','','','','','','',0.00,0.00,NULL),(313,'','Cash','','2020-09-14 13:41:05','','0','4','2020-09-14 13:41:05','','0','200','1','retail',NULL,'200','1','0','0','0','0','200','0','printed',' ','','1','','41600080008','Cleared','','','','','','','','',0.00,0.00,NULL),(314,'','Cash','','2020-09-14 14:12:53','','0','4','2020-09-14 14:12:53','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41600080081','Cleared','','','','','','','','',0.00,0.00,NULL),(315,'','Cash','','2020-09-14 15:22:59','','0','4','2020-09-14 15:22:59','','480','480','1','retail',NULL,'480','1','0','0','0','0','0','0','printed',' ','','1','','41600085633','Cleared','','','','','','','','',0.00,0.00,NULL),(316,'','Cash','','2020-09-14 15:29:10','','0','4','2020-09-14 15:29:10','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600086188','Cleared','','','','','','','','',0.00,0.00,NULL),(317,'','Cash','','2020-09-14 15:36:17','','0','4','2020-09-14 15:36:17','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600086557','Cleared','','','','','','','','',0.00,0.00,NULL),(318,'','Cash','','2020-09-14 15:40:17','','0','4','2020-09-14 15:40:17','','1920','1920','1','retail',NULL,'1920','1','0','0','0','0','0','0','printed',' ','','1','','41600087057','Cleared','','','','','','','','',0.00,0.00,NULL),(319,'','Cash','','2020-09-14 15:42:02','','0','4','2020-09-14 15:42:02','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41600087234','Cleared','','','','','','','','',0.00,0.00,NULL),(320,'','Cash','','2020-09-15 10:15:39','','0','4','2020-09-15 10:15:39','','1060','1060','1','retail',NULL,'1060','1','0','0','0','0','0','0','printed',' ','','1','','41600154081','Cleared','','','','','','','','',0.00,0.00,NULL),(321,'','Cash','','2020-09-15 12:31:37','','0','4','2020-09-15 12:31:37','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','','41600162178','Cleared','','','','','','','','',0.00,0.00,NULL),(322,'','Cash','','2020-09-15 13:29:25','','0','4','2020-09-15 13:29:25','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41600165717','Cleared','','','','','','','','',0.00,0.00,NULL),(323,'','Cash','','2020-09-15 14:28:44','','0','4','2020-09-15 14:28:44','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600165774','Cleared','','','','','','','','',0.00,0.00,NULL),(324,'','Cash','','2020-09-15 14:40:14','','0','4','2020-09-15 14:40:14','','0','1040','1','retail',NULL,'1040','1','0','0','0','0','1040','0','printed',' ','','1','','41600169498','Cleared','','','','','','','','',0.00,0.00,NULL),(325,'','Cash','','2020-09-15 14:58:31','','0','4','2020-09-15 14:58:31','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','41600170044','Cleared','','','','','','','','',0.00,0.00,NULL),(326,'','Cash','','2020-09-15 15:25:17','','0','4','2020-09-15 15:25:17','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41600171118','Cleared','','','','','','','','',0.00,0.00,NULL),(327,'','Cash','','2020-09-15 16:15:28','','0','4','2020-09-15 16:15:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600175667','Cleared','','','','','','','','',0.00,0.00,NULL),(328,'','Cash','','2020-09-16 08:43:35','','0','7','2020-09-16 08:43:35','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','71600234953','Cleared','','','','','','','','',0.00,0.00,NULL),(329,'','Cash','','2020-09-16 09:24:44','','0','7','2020-09-16 09:24:44','','0','1980','1','retail',NULL,'1980','1','0','0','0','0','1980','0','printed',' ','','1','','71600236339','Cleared','','','','','','','','',0.00,0.00,NULL),(330,'','Cash','','2020-09-16 10:10:28','','0','7','2020-09-16 10:10:28','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','71600240196','Cleared','','','','','','','','',0.00,0.00,NULL),(331,'','Cash','','2020-09-16 12:25:29','','0','7','2020-09-16 12:25:29','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','','71600240512','Cleared','','','','','','','','',0.00,0.00,NULL),(332,'','Cash','','2020-09-16 12:26:04','','0','7','2020-09-16 12:26:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','71600248339','Cleared','','','','','','','','',0.00,0.00,NULL),(333,'','Cash','','2020-09-16 13:04:03','','0','7','2020-09-16 13:04:03','','0','310','1','retail',NULL,'310','1','0','0','0','0','310','0','printed',' ','','1','','71600248618','Cleared','','','','','','','','',0.00,0.00,NULL),(334,'','Cash','','2020-09-16 13:12:52','','0','7','2020-09-16 13:12:52','','960','960','1','retail',NULL,'960','1','0','0','0','0','0','0','printed',' ','','1','','71600250749','Cleared','','','','','','','','',0.00,0.00,NULL),(335,'','Cash','','2020-09-16 13:16:55','','0','7','2020-09-16 13:16:55','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','71600251178','Cleared','','','','','','','','',0.00,0.00,NULL),(336,'','Cash','','2020-09-16 14:17:48','','0','7','2020-09-16 14:17:48','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','71600252056','Cleared','','','','','','','','',0.00,0.00,NULL),(337,'','Cash','','2020-09-16 14:20:22','','0','7','2020-09-16 14:20:22','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','71600255077','Cleared','','','','','','','','',0.00,0.00,NULL),(338,'','Cash','','2020-09-16 14:46:24','','0','7','2020-09-16 14:46:24','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','71600255288','Cleared','','','','','','','','',0.00,0.00,NULL),(339,'','Cash','','2020-09-16 15:10:34','','0','7','2020-09-16 15:10:34','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','71600256792','Cleared','','','','','','','','',0.00,0.00,NULL),(340,'','Cash','','2020-09-16 15:50:17','','0','7','2020-09-16 15:50:17','','0','1346','1','retail',NULL,'1346','1','0','0','0','0','1346','0','printed',' ','','1','','71600260517','Cleared','','','','','','','','',0.00,0.00,NULL),(341,'','Cash','','2020-09-16 16:35:39','','0','7','2020-09-16 16:35:39','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71600263286','Cleared','','','','','','','','',0.00,0.00,NULL),(342,'','Cash','','2020-09-16 16:48:30','','0','7','2020-09-16 16:48:30','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','71600263396','Cleared','','','','','','','','',0.00,0.00,NULL),(343,'','Cash','','2020-09-17 10:26:29','','0','4','2020-09-17 10:26:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41600322869','Cleared','','','','','','','','',0.00,0.00,NULL),(344,'','Cash','','2020-09-17 10:33:17','','0','4','2020-09-17 10:33:17','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41600327597','Cleared','','','','','','','','',0.00,0.00,NULL),(345,'','Cash','','2020-09-17 10:36:34','','0','4','2020-09-17 10:36:34','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600328102','Cleared','','','','','','','','',0.00,0.00,NULL),(346,'','Cash','','2020-09-17 10:40:34','','0','4','2020-09-17 10:40:34','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600328301','Cleared','','','','','','','','',0.00,0.00,NULL),(347,'','Cash','','2020-09-17 11:42:57','','0','4','2020-09-17 11:42:57','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41600328443','Cleared','','','','','','','','',0.00,0.00,NULL),(348,'','Cash','','2020-09-17 12:37:04','','0','4','2020-09-17 12:37:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600332189','Cleared','','','','','','','','',0.00,0.00,NULL),(349,'','Cash','','2020-09-17 12:39:28','','0','4','2020-09-17 12:39:28','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','41600335434','Cleared','','','','','','','','',0.00,0.00,NULL),(350,'','Cash','','2020-09-17 12:42:01','','0','4','2020-09-17 12:42:01','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41600335578','Cleared','','','','','','','','',0.00,0.00,NULL),(351,'','Cash','','2020-09-17 12:53:49','','0','4','2020-09-17 12:53:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600335948','Cleared','','','','','','','','',0.00,0.00,NULL),(352,'','Cash','','2020-09-17 13:30:45','','0','4','2020-09-17 13:30:45','','0','1400','1','retail',NULL,'1400','1','0','0','0','0','1400','0','printed',' ','','1','','41600336441','Cleared','','','','','','','','',0.00,0.00,NULL),(353,'','Cash','','2020-09-17 13:41:38','','0','4','2020-09-17 13:41:38','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41600338660','Cleared','','','','','','','','',0.00,0.00,NULL),(354,'','Cash','','2020-09-17 13:49:30','','0','4','2020-09-17 13:49:30','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41600339404','Cleared','','','','','','','','',0.00,0.00,NULL),(355,'','Cash','','2020-09-17 14:41:52','','0','4','2020-09-17 14:41:52','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41600340315','Cleared','','','','','','','','',0.00,0.00,NULL),(356,'','Cash','','2020-09-17 14:46:44','','0','4','2020-09-17 14:46:44','','0','90','1','retail',NULL,'90','1','0','0','0','0','90','0','printed',' ','','1','','41600343193','Cleared','','','','','','','','',0.00,0.00,NULL),(357,'','Cash','','2020-09-17 15:19:00','','0','4','2020-09-17 15:19:00','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','41600343251','Cleared','','','','','','','','',0.00,0.00,NULL),(358,'','Cash','','2020-09-17 15:20:21','','0','4','2020-09-17 15:20:21','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','','41600345151','Cleared','','','','','','','','',0.00,0.00,NULL),(359,'','Cash','','2020-09-17 15:47:50','','0','4','2020-09-17 15:47:50','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','41600345671','Cleared','','','','','','','','',0.00,0.00,NULL),(360,'','Cash','','2020-09-17 16:35:49','','0','4','2020-09-17 16:35:49','','0','1400','1','retail',NULL,'1400','1','0','0','0','0','1400','0','printed',' ','','1','','41600349703','Cleared','','','','','','','','',0.00,0.00,NULL),(361,'','Cash','','2020-09-18 10:28:59','','0','4','2020-09-18 10:28:59','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','','41600413360','Cleared','','','','','','','','',0.00,0.00,NULL),(362,'','Cash','','2020-09-18 10:35:02','','0','4','2020-09-18 10:35:02','','0','4320','1','retail',NULL,'4320','1','0','0','0','0','4320','0','printed',' ','','1','','41600414151','Cleared','','','','','','','','',0.00,0.00,NULL),(363,'','Cash','','2020-09-18 10:39:44','','0','4','2020-09-18 10:39:44','','0','1800','1','retail',NULL,'1800','1','0','0','0','0','1800','0','printed',' ','','1','','41600414560','Cleared','','','','','','','','',0.00,0.00,NULL),(364,'','Cash','','2020-09-18 13:10:20','','0','4','2020-09-18 13:10:20','','0','4320','1','retail',NULL,'4320','1','0','0','0','0','4320','0','printed',' ','','1','','41600423328','Cleared','','','','','','','','',0.00,0.00,NULL),(365,'','Cash','','2020-09-18 13:11:41','','0','4','2020-09-18 13:11:41','','0','1350','1','retail',NULL,'1350','1','0','0','0','0','1350','0','printed',' ','','1','','41600423839','Cleared','','','','','','','','',0.00,0.00,NULL),(366,'','Cash','','2020-09-18 13:22:11','','0','4','2020-09-18 13:22:11','','0','3600','1','retail',NULL,'3600','1','0','0','0','0','3600','0','printed',' ','','1','','41600423925','Cleared','','','','','','','','',0.00,0.00,NULL),(367,'','Cash','','2020-09-18 13:25:49','','0','4','2020-09-18 13:25:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600424545','Cleared','','','','','','','','',0.00,0.00,NULL),(368,'','Cash','','2020-09-18 13:31:15','','0','4','2020-09-18 13:31:15','','0','1160','1','retail',NULL,'1160','1','0','0','0','0','1160','0','printed',' ','','1','','41600424769','Cleared','','','','','','','','',0.00,0.00,NULL),(369,'','Cash','','2020-09-18 13:34:07','','0','4','2020-09-18 13:34:07','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600425087','Cleared','','','','','','','','',0.00,0.00,NULL),(370,'','Cash','','2020-09-18 13:47:07','','0','4','2020-09-18 13:47:07','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41600425259','Cleared','','','','','','','','',0.00,0.00,NULL),(371,'','Cash','','2020-09-18 14:28:16','','0','4','2020-09-18 14:28:16','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41600427218','Cleared','','','','','','','','',0.00,0.00,NULL),(372,'','Cash','','2020-09-18 14:32:37','','0','4','2020-09-18 14:32:37','','0','120','1','retail',NULL,'120','1','0','0','0','0','120','0','printed',' ','','1','','41600428503','Cleared','','','','','','','','',0.00,0.00,NULL),(373,'','Cash','','2020-09-18 14:37:32','','0','4','2020-09-18 14:37:32','','200','1280','1','retail',NULL,'1280','1','0','0','0','0','1080','0','printed',' ','','1','','41600428772','Cleared','','','','','','','','',0.00,0.00,NULL),(374,'','Cash','','2020-09-18 15:05:55','','0','4','2020-09-18 15:05:55','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','','41600429725','Cleared','','','','','','','','',0.00,0.00,NULL),(375,'','Cash','','2020-09-18 15:23:11','','0','4','2020-09-18 15:23:11','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41600431610','Cleared','','','','','','','','',0.00,0.00,NULL),(376,'','Cash','','2020-09-18 16:02:04','','0','4','2020-09-18 16:02:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600432077','Cleared','','','','','','','','',0.00,0.00,NULL),(377,'','Cash','','2020-09-18 16:24:18','','0','4','2020-09-18 16:24:18','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600434936','Cleared','','','','','','','','',0.00,0.00,NULL),(378,'','Cash','','2020-09-19 09:54:03','','0','4','2020-09-19 09:54:03','','0','2580','1','retail',NULL,'2580','1','0','0','0','0','2580','0','printed',' ','','1','','41600495501','Cleared','','','','','','','','',0.00,0.00,NULL),(379,'','Cash','','2020-09-19 09:56:50','','0','4','2020-09-19 09:56:50','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600498455','Cleared','','','','','','','','',0.00,0.00,NULL),(380,'','Cash','','2020-09-19 11:34:55','','0','4','2020-09-19 11:34:55','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41600504477','Cleared','','','','','','','','',0.00,0.00,NULL),(381,'','Cash','','2020-09-19 11:35:55','','0','4','2020-09-19 11:35:55','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','','41600504504','Cleared','','','','','','','','',0.00,0.00,NULL),(382,'','Cash','','2020-09-19 11:40:39','','0','4','2020-09-19 11:40:39','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41600504566','Cleared','','','','','','','','',0.00,0.00,NULL),(383,'','Cash','','2020-09-19 11:51:33','','0','4','2020-09-19 11:51:33','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41600505045','Cleared','','','','','','','','',0.00,0.00,NULL),(384,'','Cash','','2020-09-19 11:56:00','','0','4','2020-09-19 11:56:00','','0','2440','1','retail',NULL,'2440','1','0','0','0','0','2440','0','printed',' ','','1','','41600505521','Cleared','','','','','','','','',0.00,0.00,NULL),(385,'','Cash','','2020-09-19 12:15:47','','0','4','2020-09-19 12:15:47','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600506249','Cleared','','','','','','','','',0.00,0.00,NULL),(386,'','Cash','','2020-09-19 12:24:52','','0','4','2020-09-19 12:24:52','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','','41600507043','Cleared','','','','','','','','',0.00,0.00,NULL),(387,'','Cash','','2020-09-19 13:03:46','','0','4','2020-09-19 13:03:46','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600507497','Cleared','','','','','','','','',0.00,0.00,NULL),(388,'','Cash','','2020-09-19 13:25:22','','0','4','2020-09-19 13:25:22','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','','41600510950','Cleared','','','','','','','','',0.00,0.00,NULL),(389,'','Cash','','2007-04-14 00:08:52','','0','4','2007-04-14 00:08:52','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41176498304','Cleared','','','','','','','','',0.00,0.00,NULL),(390,'','Cash','','2020-09-21 09:36:31','','0','4','2020-09-21 09:36:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41176498539','Cleared','','','','','','','','',0.00,0.00,NULL),(391,'','Cash','','2020-09-21 09:40:07','','0','4','2020-09-21 09:40:07','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41600670201','Cleared','','','','','','','','',0.00,0.00,NULL),(392,'','Cash','','2020-09-21 09:55:26','','0','4','2020-09-21 09:55:26','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600670663','Cleared','','','','','','','','',0.00,0.00,NULL),(393,'','Cash','','2020-09-21 11:04:21','','0','4','2020-09-21 11:04:21','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41600671369','Cleared','','','','','','','','',0.00,0.00,NULL),(394,'','Cash','','2020-09-21 11:28:39','','0','4','2020-09-21 11:28:39','','890','890','1','retail',NULL,'890','1','0','0','0','0','0','0','printed',' ','','1','','41600675466','Cleared','','','','','','','','',0.00,0.00,NULL),(395,'','Cash','','2020-09-21 11:32:02','','0','4','2020-09-21 11:32:02','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','','1','','41600676926','Cleared','','','','','','','','',0.00,0.00,NULL),(396,'','Cash','','2020-09-21 14:26:55','','0','4','2020-09-21 14:26:55','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600684751','Cleared','','','','','','','','',0.00,0.00,NULL),(397,'','Cash','','2020-09-21 14:31:29','','0','4','2020-09-21 14:31:29','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41600687634','Cleared','','','','','','','','',0.00,0.00,NULL),(398,'','Cash','','2020-09-21 14:33:04','','0','4','2020-09-21 14:33:04','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600687908','Cleared','','','','','','','','',0.00,0.00,NULL),(399,'','Cash','','2020-09-21 14:39:18','','0','4','2020-09-21 14:39:18','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','41600687995','Cleared','','','','','','','','',0.00,0.00,NULL),(400,'','Cash','','2020-09-21 14:47:50','','0','4','2020-09-21 14:47:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600688366','Cleared','','','','','','','','',0.00,0.00,NULL),(401,'','Cash','','2020-09-21 15:27:34','','0','4','2020-09-21 15:27:34','','0','1690','1','retail',NULL,'1690','1','0','0','0','0','1690','0','printed',' ','','1','','41600689164','Cleared','','','','','','','','',0.00,0.00,NULL),(402,'','Cash','','2020-09-21 15:49:08','','0','4','2020-09-21 15:49:08','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','','41600691693','Cleared','','','','','','','','',0.00,0.00,NULL),(403,'','Cash','','2020-09-22 09:24:15','','0','4','2020-09-22 09:24:15','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41600755815','Cleared','','','','','','','','',0.00,0.00,NULL),(404,'','Cash','','2020-09-22 09:49:21','','0','4','2020-09-22 09:49:21','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41600755865','Cleared','','','','','','','','',0.00,0.00,NULL),(405,'','Cash','','2020-09-22 11:02:15','','0','4','2020-09-22 11:02:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600757368','Cleared','','','','','','','','',0.00,0.00,NULL),(406,'','Cash','','2020-09-22 11:03:23','','0','4','2020-09-22 11:03:23','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41600761749','Cleared','','','','','','','','',0.00,0.00,NULL),(407,'','Cash','','2020-09-22 11:05:04','','0','4','2020-09-22 11:05:04','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41600761814','Cleared','','','','','','','','',0.00,0.00,NULL),(408,'','Cash','','2020-09-22 11:27:52','','0','4','2020-09-22 11:27:52','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','','41600762045','Cleared','','','','','','','','',0.00,0.00,NULL),(409,'','Cash','','2020-09-22 12:25:05','','0','4','2020-09-22 12:25:05','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','','1','','41600763282','Cleared','','','','','','','','',0.00,0.00,NULL),(410,'','Cash','','2020-09-22 12:44:28','','0','4','2020-09-22 12:44:28','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','','41600766785','Cleared','','','','','','','','',0.00,0.00,NULL),(411,'','Cash','','2020-09-22 13:34:51','','0','4','2020-09-22 13:34:51','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41600767974','Cleared','','','','','','','','',0.00,0.00,NULL),(412,'','Cash','','2020-09-22 14:50:17','','0','4','2020-09-22 14:50:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600770903','Cleared','','','','','','','','',0.00,0.00,NULL),(413,'','Cash','','2020-09-22 15:10:14','','0','4','2020-09-22 15:10:14','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41600775812','Cleared','','','','','','','','',0.00,0.00,NULL),(414,'','Cash','','2020-09-22 16:03:20','','0','4','2020-09-22 16:03:20','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600779732','Cleared','','','','','','','','',0.00,0.00,NULL),(415,'','Cash','','2020-09-22 16:17:46','','0','4','2020-09-22 16:17:46','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41600780131','Cleared','','','','','','','','',0.00,0.00,NULL),(416,'','Cash','','2020-09-23 09:45:58','','0','4','2020-09-23 09:45:58','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41600841633','Cleared','','','','','','','','',0.00,0.00,NULL),(417,'','Cash','','2020-09-23 10:23:52','','0','4','2020-09-23 10:23:52','','0','1130','1','retail',NULL,'1130','1','0','0','0','0','1130','0','printed',' ','','1','','41600843566','Cleared','','','','','','','','',0.00,0.00,NULL),(418,'','Cash','','2020-09-23 10:54:56','','0','4','2020-09-23 10:54:56','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41600845846','Cleared','','','','','','','','',0.00,0.00,NULL),(419,'','Cash','','2020-09-23 11:01:45','','0','4','2020-09-23 11:01:45','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41600847702','Cleared','','','','','','','','',0.00,0.00,NULL),(420,'','Cash','','2020-09-23 11:05:28','','0','4','2020-09-23 11:05:28','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','','41600848116','Cleared','','','','','','','','',0.00,0.00,NULL),(421,'','Cash','','2020-09-23 11:13:11','','0','4','2020-09-23 11:13:11','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','','1','','41600848340','Cleared','','','','','','','','',0.00,0.00,NULL),(422,'','Cash','','2020-09-23 12:59:27','','0','4','2020-09-23 12:59:27','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600852369','Cleared','','','','','','','','',0.00,0.00,NULL),(423,'','Cash','','2020-09-23 13:04:51','','0','4','2020-09-23 13:04:51','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','41600855282','Cleared','','','','','','','','',0.00,0.00,NULL),(424,'','Cash','','2020-09-23 13:05:58','','0','4','2020-09-23 13:05:58','','0','90','1','retail',NULL,'90','1','0','0','0','0','90','0','printed',' ','','1','','41600855498','Cleared','','','','','','','','',0.00,0.00,NULL),(425,'','Cash','','2020-09-23 13:50:24','','0','4','2020-09-23 13:50:24','','660','660','1','retail',NULL,'660','1','0','0','0','0','0','0','printed',' ','','1','','41600855572','Cleared','','','','','','','','',0.00,0.00,NULL),(426,'','Cash','','2020-09-23 13:52:56','','0','4','2020-09-23 13:52:56','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','','41600858242','Cleared','','','','','','','','',0.00,0.00,NULL),(427,'','Cash','','2020-09-23 15:38:37','','0','4','2020-09-23 15:38:37','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600861580','Cleared','','','','','','','','',0.00,0.00,NULL),(428,'','Cash','','2020-09-23 15:42:51','','0','4','2020-09-23 15:42:51','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41600864737','Cleared','','','','','','','','',0.00,0.00,NULL),(429,'','Cash','','2020-09-23 15:44:49','','0','4','2020-09-23 15:44:49','','980','980','1','retail',NULL,'980','1','0','0','0','0','0','0','printed',' ','','1','','41600864988','Cleared','','','','','','','','',0.00,0.00,NULL),(430,'','Cash','','2020-09-23 16:07:49','','0','4','2020-09-23 16:07:49','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41600866242','Cleared','','','','','','','','',0.00,0.00,NULL),(431,'','Cash','','2020-09-23 16:10:28','','0','4','2020-09-23 16:10:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600866564','Cleared','','','','','','','','',0.00,0.00,NULL),(432,'','Cash','','2020-09-23 16:18:41','','0','4','2020-09-23 16:18:41','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41600866753','Cleared','','','','','','','','',0.00,0.00,NULL),(433,'','Cash','','2020-09-24 08:40:56','','0','4','2020-09-24 08:40:56','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41600925901','Cleared','','','','','','','','',0.00,0.00,NULL),(434,'','Cash','','2020-09-24 10:14:51','','0','4','2020-09-24 10:14:51','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41600926066','Cleared','','','','','','','','',0.00,0.00,NULL),(435,'','Cash','','2020-09-24 11:17:17','','0','4','2020-09-24 11:17:17','','0','1410','1','retail',NULL,'1410','1','0','0','0','0','1410','0','printed',' ','','1','','41600931698','Cleared','','','','','','','','',0.00,0.00,NULL),(436,'','Cash','','2020-09-24 11:31:03','','0','4','2020-09-24 11:31:03','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600935692','Cleared','','','','','','','','',0.00,0.00,NULL),(437,'','Cash','','2020-09-24 12:00:20','','0','4','2020-09-24 12:00:20','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','41600937615','Cleared','','','','','','','','',0.00,0.00,NULL),(438,'','Cash','','2020-09-24 12:05:25','','0','4','2020-09-24 12:05:25','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600938140','Cleared','','','','','','','','',0.00,0.00,NULL),(439,'','Cash','','2020-09-24 12:31:56','','0','4','2020-09-24 12:31:56','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41600938339','Cleared','','','','','','','','',0.00,0.00,NULL),(440,'','Cash','','2020-09-24 12:39:36','','0','4','2020-09-24 12:39:36','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600939923','Cleared','','','','','','','','',0.00,0.00,NULL),(441,'','Cash','','2020-09-24 12:52:01','','0','4','2020-09-24 12:52:01','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41600940565','Cleared','','','','','','','','',0.00,0.00,NULL),(442,'','Cash','','2020-09-24 13:27:49','','0','4','2020-09-24 13:27:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600943004','Cleared','','','','','','','','',0.00,0.00,NULL),(443,'','Cash','','2020-09-24 13:34:49','','0','4','2020-09-24 13:34:49','','0','20','1','retail',NULL,'20','1','0','0','0','0','20','0','printed',' ','','1','','41600943679','Cleared','','','','','','','','',0.00,0.00,NULL),(444,'','Cash','','2020-09-24 14:08:49','','0','4','2020-09-24 14:08:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600945636','Cleared','','','','','','','','',0.00,0.00,NULL),(445,'','Cash','','2020-09-24 14:47:42','','0','4','2020-09-24 14:47:42','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41600945743','Cleared','','','','','','','','',0.00,0.00,NULL),(446,'','Cash','','2020-09-24 15:19:51','','0','4','2020-09-24 15:19:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41600948311','Cleared','','','','','','','','',0.00,0.00,NULL),(447,'','Cash','','2020-09-25 10:32:18','','0','4','2020-09-25 10:32:18','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41601019089','Cleared','','','','','','','','',0.00,0.00,NULL),(448,'','Cash','','2020-09-25 11:34:51','','0','4','2020-09-25 11:34:51','','25000','25000','1','retail',NULL,'25000','1','0','0','0','0','0','0','printed',' ','','1','','41601019145','Cleared','','','','','','','','',0.00,0.00,NULL),(449,'','Cash','','2020-09-25 11:38:22','','0','4','2020-09-25 11:38:22','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','','41601022898','Cleared','','','','','','','','',0.00,0.00,NULL),(450,'','Cash','','2020-09-25 12:07:41','','0','4','2020-09-25 12:07:41','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601023146','Cleared','','','','','','','','',0.00,0.00,NULL),(451,'','Cash','','2020-09-25 12:34:34','','0','4','2020-09-25 12:34:34','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601025545','Cleared','','','','','','','','',0.00,0.00,NULL),(452,'','Cash','','2020-09-25 12:47:59','','0','4','2020-09-25 12:47:59','','660','660','1','retail',NULL,'660','1','0','0','0','0','0','0','printed',' ','','1','','41601026880','Cleared','','','','','','','','',0.00,0.00,NULL),(453,'','Cash','','2020-09-25 12:50:10','','0','4','2020-09-25 12:50:10','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601027285','Cleared','','','','','','','','',0.00,0.00,NULL),(454,'','Cash','','2020-09-25 12:56:56','','0','4','2020-09-25 12:56:56','','0','680','1','retail',NULL,'680','1','0','0','0','0','680','0','printed',' ','','1','','41601027515','Cleared','','','','','','','','',0.00,0.00,NULL),(455,'','Cash','','2020-09-25 13:12:39','','0','4','2020-09-25 13:12:39','','0','1690','1','retail',NULL,'1690','1','0','0','0','0','1690','0','printed',' ','','1','','41601027905','Cleared','','','','','','','','',0.00,0.00,NULL),(456,'','Cash','','2020-09-25 13:18:28','','0','4','2020-09-25 13:18:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601028781','Cleared','','','','','','','','',0.00,0.00,NULL),(457,'','Cash','','2020-09-25 13:23:38','','0','4','2020-09-25 13:23:38','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41601029131','Cleared','','','','','','','','',0.00,0.00,NULL),(458,'','Cash','','2020-09-25 13:48:26','','0','4','2020-09-25 13:48:26','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601029804','Cleared','','','','','','','','',0.00,0.00,NULL),(459,'','Cash','','2020-09-25 14:07:23','','0','4','2020-09-25 14:07:23','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41601030921','Cleared','','','','','','','','',0.00,0.00,NULL),(460,'','Cash','','2020-09-25 14:09:13','','0','4','2020-09-25 14:09:13','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601032051','Cleared','','','','','','','','',0.00,0.00,NULL),(461,'','Cash','','2020-09-25 14:10:48','','0','4','2020-09-25 14:10:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601032158','Cleared','','','','','','','','',0.00,0.00,NULL),(462,'','Cash','','2020-09-25 14:18:24','','0','4','2020-09-25 14:18:24','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601032253','Cleared','','','','','','','','',0.00,0.00,NULL),(463,'','Cash','','2020-09-25 15:00:41','','0','4','2020-09-25 15:00:41','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601032773','Cleared','','','','','','','','',0.00,0.00,NULL),(464,'','Cash','','2020-09-25 15:14:16','','0','4','2020-09-25 15:14:16','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41601035324','Cleared','','','','','','','','',0.00,0.00,NULL),(465,'','Cash','','2020-09-25 15:40:28','','0','4','2020-09-25 15:40:28','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601036122','Cleared','','','','','','','','',0.00,0.00,NULL),(466,'','Cash','','2020-09-25 15:45:24','','0','4','2020-09-25 15:45:24','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41601037711','Cleared','','','','','','','','',0.00,0.00,NULL),(467,'','Cash','','2020-09-25 15:58:25','','0','4','2020-09-25 15:58:25','','0','1040','1','retail',NULL,'1040','1','0','0','0','0','1040','0','printed',' ','','1','','41601037931','Cleared','','','','','','','','',0.00,0.00,NULL),(468,'','Cash','','2020-09-25 16:20:55','','0','4','2020-09-25 16:20:55','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601038790','Cleared','','','','','','','','',0.00,0.00,NULL),(469,'','Invoice','','2020-09-26 10:57:51','G & R ANNEX','-0','4','2020-09-26 10:57:51','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed','G & R ANNEX </BR>+254727464176 ','','1','','41601106233','No','','','','','','','','',0.00,0.00,NULL),(470,'','Cash','','2020-09-26 11:08:02','','0','4','2020-09-26 11:08:02','','520','520','1','retail',NULL,'520','1','0','0','0','0','0','0','printed',' ','','1','','41601107276','Cleared','','','','','','','','',0.00,0.00,NULL),(471,'','Cash','','2020-09-26 11:24:34','','0','4','2020-09-26 11:24:34','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','41601107696','Cleared','','','','','','','','',0.00,0.00,NULL),(472,'','Cash','','2020-09-26 11:26:41','','0','4','2020-09-26 11:26:41','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601108691','Cleared','','','','','','','','',0.00,0.00,NULL),(473,'','Cash','','2020-09-26 12:14:30','','0','4','2020-09-26 12:14:30','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41601108844','Cleared','','','','','','','','',0.00,0.00,NULL),(474,'','Cash','','2020-09-26 12:46:47','','0','4','2020-09-26 12:46:47','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41601111792','Cleared','','','','','','','','',0.00,0.00,NULL),(475,'','Cash','','2020-09-28 08:59:15','','0','4','2020-09-28 08:59:15','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41601272510','Cleared','','','','','','','','',0.00,0.00,NULL),(476,'','Cash','','2020-09-28 09:01:16','','0','4','2020-09-28 09:01:16','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41601272811','Cleared','','','','','','','','',0.00,0.00,NULL),(477,'','Cash','','2020-09-28 09:10:34','','0','4','2020-09-28 09:10:34','','1470','1470','1','retail',NULL,'1470','1','0','0','0','0','0','0','printed',' ','','1','','41601272893','Cleared','','','','','','','','',0.00,0.00,NULL),(478,'','Cash','','2020-09-28 09:27:45','','0','4','2020-09-28 09:27:45','','1220','1220','1','retail',NULL,'1220','1','0','0','0','0','0','0','printed',' ','','1','','41601273464','Cleared','','','','','','','','',0.00,0.00,NULL),(479,'','Cash','','2020-09-28 10:22:33','','0','4','2020-09-28 10:22:33','','980','980','1','retail',NULL,'980','1','0','0','0','0','0','0','printed',' ','','1','','41601274491','Cleared','','','','','','','','',0.00,0.00,NULL),(480,'','Cash','','2020-09-28 10:23:41','','0','4','2020-09-28 10:23:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601277764','Cleared','','','','','','','','',0.00,0.00,NULL),(481,'','Cash','','2020-09-28 10:54:03','','0','4','2020-09-28 10:54:03','','0','590','1','retail',NULL,'590','1','0','0','0','0','590','0','printed',' ','','1','','41601277827','Cleared','','','','','','','','',0.00,0.00,NULL),(482,'','Cash','','2020-09-28 11:06:05','','0','4','2020-09-28 11:06:05','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601279652','Cleared','','','','','','','','',0.00,0.00,NULL),(483,'','Cash','','2020-09-28 11:08:38','','0','4','2020-09-28 11:08:38','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601280375','Cleared','','','','','','','','',0.00,0.00,NULL),(484,'','Cash','','2020-09-28 11:27:56','','0','4','2020-09-28 11:27:56','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41601280527','Cleared','','','','','','','','',0.00,0.00,NULL),(485,'','Cash','','2020-09-28 11:31:10','','0','4','2020-09-28 11:31:10','','0','510','1','retail',NULL,'510','1','0','0','0','0','510','0','printed',' ','','1','','41601281691','Cleared','','','','','','','','',0.00,0.00,NULL),(486,'','Cash','','2020-09-28 11:34:08','','0','4','2020-09-28 11:34:08','','0','420','1','retail',NULL,'420','1','0','0','0','0','420','0','printed',' ','','1','','41601281891','Cleared','','','','','','','','',0.00,0.00,NULL),(487,'','Cash','','2020-09-28 12:06:23','','0','4','2020-09-28 12:06:23','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41601282069','Cleared','','','','','','','','',0.00,0.00,NULL),(488,'','Cash','','2020-09-28 12:38:05','','0','4','2020-09-28 12:38:05','','1040','1040','1','retail',NULL,'1040','1','0','0','0','0','0','0','printed',' ','','1','','41601284305','Cleared','','','','','','','','',0.00,0.00,NULL),(489,'','Cash','','2020-09-28 12:41:17','','0','4','2020-09-28 12:41:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601285925','Cleared','','','','','','','','',0.00,0.00,NULL),(490,'','Cash','','2020-09-28 13:44:27','','0','4','2020-09-28 13:44:27','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41601286082','Cleared','','','','','','','','',0.00,0.00,NULL),(491,'','Cash','','2020-09-28 14:11:49','','0','4','2020-09-28 14:11:49','','0','1620','1','retail',NULL,'1620','1','0','0','0','0','1620','0','printed',' ','','1','','41601289872','Cleared','','','','','','','','',0.00,0.00,NULL),(492,'','Cash','','2020-09-28 14:14:18','','0','4','2020-09-28 14:14:18','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','','41601291548','Cleared','','','','','','','','',0.00,0.00,NULL),(493,'','Cash','','2020-09-28 14:30:33','','0','4','2020-09-28 14:30:33','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601291668','Cleared','','','','','','','','',0.00,0.00,NULL),(494,'','Cash','','2020-09-28 15:07:21','','0','4','2020-09-28 15:07:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601294761','Cleared','','','','','','','','',0.00,0.00,NULL),(495,'','Cash','','2020-09-28 15:45:31','','0','4','2020-09-28 15:45:31','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41601294899','Cleared','','','','','','','','',0.00,0.00,NULL),(496,'','Cash','','2020-09-28 15:49:31','','0','4','2020-09-28 15:49:31','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601297136','Cleared','','','','','','','','',0.00,0.00,NULL),(497,'','Cash','','2020-09-29 10:44:59','','0','4','2020-09-29 10:44:59','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41601365436','Cleared','','','','','','','','',0.00,0.00,NULL),(498,'','Cash','','2020-09-29 10:47:36','','0','4','2020-09-29 10:47:36','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','','41601365506','Cleared','','','','','','','','',0.00,0.00,NULL),(499,'','Cash','','2020-09-29 10:50:58','','0','4','2020-09-29 10:50:58','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601365702','Cleared','','','','','','','','',0.00,0.00,NULL),(500,'','Cash','','2020-09-29 11:38:43','','0','4','2020-09-29 11:38:43','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41601366179','Cleared','','','','','','','','',0.00,0.00,NULL),(501,'','Cash','','2020-09-29 11:49:16','','0','4','2020-09-29 11:49:16','','0','1620','1','retail',NULL,'1620','1','0','0','0','0','1620','0','printed',' ','','1','','41601368742','Cleared','','','','','','','','',0.00,0.00,NULL),(502,'','Cash','','2020-09-29 12:28:59','','0','4','2020-09-29 12:28:59','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601369372','Cleared','','','','','','','','',0.00,0.00,NULL),(503,'','Cash','','2020-09-29 13:17:20','','0','4','2020-09-29 13:17:20','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','','41601374600','Cleared','','','','','','','','',0.00,0.00,NULL),(504,'','Cash','','2020-09-29 14:05:56','','0','4','2020-09-29 14:05:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601377454','Cleared','','','','','','','','',0.00,0.00,NULL),(505,'','Cash','','2020-09-29 14:14:39','','0','4','2020-09-29 14:14:39','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41601377593','Cleared','','','','','','','','',0.00,0.00,NULL),(506,'','Cash','','2020-09-29 14:20:17','','0','4','2020-09-29 14:20:17','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601378203','Cleared','','','','','','','','',0.00,0.00,NULL),(507,'','Cash','','2020-09-29 14:47:31','','0','4','2020-09-29 14:47:31','','0','460','1','retail',NULL,'460','1','0','0','0','0','460','0','printed',' ','','1','','41601378490','Cleared','','','','','','','','',0.00,0.00,NULL),(508,'','Cash','','2020-09-29 14:59:57','','0','4','2020-09-29 14:59:57','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601380061','Cleared','','','','','','','','',0.00,0.00,NULL),(509,'','Cash','','2020-09-29 15:21:50','','0','4','2020-09-29 15:21:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601380803','Cleared','','','','','','','','',0.00,0.00,NULL),(510,'','Cash','','2020-09-29 15:51:25','','0','4','2020-09-29 15:51:25','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601382116','Cleared','','','','','','','','',0.00,0.00,NULL),(511,'','Cash','','2020-09-30 10:30:59','','0','4','2020-09-30 10:30:59','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601449870','Cleared','','','','','','','','',0.00,0.00,NULL),(512,'','Cash','','2020-09-30 10:43:10','','0','4','2020-09-30 10:43:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41601451067','Cleared','','','','','','','','',0.00,0.00,NULL),(513,'','Cash','','2020-09-30 10:46:22','','0','4','2020-09-30 10:46:22','','0','630','1','retail',NULL,'630','1','0','0','0','0','630','0','printed',' ','','1','','41601451795','Cleared','','','','','','','','',0.00,0.00,NULL),(514,'','Cash','','2020-09-30 10:54:30','','0','4','2020-09-30 10:54:30','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','41601452031','Cleared','','','','','','','','',0.00,0.00,NULL),(515,'','Cash','','2020-09-30 12:55:13','','0','4','2020-09-30 12:55:13','','940','940','1','retail',NULL,'940','1','0','0','0','0','0','0','printed',' ','','1','','41601459344','Cleared','','','','','','','','',0.00,0.00,NULL),(516,'','Cash','','2020-09-30 13:51:22','','0','4','2020-09-30 13:51:22','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41601463009','Cleared','','','','','','','','',0.00,0.00,NULL),(517,'','Cash','','2020-09-30 13:53:49','','0','4','2020-09-30 13:53:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601463125','Cleared','','','','','','','','',0.00,0.00,NULL),(518,'','Cash','','2020-11-20 09:55:38','WELLS FARGO LTD','824','4','2020-09-30 13:57:13','21','900','38350','1','retail',NULL,'38350','1','0','0','-824','0','0','38274','printed',' ','','1','0','41601463322','No','1','2020-11-20 09:55:38','','','','','','',0.00,0.00,0),(519,'','Cash','','2020-09-30 14:33:02','','0','4','2020-09-30 14:33:02','','1570','1570','1','retail',NULL,'1570','1','0','0','0','0','0','0','printed',' ','','1','','41601465332','Cleared','','','','','','','','',0.00,0.00,NULL),(520,'','Cash','','2020-09-30 14:48:04','','0','4','2020-09-30 14:48:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601465594','Cleared','','','','','','','','',0.00,0.00,NULL),(521,'','Cash','','2020-09-30 15:46:03','','0','4','2020-09-30 15:46:03','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','','41601466497','Cleared','','','','','','','','',0.00,0.00,NULL),(522,'','Cash','','2020-10-01 10:28:30','','0','4','2020-10-01 10:28:30','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601537285','Cleared','','','','','','','','',0.00,0.00,NULL),(523,'','Cash','','2020-10-01 10:54:10','','0','4','2020-10-01 10:54:10','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601537316','Cleared','','','','','','','','',0.00,0.00,NULL),(524,'','Cash','','2020-10-01 12:10:00','','0','4','2020-10-01 12:10:00','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','','41601538867','Cleared','','','','','','','','',0.00,0.00,NULL),(525,'','Cash','','2020-10-01 13:06:08','','0','4','2020-10-01 13:06:08','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','','41601545515','Cleared','','','','','','','','',0.00,0.00,NULL),(526,'','Cash','','2020-10-01 13:37:36','','0','4','2020-10-01 13:37:36','','0','750','1','retail',NULL,'750','1','0','0','0','0','750','0','printed',' ','','1','','41601546794','Cleared','','','','','','','','',0.00,0.00,NULL),(527,'','Cash','','2020-10-01 13:41:29','','0','4','2020-10-01 13:41:29','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41601548669','Cleared','','','','','','','','',0.00,0.00,NULL),(528,'','Cash','','2020-10-01 14:08:09','','0','4','2020-10-01 14:08:09','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41601548924','Cleared','','','','','','','','',0.00,0.00,NULL),(529,'','Cash','','2020-10-01 15:10:56','','0','4','2020-10-01 15:10:56','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601550494','Cleared','','','','','','','','',0.00,0.00,NULL),(530,'','Cash','','2020-10-01 15:19:31','','0','4','2020-10-01 15:19:31','','490','700','1','retail',NULL,'700','1','0','0','0','0','210','0','printed',' ','','1','','41601554309','Cleared','','','','','','','','',0.00,0.00,NULL),(531,'','Cash','','2020-10-02 09:17:39','','0','4','2020-10-02 09:17:39','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','','41601619414','Cleared','','','','','','','','',0.00,0.00,NULL),(532,'','Cash','','2020-10-02 09:21:03','','0','4','2020-10-02 09:21:03','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41601619466','Cleared','4','2020-10-02 09:21:03','','','','','','',0.00,0.00,NULL),(533,'','Cash','','2020-10-02 09:54:46','','0','4','2020-10-02 09:54:46','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41601619686','Cleared','','','','','','','','',0.00,0.00,NULL),(534,'','Cash','','2020-10-02 11:11:50','','0','4','2020-10-02 11:11:50','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41601621693','Cleared','','','','','','','','',0.00,0.00,NULL),(535,'','Cash','','2020-10-02 11:40:56','','0','4','2020-10-02 11:40:56','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','','41601627841','Cleared','','','','','','','','',0.00,0.00,NULL),(536,'','Cash','','2020-10-02 14:26:14','','0','4','2020-10-02 14:26:14','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41601637870','Cleared','','','','','','','','',0.00,0.00,NULL),(537,'','Cash','','2020-10-02 14:56:56','','0','4','2020-10-02 14:56:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601637979','Cleared','','','','','','','','',0.00,0.00,NULL),(538,'','Cash','','2020-10-02 14:58:46','','0','4','2020-10-02 14:58:46','','0','3600','1','retail',NULL,'3600','1','0','0','0','0','3600','0','printed',' ','','1','','41601639825','Cleared','','','','','','','','',0.00,0.00,NULL),(539,'','Cash','','2020-10-02 15:02:40','','0','4','2020-10-02 15:02:40','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601639956','Cleared','','','','','','','','',0.00,0.00,NULL),(540,'','Cash','','2020-10-02 16:27:58','','0','4','2020-10-02 16:27:58','','0','3600','1','retail',NULL,'3600','1','0','0','0','0','3600','0','printed',' ','','1','','41601640199','Cleared','','','','','','','','',0.00,0.00,NULL),(541,'','Cash','','2020-10-02 16:36:15','','0','4','2020-10-02 16:36:15','','0','1440','1','retail',NULL,'1440','1','0','0','0','0','1440','0','printed',' ','','1','','41601645298','Cleared','','','','','','','','',0.00,0.00,NULL),(542,'','Cash','','2020-10-03 09:22:09','','0','4','2020-10-03 09:22:09','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','','41601706085','Cleared','','','','','','','','',0.00,0.00,NULL),(543,'','Cash','','2020-10-03 09:40:54','','0','4','2020-10-03 09:40:54','','2250','2250','1','retail',NULL,'2250','1','0','0','0','0','0','0','printed',' ','','1','','41601706147','Cleared','','','','','','','','',0.00,0.00,NULL),(544,'','Cash','','2020-10-03 09:44:53','','0','4','2020-10-03 09:44:53','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','','41601707267','Cleared','','','','','','','','',0.00,0.00,NULL),(545,'','Cash','','2020-10-03 10:30:28','','0','4','2020-10-03 10:30:28','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601707501','Cleared','','','','','','','','',0.00,0.00,NULL),(546,'','Cash','','2020-10-03 10:42:01','','0','4','2020-10-03 10:42:01','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41601710891','Cleared','','','','','','','','',0.00,0.00,NULL),(547,'','Cash','','2020-10-03 10:43:45','','0','4','2020-10-03 10:43:45','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601710927','Cleared','','','','','','','','',0.00,0.00,NULL),(548,'','Cash','','2020-10-03 11:13:49','','0','4','2020-10-03 11:13:49','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601712712','Cleared','','','','','','','','',0.00,0.00,NULL),(549,'','Cash','','2020-10-03 11:56:34','','0','4','2020-10-03 11:56:34','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','','1','','41601712851','Cleared','','','','','','','','',0.00,0.00,NULL),(550,'','Cash','','2020-10-03 12:55:30','','0','4','2020-10-03 12:55:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601718077','Cleared','','','','','','','','',0.00,0.00,NULL),(551,'','Cash','','2020-10-03 13:02:27','','0','4','2020-10-03 13:02:27','','0','2000','1','retail',NULL,'2000','1','0','0','0','0','2000','0','printed',' ','','1','','41601718936','Cleared','','','','','','','','',0.00,0.00,NULL),(552,'','Cash','','2020-10-05 09:58:48','','0','4','2020-10-05 09:58:48','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41601879577','Cleared','','','','','','','','',0.00,0.00,NULL),(553,'','Cash','','2020-10-05 11:27:10','','0','4','2020-10-05 11:27:10','','0','1040','1','retail',NULL,'1040','1','0','0','0','0','1040','0','printed',' ','','1','','41601881194','Cleared','','','','','','','','',0.00,0.00,NULL),(554,'','Cash','','2020-10-05 13:47:57','','0','4','2020-10-05 13:47:57','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601886440','Cleared','','','','','','','','',0.00,0.00,NULL),(555,'','Cash','','2020-10-05 15:16:44','','0','4','2020-10-05 15:16:44','','0','5170','1','retail',NULL,'5170','1','0','0','0','0','5170','0','printed',' ','','1','','41601899940','Cleared','','','','','','','','',0.00,0.00,NULL),(556,'','Cash','','2020-10-05 15:25:18','','0','4','2020-10-05 15:25:18','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41601900277','Cleared','','','','','','','','',0.00,0.00,NULL),(557,'','Cash','','2020-10-05 15:44:02','','0','4','2020-10-05 15:44:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601900724','Cleared','','','','','','','','',0.00,0.00,NULL),(558,'','Cash','','2020-10-05 16:17:10','','0','4','2020-10-05 16:17:10','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601901849','Cleared','','','','','','','','',0.00,0.00,NULL),(559,'','Cash','','2020-10-06 09:40:53','','0','4','2020-10-06 09:40:53','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','','41601966425','Cleared','','','','','','','','',0.00,0.00,NULL),(560,'','Cash','','2020-10-06 10:27:46','','0','4','2020-10-06 10:27:46','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41601966489','Cleared','','','','','','','','',0.00,0.00,NULL),(561,'','Cash','','2020-10-06 10:28:21','','0','4','2020-10-06 10:28:21','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41601969276','Cleared','','','','','','','','',0.00,0.00,NULL),(562,'','Cash','','2020-10-06 12:48:17','','0','4','2020-10-06 12:48:17','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41601969311','Cleared','','','','','','','','',0.00,0.00,NULL),(563,'','Cash','','2020-10-06 12:50:15','','0','4','2020-10-06 12:50:15','','1120','1120','1','retail',NULL,'1120','1','0','0','0','0','0','0','printed',' ','','1','','41601977708','Cleared','','','','','','','','',0.00,0.00,NULL),(564,'','Cash','','2020-10-06 12:52:29','','0','4','2020-10-06 12:52:29','','780','780','1','retail',NULL,'780','1','0','0','0','0','0','0','printed',' ','','1','','41601977825','Cleared','','','','','','','','',0.00,0.00,NULL),(565,'','Cash','','2020-10-06 12:57:43','','0','4','2020-10-06 12:57:43','','0','590','1','retail',NULL,'590','1','0','0','0','0','590','0','printed',' ','','1','','41601977958','Cleared','','','','','','','','',0.00,0.00,NULL),(566,'','Cash','','2020-10-06 13:00:44','','0','4','2020-10-06 13:00:44','','0','720','1','retail',NULL,'720','1','0','0','0','0','720','0','printed',' ','','1','','41601978334','Cleared','','','','','','','','',0.00,0.00,NULL),(567,'','Cash','','2020-10-06 13:35:47','','0','4','2020-10-06 13:35:47','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601978629','Cleared','','','','','','','','',0.00,0.00,NULL),(568,'','Cash','','2020-10-06 14:17:13','','0','4','2020-10-06 14:17:13','','7600','7600','1','retail',NULL,'7600','1','0','0','0','0','0','0','printed',' ','','1','','41601980560','Cleared','','','','','','','','',0.00,0.00,NULL),(569,'','Cash','','2020-10-06 14:48:56','','0','4','2020-10-06 14:48:56','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41601983040','Cleared','','','','','','','','',0.00,0.00,NULL),(570,'','Cash','','2020-10-06 15:40:04','','0','4','2020-10-06 15:40:04','','0','2500','1','retail',NULL,'2500','1','0','0','0','0','2500','0','printed',' ','','1','','41601984956','Cleared','','','','','','','','',0.00,0.00,NULL),(571,'','Cash','','2020-10-06 15:53:48','','0','4','2020-10-06 15:53:48','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41601988041','Cleared','','','','','','','','',0.00,0.00,NULL),(572,'','Cash','','2020-10-06 16:01:40','','0','4','2020-10-06 16:01:40','','1180','1180','1','retail',NULL,'1180','1','0','0','0','0','0','0','printed',' ','','1','','41601988836','Cleared','','','','','','','','',0.00,0.00,NULL),(573,'','Cash','','2020-10-06 16:04:47','','0','4','2020-10-06 16:04:47','','0','1120','1','retail',NULL,'1120','1','0','0','0','0','1120','0','printed',' ','','1','','41601989309','Cleared','','','','','','','','',0.00,0.00,NULL),(574,'','Cash','','2020-10-06 16:11:41','','0','4','2020-10-06 16:11:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41601989652','Cleared','','','','','','','','',0.00,0.00,NULL),(575,'','Cash','','2020-10-06 16:18:29','','0','4','2020-10-06 16:18:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41601989908','Cleared','','','','','','','','',0.00,0.00,NULL),(576,'','Cash','','2020-10-06 16:25:10','','0','4','2020-10-06 16:25:10','','0','420','1','retail',NULL,'420','1','0','0','0','0','420','0','printed',' ','','1','','41601990315','Cleared','','','','','','','','',0.00,0.00,NULL),(577,'','Cash','','2020-10-07 09:34:06','','0','4','2020-10-07 09:34:06','','0','490','1','retail',NULL,'490','1','0','0','0','0','490','0','printed',' ','','1','','41602052402','Cleared','','','','','','','','',0.00,0.00,NULL),(578,'','Cash','','2020-10-07 11:13:41','','0','4','2020-10-07 11:13:41','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','41602052513','Cleared','','','','','','','','',0.00,0.00,NULL),(579,'','Cash','','2020-10-07 11:52:17','','0','4','2020-10-07 11:52:17','','0','1980','1','retail',NULL,'1980','1','0','0','0','0','1980','0','printed',' ','','1','','41602060625','Cleared','','','','','','','','',0.00,0.00,NULL),(580,'','Cash','','2020-10-07 11:58:17','','0','4','2020-10-07 11:58:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602060756','Cleared','','','','','','','','',0.00,0.00,NULL),(581,'','Cash','','2020-10-07 12:47:26','','0','4','2020-10-07 12:47:26','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','','1','','41602061107','Cleared','','','','','','','','',0.00,0.00,NULL),(582,'','Cash','','2020-10-07 13:15:44','','0','4','2020-10-07 13:15:44','','1490','1490','1','retail',NULL,'1490','1','0','0','0','0','0','0','printed',' ','','1','','41602064570','Cleared','','','','','','','','',0.00,0.00,NULL),(583,'','Invoice','','2020-10-07 13:26:18','MOONWALK INVESTMENT','-8000','4','2020-10-07 13:26:18','19','0','8000','1','retail',NULL,'8000','1','0','0','8000','0','0','0','printed','MOONWALK INVESTMENT </BR>+254797659834 ','','1','','41602066045','No','','','','','','','','',0.00,0.00,NULL),(584,'','Cash','','2020-10-07 13:33:36','','0','4','2020-10-07 13:33:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602066690','Cleared','','','','','','','','',0.00,0.00,NULL),(585,'','Cash','','2020-10-07 14:47:22','','0','4','2020-10-07 14:47:22','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41602070922','Cleared','','','','','','','','',0.00,0.00,NULL),(586,'','Cash','','2020-10-07 14:49:58','','0','4','2020-10-07 14:49:58','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41602071306','Cleared','','','','','','','','',0.00,0.00,NULL),(587,'','Cash','','2020-10-07 14:53:05','','0','4','2020-10-07 14:53:05','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602071406','Cleared','','','','','','','','',0.00,0.00,NULL),(588,'','Cash','','2020-10-07 15:22:40','','0','4','2020-10-07 15:22:40','','690','690','1','retail',NULL,'690','1','0','0','0','0','0','0','printed',' ','','1','','41602071616','Cleared','','','','','','','','',0.00,0.00,NULL),(589,'','Cash','','2020-10-07 15:32:40','','0','4','2020-10-07 15:32:40','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602073368','Cleared','','','','','','','','',0.00,0.00,NULL),(590,'','Cash','','2020-10-07 15:48:46','','0','4','2020-10-07 15:48:46','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602074013','Cleared','','','','','','','','',0.00,0.00,NULL),(591,'','Cash','','2020-10-07 15:53:05','','0','4','2020-10-07 15:53:05','','460','500','1','retail',NULL,'500','1','0','0','0','0','40','0','printed',' ','','1','','41602074932','Cleared','','','','','','','','',0.00,0.00,NULL),(592,'','Cash','','2020-10-07 16:10:22','','0','4','2020-10-07 16:10:22','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41602075204','Cleared','','','','','','','','',0.00,0.00,NULL),(593,'','Cash','','2020-10-07 16:35:17','','0','4','2020-10-07 16:35:17','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41602077572','Cleared','','','','','','','','',0.00,0.00,NULL),(594,'','Cash','','2020-10-07 16:37:19','','0','4','2020-10-07 16:37:19','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602077759','Cleared','','','','','','','','',0.00,0.00,NULL),(595,'','Cash','','2007-04-14 00:23:18','','0','4','2007-04-14 00:23:18','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41176499281','Cleared','','','','','','','','',0.00,0.00,NULL),(596,'','Cash','','2007-04-14 01:08:10','','0','4','2007-04-14 01:08:10','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','','41176499406','Cleared','','','','','','','','',0.00,0.00,NULL),(597,'','Cash','','2020-10-08 11:58:06','','0','4','2020-10-08 11:58:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602147430','Cleared','','','','','','','','',0.00,0.00,NULL),(598,'','Cash','','2020-10-08 13:55:12','','0','4','2020-10-08 13:55:12','','1980','1980','1','retail',NULL,'1980','1','0','0','0','0','0','0','printed',' ','','1','','41602154345','Cleared','','','','','','','','',0.00,0.00,NULL),(599,'','Cash','','2020-10-08 14:22:19','','0','4','2020-10-08 14:22:19','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602156051','Cleared','','','','','','','','',0.00,0.00,NULL),(600,'','Cash','','2020-10-08 14:40:27','','0','4','2020-10-08 14:40:27','','0','3200','1','retail',NULL,'3200','1','0','0','0','0','3200','0','printed',' ','','1','','41602156145','Cleared','','','','','','','','',0.00,0.00,NULL),(601,'','Cash','','2020-10-08 14:41:53','','0','4','2020-10-08 14:41:53','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','','41602157239','Cleared','','','','','','','','',0.00,0.00,NULL),(602,'','Cash','','2020-10-08 14:43:16','','0','4','2020-10-08 14:43:16','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41602157325','Cleared','','','','','','','','',0.00,0.00,NULL),(603,'','Cash','','2020-10-08 15:48:45','','0','4','2020-10-08 15:48:45','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41602160142','Cleared','','','','','','','','',0.00,0.00,NULL),(604,'','Cash','','2020-10-08 16:08:56','','0','4','2020-10-08 16:08:56','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41602161330','Cleared','','','','','','','','',0.00,0.00,NULL),(605,'','Cash','','2020-10-08 08:49:28','','0','4','2020-10-08 08:49:28','','650','650','1','retail',NULL,'650','1','0','0','0','0','0','0','printed',' ','','1','','41602136116','Cleared','','','','','','','','',0.00,0.00,NULL),(606,'','Cash','','2020-10-08 08:54:21','','0','4','2020-10-08 08:54:21','','0','2610','1','retail',NULL,'2610','1','0','0','0','0','2610','0','printed',' ','','1','','41602136202','Cleared','','','','','','','','',0.00,0.00,NULL),(607,'','Cash','','2020-10-09 10:19:43','','0','4','2020-10-09 10:19:43','','520','520','1','retail',NULL,'520','1','0','0','0','0','0','0','printed',' ','','1','','41602226189','Cleared','','','','','','','','',0.00,0.00,NULL),(608,'','Cash','','2020-10-09 10:58:17','','0','4','2020-10-09 10:58:17','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','','41602227991','Cleared','','','','','','','','',0.00,0.00,NULL),(609,'','Cash','','2020-10-09 11:34:00','','0','4','2020-10-09 11:34:00','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','','41602230310','Cleared','','','','','','','','',0.00,0.00,NULL),(610,'','Cash','','2020-10-09 12:38:09','','0','4','2020-10-09 12:38:09','','0','260','1','retail',NULL,'260','1','0','0','0','0','260','0','printed',' ','','1','','41602236256','Cleared','','','','','','','','',0.00,0.00,NULL),(611,'','Cash','','2020-10-09 12:43:50','','0','4','2020-10-09 12:43:50','','0','430','1','retail',NULL,'430','1','0','0','0','0','430','0','printed',' ','','1','','41602236378','Cleared','','','','','','','','',0.00,0.00,NULL),(612,'','Cash','','2020-10-09 12:46:38','','0','4','2020-10-09 12:46:38','','0','430','1','retail',NULL,'430','1','0','0','0','0','430','0','printed',' ','','1','','41602236726','Cleared','','','','','','','','',0.00,0.00,NULL),(613,'','Cash','','2020-10-09 13:15:06','','0','8','2020-10-09 13:15:06','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','81602238206','Cleared','','','','','','','','',0.00,0.00,NULL),(614,'','Cash','','2020-10-09 13:21:13','','0','4','2020-10-09 13:21:13','','0','590','1','retail',NULL,'590','1','0','0','0','0','590','0','printed',' ','','1','','41602238772','Cleared','','','','','','','','',0.00,0.00,NULL),(615,'','Cash','','2020-10-09 13:37:23','','0','4','2020-10-09 13:37:23','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602238922','Cleared','','','','','','','','',0.00,0.00,NULL),(616,'','Cash','','2020-10-09 14:00:42','','0','4','2020-10-09 14:00:42','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41602239849','Cleared','','','','','','','','',0.00,0.00,NULL),(617,'','Cash','','2020-10-09 14:39:39','','0','4','2020-10-09 14:39:39','','0','510','1','retail',NULL,'510','1','0','0','0','0','510','0','printed',' ','','1','','41602242574','Cleared','','','','','','','','',0.00,0.00,NULL),(618,'','Cash','','2020-10-09 15:16:10','','0','4','2020-10-09 15:16:10','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602243589','Cleared','','','','','','','','',0.00,0.00,NULL),(619,'','Cash','','2020-10-09 15:30:36','','0','4','2020-10-09 15:30:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602246553','Cleared','','','','','','','','',0.00,0.00,NULL),(620,'','Cash','','2020-10-12 08:44:23','','0','4','2020-10-12 08:44:23','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41602481299','Cleared','','','','','','','','',0.00,0.00,NULL),(621,'','Cash','','2020-10-12 12:26:08','','0','4','2020-10-12 12:26:08','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41602494563','Cleared','','','','','','','','',0.00,0.00,NULL),(622,'','Cash','','2020-10-12 12:32:01','','0','4','2020-10-12 12:32:01','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','','41602495041','Cleared','','','','','','','','',0.00,0.00,NULL),(623,'','Cash','','2020-10-12 12:34:59','','0','4','2020-10-12 12:34:59','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41602495138','Cleared','','','','','','','','',0.00,0.00,NULL),(624,'','Cash','','2020-10-12 12:36:19','','0','4','2020-10-12 12:36:19','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41602495323','Cleared','','','','','','','','',0.00,0.00,NULL),(625,'','Cash','','2020-10-12 12:40:44','','0','4','2020-10-12 12:40:44','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','','41602495390','Cleared','','','','','','','','',0.00,0.00,NULL),(626,'','Cash','','2020-10-12 12:43:35','','0','4','2020-10-12 12:43:35','','660','660','1','retail',NULL,'660','1','0','0','0','0','0','0','printed',' ','','1','','41602495659','Cleared','','','','','','','','',0.00,0.00,NULL),(627,'','Cash','','2020-10-12 12:46:33','','0','4','2020-10-12 12:46:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41602495832','Cleared','','','','','','','','',0.00,0.00,NULL),(628,'','Cash','','2020-10-12 12:48:18','','0','4','2020-10-12 12:48:18','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41602495999','Cleared','','','','','','','','',0.00,0.00,NULL),(629,'','Cash','','2020-10-12 12:58:11','','0','4','2020-10-12 12:58:11','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','','41602496635','Cleared','','','','','','','','',0.00,0.00,NULL),(630,'','Cash','','2020-10-12 13:38:57','','0','4','2020-10-12 13:38:57','','0','1800','1','retail',NULL,'1800','1','0','0','0','0','1800','0','printed',' ','','1','','41602496720','Cleared','','','','','','','','',0.00,0.00,NULL),(631,'','Cash','','2020-10-12 15:08:07','','0','4','2020-10-12 15:08:07','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','','41602499147','Cleared','','','','','','','','',0.00,0.00,NULL),(632,'','Cash','','2020-10-12 15:42:19','','0','4','2020-10-12 15:42:19','','2160','2160','1','retail',NULL,'2160','1','0','0','0','0','0','0','printed',' ','','1','','41602504602','Cleared','','','','','','','','',0.00,0.00,NULL),(633,'','Cash','','2020-10-12 15:45:32','','0','4','2020-10-12 15:45:32','','1960','1960','1','retail',NULL,'1960','1','0','0','0','0','0','0','printed',' ','','1','','41602506603','Cleared','','','','','','','','',0.00,0.00,NULL),(634,'','Cash','','2020-10-12 15:49:26','','0','4','2020-10-12 15:49:26','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','','41602506834','Cleared','','','','','','','','',0.00,0.00,NULL),(635,'','Cash','','2020-10-12 15:54:18','','0','4','2020-10-12 15:54:18','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602506983','Cleared','','','','','','','','',0.00,0.00,NULL),(636,'','Cash','','2020-10-12 15:57:30','','0','4','2020-10-12 15:57:30','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41602507269','Cleared','','','','','','','','',0.00,0.00,NULL),(637,'','Cash','','2020-10-12 16:06:31','','0','4','2020-10-12 16:06:31','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','','41602507456','Cleared','','','','','','','','',0.00,0.00,NULL),(638,'','Cash','','2020-10-12 16:15:42','','0','4','2020-10-12 16:15:42','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','','41602508001','Cleared','','','','','','','','',0.00,0.00,NULL),(639,'','Cash','','2020-10-13 11:12:31','','0','4','2020-10-13 11:12:31','','3670','3670','1','retail',NULL,'3670','1','0','0','0','0','0','0','printed',' ','','1','','41602576534','Cleared','','','','','','','','',0.00,0.00,NULL),(640,'','Cash','','2020-10-13 11:15:35','','0','4','2020-10-13 11:15:35','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41602576762','Cleared','','','','','','','','',0.00,0.00,NULL),(641,'','Cash','','2020-10-13 11:17:19','','0','4','2020-10-13 11:17:19','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','','41602576940','Cleared','','','','','','','','',0.00,0.00,NULL),(642,'','Cash','','2020-10-13 11:19:36','','0','4','2020-10-13 11:19:36','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','','41602577046','Cleared','','','','','','','','',0.00,0.00,NULL),(643,'','Cash','','2020-10-13 12:05:38','','0','4','2020-10-13 12:05:38','','1280','1280','1','retail',NULL,'1280','1','0','0','0','0','0','0','printed',' ','','1','','41602577216','Cleared','','','','','','','','',0.00,0.00,NULL),(644,'','Cash','','2020-10-13 12:47:04','','0','4','2020-10-13 12:47:04','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','','41602580365','Cleared','','','','','','','','',0.00,0.00,NULL),(645,'','Cash','','2020-10-13 12:53:24','ARC SKILLS','0','4','2020-10-13 12:53:24','','0','1900','1','retail',NULL,'1900','1','0','0','0','0','1900','0','printed','ARC SKILLS ','','1','','41602582499','Cleared','','','','','','','','',0.00,0.00,NULL),(646,'','Cash','','2020-10-13 14:27:11','','0','4','2020-10-13 14:27:11','','1020','1020','1','retail',NULL,'1020','1','0','0','0','0','0','0','printed',' ','','1','','41602588353','Cleared','','','','','','','','',0.00,0.00,NULL),(647,'','Cash','','2020-10-13 14:33:48','','0','4','2020-10-13 14:33:48','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','','41602588444','Cleared','','','','','','','','',0.00,0.00,NULL),(648,'','Cash','','2020-10-13 15:37:48','','0','4','2020-10-13 15:37:48','','0','2770','1','retail',NULL,'2770','1','0','0','0','0','2770','0','printed',' ','','1','','41602592279','Cleared','','','','','','','','',0.00,0.00,NULL),(649,'','Cash','','2020-10-13 15:42:37','','0','4','2020-10-13 15:42:37','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','','41602592708','Cleared','','','','','','','','',0.00,0.00,NULL),(650,'','Cash','','2020-10-13 15:43:54','','0','4','2020-10-13 15:43:54','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','','1','','41602593018','Cleared','','','','','','','','',0.00,0.00,NULL),(651,'','Cash','','2020-10-13 15:48:14','','0','4','2020-10-13 15:48:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602593163','Cleared','','','','','','','','',0.00,0.00,NULL),(652,'','Cash','','2020-10-13 15:56:05','','0','4','2020-10-13 15:56:05','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41602593689','Cleared','','','','','','','','',0.00,0.00,NULL),(653,'','Cash','','2020-10-13 16:10:07','','0','4','2020-10-13 16:10:07','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','41602593771','Cleared','','','','','','','','',0.00,0.00,NULL),(654,'','Cash','','2020-10-13 16:28:31','','0','4','2020-10-13 16:28:31','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41602594630','Cleared','','','','','','','','',0.00,0.00,NULL),(655,'','Cash','','2020-10-13 16:45:57','','0','4','2020-10-13 16:45:57','','0','200','1','retail',NULL,'200','1','0','0','0','0','200','0','printed',' ','','1','','41602595722','Cleared','','','','','','','','',0.00,0.00,NULL),(656,'','Cash','','2020-10-14 09:57:26','','0','4','2020-10-14 09:57:26','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602656348','Cleared','','','','','','','','',0.00,0.00,NULL),(657,'','Cash','','2020-10-14 10:26:16','','0','4','2020-10-14 10:26:16','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','41602658657','Cleared','','','','','','','','',0.00,0.00,NULL),(658,'','Cash','','2020-10-14 12:16:04','','0','4','2020-10-14 12:16:04','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602662817','Cleared','','','','','','','','',0.00,0.00,NULL),(659,'','Cash','','2020-10-14 12:37:40','','0','4','2020-10-14 12:37:40','','45500','45500','1','retail',NULL,'45500','1','0','0','0','0','0','0','printed',' ','','1','','41602667475','Cleared','','','','','','','','',0.00,0.00,NULL),(660,'','Cash','','2020-10-14 12:48:03','','0','4','2020-10-14 12:48:03','','6000','6000','1','retail',NULL,'6000','1','0','0','0','0','0','0','printed',' ','','1','','41602668725','Cleared','','','','','','','','',0.00,0.00,NULL),(661,'','Cash','','2020-10-14 12:52:39','','0','4','2020-10-14 12:52:39','','290','290','1','retail',NULL,'290','1','0','0','0','0','0','0','printed',' ','','1','','41602668889','Cleared','','','','','','','','',0.00,0.00,NULL),(662,'','Cash','','2020-10-14 13:20:57','','0','4','2020-10-14 13:20:57','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','','41602669167','Cleared','','','','','','','','',0.00,0.00,NULL),(663,'','Cash','','2020-10-14 13:25:29','','0','4','2020-10-14 13:25:29','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602670884','Cleared','','','','','','','','',0.00,0.00,NULL),(664,'','Cash','','2020-10-14 13:43:01','','0','4','2020-10-14 13:43:01','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','','1','','41602671251','Cleared','','','','','','','','',0.00,0.00,NULL),(665,'','Cash','','2020-10-14 13:44:34','','0','4','2020-10-14 13:44:34','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','','41602672214','Cleared','','','','','','','','',0.00,0.00,NULL),(666,'','Cash','','2020-10-14 13:47:52','','0','4','2020-10-14 13:47:52','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602672281','Cleared','','','','','','','','',0.00,0.00,NULL),(667,'','Cash','','2020-10-14 13:59:38','','0','4','2020-10-14 13:59:38','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','','41602672478','Cleared','','','','','','','','',0.00,0.00,NULL),(668,'','Cash','','2020-10-14 14:28:01','','0','4','2020-10-14 14:28:01','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','','41602673981','Cleared','','','','','','','','',0.00,0.00,NULL),(669,'','Cash','','2020-10-14 14:31:33','','0','4','2020-10-14 14:31:33','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','','41602674893','Cleared','','','','','','','','',0.00,0.00,NULL),(670,'','Cash','','2020-10-14 15:32:39','','0','4','2020-10-14 15:32:39','','0','620','1','retail',NULL,'620','1','0','0','0','0','620','0','printed',' ','','1','','41602678682','Cleared','','','','','','','','',0.00,0.00,NULL),(671,'','Cash','','2020-10-14 15:38:19','','0','4','2020-10-14 15:38:19','','0','1690','1','retail',NULL,'1690','1','0','0','0','0','1690','0','printed',' ','','1','','41602678897','Cleared','','','','','','','','',0.00,0.00,NULL),(672,'','Cash','','2020-10-14 15:54:14','','0','4','2020-10-14 15:54:14','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','','1','','41602679147','Cleared','','','','','','','','',0.00,0.00,NULL),(673,'','Cash','','2020-10-14 16:32:57','','0','4','2020-10-14 16:32:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41602680059','Cleared','','','','','','','','',0.00,0.00,NULL),(674,'','Cash','','2020-10-14 16:55:28','','0','4','2020-10-14 16:55:28','','0','320','1','retail',NULL,'320','1','0','0','0','0','320','0','printed',' ','','1','','41602682393','Cleared','','','','','','','','',0.00,0.00,NULL),(675,'','Cash','','2020-10-15 10:08:04','','0','4','2020-10-15 10:08:04','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','','41602745556','Cleared','','','','','','','','',0.00,0.00,NULL),(676,'','Cash','','2020-10-15 10:09:51','','0','4','2020-10-15 10:09:51','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602745703','Cleared','','','','','','','','',0.00,0.00,NULL),(677,'','Cash','','2020-10-15 10:13:36','','0','4','2020-10-15 10:13:36','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','','41602745821','Cleared','','','','','','','','',0.00,0.00,NULL),(678,'','Cash','','2020-10-15 10:21:27','','0','4','2020-10-15 10:21:27','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41602746244','Cleared','','','','','','','','',0.00,0.00,NULL),(679,'','Cash','','2020-10-15 11:38:02','','0','4','2020-10-15 11:38:02','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','41602746492','Cleared','','','','','','','','',0.00,0.00,NULL),(680,'','Cash','','2020-10-15 11:40:51','','0','4','2020-10-15 11:40:51','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602751101','Cleared','','','','','','','','',0.00,0.00,NULL),(681,'','Cash','','2020-10-15 11:44:05','','0','4','2020-10-15 11:44:05','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','','41602751302','Cleared','','','','','','','','',0.00,0.00,NULL),(682,'','Cash','','2020-10-15 12:56:13','','0','4','2020-10-15 12:56:13','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','','41602751476','Cleared','','','','','','','','',0.00,0.00,NULL),(683,'','Cash','','2020-10-15 12:58:47','','0','4','2020-10-15 12:58:47','','800','3600','1','retail',NULL,'3600','1','0','0','0','0','2800','0','printed',' ','','1','','41602755829','Cleared','','','','','','','','',0.00,0.00,NULL),(684,'','Cash','','2020-10-15 14:05:37','','0','4','2020-10-15 14:05:37','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41602755941','Cleared','','','','','','','','',0.00,0.00,NULL),(685,'','Cash','','2020-10-15 14:47:52','','0','4','2020-10-15 14:47:52','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','','1','','41602759948','Cleared','','','','','','','','',0.00,0.00,NULL),(686,'','Cash','','2020-10-15 14:53:44','','0','4','2020-10-15 14:53:44','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','','41602762630','Cleared','','','','','','','','',0.00,0.00,NULL),(687,'','Cash','','2020-10-15 15:49:04','','0','4','2020-10-15 15:49:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602762836','Cleared','','','','','','','','',0.00,0.00,NULL),(688,'','Cash','','2020-10-15 16:26:02','','0','4','2020-10-15 16:26:02','','480','480','1','retail',NULL,'480','1','0','0','0','0','0','0','printed',' ','','1','','41602766151','Cleared','','','','','','','','',0.00,0.00,NULL),(689,'','Cash','','2020-10-15 16:53:49','','0','4','2020-10-15 16:53:49','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','','41602769996','Cleared','','','','','','','','',0.00,0.00,NULL),(690,'','Cash','','2020-10-16 10:24:17','','0','4','2020-10-16 10:24:17','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41602832986','Cleared','','','','','','','','',0.00,0.00,NULL),(691,'','Cash','','2020-10-16 11:05:58','','0','4','2020-10-16 11:05:58','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602833230','Cleared','','','','','','','','',0.00,0.00,NULL),(692,'','Cash','','2020-10-16 12:44:30','','0','4','2020-10-16 12:44:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41602841438','Cleared','','','','','','','','',0.00,0.00,NULL),(693,'','Cash','','2020-10-16 13:44:06','','0','4','2020-10-16 13:44:06','','11990','11990','1','retail',NULL,'11990','1','0','0','0','0','0','0','printed',' ','','1','','41602841566','Cleared','','','','','','','','',0.00,0.00,NULL),(694,'','Cash','','2020-10-16 14:04:58','','0','4','2020-10-16 14:04:58','','0','3450','1','retail',NULL,'3450','1','0','0','0','0','3450','0','printed',' ','','1','','41602845093','Cleared','','','','','','','','',0.00,0.00,NULL),(695,'','Cash','','2020-10-16 14:38:31','','0','4','2020-10-16 14:38:31','','0','160','1','retail',NULL,'160','1','0','0','0','0','160','0','printed',' ','','1','','41602846326','Cleared','','','','','','','','',0.00,0.00,NULL),(696,'','Cash','','2020-10-16 16:08:21','','0','4','2020-10-16 16:08:21','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41602848450','Cleared','','','','','','','','',0.00,0.00,NULL),(697,'','Cash','','2020-10-17 09:55:46','','0','4','2020-10-17 09:55:46','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602917689','Cleared','','','','','','','','',0.00,0.00,NULL),(698,'','Cash','','2020-10-17 10:12:55','','0','4','2020-10-17 10:12:55','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41602917753','Cleared','','','','','','','','',0.00,0.00,NULL),(699,'','Cash','','2020-10-17 11:49:59','','0','4','2020-10-17 11:49:59','','5100','5100','1','retail',NULL,'5100','1','0','0','0','0','0','0','printed',' ','','1','','41602918867','Cleared','','','','','','','','',0.00,0.00,NULL),(700,'','Cash','','2020-10-17 12:05:00','','0','4','2020-10-17 12:05:00','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41602924743','Cleared','','','','','','','','',0.00,0.00,NULL),(701,'','Cash','','2020-10-17 12:07:30','','0','4','2020-10-17 12:07:30','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','','1','','41602925532','Cleared','','','','','','','','',0.00,0.00,NULL),(702,'','Cash','','2020-10-17 12:34:41','','0','4','2020-10-17 12:34:41','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41602926140','Cleared','','','','','','','','',0.00,0.00,NULL),(703,'','Cash','','2020-10-17 12:37:31','','0','4','2020-10-17 12:37:31','','1440','1440','1','retail',NULL,'1440','1','0','0','0','0','0','0','printed',' ','','1','','41602927312','Cleared','','','','','','','','',0.00,0.00,NULL),(704,'','Cash','','2020-10-17 12:39:51','','0','4','2020-10-17 12:39:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602927468','Cleared','','','','','','','','',0.00,0.00,NULL),(705,'','Cash','','2020-10-17 12:43:11','','0','4','2020-10-17 12:43:11','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602927596','Cleared','','','','','','','','',0.00,0.00,NULL),(706,'','Cash','','2020-10-17 13:01:57','','0','4','2020-10-17 13:01:57','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41602928299','Cleared','','','','','','','','',0.00,0.00,NULL),(707,'','Cash','','2020-10-17 13:06:08','','0','4','2020-10-17 13:06:08','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','','41602928997','Cleared','','','','','','','','',0.00,0.00,NULL),(708,'','Cash','','2020-10-17 13:11:16','','0','4','2020-10-17 13:11:16','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','41602929183','Cleared','','','','','','','','',0.00,0.00,NULL),(709,'','Cash','','2020-10-19 09:58:53','','0','4','2020-10-19 09:58:53','','1220','1220','1','retail',NULL,'1220','1','0','0','0','0','0','0','printed',' ','','1','','41603090379','Cleared','','','','','','','','',0.00,0.00,NULL),(710,'','Cash','','2020-10-19 11:12:52','','0','4','2020-10-19 11:12:52','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41603090792','Cleared','','','','','','','','',0.00,0.00,NULL),(711,'','Cash','','2020-10-19 11:39:58','','0','4','2020-10-19 11:39:58','','5580','5580','1','retail',NULL,'5580','1','0','0','0','0','0','0','printed',' ','','1','','41603095204','Cleared','','','','','','','','',0.00,0.00,NULL),(712,'','Cash','','2020-10-19 12:00:33','','0','4','2020-10-19 12:00:33','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41603097983','Cleared','','','','','','','','',0.00,0.00,NULL),(713,'','Cash','','2020-10-19 12:06:36','','0','4','2020-10-19 12:06:36','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','','41603098039','Cleared','','','','','','','','',0.00,0.00,NULL),(714,'','Cash','','2020-10-19 13:35:12','','0','4','2020-10-19 13:35:12','','0','2340','1','retail',NULL,'2340','1','0','0','0','0','2340','0','printed',' ','','1','','41603098402','Cleared','','','','','','','','',0.00,0.00,NULL),(715,'','Cash','','2020-10-19 13:38:07','','0','4','2020-10-19 13:38:07','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','','41603103727','Cleared','','','','','','','','',0.00,0.00,NULL),(716,'','Cash','','2020-10-19 13:54:41','','0','4','2020-10-19 13:54:41','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41603103902','Cleared','','','','','','','','',0.00,0.00,NULL),(717,'','Cash','','2020-10-19 14:41:11','','0','4','2020-10-19 14:41:11','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','','41603107373','Cleared','','','','','','','','',0.00,0.00,NULL),(718,'','Cash','','2020-10-19 14:42:26','','0','4','2020-10-19 14:42:26','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','','1','','41603107682','Cleared','','','','','','','','',0.00,0.00,NULL),(719,'','Cash','','2020-10-19 15:24:27','','0','4','2020-10-19 15:24:27','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41603109891','Cleared','','','','','','','','',0.00,0.00,NULL),(720,'','Cash','','2020-10-19 16:32:45','','0','4','2020-10-19 16:32:45','','0','36660','1','retail',NULL,'36660','1','0','0','0','0','36660','0','printed',' ','','1','','41603110357','Cleared','','','','','','','','',0.00,0.00,NULL),(721,'','Cash','','2020-10-21 09:04:37','','0','4','2020-10-21 09:04:37','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','','41603260261','Cleared','','','','','','','','',0.00,0.00,NULL),(722,'','Cash','','2020-10-21 09:11:02','','0','4','2020-10-21 09:11:02','','0','370','1','retail',NULL,'370','1','0','0','0','0','370','0','printed',' ','','1','','41603260286','Cleared','','','','','','','','',0.00,0.00,NULL),(723,'','Cash','','2020-10-21 09:20:52','','0','4','2020-10-21 09:20:52','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41603260797','No','','','','','','','','',0.00,0.00,NULL),(724,'','Cash','','2020-10-21 09:35:25','','0','4','2020-10-21 09:35:25','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','','41603262073','Cleared','','','','','','','','',0.00,0.00,NULL),(725,'','Cash','','2020-10-21 10:44:49','','0','4','2020-10-21 10:44:49','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','','41603266167','Cleared','','','','','','','','',0.00,0.00,NULL),(726,'','Cash','','2020-10-21 11:38:33','','0','4','2020-10-21 11:38:33','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41603269403','Cleared','','','','','','','','',0.00,0.00,NULL),(727,'','Cash','','2020-10-21 11:52:13','','0','4','2020-10-21 11:52:13','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41603269525','Cleared','','','','','','','','',0.00,0.00,NULL),(728,'','Cash','','2020-10-21 11:55:06','','0','4','2020-10-21 11:55:06','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41603270342','Cleared','','','','','','','','',0.00,0.00,NULL),(729,'','Cash','','2020-10-21 12:40:43','','0','4','2020-10-21 12:40:43','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','','41603270529','Cleared','','','','','','','','',0.00,0.00,NULL),(730,'','Cash','','2020-10-21 12:43:28','','0','4','2020-10-21 12:43:28','','0','1120','1','retail',NULL,'1120','1','0','0','0','0','1120','0','printed',' ','','1','','41603273255','Cleared','','','','','','','','',0.00,0.00,NULL),(731,'','Cash','','2020-10-21 16:25:47','','0','4','2020-10-21 16:25:47','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41603286728','Cleared','','','','','','','','',0.00,0.00,NULL),(732,'','Cash','','2020-10-21 16:49:22','','0','4','2020-10-21 16:49:22','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','','41603286760','Cleared','','','','','','','','',0.00,0.00,NULL),(733,'','Cash','','2020-10-21 16:53:13','','0','4','2020-10-21 16:53:13','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','','41603288169','Cleared','','','','','','','','',0.00,0.00,NULL),(734,'','Cash','','2020-10-21 16:56:12','','0','4','2020-10-21 16:56:12','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41603288400','Cleared','','','','','','','','',0.00,0.00,NULL),(735,'','Cash','','2020-10-22 08:36:18','','0','4','2020-10-22 08:36:18','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','','41603344965','Cleared','','','','','','','','',0.00,0.00,NULL),(736,'','Cash','','2020-10-22 08:37:52','MIKELINE LTD','0','4','2020-10-22 08:37:52','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed','MIKELINE LTD ','','1','','41603345015','Cleared','','','','','','','','',0.00,0.00,NULL),(737,'','Bank','','2020-10-22 10:19:19','','0','4','2020-10-22 10:19:19','','0','37000','1','retail',NULL,'37000','1','0','0','0','0','0','37000','printed',' ','','1','','41603345118','Cleared','','','','','','','','',0.00,0.00,NULL),(738,'','Cash','','2020-10-22 10:33:45','','0','4','2020-10-22 10:33:45','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','','41603351192','Cleared','','','','','','','','',0.00,0.00,NULL),(739,'','Cash','','2020-10-22 10:53:40','','0','4','2020-10-22 10:53:40','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41603353128','Cleared','','','','','','','','',0.00,0.00,NULL),(740,'','Cash','','2020-10-22 11:23:13','','0','4','2020-10-22 11:23:13','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','','41603353231','Cleared','','','','','','','','',0.00,0.00,NULL),(741,'','Cash','','2020-10-22 11:42:04','','0','4','2020-10-22 11:42:04','','1920','1920','1','retail',NULL,'1920','1','0','0','0','0','0','0','printed',' ','','1','','41603355081','Cleared','','','','','','','','',0.00,0.00,NULL),(742,'','Cash','','2020-10-22 11:59:58','','0','4','2020-10-22 11:59:58','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41603356459','Cleared','','','','','','','','',0.00,0.00,NULL),(743,'','Cash','','2020-10-22 13:27:26','','0','4','2020-10-22 13:27:26','','1240','1240','1','retail',NULL,'1240','1','0','0','0','0','0','0','printed',' ','','1','','41603357205','Cleared','','','','','','','','',0.00,0.00,NULL),(744,'','Cash','','2020-10-22 13:39:19','','0','4','2020-10-22 13:39:19','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','','41603362489','Cleared','','','','','','','','',0.00,0.00,NULL),(745,'','Cash','','2020-10-22 13:49:59','','0','4','2020-10-22 13:49:59','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41603363182','Cleared','','','','','','','','',0.00,0.00,NULL),(746,'','Cash','','2020-10-22 14:17:54','','0','4','2020-10-22 14:17:54','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41603363818','Cleared','','','','','','','','',0.00,0.00,NULL),(747,'','Cash','','2020-10-22 14:39:29','','0','4','2020-10-22 14:39:29','','0','660','1','retail',NULL,'660','1','0','0','0','0','660','0','printed',' ','','1','','41603365724','Cleared','','','','','','','','',0.00,0.00,NULL),(748,'','Cash','','2020-10-22 14:56:58','','0','4','2020-10-22 14:56:58','','0','200','1','retail',NULL,'200','1','0','0','0','0','200','0','printed',' ','','1','','41603366780','Cleared','','','','','','','','',0.00,0.00,NULL),(749,'','Cash','','2020-10-22 15:24:34','','0','4','2020-10-22 15:24:34','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41603367925','Cleared','','','','','','','','',0.00,0.00,NULL),(750,'','Cash','','2020-10-22 15:32:49','','0','4','2020-10-22 15:32:49','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41603369573','Cleared','','','','','','','','',0.00,0.00,NULL),(751,'','Cash','','2020-10-22 15:35:42','','0','4','2020-10-22 15:35:42','','640','640','1','retail',NULL,'640','1','0','0','0','0','0','0','printed',' ','','1','','41603369987','Cleared','','','','','','','','',0.00,0.00,NULL),(752,'','Cash','','2020-10-22 15:42:18','','0','4','2020-10-22 15:42:18','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41603370464','Cleared','','','','','','','','',0.00,0.00,NULL),(753,'','Cash','','2020-10-22 15:57:51','','0','4','2020-10-22 15:57:51','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','','41603370759','Cleared','','','','','','','','',0.00,0.00,NULL),(754,'','Cash','','2020-10-23 08:50:20','','0','4','2020-10-23 08:50:20','','1900','1900','1','retail',NULL,'1900','1','0','0','0','0','0','0','printed',' ','','1','','41603432058','Cleared','','','','','','','','',0.00,0.00,NULL),(755,'','Cash','','2020-10-23 08:55:17','','0','4','2020-10-23 08:55:17','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','','41603432228','Cleared','','','','','','','','',0.00,0.00,NULL),(756,'','Cash','','2020-10-23 08:56:46','','0','4','2020-10-23 08:56:46','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41603432524','Cleared','','','','','','','','',0.00,0.00,NULL),(757,'','Cash','','2020-10-23 09:01:52','','0','4','2020-10-23 09:01:52','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41603432689','Cleared','','','','','','','','',0.00,0.00,NULL),(758,'','Cash','','2020-10-23 09:15:29','','0','4','2020-10-23 09:15:29','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','','41603432921','Cleared','','','','','','','','',0.00,0.00,NULL),(759,'','Cash','','2020-10-23 10:20:34','','0','4','2020-10-23 10:20:34','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41603437558','Cleared','','','','','','','','',0.00,0.00,NULL),(760,'','Invoice','','2020-10-23 10:58:04','G & R RESTAURANT','0','4','2020-10-23 10:58:04','26','31300','31300','1','retail',NULL,'31300','1','0','0','0','0','0','0','printed','G & R RESTAURANT </BR>254726501522 </BR>INVOICE ','','1','','41603437647','No','','','','','','','','',0.00,0.00,NULL),(761,'','Cash','','2020-10-23 11:07:39','','0','4','2020-10-23 11:07:39','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','','41603440155','Cleared','','','','','','','','',0.00,0.00,NULL),(762,'','Cash','','2020-10-23 11:13:40','','0','4','2020-10-23 11:13:40','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','','41603440510','Cleared','','','','','','','','',0.00,0.00,NULL),(763,'','Cash','','2020-10-23 11:22:37','','0','4','2020-10-23 11:22:37','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','','41603440920','Cleared','','','','','','','','',0.00,0.00,NULL),(764,'','Cash','','2020-10-23 11:32:11','','0','4','2020-10-23 11:32:11','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','','41603441363','Cleared','','','','','','','','',0.00,0.00,NULL),(765,'','Cash','','2020-10-23 13:54:46','','0','4','2020-10-23 13:54:46','','2970','2970','1','retail',NULL,'2970','1','0','0','0','0','0','0','printed',' ','','1','','41603441936','Cleared','','','','','','','','',0.00,0.00,NULL),(766,'','Cash','','2020-10-23 13:55:36','','0','4','2020-10-23 13:55:36','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','','41603450493','Cleared','','','','','','','','',0.00,0.00,NULL),(767,'','Cash','','2020-10-23 14:04:43','','0','4','2020-10-23 14:04:43','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','','41603450988','Cleared','','','','','','','','',0.00,0.00,NULL),(768,'','Cash','','2020-10-23 14:24:29','','0','4','2020-10-23 14:24:29','','0','1720','1','retail',NULL,'1720','1','0','0','0','0','1720','0','printed',' ','','1','','41603451089','Cleared','','','','','','','','',0.00,0.00,NULL),(769,'','Cash','','2020-10-23 14:33:09','','0','4','2020-10-23 14:33:09','','0','270','1','retail',NULL,'270','1','0','0','0','0','270','0','printed',' ','','1','','41603452744','Cleared','','','','','','','','',0.00,0.00,NULL),(770,'','Cash','','2020-10-23 15:33:55','','0','4','2020-10-23 15:33:55','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','','41603456370','Cleared','','','','','','','','',0.00,0.00,NULL),(771,'','Cash','','2020-10-23 15:44:58','','0','4','2020-10-23 15:44:58','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','','41603456496','Cleared','','','','','','','','',0.00,0.00,NULL),(772,'','Cash','','2020-10-23 15:48:44','','0','4','2020-10-23 15:48:44','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','','41603457109','Cleared','','','','','','','','',0.00,0.00,NULL),(773,'','Cash','','2020-10-24 11:02:11','','0','4','2020-10-24 11:02:11','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','','41603526375','Cleared','','','','','','','','',0.00,0.00,NULL),(774,'','Cash','','2020-10-24 11:04:06','','0','4','2020-10-24 11:04:06','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','','41603526554','Cleared','','','','','','','','',0.00,0.00,NULL),(775,'','Cash','','2020-10-24 11:35:59','','0','4','2020-10-24 11:35:59','','1270','1270','1','retail',NULL,'1270','1','0','0','0','0','0','0','printed',' ','','1','','41603526689','Cleared','','','','','','','','',0.00,0.00,NULL),(776,'','Cash','','2020-10-24 12:32:36','','0','4','2020-10-24 12:32:36','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','','41603528567','Cleared','','','','','','','','',0.00,0.00,NULL),(777,'','Cash','','2020-10-24 13:07:11','','0','4','2020-10-24 13:07:11','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','','41603531989','Cleared','','','','','','','','',0.00,0.00,NULL),(778,'','Cash','','2020-10-24 13:10:36','','0','4','2020-10-24 13:10:36','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','','41603534152','Cleared','','','','','','','','',0.00,0.00,NULL),(779,'','Cash','','2007-04-14 00:30:04','','0','4','2007-04-14 00:30:04','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','','41176499564','Cleared','','','','','','','','',0.00,0.00,NULL),(780,'','Cash','','2020-10-27 12:54:54','','0','4','2020-10-26 12:54:54','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41603792416','Cleared','','','','','','','','',0.00,0.00,NULL),(781,'','Cash','','2020-10-27 12:57:56','','0','4','2020-10-26 12:57:56','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41603792645','Cleared','','','','','','','','',0.00,0.00,NULL),(782,'','Cash','','2020-10-27 12:58:58','','0','4','2020-10-26 12:58:58','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','','1','0','41603792689','Cleared','','','','','','','','',0.00,0.00,NULL),(783,'','Cash','','2020-10-27 13:00:48','','0','4','2020-10-26 13:00:48','','470','470','1','retail',NULL,'470','1','0','0','0','0','0','0','printed',' ','','1','0','41603792752','Cleared','','','','','','','','',0.00,0.00,NULL),(784,'','Cash','','2020-10-27 13:03:33','','0','4','2020-10-26 13:03:33','','1040','1040','1','retail',NULL,'1040','1','0','0','0','0','0','0','printed',' ','','1','0','41603792912','Cleared','','','','','','','','',0.00,0.00,NULL),(785,'','Cash','','2020-10-27 13:05:04','','0','4','2020-10-26 13:05:04','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41603793025','Cleared','','','','','','','','',0.00,0.00,NULL),(786,'','Cash','','2020-10-27 13:33:07','','0','4','2020-10-26 13:33:07','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','0','41603793119','Cleared','','','','','','','','',0.00,0.00,NULL),(787,'','Cash','','2020-10-27 13:34:50','','0','4','2020-10-26 13:34:50','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41603794801','Cleared','','','','','','','','',0.00,0.00,NULL),(788,'','Cash','','2020-10-27 13:38:06','','0','4','2020-10-26 13:38:06','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','0','41603794916','Cleared','','','','','','','','',0.00,0.00,NULL),(789,'','Cash','','2020-10-27 13:39:10','','0','4','2020-10-26 13:39:10','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41603795106','Cleared','','','','','','','','',0.00,0.00,NULL),(790,'','Cash','','2020-10-27 13:41:24','','0','4','2020-10-26 13:41:24','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','0','41603795180','Cleared','','','','','','','','',0.00,0.00,NULL),(791,'','Cash','','2020-10-27 13:44:15','','0','4','2020-10-26 13:44:15','','1650','1650','1','retail',NULL,'1650','1','0','0','0','0','0','0','printed',' ','','1','0','41603795311','Cleared','','','','','','','','',0.00,0.00,NULL),(792,'','Cash','','2020-10-27 14:03:50','','0','4','2020-10-26 14:03:50','','540','590','1','retail',NULL,'590','1','0','0','0','0','50','0','printed',' ','','1','0','41603795471','Cleared','','','','','','','','',0.00,0.00,NULL),(793,'','Cash','','2020-10-27 14:18:48','','0','4','2020-10-26 14:18:48','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41603797407','Cleared','','','','','','','','',0.00,0.00,NULL),(794,'','Cash','','2020-10-27 14:21:43','','0','4','2020-10-27 14:21:43','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603797551','Cleared','','','','','','','','',0.00,0.00,NULL),(795,'','Cash','','2020-10-27 14:25:50','','0','4','2020-10-26 14:25:50','','0','1030','1','retail',NULL,'1030','1','0','0','0','0','1030','0','printed',' ','','1','0','41603797825','Cleared','','','','','','','','',0.00,0.00,NULL),(796,'','Cash','','2020-10-27 14:29:21','','0','4','2020-10-27 14:29:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603798000','Cleared','','','','','','','','',0.00,0.00,NULL),(797,'','Cash','','2020-10-27 14:30:13','','0','4','2020-10-27 14:30:13','','10','10','1','retail',NULL,'10','1','0','0','0','0','0','0','printed',' ','','1','0','41603798187','Cleared','','','','','','','','',0.00,0.00,NULL),(798,'','Cash','','2020-10-27 15:31:46','','0','4','2020-10-27 15:31:46','','640','640','1','retail',NULL,'640','1','0','0','0','0','0','0','printed',' ','','1','0','41603798249','Cleared','','','','','','','','',0.00,0.00,NULL),(799,'','Cash','','2020-10-27 15:33:06','','0','4','2020-10-27 15:33:06','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41603801924','Cleared','','','','','','','','',0.00,0.00,NULL),(800,'','Cash','','2020-10-27 15:34:50','','0','4','2020-10-27 15:34:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603801999','Cleared','','','','','','','','',0.00,0.00,NULL),(801,'','Cash','','2020-10-27 15:41:11','','0','4','2020-10-27 15:41:11','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41603802096','Cleared','','','','','','','','',0.00,0.00,NULL),(802,'','Cash','','2020-10-27 15:45:33','','0','4','2020-10-27 15:45:33','','2160','2160','1','retail',NULL,'2160','1','0','0','0','0','0','0','printed',' ','','1','0','41603802505','Cleared','','','','','','','','',0.00,0.00,NULL),(803,'','Cash','','2020-10-27 15:51:41','','0','4','2020-10-27 15:51:41','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41603803014','Cleared','','','','','','','','',0.00,0.00,NULL),(804,'','Cash','','2020-10-27 15:53:26','','0','4','2020-10-27 15:53:26','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41603803112','Cleared','','','','','','','','',0.00,0.00,NULL),(805,'','Cash','','2020-10-27 15:56:48','','0','4','2020-10-27 15:56:48','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603803217','Cleared','','','','','','','','',0.00,0.00,NULL),(806,'','Cash','','2020-10-27 16:54:27','','0','4','2020-10-27 16:54:27','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41603806763','Cleared','','','','','','','','',0.00,0.00,NULL),(807,'','Cash','','2020-10-28 09:53:34','','0','4','2020-10-28 09:53:34','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41603867704','Cleared','','','','','','','','',0.00,0.00,NULL),(808,'','Cash','','2020-10-28 09:54:49','','0','4','2020-10-28 09:54:49','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41603868059','Cleared','','','','','','','','',0.00,0.00,NULL),(809,'','Cash','','2020-10-28 09:59:24','','0','4','2020-10-28 09:59:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603868136','Cleared','','','','','','','','',0.00,0.00,NULL),(810,'','Cash','','2020-10-28 10:01:14','','0','4','2020-10-28 10:01:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603868381','Cleared','','','','','','','','',0.00,0.00,NULL),(811,'','Cash','','2020-10-28 10:26:45','','0','4','2020-10-28 10:26:45','','0','840','1','retail',NULL,'840','1','0','0','0','0','840','0','printed',' ','','1','0','41603868542','Cleared','','','','','','','','',0.00,0.00,NULL),(812,'','Cash','','2020-10-28 10:29:33','','0','4','2020-10-28 10:29:33','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603870039','Cleared','','','','','','','','',0.00,0.00,NULL),(813,'','Cash','','2020-10-28 11:05:17','RICKS LTD','0','4','2020-10-28 11:05:17','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed','RICKS LTD ','','1','0','41603872274','Cleared','','','','','','','','',0.00,0.00,NULL),(814,'','Cash','','2020-10-28 11:08:03','','0','4','2020-10-28 11:08:03','','0','698','1','retail',NULL,'698','1','0','0','0','0','698','0','printed',' ','','1','0','41603872394','Cleared','','','','','','','','',0.00,0.00,NULL),(815,'','Cash','','2020-10-28 11:44:24','','0','4','2020-10-28 11:44:24','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41603872546','Cleared','','','','','','','','',0.00,0.00,NULL),(816,'','Cash','','2020-10-28 11:48:08','','0','4','2020-10-28 11:48:08','','1160','1160','1','retail',NULL,'1160','1','0','0','0','0','0','0','printed',' ','','1','0','41603874706','Cleared','','','','','','','','',0.00,0.00,NULL),(817,'','Cash','','2020-10-28 11:52:45','','0','4','2020-10-28 11:52:45','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','','1','0','41603874909','Cleared','','','','','','','','',0.00,0.00,NULL),(818,'','Cash','','2020-10-28 11:56:03','','0','4','2020-10-28 11:56:03','','0','850','1','retail',NULL,'850','1','0','0','0','0','850','0','printed',' ','','1','0','41603875186','Cleared','','','','','','','','',0.00,0.00,NULL),(819,'','Cash','','2020-10-28 13:08:22','','0','4','2020-10-28 13:08:22','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41603876130','Cleared','','','','','','','','',0.00,0.00,NULL),(820,'','Cash','','2020-10-28 13:11:20','','0','4','2020-10-28 13:11:20','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','0','41603879811','Cleared','','','','','','','','',0.00,0.00,NULL),(821,'','Cash','','2020-10-28 13:13:49','','0','4','2020-10-28 13:13:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603879888','Cleared','','','','','','','','',0.00,0.00,NULL),(822,'','Cash','','2020-10-28 13:22:34','','0','4','2020-10-28 13:22:34','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41603880055','Cleared','','','','','','','','',0.00,0.00,NULL),(823,'','Cash','','2020-10-28 13:34:14','','0','4','2020-10-28 13:34:14','','720','720','1','retail',NULL,'720','1','0','0','0','0','0','0','printed',' ','','1','0','41603880581','Cleared','','','','','','','','',0.00,0.00,NULL),(824,'','Cash','','2020-10-28 14:10:13','','0','4','2020-10-28 14:10:13','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603883289','Cleared','','','','','','','','',0.00,0.00,NULL),(825,'','Cash','','2020-10-28 14:12:38','','0','4','2020-10-28 14:12:38','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603883421','Cleared','','','','','','','','',0.00,0.00,NULL),(826,'','Cash','','2020-10-28 14:30:29','','0','4','2020-10-28 14:30:29','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603883582','Cleared','','','','','','','','',0.00,0.00,NULL),(827,'','Cash','','2020-10-28 14:45:09','','0','4','2020-10-28 14:45:09','','0','580','1','retail',NULL,'580','1','0','0','0','0','580','0','printed',' ','','1','0','41603884689','Cleared','','','','','','','','',0.00,0.00,NULL),(828,'','Cash','','2020-10-28 15:09:34','','0','4','2020-10-28 15:09:34','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603885531','Cleared','','','','','','','','',0.00,0.00,NULL),(829,'','Cash','','2020-10-28 16:21:49','','0','4','2020-10-28 16:21:49','','830','830','1','retail',NULL,'830','1','0','0','0','0','0','0','printed',' ','','1','0','41603891066','Cleared','','','','','','','','',0.00,0.00,NULL),(830,'','Cash','','2020-10-28 16:24:50','','0','4','2020-10-28 16:24:50','','0','2670','1','retail',NULL,'2670','1','0','0','0','0','2670','0','printed',' ','','1','0','41603891345','Cleared','','','','','','','','',0.00,0.00,NULL),(831,'','Cash','','2020-10-28 16:27:50','','0','4','2020-10-28 16:27:50','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41603891544','Cleared','','','','','','','','',0.00,0.00,NULL),(832,'','Cash','','2020-10-29 08:51:28','','0','4','2020-10-29 08:51:28','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41603950676','Cleared','','','','','','','','',0.00,0.00,NULL),(833,'','Cash','','2020-10-29 08:56:40','','0','4','2020-10-29 08:56:40','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41603950838','Cleared','','','','','','','','',0.00,0.00,NULL),(834,'','Cash','','2020-10-29 10:20:04','','0','4','2020-10-29 10:20:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41603951039','Cleared','','','','','','','','',0.00,0.00,NULL),(835,'','Cash','','2020-10-29 11:11:53','','0','4','2020-10-29 11:11:53','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603956014','Cleared','','','','','','','','',0.00,0.00,NULL),(836,'','Cash','','2020-10-29 11:58:43','','0','4','2020-10-29 11:58:43','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','0','41603959130','Cleared','','','','','','','','',0.00,0.00,NULL),(837,'','Cash','','2020-10-29 13:10:42','','0','4','2020-10-29 13:10:42','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603963810','Cleared','','','','','','','','',0.00,0.00,NULL),(838,'','Cash','','2020-10-29 13:13:06','','0','4','2020-10-29 13:13:06','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41603966263','Cleared','','','','','','','','',0.00,0.00,NULL),(839,'','Cash','','2020-10-29 13:17:29','','0','4','2020-10-29 13:17:29','','0','1500','1','retail',NULL,'1500','1','0','0','0','0','1500','0','printed',' ','','1','0','41603966402','Cleared','','','','','','','','',0.00,0.00,NULL),(840,'','Cash','','2020-10-29 13:25:08','','0','4','2020-10-29 13:25:08','','1640','1640','1','retail',NULL,'1640','1','0','0','0','0','0','0','printed',' ','','1','0','41603966967','Cleared','','','','','','','','',0.00,0.00,NULL),(841,'','Cash','','2020-10-29 14:10:35','','0','4','2020-10-29 14:10:35','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41603967122','Cleared','','','','','','','','',0.00,0.00,NULL),(842,'','Cash','','2020-10-29 14:55:21','','0','4','2020-10-29 14:55:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41603969843','Cleared','','','','','','','','',0.00,0.00,NULL),(843,'','Cash','','2020-10-30 14:28:18','','0','4','2020-10-30 14:28:18','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','0','41604056736','Cleared','','','','','','','','',0.00,0.00,NULL),(844,'','Cash','','2020-10-30 14:31:06','','0','4','2020-10-30 14:31:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604057321','Cleared','','','','','','','','',0.00,0.00,NULL),(845,'','Cash','','2020-10-30 14:50:07','','0','4','2020-10-30 14:50:07','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','','1','0','41604057512','Cleared','','','','','','','','',0.00,0.00,NULL),(846,'','Cash','','2020-10-30 14:50:55','','0','4','2020-10-30 14:50:55','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41604058617','Cleared','','','','','','','','',0.00,0.00,NULL),(847,'','Cash','','2020-10-30 14:53:28','','0','4','2020-10-30 14:53:28','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','0','41604058664','Cleared','','','','','','','','',0.00,0.00,NULL),(848,'','Cash','','2020-10-30 14:54:28','','0','4','2020-10-30 14:54:28','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41604058814','Cleared','','','','','','','','',0.00,0.00,NULL),(849,'','Cash','','2020-10-30 15:07:22','','0','4','2020-10-30 15:07:22','','0','1420','1','retail',NULL,'1420','1','0','0','0','0','1420','0','printed',' ','','1','0','41604058879','Cleared','','','','','','','','',0.00,0.00,NULL),(850,'','Cash','','2020-10-30 15:11:31','','0','4','2020-10-30 15:11:31','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','0','41604059753','Cleared','','','','','','','','',0.00,0.00,NULL),(851,'','Cash','','2020-10-30 15:14:11','','0','4','2020-10-30 15:14:11','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604059958','Cleared','','','','','','','','',0.00,0.00,NULL),(852,'','Cash','','2020-10-30 15:17:18','','0','4','2020-10-30 15:17:18','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604060059','Cleared','','','','','','','','',0.00,0.00,NULL),(853,'','Cash','','2020-10-30 15:20:38','','0','4','2020-10-30 15:20:38','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41604060279','Cleared','','','','','','','','',0.00,0.00,NULL),(854,'','Cash','','2020-10-30 15:43:17','','0','4','2020-10-30 15:43:17','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','','1','0','41604060498','Cleared','','','','','','','','',0.00,0.00,NULL),(855,'','Cash','','2020-10-30 15:45:10','','0','4','2020-10-30 15:45:10','','0','400','1','retail',NULL,'400','1','0','0','0','0','400','0','printed',' ','','1','0','41604061820','Cleared','','','','','','','','',0.00,0.00,NULL),(856,'','Cash','','2020-10-30 15:58:45','','0','4','2020-10-30 15:58:45','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41604061986','Cleared','','','','','','','','',0.00,0.00,NULL),(857,'','Mpesa','','2020-10-31 10:14:58','','0','4','2020-10-31 10:14:58','','0','1620','1','retail',NULL,'1620','1','0','0','0','0','1620','0','printed',' ','','1','0','41604127824','Cleared','','','','','','','','',0.00,0.00,NULL),(858,'','Cash','','2020-10-31 10:51:40','','0','4','2020-10-31 10:51:40','','5600','5600','1','retail',NULL,'5600','1','0','0','0','0','0','0','printed',' ','','1','0','41604128549','Cleared','','','','','','','','',0.00,0.00,NULL),(859,'','Cash','','2020-10-31 11:08:22','','0','4','2020-10-31 11:08:22','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','0','41604130713','Cleared','','','','','','','','',0.00,0.00,NULL),(860,'','Cash','','2020-10-31 11:30:15','','0','4','2020-10-31 11:30:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41604131717','Cleared','','','','','','','','',0.00,0.00,NULL),(861,'','Cash','','2020-10-31 13:40:59','','0','4','2020-10-31 13:40:59','','350','450','1','retail',NULL,'450','1','0','0','0','0','100','0','printed',' ','','1','0','41604140769','Cleared','','','','','','','','',0.00,0.00,NULL),(862,'','Cash','','2020-11-02 08:24:35','','0','8','2020-11-02 08:24:35','','70','70','1','retail',NULL,'70','1','0','0','0','0','0','0','printed',' ','','1','0','81604294609','No','','','','','','','','',0.00,0.00,NULL),(863,'','Cash','','2020-11-02 08:39:01','','0','4','2020-11-02 08:39:01','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41604295497','Cleared','','','','','','','','',0.00,0.00,NULL),(864,'','Cash','','2020-11-02 10:14:48','','0','4','2020-11-02 10:14:48','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','0','41604295549','Cleared','','','','','','','','',0.00,0.00,NULL),(865,'','Cash','','2020-11-02 10:56:28','','0','4','2020-11-02 10:56:28','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604301297','Cleared','','','','','','','','',0.00,0.00,NULL),(866,'','Cash','','2020-11-02 11:28:20','','0','4','2020-11-02 11:28:20','','1280','1280','1','retail',NULL,'1280','1','0','0','0','0','0','0','printed',' ','','1','0','41604304013','Cleared','','','','','','','','',0.00,0.00,NULL),(867,'','Cash','','2020-11-02 12:37:29','','0','4','2020-11-02 12:37:29','','180','1980','1','retail',NULL,'1980','1','0','0','0','0','1800','0','printed',' ','','1','0','41604305736','Cleared','','','','','','','','',0.00,0.00,NULL),(868,'','Cash','','2020-11-02 12:39:29','','0','4','2020-11-02 12:39:29','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','','1','0','41604309949','Cleared','','','','','','','','',0.00,0.00,NULL),(869,'','Cash','','2020-11-02 13:18:50','','0','4','2020-11-02 13:18:50','','0','750','1','retail',NULL,'750','1','0','0','0','0','750','0','printed',' ','','1','0','41604310174','Cleared','','','','','','','','',0.00,0.00,NULL),(870,'','Cash','','2020-11-02 14:24:18','','0','4','2020-11-02 14:24:18','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41604312472','Cleared','','','','','','','','',0.00,0.00,NULL),(871,'','Cash','','2020-11-02 14:29:29','','0','4','2020-11-02 14:29:29','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41604316269','Cleared','','','','','','','','',0.00,0.00,NULL),(872,'','Cash','','2020-11-02 14:53:23','','0','4','2020-11-02 14:53:23','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604316578','Cleared','','','','','','','','',0.00,0.00,NULL),(873,'','Mpesa','','2020-11-02 15:14:02','','0','4','2020-11-02 15:14:02','','0','30960','1','retail',NULL,'30960','1','0','0','0','0','30960','0','printed',' ','','1','0','41604318082','Cleared','','','','','','','','',0.00,0.00,NULL),(874,'','Mpesa','','2020-11-02 15:15:47','','0','4','2020-11-02 15:15:47','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','41604319271','Cleared','','','','','','','','',0.00,0.00,NULL),(875,'','Mpesa','','2020-11-02 15:39:20','','0','4','2020-11-02 15:39:20','','0','750','1','retail',NULL,'750','1','0','0','0','0','750','0','printed',' ','','1','0','41604319724','Cleared','','','','','','','','',0.00,0.00,NULL),(876,'','Cash','','2020-11-02 15:52:33','','0','4','2020-11-02 15:52:33','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604321012','Cleared','','','','','','','','',0.00,0.00,NULL),(877,'','Cash','','2020-11-02 15:55:59','','0','4','2020-11-02 15:55:59','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41604321732','Cleared','','','','','','','','',0.00,0.00,NULL),(878,'','Mpesa','','2020-11-02 15:57:00','','0','4','2020-11-02 15:57:00','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','','1','0','41604321792','Cleared','','','','','','','','',0.00,0.00,NULL),(879,'','Mpesa','','2020-11-02 16:22:05','','0','4','2020-11-02 16:22:05','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','','1','0','41604321834','Cleared','','','','','','','','',0.00,0.00,NULL),(880,'','Cash','','2020-11-02 16:57:14','','0','4','2020-11-02 16:57:14','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41604323621','Cleared','','','','','','','','',0.00,0.00,NULL),(881,'','Cash','','2020-11-03 08:17:13','','0','4','2020-11-03 08:17:13','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','','1','0','41604380594','Cleared','','','','','','','','',0.00,0.00,NULL),(882,'','Invoice','','2020-11-04 09:20:26','','-824','4','2020-11-04 09:20:26','21','0','46950','1','retail',NULL,'46950','1','0','0','824','0','0','46126','printed',' ','','1','0','41604470735','No','','','','','','','','',0.00,0.00,NULL),(883,'','Mpesa','','2020-11-04 15:54:41','','0','4','2020-11-04 15:54:41','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','41604494332','Cleared','','','','','','','','',0.00,0.00,NULL),(884,'','Cash','','2020-11-04 15:57:29','','0','4','2020-11-04 15:57:29','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','','1','0','41604494519','Cleared','','','','','','','','',0.00,0.00,NULL),(885,'','Mpesa','','2020-11-04 15:59:26','','0','4','2020-11-04 15:59:26','','0','240','1','retail',NULL,'240','1','0','0','0','0','240','0','printed',' ','','1','0','41604494657','Cleared','','','','','','','','',0.00,0.00,NULL),(886,'','Mpesa','','2020-11-04 16:00:39','','0','4','2020-11-04 16:00:39','','0','460','1','retail',NULL,'460','1','0','0','0','0','460','0','printed',' ','','1','0','41604494776','Cleared','','','','','','','','',0.00,0.00,NULL),(887,'','Cash','','2020-11-04 16:02:05','','0','4','2020-11-04 16:02:05','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41604494873','Cleared','','','','','','','','',0.00,0.00,NULL),(888,'','Mpesa','','2020-11-04 16:03:32','','0','4','2020-11-04 16:03:32','','0','4000','1','retail',NULL,'4000','1','0','0','0','0','4000','0','printed',' ','','1','0','41604494932','Cleared','','','','','','','','',0.00,0.00,NULL),(889,'','Cash','','2020-11-05 09:08:27','','0','4','2020-11-05 09:08:27','','14000','14000','1','retail',NULL,'14000','1','0','0','0','0','0','0','printed',' ','','1','0','41604555692','Cleared','','','','','','','','',0.00,0.00,NULL),(890,'','Cash','','2020-11-05 10:34:46','','0','4','2020-11-03 10:34:46','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604561557','Cleared','','','','','','','','',0.00,0.00,NULL),(891,'','Cash','','2020-11-05 10:36:38','','0','4','2020-11-03 10:36:38','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604561699','Cleared','','','','','','','','',0.00,0.00,NULL),(892,'','Mpesa','','2020-11-05 10:41:33','','0','4','2020-11-03 10:41:33','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604562034','Cleared','','','','','','','','',0.00,0.00,NULL),(893,'','Mpesa','','2020-11-05 10:42:59','','0','4','2020-11-03 10:42:59','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','41604562112','Cleared','','','','','','','','',0.00,0.00,NULL),(894,'','Cash','','2020-11-05 10:43:50','','0','4','2020-11-03 10:43:50','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','','1','0','41604562194','Cleared','','','','','','','','',0.00,0.00,NULL),(895,'','Cash','','2020-11-05 10:44:35','','0','4','2020-11-03 10:44:35','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41604562254','Cleared','','','','','','','','',0.00,0.00,NULL),(896,'','Mpesa','','2020-11-05 10:47:04','','0','4','2020-11-03 10:47:04','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41604562289','Cleared','','','','','','','','',0.00,0.00,NULL),(897,'','Mpesa','','2020-11-05 11:09:56','','0','4','2020-11-05 11:09:56','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604562439','Cleared','','','','','','','','',0.00,0.00,NULL),(898,'','Mpesa','','2020-11-05 11:20:51','','0','4','2020-11-03 11:20:51','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604564400','Cleared','','','','','','','','',0.00,0.00,NULL),(899,'','Cash','','2020-11-05 11:22:28','','0','4','2020-11-03 11:22:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604564470','Cleared','','','','','','','','',0.00,0.00,NULL),(900,'','Cash','','2020-11-05 11:39:51','','0','4','2020-11-03 11:39:51','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41604565543','Cleared','','','','','','','','',0.00,0.00,NULL),(901,'','Mpesa','','2020-11-05 11:41:42','','0','4','2020-11-03 11:41:42','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604565617','Cleared','','','','','','','','',0.00,0.00,NULL),(902,'','Mpesa','','2020-11-05 11:43:52','','0','4','2020-11-03 11:43:52','','0','290','1','retail',NULL,'290','1','0','0','0','0','290','0','printed',' ','','1','0','41604565728','Cleared','','','','','','','','',0.00,0.00,NULL),(903,'','Cash','','2020-11-05 12:45:57','','0','4','2020-11-03 12:45:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41604569548','Cleared','','','','','','','','',0.00,0.00,NULL),(904,'','Cash','','2020-11-05 12:49:03','','0','4','2020-11-03 12:49:03','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41604569588','Cleared','','','','','','','','',0.00,0.00,NULL),(905,'','Cash','','2020-11-05 12:50:21','','0','4','2020-11-03 12:50:21','','1260','1260','1','retail',NULL,'1260','1','0','0','0','0','0','0','printed',' ','','1','0','41604569754','Cleared','','','','','','','','',0.00,0.00,NULL),(906,'','Cash','','2020-11-05 12:52:18','','0','4','2020-11-03 12:52:18','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41604569918','Cleared','','','','','','','','',0.00,0.00,NULL),(907,'','Cash','','2020-11-05 12:56:15','','0','4','2020-11-04 12:56:15','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41604569992','Cleared','','','','','','','','',0.00,0.00,NULL),(908,'','Cash','','2020-11-05 12:57:50','','0','4','2020-11-05 12:57:50','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604570231','Cleared','','','','','','','','',0.00,0.00,NULL),(909,'','Cash','','2020-11-05 13:40:49','','0','4','2020-11-05 13:40:49','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41604570702','Cleared','','','','','','','','',0.00,0.00,NULL),(910,'','Cash','','2020-11-05 14:56:27','','0','4','2020-11-05 14:56:27','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','41604575293','Cleared','','','','','','','','',0.00,0.00,NULL),(911,'','Cash','','2020-11-06 08:02:13','','0','8','2020-11-06 08:02:13','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','0','81604638906','No','','','','','','','','',0.00,0.00,NULL),(912,'','Cash','','2020-11-06 08:03:58','','0','8','2020-11-06 08:03:58','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','0','81604639021','No','','','','','','','','',0.00,0.00,NULL),(913,'','Cash','','2020-11-06 08:56:14','','0','8','2020-11-06 08:56:14','21','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>MALOBA ','','1','0','81604642166','Cleared','','','','','','','','',0.00,0.00,NULL),(914,'','Cash','','2020-11-06 08:57:57','','0','8','2020-11-06 08:57:57','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>WELLS FARGO ','','1','0','81604642269','Cleared','','','','','','','','',0.00,0.00,NULL),(915,'','Cash','','2020-11-06 09:19:42','','0','8','2020-11-06 09:19:42','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','0','81604643575','No','','','','','','','','',0.00,0.00,NULL),(916,'','Cash','','2020-11-06 09:30:21','','0','4','2020-11-03 09:30:21','','40','540','1','retail',NULL,'540','1','0','0','0','0','500','0','printed',' ','','1','0','41604644077','Cleared','','','','','','','','',0.00,0.00,NULL),(917,'','Cash','','2020-11-06 09:32:39','','0','4','2020-11-04 09:32:39','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','','1','0','41604644269','Cleared','','','','','','','','',0.00,0.00,NULL),(918,'','Mpesa','','2020-11-06 09:37:22','','0','4','2020-11-04 09:37:22','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604644387','Cleared','','','','','','','','',0.00,0.00,NULL),(919,'','Cash','','2020-11-06 09:41:52','','0','4','2020-11-04 09:41:52','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604644664','Cleared','','','','','','','','',0.00,0.00,NULL),(920,'','Cash','','2020-11-06 09:43:34','','0','4','2020-11-04 09:43:34','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604644924','Cleared','','','','','','','','',0.00,0.00,NULL),(921,'','Cash','','2020-11-06 09:48:26','','0','4','2020-11-04 09:48:26','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41604645034','Cleared','','','','','','','','',0.00,0.00,NULL),(922,'','Cash','','2020-11-06 09:50:48','','0','4','2020-11-06 09:50:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41604645319','Cleared','','','','','','','','',0.00,0.00,NULL),(923,'','Cash','','2020-11-06 11:05:06','','0','4','2020-11-06 11:05:06','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','0','41604645454','Cleared','','','','','','','','',0.00,0.00,NULL),(924,'','Cash','','2020-11-06 11:22:35','','0','4','2020-11-06 11:22:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604649947','Cleared','','','','','','','','',0.00,0.00,NULL),(925,'','Cash','','2020-11-06 11:55:22','','0','4','2020-11-06 11:55:22','','0','360','1','retail',NULL,'360','1','0','0','0','0','360','0','printed',' ','','1','0','41604650960','Cleared','','','','','','','','',0.00,0.00,NULL),(926,'','Cash','','2020-11-06 12:20:37','','0','4','2020-11-04 12:20:37','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604653137','Cleared','','','','','','','','',0.00,0.00,NULL),(927,'','Cash','','2020-11-06 12:23:09','','0','4','2020-11-04 12:23:09','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604654471','Cleared','','','','','','','','',0.00,0.00,NULL),(928,'','Mpesa','','2020-11-06 12:40:07','','0','4','2020-11-04 12:40:07','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41604654607','Cleared','','','','','','','','',0.00,0.00,NULL),(929,'','Cash','','2020-11-06 12:43:51','','0','4','2020-11-04 12:43:51','','1040','1040','1','retail',NULL,'1040','1','0','0','0','0','0','0','printed',' ','','1','0','41604655638','Cleared','','','','','','','','',0.00,0.00,NULL),(930,'','Cash','','2020-11-06 12:45:31','','0','4','2020-11-04 12:45:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604655847','Cleared','','','','','','','','',0.00,0.00,NULL),(931,'','Cash','','2020-11-06 13:07:35','','0','4','2020-11-05 13:07:35','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','0','41604655949','Cleared','','','','','','','','',0.00,0.00,NULL),(932,'','Invoice','','2020-11-06 13:59:00','G & R ANNEX','-0','4','2020-10-31 13:59:00','36','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed','G & R ANNEX </BR> 30/09/20 DN20 ','','1','0','41604657277','No','','','','','','','','',0.00,0.00,NULL),(933,'','Invoice','','2020-11-06 14:10:07','G & R ANNEX','-0','4','2020-10-31 14:10:07','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed','G & R ANNEX </BR>+254727464176 </BR>06/10/2020 DN 21 ','','1','0','41604660966','No','','','','','','','','',0.00,0.00,NULL),(934,'','Invoice','','2020-11-06 14:57:31','G & R ANNEX','-0','4','2020-11-06 14:57:31','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed','G & R ANNEX </BR>06/10/2020 DN21 ','','1','0','41604661289','No','','','','','','','','',0.00,0.00,NULL),(935,'','Invoice','','2020-11-06 15:01:14','','-0','4','2020-10-31 15:01:14','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>17/10/2020 DN31 ','','1','0','41604664003','No','','','','','','','','',0.00,0.00,NULL),(936,'','Invoice','','2020-11-06 15:04:50','','-0','4','2020-10-31 15:04:50','36','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>24/10/2020 DN 35 ','','1','0','41604664176','No','','','','','','','','',0.00,0.00,NULL),(937,'','Invoice','','2020-11-06 15:11:05','','-0','4','2020-10-31 15:11:05','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>31/10/2010 DN41 ','','1','0','41604664618','No','','','','','','','','',0.00,0.00,NULL),(938,'','Cash','','2020-11-06 15:15:36','','0','4','2020-11-06 15:15:36','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41604664886','Cleared','','','','','','','','',0.00,0.00,NULL),(939,'','Cash','','2020-11-06 15:21:06','','0','4','2020-11-05 15:21:06','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41604664947','Cleared','','','','','','','','',0.00,0.00,NULL),(940,'','Mpesa','','2020-11-06 15:22:47','','0','4','2020-11-05 15:22:47','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41604665282','Cleared','','','','','','','','',0.00,0.00,NULL),(941,'','Mpesa','','2020-11-06 15:26:12','','0','4','2020-11-06 15:26:12','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41604665407','Cleared','','','','','','','','',0.00,0.00,NULL),(942,'','Mpesa','','2020-11-06 15:28:23','','0','4','2020-11-06 15:28:23','','0','630','1','retail',NULL,'630','1','0','0','0','0','630','0','printed',' ','','1','0','41604665637','Cleared','','','','','','','','',0.00,0.00,NULL),(943,'','Cash','','2020-11-06 15:30:43','','0','4','2020-11-06 15:30:43','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','','1','0','41604665830','Cleared','','','','','','','','',0.00,0.00,NULL),(944,'','Cash','','2020-11-06 15:38:32','','0','4','2020-11-06 15:38:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604665852','Cleared','','','','','','','','',0.00,0.00,NULL),(945,'','Cash','','2020-11-06 15:40:35','','0','4','2020-11-06 15:40:35','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41604666325','Cleared','','','','','','','','',0.00,0.00,NULL),(946,'','Mpesa','','2020-11-06 15:42:07','','0','4','2020-11-06 15:42:07','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','41604666449','Cleared','','','','','','','','',0.00,0.00,NULL),(947,'','Cash','','2020-11-06 15:43:24','','0','4','2020-11-06 15:43:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604666538','Cleared','','','','','','','','',0.00,0.00,NULL),(948,'','Cash','','2020-11-06 15:51:13','','0','4','2020-11-06 15:51:13','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604666767','Cleared','','','','','','','','',0.00,0.00,NULL),(949,'','Cash','','2020-11-06 15:54:52','','0','4','2020-11-06 15:54:52','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','0','41604667104','Cleared','','','','','','','','',0.00,0.00,NULL),(950,'','Mpesa','','2020-11-06 15:56:47','','0','4','2020-11-06 15:56:47','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','41604667310','Cleared','','','','','','','','',0.00,0.00,NULL),(951,'','Cash','','2020-11-06 16:57:51','','0','4','2020-11-06 16:57:51','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41604671060','Cleared','','','','','','','','',0.00,0.00,NULL),(952,'','Cash','','2020-11-06 16:59:06','PRIDE GARDEN','0','4','2020-11-06 16:59:06','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed','PRIDE GARDEN </BR>DN260 ','','1','0','41604671112','Cleared','','','','','','','','',0.00,0.00,NULL),(953,'','Cash','','2020-11-07 11:06:03','','0','4','2020-11-07 11:06:03','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41604736296','Cleared','','','','','','','','',0.00,0.00,NULL),(954,'','Cash','','2020-11-07 11:13:49','','0','4','2020-11-07 11:13:49','','1130','1130','1','retail',NULL,'1130','1','0','0','0','0','0','0','printed',' ','','1','0','41604736738','Cleared','','','','','','','','',0.00,0.00,NULL),(955,'','Cash','','2020-11-07 11:18:01','ACACIA GARDENS','0','4','2020-11-07 11:18:01','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed','ACACIA GARDENS ','','1','0','41604736865','Cleared','','','','','','','','',0.00,0.00,NULL),(956,'','Cash','','2020-11-07 12:06:56','','0','4','2020-11-07 12:06:56','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41604737199','Cleared','','','','','','','','',0.00,0.00,NULL),(957,'','Invoice','','2020-11-07 12:35:25','','-0','4','2020-10-31 12:35:25','36','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>30/09/20 DN 20 ','','1','0','41604741605','No','','','','','','','','',0.00,0.00,NULL),(958,'','Invoice','','2020-11-07 12:48:02','','-0','4','2020-10-31 12:48:02','20','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' </BR>30/09/20 DN 20 ','','1','0','41604742369','No','','','','','','','','',0.00,0.00,NULL),(959,'','Invoice','','2020-11-07 12:57:06','','0','4','2020-10-31 12:57:06','20','-1','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed','','','1','0','41604742980','Cleared','1','2020-11-30 16:41:28','','','','','','',0.00,0.00,NULL),(960,'','Cash','','2020-11-07 13:05:36','','0','4','2020-11-07 13:05:36','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41604743169','Cleared','','','','','','','','',0.00,0.00,NULL),(961,'','Mpesa','','2020-11-07 13:44:34','','0','4','2020-11-07 13:44:34','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','0','41604745866','Cleared','','','','','','','','',0.00,0.00,NULL),(962,'','Mpesa','','2020-11-07 14:10:47','','0','4','2020-11-07 14:10:47','','0','1440','1','retail',NULL,'1440','1','0','0','0','0','1440','0','printed',' ','','1','0','41604747254','Cleared','','','','','','','','',0.00,0.00,NULL),(963,'','Cash','','2020-11-09 08:59:41','','0','4','2020-11-09 08:59:41','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','','1','0','41604901233','Cleared','','','','','','','','',0.00,0.00,NULL),(964,'','Cash','','2020-11-09 10:24:18','','0','4','2020-11-09 10:24:18','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','0','41604906576','Cleared','','','','','','','','',0.00,0.00,NULL),(965,'','Cash','','2020-11-09 10:27:02','','0','4','2020-11-09 10:27:02','','1470','1470','1','retail',NULL,'1470','1','0','0','0','0','0','0','printed',' ','','1','0','41604906687','Cleared','','','','','','','','',0.00,0.00,NULL),(966,'','Mpesa','','2020-11-09 10:30:00','','0','4','2020-11-09 10:30:00','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41604906851','Cleared','','','','','','','','',0.00,0.00,NULL),(967,'','Cash','','2020-11-09 12:24:24','','0','4','2020-11-09 12:24:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604907186','Cleared','','','','','','','','',0.00,0.00,NULL),(968,'','Cash','','2020-11-09 12:25:20','','0','4','2020-11-09 12:25:20','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604913874','Cleared','','','','','','','','',0.00,0.00,NULL),(969,'','Cash','','2020-11-09 12:32:14','','0','4','2020-11-09 12:32:14','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604913927','Cleared','','','','','','','','',0.00,0.00,NULL),(970,'','Cash','','2020-11-09 12:36:05','','0','4','2020-11-09 12:36:05','','1660','1660','1','retail',NULL,'1660','1','0','0','0','0','0','0','printed',' ','','1','0','41604914393','Cleared','','','','','','','','',0.00,0.00,NULL),(971,'','Cash','','2020-11-09 12:38:00','','0','4','2020-11-09 12:38:00','','1170','1170','1','retail',NULL,'1170','1','0','0','0','0','0','0','printed',' ','','1','0','41604914575','Cleared','','','','','','','','',0.00,0.00,NULL),(972,'','Mpesa','','2020-11-09 12:55:49','','0','4','2020-11-09 12:55:49','','0','660','1','retail',NULL,'660','1','0','0','0','0','660','0','printed',' ','','1','0','41604914701','Cleared','','','','','','','','',0.00,0.00,NULL),(973,'','Cash','','2020-11-09 13:05:33','','0','4','2020-11-09 13:05:33','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41604915832','Cleared','','','','','','','','',0.00,0.00,NULL),(974,'','Mpesa','','2020-11-09 13:10:33','','0','4','2020-11-09 13:10:33','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604916340','Cleared','','','','','','','','',0.00,0.00,NULL),(975,'','Mpesa','','2020-11-09 13:27:04','','0','4','2020-11-09 13:27:04','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604916669','Cleared','','','','','','','','',0.00,0.00,NULL),(976,'','Cash','','2020-11-09 16:17:38','','0','4','2020-11-09 16:17:38','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41604924949','Cleared','','','','','','','','',0.00,0.00,NULL),(977,'','Mpesa','','2020-11-10 10:04:03','','0','4','2020-11-10 10:04:03','','0','530','1','retail',NULL,'530','1','0','0','0','0','530','0','printed',' ','','1','0','41604990654','Cleared','','','','','','','','',0.00,0.00,NULL),(978,'','Cash','','2020-11-10 10:29:05','','0','4','2020-11-10 10:29:05','','1470','1470','1','retail',NULL,'1470','1','0','0','0','0','0','0','printed',' ','','1','0','41604992036','Cleared','','','','','','','','',0.00,0.00,NULL),(979,'','Cash','','2020-11-10 11:05:31','','0','4','2020-11-10 11:05:31','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','0','41604993362','Cleared','','','','','','','','',0.00,0.00,NULL),(980,'','Cash','','2020-11-10 11:15:34','','0','4','2020-11-10 11:15:34','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604996051','Cleared','','','','','','','','',0.00,0.00,NULL),(981,'','Cash','','2020-11-10 11:19:39','','0','4','2020-11-10 11:19:39','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41604996331','Cleared','','','','','','','','',0.00,0.00,NULL),(982,'','Mpesa','','2020-11-10 11:23:33','','0','4','2020-11-10 11:23:33','','0','1320','1','retail',NULL,'1320','1','0','0','0','0','1320','0','printed',' ','','1','0','41604996385','Cleared','','','','','','','','',0.00,0.00,NULL),(983,'','Mpesa','','2020-11-10 11:37:00','','0','4','2020-11-10 11:37:00','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41604996679','Cleared','','','','','','','','',0.00,0.00,NULL),(984,'','Cash','','2020-11-10 12:31:53','','0','4','2020-11-10 12:31:53','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41604997700','Cleared','','','','','','','','',0.00,0.00,NULL),(985,'','Cash','','2020-11-10 12:53:29','','0','4','2020-11-10 12:53:29','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605000764','Cleared','','','','','','','','',0.00,0.00,NULL),(986,'','Cash','','2020-11-10 13:15:02','','0','4','2020-11-10 13:15:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605003222','Cleared','','','','','','','','',0.00,0.00,NULL),(987,'','Cash','','2020-11-10 13:37:18','','0','4','2020-11-10 13:37:18','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605003309','Cleared','','','','','','','','',0.00,0.00,NULL),(988,'','Cash','','2020-11-10 13:49:37','','0','4','2020-11-10 13:49:37','','2760','2760','1','retail',NULL,'2760','1','0','0','0','0','0','0','printed',' ','','1','0','41605004660','Cleared','','','','','','','','',0.00,0.00,NULL),(989,'','Cash','','2020-11-10 15:13:18','','0','4','2020-11-10 15:13:18','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','','1','0','41605005410','Cleared','','','','','','','','',0.00,0.00,NULL),(990,'','Cash','','2020-11-10 15:49:44','','0','4','2020-11-10 15:49:44','','940','940','1','retail',NULL,'940','1','0','0','0','0','0','0','printed',' ','','1','0','41605010426','Cleared','','','','','','','','',0.00,0.00,NULL),(991,'','Cash','','2020-11-12 10:51:17','','0','8','2020-11-11 10:51:17','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','81605167175','Cleared','','','','','','','','',0.00,0.00,NULL),(992,'','Cash','','2020-11-12 10:53:39','','0','8','2020-11-11 10:53:39','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','81605167546','Cleared','','','','','','','','',0.00,0.00,NULL),(993,'','Cash','','2020-11-12 10:54:48','','0','8','2020-11-11 10:54:48','','9400','9400','1','retail',NULL,'9400','1','0','0','0','0','0','0','printed',' ','','1','0','81605167631','Cleared','','','','','','','','',0.00,0.00,NULL),(994,'','Cash','','2020-11-12 10:56:14','','0','8','2020-11-11 10:56:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','81605167707','Cleared','','','','','','','','',0.00,0.00,NULL),(995,'','Mpesa','','2020-11-12 11:03:10','','0','6','2020-11-12 11:03:10','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','0','61605165639','Cleared','','','','','','','','',0.00,0.00,NULL),(996,'','Cash','','2020-11-12 11:04:43','','0','6','2020-11-12 11:04:43','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','61605168264','Cleared','','','','','','','','',0.00,0.00,NULL),(997,'','Cash','','2020-11-12 12:08:51','','0','6','2020-11-12 12:08:51','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','61605169016','Cleared','','','','','','','','',0.00,0.00,NULL),(998,'','Cash','','2020-11-12 12:27:49','','0','6','2020-11-12 12:27:49','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','0','61605172145','Cleared','','','','','','','','',0.00,0.00,NULL),(999,'','Cash','','2020-11-12 13:19:23','','0','6','2020-11-12 13:19:23','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','61605173279','Cleared','','','','','','','','',0.00,0.00,NULL),(1000,'','Cash','','2020-11-12 13:20:36','','0','6','2020-11-12 13:20:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','61605176370','Cleared','','','','','','','','',0.00,0.00,NULL),(1001,'','Cash','','2020-11-12 13:39:50','','0','6','2020-11-12 13:39:50','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','61605176443','Cleared','','','','','','','','',0.00,0.00,NULL),(1002,'','Cash','','2020-11-12 15:24:11','','0','6','2020-11-12 15:24:11','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','61605177596','Cleared','','','','','','','','',0.00,0.00,NULL),(1003,'','Cash','','2020-11-12 15:26:46','','0','6','2020-11-12 15:26:46','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','61605183887','Cleared','','','','','','','','',0.00,0.00,NULL),(1004,'','Cash','','2020-11-12 15:30:15','','0','6','2020-11-12 15:30:15','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','61605184059','Cleared','','','','','','','','',0.00,0.00,NULL),(1005,'','Cash','','2020-11-12 15:31:51','','0','6','2020-11-12 15:31:51','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','61605184224','Cleared','','','','','','','','',0.00,0.00,NULL),(1006,'','Cash','','2020-11-12 15:54:55','','0','6','2020-11-12 15:54:55','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','61605184319','Cleared','','','','','','','','',0.00,0.00,NULL),(1007,'','Cash','','2020-11-12 16:17:05','','0','6','2020-11-12 16:17:05','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','61605185708','Cleared','','','','','','','','',0.00,0.00,NULL),(1008,'','Mpesa','','2020-11-12 16:24:27','','0','6','2020-11-12 16:24:27','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','61605187030','Cleared','','','','','','','','',0.00,0.00,NULL),(1009,'','Mpesa','','2020-11-12 16:25:30','','0','6','2020-11-12 16:25:30','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','61605187486','Cleared','','','','','','','','',0.00,0.00,NULL),(1010,'','Mpesa','','2020-11-12 16:27:34','','0','6','2020-11-12 16:27:34','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','','1','0','61605187539','Cleared','','','','','','','','',0.00,0.00,NULL),(1011,'','Mpesa','','2020-11-12 16:29:41','','0','6','2020-11-12 16:29:41','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','','1','0','61605187667','Cleared','','','','','','','','',0.00,0.00,NULL),(1012,'','Mpesa','','2020-11-12 16:31:19','','0','6','2020-11-12 16:31:19','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','61605187795','Cleared','','','','','','','','',0.00,0.00,NULL),(1013,'','Mpesa','','2020-11-12 16:33:00','','0','6','2020-11-12 16:33:00','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','61605187889','Cleared','','','','','','','','',0.00,0.00,NULL),(1014,'','Mpesa','','2020-11-12 16:34:55','','0','6','2020-11-12 16:34:55','','0','1150','1','retail',NULL,'1150','1','0','0','0','0','1150','0','printed',' ','','1','0','61605188016','Cleared','','','','','','','','',0.00,0.00,NULL),(1015,'','Cash','','2020-11-12 16:41:54','','0','6','2020-11-12 16:41:54','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','61605188114','Cleared','','','','','','','','',0.00,0.00,NULL),(1016,'','Cash','','2020-11-13 09:56:04','','0','6','2020-11-13 09:56:04','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','61605250465','Cleared','','','','','','','','',0.00,0.00,NULL),(1017,'','Mpesa','','2020-11-13 09:59:58','','0','6','2020-11-13 09:59:58','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','61605250573','Cleared','','','','','','','','',0.00,0.00,NULL),(1018,'','Cash','','2020-11-13 10:00:30','','0','6','2020-11-13 10:00:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','61605250817','Cleared','','','','','','','','',0.00,0.00,NULL),(1019,'','Mpesa','','2020-11-13 10:02:43','MIKELINE LTD','0','6','2020-11-13 10:02:43','','0','1800','1','retail',NULL,'1800','1','0','0','0','0','1800','0','printed','MIKELINE LTD ','','1','0','61605250906','Cleared','','','','','','','','',0.00,0.00,NULL),(1020,'','Cash','','2020-11-13 11:17:01','','0','6','2020-11-13 11:17:01','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','61605250994','Cleared','','','','','','','','',0.00,0.00,NULL),(1021,'','Cash','','2020-11-13 12:10:55','','0','8','2020-11-13 12:10:55','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','0','81605258602','Cleared','','','','','','','','',0.00,0.00,NULL),(1022,'','Cash','','2020-11-13 12:32:05','','0','8','2020-11-13 12:32:05','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','81605259781','Cleared','','','','','','','','',0.00,0.00,NULL),(1023,'','Cash','','2020-11-13 13:10:53','','0','6','2020-11-13 13:10:53','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','61605262126','Cleared','','','','','','','','',0.00,0.00,NULL),(1024,'','Mpesa','','2020-11-13 13:11:30','','0','6','2020-11-13 13:11:30','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','61605262264','Cleared','','','','','','','','',0.00,0.00,NULL),(1025,'','Cash','','2020-11-13 14:49:42','','0','6','2020-11-13 14:49:42','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','61605268147','Cleared','','','','','','','','',0.00,0.00,NULL),(1026,'','Cash','','2020-11-13 15:29:30','','0','6','2020-11-13 15:29:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','61605269605','Cleared','','','','','','','','',0.00,0.00,NULL),(1027,'','Cash','','2020-11-13 15:40:00','','0','6','2020-11-13 15:40:00','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','61605270581','Cleared','','','','','','','','',0.00,0.00,NULL),(1028,'','Mpesa','','2020-11-13 15:52:19','','0','6','2020-11-13 15:52:19','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','61605271214','Cleared','','','','','','','','',0.00,0.00,NULL),(1029,'','Cash','','2020-11-14 09:11:41','','0','4','2020-11-14 09:11:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605334219','Cleared','','','','','','','','',0.00,0.00,NULL),(1030,'','Mpesa','','2020-11-14 09:13:46','','0','4','2020-11-14 09:13:46','','0','1490','1','retail',NULL,'1490','1','0','0','0','0','1490','0','printed',' ','','1','0','41605334312','Cleared','','','','','','','','',0.00,0.00,NULL),(1031,'','Mpesa','','2020-11-14 09:15:57','','0','4','2020-11-14 09:15:57','','0','690','1','retail',NULL,'690','1','0','0','0','0','690','0','printed',' ','','1','0','41605334444','Cleared','','','','','','','','',0.00,0.00,NULL),(1032,'','Cash','','2020-11-14 09:17:58','','0','4','2020-11-14 09:17:58','','90','540','1','retail',NULL,'540','1','0','0','0','0','450','0','printed',' ','','1','0','41605334567','Cleared','','','','','','','','',0.00,0.00,NULL),(1033,'','Cash','','2020-11-14 10:07:28','','0','4','2020-11-14 10:07:28','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41605334870','Cleared','','','','','','','','',0.00,0.00,NULL),(1034,'','Cash','','2020-11-14 10:09:35','','0','4','2020-11-14 10:09:35','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41605337665','Cleared','','','','','','','','',0.00,0.00,NULL),(1035,'','Cash','','2020-11-14 10:12:29','','0','4','2020-11-14 10:12:29','','1220','1220','1','retail',NULL,'1220','1','0','0','0','0','0','0','printed',' ','','1','0','41605337796','Cleared','','','','','','','','',0.00,0.00,NULL),(1036,'','Cash','','2020-11-14 10:18:10','','0','4','2020-11-14 10:18:10','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','0','41605337982','Cleared','','','','','','','','',0.00,0.00,NULL),(1037,'','Cash','','2020-11-14 10:20:50','','0','4','2020-11-14 10:20:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605338296','Cleared','','','','','','','','',0.00,0.00,NULL),(1038,'','Cash','','2020-11-14 10:49:30','','0','4','2020-11-14 10:49:30','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41605338461','Cleared','','','','','','','','',0.00,0.00,NULL),(1039,'','Cash','','2020-11-14 11:54:36','','0','4','2020-11-14 11:54:36','','470','470','1','retail',NULL,'470','1','0','0','0','0','0','0','printed',' ','','1','0','41605340177','Cleared','','','','','','','','',0.00,0.00,NULL),(1040,'','Cash','','2020-11-14 12:41:05','','0','4','2020-11-14 12:41:05','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','0','41605346855','Cleared','','','','','','','','',0.00,0.00,NULL),(1041,'','Mpesa','','2020-11-16 10:30:45','','0','4','2020-11-16 10:30:45','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','0','41605511235','Cleared','','','','','','','','',0.00,0.00,NULL),(1042,'','Cash','','2020-11-16 11:12:53','','0','4','2020-11-16 11:12:53','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41605514274','Cleared','','','','','','','','',0.00,0.00,NULL),(1043,'','Cash','','2020-11-16 12:04:15','','0','4','2020-11-16 12:04:15','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41605514383','Cleared','','','','','','','','',0.00,0.00,NULL),(1044,'','Cash','','2020-11-16 12:16:41','','0','4','2020-11-16 12:16:41','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41605517544','Cleared','','','','','','','','',0.00,0.00,NULL),(1045,'','Mpesa','','2020-11-16 12:26:42','','0','4','2020-11-16 12:26:42','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41605518224','Cleared','','','','','','','','',0.00,0.00,NULL),(1046,'','Mpesa','','2020-11-16 12:32:52','','0','4','2020-11-16 12:32:52','','0','460','1','retail',NULL,'460','1','0','0','0','0','460','0','printed',' ','','1','0','41605519045','Cleared','','','','','','','','',0.00,0.00,NULL),(1047,'','Cash','','2020-11-16 12:33:41','','0','4','2020-11-16 12:33:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41605519186','Cleared','','','','','','','','',0.00,0.00,NULL),(1048,'','Mpesa','','2020-11-16 12:44:19','','0','4','2020-11-16 12:44:19','','0','630','1','retail',NULL,'630','1','0','0','0','0','630','0','printed',' ','','1','0','41605519306','Cleared','','','','','','','','',0.00,0.00,NULL),(1049,'','Cash','','2020-11-16 12:45:58','','0','4','2020-11-16 12:45:58','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','0','41605519889','Cleared','','','','','','','','',0.00,0.00,NULL),(1050,'','Mpesa','','2020-11-16 13:44:23','','0','4','2020-11-16 13:44:23','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41605519966','Cleared','','','','','','','','',0.00,0.00,NULL),(1051,'','Cash','','2020-11-16 14:11:42','','0','4','2020-11-16 14:11:42','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41605523482','Cleared','','','','','','','','',0.00,0.00,NULL),(1052,'','Mpesa','','2020-11-16 14:41:20','','0','4','2020-11-16 14:41:20','','0','980','1','retail',NULL,'980','1','0','0','0','0','980','0','printed',' ','','1','0','41605525108','Cleared','','','','','','','','',0.00,0.00,NULL),(1053,'','Cash','','2020-11-16 15:16:08','','0','4','2020-11-16 15:16:08','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41605526932','Cleared','','','','','','','','',0.00,0.00,NULL),(1054,'','Cash','','2020-11-16 15:47:55','','0','4','2020-11-16 15:47:55','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','','1','0','41605528976','Cleared','','','','','','','','',0.00,0.00,NULL),(1055,'','Cash','','2020-11-17 08:52:45','','0','4','2020-11-17 08:52:45','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41605592166','Cleared','','','','','','','','',0.00,0.00,NULL),(1056,'','Cash','','2020-11-17 08:56:57','','0','4','2020-11-17 08:56:57','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41605592385','Cleared','','','','','','','','',0.00,0.00,NULL),(1057,'','Cash','','2020-11-17 10:14:55','','0','4','2020-11-17 10:14:55','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','0','41605592623','Cleared','','','','','','','','',0.00,0.00,NULL),(1058,'','Cash','','2020-11-17 10:57:40','','0','4','2020-11-17 10:57:40','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41605597300','Cleared','','','','','','','','',0.00,0.00,NULL),(1059,'','Cash','','2020-11-17 12:51:46','','0','4','2020-11-17 12:51:46','','1230','1230','1','retail',NULL,'1230','1','0','0','0','0','0','0','printed',' ','','1','0','41605599866','Cleared','','','','','','','','',0.00,0.00,NULL),(1060,'','Cash','','2020-11-17 13:52:51','','0','4','2020-11-17 13:52:51','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41605609990','Cleared','','','','','','','','',0.00,0.00,NULL),(1061,'','Cash','','2020-11-18 10:35:42','','0','4','2020-11-18 10:35:42','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41605680792','Cleared','','','','','','','','',0.00,0.00,NULL),(1062,'','Cash','','2020-11-18 10:38:07','','0','4','2020-11-18 10:38:07','','670','670','1','retail',NULL,'670','1','0','0','0','0','0','0','printed',' ','','1','0','41605684962','Cleared','','','','','','','','',0.00,0.00,NULL),(1063,'','Cash','','2020-11-18 10:53:54','','0','4','2020-11-18 10:53:54','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41605685099','Cleared','','','','','','','','',0.00,0.00,NULL),(1064,'','Cash','','2020-11-18 10:59:14','','0','4','2020-11-18 10:59:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605686040','Cleared','','','','','','','','',0.00,0.00,NULL),(1065,'','Cash','','2020-11-18 11:42:34','','0','4','2020-11-18 11:42:34','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41605686362','Cleared','','','','','','','','',0.00,0.00,NULL),(1066,'','Cash','','2020-11-18 11:49:09','','0','4','2020-11-18 11:49:09','','3700','3700','1','retail',NULL,'3700','1','0','0','0','0','0','0','printed',' ','','1','0','41605688963','Cleared','','','','','','','','',0.00,0.00,NULL),(1067,'','Cash','','2020-11-18 11:49:35','','0','4','2020-11-18 11:49:35','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41605689356','Cleared','','','','','','','','',0.00,0.00,NULL),(1068,'','Cash','','2020-11-18 11:50:18','','0','4','2020-11-18 11:50:18','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41605689382','Cleared','','','','','','','','',0.00,0.00,NULL),(1069,'','Cash','','2020-11-18 11:52:38','','0','4','2020-11-18 11:52:38','','380','380','1','retail',NULL,'380','1','0','0','0','0','0','0','printed',' ','','1','0','41605689429','Cleared','','','','','','','','',0.00,0.00,NULL),(1070,'','Cash','','2020-11-18 11:54:29','','0','4','2020-11-18 11:54:29','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41605689608','Cleared','','','','','','','','',0.00,0.00,NULL),(1071,'','Cash','','2020-11-18 12:05:35','','0','4','2020-11-18 12:05:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41605689734','Cleared','','','','','','','','',0.00,0.00,NULL),(1072,'','Mpesa','','2020-11-18 12:07:04','','0','4','2020-11-18 12:07:04','','0','180','1','retail',NULL,'180','1','0','0','0','0','180','0','printed',' ','','1','0','41605690406','Cleared','','','','','','','','',0.00,0.00,NULL),(1073,'','Mpesa','','2020-11-18 12:40:38','','0','4','2020-11-18 12:40:38','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41605692271','Cleared','','','','','','','','',0.00,0.00,NULL),(1074,'','Cash','','2020-11-18 12:41:15','','0','4','2020-11-18 12:41:15','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41605692446','Cleared','','','','','','','','',0.00,0.00,NULL),(1075,'','Cash','','2020-11-18 13:55:49','','0','4','2020-11-18 13:55:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605692495','Cleared','','','','','','','','',0.00,0.00,NULL),(1076,'','Cash','','2020-11-18 14:48:33','','0','4','2020-11-18 14:48:33','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41605696959','Cleared','','','','','','','','',0.00,0.00,NULL),(1077,'','Cash','','2020-11-18 15:01:59','','0','4','2020-11-18 15:01:59','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41605700122','Cleared','','','','','','','','',0.00,0.00,NULL),(1078,'','Cash','','2020-11-18 15:09:38','','0','4','2020-11-18 15:09:38','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605701316','Cleared','','','','','','','','',0.00,0.00,NULL),(1079,'','Mpesa','','2020-11-18 15:26:13','','0','4','2020-11-18 15:26:13','','0','650','1','retail',NULL,'650','1','0','0','0','0','650','0','printed',' ','','1','0','41605701427','Cleared','','','','','','','','',0.00,0.00,NULL),(1080,'','Cash','','2020-11-18 15:32:28','','0','4','2020-11-18 15:32:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605702679','Cleared','','','','','','','','',0.00,0.00,NULL),(1081,'','Cash','','2020-11-18 15:45:12','','0','4','2020-11-18 15:45:12','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','','1','0','41605702753','Cleared','','','','','','','','',0.00,0.00,NULL),(1082,'','Cash','','2020-11-18 16:09:47','','0','4','2020-11-18 16:09:47','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605703518','Cleared','','','','','','','','',0.00,0.00,NULL),(1083,'','Cash','','2020-11-18 16:13:03','','0','4','2020-11-18 16:13:03','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605704993','Cleared','','','','','','','','',0.00,0.00,NULL),(1084,'','Cash','','2020-11-18 16:17:57','','0','4','2020-11-18 16:17:57','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41605705197','Cleared','','','','','','','','',0.00,0.00,NULL),(1085,'','Cash','','2020-11-18 16:30:06','','0','4','2020-11-18 16:30:06','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41605705487','Cleared','','','','','','','','',0.00,0.00,NULL),(1086,'','Cash','','2020-11-19 09:26:56','','0','4','2020-11-19 09:26:56','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41605765600','Cleared','','','','','','','','',0.00,0.00,NULL),(1087,'','Cash','','2020-11-19 10:42:54','','0','4','2020-11-19 10:42:54','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','','1','0','41605767227','Cleared','','','','','','','','',0.00,0.00,NULL),(1088,'','Cash','','2020-11-19 11:05:10','','0','4','2020-11-19 11:05:10','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605771781','Cleared','','','','','','','','',0.00,0.00,NULL),(1089,'','Cash','','2020-11-19 11:59:58','','0','4','2020-11-19 11:59:58','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41605773118','Cleared','','','','','','','','',0.00,0.00,NULL),(1090,'','Cash','','2020-11-19 13:20:30','','0','4','2020-11-19 13:20:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605776405','Cleared','','','','','','','','',0.00,0.00,NULL),(1091,'','Cash','','2020-11-19 13:49:40','','0','4','2020-11-19 13:49:40','','2620','2620','1','retail',NULL,'2620','1','0','0','0','0','0','0','printed',' ','','1','0','41605781236','Cleared','','','','','','','','',0.00,0.00,NULL),(1092,'','Cash','','2020-11-19 13:58:31','','0','4','2020-11-19 13:58:31','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41605782988','Cleared','','','','','','','','',0.00,0.00,NULL),(1093,'','Cash','','2020-11-19 14:00:24','','0','4','2020-11-19 14:00:24','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41605783523','Cleared','','','','','','','','',0.00,0.00,NULL),(1094,'','Mpesa','','2020-11-19 14:06:52','','0','4','2020-11-19 14:06:52','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41605783922','Cleared','','','','','','','','',0.00,0.00,NULL),(1095,'','Cash','','2020-11-19 14:54:10','','0','4','2020-11-19 14:54:10','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41605784025','Cleared','','','','','','','','',0.00,0.00,NULL),(1096,'','Cash','','2020-11-19 15:46:25','','0','4','2020-11-19 15:46:25','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','0','41605788043','Cleared','','','','','','','','',0.00,0.00,NULL),(1097,'','Cash','','2020-11-20 09:33:09','','0','4','2020-11-20 09:33:09','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','0','41605853826','Cleared','','','','','','','','',0.00,0.00,0),(1098,'','Cash','','2020-11-20 09:34:15','','0','4','2020-11-20 09:34:15','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41605853997','Cleared','','','','','','','','',0.00,0.00,0),(1099,'','Cash','','2020-11-20 09:35:53','','0','4','2020-11-20 09:35:53','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','','1','0','41605854064','Cleared','','','','','','','','',0.00,0.00,0),(1100,'','Cash','','2020-11-20 09:37:04','','0','4','2020-11-20 09:37:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605854159','Cleared','','','','','','','','',0.00,0.00,0),(1101,'','Cash','','2020-11-20 10:35:50','','0','4','2020-11-20 10:35:50','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','','1','0','41605857698','Cleared','','','','','','','','',0.00,0.00,0),(1102,'','Cash','','2020-11-20 10:44:53','','0','4','2020-11-20 10:44:53','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605857763','Cleared','','','','','','','','',0.00,0.00,0),(1103,'','Cash','','2020-11-20 11:14:38','','0','4','2020-11-20 11:14:38','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','0','41605859949','Cleared','','','','','','','','',0.00,0.00,0),(1104,'','Cash','','2020-11-20 11:56:01','','0','4','2020-11-20 11:56:01','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605860100','Cleared','','','','','','','','',0.00,0.00,0),(1105,'','Cash','','2020-11-20 12:24:33','','0','4','2020-11-20 12:24:33','','3080','3080','1','retail',NULL,'3080','1','0','0','0','0','0','0','printed',' ','','1','0','41605864225','Cleared','','','','','','','','',0.00,0.00,0),(1106,'','Cash','','2020-11-20 12:51:40','','0','4','2020-11-20 12:51:40','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605864278','Cleared','','','','','','','','',0.00,0.00,0),(1107,'','Cash','','2020-11-20 14:26:37','','0','4','2020-11-20 14:26:37','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','','1','0','41605869281','Cleared','','','','','','','','',0.00,0.00,0),(1108,'','Cash','','2020-11-20 14:42:09','','0','4','2020-11-20 14:42:09','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605871713','Cleared','','','','','','','','',0.00,0.00,0),(1109,'','Cash','','2020-11-20 15:09:46','','0','4','2020-11-20 15:09:46','','2760','2760','1','retail',NULL,'2760','1','0','0','0','0','0','0','printed',' ','','1','0','41605872845','Cleared','','','','','','','','',0.00,0.00,0),(1110,'','Cash','','2020-11-20 16:46:47','','0','4','2020-11-20 16:46:47','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41605879898','Cleared','','','','','','','','',0.00,0.00,0),(1111,'','Cash','','2020-11-20 17:06:10','','0','4','2020-11-20 17:06:10','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41605880991','Cleared','','','','','','','','',0.00,0.00,0),(1112,'','Cash','','2020-11-21 09:30:44','','0','6','2020-11-21 09:30:44','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','61605940046','Cleared','','','','','','','','',0.00,0.00,0),(1113,'','Cash','','2020-11-21 09:31:29','','0','6','2020-11-21 09:31:29','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','61605940262','Cleared','','','','','','','','',0.00,0.00,0),(1114,'','Cash','','2020-11-21 09:37:23','','0','6','2020-11-21 09:37:23','','1020','1020','1','retail',NULL,'1020','1','0','0','0','0','0','0','printed',' ','','1','0','61605940301','Cleared','','','','','','','','',0.00,0.00,0),(1115,'','Cash','','2020-11-21 10:24:48','','0','6','2020-11-21 10:24:48','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','61605940674','Cleared','','','','','','','','',0.00,0.00,0),(1116,'','Cash','','2020-11-21 12:11:56','','0','6','2020-11-21 12:11:56','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','0','61605949699','Cleared','','','','','','','','',0.00,0.00,0),(1117,'','Cash','','2020-11-21 12:14:04','','0','6','2020-11-21 12:14:04','','890','890','1','retail',NULL,'890','1','0','0','0','0','0','0','printed',' ','','1','0','61605949925','Cleared','','','','','','','','',0.00,0.00,0),(1118,'','Cash','','2020-11-21 12:16:17','','0','6','2020-11-21 12:16:17','','110','110','1','retail',NULL,'110','1','0','0','0','0','0','0','printed',' ','','1','0','61605950151','Cleared','','','','','','','','',0.00,0.00,0),(1119,'','Cash','','2020-11-21 12:22:43','','0','6','2020-11-21 12:22:43','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','61605950183','Cleared','','','','','','','','',0.00,0.00,0),(1120,'','Cash','','2020-11-21 12:29:32','','0','6','2020-11-21 12:29:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','61605950569','Cleared','','','','','','','','',0.00,0.00,0),(1121,'','Cash','','2020-11-21 14:57:20','','0','6','2020-11-21 14:57:20','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','61605959832','Cleared','','','','','','','','',0.00,0.00,0),(1122,'','Mpesa','','2020-11-23 08:48:28','','0','4','2020-11-23 08:48:28','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606110376','Cleared','','','','','','','','',0.00,0.00,0),(1123,'','Cash','','2020-11-23 09:57:36','','0','4','2020-11-23 09:57:36','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41606110527','Cleared','','','','','','','','',0.00,0.00,0),(1124,'','Cash','','2020-11-23 09:58:54','','0','4','2020-11-23 09:58:54','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606114662','Cleared','','','','','','','','',0.00,0.00,0),(1125,'','Cash','','2020-11-23 10:39:10','','0','4','2020-11-23 10:39:10','','3020','3020','1','retail',NULL,'3020','1','0','0','0','0','0','0','printed',' ','','1','0','41606114739','Cleared','','','','','','','','',0.00,0.00,0),(1126,'','Cash','','2020-11-23 10:48:40','','0','4','2020-11-21 10:48:40','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41606117171','Cleared','','','','','','','','',0.00,0.00,0),(1127,'','Cash','','2020-11-23 10:49:18','','0','4','2020-11-21 10:49:18','','60','60','1','retail',NULL,'60','1','0','0','0','0','0','0','printed',' ','','1','0','41606117735','Cleared','','','','','','','','',0.00,0.00,0),(1128,'','Cash','','2020-11-23 10:49:48','','0','4','2020-11-21 10:49:48','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41606117773','Cleared','','','','','','','','',0.00,0.00,0),(1129,'','Cash','','2020-11-23 10:51:32','','0','4','2020-11-23 10:51:32','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','41606117802','Cleared','','','','','','','','',0.00,0.00,0),(1130,'','Mpesa','','2020-11-23 10:53:01','','0','4','2020-11-21 10:53:01','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','','1','0','41606117904','Cleared','','','','','','','','',0.00,0.00,0),(1131,'','Mpesa','','2020-11-23 10:56:13','','0','4','2020-11-21 10:56:13','','0','2500','1','retail',NULL,'2500','1','0','0','0','0','2500','0','printed',' ','','1','0','41606117996','Cleared','','','','','','','','',0.00,0.00,0),(1132,'','Cash','','2020-11-23 10:59:53','','0','4','2020-11-23 10:59:53','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','','1','0','41606118193','Cleared','','','','','','','','',0.00,0.00,0),(1133,'','Cash','','2020-11-23 11:26:47','','0','4','2020-11-23 11:26:47','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','','1','0','41606118438','Cleared','','','','','','','','',0.00,0.00,0),(1134,'','Cash','','2020-11-23 11:35:39','','0','4','2020-11-23 11:35:39','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','0','41606120017','Cleared','','','','','','','','',0.00,0.00,0),(1135,'','Cash','','2020-11-23 11:37:37','','0','4','2020-11-23 11:37:37','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606120548','Cleared','','','','','','','','',0.00,0.00,0),(1136,'','Cash','','2020-11-23 11:59:27','','0','4','2020-11-23 11:59:27','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606120670','Cleared','','','','','','','','',0.00,0.00,0),(1137,'','Cash','','2020-11-23 12:04:49','','0','4','2020-11-23 12:04:49','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','','1','0','41606121973','Cleared','','','','','','','','',0.00,0.00,0),(1138,'','Cash','','2020-11-23 12:14:48','','0','4','2020-11-23 12:14:48','','1500','1800','1','retail',NULL,'1800','1','0','0','0','0','300','0','printed',' ','','1','0','41606122296','Cleared','','','','','','','','',0.00,0.00,0),(1139,'','Cash','','2020-11-23 13:16:02','','0','4','2020-11-23 13:16:02','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41606126488','Cleared','','','','','','','','',0.00,0.00,0),(1140,'','Cash','','2020-11-23 14:00:47','','0','4','2020-11-23 14:00:47','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606126979','Cleared','','','','','','','','',0.00,0.00,0),(1141,'','Cash','','2020-11-23 14:18:49','','0','4','2020-11-23 14:18:49','','3000','3000','1','retail',NULL,'3000','1','0','0','0','0','0','0','printed',' ','','1','0','41606130304','Cleared','','','','','','','','',0.00,0.00,0),(1142,'','Cash','','2020-11-23 14:33:31','','0','4','2020-11-23 14:33:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606130338','Cleared','','','','','','','','',0.00,0.00,0),(1143,'','Cash','','2020-11-23 15:23:06','','0','4','2020-11-23 15:23:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606131221','Cleared','','','','','','','','',0.00,0.00,0),(1144,'','Cash','','2020-11-23 16:25:15','','0','4','2020-11-23 16:25:15','','5000','5000','1','retail',NULL,'5000','1','0','0','0','0','0','0','printed',' ','','1','0','41606137753','Cleared','','','','','','','','',0.00,0.00,0),(1145,'','Cash','','2020-11-23 16:37:08','','0','4','2020-11-23 16:37:08','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','0','41606138067','Cleared','','','','','','','','',0.00,0.00,0),(1146,'','Cash','','2020-11-23 16:41:50','','0','4','2020-11-23 16:41:50','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41606138634','Cleared','','','','','','','','',0.00,0.00,0),(1147,'','Bank','','2020-11-23 17:06:34','','0','4','2020-11-23 17:06:34','','0','102100','1','retail',NULL,'102100','1','0','0','0','0','0','102100','printed',' ','','1','0','41606140095','Cleared','','','','','','','','',0.00,0.00,0),(1148,'','Mpesa','','2020-11-24 10:38:37','','0','4','2020-11-24 10:38:37','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606203053','Cleared','','','','','','','','',0.00,0.00,0),(1149,'','Cash','','2020-11-24 13:44:07','','0','4','2020-11-24 13:44:07','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606214550','Cleared','','','','','','','','',0.00,0.00,0),(1150,'','Cash','','2020-11-25 09:11:32','','0','4','2020-11-25 09:11:32','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606284654','Cleared','','','','','','','','',0.00,0.00,0),(1151,'','Mpesa','','2020-11-25 09:30:58','','0','4','2020-11-25 09:30:58','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','','1','0','41606284702','Cleared','','','','','','','','',0.00,0.00,0),(1152,'','Cash','','2020-11-25 11:54:31','','0','4','2020-11-25 11:54:31','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41606294364','Cleared','','','','','','','','',0.00,0.00,0),(1153,'','Cash','','2020-11-25 11:55:08','','0','4','2020-11-25 11:55:08','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','','1','0','41606294481','Cleared','','','','','','','','',0.00,0.00,0),(1154,'','Mpesa','','2020-11-25 12:12:55','','0','4','2020-11-25 12:12:55','','0','950','1','retail',NULL,'950','1','0','0','0','0','950','0','printed',' ','','1','0','41606294513','Cleared','','','','','','','','',0.00,0.00,0),(1155,'','Cash','','2020-11-25 12:38:27','','0','4','2020-11-25 12:38:27','','3560','3560','1','retail',NULL,'3560','1','0','0','0','0','0','0','printed',' ','','1','0','41606295629','Cleared','','','','','','','','',0.00,0.00,0),(1156,'','Cash','','2020-11-25 12:45:21','','0','4','2020-11-25 12:45:21','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41606297134','Cleared','','','','','','','','',0.00,0.00,0),(1157,'','Cash','','2020-11-25 12:48:19','','0','4','2020-11-25 12:48:19','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41606297529','Cleared','','','','','','','','',0.00,0.00,0),(1158,'','Cash','','2020-11-25 12:50:05','ACACIA GARDENS','0','4','2020-11-25 12:50:05','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed','ACACIA GARDENS ','','1','0','41606297709','Cleared','','','','','','','','',0.00,0.00,0),(1159,'','Mpesa','','2020-11-25 13:18:44','','0','4','2020-11-25 13:18:44','','0','1800','1','retail',NULL,'1800','1','0','0','0','0','1800','0','printed',' ','','1','0','41606298714','Cleared','','','','','','','','',0.00,0.00,0),(1160,'','Cash','','2020-11-25 16:51:55','','0','6','2020-11-25 16:51:55','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','61606312219','Cleared','','','','','','','','',0.00,0.00,0),(1161,'','Cash','','2020-11-25 17:32:18','','0','7','2020-11-25 17:32:18','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','71606314728','Cleared','','','','','','','','',0.00,0.00,0),(1162,'','Mpesa','','2020-11-26 10:29:35','','0','4','2020-11-25 10:29:35','','0','200','1','retail',NULL,'200','1','0','0','0','0','200','0','printed',' ','','1','0','41606372988','Cleared','','','','','','','','',0.00,0.00,0),(1163,'','Cash','','2020-11-26 10:32:31','','0','4','2020-11-25 10:32:31','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','','1','0','41606375797','Cleared','','','','','','','','',0.00,0.00,0),(1164,'','Mpesa','','2020-11-26 10:39:56','','0','4','2020-11-25 10:39:56','','0','640','1','retail',NULL,'640','1','0','0','0','0','640','0','printed',' ','','1','0','41606375965','Cleared','','','','','','','','',0.00,0.00,0),(1165,'','Cash','','2020-11-26 10:50:57','','0','4','2020-11-26 10:50:57','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41606376412','Cleared','','','','','','','','',0.00,0.00,0),(1166,'','Cash','','2020-11-26 12:05:12','','0','4','2020-11-26 12:05:12','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41606377487','Cleared','','','','','','','','',0.00,0.00,0),(1167,'','Cash','','2020-11-26 12:28:24','','0','4','2020-11-26 12:28:24','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41606381529','Cleared','','','','','','','','',0.00,0.00,0),(1168,'','Cash','','2020-11-26 14:46:48','','0','4','2020-11-26 14:46:48','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41606383801','Cleared','','','','','','','','',0.00,0.00,0),(1169,'','Mpesa','','2020-11-26 14:58:27','','0','4','2020-11-26 14:58:27','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','0','41606391225','Cleared','','','','','','','','',0.00,0.00,0),(1170,'','Cash','','2020-11-26 15:06:18','','0','4','2020-11-26 15:06:18','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606391914','Cleared','','','','','','','','',0.00,0.00,0),(1171,'','Cash','','2020-11-26 15:07:28','','0','7','2020-11-26 15:07:28','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','','1','0','71606392428','Cleared','','','','','','','','',0.00,0.00,0),(1172,'','Cash','','2020-11-26 15:08:51','','0','4','2020-11-26 15:08:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606392399','Cleared','','','','','','','','',0.00,0.00,0),(1173,'','Cash','','2020-11-26 16:39:32','','0','4','2020-11-26 16:39:32','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','','1','0','41606392540','Cleared','','','','','','','','',0.00,0.00,0),(1174,'','Cash','','2020-11-26 16:46:10','','0','4','2020-11-26 16:46:10','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','','1','0','41606398339','Cleared','','','','','','','','',0.00,0.00,0),(1175,'','Cash','','2020-11-27 09:18:00','','0','4','2020-11-26 09:18:00','','1200','1200','1','retail',NULL,'1200','1','0','0','0','0','0','0','printed',' ','','1','0','41606457843','Cleared','','','','','','','','',0.00,0.00,0),(1176,'','Cash','','2020-11-27 10:56:21','','0','4','2020-11-27 10:56:21','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41606460335','Cleared','','','','','','','','',0.00,0.00,0),(1177,'','Cash','','2020-11-27 10:57:00','','0','4','2020-11-27 10:57:00','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41606463787','Cleared','','','','','','','','',0.00,0.00,0),(1178,'','Cash','','2020-11-27 10:57:45','','0','4','2020-11-27 10:57:45','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606463825','Cleared','','','','','','','','',0.00,0.00,0),(1179,'','Cash','','2020-11-27 12:16:46','','0','4','2020-11-27 12:16:46','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','','1','0','41606465697','Cleared','','','','','','','','',0.00,0.00,0),(1180,'','Cash','','2020-11-27 12:19:24','','0','4','2020-11-27 12:19:24','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41606468613','Cleared','','','','','','','','',0.00,0.00,0),(1181,'','Cash','','2020-11-27 12:50:43','','0','4','2020-11-27 12:50:43','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41606468799','Cleared','','','','','','','','',0.00,0.00,0),(1182,'','Mpesa','','2020-11-27 12:54:30','','0','4','2020-11-27 12:54:30','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','','1','0','41606470695','Cleared','','','','','','','','',0.00,0.00,0),(1183,'','Cash','','2020-11-27 13:58:30','','0','4','2020-11-27 13:58:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606474222','Cleared','','','','','','','','',0.00,0.00,0),(1184,'','Cash','','2020-11-27 14:00:20','','0','4','2020-11-27 14:00:20','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41606474715','Cleared','','','','','','','','',0.00,0.00,0),(1185,'','Cash','','2020-11-27 14:02:31','','0','4','2020-11-27 14:02:31','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','','1','0','41606474846','Cleared','','','','','','','','',0.00,0.00,0),(1186,'','Cash','','2020-11-27 14:04:18','','0','4','2020-11-27 14:04:18','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41606474959','Cleared','','','','','','','','',0.00,0.00,0),(1187,'','Cash','','2020-11-27 14:42:35','','0','4','2020-11-27 14:42:35','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41606475869','Cleared','','','','','','','','',0.00,0.00,0),(1188,'','Cash','','2020-11-27 15:22:38','','0','4','2020-11-27 15:22:38','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41606479698','Cleared','','','','','','','','',0.00,0.00,0),(1189,'','Cash','','2020-11-27 15:40:55','','0','4','2020-11-27 15:40:55','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606479831','Cleared','','','','','','','','',0.00,0.00,0),(1190,'','Cash','','2020-11-27 15:44:06','','0','4','2020-11-27 15:44:06','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','0','41606480867','Cleared','','','','','','','','',0.00,0.00,0),(1191,'','Cash','','2020-11-27 15:45:13','','0','4','2020-11-27 15:45:13','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','','1','0','41606481060','Cleared','','','','','','','','',0.00,0.00,0),(1192,'','Mpesa','','2020-11-27 16:27:45','','0','4','2020-11-27 16:27:45','','0','0','1','retail',NULL,'0','1','0','0','0','0','350','0','printed',' ','','1','0','41606481120','Cleared','','','','','','','','',0.00,0.00,0),(1193,'','Cash','','2020-11-27 16:49:08','','0','4','2020-11-27 16:49:08','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606484875','Cleared','','','','','','','','',0.00,0.00,0),(1194,'','Mpesa','','2020-11-27 16:52:12','','0','4','2020-11-27 16:52:12','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41606484954','Cleared','','','','','','','','',0.00,0.00,0),(1195,'','Mpesa','','2020-11-28 13:52:01','','0','4','2020-11-28 13:52:01','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41606557628','Cleared','','','','','','','','',0.00,0.00,0),(1196,'','Mpesa','','2020-11-28 14:27:09','','0','4','2020-11-28 14:27:09','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','0','41606560737','Cleared','','','','','','','','',0.00,0.00,0),(1197,'','Mpesa','','2020-11-28 14:31:21','','0','4','2020-11-28 14:31:21','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606562841','Cleared','','','','','','','','',0.00,0.00,0),(1198,'','Cash','','2020-11-30 10:15:01','','0','4','2020-11-30 10:15:01','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','','1','0','41606715811','Cleared','','','','','','','','',0.00,0.00,0),(1199,'','Cash','','2020-11-30 10:23:11','','0','4','2020-11-30 10:23:11','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','','1','0','41606720517','Cleared','','','','','','','','',0.00,0.00,0),(1200,'','Cash','','2020-11-30 10:23:41','','0','4','2020-11-30 10:23:41','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41606721000','Cleared','','','','','','','','',0.00,0.00,0),(1201,'','Cash','','2020-11-30 10:26:10','','0','4','2020-11-30 10:26:10','','800','1620','1','retail',NULL,'1620','1','0','0','0','0','820','0','printed',' ','','1','0','41606721029','Cleared','','','','','','','','',0.00,0.00,0),(1202,'','Cash','','2020-11-30 10:30:32','','0','4','2020-11-30 10:30:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606721233','Cleared','','','','','','','','',0.00,0.00,0),(1203,'','Cash','','2020-11-30 10:38:11','','0','4','2020-11-30 10:38:11','','730','730','1','retail',NULL,'730','1','0','0','0','0','0','0','printed',' ','','1','0','41606721608','Cleared','','','','','','','','',0.00,0.00,0),(1204,'','Cash','','2020-11-30 11:13:43','','0','4','2020-11-30 11:13:43','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41606723811','Cleared','','','','','','','','',0.00,0.00,0),(1205,'','Mpesa','','2020-11-30 11:14:59','','0','4','2020-11-28 11:14:59','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','','1','0','41606724030','Cleared','','','','','','','','',0.00,0.00,0),(1206,'','Cash','','2020-11-30 11:27:51','','0','4','2020-11-30 11:27:51','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41606724153','Cleared','','','','','','','','',0.00,0.00,0),(1207,'','Cash','','2020-11-30 12:57:02','','0','4','2020-11-30 12:57:02','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','0','41606727523','Cleared','','','','','','','','',0.00,0.00,0),(1208,'','Cash','','2020-11-30 13:00:37','','0','4','2020-11-30 13:00:37','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','','1','0','41606730402','Cleared','','','','','','','','',0.00,0.00,0),(1209,'','Cash','','2020-11-30 13:04:01','','0','4','2020-11-30 13:04:01','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','','1','0','41606730444','Cleared','','','','','','','','',0.00,0.00,0),(1210,'','Cash','','2020-11-30 13:10:50','','0','4','2020-11-30 13:10:50','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','','1','0','41606730649','Cleared','','','','','','','','',0.00,0.00,0),(1211,'','Cash','','2020-11-30 13:14:52','','0','4','2020-11-30 13:14:52','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606731155','Cleared','','','','','','','','',0.00,0.00,0),(1212,'','Mpesa','','2020-11-30 15:54:39','','0','4','2020-11-30 15:54:39','','0','67500','1','retail',NULL,'67500','1','0','0','0','0','67500','0','printed',' </BR>MPESA PAYMENT ON 13/11/2020 TOTAL KSHS. 76500 ','','1','0','41606737681','Cleared','','','','','','','','',0.00,0.00,0),(1213,'','Mpesa','','2020-11-30 16:03:48','','0','4','2020-11-30 16:03:48','','0','3810','1','retail',NULL,'3810','1','0','0','0','0','3810','0','printed',' </BR>MPESA PAYMENT ON 13/11/2020 TOTAL KSHS. 76500 ','','1','0','41606740982','Cleared','','','','','','','','',0.00,0.00,0),(1214,'','Cash','','2020-12-01 10:07:41','','0','4','2020-12-01 10:07:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606803445','Cleared','','','','','','','','',0.00,0.00,0),(1215,'','Cash','','2020-12-01 10:08:47','','0','4','2020-12-01 10:08:47','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41606806488','Cleared','','','','','','','','',0.00,0.00,0),(1216,'','Cash','','2020-12-01 10:29:42','','0','4','2020-12-01 10:29:42','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','','1','0','41606806545','Cleared','','','','','','','','',0.00,0.00,0),(1217,'','Cash','','2020-12-01 12:33:23','','0','4','2020-12-01 12:33:23','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41606807942','Cleared','','','','','','','','',0.00,0.00,0),(1218,'','Cash','','2020-12-01 12:37:00','','0','4','2020-12-01 12:37:00','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606815209','Cleared','','','','','','','','',0.00,0.00,0),(1219,'','Cash','','2020-12-01 13:20:00','','0','4','2020-12-01 13:20:00','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41606815936','Cleared','','','','','','','','',0.00,0.00,0),(1220,'','Cash','','2020-12-01 13:46:37','','0','4','2020-12-01 13:46:37','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606818005','Cleared','','','','','','','','',0.00,0.00,0),(1221,'','Cash','','2020-12-01 15:10:39','','0','4','2020-12-01 15:10:39','','30','2330','1','retail',NULL,'2330','1','0','0','0','0','2300','0','printed',' ','','1','0','41606819607','Cleared','','','','','','','','',0.00,0.00,0),(1222,'','Mpesa','','2020-12-01 16:38:37','','0','4','2020-12-01 16:38:37','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','','1','0','41606824663','Cleared','','','','','','','','',0.00,0.00,0),(1223,'','Cash','','2020-12-01 17:08:53','','0','4','2020-12-01 17:08:53','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','','1','0','41606831712','Cleared','','','','','','','','',0.00,0.00,0),(1224,'','Cash','','2020-12-02 10:20:23','','0','4','2020-12-02 10:20:23','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41606888087','Cleared','','','','','','','','',0.00,0.00,0),(1225,'','Mpesa','','2020-12-02 11:59:30','','0','4','2020-12-02 11:59:30','','0','890','1','retail',NULL,'890','1','0','0','0','0','890','0','printed',' ','','1','0','41606893629','Cleared','','','','','','','','',0.00,0.00,0),(1226,'','Mpesa','','2020-12-02 13:06:33','','0','4','2020-12-02 13:06:33','','0','2200','1','retail',NULL,'2200','1','0','0','0','0','2200','0','printed',' ','','1','0','41606899923','Cleared','','','','','','','','',0.00,0.00,0),(1227,'','Cash','','2020-12-02 14:11:30','','0','4','2020-12-02 14:11:30','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','','1','0','41606903601','Cleared','','','','','','','','',0.00,0.00,0),(1228,'','Cash','','2020-12-02 16:19:36','','0','4','2020-12-02 16:19:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606914921','Cleared','','','','','','','','',0.00,0.00,0),(1229,'','Cash','','2020-12-02 16:32:20','','0','4','2020-12-02 16:32:20','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41606915932','Cleared','','','','','','','','',0.00,0.00,0),(1230,'','Cash','','2020-12-03 10:10:49','','0','4','2020-12-03 10:10:49','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41606975624','Cleared','','','','','','','','',0.00,0.00,0),(1231,'','Mpesa','','2020-12-03 10:56:29','','0','4','2020-12-03 10:56:29','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41606979455','Cleared','','','','','','','','',0.00,0.00,0),(1232,'','Mpesa','','2020-12-03 11:07:14','','0','4','2020-12-03 11:07:14','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','0','41606982682','Cleared','','','','','','','','',0.00,0.00,0),(1233,'','Mpesa','','2020-12-03 11:08:23','','0','4','2020-12-03 11:08:23','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606982843','Cleared','','','','','','','','',0.00,0.00,0),(1234,'','Mpesa','','2020-12-03 11:11:58','','0','4','2020-12-03 11:11:58','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41606982911','Cleared','','','','','','','','',0.00,0.00,0),(1235,'','Mpesa','','2020-12-03 11:13:21','','0','4','2020-12-03 11:13:21','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606983126','Cleared','','','','','','','','',0.00,0.00,0),(1236,'','Mpesa','','2020-12-03 11:14:29','','0','4','2020-12-03 11:14:29','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606983211','Cleared','','','','','','','','',0.00,0.00,0),(1237,'','Cash','','2020-12-03 11:31:36','','0','4','2020-12-03 11:31:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606984196','Cleared','','','','','','','','',0.00,0.00,0),(1238,'','Cash','','2020-12-03 11:36:04','','0','4','2020-12-03 11:36:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41606984491','Cleared','','','','','','','','',0.00,0.00,0),(1239,'','Mpesa','','2020-12-03 11:54:37','','0','4','2020-12-03 11:54:37','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606984571','Cleared','','','','','','','','',0.00,0.00,0),(1240,'','Mpesa','','2020-12-03 12:53:21','','0','4','2020-12-03 12:53:21','','0','2000','1','retail',NULL,'2000','1','0','0','0','0','2000','0','printed',' ','','1','0','41606989155','Cleared','','','','','','','','',0.00,0.00,0),(1241,'','Mpesa','','2020-12-03 14:12:39','','0','4','2020-12-03 14:12:39','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606993789','Cleared','','','','','','','','',0.00,0.00,0),(1242,'','Cash','','2020-12-03 14:29:26','','0','4','2020-12-03 14:29:26','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','0','41606993984','Cleared','','','','','','','','',0.00,0.00,0),(1243,'','Mpesa','','2020-12-03 14:30:31','','0','4','2020-12-03 14:30:31','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','','1','0','41606994980','Cleared','','','','','','','','',0.00,0.00,0),(1244,'','Cash','','2020-12-03 14:50:49','','0','4','2020-12-03 14:50:49','','920','920','1','retail',NULL,'920','1','0','0','0','0','0','0','printed',' ','','1','0','41606995972','Cleared','','','','','','','','',0.00,0.00,0),(1245,'','Cash','','2020-12-03 15:16:10','','0','4','2020-12-03 15:16:10','','2050','2050','1','retail',NULL,'2050','1','0','0','0','0','0','0','printed',' ','','1','0','41606996274','Cleared','','','','','','','','',0.00,0.00,0),(1246,'','Cash','','2020-12-03 15:17:17','','0','4','2020-12-03 15:17:17','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','','1','0','41606997777','Cleared','','','','','','','','',0.00,0.00,0),(1247,'','Mpesa','','2020-12-03 15:21:10','','0','4','2020-12-03 15:21:10','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41606997899','Cleared','','','','','','','','',0.00,0.00,0),(1248,'','Cash','','2020-12-03 15:49:30','','0','4','2020-12-03 15:49:30','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','','1','0','41606998080','Cleared','','','','','','','','',0.00,0.00,0),(1249,'','Mpesa','','2020-12-03 16:06:36','','0','4','2020-12-03 16:06:36','','0','16400','1','retail',NULL,'16400','1','0','0','0','0','16400','0','printed',' ','','1','0','41606999778','Cleared','','','','','','','','',0.00,0.00,0),(1250,'','Mpesa','','2020-12-03 16:11:29','','0','4','2020-12-03 16:11:29','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','','1','0','41607000989','Cleared','','','','','','','','',0.00,0.00,0),(1251,'','Cash','','2020-12-03 16:35:10','','0','4','2020-12-03 16:35:10','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41607002471','Cleared','','','','','','','','',0.00,0.00,0),(1252,'','Cash','','2020-12-03 16:38:38','','0','4','2020-12-03 16:38:38','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41607002515','Cleared','','','','','','','','',0.00,0.00,0),(1253,'','Mpesa','','2020-12-04 10:57:11','','0','4','2020-12-04 10:57:11','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','','1','0','41607063669','Cleared','','','','','','','','',0.00,0.00,0),(1254,'','Cash','','2020-12-04 11:51:08','','0','4','2020-12-04 11:51:08','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41607071777','Cleared','','','','','','','','',0.00,0.00,0),(1255,'','Mpesa','','2020-12-04 12:18:10','','0','4','2020-12-04 12:18:10','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41607072024','Cleared','','','','','','','','',0.00,0.00,0),(1256,'','Mpesa','','2020-12-04 12:22:32','','0','4','2020-12-04 12:22:32','','0','1980','1','retail',NULL,'1980','1','0','0','0','0','1980','0','printed',' ','','1','0','41607073504','Cleared','','','','','','','','',0.00,0.00,0),(1257,'','Mpesa','','2020-12-04 12:23:53','','0','4','2020-12-04 12:23:53','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','','1','0','41607073776','Cleared','','','','','','','','',0.00,0.00,0),(1258,'','Cash','','2020-12-04 12:33:11','','0','4','2020-12-04 12:33:11','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','','1','0','41607074373','Cleared','','','','','','','','',0.00,0.00,0),(1259,'','Cash','','2020-12-04 12:45:17','','0','4','2020-12-04 12:45:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41607074402','Cleared','','','','','','','','',0.00,0.00,0),(1260,'','Mpesa','','2020-12-04 12:48:35','','0','4','2020-12-04 12:48:35','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','','1','0','41607075132','Cleared','','','','','','','','',0.00,0.00,0),(1261,'','Cash','','2020-12-04 12:56:18','','0','4','2020-12-04 12:56:18','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','','1','0','41607075348','Cleared','','','','','','','','',0.00,0.00,0),(1262,'','Cash','','2020-12-04 13:12:42','','0','4','2020-12-04 13:12:42','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','','1','0','41607076560','Cleared','','','','','','','','',0.00,0.00,0),(1263,'','Cash','','2020-12-04 13:17:09','','0','4','2020-12-04 13:17:09','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','','1','0','41607076777','Cleared','','','','','','','','',0.00,0.00,0),(1264,'','Cash','','2020-12-04 13:32:02','','0','4','2020-12-04 13:32:02','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','','1','0','41607077042','Cleared','','','','','','','','',0.00,0.00,0),(1265,'','Cash','','2020-12-04 13:35:52','','0','4','2020-12-04 13:35:52','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','','1','0','41607077932','Cleared','','','','','','','','',0.00,0.00,0),(1266,'','Cash','','2020-12-04 13:42:53','','0','4','2020-12-04 13:42:53','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41607078250','Cleared','','','','','','','','',0.00,0.00,0),(1267,'','Cash','','2020-12-04 15:29:31','','0','4','2020-12-04 15:29:31','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','','1','0','41607084883','Cleared','','','','','','','','',0.00,0.00,0),(1268,'','Cash','','2020-12-04 15:41:21','','0','4','2020-12-04 15:41:21','','1440','1440','1','retail',NULL,'1440','1','0','0','0','0','0','0','printed',' ','','1','0','41607084976','Cleared','','','','','','','','',0.00,0.00,0),(1269,'','Cash','','2020-12-05 10:04:13','','0','4','2020-12-05 10:04:13','','4860','4860','1','retail',NULL,'4860','1','0','0','0','0','0','0','printed',' ','','1','0','41607151715','Cleared','','','','','','','','',0.00,0.00,0),(1270,'','Cash','','2020-12-05 10:11:05','','0','4','2020-12-05 10:11:05','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','','1','0','41607151860','Cleared','','','','','','','','',0.00,0.00,0),(1271,'','Cash','','2020-12-05 13:48:01','','0','4','2020-12-05 13:48:01','','500','570','1','retail',NULL,'570','1','0','0','0','0','70','0','printed',' ','','1','0','41607159603','Cleared','','','','','','','','',0.00,0.00,0),(1272,'','Cash','','2020-12-05 14:13:26','','0','4','2020-12-05 14:13:26','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41607165327','Cleared','','','','','','','','',0.00,0.00,0),(1273,'','Mpesa','','2020-12-05 14:23:23','','0','4','2020-12-05 14:23:23','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','','1','0','41607167372','Cleared','','','','','','','','',0.00,0.00,0),(1274,'','Invoice','','2020-12-07 09:04:38','','-39250','4','2020-12-07 09:04:38','21','0','39250','1','retail',NULL,'39250','1','0','0','39250','0','0','0','printed',' ','','1','0','41607321027','No','','','','','','','','',0.00,0.00,0),(1275,'','Cash','','2020-12-07 09:55:01','','0','4','2020-12-07 09:55:01','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','','1','0','41607323341','Cleared','','','','','','','','',0.00,0.00,0),(1276,'','Invoice','','2020-12-07 10:08:21','','-1200','4','2020-12-07 10:08:21','21','0','1200','1','retail',NULL,'1200','1','0','0','1200','0','0','0','printed',' ','','1','0','41607324890','No','','','','','','','','',0.00,0.00,0),(1277,'','Cash','','2020-12-07 11:06:17','','0','4','2020-12-07 11:06:17','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41607324934','Cleared','','','','','','','','',0.00,0.00,0),(1278,'','Cash','','2020-12-07 11:27:54','','0','4','2020-12-07 11:27:54','','1220','1220','1','retail',NULL,'1220','1','0','0','0','0','0','0','printed',' ','','1','0','41607328389','Cleared','','','','','','','','',0.00,0.00,0),(1279,'','Cash','','2020-12-07 11:48:55','','0','4','2020-12-07 11:48:55','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','','1','0','41607329692','Cleared','','','','','','','','',0.00,0.00,0),(1280,'','Cash','','2020-12-07 11:58:17','','0','4','2020-12-07 11:58:17','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','','1','0','41607330978','Cleared','','','','','','','','',0.00,0.00,0),(1281,'','Cash','','2020-12-07 11:58:49','','0','4','2020-12-07 11:58:49','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','','1','0','41607331502','Cleared','','','','','','','','',0.00,0.00,0),(1282,'','Mpesa','','2020-12-07 12:00:52','','0','4','2020-12-07 12:00:52','','0','630','1','retail',NULL,'630','1','0','0','0','0','630','0','printed',' ','','1','0','41607331534','Cleared','','','','','','','','',0.00,0.00,0),(1283,'','Cash','','2020-12-07 13:13:39','','0','4','2020-12-07 13:13:39','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','','1','0','41607331691','Cleared','','','','','','','','',0.00,0.00,0),(1284,'','Cash','','2020-12-07 14:12:27','','0','4','2020-12-07 14:12:27','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41607339498','Cleared','','','','','','','','',0.00,0.00,0),(1285,'','Mpesa','','2020-12-07 14:21:38','','0','4','2020-12-07 14:21:38','','0','400','1','retail',NULL,'400','1','0','0','0','0','400','0','printed',' ','','1','0','41607339555','Cleared','','','','','','','','',0.00,0.00,0),(1286,'','Cash','','2020-12-07 14:46:58','','0','4','2020-12-07 14:46:58','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41607340441','Cleared','','','','','','','','',0.00,0.00,0),(1287,'','Cash','','2020-12-07 15:11:47','','0','4','2020-12-07 15:11:47','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','0','41607342004','Cleared','','','','','','','','',0.00,0.00,0),(1288,'','Cash','','2020-12-07 15:27:18','','0','4','2020-12-07 15:27:18','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','','1','0','41607343114','Cleared','','','','','','','','',0.00,0.00,0),(1289,'','Cash','','2020-12-07 16:10:04','','0','4','2020-12-07 16:10:04','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','','1','0','41607346531','Cleared','','','','','','','','',0.00,0.00,0),(1290,'','Cash','','2020-12-07 16:28:27','','0','4','2020-12-07 16:28:27','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','','1','0','41607346610','Cleared','','','','','','','','',0.00,0.00,0),(1291,'','Cash','','2020-12-08 10:12:52','','0','4','2020-12-08 10:12:52','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','','1','0','41607407745','Cleared','','','','','','','','',0.00,0.00,0),(1292,'','Cash','','2020-12-08 13:29:28','','0','4','2020-12-08 13:29:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607423294','Cleared','','','','','','','','',0.00,0.00,0),(1293,'','Mpesa','','2020-12-08 13:30:40','','0','4','2020-12-08 13:30:40','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41607423375','Cleared','','','','','','','','',0.00,0.00,0),(1294,'','Cash','','2020-12-08 13:31:51','','0','4','2020-12-08 13:31:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607423446','Cleared','','','','','','','','',0.00,0.00,0),(1295,'','Cash','','2020-12-08 13:36:07','','0','4','2020-12-08 13:36:07','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607423519','Cleared','','','','','','','','',0.00,0.00,0),(1296,'','Cash','','2020-12-08 13:38:17','','0','4','2020-12-08 13:38:17','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607423795','Cleared','','','','','','','','',0.00,0.00,0),(1297,'','Cash','','2020-12-08 13:41:38','','0','4','2020-12-08 13:41:38','','920','920','1','retail',NULL,'920','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607423904','Cleared','','','','','','','','',0.00,0.00,0),(1298,'','Cash','','2020-12-08 13:45:33','','0','4','2020-12-08 13:45:33','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607424123','Cleared','','','','','','','','',0.00,0.00,0),(1299,'','Cash','','2020-12-08 13:46:32','','0','4','2020-12-08 13:46:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607424341','Cleared','','','','','','','','',0.00,0.00,0),(1300,'','Cash','','2020-12-08 13:49:32','','0','4','2020-12-08 13:49:32','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607424498','Cleared','','','','','','','','',0.00,0.00,0),(1301,'','Cash','','2020-12-08 13:50:40','','0','4','2020-12-08 13:50:40','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607424581','Cleared','','','','','','','','',0.00,0.00,0),(1302,'','Cash','','2020-12-08 13:57:36','','0','4','2020-12-08 13:57:36','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607424954','Cleared','','','','','','','','',0.00,0.00,0),(1303,'','Cash','','2020-12-08 13:58:57','','0','4','2020-12-08 13:58:57','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607425063','Cleared','','','','','','','','',0.00,0.00,0),(1304,'','Cash','','2020-12-08 14:51:11','','0','4','2020-12-08 14:51:11','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607425147','Cleared','','','','','','','','',0.00,0.00,0),(1305,'','Cash','','2020-12-08 14:54:34','','0','4','2020-12-08 14:54:34','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607428320','Cleared','','','','','','','','',0.00,0.00,0),(1306,'','Cash','','2020-12-08 14:56:08','','0','4','2020-12-08 14:56:08','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607428483','Cleared','','','','','','','','',0.00,0.00,0),(1307,'','Cash','','2020-12-08 14:57:13','','0','4','2020-12-08 14:57:13','','190','190','1','retail',NULL,'190','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607428599','Cleared','','','','','','','','',0.00,0.00,0),(1308,'','Cash','','2020-12-08 15:03:44','','0','4','2020-12-08 15:03:44','','0','12500','1','retail',NULL,'12500','1','0','0','0','0','4920','7580','printed',' ','',NULL,'0','41607428638','Cleared','','','','','','','','',0.00,0.00,0),(1309,'','Mpesa','','2020-12-09 11:12:37','','0','4','2020-12-08 11:12:37','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41607501413','Cleared','','','','','','','','',0.00,0.00,0),(1310,'','Mpesa','','2020-12-09 11:14:43','','0','4','2020-12-08 11:14:43','','0','5500','1','retail',NULL,'5500','1','0','0','0','0','5500','0','printed',' ','',NULL,'0','41607501581','Cleared','','','','','','','','',0.00,0.00,0),(1311,'','Cash','','2020-12-09 12:57:43','','0','4','2020-12-09 12:57:43','','9000','9000','1','retail',NULL,'9000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607501700','Cleared','','','','','','','','',0.00,0.00,0),(1312,'','Cash','','2020-12-09 12:58:51','','0','4','2020-12-09 12:58:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607507870','Cleared','','','','','','','','',0.00,0.00,0),(1313,'','Cash','','2020-12-09 13:00:18','','0','4','2020-12-09 13:00:18','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607507966','Cleared','','','','','','','','',0.00,0.00,0),(1314,'','Cash','','2020-12-09 13:03:04','','0','4','2020-12-09 13:03:04','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607508023','Cleared','','','','','','','','',0.00,0.00,0),(1315,'','Cash','','2020-12-09 13:04:49','','0','4','2020-12-09 13:04:49','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607508204','Cleared','','','','','','','','',0.00,0.00,0),(1316,'','Cash','','2020-12-09 13:09:32','','0','4','2020-12-09 13:09:32','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607508296','Cleared','','','','','','','','',0.00,0.00,0),(1317,'','Mpesa','','2020-12-09 13:23:20','','0','4','2020-12-09 13:23:20','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','41607509281','Cleared','','','','','','','','',0.00,0.00,0),(1318,'','Cash','','2020-12-09 13:57:13','','0','4','2020-12-09 13:57:13','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607509551','Cleared','','','','','','','','',0.00,0.00,0),(1319,'','Cash','','2020-12-09 13:59:50','','0','4','2020-12-09 13:59:50','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607511469','Cleared','','','','','','','','',0.00,0.00,0),(1320,'','Cash','','2020-12-09 15:05:43','abc','0','8','2020-12-09 15:05:43','7','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed','abc </BR>254796883745 </BR>1274441 ','',NULL,'0','81607515465','Cleared','','','','','','','','',0.00,0.00,0),(1321,'','Cash','','2020-12-09 15:09:41','abc','0','8','2020-12-09 15:09:41','41','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed','abc </BR>254708963215 </BR>4524545544 ','',NULL,'0','81607515669','Cleared','','','','','','','','',0.00,0.00,40),(1322,'','Cash','','2020-12-09 15:16:08','','0','4','2020-12-08 15:16:08','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607511596','Cleared','','','','','','','','',0.00,0.00,0),(1323,'','Cash','','2020-12-09 15:18:00','','0','4','2020-12-08 15:18:00','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607516181','Cleared','','','','','','','','',0.00,0.00,0),(1324,'','Cash','','2020-12-09 15:33:23','','0','4','2020-12-09 15:33:23','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607516290','Cleared','','','','','','','','',0.00,0.00,0),(1325,'','Cash','','2020-12-09 15:33:43','','0','4','2020-12-09 15:33:43','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607517212','Cleared','','','','','','','','',0.00,0.00,0),(1326,'','Cash','','2020-12-09 15:40:35','','0','4','2020-12-09 15:40:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607517229','Cleared','','','','','','','','',0.00,0.00,0),(1327,'','Cash','','2020-12-09 15:54:31','','0','4','2020-12-09 15:54:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607517650','Cleared','','','','','','','','',0.00,0.00,0),(1328,'','Cash','','2020-12-10 09:21:23','','0','4','2020-12-10 09:21:23','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607581056','Cleared','','','','','','','','',0.00,0.00,0),(1329,'','Mpesa','','2020-12-10 09:22:32','','0','4','2020-12-10 09:22:32','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','',NULL,'0','41607581292','Cleared','','','','','','','','',0.00,0.00,0),(1330,'','Invoice','','2020-12-10 10:21:10','','-6950','6','2020-12-10 10:21:10','42','0','6950','1','retail',NULL,'6950','2','0','0','6950','0','0','0','printed',' </BR>DELIVERY NO. 309 ','',NULL,'0','61607582774','Cleared','','','','','','','','',0.00,0.00,39),(1331,'','Cash','','2020-12-10 10:30:03','','0','4','2020-12-10 10:30:03','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607581452','Cleared','','','','','','','','',0.00,0.00,0),(1332,'','Cash','','2020-12-10 10:31:46','','0','4','2020-12-10 10:31:46','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607585428','Cleared','','','','','','','','',0.00,0.00,0),(1333,'','Invoice','','2020-12-01','','-16750','6','2020-12-1 10:40:21','43','0','16750','1','retail',NULL,'16750','2','0','0','16750','0','0','0','printed',' </BR>DELIVERY NO.310 ','',NULL,'0','61607585259','Cleared','','','','','','','','',0.00,0.00,39),(1334,'','Cash','','2020-12-10 11:29:35','','0','4','2020-12-10 11:29:35','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607588054','Cleared','','','','','','','','',0.00,0.00,0),(1335,'','Invoice','','2020-12-10 11:29:00','EURO','-9540','6','2020-12-1 11:29:00','39','0','9540','1','retail',NULL,'9540','2','0','0','9540','0','0','0','printed','EURO </BR>DELIVERY 311 ','',NULL,'0','61607587775','Cleared','','','','','','','','',0.00,0.00,39),(1336,'','Invoice','','2020-12-10 11:40:26','JOSKA','-42200','6','2020-12-1 11:40:26','39','0','42200','1','retail',NULL,'42200','2','0','0','42200','0','0','0','printed','JOSKA </BR>DELIVERY NO. 314 ','',NULL,'0','61607589365','Cleared','','','','','','','','',0.00,0.00,39),(1337,'','Invoice','','2020-12-10 11:44:48','PRIDE CENTRE','-4200','6','2020-12-3 11:44:48','39','0','4200','1','retail',NULL,'4200','2','0','0','4200','0','0','0','printed','PRIDE CENTRE </BR>DELIVERY NO. 318 ','',NULL,'0','61607589837','Cleared','','','','','','','','',0.00,0.00,39),(1338,'','Cash','','2020-12-10 11:50:41','','0','4','2020-12-10 11:50:41','','820','820','1','retail',NULL,'820','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607589047','Cleared','','','','','','','','',0.00,0.00,0),(1339,'','Cash','','2020-12-10 11:51:02','','0','4','2020-12-10 11:51:02','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607590253','Cleared','','','','','','','','',0.00,0.00,0),(1340,'','Cash','','2020-12-10 11:52:10','','0','4','2020-12-10 11:52:10','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607590269','Cleared','','','','','','','','',0.00,0.00,0),(1341,'','Cash','','2020-12-10 11:53:41','','0','4','2020-12-10 11:53:41','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' </BR>MAGAKI ','',NULL,'0','41607590344','Cleared','','','','','','','','',0.00,0.00,0),(1342,'','Invoice','','2020-12-10 13:05:47','MALOBA','-7000','6','2020-12-913:05:47','39','0','7000','1','retail',NULL,'7000','2','0','0','7000','0','0','0','printed','MALOBA </BR>DELIVERY NO. 340 ','',NULL,'0','61607594721','Cleared','','','','','','','','',0.00,0.00,39),(1343,'','Cash','','2020-12-10 13:22:07','','0','4','2020-12-10 13:22:07','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607590575','Cleared','','','','','','','','',0.00,0.00,0),(1344,'','Cash','','2020-12-10 13:50:37','','0','4','2020-12-10 13:50:37','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607595732','Cleared','','','','','','','','',0.00,0.00,0),(1345,'','Mpesa','','2020-12-10 13:51:11','','0','4','2020-12-10 13:51:11','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','',NULL,'0','41607597443','Cleared','','','','','','','','',0.00,0.00,0),(1346,'','Mpesa','','2020-12-10 14:17:50','','0','4','2020-12-10 14:17:50','','0','1800','1','retail',NULL,'1800','1','0','0','0','0','1800','0','printed',' ','',NULL,'0','41607599025','Cleared','','','','','','','','',0.00,0.00,0),(1347,'','Cash','','2020-12-10 14:44:05','','0','4','2020-12-10 14:44:05','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607599096','Cleared','','','','','','','','',0.00,0.00,0),(1348,'','Cash','','2020-12-10 14:53:59','','0','4','2020-12-10 14:53:59','','890','890','1','retail',NULL,'890','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607600678','Cleared','','','','','','','','',0.00,0.00,0),(1349,'','Invoice','','2020-12-10 15:25:48','ERICK NAROK','-77100','6','2020-12-8 15:25:48','39','0','77100','1','retail',NULL,'77100','2','0','0','77100','0','0','0','printed','ERICK NAROK </BR>DELIVERY ORDER NO. 336 ','',NULL,'0','61607595872','Cleared','','','','','','','','',0.00,0.00,39),(1350,'','Invoice','','2020-12-10 15:32:20','AUTO PAINT-VICTOR','-28600','6','2020-12-10 15:32:20','39','0','28600','1','retail',NULL,'28600','2','0','0','28600','0','0','0','printed','AUTO PAINT-VICTOR </BR>DELIVERY NO. 343 ','',NULL,'0','61607603335','Cleared','','','','','','','','',0.00,0.00,39),(1351,'','Cash','','2020-12-10 16:46:00','','0','4','2020-12-10 16:46:00','','1250','1250','1','retail',NULL,'1250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607603087','Cleared','','','','','','','','',0.00,0.00,0),(1352,'','Cash','','2020-12-11 11:06:31','','0','4','2020-12-11 11:06:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607673651','Cleared','','','','','','','','',0.00,0.00,0),(1353,'','Cash','','2020-12-11 11:10:29','','0','4','2020-12-11 11:10:29','','3800','3800','1','retail',NULL,'3800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607673996','Cleared','','','','','','','','',0.00,0.00,0),(1354,'','Cash','','2020-12-11 11:27:19','','0','4','2020-12-11 11:27:19','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' </BR>G & R Restaurant DN 050 ','',NULL,'0','41607674236','Cleared','','','','','','','','',0.00,0.00,0),(1355,'','Cash','','2020-12-11 11:59:31','','0','4','2020-12-11 11:59:31','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607677068','Cleared','','','','','','','','',0.00,0.00,0),(1356,'','Cash','','2020-12-11 12:40:45','','0','4','2020-12-11 12:40:45','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607677176','Cleared','','','','','','','','',0.00,0.00,0),(1357,'','Cash','','2020-12-11 12:47:21','','0','4','2020-12-11 12:47:21','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' </BR>CHARCON PROPERTIES\r\n0733342867 ','',NULL,'0','41607679652','Cleared','','','','','','','','',0.00,0.00,0),(1358,'','Cash','','2020-12-11 13:43:50','','0','4','2020-12-11 13:43:50','','640','640','1','retail',NULL,'640','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607680096','Cleared','','','','','','','','',0.00,0.00,0),(1359,'','Cash','','2020-12-11 14:10:24','','0','4','2020-12-11 14:10:24','','850','850','1','retail',NULL,'850','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607683441','Cleared','','','','','','','','',0.00,0.00,0),(1360,'','Cash','','2020-12-11 14:19:18','','0','4','2020-12-11 14:19:18','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607685030','Cleared','','','','','','','','',0.00,0.00,0),(1361,'','Cash','','2020-12-11 14:21:00','','0','4','2020-12-11 14:21:00','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607685569','Cleared','','','','','','','','',0.00,0.00,0),(1362,'','Cash','','2020-12-11 14:23:35','','0','4','2020-12-11 14:23:35','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607685672','Cleared','','','','','','','','',0.00,0.00,0),(1363,'','Cash','','2020-12-11 14:32:48','','0','4','2020-12-11 14:32:48','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' </BR>ACACIA GARDENS ','',NULL,'0','41607685820','Cleared','','','','','','','','',0.00,0.00,0),(1364,'','Cash','','2020-12-11 14:35:02','','0','4','2020-12-11 14:35:02','','1220','1220','1','retail',NULL,'1220','1','0','0','0','0','0','0','printed',' </BR>ACACIA GARDENS ','',NULL,'0','41607686409','Cleared','','','','','','','','',0.00,0.00,0),(1365,'','Cash','','2020-12-11 14:45:26','','0','4','2020-12-11 14:45:26','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607686537','Cleared','','','','','','','','',0.00,0.00,0),(1366,'','Cash','','2020-12-11 14:53:27','','0','4','2020-12-11 14:53:27','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607687442','Cleared','','','','','','','','',0.00,0.00,0),(1367,'','Cash','','2020-12-11 16:42:08','','0','4','2020-12-11 16:42:08','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607691561','Cleared','','','','','','','','',0.00,0.00,0),(1368,'','Cash','','2020-12-11 16:48:36','','0','4','2020-12-11 16:48:36','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607694133','Cleared','','','','','','','','',0.00,0.00,0),(1369,'','Cash','','2020-12-11 16:56:02','','0','4','2020-12-11 16:56:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607694523','Cleared','','','','','','','','',0.00,0.00,0),(1370,'','Cash','','2020-12-11 17:25:11','','0','6','2020-12-11 17:25:11','','3600','3600','1','retail',NULL,'3600','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61607696616','Cleared','','','','','','','','',0.00,0.00,0),(1371,'','Cash','','2020-12-11 17:26:06','','0','6','2020-12-11 17:26:06','','100','100','1','retail',NULL,'100','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61607696731','Cleared','','','','','','','','',0.00,0.00,0),(1372,'','Cash','','2020-12-11 17:41:48','','0','6','2020-12-11 17:41:48','','600','600','1','retail',NULL,'600','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61607696773','Cleared','','','','','','','','',0.00,0.00,0),(1373,'','Cash','','2020-12-12 11:59:28','','0','6','2020-12-12 11:59:28','','4000','4000','1','retail',NULL,'4000','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61607763279','Cleared','','','','','','','','',0.00,0.00,0),(1374,'','Cash','','2020-12-14 09:41:16','','0','4','2020-12-14 09:41:16','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607926734','Cleared','','','','','','','','',0.00,0.00,0),(1375,'','Cash','','2020-12-14 10:15:47','','0','4','2020-12-14 10:15:47','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607928272','Cleared','','','','','','','','',0.00,0.00,0),(1376,'','Cash','','2020-12-14 12:06:05','','0','4','2020-12-14 12:06:05','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607936718','Cleared','','','','','','','','',0.00,0.00,0),(1377,'','Cash','','2020-12-14 12:09:10','','0','4','2020-12-14 12:09:10','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607936771','Cleared','','','','','','','','',0.00,0.00,0),(1378,'','Cash','','2020-12-14 12:51:37','','0','4','2020-12-14 12:51:37','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607936970','Cleared','','','','','','','','',0.00,0.00,0),(1379,'','Cash','','2020-12-14 12:56:00','','0','4','2020-12-14 12:56:00','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607939506','Cleared','','','','','','','','',0.00,0.00,0),(1380,'','Cash','','2020-12-14 13:01:48','','0','4','2020-12-14 13:01:48','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607940029','Cleared','','','','','','','','',0.00,0.00,0),(1381,'','Cash','','2020-12-14 13:04:07','','0','4','2020-12-14 13:04:07','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607940117','Cleared','','','','','','','','',0.00,0.00,0),(1382,'','Cash','','2020-12-14 13:07:43','','0','4','2020-12-14 13:07:43','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607940396','Cleared','','','','','','','','',0.00,0.00,0),(1383,'','Cash','','2020-12-14 13:09:44','','0','6','2020-12-2 13:09:44','','8000','8000','1','retail',NULL,'8000','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61607940472','Cleared','','','','','','','','',0.00,0.00,0),(1384,'','Invoice','','2020-12-14 13:52:26','DELAX AUTO PAINTS','-8000','6','2020-12-2 13:52:26','39','0','8000','1','retail',NULL,'8000','2','0','0','8000','0','0','0','printed','DELAX AUTO PAINTS </BR>DELIVERY NO.313 ','',NULL,'0','61607940673','Cleared','','','','','','','','',0.00,0.00,39),(1385,'','Mpesa','','2020-12-14 14:20:38','','0','4','2020-12-14 14:20:38','','0','13860','1','retail',NULL,'13860','1','0','0','0','0','13860','0','printed',' ','',NULL,'0','41607940472','Cleared','','','','','','','','',0.00,0.00,0),(1386,'','Invoice','','2020-12-14 14:19:33','','-13150','6','2020-12-4 14:19:33','39','0','13150','1','retail',NULL,'13150','2','0','0','13150','0','0','0','printed',' </BR>DELIVERY NO.323 ','',NULL,'0','61607944444','Cleared','','','','','','','','',0.00,0.00,39),(1387,'','Cash','','2020-12-14 14:33:17','','0','4','2020-12-14 14:33:17','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607944849','Cleared','','','','','','','','',0.00,0.00,0),(1388,'','Invoice','','2020-12-14 14:32:48','','-11200','6','2020-12-4 14:32:48','40','0','11200','1','retail',NULL,'11200','2','0','0','11200','0','0','0','printed',' </BR>DELIVERY 321 ','',NULL,'0','61607945184','Cleared','','','','','','','','',0.00,0.00,40),(1389,'','Invoice','','2020-12-14 14:36:18','','-10800','6','2020-12-12 14:36:18','40','0','10800','1','retail',NULL,'10800','2','0','0','10800','0','0','0','printed',' </BR>DELIVERY NO. 325 ','',NULL,'0','61607945755','Cleared','','','','','','','','',0.00,0.00,40),(1390,'','Invoice','','2020-12-14 14:42:46','','-12480','6','2020-12-14 12:42:46','39','0','12480','1','retail',NULL,'12480','2','0','0','12480','0','0','0','printed',' </BR>DELIVERY NO. 327 ','',NULL,'0','61607945883','Cleared','','','','','','','','',0.00,0.00,39),(1391,'','Invoice','','2020-12-14 14:48:28','','-9400','6','2020-12-7 14:48:28','40','0','9400','1','retail',NULL,'9400','2','0','0','9400','0','0','0','printed',' </BR>DELIVERY NO.331 ','',NULL,'0','61607946312','Cleared','','','','','','','','',0.00,0.00,40),(1392,'','Invoice','','2020-12-14 14:56:43','','-6000','6','2020-12-9 14:56:43','40','0','6000','1','retail',NULL,'6000','2','0','0','6000','0','0','0','printed',' </BR>DELIVERY NO 337 ','',NULL,'0','61607946703','Cleared','','','','','','','','',0.00,0.00,40),(1393,'','Invoice','','2020-12-14 15:04:25','AUTO PAINT-VICTOR','-0','6','2020-12-10 15:04:25','39','0','0','1','retail',NULL,'0','2','0','0','0','0','0','0','printed','AUTO PAINT-VICTOR </BR>DELIVERY NO. 343 ','',NULL,'0','61607947272','Cleared','','','','','','','','',0.00,0.00,39),(1394,'','Invoice','','2020-12-14 15:08:24','HENRY','-6300','6','2020-12-11 15:08:24','39','0','6300','1','retail',NULL,'6300','2','0','0','6300','0','0','0','printed','HENRY </BR>DELIVERY NO. 345 ','',NULL,'0','61607947669','Cleared','','','','','','','','',0.00,0.00,39),(1395,'','Invoice','','2020-12-14 15:10:23','NICHOLAS','-6300','6','2020-12-11 15:10:23','39','0','6300','1','retail',NULL,'6300','2','0','0','6300','0','0','0','printed','NICHOLAS </BR>DELIVERY NO. 347 ','',NULL,'0','61607947802','Cleared','','','','','','','','',0.00,0.00,39),(1396,'','Invoice','','2020-12-14 15:12:19','','-8400','6','2020-12-11 15:12:19','39','0','8400','1','retail',NULL,'8400','2','0','0','8400','0','0','0','printed',' </BR>DELIVERY NO. 348 ','',NULL,'0','61607947908','Cleared','','','','','','','','',0.00,0.00,39),(1397,'','Invoice','','2020-12-14 15:41:01','','-11800','6','2020-12-10 15:41:01','40','0','11800','1','retail',NULL,'11800','2','0','0','11800','0','0','0','printed',' </BR>DELIVERY NO.341 ','',NULL,'0','61607948306','Cleared','','','','','','','','',0.00,0.00,40),(1398,'','Cash','','2020-12-14 15:48:19','','0','4','2020-12-10 15:48:19','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607950054','Cleared','','','','','','','','',0.00,0.00,0),(1399,'','Cash','','2020-12-14 15:50:35','','0','4','2020-12-11 15:50:35','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41607950175','Cleared','','','','','','','','',0.00,0.00,0),(1400,'','Invoice','','2020-12-14 16:53:20','','-77100','6','2020-12-8 16:53:20','39','0','77100','1','retail',NULL,'77100','2','0','0','77100','0','0','0','printed',' </BR>DELIVERY NO.336 ','',NULL,'0','61607951022','Cleared','','','','','','','','',0.00,0.00,39),(1401,'','Cash','','2020-12-15 09:17:58','','0','4','2020-12-15 09:17:58','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608013065','Cleared','','','','','','','','',0.00,0.00,0),(1402,'','Cash','','2020-12-15 09:21:43','','0','6','2020-12-15 09:21:43','','350','350','1','retail',NULL,'350','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61608012716','Cleared','','','','','','','','',0.00,0.00,0),(1403,'','Cash','','2020-12-15 09:25:00','','0','6','2020-12-15 09:25:00','','350','350','1','retail',NULL,'350','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61608013458','Cleared','','','','','','','','',0.00,0.00,0),(1404,'','Cash','','2020-12-15 09:28:46','','0','6','2020-12-15 09:28:46','','200','200','1','retail',NULL,'200','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61608013506','Cleared','','','','','','','','',0.00,0.00,0),(1405,'','Cash','','2020-12-15 09:35:43','','0','4','2020-12-15 09:35:43','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608013089','Cleared','','','','','','','','',0.00,0.00,0),(1406,'','Mpesa','','2020-12-15 09:36:43','','0','4','2020-12-15 09:36:43','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41608014152','Cleared','','','','','','','','',0.00,0.00,0),(1407,'','Cash','','2020-12-15 10:00:12','','0','4','2020-12-15 10:00:12','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608014210','Cleared','','','','','','','','',0.00,0.00,0),(1408,'','Cash','','2020-12-15 12:01:44','','0','4','2020-12-15 12:01:44','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608022864','Cleared','','','','','','','','',0.00,0.00,0),(1409,'','Cash','','2020-12-15 12:17:41','','0','4','2020-12-15 12:17:41','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608023490','Cleared','','','','','','','','',0.00,0.00,0),(1410,'','Cash','','2020-12-15 12:31:13','','0','4','2020-12-15 12:31:13','','880','880','1','retail',NULL,'880','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608024008','Cleared','','','','','','','','',0.00,0.00,0),(1411,'','Cash','','2020-12-15 12:34:48','','0','4','2020-12-15 12:34:48','','440','440','1','retail',NULL,'440','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608024679','Cleared','','','','','','','','',0.00,0.00,0),(1412,'','Cash','','2020-12-15 12:36:53','','0','4','2020-12-15 12:36:53','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608024896','Cleared','','','','','','','','',0.00,0.00,0),(1413,'','Cash','','2020-12-15 12:58:54','','0','4','2020-12-15 12:58:54','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608026222','Cleared','','','','','','','','',0.00,0.00,0),(1414,'','Cash','','2020-12-15 14:38:33','','0','4','2020-12-15 14:38:33','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608032221','Cleared','','','','','','','','',0.00,0.00,0),(1415,'','Cash','','2020-12-15 15:01:06','','0','4','2020-12-15 15:01:06','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608032319','Cleared','','','','','','','','',0.00,0.00,0),(1416,'','Cash','','2020-12-15 15:18:35','','0','4','2020-12-15 15:18:35','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608033672','Cleared','','','','','','','','',0.00,0.00,0),(1417,'','Cash','','2020-12-15 15:26:54','','0','4','2020-12-15 15:26:54','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608034721','Cleared','','','','','','','','',0.00,0.00,0),(1418,'','Cash','','2020-12-15 15:30:18','','0','4','2020-12-15 15:30:18','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608035236','Cleared','','','','','','','','',0.00,0.00,0),(1419,'','Cash','','2020-12-15 16:00:16','','0','4','2020-12-15 16:00:16','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41608035427','Cleared','','','','','','','','',0.00,0.00,0),(1420,'','Mpesa','','2020-12-15 16:43:43','','0','4','2020-12-15 16:43:43','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41608037223','Cleared','','','','','','','','',0.00,0.00,0),(1421,'','Cash','','2020-12-16 07:58:32','','0','7','2020-12-16 07:58:32','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608094385','Cleared','','','','','','','','',0.00,0.00,0),(1422,'','Mpesa','','2020-12-16 09:48:20','','0','7','2020-12-16 09:48:20','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','71608094774','Cleared','','','','','','','','',0.00,0.00,0),(1423,'','Cash','','2020-12-16 10:13:41','','0','7','2020-12-16 10:13:41','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608101314','Cleared','','','','','','','','',0.00,0.00,0),(1424,'','Cash','','2020-12-16 12:39:41','','0','7','2020-12-16 12:39:41','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608111445','Cleared','','','','','','','','',0.00,0.00,0),(1425,'','Cash','','2020-12-16 12:41:38','','0','7','2020-12-16 12:41:38','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608111588','Cleared','','','','','','','','',0.00,0.00,0),(1426,'','Cash','','2020-12-16 13:34:56','','0','7','2020-12-16 13:34:56','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608114480','Cleared','','','','','','','','',0.00,0.00,0),(1427,'','Cash','','2020-12-16 13:35:35','','0','7','2020-12-16 13:35:35','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608114902','Cleared','','','','','','','','',0.00,0.00,0),(1428,'','Cash','','2020-12-16 13:38:12','','0','7','2020-12-16 13:38:12','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608114941','Cleared','','','','','','','','',0.00,0.00,0),(1429,'','Cash','','2020-12-16 13:40:25','','0','7','2020-12-16 13:40:25','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608115102','Cleared','','','','','','','','',0.00,0.00,0),(1430,'','Cash','','2020-12-16 13:41:21','','0','7','2020-12-16 13:41:21','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608115243','Cleared','','','','','','','','',0.00,0.00,0),(1431,'','Mpesa','','2020-12-16 14:04:27','','0','7','2020-12-16 14:04:27','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed','','',NULL,'0','71608115387','Cleared','7','2020-12-16 14:07:34','','','','','','',0.00,0.00,0),(1432,'','Cash','','2020-12-16 14:32:41','','0','7','2020-12-16 14:32:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608117209','Cleared','','','','','','','','',0.00,0.00,0),(1433,'','Mpesa','','2020-12-16 14:49:44','','0','7','2020-12-16 14:49:44','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','71608119369','Cleared','','','','','','','','',0.00,0.00,0),(1434,'','Mpesa','','2020-12-16 14:52:38','','0','7','2020-12-16 14:52:38','','0','590','1','retail',NULL,'590','1','0','0','0','0','590','0','printed',' ','',NULL,'0','71608119396','Cleared','','','','','','','','',0.00,0.00,0),(1435,'','Cash','','2020-12-16 15:06:13','','0','7','2020-12-16 15:06:13','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608120072','Cleared','','','','','','','','',0.00,0.00,0),(1436,'','Cash','','2020-12-16 15:42:21','','0','7','2020-12-16 15:42:21','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608120412','Cleared','','','','','','','','',0.00,0.00,0),(1437,'','Cash','','2020-12-17 08:16:50','','0','7','2020-12-17 08:16:50','','3100','3100','1','retail',NULL,'3100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608182188','Cleared','','','','','','','','',0.00,0.00,0),(1438,'','Cash','','2020-12-17 08:21:49','','0','7','2020-12-17 08:21:49','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608182218','Cleared','','','','','','','','',0.00,0.00,0),(1439,'','Cash','','2020-12-17 08:24:23','','0','7','2020-12-17 08:24:23','','200','500','1','retail',NULL,'500','1','0','0','0','0','300','0','printed','','',NULL,'0','71608182524','Cleared','7','2020-12-17 08:26:18','','','','','','',0.00,0.00,0),(1440,'','Cash','','2020-12-17 08:28:10','','0','7','2020-12-17 08:28:10','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608182814','Cleared','','','','','','','','',0.00,0.00,0),(1441,'','Cash','','2020-12-17 10:27:39','','0','7','2020-12-17 10:27:39','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608189989','Cleared','','','','','','','','',0.00,0.00,0),(1442,'','Mpesa','','2020-12-17 10:34:48','','0','7','2020-12-17 10:34:48','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed','','',NULL,'0','71608190064','Cleared','7','2020-12-17 14:03:29','','','','','','',0.00,0.00,0),(1443,'','Cash','','2020-12-17 10:49:36','','0','7','2020-12-17 10:49:36','','1040','1040','1','retail',NULL,'1040','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608191087','Cleared','','','','','','','','',0.00,0.00,0),(1444,'','Cash','','2020-12-17 11:11:01','','0','7','2020-12-17 11:11:01','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608191384','Cleared','','','','','','','','',0.00,0.00,0),(1445,'','Cash','','2020-12-17 11:18:35','','0','7','2020-12-17 11:18:35','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608192666','Cleared','','','','','','','','',0.00,0.00,0),(1446,'','Cash','','2020-12-17 11:19:55','','0','7','2020-12-17 11:19:55','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608193167','Cleared','','','','','','','','',0.00,0.00,0),(1447,'','Cash','','2020-12-17 11:47:32','','0','7','2020-12-17 11:47:32','','2380','2380','1','retail',NULL,'2380','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608182900','Cleared','','','','','','','','',0.00,0.00,0),(1448,'','Invoice','','2020-12-17 12:14:08','','-12640','6','2020-12-17 12:14:08','39','0','12640','1','retail',NULL,'12640','2','0','0','12640','0','0','0','printed',' </BR>delivery no. 394 ','',NULL,'0','61608195076','Cleared','','','','','','','','',0.00,0.00,39),(1449,'','Cash','','2020-12-17 12:22:22','','0','7','2020-12-17 12:22:22','','1180','1180','1','retail',NULL,'1180','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608195185','Cleared','','','','','','','','',0.00,0.00,0),(1450,'','Invoice','','2020-12-17 12:25:14','','-5600','6','2020-12-17 12:25:14','39','0','5600','1','retail',NULL,'5600','2','0','0','5600','0','0','0','printed',' </BR>delivery no.395 ','',NULL,'0','61608196805','Cleared','','','','','','','','',0.00,0.00,39),(1451,'','Mpesa','','2020-12-17 12:37:25','','0','7','2020-12-17 12:37:25','','0','1260','1','retail',NULL,'1260','1','0','0','0','0','1260','0','printed',' ','',NULL,'0','71608196987','Cleared','','','','','','','','',0.00,0.00,0),(1452,'','Cash','','2020-12-17 13:06:49','','0','7','2020-12-17 13:06:49','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608197852','Cleared','','','','','','','','',0.00,0.00,0),(1453,'','Cash','','2020-12-17 16:12:43','','0','7','2020-12-17 16:12:43','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608210637','Cleared','','','','','','','','',0.00,0.00,0),(1454,'','Cash','','2020-12-17 16:14:32','','0','7','2020-12-17 16:14:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608210772','Cleared','','','','','','','','',0.00,0.00,0),(1455,'','Cash','','2020-12-18 08:58:45','','0','7','2020-12-18 08:58:45','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608271110','Cleared','','','','','','','','',0.00,0.00,0),(1456,'','Cash','','2020-12-18 09:12:33','','0','7','2020-12-18 09:12:33','','1170','1170','1','retail',NULL,'1170','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608271130','Cleared','','','','','','','','',0.00,0.00,0),(1457,'','Invoice','','2020-12-18 09:12:46','','-9600','6','2020-12-18 09:12:46','40','0','9600','1','retail',NULL,'9600','2','0','0','9600','0','0','0','printed',' </BR>delivery no. 397 ','',NULL,'0','61608271795','Cleared','','','','','','','','',0.00,0.00,40),(1458,'','Cash','','2020-12-18 09:24:24','','0','7','2020-12-18 09:24:24','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608271966','Cleared','','','','','','','','',0.00,0.00,0),(1459,'','Mpesa','','2020-12-18 09:57:20','','0','7','2020-12-18 09:57:20','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','71608272709','Cleared','','','','','','','','',0.00,0.00,0),(1460,'','Cash','','2020-12-18 10:09:03','','0','7','2020-12-18 10:09:03','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608274851','Cleared','','','','','','','','',0.00,0.00,0),(1461,'','Cash','','2020-12-18 10:14:07','','0','7','2020-12-18 10:14:07','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608275351','Cleared','','','','','','','','',0.00,0.00,0),(1462,'','Mpesa','','2020-12-18 10:15:41','','0','7','2020-12-18 10:15:41','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','','',NULL,'0','71608275685','Cleared','7','2020-12-18 10:18:16','','','','','','',0.00,0.00,0),(1463,'','Cash','','2020-12-18 10:46:03','','0','7','2020-12-18 10:46:03','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608277491','Cleared','','','','','','','','',0.00,0.00,0),(1464,'','Mpesa','','2020-12-18 11:52:01','','0','7','2020-12-18 11:52:01','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','71608281355','Cleared','','','','','','','','',0.00,0.00,0),(1465,'','Cash','','2020-12-18 11:54:37','','0','7','2020-12-18 11:54:37','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608281593','Cleared','','','','','','','','',0.00,0.00,0),(1466,'','Cash','','2020-12-18 11:58:39','','0','7','2020-12-18 11:58:39','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608281716','Cleared','','','','','','','','',0.00,0.00,0),(1467,'','Cash','','2020-12-18 12:39:50','','0','7','2020-12-18 12:39:50','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608281968','Cleared','','','','','','','','',0.00,0.00,0),(1468,'','Mpesa','','2020-12-18 13:49:30','','0','7','2020-12-18 13:49:30','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','71608284558','Cleared','','','','','','','','',0.00,0.00,0),(1469,'','Cash','','2020-12-18 13:50:32','','0','7','2020-12-18 13:50:32','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608288580','Cleared','','','','','','','','',0.00,0.00,0),(1470,'','Cash','','2020-12-18 15:24:15','','0','7','2020-12-18 15:24:15','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608292994','Cleared','','','','','','','','',0.00,0.00,0),(1471,'','Cash','','2020-12-18 16:02:25','','0','7','2020-12-18 16:02:25','','1280','1280','1','retail',NULL,'1280','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608294294','Cleared','','','','','','','','',0.00,0.00,0),(1472,'','Mpesa','','2020-12-19 09:47:32','','0','7','2020-12-19 09:47:32','','0','1160','1','retail',NULL,'1160','1','0','0','0','0','1160','0','printed',' ','',NULL,'0','71608360347','Cleared','','','','','','','','',0.00,0.00,0),(1473,'','Cash','','2020-12-19 09:50:17','','0','7','2020-12-19 09:50:17','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608360503','Cleared','','','','','','','','',0.00,0.00,0),(1474,'','Cash','','2020-12-19 11:07:48','','0','7','2020-12-19 11:07:48','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608360977','Cleared','','','','','','','','',0.00,0.00,0),(1475,'','Mpesa','','2020-12-19 11:36:41','','0','7','2020-12-19 11:36:41','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','71608366943','Cleared','','','','','','','','',0.00,0.00,0),(1476,'','Cash','','2020-12-19 11:50:52','','0','7','2020-12-19 11:50:52','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608367085','Cleared','','','','','','','','',0.00,0.00,0),(1477,'','Mpesa','','2020-12-19 11:58:37','','0','7','2020-12-19 11:58:37','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','71608367856','Cleared','','','','','','','','',0.00,0.00,0),(1478,'','Mpesa','','2020-12-19 12:03:42','','0','7','2020-12-19 12:03:42','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','71608368423','Cleared','','','','','','','','',0.00,0.00,0),(1479,'','Cash','','2020-12-19 13:07:22','','0','7','2020-12-19 13:07:22','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608371791','Cleared','','','','','','','','',0.00,0.00,0),(1480,'','Cash','','2020-12-21 09:34:41','','0','7','2020-12-21 09:34:41','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608527326','Cleared','','','','','','','','',0.00,0.00,0),(1481,'','Cash','','2020-12-21 09:46:35','','0','7','2020-12-21 09:46:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608532923','Cleared','','','','','','','','',0.00,0.00,0),(1482,'','Cash','','2020-12-21 11:39:16','','0','7','2020-12-21 11:39:16','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608539942','Cleared','','','','','','','','',0.00,0.00,0),(1483,'','Cash','','2020-12-21 12:19:05','','0','7','2020-12-21 12:19:05','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608540402','Cleared','','','','','','','','',0.00,0.00,0),(1484,'','Cash','','2020-12-21 12:46:02','','0','7','2020-12-21 12:46:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608542748','Cleared','','','','','','','','',0.00,0.00,0),(1485,'','Cash','','2020-12-21 12:50:16','','0','7','2020-12-21 12:50:16','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608544112','Cleared','','','','','','','','',0.00,0.00,0),(1486,'','Cash','','2020-12-21 13:35:37','','0','7','2020-12-21 13:35:37','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608546676','Cleared','','','','','','','','',0.00,0.00,0),(1487,'','Cash','','2020-12-21 13:42:12','','0','7','2020-12-21 13:42:12','','1810','1810','1','retail',NULL,'1810','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608546983','Cleared','','','','','','','','',0.00,0.00,0),(1488,'','Cash','','2020-12-21 13:51:34','','0','7','2020-12-21 13:51:34','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608547846','Cleared','','','','','','','','',0.00,0.00,0),(1489,'','Cash','','2020-12-21 14:04:33','','0','7','2020-12-21 14:04:33','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608547900','Cleared','','','','','','','','',0.00,0.00,0),(1490,'','Cash','','2020-12-21 14:22:15','','0','7','2020-12-21 14:22:15','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608549723','Cleared','','','','','','','','',0.00,0.00,0),(1491,'','Invoice','','2020-12-21 15:59:12','','-64460','6','2020-12-21 15:59:12','39','0','64460','1','retail',NULL,'64460','2','0','0','64460','0','0','0','printed',' </BR>delivery no.398 ','',NULL,'0','61608535357','Cleared','','','','','','','','',0.00,0.00,39),(1492,'','Invoice','','2020-12-21 16:09:06','OMONDI','-28000','6','2020-12-21 16:09:06','39','0','28000','1','retail',NULL,'28000','2','0','0','28000','0','0','0','printed','OMONDI </BR>delivery no. 388 ','',NULL,'0','61608556045','Cleared','','','','','','','','',0.00,0.00,39),(1493,'','Invoice','','2020-12-21 16:12:13','MALOBA','-5600','6','2020-12-21 16:12:13','39','0','5600','1','retail',NULL,'5600','2','0','0','5600','0','0','0','printed','MALOBA </BR>DELIVERY NO. 389 ','',NULL,'0','61608556304','Cleared','','','','','','','','',0.00,0.00,39),(1494,'','Mpesa','','2020-12-21 16:06:48','','0','7','2020-12-21 16:06:48','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','71608555683','Cleared','','','','','','','','',0.00,0.00,0),(1495,'','Mpesa','','2020-12-21 16:50:40','','0','7','2020-12-21 16:50:40','','0','100','1','retail',NULL,'100','1','0','0','0','0','100','0','printed',' ','',NULL,'0','71608558622','Cleared','','','','','','','','',0.00,0.00,0),(1496,'','Mpesa','','2020-12-22 08:17:22','','0','7','2020-12-22 08:17:22','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','71608613905','Cleared','','','','','','','','',0.00,0.00,0),(1497,'','Invoice','','2020-12-22 10:22:16','Eunice Arakit','-20400','6','2020-12-22 10:22:16','40','0','20400','1','retail',NULL,'20400','2','0','0','20400','0','0','0','printed','Eunice Arakit </BR>.\r\ndelivery no.400 ','',NULL,'0','61608615184','Cleared','','','','','','','','',0.00,0.00,40),(1498,'','Mpesa','','2020-12-22 10:28:27','','0','7','2020-12-22 10:28:27','','0','2970','1','retail',NULL,'2970','1','0','0','0','0','2970','0','printed',' ','',NULL,'0','71608621966','Cleared','','','','','','','','',0.00,0.00,0),(1499,'','Cash','','2020-12-22 10:34:33','','0','7','2020-12-22 10:34:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608622312','Cleared','','','','','','','','',0.00,0.00,0),(1500,'','Cash','','2020-12-22 10:43:25','','0','7','2020-12-22 10:43:25','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608622478','Cleared','','','','','','','','',0.00,0.00,0),(1501,'','Mpesa','','2020-12-22 11:18:45','','0','7','2020-12-22 11:18:45','','0','1980','1','retail',NULL,'1980','1','0','0','0','0','1980','0','printed',' ','',NULL,'0','71608623092','Cleared','','','','','','','','',0.00,0.00,0),(1502,'','Mpesa','','2020-12-22 11:41:04','','0','7','2020-12-22 11:41:04','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','',NULL,'0','71608625150','Cleared','','','','','','','','',0.00,0.00,0),(1503,'','Mpesa','','2020-12-22 11:49:20','','0','7','2020-12-22 11:49:20','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed','','',NULL,'0','71608626510','Cleared','7','2020-12-22 16:28:12','','','','','','',0.00,0.00,0),(1504,'','Mpesa','','2020-12-22 12:04:29','','0','7','2020-12-22 12:04:29','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','71608626973','Cleared','','','','','','','','',0.00,0.00,0),(1505,'','Cash','','2020-12-22 12:15:53','','0','7','2020-12-22 12:15:53','','890','890','1','retail',NULL,'890','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608628047','Cleared','','','','','','','','',0.00,0.00,0),(1506,'','Mpesa','','2020-12-22 12:29:38','','0','7','2020-12-22 12:29:38','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','71608629019','Cleared','','','','','','','','',0.00,0.00,0),(1507,'','Cash','','2020-12-22 12:52:57','ACACIA GARDENS','0','7','2020-12-22 12:52:57','44','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed','ACACIA GARDENS </BR> </BR> ','',NULL,'0','71608629606','Cleared','','','','','','','','',0.00,0.00,0),(1508,'','Invoice','','2020-12-22 13:09:15','','-15000','6','2020-12-22 13:09:15','40','0','15000','1','retail',NULL,'15000','2','0','0','15000','0','0','0','printed',' </BR>delivery no 468 ','',NULL,'0','61608629376','Cleared','','','','','','','','i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8i8',0.00,0.00,40),(1509,'','Cash','','2020-12-22 13:26:27','','0','7','2020-12-22 13:26:27','','890','890','1','retail',NULL,'890','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608632541','Cleared','','','','','','','','',0.00,0.00,0),(1510,'','Cash','','2020-12-22 14:14:50','','0','7','2020-12-22 14:14:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608635582','Cleared','','','','','','','','',0.00,0.00,0),(1511,'','Cash','','2020-12-22 14:16:54','','0','7','2020-12-22 14:16:54','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608635768','Cleared','','','','','','','','',0.00,0.00,0),(1512,'','Cash','','2020-12-22 15:16:01','','0','7','2020-12-22 15:16:01','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608636128','Cleared','','','','','','','','',0.00,0.00,0),(1513,'','Cash','','2020-12-22 15:17:52','','0','7','2020-12-22 15:17:52','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608639368','Cleared','','','','','','','','',0.00,0.00,0),(1514,'','Mpesa','','2020-12-22 15:25:31','','0','7','2020-12-22 15:25:31','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','71608639491','Cleared','','','','','','','','',0.00,0.00,0),(1515,'','Cash','','2020-12-22 15:36:15','','0','7','2020-12-22 15:36:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608639967','Cleared','','','','','','','','',0.00,0.00,0),(1516,'','Mpesa','','2020-12-22 15:49:23','','0','7','2020-12-22 15:49:23','','0','1970','1','retail',NULL,'1970','1','0','0','0','0','1970','0','printed','','',NULL,'0','71608640581','Cleared','7','2020-12-22 15:56:14','','','','','','',0.00,0.00,0),(1517,'','Cash','','2020-12-22 16:50:45','','0','7','2020-12-22 16:50:45','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608644990','Cleared','','','','','','','','',0.00,0.00,0),(1518,'','Cash','','2020-12-22 17:01:44','','0','7','2020-12-22 17:01:44','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608645057','Cleared','','','','','','','','',0.00,0.00,0),(1519,'','Cash','','2020-12-23 08:16:24','','0','7','2020-12-23 08:16:24','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608700547','Cleared','','','','','','','','',0.00,0.00,0),(1520,'','Mpesa','','2020-12-23 09:49:06','','0','7','2020-12-23 09:49:06','','0','1000','1','retail',NULL,'1000','1','0','0','0','0','1000','0','printed','','',NULL,'0','71608700630','Cleared','7','2020-12-23 11:00:39','','','','','','',0.00,0.00,0),(1521,'','Cash','','2020-12-23 09:49:51','','0','7','2020-12-23 09:49:51','','430','430','1','retail',NULL,'430','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608706154','Cleared','','','','','','','','',0.00,0.00,0),(1522,'','Mpesa','','2020-12-23 10:14:55','','0','7','2020-12-23 10:14:55','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed','','',NULL,'0','71608707543','Cleared','7','2020-12-23 10:29:23','','','','','','',0.00,0.00,0),(1523,'','Cash','','2020-12-23 10:24:39','','0','7','2020-12-23 10:24:39','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608707967','Cleared','','','','','','','','',0.00,0.00,0),(1524,'','Cash','','2020-12-23 10:37:30','','0','7','2020-12-23 10:37:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608708682','Cleared','','','','','','','','',0.00,0.00,0),(1525,'','Mpesa','','2020-12-23 10:42:08','','0','7','2020-12-23 10:42:08','','0','460','1','retail',NULL,'460','1','0','0','0','0','460','0','printed',' ','',NULL,'0','71608709058','Cleared','','','','','','','','',0.00,0.00,0),(1526,'','Cash','','2020-12-23 10:49:49','','0','7','2020-12-23 10:49:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608709340','Cleared','','','','','','','','',0.00,0.00,0),(1527,'','Mpesa','','2020-12-23 10:53:49','','0','7','2020-12-23 10:53:49','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','',NULL,'0','71608709794','Cleared','','','','','','','','',0.00,0.00,0),(1528,'','Cash','','2020-12-23 11:38:46','','0','7','2020-12-23 11:38:46','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71608712588','Cleared','','','','','','','','',0.00,0.00,0),(1529,'','Invoice','','2020-12-23 13:46:10','MOONWALK INVESTMENT','-116900','6','2020-12-23 13:46:10','19','0','116900','1','retail',NULL,'116900','2','0','0','116900','0','0','0','printed','MOONWALK INVESTMENT </BR>DELIVERY NO. 470 ','',NULL,'0','61608719256','Cleared','','','','','','','','',0.00,0.00,0),(1530,'','Invoice','','2020-12-23 13:59:03','','-45000','8','2020-12-23 13:59:03','19','0','45000','1','retail',NULL,'45000','2','0','0','45000','0','0','0','printed',' </BR>DELIVERY NO. 471 ','',NULL,'0','81608721128','Cleared','','','','','','','','',0.00,0.00,0),(1531,'','Cash','','2021-01-04 10:14:30','','0','4','2020-12-29 10:14:30','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609744386','Cleared','','','','','','','','',0.00,0.00,0),(1532,'','Cash','','2021-01-04 10:16:30','','0','4','2020-12-29 10:16:30','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609744503','Cleared','','','','','','','','',0.00,0.00,0),(1533,'','Cash','','2021-01-04 10:28:50','','0','4','2021-01-04 10:28:50','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609744621','Cleared','','','','','','','','',0.00,0.00,0),(1534,'','Cash','','2021-01-04 10:37:46','','0','4','2021-01-04 10:37:46','','1280','1280','1','retail',NULL,'1280','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609745341','Cleared','','','','','','','','',0.00,0.00,0),(1535,'','Cash','','2021-01-04 10:45:55','','0','4','2021-01-04 10:45:55','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609745873','Cleared','','','','','','','','',0.00,0.00,0),(1536,'','Cash','','2021-01-04 11:45:21','','0','4','2021-01-04 11:45:21','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609746361','Cleared','','','','','','','','',0.00,0.00,0),(1537,'','Cash','','2021-01-04 12:25:24','','0','4','2021-01-04 12:25:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609749949','Cleared','','','','','','','','',0.00,0.00,0),(1538,'','Cash','','2021-01-04 13:21:53','','0','4','2021-01-04 13:21:53','','1350','1350','1','retail',NULL,'1350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609752331','Cleared','','','','','','','','',0.00,0.00,0),(1539,'','Cash','','2021-01-04 13:24:10','','0','4','2021-01-04 13:24:10','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609755741','Cleared','','','','','','','','',0.00,0.00,0),(1540,'','Cash','','2021-01-04 13:35:31','','0','4','2021-01-04 13:35:31','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609755856','Cleared','','','','','','','','',0.00,0.00,0),(1541,'','Cash','','2021-01-04 13:38:43','','0','4','2021-01-04 13:38:43','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609756540','Cleared','','','','','','','','',0.00,0.00,0),(1542,'','Cash','','2021-01-04 14:42:41','','0','4','2021-01-04 14:42:41','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609760527','Cleared','','','','','','','','',0.00,0.00,0),(1543,'','Cash','','2021-01-04 14:50:06','','0','4','2021-01-04 14:50:06','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609760902','Cleared','','','','','','','','',0.00,0.00,0),(1544,'','Cash','','2021-01-04 16:01:05','','0','4','2021-01-04 16:01:05','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609765203','Cleared','','','','','','','','',0.00,0.00,0),(1545,'','Cash','','2021-01-04 16:02:10','','0','4','2021-01-04 16:02:10','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609765271','Cleared','','','','','','','','',0.00,0.00,0),(1546,'','Cash','','2021-01-04 16:03:22','','0','4','2021-01-04 16:03:22','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609765337','Cleared','','','','','','','','',0.00,0.00,0),(1547,'','Cash','','2021-01-04 16:11:34','','0','4','2021-01-04 16:11:34','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609765408','Cleared','','','','','','','','',0.00,0.00,0),(1548,'','Cash','','2021-01-04 16:13:33','','0','4','2021-01-04 16:13:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609765899','Cleared','','','','','','','','',0.00,0.00,0),(1549,'','Cash','','2021-01-04 16:58:38','','0','4','2021-01-04 16:58:38','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609767891','Cleared','','','','','','','','',0.00,0.00,0),(1550,'','Cash','','2021-01-05 09:57:10','','0','7','2021-01-05 09:57:10','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71609828979','Cleared','','','','','','','','',0.00,0.00,0),(1551,'','Cash','','2021-01-05 09:58:10','','0','4','2021-01-05 09:58:10','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609824698','Cleared','','','','','','','','',0.00,0.00,0),(1552,'','Cash','','2021-01-05 11:08:08','','0','4','2021-01-05 11:08:08','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609831060','Cleared','','','','','','','','',0.00,0.00,0),(1553,'','Cash','','2021-01-05 11:09:11','','0','4','2021-01-05 11:09:11','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609834094','Cleared','','','','','','','','',0.00,0.00,0),(1554,'','Cash','','2021-01-05 11:17:08','','0','7','2021-01-05 11:17:08','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71609834601','Cleared','','','','','','','','',0.00,0.00,0),(1555,'','Cash','','2021-01-05 11:17:13','','0','4','2021-01-05 11:17:13','','5580','5580','1','retail',NULL,'5580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609834157','Cleared','','','','','','','','',0.00,0.00,0),(1556,'','Cash','','2021-01-05 11:19:19','','0','7','2021-01-05 11:19:19','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71609834634','Cleared','','','','','','','','',0.00,0.00,0),(1557,'','Cash','','2021-01-05 11:58:09','','0','4','2021-01-05 11:58:09','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609834687','Cleared','','','','','','','','',0.00,0.00,0),(1558,'','Cash','','2021-01-05 12:10:51','','0','4','2021-01-05 12:10:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609837095','Cleared','','','','','','','','',0.00,0.00,0),(1559,'','Cash','','2021-01-05 12:19:04','','0','4','2021-01-05 12:19:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609837857','Cleared','','','','','','','','',0.00,0.00,0),(1560,'','Cash','','2021-01-05 12:20:03','','0','4','2021-01-05 12:20:03','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609838350','Cleared','','','','','','','','',0.00,0.00,0),(1561,'','Cash','','2021-01-05 13:16:13','','0','4','2021-01-05 13:16:13','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609838409','Cleared','','','','','','','','',0.00,0.00,0),(1562,'','Cash','','2021-01-05 13:45:02','','0','4','2021-01-05 13:45:02','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609841779','Cleared','','','','','','','','',0.00,0.00,0),(1563,'','Cash','','2021-01-05 13:54:46','','0','4','2021-01-05 13:54:46','','280','280','1','retail',NULL,'280','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609843604','Cleared','','','','','','','','',0.00,0.00,0),(1564,'','Cash','','2021-01-06 10:22:16','','0','4','2021-01-06 10:22:16','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609910778','Cleared','','','','','','','','',0.00,0.00,0),(1565,'','Cash','','2021-01-06 10:44:41','','0','4','2021-01-06 10:44:41','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609918308','Cleared','','','','','','','','',0.00,0.00,0),(1566,'','Cash','','2021-01-06 10:54:09','','0','4','2021-01-06 10:54:09','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609919089','Cleared','','','','','','','','',0.00,0.00,0),(1567,'','Cash','','2021-01-06 11:17:35','','0','4','2021-01-06 11:17:35','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609920932','Cleared','','','','','','','','',0.00,0.00,0),(1568,'','Cash','','2021-01-06 11:24:06','','0','4','2021-01-06 11:24:06','','230','230','1','retail',NULL,'230','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609921060','Cleared','','','','','','','','',0.00,0.00,0),(1569,'','Cash','','2021-01-06 11:32:16','','0','4','2021-01-06 11:32:16','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609921466','Cleared','','','','','','','','',0.00,0.00,0),(1570,'','Cash','','2021-01-06 12:28:11','','0','4','2021-01-06 12:28:11','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609921942','Cleared','','','','','','','','',0.00,0.00,0),(1571,'','Cash','','2021-01-06 12:49:41','','0','4','2021-01-06 12:49:41','','730','730','1','retail',NULL,'730','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609925298','Cleared','','','','','','','','',0.00,0.00,0),(1572,'','Mpesa','','2021-01-06 12:54:39','','0','4','2021-01-06 12:54:39','','0','2280','1','retail',NULL,'2280','1','0','0','0','0','2280','0','printed',' ','',NULL,'0','41609926593','Cleared','','','','','','','','',0.00,0.00,0),(1573,'','Mpesa','','2021-01-06 12:55:32','','0','4','2021-01-06 12:55:32','','0','1300','1','retail',NULL,'1300','1','0','0','0','0','1300','0','printed',' ','',NULL,'0','41609926888','Cleared','','','','','','','','',0.00,0.00,0),(1574,'','Cash','','2021-01-06 13:33:37','','0','4','2021-01-06 13:33:37','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609927344','Cleared','','','','','','','','',0.00,0.00,0),(1575,'','Cash','','2021-01-06 14:06:23','','0','4','2021-01-06 14:06:23','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609931123','Cleared','','','','','','','','',0.00,0.00,0),(1576,'','Cash','','2021-01-06 14:10:21','','0','4','2021-01-06 14:10:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609931242','Cleared','','','','','','','','',0.00,0.00,0),(1577,'','Cash','','2021-01-06 14:32:18','','0','4','2021-01-06 14:32:18','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609932648','Cleared','','','','','','','','',0.00,0.00,0),(1578,'','Cash','','2021-01-06 15:39:16','','0','4','2021-01-06 15:39:16','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609933287','Cleared','','','','','','','','',0.00,0.00,0),(1579,'','Cash','','2021-01-06 16:09:52','','0','4','2020-12-31 16:09:52','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609936761','Cleared','','','','','','','','',0.00,0.00,0),(1580,'','Mpesa','','2021-01-06 16:13:13','','0','4','2020-12-29 16:13:13','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','41609938625','Cleared','','','','','','','','',0.00,0.00,0),(1581,'','Cash','','2021-01-06 16:14:17','','0','4','2020-12-29 16:14:17','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609938844','Cleared','','','','','','','','',0.00,0.00,0),(1582,'','Cash','','2021-01-06 16:15:26','','0','4','2020-12-29 16:15:26','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609938890','Cleared','','','','','','','','',0.00,0.00,0),(1583,'','Cash','','2021-01-06 16:16:07','','0','4','2020-12-29 16:16:07','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609938948','Cleared','','','','','','','','',0.00,0.00,0),(1584,'','Mpesa','','2021-01-06 16:17:32','','0','4','2020-12-30 16:17:32','','0','490','1','retail',NULL,'490','1','0','0','0','0','490','0','printed',' ','',NULL,'0','41609938994','Cleared','','','','','','','','',0.00,0.00,0),(1585,'','Cash','','2021-01-06 16:54:26','','0','4','2021-01-06 16:54:26','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609941226','Cleared','','','','','','','','',0.00,0.00,0),(1586,'','Cash','','2021-01-06 16:59:18','','0','4','2021-01-06 16:59:18','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41609941518','Cleared','','','','','','','','',0.00,0.00,0),(1587,'','Cash','','2021-01-07 09:47:23','','0','4','2021-01-07 09:47:23','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610001944','Cleared','','','','','','','','',0.00,0.00,0),(1588,'','Cash','','2021-01-07 09:49:04','','0','4','2021-01-07 09:49:04','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610002049','Cleared','','','','','','','','',0.00,0.00,0),(1589,'','Cash','','2021-01-07 09:57:12','','0','4','2021-01-07 09:57:12','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610002150','Cleared','','','','','','','','',0.00,0.00,0),(1590,'','Cash','','2021-01-07 10:02:32','','0','4','2021-01-07 10:02:32','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610002829','Cleared','','','','','','','','',0.00,0.00,0),(1591,'','Cash','','2021-01-07 10:12:02','','0','4','2021-01-07 10:12:02','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610002958','Cleared','','','','','','','','',0.00,0.00,0),(1592,'','Cash','','2021-01-07 10:21:03','','0','4','2021-01-07 10:21:03','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610004051','Cleared','','','','','','','','',0.00,0.00,0),(1593,'','Mpesa','','2021-01-07 11:23:53','','0','4','2021-01-07 11:23:53','','0','5400','1','retail',NULL,'5400','1','0','0','0','0','5400','0','printed',' ','',NULL,'0','41610007607','Cleared','','','','','','','','',0.00,0.00,0),(1594,'','Mpesa','','2021-01-07 11:26:03','','0','4','2021-01-07 11:26:03','','0','590','1','retail',NULL,'590','1','0','0','0','0','590','0','printed',' ','',NULL,'0','41610007849','Cleared','','','','','','','','',0.00,0.00,0),(1595,'','Cash','','2021-01-07 12:43:54','','0','4','2021-01-07 12:43:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610012452','Cleared','','','','','','','','',0.00,0.00,0),(1596,'','Cash','','2021-01-07 12:52:02','','0','4','2021-01-07 12:52:02','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610012652','Cleared','','','','','','','','',0.00,0.00,0),(1597,'','Cash','','2021-01-07 13:05:36','','0','4','2021-01-07 13:05:36','','2080','2080','1','retail',NULL,'2080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610013424','Cleared','','','','','','','','',0.00,0.00,0),(1598,'','Cash','','2021-01-07 13:09:35','','0','4','2021-01-07 13:09:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610014062','Cleared','','','','','','','','',0.00,0.00,0),(1599,'','Cash','','2021-01-07 13:10:26','','0','4','2021-01-07 13:10:26','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610014180','Cleared','','','','','','','','',0.00,0.00,0),(1600,'','Cash','','2021-01-07 13:48:12','','0','4','2021-01-07 13:48:12','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610014234','Cleared','','','','','','','','',0.00,0.00,0),(1601,'','Cash','','2021-01-07 14:28:30','','0','4','2021-01-07 14:28:30','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610016497','Cleared','','','','','','','','',0.00,0.00,0),(1602,'','Cash','','2021-01-07 14:48:14','','0','4','2021-01-07 14:48:14','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610018917','Cleared','','','','','','','','',0.00,0.00,0),(1603,'','Cash','','2021-01-07 15:11:23','','0','4','2021-01-07 15:11:23','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610020443','Cleared','','','','','','','','',0.00,0.00,0),(1604,'','Cash','','2021-01-07 15:13:01','','0','4','2021-01-07 15:13:01','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610021494','Cleared','','','','','','','','',0.00,0.00,0),(1605,'','Cash','','2021-01-07 15:15:48','','0','4','2021-01-07 15:15:48','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610021588','Cleared','','','','','','','','',0.00,0.00,0),(1606,'','Cash','','2021-01-07 15:40:27','','0','4','2021-01-07 15:40:27','','910','910','1','retail',NULL,'910','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610021755','Cleared','','','','','','','','',0.00,0.00,0),(1607,'','Mpesa','','2021-01-07 15:49:09','','0','4','2021-01-07 15:49:09','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','',NULL,'0','41610023237','Cleared','','','','','','','','',0.00,0.00,0),(1608,'','Cash','','2021-01-08 14:04:26','','0','4','2021-01-08 14:04:26','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610103806','Cleared','','','','','','','','',0.00,0.00,0),(1609,'','Cash','','2021-01-08 14:23:47','','0','4','2021-01-08 14:23:47','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610103872','Cleared','','','','','','','','',0.00,0.00,0),(1610,'','Cash','','2021-01-08 15:09:05','','0','4','2021-01-08 15:09:05','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610105035','Cleared','','','','','','','','',0.00,0.00,0),(1611,'','Cash','','2021-01-08 16:11:22','','0','4','2021-01-08 16:11:22','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610107752','Cleared','','','','','','','','',0.00,0.00,0),(1612,'','Mpesa','','2021-01-08 16:14:15','','0','4','2021-01-08 16:14:15','','0','580','1','retail',NULL,'580','1','0','0','0','0','580','0','printed',' ','',NULL,'0','41610111494','Cleared','','','','','','','','',0.00,0.00,0),(1613,'','Cash','','2021-01-09 09:20:42','','0','4','2021-01-09 09:20:42','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610173116','Cleared','','','','','','','','',0.00,0.00,0),(1614,'','Cash','','2021-01-09 09:30:06','','0','4','2021-01-09 09:30:06','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610173253','Cleared','','','','','','','','',0.00,0.00,0),(1615,'','Mpesa','','2021-01-09 09:34:17','','0','4','2020-12-30 09:34:17','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','41610173913','Cleared','','','','','','','','',0.00,0.00,0),(1616,'','Cash','','2021-01-09 09:34:54','','0','4','2020-12-30 09:34:54','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610174082','Cleared','','','','','','','','',0.00,0.00,0),(1617,'','Cash','','2021-01-09 09:36:20','','0','4','2020-12-30 09:36:20','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610174119','Cleared','','','','','','','','',0.00,0.00,0),(1618,'','Mpesa','','2021-01-09 09:40:18','','0','4','2020-12-31 09:40:18','','0','490','1','retail',NULL,'490','1','0','0','0','0','490','0','printed',' ','',NULL,'0','41610174203','Cleared','','','','','','','','',0.00,0.00,0),(1619,'','Mpesa','','2021-01-09 09:43:18','','0','4','2020-12-30 09:43:18','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','41610174468','Cleared','','','','','','','','',0.00,0.00,0),(1620,'','Mpesa','','2021-01-09 10:11:51','','0','4','2020-12-31 10:11:51','','0','3620','1','retail',NULL,'3620','1','0','0','0','0','3620','0','printed',' ','',NULL,'0','41610174735','Cleared','','','','','','','','',0.00,0.00,0),(1621,'','Cash','','2021-01-09 11:23:56','','0','4','2021-01-09 11:23:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610180576','Cleared','','','','','','','','',0.00,0.00,0),(1622,'','Cash','','2021-01-09 11:32:50','','0','4','2021-01-09 11:32:50','','3010','3010','1','retail',NULL,'3010','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610180642','Cleared','','','','','','','','',0.00,0.00,0),(1623,'','Cash','','2021-01-09 12:51:39','','0','4','2021-01-09 12:51:39','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610185827','Cleared','','','','','','','','',0.00,0.00,0),(1624,'','Cash','','2021-01-09 13:30:56','','0','4','2021-01-09 13:30:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610185909','Cleared','','','','','','','','',0.00,0.00,0),(1625,'','Invoice','','2021-01-09 13:38:23','','-1800','4','2021-01-09 13:38:23','26','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed',' </BR>DN 403 10/12/20 ','',NULL,'0','41610188262','Cleared','','','','','','','','',0.00,0.00,0),(1626,'','Invoice','','2021-01-09 13:40:53','','-1800','4','2021-01-09 13:40:53','26','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed',' ','',NULL,'0','41610188828','Cleared','','','','','','','','',0.00,0.00,0),(1627,'','Cash','','2021-01-09 14:07:29','','0','4','2021-01-09 14:07:29','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610190423','Cleared','','','','','','','','',0.00,0.00,0),(1628,'','Cash','','2021-01-11 08:50:19','','0','4','2021-01-08 08:50:19','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610343822','Cleared','','','','','','','','',0.00,0.00,0),(1629,'','Cash','','2021-01-11 08:53:15','','0','4','2021-01-09 08:53:15','','48965','48965','1','retail',NULL,'48965','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610344237','Cleared','','','','','','','','',0.00,0.00,0),(1630,'','Mpesa','','2021-01-11 10:45:17','','0','4','2021-01-11 10:45:17','','0','1340','1','retail',NULL,'1340','1','0','0','0','0','1340','0','printed',' ','',NULL,'0','41610349765','Cleared','','','','','','','','',0.00,0.00,0),(1631,'','Cash','','2021-01-11 11:47:56','','0','4','2021-01-11 11:47:56','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610351332','Cleared','','','','','','','','',0.00,0.00,0),(1632,'','Invoice','','2021-01-11 11:51:44','','-6000','6','2020-012-22 11:51:44','40','0','6000','1','retail',NULL,'6000','2','0','0','6000','0','0','0','printed',' </BR>delivery no. 468 ','',NULL,'0','61610347341','Cleared','','','','','','','','',0.00,0.00,40),(1633,'','Invoice','','2021-01-11 11:57:16','','-1460','6','2021-01-4 11:57:16','39','0','1460','1','retail',NULL,'1460','2','0','0','1460','0','0','0','printed',' </BR>delivery no.472 ','',NULL,'0','61610355407','Cleared','','','','','','','','',0.00,0.00,39),(1634,'','Invoice','','2021-01-11 12:20:39','','-17200','6','2021-01-7 12:03:58','39','0','17200','1','retail',NULL,'17200','2','0','0','17200','0','0','0','printed',' </BR>delivery no. 477 ','','1','0','61610355780','Cleared','6','2021-01-7 12:20:39','','','','','','',0.00,0.00,39),(1635,'','Invoice','','2021-01-11 12:33:50','','-7000','6','2021-01-9\\12:33:50','39','0','7000','1','retail',NULL,'7000','2','0','0','7000','0','0','0','printed',' </BR>delivery no. 484 ','',NULL,'0','61610357228','Cleared','','','','','','','','',0.00,0.00,39),(1636,'','Invoice','','2021-01-11 13:08:37','','-11760','6','2021-01-11 13:08:37','39','0','11760','1','retail',NULL,'11760','2','0','0','11760','0','0','0','printed',' </BR>delivery no 485 ','',NULL,'0','61610358151','Cleared','','','','','','','','',0.00,0.00,39),(1637,'','Cash','','2021-01-11 14:01:35','','0','4','2021-01-11 14:01:35','','1530','1530','1','retail',NULL,'1530','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610354933','Cleared','','','','','','','','',0.00,0.00,0),(1638,'','Cash','','2021-01-11 15:50:49','','0','4','2021-01-11 15:50:49','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610362965','Cleared','','','','','','','','',0.00,0.00,0),(1639,'','Mpesa','','2021-01-12 14:57:26','','0','4','2021-01-12 14:57:26','','0','6000','1','retail',NULL,'6000','1','0','0','0','0','6000','0','printed',' ','',NULL,'0','41610452619','Cleared','','','','','','','','',0.00,0.00,0),(1640,'','Cash','','2021-01-12 15:18:53','','0','4','2021-01-12 15:18:53','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610452732','Cleared','','','','','','','','',0.00,0.00,0),(1641,'','Cash','','2021-01-12 15:20:04','','0','4','2021-01-12 15:20:04','','270','270','1','retail',NULL,'270','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610453942','Cleared','','','','','','','','',0.00,0.00,0),(1642,'','Cash','','2021-01-12 15:31:45','','0','4','2021-01-12 15:31:45','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610454010','Cleared','','','','','','','','',0.00,0.00,0),(1643,'','Cash','','2021-01-12 15:50:13','','0','4','2020-12-31 15:50:13','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610454720','Cleared','','','','','','','','',0.00,0.00,0),(1644,'','Cash','','2021-01-12 15:53:22','','0','4','2020-12-31 15:53:22','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610455838','Cleared','','','','','','','','',0.00,0.00,0),(1645,'','Cash','','2021-01-12 15:56:22','','0','4','2021-01-12 15:56:22','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610456078','Cleared','','','','','','','','',0.00,0.00,0),(1646,'','Cash','','2021-01-12 16:12:30','','0','4','2021-01-12 16:12:30','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610457118','Cleared','','','','','','','','',0.00,0.00,0),(1647,'','Mpesa','','2021-01-12 16:14:55','','0','4','2021-01-12 16:14:55','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610457160','Cleared','','','','','','','','',0.00,0.00,0),(1648,'','Cash','','2021-01-12 16:17:28','','0','4','2021-01-12 16:17:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610457343','Cleared','','','','','','','','',0.00,0.00,0),(1649,'','Cash','','2021-01-12 16:18:50','','0','4','2021-01-12 16:18:50','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610457456','Cleared','','','','','','','','',0.00,0.00,0),(1650,'','Cash','','2021-01-12 16:21:34','','0','4','2021-01-12 16:21:34','','420','540','1','retail',NULL,'540','1','0','0','0','0','120','0','printed',' ','',NULL,'0','41610457539','Cleared','','','','','','','','',0.00,0.00,0),(1651,'','Cash','','2021-01-12 16:54:29','','0','4','2021-01-12 16:54:29','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610457964','Cleared','','','','','','','','',0.00,0.00,0),(1652,'','Cash','','2021-01-12 16:55:08','','0','4','2021-01-12 16:55:08','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610459676','Cleared','','','','','','','','',0.00,0.00,0),(1653,'','Cash','','2021-01-13 08:34:54','','0','4','2021-01-13 08:34:54','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610516086','Cleared','','','','','','','','',0.00,0.00,0),(1654,'','Cash','','2021-01-13 08:48:26','','0','4','2021-01-13 08:48:26','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610516102','Cleared','','','','','','','','',0.00,0.00,0),(1655,'','Mpesa','','2021-01-13 10:57:36','WELLS FARGO LTD','0','6','2021-01-13 09:27:08','21','0','0','1','retail',NULL,'0','2','0','0','0','0','6000','0','printed','CHRISTINE </BR>MPESA SENT TO TOWN SHOP(TILL NO.) ','','1','0','61610518547','Cleared','6','2020-12-23 10:57:36','','','','','','',0.00,0.00,0),(1656,'','Mpesa','','2021-01-13 10:06:38','','0','4','2021-01-13 10:06:38','','0','100','1','retail',NULL,'100','1','0','0','0','0','100','0','printed',' ','',NULL,'0','41610516913','Cleared','','','','','','','','',0.00,0.00,0),(1657,'','Cash','','2021-01-13 10:10:09','','0','4','2021-01-13 10:10:09','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610521607','Cleared','','','','','','','','',0.00,0.00,0),(1658,'','Mpesa','','2021-01-13 10:16:43','','0','4','2021-01-13 10:16:43','','0','2000','1','retail',NULL,'2000','1','0','0','0','0','2000','0','printed',' ','',NULL,'0','41610521815','Cleared','','','','','','','','',0.00,0.00,0),(1659,'','Mpesa','','2021-01-13 10:19:24','','0','4','2021-01-13 10:19:24','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','',NULL,'0','41610522318','Cleared','','','','','','','','',0.00,0.00,0),(1660,'','Cash','','2021-01-13 10:50:42','','0','4','2021-01-13 10:50:42','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610522715','Cleared','','','','','','','','',0.00,0.00,0),(1661,'','Mpesa','','2021-01-13 11:14:42','CHRISTINE','0','6','2020-12-23 11:14:42','','0','0','1','retail',NULL,'0','2','0','0','0','0','6000','0','printed','CHRISTINE </BR>MPESA SENT TO TOWN SHOP( TILL NO) ON 23-12-20 ','',NULL,'0','61610525526','Cleared','','','','','','','','',0.00,0.00,0),(1662,'','Mpesa','','2021-01-13 11:32:43','christine','0','6','2020-12-23 11:32:43','','0','0','1','retail',NULL,'0','2','0','0','0','0','6000','0','printed','christine </BR>sent to mpesa on 23/12/2020 ','',NULL,'0','61610526712','Cleared','','','','','','','','',0.00,0.00,0),(1663,'','Mpesa','','2021-01-13 11:39:21','christine','0','7','2021-01-13 11:39:21','','0','0','1','retail',NULL,'0','2','0','0','0','0','6000','0','printed','christine </BR>sent to mpesa ','',NULL,'0','71610527113','Cleared','','','','','','','','',0.00,60.00,0),(1664,'','Cash','','2021-01-13 11:35:21','','0','4','2021-01-13 11:35:21','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610524247','Cleared','','','','','','','','',0.00,0.00,0),(1665,'','Cash','','2021-01-13 11:42:03','christine','0','7','2021-01-13 11:42:03','','0','0','1','retail',NULL,'0','2','0','0','0','0','0','0','printed','christine ','',NULL,'0','71610527243','Cleared','','','','','','','','',0.00,0.00,0),(1666,'','Invoice','','2021-01-13 12:03:01','','-36250','6','2021-01-13 12:03:01','21','0','36250','1','retail',NULL,'36250','2','0','0','36250','0','0','0','printed',' </BR>delivery no.494 ','',NULL,'0','61610528554','Cleared','','','','','','','','',0.00,0.00,0),(1667,'','Mpesa','','2021-01-13 12:06:07','christine','0','6','2020-12-23 12:06:07','','0','6000','1','retail',NULL,'6000','2','0','0','0','0','6000','0','printed','christine </BR>mpesa sent on 23-12-20 ','',NULL,'0','61610528732','Cleared','','','','','','','','',0.00,0.00,0),(1668,'','Mpesa','','2021-01-13 12:12:48','','0','6','2021-01-13 12:12:48','','0','0','1','retail',NULL,'0','2','0','0','0','0','6000','0','printed',' ','',NULL,'0','61610529113','Cleared','','','','','','','','',0.00,0.00,0),(1669,'','Mpesa','','2021-01-13 12:17:42','','0','6','2021-01-13 12:17:42','45','0','0','1','retail',NULL,'0','2','0','0','0','0','6000','0','printed',' </BR>cash paid to mpesa on 23-12-20 ','',NULL,'0','61610529257','Cleared','','','','','','','','',0.00,0.00,0),(1670,'','Cash','','2021-01-13 12:33:19','','0','6','2021-01-13 12:33:19','','0','0','1','retail',NULL,'0','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61610529521','Cleared','','','','','','','','',0.00,0.00,0),(1671,'','Cash','','2021-01-13 12:34:53','','0','8','2021-01-13 12:34:53','','0','0','1','retail',NULL,'0','2','0','0','0','0','0','0','printed',' ','',NULL,'0','81610530448','Cleared','','','','','','','','',0.00,0.00,0),(1672,'','Mpesa','','2021-01-13 13:53:08','','0','4','2021-01-13 13:53:08','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610527317','Cleared','','','','','','','','',0.00,0.00,0),(1673,'','Cash','','2021-01-13 14:38:03','','0','4','2021-01-13 14:38:03','','460','460','1','retail',NULL,'460','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610535206','Cleared','','','','','','','','',0.00,0.00,0),(1674,'','Cash','','2021-01-13 14:57:50','','0','4','2021-01-13 14:57:50','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610537920','Cleared','','','','','','','','',0.00,0.00,0),(1675,'','Cash','','2021-01-13 15:07:24','','0','6','2021-01-7','','250','250','1','retail',NULL,'250','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61610539550','Cleared','','','','','','','','',0.00,0.00,0),(1676,'','Cash','','2021-01-13 15:11:10','','0','6','2021-01-8 15:11:10','','650','650','1','retail',NULL,'650','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61610539842','Cleared','','','','','','','','',0.00,0.00,0),(1677,'','Cash','','2021-01-13 15:12:08','','0','6','2021-01-8 15:12:08','','6000','6000','1','retail',NULL,'6000','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61610539892','Cleared','','','','','','','','',0.00,0.00,0),(1678,'','Mpesa','','2021-01-13 15:30:59','','0','4','2021-01-13 15:30:59','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610539207','Cleared','','','','','','','','',0.00,0.00,0),(1679,'','Mpesa','','2021-01-13 15:33:28','','0','4','2021-01-13 15:33:28','','0','50','1','retail',NULL,'50','1','0','0','0','0','50','0','printed',' ','',NULL,'0','41610541067','Cleared','','','','','','','','',0.00,0.00,0),(1680,'','Cash','','2021-01-13 15:37:26','','0','6','2021-01-8 15:37:26','','2088','2088','1','retail',NULL,'2088','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61610539952','Cleared','','','','','','','','',0.00,0.00,0),(1681,'','Mpesa','','2021-01-13 16:30:07','','0','4','2021-01-13 16:30:07','','0','5050','1','retail',NULL,'5050','1','0','0','0','0','5050','0','printed',' ','',NULL,'0','41610541328','Cleared','','','','','','','','',0.00,0.00,0),(1682,'','Cash','','2021-01-14 09:28:38','','0','4','2021-01-14 09:28:38','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610605209','Cleared','','','','','','','','',0.00,0.00,0),(1683,'','Cash','','2021-01-14 10:44:21','','0','4','2021-01-14 10:44:21','','2800','2800','1','retail',NULL,'2800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610605735','Cleared','','','','','','','','',0.00,0.00,0),(1684,'','Cash','','2021-01-14 10:50:50','','0','4','2021-01-14 10:50:50','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610610277','Cleared','','','','','','','','',0.00,0.00,0),(1685,'','Mpesa','','2021-01-14 11:43:35','','0','4','2021-01-14 11:43:35','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','',NULL,'0','41610610719','Cleared','','','','','','','','',0.00,0.00,0),(1686,'','Cash','','2021-01-14 12:07:04','','0','4','2021-01-14 12:07:04','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610613825','Cleared','','','','','','','','',0.00,0.00,0),(1687,'','Cash','','2021-01-14 12:11:24','','0','4','2021-01-14 12:11:24','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610615230','Cleared','','','','','','','','',0.00,0.00,0),(1688,'','Cash','','2021-01-14 12:38:29','','0','4','2021-01-14 12:38:29','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610615491','Cleared','','','','','','','','',0.00,0.00,0),(1689,'','Cash','','2021-01-14 13:26:15','','0','4','2021-01-14 13:26:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610617115','Cleared','','','','','','','','',0.00,0.00,0),(1690,'','Cash','','2021-01-14 13:27:29','','0','4','2021-01-14 13:27:29','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610619981','Cleared','','','','','','','','',0.00,0.00,0),(1691,'','Invoice','','2021-01-14 14:01:54','','-10200','6','2021-01-14 14:01:54','21','0','10200','1','retail',NULL,'10200','2','0','0','10200','0','0','0','printed',' </BR>DELIVERY NO. 495 ','',NULL,'0','61610621888','Cleared','','','','','','','','',0.00,0.00,6),(1692,'','Cash','','2021-01-14 14:46:18','','0','4','2021-01-14 14:46:18','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610620083','Cleared','','','','','','','','',0.00,0.00,0),(1693,'','Cash','','2021-01-14 15:04:31','','0','4','2021-01-14 15:04:31','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610624819','Cleared','','','','','','','','',0.00,0.00,0),(1694,'','Mpesa','','2021-01-14 15:39:58','','0','4','2021-01-14 15:39:58','','0','630','1','retail',NULL,'630','1','0','0','0','0','630','0','printed',' ','',NULL,'0','41610625877','Cleared','','','','','','','','',0.00,0.00,0),(1695,'','Mpesa','','2021-01-14 15:46:45','','0','4','2021-01-14 15:46:45','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610628010','Cleared','','','','','','','','',0.00,0.00,0),(1696,'','Cash','','2021-01-14 16:16:33','','0','4','2021-01-14 16:16:33','','100','350','1','retail',NULL,'350','1','0','0','0','0','250','0','printed',' ','',NULL,'0','41610630100','Cleared','','','','','','','','',0.00,0.00,0),(1697,'','Cash','','2021-01-14 16:55:19','','0','4','2021-01-14 16:55:19','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610631034','Cleared','','','','','','','','',0.00,0.00,0),(1698,'','Cash','','2021-01-14 17:03:39','','0','4','2021-01-14 17:03:39','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610632926','Cleared','','','','','','','','',0.00,0.00,0),(1699,'','Cash','','2021-01-15 09:12:01','','0','4','2021-01-15 09:12:01','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610691098','Cleared','','','','','','','','',0.00,0.00,0),(1700,'','Bank','','2021-01-15 09:29:20','','0','4','2021-01-15 09:29:20','','0','2850','1','retail',NULL,'2850','1','0','0','0','0','0','2850','printed',' </BR>DIRECT DEPOSIT TO CITADEL CHEMICALS BANK ACC ','',NULL,'0','41610691126','Cleared','','','','','','','','',0.00,0.00,0),(1701,'','Cash','','2021-01-15 09:47:56','','0','4','2021-01-15 09:47:56','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610692221','Cleared','','','','','','','','',0.00,0.00,0),(1702,'','Cash','','2021-01-15 11:09:42','','0','4','2021-01-15 11:09:42','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610693280','Cleared','','','','','','','','',0.00,0.00,0),(1703,'','Cash','','2021-01-15 11:14:46','','0','4','2021-01-15 11:14:46','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610698193','Cleared','','','','','','','','',0.00,0.00,0),(1704,'','Cash','','2021-01-15 11:55:44','','0','4','2021-01-15 11:55:44','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610700894','Cleared','','','','','','','','',0.00,0.00,0),(1705,'','Cash','','2021-01-15 12:52:14','','0','4','2021-01-15 12:52:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610700949','Cleared','','','','','','','','',0.00,0.00,0),(1706,'','Cash','','2021-01-15 12:53:31','','0','4','2021-01-15 12:53:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610704340','Cleared','','','','','','','','',0.00,0.00,0),(1707,'','Invoice','','2021-01-15 13:14:01','RURINGU NYERI','-9000','6','2021-01-14 13:14:01','46','0','9000','1','retail',NULL,'9000','2','0','0','9000','0','0','0','printed','RURINGU NYERI </BR>DELIVERY NO.651 ','',NULL,'0','61610705413','Cleared','','','','','','','','',0.00,0.00,46),(1708,'','Invoice','','2021-01-15 13:16:57','PELIZO KAHARATI','-1900','6','2021-01-14 13:16:57','46','0','1900','1','retail',NULL,'1900','2','0','0','1900','0','0','0','printed','PELIZO KAHARATI </BR>DELIVERY NO.652 ','',NULL,'0','61610705792','Cleared','','','','','','','','',0.00,0.00,46),(1709,'','Cash','','2021-01-15 14:09:38','','0','4','2021-01-15 14:09:38','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610704419','Cleared','','','','','','','','',0.00,0.00,0),(1710,'','Cash','','2021-01-15 14:20:05','','0','4','2021-01-15 14:20:05','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610708987','Cleared','','','','','','','','',0.00,0.00,0),(1711,'','Mpesa','','2021-01-15 14:55:52','','0','4','2021-01-15 14:55:52','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610711314','Cleared','','','','','','','','',0.00,0.00,0),(1712,'','Mpesa','','2021-01-15 14:57:06','','0','4','2021-01-15 14:57:06','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610711762','Cleared','','','','','','','','',0.00,0.00,0),(1713,'','Mpesa','','2021-01-15 14:57:45','','0','4','2021-01-15 14:57:45','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','',NULL,'0','41610711835','Cleared','','','','','','','','',0.00,0.00,0),(1714,'','Mpesa','','2021-01-15 15:40:25','','0','4','2021-01-15 15:40:25','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','',NULL,'0','41610713200','Cleared','','','','','','','','',0.00,0.00,0),(1715,'','Mpesa','','2021-01-15 15:47:01','','0','4','2021-01-15 15:47:01','','0','90','1','retail',NULL,'90','1','0','0','0','0','90','0','printed',' ','',NULL,'0','41610714592','Cleared','','','','','','','','',0.00,0.00,0),(1716,'','Cash','','2021-01-15 16:09:14','','0','4','2021-01-15 16:09:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610714848','Cleared','','','','','','','','',0.00,0.00,0),(1717,'','Mpesa','','2021-01-15 16:43:29','','0','4','2021-01-15 16:43:29','','0','2550','1','retail',NULL,'2550','1','0','0','0','0','2550','0','printed',' ','',NULL,'0','41610716167','Cleared','','','','','','','','',0.00,0.00,0),(1718,'','Mpesa','','2021-01-15 16:45:50','','0','4','2021-01-15 16:45:50','','0','990','1','retail',NULL,'990','1','0','0','0','0','990','0','printed',' ','',NULL,'0','41610718220','Cleared','','','','','','','','',0.00,0.00,0),(1719,'','Cash','','2021-01-15 16:55:59','','0','4','2021-01-15 16:55:59','','360','1440','1','retail',NULL,'1440','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','41610718358','Cleared','','','','','','','','',0.00,0.00,0),(1720,'','Invoice','','2021-01-16 09:44:44','JP HARDWARE','-28000','6','2021-01-16 09:44:44','39','0','28000','1','retail',NULL,'28000','2','0','0','28000','0','0','0','printed','JP HARDWARE </BR>DELIVERY NO.602 ','',NULL,'0','61610778397','Cleared','','','','','','','','',0.00,0.00,39),(1721,'','Cash','','2021-01-16 10:44:17','','0','4','2021-01-16 10:44:17','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610782877','Cleared','','','','','','','','',0.00,0.00,0),(1722,'','Mpesa','','2021-01-16 10:48:22','','0','4','2021-01-16 10:48:22','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41610783067','Cleared','','','','','','','','',0.00,0.00,0),(1723,'','Mpesa','','2021-01-16 10:51:16','','0','4','2021-01-15 10:51:16','','0','150','1','retail',NULL,'150','1','0','0','0','0','150','0','printed',' ','',NULL,'0','41610783436','Cleared','','','','','','','','',0.00,0.00,0),(1724,'','Invoice','','2021-01-16 11:23:55','GLORY ENDORASHO','-12220','6','2021-01-14 11:23:55','46','0','12220','1','retail',NULL,'12220','2','0','0','12220','0','0','0','printed','GLORY ENDORASHO </BR>DELIVERY NO. 403 ','',NULL,'0','61610779648','Cleared','','','','','','','','',0.00,0.00,46),(1725,'','Cash','','2021-01-16 11:31:19','','0','4','2021-01-16 11:31:19','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610783652','Cleared','','','','','','','','',0.00,0.00,0),(1726,'','Invoice','','2021-01-16 11:26:38','KARISMAT KIBERA','-3600','6','2021-01-15 11:26:38','46','0','3600','1','retail',NULL,'3600','2','0','0','3600','0','0','0','printed','KARISMAT KIBERA </BR>DELIVERY NO.404 ','',NULL,'0','61610785562','Cleared','','','','','','','','',0.00,0.00,46),(1727,'','Invoice','','2021-01-16 11:40:28','AMOS KIBIRA','-1200','6','2021-01-15 11:40:28','46','0','1200','1','retail',NULL,'1200','2','0','0','1200','0','0','0','printed','AMOS KIBIRA </BR>DELIVERY NO. 655 ','',NULL,'0','61610786332','Cleared','','','','','','','','',0.00,0.00,46),(1728,'','Invoice','','2021-01-16 11:48:28','PAUL KIBERA','-2700','6','2021-01-15 11:48:28','46','0','2700','1','retail',NULL,'2700','2','0','0','2700','0','0','0','printed','PAUL KIBERA </BR>DELIVERY NO. 656 ','',NULL,'0','61610786652','Cleared','','','','','','','','',0.00,0.00,46),(1729,'','Invoice','','2021-01-16 11:52:26','KOMO KIBERA','-3900','6','2021-01-15 11:52:26','46','0','3900','1','retail',NULL,'3900','2','0','0','3900','0','0','0','printed','KOMO KIBERA </BR>DELIVERY NO. 657 ','',NULL,'0','61610787053','Cleared','','','','','','','','',0.00,0.00,46),(1730,'','Invoice','','2021-01-16 11:57:38','SAMLAND KIBERA','-1080','6','2021-01-15 11:57:38','46','0','1080','1','retail',NULL,'1080','2','0','0','1080','0','0','0','printed','SAMLAND KIBERA </BR>DELIVERY NO. 659 ','',NULL,'0','61610787285','Cleared','','','','','','','','',0.00,0.00,46),(1731,'','Invoice','','2021-01-16 11:59:49','KARISH','-1200','6','2021-01-16 11:59:49','46','0','1200','1','retail',NULL,'1200','2','0','0','1200','0','0','0','printed','KARISH </BR>DELIVERY NO.660 ','',NULL,'0','61610787543','Cleared','','','','','','','','',0.00,0.00,46),(1732,'','Invoice','','2021-01-16 12:10:19','GOOD HOPE KITENGELA','-6900','6','2021-01-16 12:10:19','46','0','6900','1','retail',NULL,'6900','2','0','0','6900','0','0','0','printed','GOOD HOPE KITENGELA </BR>DELIVERY NO. 662 ','',NULL,'0','61610787685','Cleared','','','','','','','','',0.00,0.00,46),(1733,'','Invoice','','2021-01-16 12:44:20','KIMJA MAKINA','-3600','6','2021-01-15 12:44:20','46','0','3600','1','retail',NULL,'3600','2','0','0','3600','0','0','0','printed','KIMJA MAKINA </BR>DELIVERY NO. 658 ','',NULL,'0','61610789760','Cleared','','','','','','','','',0.00,0.00,46),(1734,'','Cash','','2021-01-16 12:52:39','','0','4','2021-01-16 12:52:39','','7250','7250','1','retail',NULL,'7250','1','0','0','0','0','0','0','printed',' </BR>ACCACIA GARDENS ','',NULL,'0','41610789150','Cleared','','','','','','','','',0.00,0.00,0),(1735,'','Cash','','2021-01-16 13:07:59','','0','4','2021-01-16 13:07:59','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610790793','Cleared','','','','','','','','',0.00,0.00,0),(1736,'','Cash','','2021-01-18 09:10:55','','0','4','2021-01-18 09:10:55','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610950217','Cleared','','','','','','','','',0.00,0.00,0),(1737,'','Cash','','2021-01-18 09:25:15','','0','4','2021-01-18 09:25:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610950961','Cleared','','','','','','','','',0.00,0.00,0),(1738,'','Mpesa','','2021-01-18 09:29:21','','0','4','2021-01-18 09:29:21','','0','60','1','retail',NULL,'60','1','0','0','0','0','60','0','printed',' ','',NULL,'0','41610951157','Cleared','','','','','','','','',0.00,0.00,0),(1739,'','Mpesa','','2021-01-18 09:30:03','','0','4','2021-01-18 09:30:03','','0','240','1','retail',NULL,'240','1','0','0','0','0','240','0','printed',' ','',NULL,'0','41610951384','Cleared','','','','','','','','',0.00,0.00,0),(1740,'','Invoice','','2021-01-18 10:58:27','VISSION GLASSMAT','-9600','6','2021-01-14 10:58:27','47','0','9600','1','retail',NULL,'9600','2','0','0','9600','0','0','0','printed','VISSION GLASSMAT </BR>254723518749 </BR>DELIVERY NO.561 ','',NULL,'0','61610951458','Cleared','','','','','','','','',0.00,0.00,40),(1741,'','Invoice','','2021-01-18 11:03:08','','-9500','6','2021-01-14 11:03:08','48','0','9500','1','retail',NULL,'9500','2','0','0','9500','0','0','0','printed',' </BR>DELIVERY NO.562 ','',NULL,'0','61610956852','Cleared','','','','','','','','',0.00,0.00,40),(1742,'','Invoice','','2021-01-18 11:17:34','','-1900','6','2021-01-14 11:17:34','49','0','1900','1','retail',NULL,'1900','2','0','0','1900','0','0','0','printed',' </BR>DELIVERY NO.563 ','',NULL,'0','61610957403','Cleared','','','','','','','','',0.00,0.00,40),(1743,'','Cash','','2021-01-18 11:24:38','','0','4','2021-01-18 11:24:38','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610951422','Cleared','','','','','','','','',0.00,0.00,0),(1744,'','Cash','','2021-01-18 11:25:43','','0','4','2021-01-18 11:25:43','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610958290','Cleared','','','','','','','','',0.00,0.00,0),(1745,'','Invoice','','2021-01-18 11:26:57','','-31680','6','2021-01-18 11:26:57','39','0','31680','1','retail',NULL,'31680','2','0','0','31680','0','0','0','printed',' </BR>DELIVERY NO. 603 ','',NULL,'0','61610957931','Cleared','','','','','','','','',0.00,0.00,39),(1746,'','Cash','','2021-01-18 11:44:16','','0','4','2021-01-16 11:44:16','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610958349','Cleared','','','','','','','','',0.00,0.00,0),(1747,'','Cash','','2021-01-18 12:24:56','','0','4','2021-01-18 12:24:56','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610959726','Cleared','','','','','','','','',0.00,0.00,0),(1748,'','Cash','','2021-01-18 14:17:31','','0','4','2021-01-18 14:17:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610962911','Cleared','','','','','','','','',0.00,0.00,0),(1749,'','Cash','','2021-01-18 14:30:40','','0','4','2021-01-18 14:30:40','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610968658','Cleared','','','','','','','','',0.00,0.00,0),(1750,'','Mpesa','','2021-01-18 15:36:29','','0','4','2021-01-18 15:36:29','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41610969446','Cleared','','','','','','','','',0.00,0.00,0),(1751,'','Cash','','2021-01-18 15:47:46','','0','4','2021-01-18 15:47:46','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41610973400','Cleared','','','','','','','','',0.00,0.00,0),(1752,'','Mpesa','','2021-01-18 17:09:22','','0','4','2021-01-18 17:09:22','','0','28500','1','retail',NULL,'28500','1','0','0','0','0','28500','0','printed',' ','',NULL,'0','41610978565','Cleared','','','','','','','','',0.00,0.00,0),(1753,'','Cash','','2021-01-19 09:09:09','','0','4','2021-01-19 09:09:09','','640','640','1','retail',NULL,'640','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611036439','Cleared','','','','','','','','',0.00,0.00,0),(1754,'','Cash','','2021-01-19 09:20:12','','0','4','2021-01-19 09:20:12','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611036555','Cleared','','','','','','','','',0.00,0.00,0),(1755,'','Cash','','2021-01-19 09:22:33','','0','4','2021-01-19 09:22:33','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611037218','Cleared','','','','','','','','',0.00,0.00,0),(1756,'','Mpesa','','2021-01-19 09:23:44','','0','4','2021-01-19 09:23:44','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41611037359','Cleared','','','','','','','','',0.00,0.00,0),(1757,'','Cash','','2021-01-19 09:53:23','','0','4','2021-01-19 09:53:23','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611037524','Cleared','','','','','','','','',0.00,0.00,0),(1758,'','Mpesa','','2021-01-19 10:00:34','','0','4','2021-01-19 10:00:34','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41611039578','Cleared','','','','','','','','',0.00,0.00,0),(1759,'','Mpesa','','2021-01-19 10:19:28','','0','4','2021-01-19 10:19:28','','0','950','1','retail',NULL,'950','1','0','0','0','0','950','0','printed',' ','',NULL,'0','41611040431','Cleared','','','','','','','','',0.00,0.00,0),(1760,'','Mpesa','','2021-01-19 12:39:10','','0','4','2021-01-19 12:39:10','','0','270','1','retail',NULL,'270','1','0','0','0','0','270','0','printed',' ','',NULL,'0','41611049081','Cleared','','','','','','','','',0.00,0.00,0),(1761,'','Mpesa','','2021-01-19 12:49:55','','0','4','2021-01-19 12:49:55','','0','1600','1','retail',NULL,'1600','1','0','0','0','0','1600','0','printed',' ','',NULL,'0','41611049376','Cleared','','','','','','','','',0.00,0.00,0),(1762,'','Cash','','2021-01-19 13:17:04','','0','4','2021-01-19 13:17:04','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611049809','Cleared','','','','','','','','',0.00,0.00,0),(1763,'','Cash','','2021-01-19 13:19:40','','0','4','2021-01-19 13:19:40','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611051430','Cleared','','','','','','','','',0.00,0.00,0),(1764,'','Mpesa','','2021-01-19 14:29:17','','0','4','2021-01-19 14:29:17','','0','1350','1','retail',NULL,'1350','1','0','0','0','0','1350','0','printed',' ','',NULL,'0','41611051690','Cleared','','','','','','','','',0.00,0.00,0),(1765,'','Mpesa','','2021-01-19 14:48:24','','0','4','2021-01-19 14:48:24','','0','1100','1','retail',NULL,'1100','1','0','0','0','0','1100','0','printed',' ','',NULL,'0','41611055764','Cleared','','','','','','','','',0.00,0.00,0),(1766,'','Cash','','2021-01-19 15:06:34','','0','4','2021-01-19 15:06:34','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611057986','Cleared','','','','','','','','',0.00,0.00,0),(1767,'','Cash','','2021-01-19 15:09:20','','0','4','2021-01-19 15:09:20','','620','620','1','retail',NULL,'620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611058002','Cleared','','','','','','','','',0.00,0.00,0),(1768,'','Cash','','2021-01-19 15:10:33','','0','4','2021-01-19 15:10:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611058166','Cleared','','','','','','','','',0.00,0.00,0),(1769,'','Cash','','2021-01-19 15:11:47','','0','4','2021-01-19 15:11:47','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611058239','Cleared','','','','','','','','',0.00,0.00,0),(1770,'','Mpesa','','2021-01-19 15:13:12','','0','4','2021-01-19 15:13:12','','0','1620','1','retail',NULL,'1620','1','0','0','0','0','1620','0','printed',' ','',NULL,'0','41611058312','Cleared','','','','','','','','',0.00,0.00,0),(1771,'','Mpesa','','2021-01-19 15:14:10','','0','4','2021-01-19 15:14:10','','0','1350','1','retail',NULL,'1350','1','0','0','0','0','1350','0','printed',' ','',NULL,'0','41611058401','Cleared','','','','','','','','',0.00,0.00,0),(1772,'','Cash','','2021-01-19 15:35:03','','0','4','2021-01-19 15:35:03','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611058457','Cleared','','','','','','','','',0.00,0.00,0),(1773,'','Invoice','','2021-01-19 15:40:46','','-0','6','2021-01-19 15:40:46','39','0','0','1','retail',NULL,'0','2','0','0','0','0','0','0','printed',' </BR>delivery no.608 ','',NULL,'0','61611059830','Cleared','','','','','','','','',0.00,0.00,39),(1774,'','Invoice','','2021-01-19 15:42:56','','-32380','6','2021-01-19 15:42:56','39','0','32380','1','retail',NULL,'32380','2','0','0','32380','0','0','0','printed',' </BR>delivery no. 607 ','',NULL,'0','61611060130','Cleared','','','','','','','','',0.00,0.00,39),(1775,'','Invoice','','2021-01-19 15:51:11','','-1250','6','2021-01-19 15:51:11','39','0','1250','1','retail',NULL,'1250','2','0','0','1250','0','0','0','printed',' </BR>delivery no.609 ','',NULL,'0','61611060644','Cleared','','','','','','','','',0.00,0.00,39),(1776,'','Cash','','2021-01-20 10:03:04','','0','4','2021-01-20 10:03:04','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611125130','Cleared','','','','','','','','',0.00,0.00,0),(1777,'','Cash','','2021-01-20 12:16:36','','0','4','2021-01-20 12:16:36','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611126208','Cleared','','','','','','','','',0.00,0.00,0),(1778,'','Cash','','2021-01-20 12:22:46','','0','4','2021-01-20 12:22:46','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611134207','Cleared','','','','','','','','',0.00,0.00,0),(1779,'','Cash','','2021-01-20 12:23:19','','0','4','2021-01-20 12:23:19','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611134588','Cleared','','','','','','','','',0.00,0.00,0),(1780,'','Cash','','2021-01-20 12:27:37','','0','4','2021-01-20 12:27:37','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611134605','Cleared','','','','','','','','',0.00,0.00,0),(1781,'','Cash','','2021-01-20 12:28:39','','0','4','2021-01-20 12:28:39','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611134865','Cleared','','','','','','','','',0.00,0.00,0),(1782,'','Cash','','2021-01-20 12:29:39','','0','4','2021-01-20 12:29:39','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611134926','Cleared','','','','','','','','',0.00,0.00,0),(1783,'','Cash','','2021-01-20 12:30:34','','0','4','2021-01-20 12:30:34','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611134987','Cleared','','','','','','','','',0.00,0.00,0),(1784,'','Cash','','2021-01-20 12:33:10','','0','4','2021-01-20 12:33:10','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611135039','Cleared','','','','','','','','',0.00,0.00,0),(1785,'','Cash','','2021-01-20 12:43:13','','0','4','2021-01-20 12:43:13','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611135202','Cleared','','','','','','','','',0.00,0.00,0),(1786,'','Cash','','2021-01-20 13:01:29','','0','4','2021-01-20 13:01:29','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611136876','Cleared','','','','','','','','',0.00,0.00,0),(1787,'','Cash','','2021-01-20 13:34:18','','0','4','2021-01-20 13:34:18','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611136894','Cleared','','','','','','','','',0.00,0.00,0),(1788,'','Mpesa','','2021-01-20 14:15:28','','0','4','2021-01-20 14:15:28','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','41611138865','Cleared','','','','','','','','',0.00,0.00,0),(1789,'','Cash','','2021-01-20 14:33:15','','0','4','2021-01-20 14:33:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611142335','Cleared','','','','','','','','',0.00,0.00,0),(1790,'','Cash','','2021-01-20 14:34:13','','0','4','2021-01-20 14:34:13','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611142402','Cleared','','','','','','','','',0.00,0.00,0),(1791,'','Cash','','2021-01-20 16:05:22','','0','4','2021-01-20 16:05:22','','3500','3500','1','retail',NULL,'3500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611144855','Cleared','','','','','','','','',0.00,0.00,0),(1792,'','Cash','','2021-01-20 16:29:51','','0','4','2021-01-20 16:29:51','','3600','3600','1','retail',NULL,'3600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611148062','Cleared','','','','','','','','',0.00,0.00,0),(1793,'','Cash','','2021-01-20 16:55:46','','0','4','2021-01-20 16:55:46','','4900','4900','1','retail',NULL,'4900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611150183','Cleared','','','','','','','','',0.00,0.00,0),(1794,'','Cash','','2021-01-21 08:41:33','','0','4','2021-01-21 08:41:33','','5140','5640','1','retail',NULL,'5640','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41611207544','Cleared','','','','','','','','',0.00,0.00,0),(1795,'','Cash','','2021-01-21 10:45:48','','0','4','2021-01-21 10:45:48','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611213596','Cleared','','','','','','','','',0.00,0.00,0),(1796,'','Mpesa','','2021-01-21 10:52:45','','0','4','2021-01-21 10:52:45','','0','4000','1','retail',NULL,'4000','1','0','0','0','0','4000','0','printed',' ','',NULL,'0','41611215155','Cleared','','','','','','','','',0.00,0.00,0),(1797,'','Cash','','2021-01-21 11:37:24','','0','4','2021-01-21 11:37:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611215576','Cleared','','','','','','','','',0.00,0.00,0),(1798,'','Cash','','2021-01-21 12:50:09','','0','4','2021-01-21 12:50:09','','2880','2880','1','retail',NULL,'2880','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611218298','Cleared','','','','','','','','',0.00,0.00,0),(1799,'','Mpesa','','2021-01-21 13:40:04','','0','4','2021-01-21 13:40:04','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','',NULL,'0','41611225594','Cleared','','','','','','','','',0.00,0.00,0),(1800,'','Invoice','','2021-01-21 14:02:32','','-1800','4','2021-01-21 14:02:32','26','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed',' </BR>DN 412 DATED 21 JAN 21 ','',NULL,'0','41611226885','Cleared','','','','','','','','',0.00,0.00,0),(1801,'','Mpesa','','2021-01-21 15:00:55','','0','4','2021-01-21 15:00:55','','0','17800','1','retail',NULL,'17800','1','0','0','0','0','17800','0','printed',' ','',NULL,'0','41611230415','Cleared','','','','','','','','',0.00,0.00,0),(1802,'','Mpesa','','2021-01-22 09:47:49','','0','4','2021-01-22 09:47:49','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41611295045','Cleared','','','','','','','','',0.00,0.00,0),(1803,'','Cash','','2021-01-22 09:54:40','','0','6','2021-01-22 09:54:40','','1850','1850','1','retail',NULL,'1850','2','0','0','0','0','0','0','printed',' ','',NULL,'0','61611294658','Cleared','','','','','','','','',0.00,0.00,0),(1804,'','Cash','','2021-01-22 10:13:34','','0','4','2021-01-22 10:13:34','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611299015','Cleared','','','','','','','','',0.00,0.00,0),(1805,'','Cash','','2021-01-22 10:28:28','','0','4','2021-01-22 10:28:28','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611300488','Cleared','','','','','','','','',0.00,0.00,0),(1806,'','Invoice','','2021-01-22 10:43:59','ONGATA ACADEMY','-138100','4','2021-01-22 10:43:59','50','0','138100','1','retail',NULL,'138100','1','0','0','138100','0','0','0','printed','ONGATA ACADEMY </BR>+254721659012 </BR>DN 708,413 &414 ','',NULL,'0','41611300514','Cleared','','','','','','','','',0.00,0.00,0),(1807,'','Mpesa','','2021-01-22 11:28:07','','0','4','2021-01-22 11:28:07','','0','2700','1','retail',NULL,'2700','1','0','0','0','0','2700','0','printed',' ','',NULL,'0','41611303973','Cleared','','','','','','','','',0.00,0.00,0),(1808,'','Cash','','2021-01-22 11:48:33','','0','4','2021-01-22 11:48:33','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611304095','Cleared','','','','','','','','',0.00,0.00,0),(1809,'','Cash','','2021-01-22 11:53:56','','0','4','2021-01-22 11:53:56','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611305344','Cleared','','','','','','','','',0.00,0.00,0),(1810,'','Mpesa','','2021-01-22 11:57:55','','0','4','2021-01-22 11:57:55','','0','1620','1','retail',NULL,'1620','1','0','0','0','0','1620','0','printed',' ','',NULL,'0','41611305697','Cleared','','','','','','','','',0.00,0.00,0),(1811,'','Cash','','2021-01-22 12:38:19','','0','7','2021-01-22 12:38:19','','580','580','1','retail',NULL,'580','3','0','0','0','0','0','0','printed',' ','',NULL,'0','71611308096','Cleared','','','','','','','','',0.00,0.00,0),(1812,'','Mpesa','','2021-01-22 12:21:53','','0','4','2021-01-22 12:21:53','','0','1460','1','retail',NULL,'1460','1','0','0','0','0','1460','0','printed',' ','',NULL,'0','41611305979','Cleared','','','','','','','','',0.00,0.00,0),(1813,'','Cash','','2021-01-22 15:49:32','','0','7','2021-01-22 13:23:50','','330','330','1','retail',NULL,'330','3','0','0','0','0','0','0','printed',' ','',NULL,'0','71611310227','Cleared','7','2021-01-22 15:49:32','','','','','','',0.00,0.00,0),(1814,'','Cash','','2021-01-22 13:27:46','','0','7','2021-01-22 13:27:46','','300','300','1','retail',NULL,'300','3','0','0','0','0','0','0','printed',' ','',NULL,'0','71611311212','Cleared','','','','','','','','',0.00,0.00,0),(1815,'','Cash','','2021-01-22 14:03:44','','0','51','2021-01-22 14:03:44','','300','300','1','retail',NULL,'300','3','0','0','0','0','0','0','printed',' ','',NULL,'0','511611313400','Cleared','','','','','','','','',0.00,0.00,0),(1816,'','Cash','','2021-01-22 16:01:22','','0','4','2021-01-22 16:01:22','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611318115','Cleared','','','','','','','','',0.00,0.00,0),(1817,'','Cash','','2021-01-22 16:01:44','','0','4','2021-01-22 16:01:44','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611320489','Cleared','','','','','','','','',0.00,0.00,0),(1818,'','Invoice','','2021-01-22 15:59:55','','-77300','6','2021-01-19 15:59:55','52','0','77300','1','retail',NULL,'77300','2','0','0','77300','0','0','0','printed',' ','',NULL,'0','61611319951','Cleared','','','','','','','','',0.00,0.00,39),(1819,'','Cash','','2021-01-22 16:07:24','','0','4','2021-01-22 16:07:24','','170','170','1','retail',NULL,'170','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611320826','Cleared','','','','','','','','',0.00,0.00,0),(1820,'','Cash','','2021-01-22 16:08:41','','0','4','2021-01-22 16:08:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611320852','Cleared','','','','','','','','',0.00,0.00,0),(1821,'','Cash','','2021-01-22 16:41:43','','0','7','2021-01-22 16:41:43','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71611322863','Cleared','','','','','','','','',0.00,0.00,0),(1822,'','Cash','','2021-01-23 10:33:18','','0','7','2021-01-23 10:33:18','','250','250','1','retail',NULL,'250','3','0','0','0','0','0','0','printed',' ','',NULL,'0','71611322908','Cleared','','','','','','','','',0.00,0.00,0),(1823,'','Invoice','','2021-01-23 11:15:52','','-5600','6','2021-01-23 11:15:52','39','0','5600','1','retail',NULL,'5600','2','0','0','5600','0','0','0','printed',' </BR>delivery no.613 ','',NULL,'0','61611389731','Cleared','','','','','','','','',0.00,0.00,39),(1824,'','Cash','','2021-01-23 11:28:46','','0','4','2021-01-23 11:28:46','','730','730','1','retail',NULL,'730','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611390404','Cleared','','','','','','','','',0.00,0.00,0),(1825,'','Cash','','2021-01-23 11:33:31','','0','4','2021-01-23 11:33:31','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611390567','Cleared','','','','','','','','',0.00,0.00,0),(1826,'','Mpesa','','2021-01-23 11:36:54','','0','4','2021-01-23 11:36:54','','0','1845.9','1','retail',NULL,'1845.9','1','0','0','0','0','1845.9','0','printed',' ','',NULL,'0','41611390817','Cleared','','','','','','','','',0.00,0.00,0),(1827,'','Cash','','2021-01-23 12:59:02','','0','4','2021-01-23 12:59:02','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611391078','Cleared','','','','','','','','',0.00,0.00,0),(1828,'','Invoice','','2021-01-25 11:27:35','','-63800','6','2021-01-14 11:27:35','53','0','63800','1','retail',NULL,'63800','2','0','0','63800','0','0','0','printed',' </BR>553 ','',NULL,'0','61611562589','Cleared','','','','','','','','',0.00,0.00,0),(1829,'','Cash','','2021-01-25 11:37:24','','0','4','2021-01-25 11:37:24','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611563810','Cleared','','','','','','','','',0.00,0.00,0),(1830,'','Cash','','2021-01-25 11:44:15','','0','4','2021-01-25 11:44:15','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611563963','Cleared','','','','','','','','',0.00,0.00,0),(1831,'','Invoice','','2021-01-25 11:46:35','','-30150','6','2021-01-14 11:46:35','54','0','30150','1','retail',NULL,'30150','2','0','0','30150','0','0','0','printed',' </BR>DELIVERY NO.554 ','',NULL,'0','61611563424','Cleared','','','','','','','','',0.00,0.00,40),(1832,'','Invoice','','2021-01-25 11:53:23','','-8400','6','2021-01-14 11:53:23','55','0','8400','1','retail',NULL,'8400','2','0','0','8400','0','0','0','printed',' </BR>DELIVERY NO.555 ','',NULL,'0','61611564464','Cleared','','','','','','','','',0.00,0.00,40),(1833,'','Cash','','2021-01-25 11:57:12','','0','4','2021-01-25 11:57:12','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611564270','Cleared','','','','','','','','',0.00,0.00,0),(1834,'','Cash','','2021-01-25 12:00:41','','0','4','2021-01-25 12:00:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611565052','Cleared','','','','','','','','',0.00,0.00,0),(1835,'','Invoice','','2021-01-25 12:10:40','','-42400','6','2021-01-14 12:10:40','56','0','42400','1','retail',NULL,'42400','2','0','0','42400','0','0','0','printed',' </BR>DELIVERY NO. 557 ','',NULL,'0','61611564944','Cleared','','','','','','','','',0.00,0.00,0),(1836,'','Invoice','','2021-01-25 12:19:05','','-8000','6','2021-01-14 12:19:05','57','0','8000','1','retail',NULL,'8000','2','0','0','8000','0','0','0','printed',' </BR>INVOICE NO.558 ','',NULL,'0','61611565950','Cleared','','','','','','','','',0.00,0.00,40),(1837,'','Cash','','2021-01-25 12:23:07','','0','4','2021-01-25 12:23:07','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611565290','Cleared','','','','','','','','',0.00,0.00,0),(1838,'','Cash','','2021-01-25 12:24:15','','0','4','2021-01-25 12:24:15','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611566596','Cleared','','','','','','','','',0.00,0.00,0),(1839,'','Invoice','','2021-01-25 13:16:34','','-17120','6','2021-01-14 13:16:34','58','0','17120','1','retail',NULL,'17120','2','0','0','17120','0','0','0','printed',' </BR>DELIVERY NO. 552 ','',NULL,'0','61611566750','Cleared','','','','','','','','',0.00,0.00,40),(1840,'','Mpesa','','2021-01-25 14:55:03','','0','4','2021-01-25 14:55:03','','0','5500','1','retail',NULL,'5500','1','0','0','0','0','5500','0','printed',' ','',NULL,'0','41611575641','Cleared','','','','','','','','',0.00,0.00,0),(1841,'','Cash','','2021-01-25 15:14:19','','0','4','2021-01-25 15:14:19','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611575715','Cleared','','','','','','','','',0.00,0.00,0),(1842,'','Cash','','2021-01-25 15:14:55','','0','4','2021-01-25 15:14:55','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611576866','Cleared','','','','','','','','',0.00,0.00,0),(1843,'','Cash','','2021-01-25 15:21:38','','0','4','2021-01-25 15:21:38','','1400','1400','1','retail',NULL,'1400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611577233','Cleared','','','','','','','','',0.00,0.00,0),(1844,'','Cash','','2021-01-25 16:22:27','','0','4','2021-01-25 16:22:27','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611577308','Cleared','','','','','','','','',0.00,0.00,0),(1845,'','Mpesa','','2021-01-26 08:56:48','','0','4','2021-01-26 08:56:48','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41611640413','Cleared','','','','','','','','',0.00,0.00,0),(1846,'','Cash','','2021-01-26 09:01:37','','0','4','2021-01-26 09:01:37','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611640880','Cleared','','','','','','','','',0.00,0.00,0),(1847,'','Cash','','2021-01-26 09:02:34','','0','4','2021-01-26 09:02:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611640903','Cleared','','','','','','','','',0.00,0.00,0),(1848,'','Mpesa','','2021-01-26 09:49:58','','0','4','2021-01-26 09:49:58','','0','4900','1','retail',NULL,'4900','1','0','0','0','0','4900','0','printed',' ','',NULL,'0','41611641115','Cleared','','','','','','','','',0.00,0.00,0),(1849,'','Mpesa','','2021-01-26 09:54:03','','0','4','2021-01-26 09:54:03','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','',NULL,'0','41611643808','Cleared','','','','','','','','',0.00,0.00,0),(1850,'','Mpesa','','2021-01-26 09:54:41','','0','4','2021-01-26 09:54:41','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','41611644054','Cleared','','','','','','','','',0.00,0.00,0),(1851,'','Mpesa','','2021-01-26 10:02:13','','0','4','2021-01-26 10:02:13','','0','5770','1','retail',NULL,'5770','1','0','0','0','0','5770','0','printed',' ','',NULL,'0','41611644092','Cleared','','','','','','','','',0.00,0.00,0),(1852,'','Cash','','2021-01-26 11:51:00','','0','4','2021-01-26 11:51:00','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611644586','Cleared','','','','','','','','',0.00,0.00,0),(1853,'','Mpesa','','2021-01-26 12:12:20','','0','4','2021-01-26 12:12:20','','0','250','1','retail',NULL,'250','1','0','0','0','0','250','0','printed',' ','',NULL,'0','41611651066','Cleared','','','','','','','','',0.00,0.00,0),(1854,'','Cash','','2021-01-26 12:22:09','','0','4','2021-01-26 12:22:09','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611652481','Cleared','','','','','','','','',0.00,0.00,0),(1855,'','Cash','','2021-01-26 12:24:34','','0','4','2021-01-26 12:24:34','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611652935','Cleared','','','','','','','','',0.00,0.00,0),(1856,'','Cash','','2021-01-26 12:27:51','','0','4','2021-01-26 12:27:51','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611653079','Cleared','','','','','','','','',0.00,0.00,0),(1857,'','Cash','','2021-01-26 13:27:06','','0','4','2021-01-26 13:27:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611655076','Cleared','','','','','','','','',0.00,0.00,0),(1858,'','Cash','','2021-01-26 14:24:22','','0','4','2021-01-26 14:24:22','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611656833','Cleared','','','','','','','','',0.00,0.00,0),(1859,'','Cash','','2021-01-26 15:26:03','','0','4','2021-01-26 15:26:03','','590','590','1','retail',NULL,'590','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611663688','Cleared','','','','','','','','',0.00,0.00,0),(1860,'','Mpesa','','2021-01-26 16:56:54','','0','4','2021-01-26 16:56:54','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','',NULL,'0','41611669406','Cleared','','','','','','','','',0.00,0.00,0),(1861,'','Cash','','2021-01-26 17:03:57','','0','51','2021-01-26 17:03:57','','2100','2100','1','retail',NULL,'2100','3','0','0','0','0','0','0','printed',' ','',NULL,'0','511611669785','Cleared','','','','','','','','',0.00,0.00,0),(1862,'','Mpesa','','2021-01-26 17:07:48','','0','4','2021-01-26 17:07:48','','0','2160','1','retail',NULL,'2160','1','0','0','0','0','2160','0','printed',' ','',NULL,'0','41611669972','Cleared','','','','','','','','',0.00,0.00,0),(1863,'','Cash','','2021-01-27 09:16:56','','0','4','2021-01-27 09:16:56','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611728078','Cleared','','','','','','','','',0.00,0.00,0),(1864,'','Cash','','2021-01-27 09:19:20','','0','4','2021-01-27 09:19:20','','5400','5400','1','retail',NULL,'5400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611728234','Cleared','','','','','','','','',0.00,0.00,0),(1865,'','Cash','','2021-01-27 11:17:24','','0','4','2021-01-27 11:17:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611734733','Cleared','','','','','','','','',0.00,0.00,0),(1866,'','Mpesa','','2021-01-27 12:10:30','','0','4','2021-01-27 12:10:30','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41611738563','Cleared','','','','','','','','',0.00,0.00,0),(1867,'','Cash','','2021-01-27 12:26:55','','0','4','2021-01-27 12:26:55','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611738672','Cleared','','','','','','','','',0.00,0.00,0),(1868,'','Cash','','2021-01-27 12:29:30','','0','4','2021-01-27 12:29:30','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611739624','Cleared','','','','','','','','',0.00,0.00,0),(1869,'','Mpesa','','2021-01-27 13:44:40','','0','4','2021-01-27 13:44:40','','0','1300','1','retail',NULL,'1300','1','0','0','0','0','1300','0','printed',' ','',NULL,'0','41611739782','Cleared','','','','','','','','',0.00,0.00,0),(1870,'','Mpesa','','2021-01-27 14:24:46','Emergency Aid Training Services','0','4','2021-01-27 14:24:46','12','0','7600','1','retail',NULL,'7600','1','0','0','0','0','7600','0','printed','Emergency Aid Training Services </BR>+254725896946 ','',NULL,'0','41611744398','Cleared','','','','','','','','',0.00,0.00,0),(1871,'','Cash','','2021-01-27 14:31:13','','0','4','2021-01-27 14:31:13','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611746848','Cleared','','','','','','','','',0.00,0.00,0),(1872,'','Cash','','2021-01-27 14:53:46','','0','4','2021-01-27 14:53:46','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611747286','Cleared','','','','','','','','',0.00,0.00,0),(1873,'','Cash','','2021-01-27 16:03:59','','0','4','2021-01-27 16:03:59','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611752565','Cleared','','','','','','','','',0.00,0.00,0),(1874,'','Cash','','2021-01-28 12:31:22','','0','4','2021-01-28 12:31:22','','1050','1050','1','retail',NULL,'1050','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611822365','Cleared','','','','','','','','',0.00,0.00,0),(1875,'','Cash','','2021-01-28 12:33:08','','0','4','2021-01-28 12:33:08','','2200','2200','1','retail',NULL,'2200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611826291','Cleared','','','','','','','','',0.00,0.00,0),(1876,'','Mpesa','','2021-01-28 12:33:46','','0','4','2021-01-28 12:33:46','','0','600','1','retail',NULL,'600','1','0','0','0','0','600','0','printed',' ','',NULL,'0','41611826406','Cleared','','','','','','','','',0.00,0.00,0),(1877,'','Cash','','2021-01-28 13:55:04','DONG FANG DEV. CO LTD','0','4','2021-01-28 13:55:04','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','DONG FANG DEV. CO LTD ','',NULL,'0','41611826868','Cleared','','','','','','','','',0.00,0.00,0),(1878,'','Cash','','2021-01-28 14:10:46','','0','4','2021-01-28 14:10:46','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611831433','Cleared','','','','','','','','',0.00,0.00,0),(1879,'','Cash','','2021-01-28 14:12:06','','0','4','2021-01-28 14:12:06','','1700','1700','1','retail',NULL,'1700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611832251','Cleared','','','','','','','','',0.00,0.00,0),(1880,'','Cash','','2021-01-28 14:16:03','','0','4','2021-01-28 14:16:03','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611832345','Cleared','','','','','','','','',0.00,0.00,0),(1881,'','Cash','','2021-01-28 14:36:51','','0','4','2021-01-28 14:36:51','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611832571','Cleared','','','','','','','','',0.00,0.00,0),(1882,'','Cash','','2021-01-28 15:10:05','','0','4','2021-01-28 15:10:05','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611833820','Cleared','','','','','','','','',0.00,0.00,0),(1883,'','Cash','','2021-01-29 09:44:49','','0','51','2021-01-29 09:44:49','','6150','6150','1','retail',NULL,'6150','3','0','0','0','0','0','0','printed',' ','',NULL,'0','511611902607','Cleared','','','','','','','','',0.00,0.00,0),(1884,'','Mpesa','','2021-01-29 10:40:03','CORPORATE KITCHEN LTD ','0','4','2021-01-29 10:40:03','59','0','2250','1','retail',NULL,'2250','1','0','0','0','0','2250','0','printed','CORPORATE KITCHEN LTD </BR>+254722166462 ','',NULL,'0','41611905955','Cleared','','','','','','','','',0.00,0.00,0),(1885,'','Cash','','2021-01-29 10:44:28','','0','4','2021-01-29 10:44:28','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611906086','Cleared','','','','','','','','',0.00,0.00,0),(1886,'','Cash','','2021-01-29 10:44:49','','0','4','2021-01-29 10:44:49','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611906277','Cleared','','','','','','','','',0.00,0.00,0),(1887,'','Cash','','2021-01-29 10:47:25','','0','4','2021-01-29 10:47:25','','550','550','1','retail',NULL,'550','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611906304','Cleared','','','','','','','','',0.00,0.00,0),(1888,'','Cash','','2021-01-29 11:02:51','','0','4','2021-01-29 11:02:51','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611906784','Cleared','','','','','','','','',0.00,0.00,0),(1889,'','Cash','','2021-01-29 11:38:37','','0','4','2021-01-29 11:38:37','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611909010','Cleared','','','','','','','','',0.00,0.00,0),(1890,'','Mpesa','','2021-01-29 12:06:09','','0','4','2021-01-29 12:06:09','','0','470','1','retail',NULL,'470','1','0','0','0','0','470','0','printed',' ','',NULL,'0','41611909523','Cleared','','','','','','','','',0.00,0.00,0),(1891,'','Mpesa','','2021-01-29 12:07:52','','0','4','2021-01-29 12:07:52','','0','320','1','retail',NULL,'320','1','0','0','0','0','320','0','printed',' ','',NULL,'0','41611911196','Cleared','','','','','','','','',0.00,0.00,0),(1892,'','Mpesa','','2021-01-29 12:10:11','','0','4','2021-01-29 12:10:11','','0','870','1','retail',NULL,'870','1','0','0','0','0','870','0','printed',' ','',NULL,'0','41611911280','Cleared','','','','','','','','',0.00,0.00,0),(1893,'','Mpesa','','2021-01-29 12:14:38','','0','4','2021-01-29 12:14:38','','0','740','1','retail',NULL,'740','1','0','0','0','0','740','0','printed',' ','',NULL,'0','41611911420','Cleared','','','','','','','','',0.00,0.00,0),(1894,'','Cash','','2021-01-29 14:53:30','','0','4','2021-01-29 14:53:30','','15000','15000','1','retail',NULL,'15000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611911689','Cleared','','','','','','','','',0.00,0.00,0),(1895,'','Cash','','2021-01-29 16:36:29','','0','4','2021-01-29 16:36:29','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611922309','Cleared','','','','','','','','',0.00,0.00,0),(1896,'','Cash','','2021-01-29 16:36:57','','0','4','2021-01-29 16:36:57','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611927397','Cleared','','','','','','','','',0.00,0.00,0),(1897,'','Cash','','2021-01-29 17:21:12','','0','4','2021-01-29 17:21:12','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611930019','Cleared','','','','','','','','',0.00,0.00,0),(1898,'','Cash','','2021-01-30 10:36:03','','0','4','2021-01-30 10:36:03','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611992138','Cleared','','','','','','','','',0.00,0.00,0),(1899,'','Cash','','2021-01-30 11:13:28','','0','4','2021-01-30 11:13:28','','800','800','1','retail',NULL,'800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611992169','Cleared','','','','','','','','',0.00,0.00,0),(1900,'','Cash','','2021-01-30 11:15:11','','0','4','2021-01-30 11:15:11','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611994444','Cleared','','','','','','','','',0.00,0.00,0),(1901,'','Cash','','2021-01-30 11:33:22','','0','4','2021-01-30 11:33:22','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611994521','Cleared','','','','','','','','',0.00,0.00,0),(1902,'','Cash','','2021-01-30 12:57:41','','0','4','2021-01-30 12:57:41','','1070','1070','1','retail',NULL,'1070','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41611996587','Cleared','','','','','','','','',0.00,0.00,0),(1903,'','Cash','','2021-01-30 13:24:27','','0','4','2021-01-30 13:24:27','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612000667','Cleared','','','','','','','','',0.00,0.00,0),(1904,'','Cash','','2021-02-01 11:19:26','','0','4','2021-02-01 11:19:26','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612163586','Cleared','','','','','','','','',0.00,0.00,0),(1905,'','Invoice','','2021-02-01 11:20:36','','-1800','4','2021-02-01 11:20:36','26','0','1800','1','retail',NULL,'1800','1','0','0','1800','0','0','0','printed',' </BR>DN 418 ','',NULL,'0','41612167575','Cleared','','','','','','','','',0.00,0.00,0),(1906,'','Mpesa','','2021-02-01 11:44:00','','0','4','2021-02-01 11:44:00','','0','1130','1','retail',NULL,'1130','1','0','0','0','0','1130','0','printed',' ','',NULL,'0','41612168596','Cleared','','','','','','','','',0.00,0.00,0),(1907,'','Cash','','2021-02-01 12:28:39','','0','4','2021-02-01 12:28:39','','660','660','1','retail',NULL,'660','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612169050','Cleared','','','','','','','','',0.00,0.00,0),(1908,'','Cash','','2021-02-01 12:41:51','','0','4','2021-02-01 12:41:51','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612171799','Cleared','','','','','','','','',0.00,0.00,0),(1909,'','Mpesa','','2021-02-01 14:33:33','','0','4','2021-02-01 14:33:33','','0','1860','1','retail',NULL,'1860','1','0','0','0','0','1860','0','printed',' ','',NULL,'0','41612179125','Cleared','','','','','','','','',0.00,0.00,0),(1910,'','Mpesa','','2021-02-01 14:38:28','','0','4','2021-02-01 14:38:28','','0','490','1','retail',NULL,'490','1','0','0','0','0','490','0','printed',' ','',NULL,'0','41612179365','Cleared','','','','','','','','',0.00,0.00,0),(1911,'','Cash','','2021-02-01 14:58:41','','0','4','2021-02-01 14:58:41','','16230','16230','1','retail',NULL,'16230','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612179606','Cleared','','','','','','','','',0.00,0.00,0),(1912,'','Cash','','2021-02-01 15:21:25','','0','4','2021-02-01 15:21:25','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612180737','Cleared','','','','','','','','',0.00,0.00,0),(1913,'','Cash','','2021-02-01 15:22:11','','0','4','2021-02-01 15:22:11','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612182090','Cleared','','','','','','','','',0.00,0.00,0),(1914,'','Cash','','2021-02-01 15:29:23','','0','4','2021-02-01 15:29:23','','340','340','1','retail',NULL,'340','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612182145','Cleared','','','','','','','','',0.00,0.00,0),(1915,'','Cash','','2021-02-02 08:58:33','','0','4','2021-02-02 08:58:33','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612245381','Cleared','','','','','','','','',0.00,0.00,0),(1916,'','Mpesa','','2021-02-02 10:02:47','','0','4','2021-02-02 10:02:47','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','',NULL,'0','41612246141','Cleared','','','','','','','','',0.00,0.00,0),(1917,'','Cash','','2021-02-02 10:20:32','','0','4','2021-02-02 10:20:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612249382','Cleared','','','','','','','','',0.00,0.00,0),(1918,'','Cash','','2021-02-02 10:21:08','','0','4','2021-02-02 10:21:08','','90','90','1','retail',NULL,'90','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612250458','Cleared','','','','','','','','',0.00,0.00,0),(1919,'','Cash','','2021-02-02 10:26:25','','0','4','2021-02-02 10:26:25','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612250474','Cleared','','','','','','','','',0.00,0.00,0),(1920,'','Cash','','2021-02-02 10:32:03','','0','4','2021-02-02 10:32:03','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612250791','Cleared','','','','','','','','',0.00,0.00,0),(1921,'','Cash','','2021-02-02 11:05:35','','0','4','2021-02-02 11:05:35','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612251130','Cleared','','','','','','','','',0.00,0.00,0),(1922,'','Cash','','2021-02-02 11:08:50','','0','4','2021-02-02 11:08:50','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612253141','Cleared','','','','','','','','',0.00,0.00,0),(1923,'','Cash','','2021-02-02 11:35:57','','0','4','2021-02-02 11:35:57','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612253336','Cleared','','','','','','','','',0.00,0.00,0),(1924,'','Mpesa','','2021-02-02 12:10:56','','0','4','2021-02-02 12:10:56','','0','2000','1','retail',NULL,'2000','1','0','0','0','0','2000','0','printed',' ','',NULL,'0','41612257014','Cleared','','','','','','','','',0.00,0.00,0),(1925,'','Cash','','2021-02-02 12:26:04','','0','4','2021-02-02 12:26:04','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612257067','Cleared','','','','','','','','',0.00,0.00,0),(1926,'','Mpesa','','2021-02-02 12:50:26','','0','4','2021-02-02 12:50:26','','0','1360','1','retail',NULL,'1360','1','0','0','0','0','1360','0','printed',' ','',NULL,'0','41612258028','Cleared','','','','','','','','',0.00,0.00,0),(1927,'','Mpesa','','2021-02-02 13:18:15','','0','4','2021-02-02 13:18:15','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41612259447','Cleared','','','','','','','','',0.00,0.00,0),(1928,'','Mpesa','','2021-02-02 13:19:28','','0','4','2021-02-02 13:19:28','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','',NULL,'0','41612261136','Cleared','','','','','','','','',0.00,0.00,0),(1929,'','Cash','','2021-02-02 13:53:19','','0','4','2021-02-02 13:53:19','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612261189','Cleared','','','','','','','','',0.00,0.00,0),(1930,'','Cash','','2021-02-02 14:02:37','','0','4','2021-02-02 14:02:37','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612263500','Cleared','','','','','','','','',0.00,0.00,0),(1931,'','Mpesa','','2021-02-02 14:16:59','','0','4','2021-02-02 14:16:59','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41612263765','Cleared','','','','','','','','',0.00,0.00,0),(1932,'','Cash','','2021-02-02 14:21:14','','0','4','2021-02-02 14:21:14','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612264734','Cleared','','','','','','','','',0.00,0.00,0),(1933,'','Cash','','2021-02-02 15:48:35','','0','4','2021-02-02 15:48:35','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612266978','Cleared','','','','','','','','',0.00,0.00,0),(1934,'','Cash','','2021-02-02 15:53:49','','0','4','2021-02-02 15:53:49','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612270284','Cleared','','','','','','','','',0.00,0.00,0),(1935,'','Cash','','2021-02-02 15:54:52','','0','4','2021-02-02 15:54:52','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612270436','Cleared','','','','','','','','',0.00,0.00,0),(1936,'','Cash','','2021-02-02 16:14:32','','0','4','2021-02-02 16:14:32','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612270513','Cleared','','','','','','','','',0.00,0.00,0),(1937,'','Cash','','2021-02-02 16:42:52','','0','4','2021-02-02 16:42:52','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612271682','Cleared','','','','','','','','',0.00,0.00,0),(1938,'','Cash','','2021-02-03 09:20:27','','0','4','2021-02-03 09:20:27','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612332917','Cleared','','','','','','','','',0.00,0.00,0),(1939,'','Cash','','2021-02-03 09:40:22','','0','4','2021-02-03 09:40:22','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612334288','Cleared','','','','','','','','',0.00,0.00,0),(1940,'','Cash','','2021-02-03 10:12:30','','0','4','2021-02-03 10:12:30','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612334440','Cleared','','','','','','','','',0.00,0.00,0),(1941,'','Cash','','2021-02-03 10:28:57','','0','4','2021-02-03 10:28:57','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612336356','Cleared','','','','','','','','',0.00,0.00,0),(1942,'','Cash','','2021-02-03 10:30:30','ACCACIA GARDENS','0','4','2021-02-03 10:30:30','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed','ACCACIA GARDENS ','',NULL,'0','41612337352','Cleared','','','','','','','','',0.00,0.00,0),(1943,'','Mpesa','','2021-02-03 10:51:34','','0','4','2021-02-03 10:51:34','','0','1620','1','retail',NULL,'1620','1','0','0','0','0','1620','0','printed',' ','',NULL,'0','41612337464','Cleared','','','','','','','','',0.00,0.00,0),(1944,'','Cash','','2021-02-03 11:42:36','','0','4','2021-02-03 11:42:36','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612340890','Cleared','','','','','','','','',0.00,0.00,0),(1945,'','Cash','','2021-02-03 12:03:52','','0','4','2021-02-03 12:03:52','','1100','1100','1','retail',NULL,'1100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612341765','Cleared','','','','','','','','',0.00,0.00,0),(1946,'','Cash','','2021-02-03 12:13:31','','0','4','2021-02-03 12:13:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612343039','Cleared','','','','','','','','',0.00,0.00,0),(1947,'','Cash','','2021-02-03 12:22:00','','0','4','2021-02-03 12:22:00','','260','260','1','retail',NULL,'260','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612343624','Cleared','','','','','','','','',0.00,0.00,0),(1948,'','Cash','','2021-02-03 12:29:18','','0','4','2021-02-03 12:29:18','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612344130','Cleared','','','','','','','','',0.00,0.00,0),(1949,'','Cash','','2021-02-03 12:35:46','','0','4','2021-02-03 12:35:46','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612344568','Cleared','','','','','','','','',0.00,0.00,0),(1950,'','Cash','','2021-02-03 12:39:29','','0','4','2021-02-03 12:39:29','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612344956','Cleared','','','','','','','','',0.00,0.00,0),(1951,'','Cash','','2021-02-03 12:45:51','','0','4','2021-02-03 12:45:51','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612345177','Cleared','','','','','','','','',0.00,0.00,0),(1952,'','Cash','','2021-02-03 13:25:11','','0','4','2021-02-03 13:25:11','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612345563','Cleared','','','','','','','','',0.00,0.00,0),(1953,'','Cash','','2021-02-03 13:49:15','','0','4','2021-02-03 13:49:15','','240','240','1','retail',NULL,'240','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612347946','Cleared','','','','','','','','',0.00,0.00,0),(1954,'','Cash','','2021-02-03 15:44:04','','0','4','2021-02-03 15:44:04','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612349375','Cleared','','','','','','','','',0.00,0.00,0),(1955,'','Cash','','2021-02-03 15:48:19','','0','4','2021-02-03 15:48:19','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612356254','Cleared','','','','','','','','',0.00,0.00,0),(1956,'','Cash','','2021-02-03 16:37:41','','0','4','2021-02-03 16:37:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612358616','Cleared','','','','','','','','',0.00,0.00,0),(1957,'','Mpesa','','2021-02-03 17:12:35','','0','4','2021-02-03 17:12:35','','0','450','1','retail',NULL,'450','1','0','0','0','0','450','0','printed',' ','',NULL,'0','41612361530','Cleared','','','','','','','','',0.00,0.00,0),(1958,'','Cash','','2021-02-03 17:41:17','','0','4','2021-02-03 17:41:17','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612361712','Cleared','','','','','','','','',0.00,0.00,0),(1959,'','Cash','','2021-02-04 09:48:21','','0','4','2021-02-04 09:48:21','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612421273','Cleared','','','','','','','','',0.00,0.00,0),(1960,'','Mpesa','','2021-02-04 12:21:29','','0','4','2021-02-03 12:21:29','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','41612430358','Cleared','','','','','','','','',0.00,0.00,0),(1961,'','Cash','','2021-02-04 12:40:18','','0','4','2021-02-04 12:40:18','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612430517','Cleared','','','','','','','','',0.00,0.00,0),(1962,'','Cash','','2021-02-04 12:40:41','','0','4','2021-02-04 12:40:41','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612431632','Cleared','','','','','','','','',0.00,0.00,0),(1963,'','Cash','','2021-02-04 12:41:37','','0','4','2021-02-04 12:41:37','','20','20','1','retail',NULL,'20','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612431648','Cleared','','','','','','','','',0.00,0.00,0),(1964,'','Cash','','2021-02-04 12:47:09','','0','4','2021-02-04 12:47:09','','0','0','1','retail',NULL,'0','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612431704','Cleared','','','','','','','','',0.00,0.00,0),(1965,'','Cash','','2021-02-04 13:25:24','','0','4','2021-02-04 13:25:24','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612432039','Cleared','','','','','','','','',0.00,0.00,0),(1966,'','Cash','','2021-02-04 13:56:40','','0','4','2021-02-04 13:56:40','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612434343','Cleared','','','','','','','','',0.00,0.00,0),(1967,'','Cash','','2021-02-04 13:59:56','','0','4','2021-02-04 13:59:56','','320','320','1','retail',NULL,'320','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612436255','Cleared','','','','','','','','',0.00,0.00,0),(1968,'','Mpesa','','2021-02-04 14:37:16','','0','4','2021-02-04 14:37:16','','0','350','1','retail',NULL,'350','1','0','0','0','0','350','0','printed',' ','',NULL,'0','41612436403','Cleared','','','','','','','','',0.00,0.00,0),(1969,'','Cash','','2021-02-04 14:43:41','','0','4','2021-02-04 14:43:41','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612438766','Cleared','','','','','','','','',0.00,0.00,0),(1970,'','Cash','','2021-02-04 15:37:50','','0','4','2021-02-04 15:37:50','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612439099','Cleared','','','','','','','','',0.00,0.00,0),(1971,'','Mpesa','','2021-02-04 15:58:56','','0','4','2021-02-04 15:58:56','','0','30000','1','retail',NULL,'30000','1','0','0','0','0','30000','0','printed',' ','',NULL,'0','41612442276','Cleared','','','','','','','','',0.00,0.00,0),(1972,'','Cash','','2021-02-04 16:48:28','','0','4','2021-02-04 16:48:28','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612446473','Cleared','','','','','','','','',0.00,0.00,0),(1973,'','Cash','','2021-02-04 17:02:34','','0','4','2021-02-04 17:02:34','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612447169','Cleared','','','','','','','','',0.00,0.00,0),(1974,'','Cash','','2021-02-04 17:08:37','','0','4','2021-02-04 17:08:37','','30','30','1','retail',NULL,'30','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612447366','Cleared','','','','','','','','',0.00,0.00,0),(1975,'','Mpesa','','2021-02-04 17:13:08','','0','4','2021-02-04 17:13:08','','0','820','1','retail',NULL,'820','1','0','0','0','0','820','0','printed',' ','',NULL,'0','41612447726','Cleared','','','','','','','','',0.00,0.00,0),(1976,'','Cash','','2021-02-05 10:32:07','','0','4','2021-02-05 10:32:07','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612505775','Cleared','','','','','','','','',0.00,0.00,0),(1977,'','Cash','','2021-02-05 11:52:41','','0','4','2021-02-05 11:52:41','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612510343','Cleared','','','','','','','','',0.00,0.00,0),(1978,'','Cash','','2021-02-05 15:22:10','','0','4','2021-02-05 15:22:10','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612515170','Cleared','','','','','','','','',0.00,0.00,0),(1979,'','Mpesa','','2021-02-05 16:02:50','','0','4','2021-02-05 16:02:50','','0','19000','1','retail',NULL,'19000','1','0','0','0','0','19000','0','printed',' ','',NULL,'0','41612528043','Cleared','','','','','','','','',0.00,0.00,0),(1980,'','Cash','','2021-02-05 16:14:19','','0','4','2021-02-05 16:14:19','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612530734','Cleared','','','','','','','','',0.00,0.00,0),(1981,'','Cash','','2021-02-05 16:14:48','','0','4','2021-02-05 16:14:48','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612530872','Cleared','','','','','','','','',0.00,0.00,0),(1982,'','Mpesa','','2021-02-05 16:29:31','','0','4','2021-02-05 16:29:31','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41612531082','Cleared','','','','','','','','',0.00,0.00,0),(1983,'','Cash','','2021-02-06 10:39:37','','0','4','2021-02-06 10:39:37','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612535240','Cleared','','','','','','','','',0.00,0.00,0),(1984,'','Cash','','2021-02-06 10:41:59','','0','4','2021-02-06 10:41:59','','1380','1380','1','retail',NULL,'1380','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612597195','Cleared','','','','','','','','',0.00,0.00,0),(1985,'','Cash','','2021-02-06 10:55:11','','0','4','2021-02-06 10:55:11','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612597558','Cleared','','','','','','','','',0.00,0.00,0),(1986,'','Cash','','2021-02-06 12:11:50','','0','4','2021-02-06 12:11:50','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612598137','Cleared','','','','','','','','',0.00,0.00,0),(1987,'','Cash','','2021-02-06 12:13:16','','0','4','2021-02-06 12:13:16','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612602717','Cleared','','','','','','','','',0.00,0.00,0),(1988,'','Cash','','2021-02-06 12:23:17','','0','4','2021-02-06 12:23:17','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612603303','Cleared','','','','','','','','',0.00,0.00,0),(1989,'','Cash','','2021-02-06 12:24:19','','0','4','2021-02-06 12:24:19','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612603405','Cleared','','','','','','','','',0.00,0.00,0),(1990,'','Cash','','2021-02-06 12:25:51','','0','4','2021-02-06 12:25:51','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612603468','Cleared','','','','','','','','',0.00,0.00,0),(1991,'','Cash','','2021-02-06 12:40:13','','0','4','2021-02-06 12:40:13','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612603656','Cleared','','','','','','','','',0.00,0.00,0),(1992,'','Cash','','2021-02-06 13:02:57','','0','4','2021-02-06 13:02:57','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612605683','Cleared','','','','','','','','',0.00,0.00,0),(1993,'','Cash','','2021-02-06 13:42:03','','0','4','2021-02-06 13:42:03','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612605785','Cleared','','','','','','','','',0.00,0.00,0),(1994,'','Cash','','2021-02-08 09:53:12','','0','4','2021-02-08 09:53:12','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612767138','Cleared','','','','','','','','',0.00,0.00,0),(1995,'','Cash','','2021-02-08 10:19:05','','0','4','2021-02-08 10:19:05','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612767201','Cleared','','','','','','','','',0.00,0.00,0),(1996,'','Mpesa','','2021-02-08 11:06:42','','0','4','2021-02-08 11:06:42','','0','2970','1','retail',NULL,'2970','1','0','0','0','0','2970','0','printed',' ','',NULL,'0','41612768755','Cleared','','','','','','','','',0.00,0.00,0),(1997,'','Cash','','2021-02-08 15:35:10','','0','4','2021-02-08 15:35:10','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612787417','Cleared','','','','','','','','',0.00,0.00,0),(1998,'','Mpesa','','2021-02-08 15:38:36','','0','4','2021-02-08 15:38:36','','0','680','1','retail',NULL,'680','1','0','0','0','0','680','0','printed',' ','',NULL,'0','41612787722','Cleared','','','','','','','','',0.00,0.00,0),(1999,'','Cash','','2021-02-08 15:44:15','','0','4','2021-02-08 15:44:15','','1500','1500','1','retail',NULL,'1500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612787928','Cleared','','','','','','','','',0.00,0.00,0),(2000,'','Cash','','2021-02-08 16:07:24','','0','4','2021-02-08 16:07:24','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612788651','Cleared','','','','','','','','',0.00,0.00,0),(2001,'','Cash','','2021-02-08 16:08:27','','0','4','2021-02-08 16:08:27','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612789652','Cleared','','','','','','','','',0.00,0.00,0),(2002,'','Cash','','2021-02-08 16:44:51','','0','4','2021-02-08 16:44:51','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612791859','Cleared','','','','','','','','',0.00,0.00,0),(2003,'','Cash','','2021-02-09 11:04:50','','0','51','2021-02-09 11:04:50','','3960','3960','1','retail',NULL,'3960','3','0','0','0','0','0','0','printed',' ','',NULL,'0','511612857836','Cleared','','','','','','','','',0.00,0.00,0),(2004,'','Cash','','2021-02-09 15:10:20','','0','4','2021-02-09 15:10:20','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612872550','Cleared','','','','','','','','',0.00,0.00,0),(2005,'','Cash','','2021-02-09 15:23:52','','0','4','2021-02-09 15:23:52','','630','630','1','retail',NULL,'630','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612873092','Cleared','','','','','','','','',0.00,0.00,0),(2006,'','Cash','','2021-02-09 15:33:51','','0','4','2021-02-09 15:33:51','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612873457','Cleared','','','','','','','','',0.00,0.00,0),(2007,'','Cash','','2021-02-09 15:37:15','','0','4','2021-02-09 15:37:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612874051','Cleared','','','','','','','','',0.00,0.00,0),(2008,'','Cash','','2021-02-09 15:42:20','','0','4','2021-02-09 15:42:20','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612874244','Cleared','','','','','','','','',0.00,0.00,0),(2009,'','Cash','','2021-02-09 15:52:15','','0','4','2021-02-09 15:52:15','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612875124','Cleared','','','','','','','','',0.00,0.00,0),(2010,'','Cash','','2021-02-09 16:31:03','','0','4','2021-02-09 16:31:03','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612875143','Cleared','','','','','','','','',0.00,0.00,0),(2011,'','Cash','','2021-02-09 16:32:00','','0','4','2021-02-09 16:32:00','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612877471','Cleared','','','','','','','','',0.00,0.00,0),(2012,'','Mpesa','','2021-02-09 16:35:14','','0','4','2021-02-09 16:35:14','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','',NULL,'0','41612877528','Cleared','','','','','','','','',0.00,0.00,0),(2013,'','Cash','','2021-02-09 16:44:55','','0','4','2021-02-09 16:44:55','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612878284','Cleared','','','','','','','','',0.00,0.00,0),(2014,'','Mpesa','','2021-02-09 17:11:24','','0','4','2021-02-09 17:11:24','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41612879782','Cleared','','','','','','','','',0.00,0.00,0),(2015,'','Cash','','2021-02-10 10:28:14','','0','4','2021-02-10 10:28:14','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612942082','Cleared','','','','','','','','',0.00,0.00,0),(2016,'','Cash','','2021-02-10 12:09:44','','0','4','2021-02-10 12:09:44','','200.04','200.04','1','retail',NULL,'200.04','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612942100','Cleared','','','','','','','','',0.00,0.00,0),(2017,'','Cash','','2021-02-10 12:33:03','','0','4','2021-02-10 12:33:03','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612948192','Cleared','','','','','','','','',0.00,0.00,0),(2018,'','Cash','','2021-02-10 12:51:07','','0','4','2021-02-10 12:51:07','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612949591','Cleared','','','','','','','','',0.00,0.00,0),(2019,'','Cash','','2021-02-10 12:53:38','','0','4','2021-02-10 12:53:38','','930','930','1','retail',NULL,'930','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612950676','Cleared','','','','','','','','',0.00,0.00,0),(2020,'','Cash','','2021-02-10 14:49:44','','0','4','2021-02-10 14:49:44','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612957765','Cleared','','','','','','','','',0.00,0.00,0),(2021,'','Cash','','2021-02-10 15:45:16','','0','4','2021-02-10 15:45:16','','2160','2160','1','retail',NULL,'2160','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612957790','Cleared','','','','','','','','',0.00,0.00,0),(2022,'','Cash','','2021-02-10 15:46:00','','0','4','2021-02-10 15:46:00','','2600','2600','1','retail',NULL,'2600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41612961122','Cleared','','','','','','','','',0.00,0.00,0),(2023,'','Cash','','2021-02-11 10:28:39','','0','7','2021-02-11 10:28:39','','320','320','1','retail',NULL,'320','3','0','0','0','0','0','0','printed',' ','',NULL,'0','71611641295','Cleared','','','','','','','','',0.00,0.00,0),(2024,'','Cash','','2021-02-11 11:20:21','','1250','51','2021-02-11 11:20:21','','1250','1250','1','retail',NULL,'1250','3','0','0','0','0','1250','0','printed',' ','',NULL,'0','511613031533','Cleared','','','','','','','','',0.00,0.00,0),(2025,'','Cash','','2021-02-11 11:50:49','','0','4','2021-02-11 11:50:49','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613033093','Cleared','','','','','','','','',0.00,0.00,0),(2026,'','Cash','','2021-02-11 11:51:58','','0','4','2021-02-11 11:51:58','','510','510','1','retail',NULL,'510','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613033455','Cleared','','','','','','','','',0.00,0.00,0),(2027,'','Cash','','2021-02-11 11:52:42','G & R RESTAURANT','0','4','2021-02-11 11:52:42','60','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed','G & R RESTAURANT </BR>C/O MR. IRUNGU ','',NULL,'0','41613033528','Cleared','','','','','','','','',0.00,0.00,0),(2028,'','Cash','','2021-02-11 12:09:57','','0','4','2021-02-11 12:09:57','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613034467','Cleared','','','','','','','','',0.00,0.00,0),(2029,'','Cash','','2021-02-11 12:51:15','','0','4','2021-02-11 12:51:15','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613034646','Cleared','','','','','','','','',0.00,0.00,0),(2030,'','Cash','','2021-02-11 13:08:41','','0','4','2021-02-11 13:08:41','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613037269','Cleared','','','','','','','','',0.00,0.00,0),(2031,'','Cash','','2021-02-11 13:18:58','','0','4','2021-02-11 13:18:58','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613038127','Cleared','','','','','','','','',0.00,0.00,0),(2032,'','Cash','','2021-02-11 13:38:04','','0','4','2021-02-11 13:38:04','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613038745','Cleared','','','','','','','','',0.00,0.00,0),(2033,'','Cash','','2021-02-11 13:38:49','','0','4','2021-02-11 13:38:49','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613039899','Cleared','','','','','','','','',0.00,0.00,0),(2034,'','Cash','','2021-02-11 13:40:38','','0','4','2021-02-11 13:40:38','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613039938','Cleared','','','','','','','','',0.00,0.00,0),(2035,'','Cash','','2021-02-11 15:11:34','','0','4','2021-02-11 15:11:34','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613040116','Cleared','','','','','','','','',0.00,0.00,0),(2036,'','Cash','','2021-02-11 15:55:14','','0','4','2021-02-11 15:55:14','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613045504','Cleared','','','','','','','','',0.00,0.00,0),(2037,'','Cash','','2021-02-11 16:05:11','','0','4','2021-02-11 16:05:11','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613048126','Cleared','','','','','','','','',0.00,0.00,0),(2038,'','Cash','','2021-02-11 16:23:46','CHARCON PROPERTIES','0','4','2021-02-11 16:23:46','61','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed','CHARCON PROPERTIES </BR>+254721265452 ','',NULL,'0','41613048734','Cleared','','','','','','','','',0.00,0.00,0),(2039,'','Mpesa','','2021-02-12 09:08:53','','0','51','2021-02-12 09:08:53','','0','1250','1','retail',NULL,'1250','3','0','0','0','0','1250','0','printed',' ','',NULL,'0','511613031643','Cleared','','','','','','','','',0.00,0.00,0),(2040,'','Cash','','2021-02-12 10:33:50','','0','4','2021-02-12 10:33:50','','4100','4100','1','retail',NULL,'4100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613113599','Cleared','','','','','','','','',0.00,0.00,0),(2041,'','Cash','','2021-02-12 11:22:54','','0','4','2021-02-12 11:22:54','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613115242','Cleared','','','','','','','','',0.00,0.00,0),(2042,'','Cash','','2021-02-12 11:58:29','','0','4','2021-02-12 11:58:29','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613118183','Cleared','','','','','','','','',0.00,0.00,0),(2043,'','Cash','','2021-02-12 11:58:58','','0','4','2021-02-12 11:58:58','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613120315','Cleared','','','','','','','','',0.00,0.00,0),(2044,'','Cash','','2021-02-12 13:52:20','','0','4','2021-02-12 13:52:20','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613120610','Cleared','','','','','','','','',0.00,0.00,0),(2045,'','Cash','','2021-02-12 14:45:50','','0','4','2021-02-12 14:45:50','','1240','1240','1','retail',NULL,'1240','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613127469','Cleared','','','','','','','','',0.00,0.00,0),(2046,'','Cash','','2021-02-12 15:55:39','','0','4','2021-02-12 15:55:39','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613131505','Cleared','','','','','','','','',0.00,0.00,0),(2047,'','Cash','','2021-02-12 15:58:07','','0','4','2021-02-12 15:58:07','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613134588','Cleared','','','','','','','','',0.00,0.00,0),(2048,'','Cash','','2021-02-12 16:27:13','','0','4','2021-02-12 16:27:13','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613136382','Cleared','','','','','','','','',0.00,0.00,0),(2049,'','Cash','','2021-02-12 17:29:09','','0','4','2021-02-12 17:29:09','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613140104','Cleared','','','','','','','','',0.00,0.00,0),(2050,'','Cash','','2021-02-13 10:51:50','','0','4','2021-02-13 10:51:50','','1110','1110','1','retail',NULL,'1110','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613200153','Cleared','','','','','','','','',0.00,0.00,0),(2051,'','Cash','','2021-02-13 11:05:41','','0','4','2021-02-13 11:05:41','','930','930','1','retail',NULL,'930','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613202718','Cleared','','','','','','','','',0.00,0.00,0),(2052,'','Cash','','2021-02-13 11:15:35','G & R RESTAURANT','0','4','2021-02-13 11:15:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed','G & R RESTAURANT ','',NULL,'0','41613203632','Cleared','','','','','','','','',0.00,0.00,0),(2053,'','Cash','','2021-02-13 12:26:56','','0','4','2021-02-13 12:26:56','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613204174','Cleared','','','','','','','','',0.00,0.00,0),(2054,'','Mpesa','','2021-02-13 14:11:41','','0','4','2021-02-13 14:11:41','','0','720','1','retail',NULL,'720','1','0','0','0','0','720','0','printed',' ','',NULL,'0','41613214367','Cleared','','','','','','','','',0.00,0.00,0),(2055,'','Cash','','2021-02-13 14:21:51','','0','4','2021-02-13 14:21:51','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613215175','Cleared','','','','','','','','',0.00,0.00,0),(2056,'','Cash','','2021-02-15 09:02:52','','0','51','2021-02-15 09:02:52','','1350','1350','1','retail',NULL,'1350','3','0','0','0','0','0','0','printed',' ','',NULL,'0','511613117884','Cleared','','','','','','','','',0.00,0.00,0),(2057,'','Cash','','2021-02-15 10:15:13','','0','4','2021-02-15 10:15:13','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613371013','Cleared','','','','','','','','',0.00,0.00,0),(2058,'','Cash','','2021-02-15 10:17:08','','0','4','2021-02-15 10:17:08','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','','1','0','41613373337','Cleared','4','2021-02-15 10:17:08','','','','','','',0.00,0.00,0),(2059,'','Cash','','2021-02-15 11:10:35','','0','4','2021-02-15 11:10:35','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613373472','Cleared','','','','','','','','',0.00,0.00,0),(2060,'','Cash','','2021-02-15 11:59:44','','0','4','2021-02-15 11:59:44','','2450','2450','1','retail',NULL,'2450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613376643','Cleared','','','','','','','','',0.00,0.00,0),(2061,'','Cash','','2021-02-15 12:45:10','','0','4','2021-02-15 12:45:10','','13500','13500','1','retail',NULL,'13500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613379662','Cleared','','','','','','','','',0.00,0.00,0),(2062,'','Cash','','2021-02-15 13:10:39','','0','4','2021-02-15 13:10:39','','6650','6650','1','retail',NULL,'6650','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613383791','Cleared','','','','','','','','',0.00,0.00,0),(2063,'','Cash','','2021-02-15 13:11:52','','0','4','2021-02-15 13:11:52','','2900','2900','1','retail',NULL,'2900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613383852','Cleared','','','','','','','','',0.00,0.00,0),(2064,'','Mpesa','','2021-02-15 15:40:38','','0','4','2021-02-15 15:40:38','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41613392515','Cleared','','','','','','','','',0.00,0.00,0),(2065,'','Mpesa','','2021-02-15 15:43:19','','0','4','2021-02-15 15:43:19','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41613392860','Cleared','','','','','','','','',0.00,0.00,0),(2066,'','Mpesa','','2021-02-15 15:45:55','','0','4','2021-02-15 15:45:55','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41613393010','Cleared','','','','','','','','',0.00,0.00,0),(2067,'','Cash','','2021-02-15 16:30:59','','0','4','2021-02-15 16:30:59','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613394042','Cleared','','','','','','','','',0.00,0.00,0),(2068,'','Cash','','2021-02-15 17:14:06','','0','4','2021-02-15 17:14:06','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613398406','Cleared','','','','','','','','',0.00,0.00,0),(2069,'','Cash','','2021-02-16 09:57:01','','0','4','2021-02-16 09:57:01','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613455778','Cleared','','','','','','','','',0.00,0.00,0),(2070,'','Cash','','2021-02-16 10:14:09','','0','4','2021-02-16 10:14:09','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613458629','Cleared','','','','','','','','',0.00,0.00,0),(2071,'','Cash','','2021-02-16 11:04:09','','0','4','2021-02-16 11:04:09','','1360','1360','1','retail',NULL,'1360','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613460098','Cleared','','','','','','','','',0.00,0.00,0),(2072,'','Cash','','2021-02-16 11:26:57','','0','4','2021-02-16 11:26:57','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613462683','Cleared','','','','','','','','',0.00,0.00,0),(2073,'','Cash','','2021-02-16 11:35:36','','0','4','2021-02-16 11:35:36','','30480','30480','1','retail',NULL,'30480','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613464026','Cleared','','','','','','','','',0.00,0.00,0),(2074,'','Cash','','2021-02-16 11:37:50','','0','4','2021-02-16 11:37:50','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613464545','Cleared','','','','','','','','',0.00,0.00,0),(2075,'','Cash','','2021-02-16 11:57:38','','0','4','2021-02-16 11:57:38','','3280','3280','1','retail',NULL,'3280','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613464675','Cleared','','','','','','','','',0.00,0.00,0),(2076,'','Cash','','2021-02-16 12:11:31','','0','4','2021-02-16 12:11:31','','15300','15300','1','retail',NULL,'15300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613465894','Cleared','','','','','','','','',0.00,0.00,0),(2077,'','Cash','','2021-02-16 12:43:47','','0','4','2021-02-16 12:43:47','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613467826','Cleared','','','','','','','','',0.00,0.00,0),(2078,'','Cash','','2021-02-16 13:43:28','','0','4','2021-02-16 13:43:28','','200','200','1','retail',NULL,'200','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613468633','Cleared','','','','','','','','',0.00,0.00,0),(2079,'','Cash','','2021-02-16 13:55:31','','0','4','2021-02-16 13:55:31','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613472218','Cleared','','','','','','','','',0.00,0.00,0),(2080,'','Cash','','2021-02-16 14:23:16','','0','4','2021-02-16 14:23:16','','360','360','1','retail',NULL,'360','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613472937','Cleared','','','','','','','','',0.00,0.00,0),(2081,'','Cash','','2021-02-16 14:38:42','','0','4','2021-02-16 14:38:42','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613474945','Cleared','','','','','','','','',0.00,0.00,0),(2082,'','Cash','','2021-02-16 15:00:51','','0','4','2021-02-16 15:00:51','','580','580','1','retail',NULL,'580','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613475532','Cleared','','','','','','','','',0.00,0.00,0),(2083,'','Cash','','2021-02-16 17:25:34','','0','4','2021-02-16 17:25:34','','530','530','1','retail',NULL,'530','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613485436','Cleared','','','','','','','','',0.00,0.00,0),(2084,'','Mpesa','','2021-02-16 17:29:44','','0','4','2021-02-16 17:29:44','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','41613485597','Cleared','','','','','','','','',0.00,0.00,0),(2085,'','Cash','','2021-02-16 17:31:16','','0','4','2021-02-16 17:31:16','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613485801','Cleared','','','','','','','','',0.00,0.00,0),(2086,'','Cash','','2021-02-17 09:42:46','','0','4','2021-02-17 09:42:46','','2000','2000','1','retail',NULL,'2000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613544129','Cleared','','','','','','','','',0.00,0.00,0),(2087,'','Cash','','2021-02-17 09:46:45','','0','4','2021-02-17 09:46:45','','600','600','1','retail',NULL,'600','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613544214','Cleared','','','','','','','','',0.00,0.00,0),(2088,'','Cash','','2021-02-17 10:01:48','','0','4','2021-02-17 10:01:48','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613544419','Cleared','','','','','','','','',0.00,0.00,0),(2089,'','Cash','','2021-02-17 10:46:16','','0','4','2021-02-17 10:46:16','','2160','2160','1','retail',NULL,'2160','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613545314','Cleared','','','','','','','','',0.00,0.00,0),(2090,'','Cash','','2021-02-17 11:04:23','','0','4','2021-02-16 11:04:23','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613547984','Cleared','','','','','','','','',0.00,0.00,0),(2091,'','Cash','','2021-02-17 11:38:59','','0','4','2021-02-17 11:38:59','','1999.998','1999.998','1','retail',NULL,'1999.998','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613551085','Cleared','','','','','','','','',0.00,0.00,0),(2092,'','Cash','','2021-02-19 13:48:32','','0','4','2021-02-17 13:48:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613731496','Cleared','','','','','','','','',0.00,0.00,0),(2093,'','Mpesa','','2021-02-19 13:51:43','','0','4','2021-02-17 13:51:43','','0','2150','1','retail',NULL,'2150','1','0','0','0','0','2150','0','printed',' ','',NULL,'0','41613731727','Cleared','','','','','','','','',0.00,0.00,0),(2094,'','Cash','','2021-02-19 14:03:21','','0','4','2021-02-17 14:03:21','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613732474','Cleared','','','','','','','','',0.00,0.00,0),(2095,'','Cash','','2021-02-19 14:04:07','','0','4','2021-02-17 14:04:07','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613732633','Cleared','','','','','','','','',0.00,0.00,0),(2096,'','Cash','','2021-02-19 14:07:35','','0','4','2021-02-19 14:07:35','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613732663','Cleared','','','','','','','','',0.00,0.00,0),(2097,'','Cash','','2021-02-19 14:10:00','','0','4','2021-02-18 14:10:00','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613732935','Cleared','','','','','','','','',0.00,0.00,0),(2098,'','Cash','','2021-02-19 14:13:08','','0','4','2021-02-18 14:13:08','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613733012','Cleared','','','','','','','','',0.00,0.00,0),(2099,'','Cash','','2021-02-19 14:14:09','','0','4','2021-02-18 14:14:09','','250','250','1','retail',NULL,'250','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613733200','Cleared','','','','','','','','',0.00,0.00,0),(2100,'','Cash','','2021-02-19 14:14:50','','0','4','2021-02-18 14:14:50','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613733266','Cleared','','','','','','','','',0.00,0.00,0),(2101,'','Cash','','2021-02-19 14:16:41','','0','4','2021-02-18 14:16:41','','150','150','1','retail',NULL,'150','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613733300','Cleared','','','','','','','','',0.00,0.00,0),(2102,'','Cash','','2021-02-19 14:18:55','','0','4','2021-02-18 14:18:55','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613733425','Cleared','','','','','','','','',0.00,0.00,0),(2103,'','Cash','','2021-02-19 14:20:16','','0','4','2021-02-18 14:20:16','','16000','16000','1','retail',NULL,'16000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613733582','Cleared','','','','','','','','',0.00,0.00,0),(2104,'','Mpesa','','2021-02-19 14:36:41','','0','4','2021-02-18 14:36:41','','0','400','1','retail',NULL,'400','1','0','0','0','0','400','0','printed',' ','',NULL,'0','41613733636','Cleared','','','','','','','','',0.00,0.00,0),(2105,'','Mpesa','','2021-02-19 14:39:24','','0','4','2021-02-18 14:39:24','','0','4000','1','retail',NULL,'4000','1','0','0','0','0','4000','0','printed',' ','',NULL,'0','41613734714','Cleared','','','','','','','','',0.00,0.00,0),(2106,'','Cash','','2021-02-19 14:40:35','','0','4','2021-02-19 14:40:35','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613734779','Cleared','','','','','','','','',0.00,0.00,0),(2107,'','Cash','','2021-02-19 14:42:04','','0','4','2021-02-19 14:42:04','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613734845','Cleared','','','','','','','','',0.00,0.00,0),(2108,'','Cash','','2021-02-19 14:45:34','','0','4','2021-02-17 14:45:34','','990','990','1','retail',NULL,'990','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613734931','Cleared','','','','','','','','',0.00,0.00,0),(2109,'','Cash','','2021-02-19 14:47:38','','0','4','2021-02-18 14:47:38','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613735147','Cleared','','','','','','','','',0.00,0.00,0),(2110,'','Mpesa','','2021-02-19 14:49:03','','0','4','2021-02-18 14:49:03','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41613735271','Cleared','','','','','','','','',0.00,0.00,0),(2111,'','Mpesa','','2021-02-19 14:50:26','','0','4','2021-02-18 14:50:26','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41613735357','Cleared','','','','','','','','',0.00,0.00,0),(2112,'','Cash','','2021-02-19 14:54:30','','0','4','2021-02-18 14:54:30','','720','720','1','retail',NULL,'720','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613735442','Cleared','','','','','','','','',0.00,0.00,0),(2113,'','Cash','','2021-02-19 14:55:29','','0','4','2021-02-18 14:55:29','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613735718','Cleared','','','','','','','','',0.00,0.00,0),(2114,'','Cash','','2021-02-19 14:57:55','','0','4','2021-02-18 14:57:55','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613735741','Cleared','','','','','','','','',0.00,0.00,0),(2115,'','Cash','','2021-02-20 10:22:40','ACCACIA GARDENS','0','4','2021-02-18 10:22:40','','2400','2400','1','retail',NULL,'2400','1','0','0','0','0','0','0','printed','ACCACIA GARDENS ','',NULL,'0','41613735889','Cleared','','','','','','','','',0.00,0.00,0),(2116,'','Cash','','2021-02-20 10:34:38','ACCACIA GARDENS','0','4','2021-02-18 10:34:38','','2500','2500','1','retail',NULL,'2500','1','0','0','0','0','0','0','printed','ACCACIA GARDENS ','',NULL,'0','41613805796','Cleared','','','','','','','','',0.00,0.00,0),(2117,'','Cash','','2021-02-20 10:37:22','','0','4','2021-02-19 10:37:22','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613806576','Cleared','','','','','','','','',0.00,0.00,0),(2118,'','Cash','','2021-02-20 10:39:23','','0','4','2021-02-19 10:39:23','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613806659','Cleared','','','','','','','','',0.00,0.00,0),(2119,'','Cash','','2021-02-20 10:42:08','','0','4','2021-02-19 10:42:08','','400','400','1','retail',NULL,'400','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613806780','Cleared','','','','','','','','',0.00,0.00,0),(2120,'','Cash','','2021-02-20 10:42:34','','0','4','2021-02-19 10:42:34','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613806942','Cleared','','','','','','','','',0.00,0.00,0),(2121,'','Cash','','2021-02-20 11:05:42','','0','4','2021-02-19 11:05:42','','330','330','1','retail',NULL,'330','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613808313','Cleared','','','','','','','','',0.00,0.00,0),(2122,'','Cash','','2021-02-20 11:06:53','','0','4','2021-02-20 11:06:53','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613808364','Cleared','','','','','','','','',0.00,0.00,0),(2123,'','Cash','','2021-02-20 11:14:04','','0','4','2021-02-19 11:14:04','','640','640','1','retail',NULL,'640','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613808422','Cleared','','','','','','','','',0.00,0.00,0),(2124,'','Cash','','2021-02-20 11:15:49','','0','4','2021-02-19 11:15:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613808862','Cleared','','','','','','','','',0.00,0.00,0),(2125,'','Cash','','2021-02-20 11:16:59','','0','4','2021-02-19 11:16:59','','1300','1300','1','retail',NULL,'1300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613808966','Cleared','','','','','','','','',0.00,0.00,0),(2126,'','Cash','','2021-02-20 11:19:09','','0','4','2021-02-19 11:19:09','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613809057','Cleared','','','','','','','','',0.00,0.00,0),(2127,'','Cash','','2021-02-20 11:19:54','','0','4','2021-02-20 11:19:54','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613809164','Cleared','','','','','','','','',0.00,0.00,0),(2128,'','Mpesa','','2021-02-20 11:30:23','','0','4','2021-02-20 11:30:23','','0','1080','1','retail',NULL,'1080','1','0','0','0','0','1080','0','printed',' ','',NULL,'0','41613809205','Cleared','','','','','','','','',0.00,0.00,0),(2129,'','Cash','','2021-02-20 11:31:04','','0','4','2021-02-20 11:31:04','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613809836','Cleared','','','','','','','','',0.00,0.00,0),(2130,'','Mpesa','','2021-02-20 11:46:58','','0','4','2021-02-20 11:46:58','','0','900','1','retail',NULL,'900','1','0','0','0','0','900','0','printed',' ','',NULL,'0','41613809869','Cleared','','','','','','','','',0.00,0.00,0),(2131,'','Cash','','2021-02-20 13:58:51','','0','4','2021-02-20 13:58:51','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613818682','Cleared','','','','','','','','',0.00,0.00,0),(2132,'','Cash','','2021-02-22 09:43:35','','0','4','2021-02-22 09:43:35','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613976176','Cleared','','','','','','','','',0.00,0.00,0),(2133,'','Cash','','2021-02-22 09:44:28','','0','4','2021-02-22 09:44:28','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613976236','Cleared','','','','','','','','',0.00,0.00,0),(2134,'','Mpesa','','2021-02-22 09:46:41','','0','4','2021-02-22 09:46:41','','0','460','1','retail',NULL,'460','1','0','0','0','0','460','0','printed',' ','',NULL,'0','41613976287','Cleared','','','','','','','','',0.00,0.00,0),(2135,'','Cash','','2021-02-22 09:48:49','','0','4','2021-02-22 09:48:49','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613976412','Cleared','','','','','','','','',0.00,0.00,0),(2136,'','Cash','','2021-02-22 09:53:28','','0','4','2021-02-22 09:53:28','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613976582','Cleared','','','','','','','','',0.00,0.00,0),(2137,'','Cash','','2021-02-22 10:14:00','','0','4','2021-02-22 10:14:00','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613976816','Cleared','','','','','','','','',0.00,0.00,0),(2138,'','Cash','','2021-02-22 12:18:19','','0','4','2021-02-22 12:18:19','','610','610','1','retail',NULL,'610','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613984281','Cleared','','','','','','','','',0.00,0.00,0),(2139,'','Cash','','2021-02-22 12:42:56','','0','4','2021-02-22 12:42:56','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613985507','Cleared','','','','','','','','',0.00,0.00,0),(2140,'','Cash','','2021-02-22 13:39:10','','0','4','2021-02-22 13:39:10','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613987042','Cleared','','','','','','','','',0.00,0.00,0),(2141,'','Cash','','2021-02-22 13:44:03','','0','4','2021-02-22 13:44:03','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613990358','Cleared','','','','','','','','',0.00,0.00,0),(2142,'','Cash','','2021-02-22 13:45:43','','0','4','2021-02-22 13:45:43','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613990649','Cleared','','','','','','','','',0.00,0.00,0),(2143,'','Cash','','2021-02-22 13:46:56','','0','4','2021-02-22 13:46:56','','180','180','1','retail',NULL,'180','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613990750','Cleared','','','','','','','','',0.00,0.00,0),(2144,'','Cash','','2021-02-22 13:49:52','','0','4','2021-02-22 13:49:52','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613990822','Cleared','','','','','','','','',0.00,0.00,0),(2145,'','Cash','','2021-02-22 13:52:13','','0','4','2021-02-22 13:52:13','','1800','1800','1','retail',NULL,'1800','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613990997','Cleared','','','','','','','','',0.00,0.00,0),(2146,'','Cash','','2021-02-22 15:16:50','G & R RESTAURANT','0','4','2021-02-22 15:16:50','','2300','2300','1','retail',NULL,'2300','1','0','0','0','0','0','0','printed','G & R RESTAURANT ','',NULL,'0','41613991141','Cleared','','','','','','','','',0.00,0.00,0),(2147,'','Cash','','2021-02-22 15:24:19','','0','4','2021-02-22 15:24:19','','2160','2160','1','retail',NULL,'2160','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613996233','Cleared','','','','','','','','',0.00,0.00,0),(2148,'','Cash','','2021-02-22 15:34:49','','0','4','2021-02-22 15:34:49','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41613996665','Cleared','','','','','','','','',0.00,0.00,0),(2149,'','Cash','','2021-02-23 09:00:09','','0','4','2021-02-23 09:00:09','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614059974','Cleared','','','','','','','','',0.00,0.00,0),(2150,'','Cash','','2021-02-23 12:44:59','','0','4','2021-02-23 12:44:59','','370','370','1','retail',NULL,'370','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614073470','Cleared','','','','','','','','',0.00,0.00,0),(2151,'','Mpesa','','2021-02-23 13:10:24','','0','4','2021-02-23 13:10:24','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','41614073508','Cleared','','','','','','','','',0.00,0.00,0),(2152,'','Cash','','2021-02-23 15:19:51','','0','4','2021-02-23 15:19:51','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614082566','Cleared','','','','','','','','',0.00,0.00,0),(2153,'','Cash','','2021-02-24 08:30:26','','0','4','2021-02-24 08:30:26','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614144537','Cleared','','','','','','','','',0.00,0.00,0),(2154,'','Mpesa','','2021-02-24 08:50:43','','0','4','2021-02-24 08:50:43','','0','500','1','retail',NULL,'500','1','0','0','0','0','500','0','printed',' ','',NULL,'0','41614145825','Cleared','','','','','','','','',0.00,0.00,0),(2155,'','Cash','','2021-02-24 09:04:04','','0','7','2021-02-24 09:04:04','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71614146590','Cleared','','','','','','','','',0.00,0.00,0),(2156,'','Cash','','2021-02-24 09:49:44','','0','7','2021-02-24 09:49:44','','80','80','1','retail',NULL,'80','1','0','0','0','0','0','0','printed',' ','',NULL,'0','71614149354','Cleared','','','','','','','','',0.00,0.00,0),(2157,'','Cash','','2021-02-24 09:59:32','','0','4','2021-02-24 09:59:32','','450','450','1','retail',NULL,'450','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614149878','Cleared','','','','','','','','',0.00,0.00,0),(2158,'','Cash','','2021-02-24 11:42:37','','0','4','2021-02-24 11:42:37','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614156050','Cleared','','','','','','','','',0.00,0.00,0),(2159,'','Cash','','2021-02-24 11:46:57','','0','4','2021-02-24 11:46:57','','1080','1080','1','retail',NULL,'1080','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614156325','Cleared','','','','','','','','',0.00,0.00,0),(2160,'','Cash','','2021-02-24 11:51:33','','0','4','2021-02-24 11:51:33','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614156440','Cleared','','','','','','','','',0.00,0.00,0),(2161,'','Mpesa','','2021-02-24 11:53:59','','0','4','2021-02-24 11:53:59','','0','300','1','retail',NULL,'300','1','0','0','0','0','300','0','printed',' ','',NULL,'0','41614156709','Cleared','','','','','','','','',0.00,0.00,0),(2162,'','Cash','','2021-02-24 12:15:15','','0','4','2021-02-24 12:15:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614156860','Cleared','','','','','','','','',0.00,0.00,0),(2163,'','Cash','','2021-02-24 12:16:59','','0','4','2021-02-24 12:16:59','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614158125','Cleared','','','','','','','','',0.00,0.00,0),(2164,'','Cash','','2021-02-24 12:29:44','','0','4','2021-02-24 12:29:44','','1620','1620','1','retail',NULL,'1620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614158466','Cleared','','','','','','','','',0.00,0.00,0),(2165,'','Cash','','2021-02-24 12:31:03','','0','4','2021-02-24 12:31:03','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614159017','Cleared','','','','','','','','',0.00,0.00,0),(2166,'','Cash','','2021-02-24 12:48:09','','0','4','2021-02-24 12:48:09','','950','950','1','retail',NULL,'950','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614160022','Cleared','','','','','','','','',0.00,0.00,0),(2167,'','Cash','','2021-02-24 13:06:31','','0','4','2021-02-24 13:06:31','','490','490','1','retail',NULL,'490','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614160104','Cleared','','','','','','','','',0.00,0.00,0),(2168,'','Mpesa','','2021-02-24 13:08:49','','0','4','2021-02-24 13:08:49','','0','540','1','retail',NULL,'540','1','0','0','0','0','540','0','printed',' ','',NULL,'0','41614161206','Cleared','','','','','','','','',0.00,0.00,0),(2169,'','Cash','','2021-02-24 16:04:32','','0','4','2021-02-24 16:04:32','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614171755','Cleared','','','','','','','','',0.00,0.00,0),(2170,'','Cash','','2021-02-24 16:13:20','','0','4','2021-02-24 16:13:20','','3240','3240','1','retail',NULL,'3240','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614171879','Cleared','','','','','','','','',0.00,0.00,0),(2171,'','Cash','','2021-02-24 16:16:29','','0','4','2021-02-24 16:16:29','','4500','4500','1','retail',NULL,'4500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614172407','Cleared','','','','','','','','',0.00,0.00,0),(2172,'','Cash','','2021-02-24 16:21:38','','0','4','2021-02-24 16:21:38','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614172603','Cleared','','','','','','','','',0.00,0.00,0),(2173,'','Cash','','2021-02-24 16:22:19','','0','4','2021-02-24 16:22:19','','750','750','1','retail',NULL,'750','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614172906','Cleared','','','','','','','','',0.00,0.00,0),(2174,'','Cash','','2021-02-24 16:25:46','','0','4','2021-02-24 16:25:46','','500','500','1','retail',NULL,'500','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614173011','Cleared','','','','','','','','',0.00,0.00,0),(2175,'','Cash','','2021-03-02 10:09:22','','0','4','2021-02-25 10:09:22','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614666365','Cleared','','','','','','','','',0.00,0.00,0),(2176,'','Cash','','2021-03-02 10:11:25','','0','4','2021-02-25 10:11:25','','350','350','1','retail',NULL,'350','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614668986','Cleared','','','','','','','','',0.00,0.00,0),(2177,'','Cash','','2021-03-02 10:15:32','','0','4','2021-02-25 10:15:32','','2620','2620','1','retail',NULL,'2620','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614669102','Cleared','','','','','','','','',0.00,0.00,0),(2178,'','Cash','','2021-03-02 10:17:04','','0','4','2021-02-25 10:17:04','','420','420','1','retail',NULL,'420','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614669359','Cleared','','','','','','','','',0.00,0.00,0),(2179,'','Cash','','2021-03-02 10:19:03','','0','4','2021-02-25 10:19:03','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614669448','Cleared','','','','','','','','',0.00,0.00,0),(2180,'','Cash','','2021-03-02 10:20:02','','0','4','2021-02-25 10:20:02','','300','300','1','retail',NULL,'300','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614669567','Cleared','','','','','','','','',0.00,0.00,0),(2181,'','Cash','','2021-03-02 10:21:42','','0','4','2021-02-25 10:21:42','','2700','2700','1','retail',NULL,'2700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614669619','Cleared','','','','','','','','',0.00,0.00,0),(2182,'','Cash','','2021-03-02 10:30:18','','0','4','2021-02-26 10:30:18','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614669870','Cleared','','','','','','','','',0.00,0.00,0),(2183,'','Cash','','2021-03-02 10:34:12','','0','4','2021-02-26 10:34:12','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614670362','Cleared','','','','','','','','',0.00,0.00,0),(2184,'','Cash','','2021-03-02 10:35:04','','0','4','2021-02-26 10:35:04','','120','120','1','retail',NULL,'120','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614670476','Cleared','','','','','','','','',0.00,0.00,0),(2185,'','Cash','','2021-03-02 10:37:52','','0','4','2021-02-26 10:37:52','','1000','1000','1','retail',NULL,'1000','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614670531','Cleared','','','','','','','','',0.00,0.00,0),(2186,'','Cash','','2021-03-02 10:45:34','','0','4','2021-02-26 10:45:34','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614670702','Cleared','','','','','','','','',0.00,0.00,0),(2187,'','Cash','','2021-03-02 10:47:15','','0','4','2021-02-26 10:47:15','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671155','Cleared','','','','','','','','',0.00,0.00,0),(2188,'','Cash','','2021-03-02 10:48:34','','0','4','2021-02-26 10:48:34','','100','100','1','retail',NULL,'100','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671254','Cleared','','','','','','','','',0.00,0.00,0),(2189,'','Cash','','2021-03-02 10:50:05','','0','4','2021-02-26 10:50:05','','50','50','1','retail',NULL,'50','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671329','Cleared','','','','','','','','',0.00,0.00,0),(2190,'','Cash','','2021-03-02 10:52:18','','0','4','2021-02-26 10:52:18','','900','900','1','retail',NULL,'900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671422','Cleared','','','','','','','','',0.00,0.00,0),(2191,'','Cash','','2021-03-02 10:55:13','','0','4','2021-02-26 10:55:13','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671559','Cleared','','','','','','','','',0.00,0.00,0),(2192,'','Cash','','2021-03-02 10:58:36','','0','4','2021-02-26 10:58:36','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671761','Cleared','','','','','','','','',0.00,0.00,0),(2193,'','Cash','','2021-03-02 11:01:06','','0','4','2021-02-26 11:01:06','','540','540','1','retail',NULL,'540','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614671943','Cleared','','','','','','','','',0.00,0.00,0),(2194,'','Cash','','2021-03-02 11:05:29','','0','4','2021-02-26 11:05:29','','390','390','1','retail',NULL,'390','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614672101','Cleared','','','','','','','','',0.00,0.00,0),(2195,'','Mpesa','','2021-03-02 11:07:41','','0','4','2021-02-27 11:07:41','','0','700','1','retail',NULL,'700','1','0','0','0','0','700','0','printed',' ','',NULL,'0','41614672357','Cleared','','','','','','','','',0.00,0.00,0),(2196,'','Cash','','2021-03-02 11:51:17','','0','4','2021-02-27 11:51:17','','700','700','1','retail',NULL,'700','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614675053','Cleared','','','','','','','','',0.00,0.00,0),(2197,'','Cash','','2021-03-02 11:52:41','','0','4','2021-02-27 11:52:41','','1380','1380','1','retail',NULL,'1380','1','0','0','0','0','0','0','printed',' ','',NULL,'0','41614675096','Cleared','','','','','','','','',0.00,0.00,0); /*!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', `myinvoice` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10552 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 (4,'61598080147','4','1','220','retail','0','2020-08-22 10:09:21','','','','0','Cash',27.02,'220','','','6','','1','2020-08-22 07:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','96.50','95.5','Inclusive',NULL),(5,'61598080147','7','0.1','20','retail','0','2020-08-22 10:09:51','','','','0','Cash',2.46,'200','','','6','','1','2020-08-22 07:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','0.1','125.10','125','Inclusive',NULL),(6,'61598080147','10','2','40','retail','0','2020-08-22 10:11:54','','','','0','Cash',4.91,'20','','','6','','1','2020-08-22 07:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','128.50','126.5','Inclusive',NULL),(7,'61598080147','16','.06','60','retail','0','2020-08-22 10:16:12','','','','0','Cash',7.37,'1000','','','6','','1','2020-08-22 07:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','3.60','3','Inclusive',NULL),(8,'61598080147','1','2','640','retail','0','2020-08-22 10:17:50','','','','390.43','Cash',78.60,'320','','','6','','1','2020-08-22 07:23:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','112.00','110','Inclusive',NULL),(10,'61598081512','4','2','400','retail','0','2020-08-22 10:36:37','','','','0','Cash',49.12,'200','','','6','','1','2020-08-22 07:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','95.50','94.5','Inclusive',NULL),(11,'61598081512','1','2','600','retail','0','2020-08-22 10:37:50','','','','390.43','Cash',73.68,'300','','','6','','1','2020-08-22 07:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','111.00','109','Inclusive',NULL),(12,'61598081512','7','.2','40','retail','0','2020-08-22 10:38:14','','','','0','Cash',4.91,'200','','','6','','1','2020-08-22 07:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','.2','125.00','124.8','Inclusive',NULL),(13,'61598081512','10','2','40','retail','0','2020-08-22 10:38:52','','','','0','Cash',4.91,'20','','','6','','1','2020-08-22 07:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','126.50','124.5','Inclusive',NULL),(14,'61598081512','67','.05','100','retail','0','2020-08-22 10:39:14','','','','0','Cash',12.28,'2000','','','6','','1','2020-08-22 07:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1754.39','','1.20','1.15','Inclusive',NULL),(15,'61598081512','16','0.06','40.8','retail','0','2020-08-22 10:42:58','','','','0','Cash',5.01,'680','','','6','','1','2020-08-22 07:51:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','596.49','','3.54','2.94','Inclusive',NULL),(20,'61598083434','1','1','320','retail','0','2020-08-22 11:03:54','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','109.00','108','Inclusive',NULL),(21,'61598083434','2','1','90','retail','0','2020-08-22 11:04:08','','','','0','Cash',11.05,'90','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(22,'61598083434','10','1','20','retail','0','2020-08-22 11:04:44','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','124.50','123.5','Inclusive',NULL),(23,'61598083434','27','1','30','retail','0','2020-08-22 11:04:59','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(24,'61598083434','48','1','60','retail','0','2020-08-22 11:07:41','','','','0','Cash',7.37,'60','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(25,'61598083434','33','1','130','retail','0','2020-08-22 11:07:59','','','','0','Cash',15.96,'130','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(26,'61598083434','70','1','50','retail','0','2020-08-22 11:08:58','','','','2','Cash',6.14,'50','','','6','','1','2020-08-22 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(27,'61598083837','1','3','960','retail','0','2020-08-22 11:13:25','','','','0','Cash',117.89,'320','','','6','','1','2020-08-22 08:15:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','107.75','105.75','Inclusive',NULL),(28,'61598083837','4','2','440','retail','0','2020-08-22 11:13:41','','','','0','Cash',54.04,'220','','','6','','1','2020-08-22 08:15:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','93.50','91.5','Inclusive',NULL),(29,'61598083837','10','5','100','retail','0','2020-08-22 11:14:22','','','','0','Cash',12.28,'20','','','6','','1','2020-08-22 08:15:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','123.50','118.5','Inclusive',NULL),(30,'61598084133','177','20','4500','retail','0','2020-08-22 11:15:33','','','','0','Cash',552.63,'225','','','6','','1','2020-08-22 08:21:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','197.37','','1200.00','1180','Inclusive',NULL),(31,'61598084498','1','1','320','retail','0','2020-08-22 11:21:38','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 09:03:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','104.75','102.75','Inclusive',NULL),(32,'61598084498','5','1','110','retail','0','2020-08-22 12:00:51','','','','0','Cash',13.51,'110','','','6','','1','2020-08-22 09:03:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(33,'61598084498','19','1','30','retail','0','2020-08-22 12:01:37','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 09:03:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.03','0.03','Inclusive',NULL),(34,'61598084498','70','1','50','retail','0','2020-08-22 12:01:43','','','','2','Cash',6.14,'50','','','6','','1','2020-08-22 09:03:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(35,'61598084498','10','1','20','retail','0','2020-08-22 12:01:56','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 09:03:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','118.50','117.5','Inclusive',NULL),(36,'61598084498','133','1','10','retail','0','2020-08-22 12:02:08','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 09:03:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(37,'61598087029','1','1','320','retail','0','2020-08-22 12:03:49','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 09:08:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','103.75','101.75','Inclusive',NULL),(38,'61598087029','5','1','110','retail','0','2020-08-22 12:04:22','','','','0','Cash',13.51,'110','','','6','','1','2020-08-22 09:08:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','0.50','1.5','Inclusive',NULL),(39,'61598087029','133','1','10','retail','0','2020-08-22 12:04:40','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 09:08:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(40,'61598087029','15','1','30','retail','0','2020-08-22 12:05:55','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 09:08:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.03','0.03','Inclusive',NULL),(41,'61598087029','74','1','50','retail','0','2020-08-22 12:07:09','','','','5','Cash',6.14,'50','','','6','','1','2020-08-22 09:08:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(42,'61598087029','10','1','20','retail','0','2020-08-22 12:07:33','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 09:08:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','117.50','116.5','Inclusive',NULL),(43,'61598087334','1','1','320','retail','0','2020-08-22 12:08:54','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','102.75','101.75','Inclusive',NULL),(44,'61598087334','15','1','30','retail','0','2020-08-22 12:14:23','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(46,'61598087334','5','1','110','retail','0','2020-08-22 12:15:08','','','','0','Cash',13.51,'110','','','6','','1','2020-08-22 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(47,'61598087334','70','1','50','retail','0','2020-08-22 12:15:37','','','','2','Cash',6.14,'50','','','6','','1','2020-08-22 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(48,'61598087334','133','1','10','retail','0','2020-08-22 12:16:00','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(49,'61598087334','10','1','20','retail','0','2020-08-22 12:16:11','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','116.50','115.5','Inclusive',NULL),(50,'61598087794','1','1','320','retail','0','2020-08-22 12:16:34','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 09:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','101.75','100.75','Inclusive',NULL),(51,'61598087794','5','1','110','retail','0','2020-08-22 12:16:49','','','','0','Cash',13.51,'110','','','6','','1','2020-08-22 09:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(52,'61598087794','10','1','20','retail','0','2020-08-22 12:17:16','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 09:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','115.50','114.5','Inclusive',NULL),(53,'61598087794','15','1','30','retail','0','2020-08-22 12:17:28','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 09:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(54,'61598087794','70','1','50','retail','0','2020-08-22 12:17:37','','','','2','Cash',6.14,'50','','','6','','1','2020-08-22 09:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(55,'61598087794','133','1','10','retail','0','2020-08-22 12:17:49','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 09:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(56,'61598087893','1','1','320','retail','0','2020-08-22 12:18:13','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 09:28:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','100.75','99.75','Inclusive',NULL),(57,'61598087893','5','1','110','retail','0','2020-08-22 12:27:38','','','','0','Cash',13.51,'110','','','6','','1','2020-08-22 09:28:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(58,'61598087893','133','1','10','retail','0','2020-08-22 12:27:52','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 09:28:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(59,'61598087893','23','1','30','retail','0','2020-08-22 12:28:05','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 09:28:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(60,'61598087893','70','1','50','retail','0','2020-08-22 12:28:14','','','','2','Cash',6.14,'50','','','6','','1','2020-08-22 09:28:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(61,'61598087893','10','1','20','retail','0','2020-08-22 12:28:23','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 09:28:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','114.50','113.5','Inclusive',NULL),(62,'61598088520','1','1','320','retail','0','2020-08-22 12:28:40','','','','0','Cash',39.30,'320','','','6','','1','2020-08-22 09:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','99.75','98.75','Inclusive',NULL),(63,'61598088520','5','1','110','retail','0','2020-08-22 12:41:56','','','','0','Cash',13.51,'110','','','6','','1','2020-08-22 09:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(64,'61598088520','10','1','20','retail','0','2020-08-22 12:42:18','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 09:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','113.50','112.5','Inclusive',NULL),(65,'61598088520','74','1','50','retail','0','2020-08-22 12:42:35','','','','5','Cash',6.14,'50','','','6','','1','2020-08-22 09:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.06','0.06','Inclusive',NULL),(66,'61598088520','133','1','10','retail','0','2020-08-22 12:42:50','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 09:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(67,'61598089489','38','2','500','retail','0','2020-08-22 12:44:49','','','','0','Cash',61.40,'250','','','6','','1','2020-08-22 10:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','','0.00','1','Inclusive',NULL),(68,'61598089489','40','2','100','retail','0','2020-08-22 13:24:56','','','','0','Cash',12.28,'50','','','6','','1','2020-08-22 10:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','1','Inclusive',NULL),(69,'61598089489','9','1','50','retail','0','2020-08-22 13:25:12','','','','0','Cash',6.14,'50','','','6','','1','2020-08-22 10:26:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','0.25','Inclusive',NULL),(70,'61598092014','1','5','1600','retail','0','2020-08-22 13:58:06','','','','0','Cash',196.49,'320','','','6','','1','2020-08-22 11:03:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','98.75','93.75','Inclusive',NULL),(71,'61598092014','2','5','450','retail','0','2020-08-22 13:58:40','','','','0','Cash',55.26,'90','','','6','','1','2020-08-22 11:03:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','5','0.25','1.5','Inclusive',NULL),(72,'61598092014','10','5','100','retail','0','2020-08-22 14:01:27','','','','0','Cash',12.28,'20','','','6','','1','2020-08-22 11:03:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','112.50','107.5','Inclusive',NULL),(73,'61598092014','33','5','650','retail','0','2020-08-22 14:01:42','','','','0','Cash',79.82,'130','','','6','','1','2020-08-22 11:03:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','5','0.25','1.5','Inclusive',NULL),(74,'61598092014','74','5','250','retail','0','2020-08-22 14:01:53','','','','5','Cash',30.70,'50','','','6','','1','2020-08-22 11:03:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.06','0.21','Inclusive',NULL),(75,'61598092014','15','5','150','retail','0','2020-08-22 14:02:10','','','','0','Cash',18.42,'30','','','6','','1','2020-08-22 11:03:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.09','0.24','Inclusive',NULL),(76,'61598094537','1','3','960','retail','0','2020-08-22 14:08:57','','','','0','Cash',117.89,'320','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','92.50','89.5','Inclusive',NULL),(77,'61598094537','5','3','330','retail','0','2020-08-22 14:09:55','','','','0','Cash',40.53,'110','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','1.5','Inclusive',NULL),(78,'61598094537','133','3','30','retail','0','2020-08-22 14:10:08','','','','0','Cash',3.68,'10','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.40','0.55','Inclusive',NULL),(79,'61598094537','10','3','60','retail','0','2020-08-22 14:10:19','','','','0','Cash',7.37,'20','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','107.50','104.5','Inclusive',NULL),(80,'61598094537','19','3','90','retail','0','2020-08-22 14:11:10','','','','0','Cash',11.05,'30','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.03','0.12','Inclusive',NULL),(81,'61598094537','70','3','150','retail','0','2020-08-22 14:11:22','','','','2','Cash',18.42,'50','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.15','0.24','Inclusive',NULL),(82,'61598094537','3','1','170','retail','0','2020-08-22 14:11:37','','','','0','Cash',20.88,'170','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(83,'61598094537','6','1','70','retail','0','2020-08-22 14:11:50','','','','0','Cash',8.60,'70','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(84,'61598094537','133','1','10','retail','0','2020-08-22 14:12:02','','','','0','Cash',1.23,'10','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(85,'61598094537','11','1','20','retail','0','2020-08-22 14:12:36','','','','0','Cash',2.46,'20','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(86,'61598094537','19','1','30','retail','0','2020-08-22 14:12:52','','','','0','Cash',3.68,'30','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(87,'61598094537','70','1','50','retail','0','2020-08-22 14:13:00','','','','2','Cash',6.14,'50','','','6','','1','2020-08-22 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.24','0.27','Inclusive',NULL),(88,'61598248559','1','1','320','retail','0','2020-08-24 08:55:59','','','','0','Cash',39.30,'320','','','6','','1','2020-08-24 06:00:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','89.00','88','Inclusive',NULL),(89,'61598248559','5','1','110','retail','0','2020-08-24 08:56:55','','','','0','Cash',13.51,'110','','','6','','1','2020-08-24 06:00:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(90,'61598248559','133','1','10','retail','0','2020-08-24 08:57:19','','','','0','Cash',1.23,'10','','','6','','1','2020-08-24 06:00:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(91,'61598248559','15','1','30','retail','0','2020-08-24 08:57:34','','','','0','Cash',3.68,'30','','','6','','1','2020-08-24 06:00:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(92,'61598248559','74','1','50','retail','0','2020-08-24 08:58:09','','','','5','Cash',6.14,'50','','','6','','1','2020-08-24 06:00:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(93,'61598248559','10','1','20','retail','0','2020-08-24 08:59:26','','','','0','Cash',2.46,'20','','','6','','1','2020-08-24 06:00:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','104.00','103','Inclusive',NULL),(94,'61598248825','1','1','320','retail','0','2020-08-24 09:00:25','','','','0','Cash',39.30,'320','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','88.00','87','Inclusive',NULL),(95,'61598248825','5','1','110','retail','0','2020-08-24 09:00:50','','','','0','Cash',13.51,'110','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(96,'61598248825','133','1','10','retail','0','2020-08-24 09:00:59','','','','0','Cash',1.23,'10','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(97,'61598248825','10','1','20','retail','0','2020-08-24 09:01:19','','','','0','Cash',2.46,'20','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','103.00','102','Inclusive',NULL),(98,'61598248825','23','1','30','retail','0','2020-08-24 09:01:43','','','','0','Cash',3.68,'30','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(99,'61598248825','70','2','100','retail','0','2020-08-24 09:02:27','','','','2','Cash',12.28,'50','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.27','0.33','Inclusive',NULL),(100,'61598248825','10','1','20','retail','0','2020-08-24 09:02:51','','','','0','Cash',2.46,'20','','','6','','1','2020-08-24 06:03:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','102.00','101','Inclusive',NULL),(101,'61598249036','49','1','420','retail','0','2020-08-24 09:04:34','','','','0','Cash',51.58,'420','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','43.50','42.5','Inclusive',NULL),(102,'61598249036','63','.5','400','retail','0','2020-08-24 09:06:13','','','','0','Cash',49.12,'800','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','701.75','','3.50','2.5','Inclusive',NULL),(103,'61598249036','5','1','110','retail','0','2020-08-24 09:06:57','','','','0','Cash',13.51,'110','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(104,'61598249036','1','1','320','retail','0','2020-08-24 09:09:44','','','','0','Cash',39.30,'320','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','87.00','86','Inclusive',NULL),(105,'61598249036','133','2','20','retail','0','2020-08-24 09:10:12','','','','0','Cash',2.46,'10','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.70','0.8','Inclusive',NULL),(106,'61598249036','55','1','50','retail','0','2020-08-24 09:10:34','','','','0','Cash',6.14,'50','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.25','Inclusive',NULL),(107,'61598249036','73','2','200','retail','0','2020-08-24 09:13:51','','','','0','Cash',24.56,'100','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.00','0.1','Inclusive',NULL),(108,'61598249036','10','1','20','retail','0','2020-08-24 09:14:31','','','','0','Cash',2.46,'20','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','101.00','100','Inclusive',NULL),(109,'61598249036','55','1','50','retail','0','2020-08-24 09:15:04','','','','0','Cash',6.14,'50','','','6','','1','2020-08-24 06:16:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.5','Inclusive',NULL),(110,'71598250204','161','40','1900','retail','0','2020-08-24 09:24:03','','','','0','Cash',233.33,'47.5','','','7','','1','2020-08-24 06:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1379.00','1339','Inclusive',NULL),(111,'71598250456','147','5','2500','retail','0','2020-08-24 09:28:04','','','','0','Cash',307.02,'500','','','7','','1','2020-08-24 06:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','508.20','503.2','Inclusive',NULL),(115,'41598251051','1','2','640','retail','0','2020-08-24 09:37:31','','','','0','Cash',78.60,'320','','','4','','1','2020-08-24 06:41:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','86.00','84','Inclusive',NULL),(116,'41598251051','5','2','200','retail','0','2020-08-24 09:38:02','','','','0','Cash',24.56,'100','','','4','','1','2020-08-24 06:41:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.50','2.5','Inclusive',NULL),(117,'41598251051','133','2','20','retail','0','2020-08-24 09:38:45','','','','0','Cash',2.46,'10','','','4','','1','2020-08-24 06:41:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.80','0.9','Inclusive',NULL),(118,'41598251051','10','2','40','retail','0','2020-08-24 09:40:08','','','','0','Cash',4.91,'20','','','4','','1','2020-08-24 06:41:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','100.00','98','Inclusive',NULL),(119,'41598256304','161','5','300','retail','0','2020-08-24 11:05:21','','','','0','Cash',36.84,'60','','','4','','1','2020-08-24 08:05:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1339.00','1334','Inclusive',NULL),(120,'41598256354','161','5','300','retail','0','2020-08-24 11:05:54','','','','0','Cash',36.84,'60','','','4','','1','2020-08-24 08:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1334.00','1329','Inclusive',NULL),(121,'41598256635','1','1','320','retail','0','2020-08-24 11:10:35','','','','0','Cash',39.30,'320','','','4','','1','2020-08-24 08:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','84.00','83','Inclusive',NULL),(122,'41598256635','10','1','20','retail','0','2020-08-24 11:30:30','','','','0','Cash',2.46,'20','','','4','','1','2020-08-24 08:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','98.00','97','Inclusive',NULL),(123,'41598256635','5','1','110','retail','0','2020-08-24 11:30:41','','','','0','Cash',13.51,'110','','','4','','1','2020-08-24 08:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(124,'41598256635','133','1','10','retail','0','2020-08-24 11:30:52','','','','0','Cash',1.23,'10','','','4','','1','2020-08-24 08:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(125,'41598256635','23','1','30','retail','0','2020-08-24 11:31:09','','','','0','Cash',3.68,'30','','','4','','1','2020-08-24 08:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(126,'41598256635','70','1','50','retail','0','2020-08-24 11:31:22','','','','2','Cash',6.14,'50','','','4','','1','2020-08-24 08:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.33','0.36','Inclusive',NULL),(127,'41598263237','3','1','160','retail','0','2020-08-24 13:00:37','','','','0','Cash',19.65,'160','','','4','','1','2020-08-24 10:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(128,'41598263237','5','1','110','retail','0','2020-08-24 13:01:27','','','','0','Cash',13.51,'110','','','4','','1','2020-08-24 10:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(129,'41598263237','10','2','40','retail','0','2020-08-24 13:01:47','','','','0','Cash',4.91,'20','','','4','','1','2020-08-24 10:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','97.00','95','Inclusive',NULL),(130,'41598263237','19','1','30','retail','0','2020-08-24 13:02:16','','','','0','Cash',3.68,'30','','','4','','1','2020-08-24 10:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(131,'41598263237','74','1','50','retail','0','2020-08-24 13:02:53','','','','5','Cash',6.14,'50','','','4','','1','2020-08-24 10:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.24','0.27','Inclusive',NULL),(132,'41598263408','94','2','300','retail','0','2020-08-24 13:03:28','','','','0','Cash',36.84,'150','','','4','','1','2020-08-24 10:28:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','107.00','106','Inclusive',NULL),(133,'41598264929','1','1','320','retail','0','2020-08-24 13:28:49','','','','0','Cash',39.30,'320','','','4','','1','2020-08-24 10:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','82.50','81.5','Inclusive',NULL),(134,'41598264929','5','1','110','retail','0','2020-08-24 13:31:28','','','','0','Cash',13.51,'110','','','4','','1','2020-08-24 10:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(135,'41598264929','133','1','10','retail','0','2020-08-24 13:31:47','','','','0','Cash',1.23,'10','','','4','','1','2020-08-24 10:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(136,'41598264929','10','1','20','retail','0','2020-08-24 13:32:01','','','','0','Cash',2.46,'20','','','4','','1','2020-08-24 10:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','95.00','94','Inclusive',NULL),(137,'41598264929','70','1','50','retail','0','2020-08-24 13:32:20','','','','2','Cash',6.14,'50','','','4','','1','2020-08-24 10:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.36','0.39','Inclusive',NULL),(138,'41598264929','19','1','30','retail','0','2020-08-24 13:32:32','','','','0','Cash',3.68,'30','','','4','','1','2020-08-24 10:33:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.18','0.21','Inclusive',NULL),(139,'41598266603','3','1','160','retail','0','2020-08-24 13:56:43','','','','0','Cash',19.65,'160','','','4','','1','2020-08-24 10:58:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(140,'41598266603','5','1','110','retail','0','2020-08-24 13:56:53','','','','0','Cash',13.51,'110','','','4','','1','2020-08-24 10:58:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(141,'41598266603','10','2','40','retail','0','2020-08-24 13:57:42','','','','0','Cash',4.91,'20','','','4','','1','2020-08-24 10:58:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','94.00','92','Inclusive',NULL),(142,'41598266603','19','1','30','retail','0','2020-08-24 13:58:01','','','','0','Cash',3.68,'30','','','4','','1','2020-08-24 10:58:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(143,'41598266603','74','1','50','retail','0','2020-08-24 13:58:13','','','','5','Cash',6.14,'50','','','4','','1','2020-08-24 10:58:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.27','0.3','Inclusive',NULL),(144,'41598266729','1','1','320','retail','0','2020-08-24 13:58:49','','','','0','Cash',39.30,'320','','','4','','1','2020-08-24 11:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','81.50','80.5','Inclusive',NULL),(145,'41598266729','5','1','110','retail','0','2020-08-24 14:21:52','','','','0','Cash',13.51,'110','','','4','','1','2020-08-24 11:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(146,'41598266729','133','1','10','retail','0','2020-08-24 14:22:06','','','','0','Cash',1.23,'10','','','4','','1','2020-08-24 11:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(147,'41598266729','10','1','20','retail','0','2020-08-24 14:22:31','','','','0','Cash',2.46,'20','','','4','','1','2020-08-24 11:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','92.00','91','Inclusive',NULL),(148,'41598266729','19','1','30','retail','0','2020-08-24 14:22:43','','','','0','Cash',3.68,'30','','','4','','1','2020-08-24 11:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(149,'41598266729','70','1','50','retail','0','2020-08-24 14:23:03','','','','2','Cash',6.14,'50','','','4','','1','2020-08-24 11:23:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.39','0.42','Inclusive',NULL),(150,'41598268382','88','1','100','retail','0','2020-08-24 14:26:22','','','','0','Cash',12.28,'100','','','4','','1','2020-08-24 11:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','525.00','524','Inclusive',NULL),(151,'41598268382','161','1','70','retail','0','2020-08-24 14:28:55','','','','0','Cash',8.60,'70','','','4','','1','2020-08-24 11:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','1329.00','1328','Inclusive',NULL),(152,'41598268641','1','2','640','retail','0','2020-08-24 14:30:41','','','','0','Cash',78.60,'320','','','4','','1','2020-08-24 12:17:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','80.50','78.5','Inclusive',NULL),(153,'41598268641','5','2','220','retail','0','2020-08-24 15:16:27','','','','0','Cash',27.02,'110','','','4','','1','2020-08-24 12:17:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(154,'41598268641','133','2','20','retail','0','2020-08-24 15:16:39','','','','0','Cash',2.46,'10','','','4','','1','2020-08-24 12:17:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','0.1','Inclusive',NULL),(155,'41598268641','10','2','40','retail','0','2020-08-24 15:16:56','','','','0','Cash',4.91,'20','','','4','','1','2020-08-24 12:17:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','91.00','89','Inclusive',NULL),(156,'41598268641','19','2','60','retail','0','2020-08-24 15:17:08','','','','0','Cash',7.37,'30','','','4','','1','2020-08-24 12:17:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.27','0.33','Inclusive',NULL),(157,'41598268641','70','2','100','retail','0','2020-08-24 15:17:20','','','','2','Cash',12.28,'50','','','4','','1','2020-08-24 12:17:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.42','0.48','Inclusive',NULL),(158,'41598271465','161','5','300','retail','0','2020-08-24 16:04:35','','','','0','Cash',36.84,'60','','','4','','1','2020-08-24 13:05:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1328.00','1323','Inclusive',NULL),(159,'61176500222','1','1','340','retail','0','2007-04-14 00:37:02','','','','0','Cash',41.75,'340','','','6','','1','2020-08-25 05:54:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','78.50','77.5','Inclusive',NULL),(161,'61176500222','4','1','260','retail','0','2007-04-14 00:38:27','','','','0','Cash',31.93,'260','','','6','','1','2020-08-25 05:54:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','83.75','82.75','Inclusive',NULL),(162,'61176500222','10','1','20','retail','0','2007-04-14 00:38:44','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 05:54:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','89.00','88','Inclusive',NULL),(163,'61176500222','7','1','200','retail','0','2007-04-14 00:39:01','','','','0','Cash',24.56,'200','','','6','','1','2020-08-25 05:54:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','123.55','122.55','Inclusive',NULL),(164,'61598334864','1','1','320','retail','0','2020-08-25 08:54:24','','','','0','Cash',39.30,'320','','','6','','1','2020-08-25 06:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','77.50','76.5','Inclusive',NULL),(165,'61598334864','10','1','20','retail','0','2020-08-25 09:44:39','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 06:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','88.00','87','Inclusive',NULL),(166,'61598334864','5','1','110','retail','0','2020-08-25 09:44:47','','','','0','Cash',13.51,'110','','','6','','1','2020-08-25 06:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(167,'61598334864','133','1','10','retail','0','2020-08-25 09:45:08','','','','0','Cash',1.23,'10','','','6','','1','2020-08-25 06:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(168,'61598334864','74','1','50','retail','0','2020-08-25 09:45:22','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 06:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(170,'61598340219','150','5','700','retail','0','2020-08-25 10:23:39','','','','0','Cash',85.96,'140','','','6','','1','2020-08-25 07:25:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','235.00','230','Inclusive',NULL),(171,'61598340341','3','3','510','retail','0','2020-08-25 10:25:41','','','','0','Cash',62.63,'170','','','6','','1','2020-08-25 08:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','1.5','Inclusive',NULL),(172,'61598340341','6','3','210','retail','0','2020-08-25 11:12:21','','','','0','Cash',25.79,'70','','','6','','1','2020-08-25 08:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','3','0.25','1','Inclusive',NULL),(173,'61598340341','19','3','90','retail','0','2020-08-25 11:12:45','','','','0','Cash',11.05,'30','','','6','','1','2020-08-25 08:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.33','0.42','Inclusive',NULL),(174,'61598340341','70','3','150','retail','0','2020-08-25 11:12:56','','','','2','Cash',18.42,'50','','','6','','1','2020-08-25 08:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.48','0.57','Inclusive',NULL),(175,'61598340341','133','3','30','retail','0','2020-08-25 11:13:09','','','','0','Cash',3.68,'10','','','6','','1','2020-08-25 08:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.15','0.3','Inclusive',NULL),(176,'61598340341','11','3','60','retail','0','2020-08-25 11:13:21','','','','0','Cash',7.37,'20','','','6','','1','2020-08-25 08:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','0.50','2','Inclusive',NULL),(177,'61598343375','1','1','320','retail','0','2020-08-25 11:16:15','','','','0','Cash',39.30,'320','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','75.00','74','Inclusive',NULL),(178,'61598343375','3','1','160','retail','0','2020-08-25 11:22:54','','','','0','Cash',19.65,'160','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.50','0.5','Inclusive',NULL),(179,'61598343375','10','1','20','retail','0','2020-08-25 11:23:07','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','85.50','84.5','Inclusive',NULL),(180,'61598343375','33','1','130','retail','0','2020-08-25 11:23:34','','','','0','Cash',15.96,'130','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.50','0.5','Inclusive',NULL),(181,'61598343375','48','1','60','retail','0','2020-08-25 11:23:44','','','','0','Cash',7.37,'60','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(182,'61598343375','36','1','130','retail','0','2020-08-25 11:24:27','','','','0','Cash',15.96,'130','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(183,'61598343375','15','1','30','retail','0','2020-08-25 11:24:47','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(184,'61598343375','70','1','50','retail','0','2020-08-25 11:24:59','','','','2','Cash',6.14,'50','','','6','','1','2020-08-25 08:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.57','0.6','Inclusive',NULL),(185,'61598344076','74','1','50','retail','0','2020-08-25 11:27:56','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 08:29:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.33','0.36','Inclusive',NULL),(186,'61598344145','4','2.5','550','retail','0','2020-08-25 11:29:05','','','','0','Cash',67.54,'220','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','82.00','79.5','Inclusive',NULL),(187,'61598344145','1','1','320','retail','0','2020-08-25 11:32:46','','','','0','Cash',39.30,'320','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','74.00','73','Inclusive',NULL),(188,'61598344145','32','1','200','retail','0','2020-08-25 11:32:57','','','','0','Cash',24.56,'200','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','0.00','0.5','Inclusive',NULL),(189,'61598344145','10','1','20','retail','0','2020-08-25 11:33:33','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','84.50','83.5','Inclusive',NULL),(190,'61598344145','7','1','200','retail','0','2020-08-25 11:33:52','','','','0','Cash',24.56,'200','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','122.35','121.35','Inclusive',NULL),(191,'61598344145','35','1','250','retail','0','2020-08-25 11:34:14','','','','0','Cash',30.70,'250','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','1','0.00','0.5','Inclusive',NULL),(192,'61598344145','54','1','80','retail','0','2020-08-25 11:34:28','','','','0','Cash',9.82,'80','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.00','0.5','Inclusive',NULL),(193,'61598344145','46','1.5','360','retail','0','2020-08-25 11:35:42','','','','0','Cash',44.21,'240','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','1.5','67.10','65.6','Inclusive',NULL),(194,'61598344145','68','1','800','retail','0','2020-08-25 11:36:02','','','','0','Cash',98.25,'800','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','701.75','','0.00','0.5','Inclusive',NULL),(195,'61598344145','73','2','200','retail','0','2020-08-25 11:36:27','','','','0','Cash',24.56,'100','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.10','0.2','Inclusive',NULL),(196,'61598344145','19','1','30','retail','0','2020-08-25 11:36:45','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.42','0.45','Inclusive',NULL),(197,'61598344145','15','1','30','retail','0','2020-08-25 11:36:55','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 08:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.30','0.33','Inclusive',NULL),(198,'61598344848','74','1','50','retail','0','2020-08-25 11:40:48','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 09:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.36','0.39','Inclusive',NULL),(199,'61598346713','7','1','200','retail','0','2020-08-25 12:11:53','','','','0','Cash',24.56,'200','','','6','','1','2020-08-25 09:36:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','121.35','120.35','Inclusive',NULL),(200,'61598348218','1','2','640','retail','0','2020-08-25 12:36:58','','','','0','Cash',78.60,'320','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','73.00','71','Inclusive',NULL),(201,'61598348218','19','1','30','retail','0','2020-08-25 13:18:41','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.45','0.48','Inclusive',NULL),(202,'61598348218','15','1','30','retail','0','2020-08-25 13:18:50','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.33','0.36','Inclusive',NULL),(203,'61598348218','5','2','220','retail','0','2020-08-25 13:18:59','','','','0','Cash',27.02,'110','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(204,'61598348218','133','2','20','retail','0','2020-08-25 13:19:29','','','','0','Cash',2.46,'10','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.30','0.4','Inclusive',NULL),(205,'61598348218','10','2','40','retail','0','2020-08-25 13:20:10','','','','0','Cash',4.91,'20','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','83.50','81.5','Inclusive',NULL),(206,'61598348218','70','1','50','retail','0','2020-08-25 13:20:34','','','','2','Cash',6.14,'50','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.63','Inclusive',NULL),(207,'61598348218','74','1','50','retail','0','2020-08-25 13:20:50','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 10:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.39','0.42','Inclusive',NULL),(208,'61598350874','1','1','320','retail','0','2020-08-25 13:21:14','','','','0','Cash',39.30,'320','','','6','','1','2020-08-25 10:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','71.00','70','Inclusive',NULL),(209,'61598350874','5','1','110','retail','0','2020-08-25 13:52:29','','','','0','Cash',13.51,'110','','','6','','1','2020-08-25 10:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(210,'61598350874','133','1','10','retail','0','2020-08-25 13:52:41','','','','0','Cash',1.23,'10','','','6','','1','2020-08-25 10:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(211,'61598350874','74','1','50','retail','0','2020-08-25 13:52:55','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 10:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.42','0.45','Inclusive',NULL),(212,'61598350874','19','1','30','retail','0','2020-08-25 13:53:08','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 10:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.48','0.51','Inclusive',NULL),(213,'61598350874','10','1','20','retail','0','2020-08-25 13:53:22','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 10:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','81.50','80.5','Inclusive',NULL),(217,'61598355744','1','2','640','retail','0','2020-08-25 14:42:24','','','','0','Cash',78.60,'320','','','6','','1','2020-08-25 11:46:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','70.00','68','Inclusive',NULL),(218,'61598355744','5','2','220','retail','0','2020-08-25 14:42:51','','','','0','Cash',27.02,'110','','','6','','1','2020-08-25 11:46:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','3.50','1.5','Inclusive',NULL),(219,'61598355744','10','2','40','retail','0','2020-08-25 14:43:22','','','','0','Cash',4.91,'20','','','6','','1','2020-08-25 11:46:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','80.50','78.5','Inclusive',NULL),(220,'61598355744','133','2','20','retail','0','2020-08-25 14:43:42','','','','0','Cash',2.46,'10','','','6','','1','2020-08-25 11:46:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','2.55','0.55','Inclusive',NULL),(221,'61598355744','23','2','60','retail','0','2020-08-25 14:43:53','','','','0','Cash',7.37,'30','','','6','','1','2020-08-25 11:46:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','0.15','Inclusive',NULL),(222,'61598355744','74','2','100','retail','0','2020-08-25 14:45:00','','','','5','Cash',12.28,'50','','','6','','1','2020-08-25 11:46:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.45','0.51','Inclusive',NULL),(223,'61598355972','38','1','330','retail','0','2020-08-25 14:46:12','','','','0','Cash',40.53,'330','','','6','','1','2020-08-25 11:47:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(224,'61598355972','9','1','60','retail','0','2020-08-25 14:46:34','','','','0','Cash',7.37,'60','','','6','','1','2020-08-25 11:47:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(225,'61598355972','40','1','60','retail','0','2020-08-25 14:46:47','','','','0','Cash',7.37,'60','','','6','','1','2020-08-25 11:47:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(226,'61598356031','3','1','160','retail','0','2020-08-25 14:47:11','','','','0','Cash',19.65,'160','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(227,'61598356031','2','1','90','retail','0','2020-08-25 14:47:34','','','','0','Cash',11.05,'90','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.50','0.5','Inclusive',NULL),(228,'61598356031','11','1','20','retail','0','2020-08-25 14:47:50','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.00','1','Inclusive',NULL),(229,'61598356031','138','1','50','retail','0','2020-08-25 14:48:00','','','','0','Cash',6.14,'50','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(230,'61598356031','139','1','50','retail','0','2020-08-25 14:48:14','','','','0','Cash',6.14,'50','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(231,'61598356031','137','1','50','retail','0','2020-08-25 14:48:28','','','','0','Cash',6.14,'50','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(232,'61598356031','27','1','30','retail','0','2020-08-25 14:48:40','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(233,'61598356031','74','1','50','retail','0','2020-08-25 14:48:53','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 11:49:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.51','0.54','Inclusive',NULL),(235,'61598356815','38','1','330','retail','0','2020-08-25 15:00:15','','','','0','Cash',40.53,'330','','','6','','1','2020-08-25 12:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(236,'61598356815','9','1','60','retail','0','2020-08-25 15:09:04','','','','0','Cash',7.37,'60','','','6','','1','2020-08-25 12:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(237,'61598356815','40','1','60','retail','0','2020-08-25 15:09:15','','','','0','Cash',7.37,'60','','','6','','1','2020-08-25 12:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(238,'61598357556','1','1','320','retail','0','2020-08-25 15:12:36','','','','0','Cash',39.30,'320','','','6','','1','2020-08-25 12:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','67.50','66.5','Inclusive',NULL),(240,'61598357556','10','1','20','retail','0','2020-08-25 15:46:08','','','','0','Cash',2.46,'20','','','6','','1','2020-08-25 12:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','78.50','77.5','Inclusive',NULL),(241,'61598357556','5','1','110','retail','0','2020-08-25 15:46:22','','','','0','Cash',13.51,'110','','','6','','1','2020-08-25 12:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(242,'61598357556','133','1','10','retail','0','2020-08-25 15:46:41','','','','0','Cash',1.23,'10','','','6','','1','2020-08-25 12:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(243,'61598357556','23','1','30','retail','0','2020-08-25 15:47:05','','','','0','Cash',3.68,'30','','','6','','1','2020-08-25 12:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(244,'61598357556','74','1','50','retail','0','2020-08-25 15:47:17','','','','5','Cash',6.14,'50','','','6','','1','2020-08-25 12:47:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.54','0.57','Inclusive',NULL),(250,'61598420445','176','10','500','retail','0','2020-08-26 08:51:44','','','','0','Cash',61.40,'50','','','6','','1','2020-08-26 05:56:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','','1.00','6','Inclusive',NULL),(254,'61598421402','70','1','50','retail','0','2020-08-26 08:56:42','','','','2','Cash',6.14,'50','','','6','','1','2020-08-26 05:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.66','0.66','Inclusive',NULL),(255,'61598421420','1','4','1000','retail','0','2020-08-26 10:40:30','','','','0','Cash',122.81,'250','','','6','','1','2020-08-26 07:41:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','','66.50','62.5','Inclusive',NULL),(256,'61598421420','5','4','400','retail','0','2020-08-26 10:40:55','','','','0','Cash',49.12,'100','','','6','','1','2020-08-26 07:41:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','2.5','Inclusive',NULL),(257,'61598427704','3','1','170','retail','0','2020-08-26 10:41:45','','','','0','Cash',20.88,'170','','','6','','1','2020-08-26 07:52:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(258,'61598427704','6','1','70','retail','0','2020-08-26 10:50:04','','','','0','Cash',8.60,'70','','','6','','1','2020-08-26 07:52:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(259,'61598427704','133','1','10','retail','0','2020-08-26 10:50:18','','','','0','Cash',1.23,'10','','','6','','1','2020-08-26 07:52:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(260,'61598427704','11','1','20','retail','0','2020-08-26 10:50:31','','','','0','Cash',2.46,'20','','','6','','1','2020-08-26 07:52:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(261,'61598427704','15','1','30','retail','0','2020-08-26 10:50:41','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 07:52:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.36','0.39','Inclusive',NULL),(262,'61598427704','74','1','50','retail','0','2020-08-26 10:51:29','','','','5','Cash',6.14,'50','','','6','','1','2020-08-26 07:52:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.57','0.6','Inclusive',NULL),(263,'61598428363','1','1','320','retail','0','2020-08-26 10:52:43','','','','0','Cash',39.30,'320','','','6','','1','2020-08-26 07:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','62.50','61.5','Inclusive',NULL),(264,'61598428363','5','1','110','retail','0','2020-08-26 10:58:41','','','','0','Cash',13.51,'110','','','6','','1','2020-08-26 07:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(265,'61598428363','133','1','10','retail','0','2020-08-26 10:58:58','','','','0','Cash',1.23,'10','','','6','','1','2020-08-26 07:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(266,'61598428363','23','1','30','retail','0','2020-08-26 10:59:11','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 07:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.18','0.21','Inclusive',NULL),(267,'61598428363','70','1','50','retail','0','2020-08-26 10:59:24','','','','2','Cash',6.14,'50','','','6','','1','2020-08-26 07:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.66','0.69','Inclusive',NULL),(268,'61598428363','10','1','20','retail','0','2020-08-26 10:59:34','','','','0','Cash',2.46,'20','','','6','','1','2020-08-26 07:59:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','77.50','76.5','Inclusive',NULL),(269,'61598428795','64','.5','500','retail','0','2020-08-26 11:00:19','','','','0','Cash',61.40,'1000','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','25.00','24','Inclusive',NULL),(270,'61598428795','74','1','50','retail','0','2020-08-26 11:01:27','','','','5','Cash',6.14,'50','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.63','Inclusive',NULL),(271,'61598428795','23','1','30','retail','0','2020-08-26 11:02:23','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(272,'61598428795','40','1','60','retail','0','2020-08-26 11:02:33','','','','0','Cash',7.37,'60','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(273,'61598428795','38','1','330','retail','0','2020-08-26 11:02:44','','','','0','Cash',40.53,'330','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(274,'61598428795','9','1','60','retail','0','2020-08-26 11:02:53','','','','0','Cash',7.37,'60','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(275,'61598428795','3','1','170','retail','0','2020-08-26 11:03:02','','','','0','Cash',20.88,'170','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(276,'61598428795','6','1','70','retail','0','2020-08-26 11:03:23','','','','0','Cash',8.60,'70','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(277,'61598428795','133','1','10','retail','0','2020-08-26 11:03:43','','','','0','Cash',1.23,'10','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(278,'61598428795','11','1','20','retail','0','2020-08-26 11:04:00','','','','0','Cash',2.46,'20','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(279,'61598428795','19','1','30','retail','0','2020-08-26 11:04:10','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.51','0.54','Inclusive',NULL),(280,'61598428795','70','1','50','retail','0','2020-08-26 11:04:20','','','','2','Cash',6.14,'50','','','6','','1','2020-08-26 08:06:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.69','0.72','Inclusive',NULL),(281,'61598429182','1','1','320','retail','0','2020-08-26 11:06:23','','','','0','Cash',39.30,'320','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','61.00','60','Inclusive',NULL),(282,'61598429182','5','1','110','retail','0','2020-08-26 11:14:54','','','','0','Cash',13.51,'110','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(283,'61598429182','133','1','10','retail','0','2020-08-26 11:15:05','','','','0','Cash',1.23,'10','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(284,'61598429182','10','1','20','retail','0','2020-08-26 11:15:17','','','','0','Cash',2.46,'20','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','76.00','75','Inclusive',NULL),(285,'61598429182','23','1','30','retail','0','2020-08-26 11:15:30','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(286,'61598429182','70','1','50','retail','0','2020-08-26 11:15:39','','','','2','Cash',6.14,'50','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.72','0.75','Inclusive',NULL),(287,'61598429182','40','1','60','retail','0','2020-08-26 11:15:46','','','','0','Cash',7.37,'60','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(288,'61598429182','38','1','330','retail','0','2020-08-26 11:15:56','','','','0','Cash',40.53,'330','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(289,'61598429182','9','1','60','retail','0','2020-08-26 11:16:04','','','','0','Cash',7.37,'60','','','6','','1','2020-08-26 08:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(290,'61598429844','1','2','640','retail','0','2020-08-26 11:17:24','','','','0','Cash',78.60,'320','','','6','','1','2020-08-26 08:21:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','60.00','58','Inclusive',NULL),(291,'61598429844','19','2','60','retail','0','2020-08-26 11:19:51','','','','0','Cash',7.37,'30','','','6','','1','2020-08-26 08:21:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.54','0.6','Inclusive',NULL),(292,'61598429844','70','2','100','retail','0','2020-08-26 11:20:02','','','','2','Cash',12.28,'50','','','6','','1','2020-08-26 08:21:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.75','0.81','Inclusive',NULL),(293,'61598429844','5','2','220','retail','0','2020-08-26 11:20:13','','','','0','Cash',27.02,'110','','','6','','1','2020-08-26 08:21:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(294,'61598429844','133','2','20','retail','0','2020-08-26 11:20:27','','','','0','Cash',2.46,'10','','','6','','1','2020-08-26 08:21:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.80','0.9','Inclusive',NULL),(295,'61598429844','10','2','40','retail','0','2020-08-26 11:20:39','','','','0','Cash',4.91,'20','','','6','','1','2020-08-26 08:21:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','75.00','73','Inclusive',NULL),(296,'61598438109','1','3','960','retail','0','2020-08-26 13:35:09','','','','0','Cash',117.89,'320','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','58.00','55','Inclusive',NULL),(297,'61598438109','5','3','330','retail','0','2020-08-26 13:35:19','','','','0','Cash',40.53,'110','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','1.50','3','Inclusive',NULL),(298,'61598438109','19','3','90','retail','0','2020-08-26 13:35:34','','','','0','Cash',11.05,'30','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.60','0.69','Inclusive',NULL),(299,'61598438109','74','2','100','retail','0','2020-08-26 13:35:46','','','','5','Cash',12.28,'50','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.63','0.69','Inclusive',NULL),(300,'61598438109','133','3','30','retail','0','2020-08-26 13:36:02','','','','0','Cash',3.68,'10','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.90','1.05','Inclusive',NULL),(301,'61598438109','10','3','60','retail','0','2020-08-26 13:36:56','','','','0','Cash',7.37,'20','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','73.00','70','Inclusive',NULL),(302,'61598438109','70','1','50','retail','0','2020-08-26 13:37:09','','','','2','Cash',6.14,'50','','','6','','1','2020-08-26 10:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.81','0.84','Inclusive',NULL),(303,'61598438416','1','1','320','retail','0','2020-08-26 13:40:16','','','','0','Cash',39.30,'320','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','55.00','54','Inclusive',NULL),(304,'61598438416','5','1','110','retail','0','2020-08-26 13:41:22','','','','0','Cash',13.51,'110','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(305,'61598438416','133','1','10','retail','0','2020-08-26 13:41:34','','','','0','Cash',1.23,'10','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.05','0.05','Inclusive',NULL),(306,'61598438416','10','1','20','retail','0','2020-08-26 13:41:43','','','','0','Cash',2.46,'20','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','70.00','69','Inclusive',NULL),(307,'61598438416','15','1','30','retail','0','2020-08-26 13:41:51','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.39','0.42','Inclusive',NULL),(308,'61598438416','74','1','50','retail','0','2020-08-26 13:42:01','','','','5','Cash',6.14,'50','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.69','0.72','Inclusive',NULL),(309,'61598438416','7','1','200','retail','0','2020-08-26 13:42:15','','','','0','Cash',24.56,'200','','','6','','1','2020-08-26 10:44:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','118.85','117.85','Inclusive',NULL),(310,'61598438653','1','1','320','retail','0','2020-08-26 13:44:13','','','','0','Cash',39.30,'320','','','6','','1','2020-08-26 11:52:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','54.00','53','Inclusive',NULL),(311,'61598438653','5','1','110','retail','0','2020-08-26 14:51:26','','','','0','Cash',13.51,'110','','','6','','1','2020-08-26 11:52:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(312,'61598438653','10','1','20','retail','0','2020-08-26 14:51:40','','','','0','Cash',2.46,'20','','','6','','1','2020-08-26 11:52:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','69.00','68','Inclusive',NULL),(313,'61598438653','133','1','10','retail','0','2020-08-26 14:51:55','','','','0','Cash',1.23,'10','','','6','','1','2020-08-26 11:52:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(314,'61598438653','19','1','30','retail','0','2020-08-26 14:52:06','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 11:52:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.69','0.72','Inclusive',NULL),(315,'61598438653','70','1','50','retail','0','2020-08-26 14:52:22','','','','2','Cash',6.14,'50','','','6','','1','2020-08-26 11:52:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.84','0.87','Inclusive',NULL),(316,'61598442759','152','1','350','retail','0','2020-08-26 14:52:39','','','','0','Cash',42.98,'350','','','6','','1','2020-08-26 11:55:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.00','0.6','Inclusive',NULL),(317,'61598442957','161','5','300','retail','0','2020-08-26 16:16:49','','','','0','Cash',36.84,'60','','','6','','1','2020-08-26 13:20:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1323.00','1318','Inclusive',NULL),(318,'61598449746','10','1','30','retail','0','2020-08-26 16:49:06','','','','0','Cash',3.68,'30','','','6','','1','2020-08-26 13:49:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','','68.00','67','Inclusive',NULL),(319,'71598510156','15','2','60','retail','0','2020-08-27 09:35:56','','','','0','Cash',7.37,'30','','','7','','1','2020-08-27 07:48:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.42','0.48','Inclusive',NULL),(320,'71598510156','74','2','100','retail','0','2020-08-27 10:47:07','','','','5','Cash',12.28,'50','','','7','','1','2020-08-27 07:48:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.72','0.78','Inclusive',NULL),(321,'71598510156','1','2','640','retail','0','2020-08-27 10:47:17','','','','0','Cash',78.60,'320','','','7','','1','2020-08-27 07:48:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','53.00','51','Inclusive',NULL),(322,'71598510156','5','2','220','retail','0','2020-08-27 10:47:26','','','','0','Cash',27.02,'110','','','7','','1','2020-08-27 07:48:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(323,'71598510156','133','2','20','retail','0','2020-08-27 10:47:38','','','','0','Cash',2.46,'10','','','7','','1','2020-08-27 07:48:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.10','0.2','Inclusive',NULL),(324,'71598510156','10','2','40','retail','0','2020-08-27 10:47:50','','','','0','Cash',4.91,'20','','','7','','1','2020-08-27 07:48:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','67.00','65','Inclusive',NULL),(325,'71598514487','97','10','1000','retail','0','2020-08-27 10:48:07','','','','0','Cash',122.81,'100','','','7','','1','2020-08-27 08:20:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','10','39.00','29','Inclusive',NULL),(326,'71598514487','161','20','950','retail','0','2020-08-27 11:19:34','','','','0','Cash',116.67,'47.5','','','7','','1','2020-08-27 08:20:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1318.00','1298','Inclusive',NULL),(327,'71598516455','1','2','640','retail','0','2020-08-27 11:20:55','','','','0','Cash',78.60,'320','','','7','','1','2020-08-27 08:58:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','51.00','49','Inclusive',NULL),(328,'71598516455','5','2','220','retail','0','2020-08-27 11:56:29','','','','0','Cash',27.02,'110','','','7','','1','2020-08-27 08:58:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','2.00','0','Inclusive',NULL),(329,'71598516455','133','2','20','retail','0','2020-08-27 11:56:46','','','','0','Cash',2.46,'10','','','7','','1','2020-08-27 08:58:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.20','0.3','Inclusive',NULL),(330,'71598516455','19','2','60','retail','0','2020-08-27 11:57:06','','','','0','Cash',7.37,'30','','','7','','1','2020-08-27 08:58:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.72','0.78','Inclusive',NULL),(331,'71598516455','10','2','40','retail','0','2020-08-27 11:58:11','','','','0','Cash',4.91,'20','','','7','','1','2020-08-27 08:58:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','65.00','63','Inclusive',NULL),(332,'71598518731','70','2','100','retail','0','2020-08-27 11:58:51','','','','2','Cash',12.28,'50','','','7','','1','2020-08-27 09:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.87','0.93','Inclusive',NULL),(333,'71598519967','1','2','640','retail','0','2020-08-27 12:19:27','','','','0','Cash',78.60,'320','','','7','','1','2020-08-27 09:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','49.00','47','Inclusive',NULL),(334,'71598519967','10','2','40','retail','0','2020-08-27 12:46:02','','','','0','Cash',4.91,'20','','','7','','1','2020-08-27 09:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','63.00','61','Inclusive',NULL),(335,'71598519967','5','2','220','retail','0','2020-08-27 12:46:31','','','','0','Cash',27.02,'110','','','7','','1','2020-08-27 09:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','1','Inclusive',NULL),(336,'71598519967','133','2','20','retail','0','2020-08-27 12:46:55','','','','0','Cash',2.46,'10','','','7','','1','2020-08-27 09:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.30','0.4','Inclusive',NULL),(337,'71598519967','19','2','60','retail','0','2020-08-27 12:47:07','','','','0','Cash',7.37,'30','','','7','','1','2020-08-27 09:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.78','0.84','Inclusive',NULL),(338,'71598519967','70','2','100','retail','0','2020-08-27 12:47:46','','','','2','Cash',12.28,'50','','','7','','1','2020-08-27 09:48:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.93','0.99','Inclusive',NULL),(339,'71598521721','152','1','350','retail','0','2020-08-27 12:48:41','','','','0','Cash',42.98,'350','','','7','','1','2020-08-27 10:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.60','1.2','Inclusive',NULL),(340,'71598523324','7','1','200','retail','0','2020-08-27 13:15:24','','','','0','Cash',24.56,'200','','','7','','1','2020-08-27 10:19:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','117.50','116.5','Inclusive',NULL),(341,'71598528288','1','1','320','retail','0','2020-08-27 14:38:08','','','','0','Cash',39.30,'320','','','7','','1','2020-08-27 11:39:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','47.00','46','Inclusive',NULL),(342,'71598528288','10','1','20','retail','0','2020-08-27 14:38:27','','','','0','Cash',2.46,'20','','','7','','1','2020-08-27 11:39:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','61.00','60','Inclusive',NULL),(343,'71598528288','5','1','110','retail','0','2020-08-27 14:38:38','','','','0','Cash',13.51,'110','','','7','','1','2020-08-27 11:39:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(344,'71598528288','133','1','10','retail','0','2020-08-27 14:38:50','','','','0','Cash',1.23,'10','','','7','','1','2020-08-27 11:39:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(345,'71598528288','15','1','30','retail','0','2020-08-27 14:38:59','','','','0','Cash',3.68,'30','','','7','','1','2020-08-27 11:39:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.48','0.51','Inclusive',NULL),(346,'71598528288','74','1','50','retail','0','2020-08-27 14:39:11','','','','5','Cash',6.14,'50','','','7','','1','2020-08-27 11:39:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.78','0.81','Inclusive',NULL),(347,'71598528375','1','1','320','retail','0','2020-08-27 14:39:35','','','','0','Cash',39.30,'320','','','7','','1','2020-08-27 11:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.00','45','Inclusive',NULL),(348,'71598528375','5','1','110','retail','0','2020-08-27 14:39:49','','','','0','Cash',13.51,'110','','','7','','1','2020-08-27 11:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(349,'71598528375','10','1','20','retail','0','2020-08-27 14:39:59','','','','0','Cash',2.46,'20','','','7','','1','2020-08-27 11:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','60.00','59','Inclusive',NULL),(350,'71598528375','133','1','10','retail','0','2020-08-27 14:40:08','','','','0','Cash',1.23,'10','','','7','','1','2020-08-27 11:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(351,'71598528375','15','1','30','retail','0','2020-08-27 14:40:19','','','','0','Cash',3.68,'30','','','7','','1','2020-08-27 11:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.51','0.54','Inclusive',NULL),(352,'71598528375','74','1','50','retail','0','2020-08-27 14:40:28','','','','5','Cash',6.14,'50','','','7','','1','2020-08-27 11:40:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.81','0.84','Inclusive',NULL),(353,'71598528442','3','2','340','retail','0','2020-08-27 14:40:42','','','','0','Cash',41.75,'170','','','7','','1','2020-08-27 12:16:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1.5','Inclusive',NULL),(354,'71598528442','11','2','40','retail','0','2020-08-27 15:11:34','','','','0','Cash',4.91,'20','','','7','','1','2020-08-27 12:16:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','0.50','1.5','Inclusive',NULL),(355,'71598528442','133','2','20','retail','0','2020-08-27 15:11:57','','','','0','Cash',2.46,'10','','','7','','1','2020-08-27 12:16:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.50','0.6','Inclusive',NULL),(356,'71598528442','74','2','100','retail','0','2020-08-27 15:12:10','','','','5','Cash',12.28,'50','','','7','','1','2020-08-27 12:16:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.84','0.9','Inclusive',NULL),(358,'71598528442','6','2','140','retail','0','2020-08-27 15:14:15','','','','0','Cash',17.19,'70','','','7','','1','2020-08-27 12:16:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','2','0.25','0.75','Inclusive',NULL),(359,'71598528442','15','2','60','retail','0','2020-08-27 15:14:26','','','','0','Cash',7.37,'30','','','7','','1','2020-08-27 12:16:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.54','0.6','Inclusive',NULL),(360,'71598530591','3','1','170','retail','0','2020-08-27 15:16:31','','','','0','Cash',20.88,'170','','','7','','1','2020-08-27 13:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.50','0.5','Inclusive',NULL),(361,'71598530591','11','1','20','retail','0','2020-08-27 16:20:12','','','','0','Cash',2.46,'20','','','7','','1','2020-08-27 13:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(362,'71598530591','19','1','30','retail','0','2020-08-27 16:20:21','','','','0','Cash',3.68,'30','','','7','','1','2020-08-27 13:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.84','0.87','Inclusive',NULL),(363,'71598530591','6','1','70','retail','0','2020-08-27 16:20:30','','','','0','Cash',8.60,'70','','','7','','1','2020-08-27 13:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(364,'71598530591','133','1','10','retail','0','2020-08-27 16:21:10','','','','0','Cash',1.23,'10','','','7','','1','2020-08-27 13:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(365,'71598530591','70','1','50','retail','0','2020-08-27 16:21:28','','','','2','Cash',6.14,'50','','','7','','1','2020-08-27 13:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.99','1.02','Inclusive',NULL),(366,'41176499950','1','2','600','retail','0','2007-04-14 00:32:30','','','','0','Cash',73.68,'300','','','4','','1','2007-04-13 21:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','44.00','42','Inclusive',NULL),(367,'41176499950','4','1','200','retail','0','2007-04-14 00:32:44','','','','0','Cash',24.56,'200','','','4','','1','2007-04-13 21:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','68.50','67.5','Inclusive',NULL),(368,'41176499950','10','1','20','retail','0','2007-04-14 00:33:27','','','','0','Cash',2.46,'20','','','4','','1','2007-04-13 21:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','58.00','57','Inclusive',NULL),(369,'41176500042','1','1','320','retail','0','2007-04-14 00:34:02','','','','0','Cash',39.30,'320','','','4','','1','2007-04-13 22:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','42.00','41','Inclusive',NULL),(370,'41176500042','5','1','110','retail','0','2007-04-14 01:55:54','','','','0','Cash',13.51,'110','','','4','','1','2007-04-13 22:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.50','2.5','Inclusive',NULL),(371,'41176500042','133','1','10','retail','0','2007-04-14 01:56:04','','','','0','Cash',1.23,'10','','','4','','1','2007-04-13 22:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(372,'41176500042','10','1','20','retail','0','2007-04-14 01:56:15','','','','0','Cash',2.46,'20','','','4','','1','2007-04-13 22:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','57.00','56','Inclusive',NULL),(373,'41176500042','19','1','30','retail','0','2007-04-14 01:56:23','','','','0','Cash',3.68,'30','','','4','','1','2007-04-13 22:56:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.87','0.9','Inclusive',NULL),(374,'41176504997','38','1','330','retail','0','2020-08-28 11:50:20','','','','0','Cash',40.53,'330','','','4','','1','2020-08-28 08:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(375,'41176504997','40','1','60','retail','0','2020-08-28 11:50:31','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 08:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(376,'41176504997','9','1','60','retail','0','2020-08-28 11:50:43','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 08:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(377,'41598604688','38','1','330','retail','0','2020-08-28 11:51:28','','','','0','Cash',40.53,'330','','','4','','1','2020-08-28 08:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(378,'41598604688','40','1','60','retail','0','2020-08-28 11:51:37','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 08:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(379,'41598604688','9','1','60','retail','0','2020-08-28 11:51:47','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 08:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(380,'41598604721','1','1','300','retail','0','2020-08-28 11:52:01','','','','0','Cash',36.84,'300','','','4','','1','2020-08-28 10:20:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','41.00','40','Inclusive',NULL),(381,'41598604721','5','1','100','retail','0','2020-08-28 13:19:07','','','','0','Cash',12.28,'100','','','4','','1','2020-08-28 10:20:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','2.50','1.5','Inclusive',NULL),(382,'41598604721','10','1','20','retail','0','2020-08-28 13:19:15','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 10:20:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','56.00','55','Inclusive',NULL),(383,'41598604721','15','1','20','retail','0','2020-08-28 13:19:26','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 10:20:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.60','0.63','Inclusive',NULL),(384,'41598604721','70','1','50','retail','0','2020-08-28 13:19:34','','','','2','Cash',6.14,'50','','','4','','1','2020-08-28 10:20:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.02','0.02','Inclusive',NULL),(385,'41598604721','133','1','10','retail','0','2020-08-28 13:19:47','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 10:20:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(386,'41598610053','1','1','320','retail','0','2020-08-28 13:20:53','','','','0','Cash',39.30,'320','','','4','','1','2020-08-28 10:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.00','39','Inclusive',NULL),(387,'41598610053','5','1','110','retail','0','2020-08-28 13:29:30','','','','0','Cash',13.51,'110','','','4','','1','2020-08-28 10:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(388,'41598610053','10','1','20','retail','0','2020-08-28 13:29:39','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 10:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','55.00','54','Inclusive',NULL),(389,'41598610053','133','1','10','retail','0','2020-08-28 13:29:48','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 10:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(390,'41598610053','19','1','30','retail','0','2020-08-28 13:30:02','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 10:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(391,'41598610053','70','1','50','retail','0','2020-08-28 13:30:25','','','','2','Cash',6.14,'50','','','4','','1','2020-08-28 10:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.02','0.05','Inclusive',NULL),(392,'41598610720','1','1','320','retail','0','2020-08-28 13:32:00','','','','0','Cash',39.30,'320','','','4','','1','2020-08-28 10:33:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.00','38','Inclusive',NULL),(393,'41598610720','5','1','110','retail','0','2020-08-28 13:32:28','','','','0','Cash',13.51,'110','','','4','','1','2020-08-28 10:33:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(394,'41598610720','10','1','20','retail','0','2020-08-28 13:32:47','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 10:33:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','54.00','53','Inclusive',NULL),(395,'41598610720','133','1','10','retail','0','2020-08-28 13:32:58','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 10:33:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(396,'41598610720','19','1','30','retail','0','2020-08-28 13:33:09','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 10:33:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(397,'41598610720','70','1','50','retail','0','2020-08-28 13:33:24','','','','2','Cash',6.14,'50','','','4','','1','2020-08-28 10:33:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.05','0.08','Inclusive',NULL),(398,'41598610823','1','1','320','retail','0','2020-08-28 13:33:43','','','','0','Cash',39.30,'320','','','4','','1','2020-08-28 10:39:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','38.00','37','Inclusive',NULL),(399,'41598610823','5','1','110','retail','0','2020-08-28 13:37:25','','','','0','Cash',13.51,'110','','','4','','1','2020-08-28 10:39:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(400,'41598610823','10','1','20','retail','0','2020-08-28 13:37:36','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 10:39:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','53.00','52','Inclusive',NULL),(401,'41598610823','133','1','10','retail','0','2020-08-28 13:37:51','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 10:39:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(402,'41598610823','74','1','50','retail','0','2020-08-28 13:38:00','','','','5','Cash',6.14,'50','','','4','','1','2020-08-28 10:39:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','0.93','Inclusive',NULL),(403,'41598610823','15','1','30','retail','0','2020-08-28 13:38:23','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 10:39:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.63','0.66','Inclusive',NULL),(415,'41598613616','94','5','700','retail','0','2020-08-28 14:21:50','','','','0','Cash',85.96,'140','','','4','','1','2020-08-28 11:25:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','105.00','100','Inclusive',NULL),(416,'41598613616','161','5','300','retail','0','2020-08-28 14:22:41','','','','0','Cash',36.84,'60','','','4','','1','2020-08-28 11:25:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1298.00','1293','Inclusive',NULL),(417,'41598613979','4','2','440','retail','0','2020-08-28 14:26:19','','','','0','Cash',54.04,'220','','','4','','1','2020-08-28 11:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','66.50','64.5','Inclusive',NULL),(418,'41598613979','1','2','640','retail','0','2020-08-28 14:27:30','','','','0','Cash',78.60,'320','','','4','','1','2020-08-28 11:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','36.50','34.5','Inclusive',NULL),(419,'41598613979','10','2','40','retail','0','2020-08-28 14:27:45','','','','0','Cash',4.91,'20','','','4','','1','2020-08-28 11:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','51.50','49.5','Inclusive',NULL),(420,'41598613979','133','4','40','retail','0','2020-08-28 14:28:24','','','','0','Cash',4.91,'10','','','4','','1','2020-08-28 11:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','1.95','2.15','Inclusive',NULL),(421,'41598614215','85','5','600','retail','0','2020-08-28 14:30:52','','','','0','Cash',73.68,'120','','','4','','1','2020-08-28 11:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','232.00','227','Inclusive',NULL),(427,'41598614547','38','1','330','retail','0','2020-08-28 14:35:47','','','','0','Cash',40.53,'330','','','4','','1','2020-08-28 11:46:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(428,'41598614547','9','1','60','retail','0','2020-08-28 14:36:40','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 11:46:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(429,'41598614547','40','1','60','retail','0','2020-08-28 14:36:53','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 11:46:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(430,'41598614547','64','0.5','500','retail','0','2020-08-28 14:37:49','','','','0','Cash',61.40,'1000','','','4','','1','2020-08-28 11:46:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','24.50','24','Inclusive',NULL),(431,'41598614547','27','1','30','retail','0','2020-08-28 14:38:25','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 11:46:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(432,'41598614547','74','1','50','retail','0','2020-08-28 14:38:42','','','','5','Cash',6.14,'50','','','4','','1','2020-08-28 11:46:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.93','0.96','Inclusive',NULL),(434,'41598615178','73','1','100','retail','0','2020-08-28 14:46:18','','','','0','Cash',12.28,'100','','','4','','1','2020-08-28 12:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.20','0.25','Inclusive',NULL),(435,'41598616722','85','20','1900','retail','0','2020-08-28 15:12:02','','','','0','Cash',233.33,'95','','','4','','1','2020-08-28 12:15:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','83.33','','227.00','207','Inclusive',NULL),(436,'41598616921','176','3','150','retail','0','2020-08-28 15:15:21','','','','0','Cash',18.42,'50','','','4','','1','2020-08-28 12:25:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','','23.00','20','Inclusive',NULL),(437,'41598617528','1','1','320','retail','0','2020-08-28 15:25:28','','','','0','Cash',39.30,'320','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','34.50','33.5','Inclusive',NULL),(438,'41598617528','5','1','110','retail','0','2020-08-28 15:26:04','','','','0','Cash',13.51,'110','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(439,'41598617528','133','1','10','retail','0','2020-08-28 15:26:14','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.15','1.15','Inclusive',NULL),(440,'41598617528','10','1','20','retail','0','2020-08-28 15:26:26','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','49.50','48.5','Inclusive',NULL),(441,'41598617528','15','1','30','retail','0','2020-08-28 15:26:37','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.66','0.69','Inclusive',NULL),(442,'41598617528','74','1','50','retail','0','2020-08-28 15:26:46','','','','5','Cash',6.14,'50','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.96','0.99','Inclusive',NULL),(443,'41598617528','40','1','60','retail','0','2020-08-28 15:27:03','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(444,'41598617528','38','1','330','retail','0','2020-08-28 15:27:14','','','','0','Cash',40.53,'330','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(445,'41598617528','9','1','60','retail','0','2020-08-28 15:27:23','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 12:32:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(446,'41598617951','1','1','320','retail','0','2020-08-28 15:32:31','','','','0','Cash',39.30,'320','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','33.50','32.5','Inclusive',NULL),(447,'41598617951','5','1','110','retail','0','2020-08-28 15:32:41','','','','0','Cash',13.51,'110','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(448,'41598617951','133','1','10','retail','0','2020-08-28 15:32:53','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.15','0.15','Inclusive',NULL),(449,'41598617951','10','1','20','retail','0','2020-08-28 15:33:03','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','48.50','47.5','Inclusive',NULL),(451,'41598617951','19','1','30','retail','0','2020-08-28 15:33:35','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.99','0.99','Inclusive',NULL),(452,'41598617951','74','1','50','retail','0','2020-08-28 15:33:44','','','','5','Cash',6.14,'50','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.99','1.02','Inclusive',NULL),(453,'41598617951','40','1','60','retail','0','2020-08-28 15:34:00','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(454,'41598617951','38','1','330','retail','0','2020-08-28 15:34:17','','','','0','Cash',40.53,'330','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(455,'41598617951','9','1','60','retail','0','2020-08-28 15:34:26','','','','0','Cash',7.37,'60','','','4','','1','2020-08-28 12:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(456,'41598618092','73','1','100','retail','0','2020-08-28 15:34:52','','','','0','Cash',12.28,'100','','','4','','1','2020-08-28 13:21:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.25','0.3','Inclusive',NULL),(457,'41598620893','64','.5','500','retail','0','2020-08-28 16:21:33','','','','0','Cash',61.40,'1000','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','24.00','23.5','Inclusive',NULL),(458,'41598620893','15','1','30','retail','0','2020-08-28 16:46:00','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.72','0.72','Inclusive',NULL),(459,'41598620893','74','1','50','retail','0','2020-08-28 16:46:09','','','','5','Cash',6.14,'50','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.02','0.02','Inclusive',NULL),(460,'41598620893','3','1','170','retail','0','2020-08-28 16:46:16','','','','0','Cash',20.88,'170','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','1','Inclusive',NULL),(461,'41598620893','6','1','70','retail','0','2020-08-28 16:46:34','','','','0','Cash',8.60,'70','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(462,'41598620893','133','1','10','retail','0','2020-08-28 16:46:49','','','','0','Cash',1.23,'10','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(463,'41598620893','19','1','30','retail','0','2020-08-28 16:47:07','','','','0','Cash',3.68,'30','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.99','1.02','Inclusive',NULL),(464,'41598620893','70','1','50','retail','0','2020-08-28 16:47:29','','','','2','Cash',6.14,'50','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.08','0.11','Inclusive',NULL),(465,'41598620893','11','1','20','retail','0','2020-08-28 16:47:48','','','','0','Cash',2.46,'20','','','4','','1','2020-08-28 13:48:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.00','1','Inclusive',NULL),(466,'61176498375','3','1','170','retail','0','2007-04-14 00:06:15','','','','0','Cash',20.88,'170','','','6','','1','2007-04-13 21:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(467,'61176498375','6','1','70','retail','0','2007-04-14 00:06:32','','','','0','Cash',8.60,'70','','','6','','1','2007-04-13 21:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(468,'61176498375','133','1','10','retail','0','2007-04-14 00:06:53','','','','0','Cash',1.23,'10','','','6','','1','2007-04-13 21:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(469,'61176498375','23','1','30','retail','0','2007-04-14 00:07:02','','','','0','Cash',3.68,'30','','','6','','1','2007-04-13 21:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(470,'61176498375','74','1','50','retail','0','2007-04-14 00:07:11','','','','5','Cash',6.14,'50','','','6','','1','2007-04-13 21:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.02','0.05','Inclusive',NULL),(471,'61176498375','11','1','20','retail','0','2007-04-14 00:07:19','','','','0','Cash',2.46,'20','','','6','','1','2007-04-13 21:07:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(472,'61176498462','1','1','320','retail','0','2007-04-14 00:07:42','','','','0','Cash',39.30,'320','','','6','','1','2007-04-13 21:09:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','32.50','31.5','Inclusive',NULL),(473,'61176498462','5','1','110','retail','0','2007-04-14 00:08:18','','','','0','Cash',13.51,'110','','','6','','1','2007-04-13 21:09:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(474,'61176498462','133','1','10','retail','0','2007-04-14 00:08:29','','','','0','Cash',1.23,'10','','','6','','1','2007-04-13 21:09:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(475,'61176498462','10','1','20','retail','0','2007-04-14 00:08:49','','','','0','Cash',2.46,'20','','','6','','1','2007-04-13 21:09:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','47.50','46.5','Inclusive',NULL),(476,'61176498462','19','1','30','retail','0','2007-04-14 00:09:01','','','','0','Cash',3.68,'30','','','6','','1','2007-04-13 21:09:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.02','0.02','Inclusive',NULL),(477,'61176498462','74','1','50','retail','0','2007-04-14 00:09:20','','','','5','Cash',6.14,'50','','','6','','1','2007-04-13 21:09:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.05','0.08','Inclusive',NULL),(478,'61176498579','1','5','1600','retail','0','2007-04-14 00:09:39','','','','0','Cash',196.49,'320','','','6','','1','2020-08-29 07:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','31.50','26.5','Inclusive',NULL),(479,'61176498579','5','5','550','retail','0','2020-08-29 10:04:05','','','','0','Cash',67.54,'110','','','6','','1','2020-08-29 07:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','2.5','Inclusive',NULL),(480,'61176498579','133','5','50','retail','0','2020-08-29 10:04:27','','','','0','Cash',6.14,'10','','','6','','1','2020-08-29 07:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.30','0.55','Inclusive',NULL),(481,'61176498579','10','5','100','retail','0','2020-08-29 10:04:38','','','','0','Cash',12.28,'20','','','6','','1','2020-08-29 07:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','46.50','41.5','Inclusive',NULL),(482,'61176498579','19','5','150','retail','0','2020-08-29 10:04:59','','','','0','Cash',18.42,'30','','','6','','1','2020-08-29 07:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.02','0.17','Inclusive',NULL),(483,'61176498579','70','5','250','retail','0','2020-08-29 10:05:21','','','','2','Cash',30.70,'50','','','6','','1','2020-08-29 07:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.11','0.26','Inclusive',NULL),(484,'61598684744','1','1','320','retail','0','2020-08-29 10:05:44','','','','0','Cash',39.30,'320','','','6','','1','2020-08-29 07:08:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','26.50','25.5','Inclusive',NULL),(485,'61598684744','4','1','220','retail','0','2020-08-29 10:05:52','','','','0','Cash',27.02,'220','','','6','','1','2020-08-29 07:08:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','61.25','60.25','Inclusive',NULL),(486,'61598684744','7','1','200','retail','0','2020-08-29 10:06:27','','','','0','Cash',24.56,'200','','','6','','1','2020-08-29 07:08:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','114.35','113.35','Inclusive',NULL),(487,'61598684744','10','1','20','retail','0','2020-08-29 10:06:36','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 07:08:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','41.50','40.5','Inclusive',NULL),(488,'61598684744','62','1','120','retail','0','2020-08-29 10:06:51','','','','0','Cash',14.74,'120','','','6','','1','2020-08-29 07:08:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','15.50','14.5','Inclusive',NULL),(489,'61598684744','59','1','220','retail','0','2020-08-29 10:07:01','','','','0','Cash',27.02,'220','','','6','','1','2020-08-29 07:08:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','12.00','11','Inclusive',NULL),(490,'61598684914','15','1','30','retail','0','2020-08-29 10:08:34','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 07:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.72','0.75','Inclusive',NULL),(491,'61598684914','70','1','50','retail','0','2020-08-29 10:27:00','','','','2','Cash',6.14,'50','','','6','','1','2020-08-29 07:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.26','0.29','Inclusive',NULL),(492,'61598684914','1','1','320','retail','0','2020-08-29 10:27:09','','','','0','Cash',39.30,'320','','','6','','1','2020-08-29 07:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','25.50','24.5','Inclusive',NULL),(493,'61598684914','5','1','110','retail','0','2020-08-29 10:27:17','','','','0','Cash',13.51,'110','','','6','','1','2020-08-29 07:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(494,'61598684914','133','1','10','retail','0','2020-08-29 10:27:27','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 07:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(495,'61598684914','10','1','20','retail','0','2020-08-29 10:27:46','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 07:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','40.50','39.5','Inclusive',NULL),(496,'61598686082','1','1','340','retail','0','2020-08-29 10:28:02','','','','0','Cash',41.75,'340','','','6','','1','2020-08-29 07:30:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','24.50','23.5','Inclusive',NULL),(497,'61598686082','4','1','260','retail','0','2020-08-29 10:28:26','','','','0','Cash',31.93,'260','','','6','','1','2020-08-29 07:30:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','60.25','59.25','Inclusive',NULL),(498,'61598686082','7','1','200','retail','0','2020-08-29 10:28:44','','','','0','Cash',24.56,'200','','','6','','1','2020-08-29 07:30:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','113.30','112.3','Inclusive',NULL),(499,'61598686082','10','1','20','retail','0','2020-08-29 10:29:27','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 07:30:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','39.50','38.5','Inclusive',NULL),(500,'61598686232','169','1','50','retail','0','2020-08-29 10:30:32','','','','0','Cash',6.14,'50','','','6','','1','2020-08-29 07:41:41','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','1.03','0.03','Inclusive',NULL),(503,'61598686232','133','1','10','retail','0','2020-08-29 10:31:28','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 07:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(505,'61598686232','19','1','30','retail','0','2020-08-29 10:31:47','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 07:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.17','0.2','Inclusive',NULL),(506,'61598686232','3','1','170','retail','0','2020-08-29 10:32:59','','','','0','Cash',20.88,'170','','','6','','1','2020-08-29 07:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(507,'61598686232','6','1','70','retail','0','2020-08-29 10:33:19','','','','0','Cash',8.60,'70','','','6','','1','2020-08-29 07:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(508,'61598686232','11','1','20','retail','0','2020-08-29 10:33:28','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 07:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(509,'61598689430','15','1','30','retail','0','2020-08-29 11:24:55','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 08:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.75','0.78','Inclusive',NULL),(510,'61598689430','74','1','50','retail','0','2020-08-29 11:33:53','','','','5','Cash',6.14,'50','','','6','','1','2020-08-29 08:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.08','0.11','Inclusive',NULL),(511,'61598689430','1','1','320','retail','0','2020-08-29 11:34:01','','','','0','Cash',39.30,'320','','','6','','1','2020-08-29 08:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','23.00','22','Inclusive',NULL),(512,'61598689430','5','1','110','retail','0','2020-08-29 11:34:09','','','','0','Cash',13.51,'110','','','6','','1','2020-08-29 08:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(513,'61598689430','133','1','10','retail','0','2020-08-29 11:34:18','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 08:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(514,'61598689430','10','1','20','retail','0','2020-08-29 11:34:26','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 08:34:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','38.00','37','Inclusive',NULL),(515,'61598690093','185','5','1250','retail','0','2020-08-29 11:34:53','','','','0','Cash',153.51,'250','','','6','','1','2020-08-29 08:38:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','5','8.00','3','Inclusive',NULL),(516,'61598690093','40','1','60','retail','0','2020-08-29 11:38:01','','','','0','Cash',7.37,'60','','','6','','1','2020-08-29 08:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(517,'61598690093','38','1','330','retail','0','2020-08-29 11:38:16','','','','0','Cash',40.53,'330','','','6','','1','2020-08-29 08:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(518,'61598690093','9','1','60','retail','0','2020-08-29 11:38:25','','','','0','Cash',7.37,'60','','','6','','1','2020-08-29 08:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(519,'61598691131','1','2','640','retail','0','2020-08-29 11:52:11','','','','0','Cash',78.60,'320','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','22.00','20','Inclusive',NULL),(520,'61598691131','5','2','220','retail','0','2020-08-29 11:52:27','','','','0','Cash',27.02,'110','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(521,'61598691131','10','2','40','retail','0','2020-08-29 11:52:46','','','','0','Cash',4.91,'20','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','37.00','35','Inclusive',NULL),(522,'61598691131','133','2','20','retail','0','2020-08-29 11:52:58','','','','0','Cash',2.46,'10','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.70','0.8','Inclusive',NULL),(523,'61598691131','169','1','50','retail','0','2020-08-29 11:53:12','','','','0','Cash',6.14,'50','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(524,'61598691131','74','1','50','retail','0','2020-08-29 11:53:23','','','','5','Cash',6.14,'50','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.11','0.14','Inclusive',NULL),(525,'61598691131','23','2','60','retail','0','2020-08-29 11:53:35','','','','0','Cash',7.37,'30','','','6','','1','2020-08-29 08:54:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.30','0.36','Inclusive',NULL),(526,'61598691252','85','2','200','retail','0','2020-08-29 11:54:12','','','','0','Cash',24.56,'100','','','6','','1','2020-08-29 08:57:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','207.00','205','Inclusive',NULL),(527,'61598692689','1','1','320','retail','0','2020-08-29 12:18:09','','','','0','Cash',39.30,'320','','','6','','1','2020-08-29 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','20.00','19','Inclusive',NULL),(528,'61598692689','5','1','110','retail','0','2020-08-29 12:30:58','','','','0','Cash',13.51,'110','','','6','','1','2020-08-29 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(529,'61598692689','10','1','20','retail','0','2020-08-29 12:31:17','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','35.00','34','Inclusive',NULL),(530,'61598692689','133','1','10','retail','0','2020-08-29 12:31:25','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(531,'61598692689','19','1','30','retail','0','2020-08-29 12:31:33','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.20','0.23','Inclusive',NULL),(532,'61598692689','67','0.025','50','retail','0','2020-08-29 12:31:48','','','','0','Cash',6.14,'2000','','','6','','1','2020-08-29 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1754.39','','1.11','0.86','Inclusive',NULL),(533,'61598693706','1','1','300','retail','0','2020-08-29 12:53:43','','','','0','Cash',36.84,'300','','','6','','1','2020-08-29 09:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','19.00','18','Inclusive',NULL),(534,'61598693706','5','1','100','retail','0','2020-08-29 12:54:03','','','','0','Cash',12.28,'100','','','6','','1','2020-08-29 09:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(535,'61598693706','10','1','20','retail','0','2020-08-29 12:54:43','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 09:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','34.00','33','Inclusive',NULL),(536,'61598693706','133','1','10','retail','0','2020-08-29 12:55:02','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 09:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(537,'61598693706','15','1','20','retail','0','2020-08-29 12:55:13','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 09:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.78','0.81','Inclusive',NULL),(538,'61598693706','70','1','50','retail','0','2020-08-29 12:55:33','','','','2','Cash',6.14,'50','','','6','','1','2020-08-29 09:55:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.29','0.32','Inclusive',NULL),(539,'61598697204','1','1','320','retail','0','2020-08-29 13:33:24','','','','0','Cash',39.30,'320','','','6','','1','2020-08-29 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','18.00','17','Inclusive',NULL),(540,'61598697204','5','1','110','retail','0','2020-08-29 13:33:34','','','','0','Cash',13.51,'110','','','6','','1','2020-08-29 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(541,'61598697204','10','1','20','retail','0','2020-08-29 13:33:49','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','33.00','32','Inclusive',NULL),(542,'61598697204','133','1','10','retail','0','2020-08-29 13:34:00','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(543,'61598697204','19','1','30','retail','0','2020-08-29 13:34:11','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(544,'61598697204','74','1','50','retail','0','2020-08-29 13:34:23','','','','5','Cash',6.14,'50','','','6','','1','2020-08-29 10:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.14','0.17','Inclusive',NULL),(545,'61598697359','65','1','500','retail','0','2020-08-29 13:35:59','','','','0','Cash',61.40,'500','','','6','','1','2020-08-29 10:47:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0.5','Inclusive',NULL),(546,'61598697359','27','1','30','retail','0','2020-08-29 13:40:16','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 10:47:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','0.12','Inclusive',NULL),(548,'61598698388','1','1','320','retail','0','2020-08-29 13:53:08','','','','0','Cash',39.30,'320','','','6','','1','2020-08-29 10:54:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','17.00','16','Inclusive',NULL),(549,'61598698388','5','1','110','retail','0','2020-08-29 13:53:26','','','','0','Cash',13.51,'110','','','6','','1','2020-08-29 10:54:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(550,'61598698388','10','1','20','retail','0','2020-08-29 13:53:36','','','','0','Cash',2.46,'20','','','6','','1','2020-08-29 10:54:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','32.00','31','Inclusive',NULL),(551,'61598698388','133','1','10','retail','0','2020-08-29 13:53:49','','','','0','Cash',1.23,'10','','','6','','1','2020-08-29 10:54:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(552,'61598698388','74','1','50','retail','0','2020-08-29 13:54:04','','','','5','Cash',6.14,'50','','','6','','1','2020-08-29 10:54:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.20','0.2','Inclusive',NULL),(553,'61598698388','19','1','30','retail','0','2020-08-29 13:54:19','','','','0','Cash',3.68,'30','','','6','','1','2020-08-29 10:54:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.26','0.29','Inclusive',NULL),(554,'61176503587','1','1','320','retail','0','2007-04-14 01:33:07','','','','0','Cash',39.30,'320','','','6','','1','2007-04-13 22:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','16.00','15','Inclusive',NULL),(555,'61176503587','5','1','110','retail','0','2007-04-14 01:33:26','','','','0','Cash',13.51,'110','','','6','','1','2007-04-13 22:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(556,'61176503587','133','1','10','retail','0','2007-04-14 01:33:50','','','','0','Cash',1.23,'10','','','6','','1','2007-04-13 22:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(557,'61176503587','10','1','20','retail','0','2007-04-14 01:33:59','','','','0','Cash',2.46,'20','','','6','','1','2007-04-13 22:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','31.00','30','Inclusive',NULL),(558,'61176503587','15','1','30','retail','0','2007-04-14 01:34:09','','','','0','Cash',3.68,'30','','','6','','1','2007-04-13 22:34:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.81','0.84','Inclusive',NULL),(559,'61176503684','1','2','640','retail','0','2007-04-14 01:34:44','','','','0','Cash',78.60,'320','','','6','','1','2007-04-13 22:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','15.00','13','Inclusive',NULL),(560,'61176503684','5','2','220','retail','0','2007-04-14 01:34:59','','','','0','Cash',27.02,'110','','','6','','1','2007-04-13 22:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(561,'61176503684','133','2','20','retail','0','2007-04-14 01:35:35','','','','0','Cash',2.46,'10','','','6','','1','2007-04-13 22:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','0.1','Inclusive',NULL),(562,'61176503684','15','2','60','retail','0','2007-04-14 01:36:15','','','','0','Cash',7.37,'30','','','6','','1','2007-04-13 22:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.84','0.9','Inclusive',NULL),(563,'61176503684','74','2','100','retail','0','2007-04-14 01:36:44','','','','5','Cash',12.28,'50','','','6','','1','2007-04-13 22:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.20','0.26','Inclusive',NULL),(564,'61176503684','10','2','40','retail','0','2007-04-14 01:37:11','','','','0','Cash',4.91,'20','','','6','','1','2007-04-13 22:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','30.00','28','Inclusive',NULL),(565,'61176503853','3','1','160','retail','0','2007-04-14 01:37:33','','','','0','Cash',19.65,'160','','','6','','1','2007-04-13 22:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(566,'61176503853','6','1','70','retail','0','2007-04-14 01:37:43','','','','0','Cash',8.60,'70','','','6','','1','2007-04-13 22:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(567,'61176503853','133','1','10','retail','0','2007-04-14 01:37:56','','','','0','Cash',1.23,'10','','','6','','1','2007-04-13 22:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(568,'61176503853','11','1','20','retail','0','2007-04-14 01:38:04','','','','0','Cash',2.46,'20','','','6','','1','2007-04-13 22:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(569,'61176503853','15','1','30','retail','0','2007-04-14 01:38:14','','','','0','Cash',3.68,'30','','','6','','1','2007-04-13 22:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(570,'61176503853','74','1','50','retail','0','2007-04-14 01:38:28','','','','5','Cash',6.14,'50','','','6','','1','2007-04-13 22:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.26','0.29','Inclusive',NULL),(571,'61176503929','161','20','950','retail','0','2007-04-14 01:38:49','','','','0','Cash',116.67,'47.5','','','6','','1','2007-04-13 22:42:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1293.00','1273','Inclusive',NULL),(572,'61176504143','1','1','320','retail','0','2007-04-14 01:42:23','','','','0','Cash',39.30,'320','','','6','','1','2020-08-31 08:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','12.50','11.5','Inclusive',NULL),(574,'61176504143','133','1','10','retail','0','2020-08-31 11:08:06','','','','0','Cash',1.23,'10','','','6','','1','2020-08-31 08:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(575,'61176504143','15','1','30','retail','0','2020-08-31 11:08:16','','','','0','Cash',3.68,'30','','','6','','1','2020-08-31 08:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(576,'61176504143','74','1','50','retail','0','2020-08-31 11:08:24','','','','5','Cash',6.14,'50','','','6','','1','2020-08-31 08:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.29','0.32','Inclusive',NULL),(577,'61176504143','5','1','110','retail','0','2020-08-31 11:08:44','','','','0','Cash',13.51,'110','','','6','','1','2020-08-31 08:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(578,'61176504143','10','1','20','retail','0','2020-08-31 11:08:55','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 08:09:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','27.50','26.5','Inclusive',NULL),(579,'61598861370','1','1','320','retail','0','2020-08-31 11:09:30','','','','0','Cash',39.30,'320','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','11.50','10.5','Inclusive',NULL),(580,'61598861370','5','1','110','retail','0','2020-08-31 11:17:09','','','','0','Cash',13.51,'110','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(581,'61598861370','133','1','10','retail','0','2020-08-31 11:17:17','','','','0','Cash',1.23,'10','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(583,'61598861370','137','3','150','retail','0','2020-08-31 11:17:38','','','','0','Cash',18.42,'50','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.10','0.4','Inclusive',NULL),(584,'61598861370','3','1','160','retail','0','2020-08-31 11:18:12','','','','0','Cash',19.65,'160','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(585,'61598861370','10','1','20','retail','0','2020-08-31 11:18:33','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','26.50','25.5','Inclusive',NULL),(586,'61598861370','15','1','30','retail','0','2020-08-31 11:18:50','','','','0','Cash',3.68,'30','','','6','','1','2020-08-31 08:19:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.96','0.99','Inclusive',NULL),(587,'61598861957','3','1','170','retail','0','2020-08-31 11:19:17','','','','0','Cash',20.88,'170','','','6','','1','2020-08-31 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(588,'61598861957','6','1','70','retail','0','2020-08-31 12:49:15','','','','0','Cash',8.60,'70','','','6','','1','2020-08-31 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(589,'61598861957','133','1','10','retail','0','2020-08-31 12:49:27','','','','0','Cash',1.23,'10','','','6','','1','2020-08-31 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(590,'61598861957','11','1','20','retail','0','2020-08-31 12:49:36','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(591,'61598861957','19','1','30','retail','0','2020-08-31 12:49:46','','','','0','Cash',3.68,'30','','','6','','1','2020-08-31 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(592,'61598861957','74','1','50','retail','0','2020-08-31 12:49:57','','','','5','Cash',6.14,'50','','','6','','1','2020-08-31 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.32','0.35','Inclusive',NULL),(593,'61598867425','40','1','60','retail','0','2020-08-31 12:50:25','','','','0','Cash',7.37,'60','','','6','','1','2020-08-31 10:05:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(594,'61598867425','38','1','330','retail','0','2020-08-31 13:05:31','','','','0','Cash',40.53,'330','','','6','','1','2020-08-31 10:05:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(595,'61598867425','9','1','60','retail','0','2020-08-31 13:05:41','','','','0','Cash',7.37,'60','','','6','','1','2020-08-31 10:05:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(596,'61598868357','1','1','320','retail','0','2020-08-31 13:05:57','','','','0','Cash',39.30,'320','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','49.75','48.75','Inclusive',NULL),(597,'61598868357','5','1','110','retail','0','2020-08-31 13:24:53','','','','0','Cash',13.51,'110','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(598,'61598868357','133','1','10','retail','0','2020-08-31 13:25:37','','','','0','Cash',1.23,'10','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(599,'61598868357','10','1','20','retail','0','2020-08-31 13:25:45','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','125.50','124.5','Inclusive',NULL),(600,'61598868357','15','1','30','retail','0','2020-08-31 13:26:22','','','','0','Cash',3.68,'30','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.99','1.02','Inclusive',NULL),(601,'61598868357','70','1','50','retail','0','2020-08-31 13:26:39','','','','2','Cash',6.14,'50','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.32','0.35','Inclusive',NULL),(602,'61598868357','7','1','200','retail','0','2020-08-31 13:26:57','','','','0','Cash',24.56,'200','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','111.05','110.05','Inclusive',NULL),(603,'61598868357','177','20','4500','retail','0','2020-08-31 13:29:07','','','','0','Cash',552.63,'225','','','6','','1','2020-08-31 10:31:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','197.37','','380.00','360','Inclusive',NULL),(604,'61598869893','1','1','320','retail','0','2020-08-31 13:31:33','','','','0','Cash',39.30,'320','','','6','','1','2020-08-31 10:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','48.75','47.75','Inclusive',NULL),(605,'61598869893','15','1','30','retail','0','2020-08-31 13:44:25','','','','0','Cash',3.68,'30','','','6','','1','2020-08-31 10:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.02','0.02','Inclusive',NULL),(606,'61598869893','5','1','110','retail','0','2020-08-31 13:44:34','','','','0','Cash',13.51,'110','','','6','','1','2020-08-31 10:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(607,'61598869893','74','1','50','retail','0','2020-08-31 13:44:45','','','','5','Cash',6.14,'50','','','6','','1','2020-08-31 10:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.35','0.38','Inclusive',NULL),(608,'61598869893','133','1','10','retail','0','2020-08-31 13:44:55','','','','0','Cash',1.23,'10','','','6','','1','2020-08-31 10:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(609,'61598869893','10','1','20','retail','0','2020-08-31 13:45:04','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 10:45:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','124.50','123.5','Inclusive',NULL),(610,'61598870721','1','1','320','retail','0','2020-08-31 13:45:21','','','','0','Cash',39.30,'320','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','47.75','46.75','Inclusive',NULL),(611,'61598870721','3','1','170','retail','0','2020-08-31 13:54:30','','','','0','Cash',20.88,'170','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(612,'61598870721','5','1','110','retail','0','2020-08-31 13:54:40','','','','0','Cash',13.51,'110','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(613,'61598870721','6','1','70','retail','0','2020-08-31 13:54:51','','','','0','Cash',8.60,'70','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(614,'61598870721','133','2','20','retail','0','2020-08-31 13:55:00','','','','0','Cash',2.46,'10','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.40','0.5','Inclusive',NULL),(615,'61598870721','11','1','20','retail','0','2020-08-31 13:55:19','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(616,'61598870721','10','1','20','retail','0','2020-08-31 13:55:28','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','123.00','122','Inclusive',NULL),(617,'61598870721','15','2','60','retail','0','2020-08-31 13:55:37','','','','0','Cash',7.37,'30','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.02','0.08','Inclusive',NULL),(618,'61598870721','70','1','50','retail','0','2020-08-31 13:55:58','','','','2','Cash',6.14,'50','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.35','0.38','Inclusive',NULL),(619,'61598870721','74','1','50','retail','0','2020-08-31 13:56:07','','','','5','Cash',6.14,'50','','','6','','1','2020-08-31 10:57:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.38','0.41','Inclusive',NULL),(620,'61598871454','40','1','60','retail','0','2020-08-31 13:57:34','','','','0','Cash',7.37,'60','','','6','','1','2020-08-31 12:07:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(621,'61598871454','9','1','60','retail','0','2020-08-31 15:03:37','','','','0','Cash',7.37,'60','','','6','','1','2020-08-31 12:07:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(622,'61598871454','38','1','330','retail','0','2020-08-31 15:03:47','','','','0','Cash',40.53,'330','','','6','','1','2020-08-31 12:07:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(623,'61598875626','1','1','320','retail','0','2020-08-31 15:07:06','','','','0','Cash',39.30,'320','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.25','45.25','Inclusive',NULL),(624,'61598875626','5','1','110','retail','0','2020-08-31 15:28:16','','','','0','Cash',13.51,'110','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(625,'61598875626','133','1','10','retail','0','2020-08-31 15:28:27','','','','0','Cash',1.23,'10','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(626,'61598875626','10','1','20','retail','0','2020-08-31 15:28:36','','','','0','Cash',2.46,'20','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','122.00','121','Inclusive',NULL),(627,'61598875626','70','1','50','retail','0','2020-08-31 15:28:45','','','','2','Cash',6.14,'50','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.38','0.41','Inclusive',NULL),(628,'61598875626','19','1','30','retail','0','2020-08-31 15:29:14','','','','0','Cash',3.68,'30','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(629,'61598875626','47','1','120','retail','0','2020-08-31 15:29:28','','','','0','Cash',14.74,'120','','','6','','1','2020-08-31 12:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.00','0.5','Inclusive',NULL),(630,'41598939936','165','2','400','retail','0','2020-09-01 08:58:56','','','','0','Cash',49.12,'200','','','4','','1','2020-09-01 06:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','3.50','1.5','Inclusive',NULL),(631,'41598941292','85','1','120','retail','0','2020-09-01 09:21:32','','','','0','Cash',14.74,'120','','','4','','1','2020-09-01 07:06:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','205.00','204','Inclusive',NULL),(632,'41598944002','3','1','160','retail','0','2020-09-01 10:06:42','','','','0','Cash',19.65,'160','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(633,'41598944002','2','1','90','retail','0','2020-09-01 10:25:23','','','','0','Cash',11.05,'90','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.75','0.75','Inclusive',NULL),(634,'41598944002','11','1','20','retail','0','2020-09-01 10:25:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(635,'41598944002','137','1','50','retail','0','2020-09-01 10:25:44','','','','0','Cash',6.14,'50','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(636,'41598944002','138','1','50','retail','0','2020-09-01 10:25:54','','','','0','Cash',6.14,'50','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(637,'41598944002','139','1','50','retail','0','2020-09-01 10:26:06','','','','0','Cash',6.14,'50','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(638,'41598944002','27','1','30','retail','0','2020-09-01 10:26:17','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(639,'41598944002','70','1','50','retail','0','2020-09-01 10:26:30','','','','2','Cash',6.14,'50','','','4','','1','2020-09-01 07:26:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.41','0.44','Inclusive',NULL),(640,'41598951833','163','10','4000','retail','0','2020-09-01 12:17:13','','','','0','Cash',491.23,'400','','','4','','1','2020-09-01 09:22:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','28.00','18','Inclusive',NULL),(641,'41598952131','1','2','640','retail','0','2020-09-01 12:22:11','','','','0','Cash',78.60,'320','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','215.25','213.25','Inclusive',NULL),(642,'41598952131','5','2','220','retail','0','2020-09-01 12:37:39','','','','0','Cash',27.02,'110','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(643,'41598952131','133','2','20','retail','0','2020-09-01 12:37:50','','','','0','Cash',2.46,'10','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.55','0.65','Inclusive',NULL),(644,'41598952131','10','2','40','retail','0','2020-09-01 12:38:01','','','','0','Cash',4.91,'20','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','120.50','118.5','Inclusive',NULL),(645,'41598952131','19','2','60','retail','0','2020-09-01 12:38:12','','','','0','Cash',7.37,'30','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.35','0.41','Inclusive',NULL),(646,'41598952131','74','2','100','retail','0','2020-09-01 12:38:25','','','','5','Cash',12.28,'50','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.41','0.47','Inclusive',NULL),(647,'41598952131','40','1','60','retail','0','2020-09-01 12:38:37','','','','0','Cash',7.37,'60','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(648,'41598952131','38','1','330','retail','0','2020-09-01 12:38:48','','','','0','Cash',40.53,'330','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(649,'41598952131','9','1','60','retail','0','2020-09-01 12:39:02','','','','0','Cash',7.37,'60','','','4','','1','2020-09-01 09:39:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(650,'41598960687','3','1','170','retail','0','2020-09-01 14:44:47','','','','0','Cash',20.88,'170','','','4','','1','2020-09-01 11:50:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(651,'41598960687','15','1','30','retail','0','2020-09-01 14:48:54','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 11:50:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.08','0.11','Inclusive',NULL),(652,'41598960687','74','1','50','retail','0','2020-09-01 14:49:27','','','','5','Cash',6.14,'50','','','4','','1','2020-09-01 11:50:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.47','0.5','Inclusive',NULL),(653,'41598960687','6','1','70','retail','0','2020-09-01 14:49:37','','','','0','Cash',8.60,'70','','','4','','1','2020-09-01 11:50:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(654,'41598960687','133','1','10','retail','0','2020-09-01 14:49:54','','','','0','Cash',1.23,'10','','','4','','1','2020-09-01 11:50:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(655,'41598960687','11','1','20','retail','0','2020-09-01 14:50:07','','','','0','Cash',2.46,'20','','','4','','1','2020-09-01 11:50:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(656,'41598961060','1','1','320','retail','0','2020-09-01 14:51:20','','','','0','Cash',39.30,'320','','','4','','1','2020-09-01 11:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','212.75','211.75','Inclusive',NULL),(657,'41598961060','5','1','110','retail','0','2020-09-01 14:54:01','','','','0','Cash',13.51,'110','','','4','','1','2020-09-01 11:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(658,'41598961060','133','1','10','retail','0','2020-09-01 14:54:12','','','','0','Cash',1.23,'10','','','4','','1','2020-09-01 11:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(659,'41598961060','10','1','20','retail','0','2020-09-01 14:54:22','','','','0','Cash',2.46,'20','','','4','','1','2020-09-01 11:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','118.50','117.5','Inclusive',NULL),(660,'41598961060','23','1','30','retail','0','2020-09-01 14:54:30','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 11:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.36','0.39','Inclusive',NULL),(661,'41598961060','70','1','50','retail','0','2020-09-01 14:54:45','','','','2','Cash',6.14,'50','','','4','','1','2020-09-01 11:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.44','0.47','Inclusive',NULL),(663,'41598961307','143','2','600','retail','0','2020-09-01 15:14:30','','','','2','Cash',73.68,'300','','','4','','1','2020-09-01 12:15:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','1.00','0','Inclusive',NULL),(667,'41598962792','1','3','960','retail','0','2020-09-01 15:19:52','','','','0','Cash',117.89,'320','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','211.75','208.75','Inclusive',NULL),(668,'41598962792','23','2','60','retail','0','2020-09-01 15:20:16','','','','0','Cash',7.37,'30','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','1.42','1.48','Inclusive',NULL),(669,'41598962792','19','1','30','retail','0','2020-09-01 15:20:27','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','2.47','1.47','Inclusive',NULL),(670,'41598962792','5','3','330','retail','0','2020-09-01 15:20:35','','','','0','Cash',40.53,'110','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.50','2','Inclusive',NULL),(671,'41598962792','133','3','30','retail','0','2020-09-01 15:20:45','','','','0','Cash',3.68,'10','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.75','0.9','Inclusive',NULL),(672,'41598962792','10','3','60','retail','0','2020-09-01 15:20:56','','','','0','Cash',7.37,'20','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','117.50','114.5','Inclusive',NULL),(673,'41598962792','74','3','150','retail','0','2020-09-01 15:21:09','','','','5','Cash',18.42,'50','','','4','','1','2020-09-01 12:23:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.50','0.59','Inclusive',NULL),(674,'41598963001','185','5','1250','retail','0','2020-09-01 15:23:21','','','','0','Cash',153.51,'250','','','4','','1','2020-09-01 12:28:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','5','5.00','0','Inclusive',NULL),(675,'41598963289','27','1','30','retail','0','2020-09-01 15:28:09','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 12:45:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(676,'41598964344','1','1','320','retail','0','2020-09-01 15:45:44','','','','0','Cash',39.30,'320','','','4','','1','2020-09-01 12:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','208.75','207.75','Inclusive',NULL),(677,'41598964344','5','1','110','retail','0','2020-09-01 15:50:30','','','','0','Cash',13.51,'110','','','4','','1','2020-09-01 12:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(678,'41598964344','133','1','10','retail','0','2020-09-01 15:50:52','','','','0','Cash',1.23,'10','','','4','','1','2020-09-01 12:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(679,'41598964344','10','1','20','retail','0','2020-09-01 15:51:02','','','','0','Cash',2.46,'20','','','4','','1','2020-09-01 12:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','114.50','113.5','Inclusive',NULL),(680,'41598964344','74','1','50','retail','0','2020-09-01 15:51:10','','','','5','Cash',6.14,'50','','','4','','1','2020-09-01 12:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.59','0.62','Inclusive',NULL),(681,'41598964344','19','1','30','retail','0','2020-09-01 15:51:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 12:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.47','0.47','Inclusive',NULL),(682,'41598964731','1','1','320','retail','0','2020-09-01 15:52:11','','','','0','Cash',39.30,'320','','','4','','1','2020-09-01 13:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','207.75','206.75','Inclusive',NULL),(683,'41598964731','10','1','20','retail','0','2020-09-01 16:14:44','','','','0','Cash',2.46,'20','','','4','','1','2020-09-01 13:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','113.50','112.5','Inclusive',NULL),(684,'41598964731','133','1','10','retail','0','2020-09-01 16:14:56','','','','0','Cash',1.23,'10','','','4','','1','2020-09-01 13:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(685,'41598964731','5','1','110','retail','0','2020-09-01 16:15:07','','','','0','Cash',13.51,'110','','','4','','1','2020-09-01 13:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(686,'41598964731','19','1','30','retail','0','2020-09-01 16:15:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 13:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.47','0.5','Inclusive',NULL),(687,'41598964731','70','1','50','retail','0','2020-09-01 16:15:38','','','','2','Cash',6.14,'50','','','4','','1','2020-09-01 13:16:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.47','0.5','Inclusive',NULL),(688,'41598966165','38','1','330','retail','0','2020-09-01 16:16:05','','','','0','Cash',40.53,'330','','','4','','1','2020-09-01 13:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(689,'41598966165','9','1','60','retail','0','2020-09-01 16:16:50','','','','0','Cash',7.37,'60','','','4','','1','2020-09-01 13:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(690,'41598966165','40','1','60','retail','0','2020-09-01 16:17:01','','','','0','Cash',7.37,'60','','','4','','1','2020-09-01 13:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(692,'41598966571','65','1','500','retail','0','2020-09-01 16:22:51','','','','0','Cash',61.40,'500','','','4','','1','2020-09-01 13:24:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','2.00','1','Inclusive',NULL),(693,'41598966571','27','1','30','retail','0','2020-09-01 16:23:28','','','','0','Cash',3.68,'30','','','4','','1','2020-09-01 13:24:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.18','0.21','Inclusive',NULL),(694,'41598966571','70','1','50','retail','0','2020-09-01 16:23:45','','','','2','Cash',6.14,'50','','','4','','1','2020-09-01 13:24:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.53','Inclusive',NULL),(695,'41598966650','1','5','1500','retail','0','2020-09-01 16:24:10','','','','0','Cash',184.21,'300','','','4','','1','2020-09-01 13:34:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','206.75','201.75','Inclusive',NULL),(696,'41598966650','5','5','500','retail','0','2020-09-01 16:31:57','','','','0','Cash',61.40,'100','','','4','','1','2020-09-01 13:34:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','2.5','Inclusive',NULL),(697,'41598966650','133','5','50','retail','0','2020-09-01 16:32:17','','','','0','Cash',6.14,'10','','','4','','1','2020-09-01 13:34:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','1.00','1.25','Inclusive',NULL),(698,'41598966650','10','5','100','retail','0','2020-09-01 16:32:37','','','','0','Cash',12.28,'20','','','4','','1','2020-09-01 13:34:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','112.50','107.5','Inclusive',NULL),(699,'41598966650','70','5','250','retail','0','2020-09-01 16:32:51','','','','2','Cash',30.70,'50','','','4','','1','2020-09-01 13:34:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.53','0.68','Inclusive',NULL),(700,'41599025486','1','1','340','retail','0','2020-09-02 08:44:46','','','','0','Cash',41.75,'340','','','4','','1','2020-09-02 05:47:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','201.75','200.75','Inclusive',NULL),(701,'41599025486','10','1','20','retail','0','2020-09-02 08:45:45','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 05:47:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','107.50','106.5','Inclusive',NULL),(702,'41599025486','5','2','260','retail','0','2020-09-02 08:45:56','','','','0','Cash',31.93,'130','','','4','','1','2020-09-02 05:47:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','','2.50','0.5','Inclusive',NULL),(703,'41599025486','7','1','200','retail','0','2020-09-02 08:46:35','','','','0','Cash',24.56,'200','','','4','','1','2020-09-02 05:47:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','107.85','106.85','Inclusive',NULL),(704,'41599025643','1','1','320','retail','0','2020-09-02 08:47:23','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 06:01:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','200.75','199.75','Inclusive',NULL),(705,'41599025643','5','1','110','retail','0','2020-09-02 09:00:15','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 06:01:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(706,'41599025643','133','1','10','retail','0','2020-09-02 09:00:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 06:01:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.25','0.25','Inclusive',NULL),(707,'41599025643','15','1','30','retail','0','2020-09-02 09:00:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 06:01:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.11','0.14','Inclusive',NULL),(708,'41599025643','74','1','50','retail','0','2020-09-02 09:00:53','','','','5','Cash',6.14,'50','','','4','','1','2020-09-02 06:01:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.62','0.65','Inclusive',NULL),(709,'41599025643','10','1','20','retail','0','2020-09-02 09:01:04','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 06:01:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','106.50','105.5','Inclusive',NULL),(710,'41599026482','1','1','320','retail','0','2020-09-02 09:01:23','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 06:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','199.75','198.75','Inclusive',NULL),(711,'41599026482','5','1','110','retail','0','2020-09-02 09:14:23','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 06:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(712,'41599026482','133','1','10','retail','0','2020-09-02 09:14:34','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 06:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(713,'41599026482','10','1','20','retail','0','2020-09-02 09:14:42','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 06:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','105.50','104.5','Inclusive',NULL),(714,'41599026482','15','1','30','retail','0','2020-09-02 09:14:49','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 06:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.14','0.17','Inclusive',NULL),(715,'41599026482','70','1','50','retail','0','2020-09-02 09:14:58','','','','2','Cash',6.14,'50','','','4','','1','2020-09-02 06:15:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.68','0.71','Inclusive',NULL),(716,'41599032443','85','35','4200','retail','0','2020-09-02 10:40:43','','','','0','Invoice',515.79,'120','','','4','','1','2020-09-02 07:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','','404.00','403','Inclusive',NULL),(717,'41599032443','161','500','23750','retail','0','2020-09-02 10:44:31','','','','0','Invoice',2916.67,'47.5','','','4','','1','2020-09-02 07:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','2273.00','1773','Inclusive',NULL),(718,'41599032443','161','5','0','retail','0','2020-09-02 10:47:08','','','','0','Invoice',0.00,'0','','','4','','1','2020-09-02 07:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','0.00','','1773.00','1768','Inclusive',NULL),(719,'41599036719','1','1','320','retail','0','2020-09-02 11:51:59','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','198.75','197.75','Inclusive',NULL),(720,'41599036719','5','1','110','retail','0','2020-09-02 11:52:45','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(721,'41599036719','133','1','10','retail','0','2020-09-02 11:52:54','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(722,'41599036719','10','1','20','retail','0','2020-09-02 11:53:05','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','104.50','103.5','Inclusive',NULL),(723,'41599036719','74','1','50','retail','0','2020-09-02 11:53:31','','','','5','Cash',6.14,'50','','','4','','1','2020-09-02 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.65','0.68','Inclusive',NULL),(724,'41599036719','15','1','30','retail','0','2020-09-02 11:53:45','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.17','0.2','Inclusive',NULL),(725,'41599038039','8','1','100','retail','0','2020-09-02 12:13:59','','','','0','Cash',12.28,'100','','','4','','1','2020-09-02 09:17:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.50','1','Inclusive',NULL),(726,'41599038224','94','1','180','retail','0','2020-09-02 12:17:04','','','','0','Cash',22.11,'180','','','4','','1','2020-09-02 09:27:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','100.00','99','Inclusive',NULL),(727,'41599038870','110','40','2800','retail','0','2020-09-02 12:27:50','','','','0','Cash',343.86,'70','','','4','','1','2020-09-02 09:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','563.00','523','Inclusive',NULL),(729,'41599039532','1','1','320','retail','0','2020-09-02 12:38:52','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 09:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','197.75','196.75','Inclusive',NULL),(730,'41599039532','5','1','110','retail','0','2020-09-02 12:53:47','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 09:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(731,'41599039532','133','1','10','retail','0','2020-09-02 12:53:56','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 09:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(732,'41599039532','10','1','20','retail','0','2020-09-02 12:54:11','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 09:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','103.50','102.5','Inclusive',NULL),(733,'41599039532','15','1','30','retail','0','2020-09-02 12:54:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 09:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.20','0.23','Inclusive',NULL),(734,'41599039532','74','1','50','retail','0','2020-09-02 12:54:41','','','','5','Cash',6.14,'50','','','4','','1','2020-09-02 09:55:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.68','0.71','Inclusive',NULL),(735,'41599040507','1','1','320','retail','0','2020-09-02 12:55:07','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','196.75','195.75','Inclusive',NULL),(736,'41599040507','5','1','110','retail','0','2020-09-02 13:37:31','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(737,'41599040507','10','1','20','retail','0','2020-09-02 13:37:43','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','102.50','101.5','Inclusive',NULL),(738,'41599040507','133','1','10','retail','0','2020-09-02 13:37:54','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(739,'41599040507','19','1','30','retail','0','2020-09-02 13:38:10','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.50','0.53','Inclusive',NULL),(740,'41599040507','74','1','50','retail','0','2020-09-02 13:38:26','','','','5','Cash',6.14,'50','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.71','0.74','Inclusive',NULL),(741,'41599040507','38','1','330','retail','0','2020-09-02 13:38:42','','','','0','Cash',40.53,'330','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(742,'41599040507','40','1','60','retail','0','2020-09-02 13:38:52','','','','0','Cash',7.37,'60','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(743,'41599040507','9','1','60','retail','0','2020-09-02 13:39:00','','','','0','Cash',7.37,'60','','','4','','1','2020-09-02 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(744,'41599043158','1','3','960','retail','0','2020-09-02 13:39:18','','','','0','Cash',117.89,'320','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','195.75','192.75','Inclusive',NULL),(745,'41599043158','5','3','330','retail','0','2020-09-02 13:40:44','','','','0','Cash',40.53,'110','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','1.5','Inclusive',NULL),(746,'41599043158','10','3','60','retail','0','2020-09-02 13:41:01','','','','0','Cash',7.37,'20','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','101.50','98.5','Inclusive',NULL),(747,'41599043158','133','3','30','retail','0','2020-09-02 13:41:11','','','','0','Cash',3.68,'10','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.45','0.6','Inclusive',NULL),(748,'41599043158','19','3','90','retail','0','2020-09-02 13:41:28','','','','0','Cash',11.05,'30','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.53','0.62','Inclusive',NULL),(749,'41599043158','70','3','150','retail','0','2020-09-02 13:41:44','','','','2','Cash',18.42,'50','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.71','0.8','Inclusive',NULL),(750,'41599043158','38','4','1320','retail','0','2020-09-02 13:42:03','','','','0','Cash',162.11,'330','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','4','1.00','3','Inclusive',NULL),(751,'41599043158','40','4','240','retail','0','2020-09-02 13:42:29','','','','0','Cash',29.47,'60','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','4','1.00','3','Inclusive',NULL),(753,'41599043158','9','4','240','retail','0','2020-09-02 13:43:33','','','','0','Cash',29.47,'60','','','4','','1','2020-09-02 10:44:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','4','0.25','1.25','Inclusive',NULL),(754,'41599044598','1','1','320','retail','0','2020-09-02 14:03:18','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 11:04:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','192.75','191.75','Inclusive',NULL),(755,'41599044598','5','1','110','retail','0','2020-09-02 14:03:26','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 11:04:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(756,'41599044598','133','1','10','retail','0','2020-09-02 14:03:41','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 11:04:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','4.80','3.8','Inclusive',NULL),(757,'41599044598','10','1','20','retail','0','2020-09-02 14:03:49','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 11:04:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','98.50','97.5','Inclusive',NULL),(758,'41599044598','19','1','30','retail','0','2020-09-02 14:03:57','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 11:04:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.62','0.65','Inclusive',NULL),(759,'41599044598','70','1','50','retail','0','2020-09-02 14:04:06','','','','2','Cash',6.14,'50','','','4','','1','2020-09-02 11:04:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.83','Inclusive',NULL),(760,'41599044659','1','1','320','retail','0','2020-09-02 14:04:19','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 11:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','191.75','190.75','Inclusive',NULL),(761,'41599044659','5','1','110','retail','0','2020-09-02 14:11:04','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 11:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(762,'41599044659','10','1','20','retail','0','2020-09-02 14:11:16','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 11:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','97.50','96.5','Inclusive',NULL),(763,'41599044659','133','1','10','retail','0','2020-09-02 14:11:23','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 11:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','3.80','2.8','Inclusive',NULL),(764,'41599044659','70','1','50','retail','0','2020-09-02 14:11:33','','','','2','Cash',6.14,'50','','','4','','1','2020-09-02 11:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.83','0.86','Inclusive',NULL),(765,'41599044659','19','1','30','retail','0','2020-09-02 14:11:45','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 11:12:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.65','0.68','Inclusive',NULL),(766,'41599045122','143','1','300','retail','0','2020-09-02 14:12:02','','','','2','Cash',36.84,'300','','','4','','1','2020-09-02 11:22:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.00','0','Inclusive',NULL),(767,'41599045122','143','0.5','150','retail','0','2020-09-02 14:21:28','','','','2','Cash',18.42,'300','','','4','','1','2020-09-02 11:22:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','0.5','2.00','1.5','Inclusive',NULL),(768,'41599043461','7','1','200','retail','0','2020-09-02 13:44:22','','','','0','Cash',24.56,'200','','','4','','1','2020-09-02 11:35:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','104.55','103.55','Inclusive',NULL),(769,'41599046504','1','1','320','retail','0','2020-09-02 14:35:04','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 11:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','190.75','189.75','Inclusive',NULL),(770,'41599046504','5','1','110','retail','0','2020-09-02 14:54:18','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 11:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(771,'41599046504','133','1','10','retail','0','2020-09-02 14:54:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 11:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.80','1.8','Inclusive',NULL),(772,'41599046504','10','1','20','retail','0','2020-09-02 14:54:36','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 11:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','96.50','95.5','Inclusive',NULL),(773,'41599046504','15','1','30','retail','0','2020-09-02 14:54:45','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 11:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(774,'41599046504','169','1','50','retail','0','2020-09-02 14:54:57','','','','0','Cash',6.14,'50','','','4','','1','2020-09-02 11:55:27','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(775,'41599047729','1','1','320','retail','0','2020-09-02 14:55:30','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 11:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','189.75','188.75','Inclusive',NULL),(776,'41599047729','5','1','110','retail','0','2020-09-02 14:56:43','','','','0','Cash',13.51,'110','','','4','','1','2020-09-02 11:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(777,'41599047729','10','1','20','retail','0','2020-09-02 14:56:51','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 11:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','95.50','94.5','Inclusive',NULL),(778,'41599047729','133','1','10','retail','0','2020-09-02 14:56:59','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 11:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.80','0.8','Inclusive',NULL),(779,'41599047729','169','1','50','retail','0','2020-09-02 14:57:10','','','','0','Cash',6.14,'50','','','4','','1','2020-09-02 11:57:43','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(780,'41599047729','15','1','30','retail','0','2020-09-02 14:57:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-02 11:57:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.26','0.29','Inclusive',NULL),(785,'41599049123','1','1','320','retail','0','2020-09-02 15:18:43','','','','0','Cash',39.30,'320','','','4','','1','2020-09-02 12:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','188.25','187.25','Inclusive',NULL),(786,'41599049123','3','1','170','retail','0','2020-09-02 15:18:54','','','','0','Cash',20.88,'170','','','4','','1','2020-09-02 12:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','1','Inclusive',NULL),(787,'41599049123','10','1','20','retail','0','2020-09-02 15:19:14','','','','0','Cash',2.46,'20','','','4','','1','2020-09-02 12:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.50','93.5','Inclusive',NULL),(788,'41599049123','33','1','130','retail','0','2020-09-02 15:19:23','','','','0','Cash',15.96,'130','','','4','','1','2020-09-02 12:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.75','0.75','Inclusive',NULL),(789,'41599049123','48','1','60','retail','0','2020-09-02 15:19:31','','','','0','Cash',7.37,'60','','','4','','1','2020-09-02 12:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(790,'41599049123','36','1','130','retail','0','2020-09-02 15:20:05','','','','0','Cash',15.96,'130','','','4','','1','2020-09-02 12:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(791,'41599050543','8','1','100','retail','0','2020-09-02 15:42:23','','','','0','Cash',12.28,'100','','','4','','1','2020-09-02 12:42:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive',NULL),(792,'41599050560','1','2','640','retail','0','2020-09-02 15:42:40','','','','0','Cash',78.60,'320','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','187.25','186.25','Inclusive',NULL),(793,'41599050560','5','2','220','retail','0','2020-09-02 15:49:38','','','','0','Cash',27.02,'110','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','0.50','1','Inclusive',NULL),(794,'41599050560','133','1','10','retail','0','2020-09-02 15:50:05','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(795,'41599050560','23','2','60','retail','0','2020-09-02 15:50:22','','','','0','Cash',7.37,'30','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','1.48','1.54','Inclusive',NULL),(796,'41599050560','74','2','100','retail','0','2020-09-02 15:51:05','','','','5','Cash',12.28,'50','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.74','0.86','Inclusive',NULL),(797,'41599050560','10','2','40','retail','0','2020-09-02 15:51:25','','','','0','Cash',4.91,'20','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','93.50','91.5','Inclusive',NULL),(798,'41599050560','23','2','60','retail','0','2020-09-02 15:52:36','','','','0','Cash',7.37,'30','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','1.54','1.6','Inclusive',NULL),(799,'41599050560','133','1','10','retail','0','2020-09-02 15:53:22','','','','0','Cash',1.23,'10','','','4','','1','2020-09-02 12:55:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(800,'41599115724','1','1','320','retail','0','2020-09-03 09:48:44','','','','0','Cash',39.30,'320','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','185.25','184.25','Inclusive',NULL),(801,'41599115724','10','1','20','retail','0','2020-09-03 09:48:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','91.50','90.5','Inclusive',NULL),(802,'41599115724','5','1','110','retail','0','2020-09-03 09:49:08','','','','0','Cash',13.51,'110','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(804,'41599115724','133','1','10','retail','0','2020-09-03 09:49:28','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(805,'41599115724','15','1','30','retail','0','2020-09-03 09:49:42','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(806,'41599115724','70','1','50','retail','0','2020-09-03 09:49:51','','','','2','Cash',6.14,'50','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.86','0.89','Inclusive',NULL),(807,'41599115724','137','1','50','retail','0','2020-09-03 09:50:02','','','','0','Cash',6.14,'50','','','4','','1','2020-09-03 06:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(808,'41599115821','38','1','330','retail','0','2020-09-03 11:32:52','','','','0','Cash',40.53,'330','','','8','','1','2020-09-03 08:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','3.00','2','Inclusive',NULL),(809,'41599115821','40','1','60','retail','0','2020-09-03 11:32:52','','','','0','Cash',7.37,'60','','','8','','1','2020-09-03 08:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','3.00','2','Inclusive',NULL),(810,'41599115821','9','1','60','retail','0','2020-09-03 11:32:52','','','','0','Cash',7.37,'60','','','8','','1','2020-09-03 08:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.25','0.25','Inclusive',NULL),(811,'41599115821','94','1','180','retail','0','2020-09-03 11:32:52','','','','0','Cash',22.11,'180','','','8','','1','2020-09-03 08:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','99.00','98','Inclusive',NULL),(812,'41599126091','94','10','1400','retail','1960','2020-09-03 12:42:02','','','','0','Cash',171.93,'140','','','4','','1','2020-09-03 09:43:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','98.00','84','Inclusive',NULL),(813,'41599126185','3','1','170','retail','0','2020-09-03 12:43:05','','','','0','Cash',20.88,'170','','','4','','1','2020-09-03 09:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(814,'41599126185','6','1','70','retail','0','2020-09-03 12:55:14','','','','0','Cash',8.60,'70','','','4','','1','2020-09-03 09:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(815,'41599126185','11','1','20','retail','0','2020-09-03 12:55:25','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 09:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(816,'41599126185','15','1','30','retail','0','2020-09-03 12:55:32','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 09:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(817,'41599126185','70','1','50','retail','0','2020-09-03 12:55:44','','','','2','Cash',6.14,'50','','','4','','1','2020-09-03 09:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.89','0.92','Inclusive',NULL),(818,'41599126185','133','1','10','retail','0','2020-09-03 12:55:59','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 09:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(819,'41599127180','1','1','320','retail','0','2020-09-03 12:59:40','','','','0','Cash',39.30,'320','','','4','','1','2020-09-03 10:16:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','184.25','183.25','Inclusive',NULL),(820,'41599127180','5','1','110','retail','0','2020-09-03 13:14:41','','','','0','Cash',13.51,'110','','','4','','1','2020-09-03 10:16:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(821,'41599127180','15','1','30','retail','0','2020-09-03 13:14:51','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 10:16:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.35','0.38','Inclusive',NULL),(822,'41599127180','70','1','50','retail','0','2020-09-03 13:15:06','','','','2','Cash',6.14,'50','','','4','','1','2020-09-03 10:16:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.92','0.95','Inclusive',NULL),(823,'41599127180','133','1','10','retail','0','2020-09-03 13:15:15','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 10:16:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(824,'41599127180','10','1','20','retail','0','2020-09-03 13:15:24','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 10:16:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','90.00','89','Inclusive',NULL),(825,'41599128180','1','1','320','retail','0','2020-09-03 13:16:20','','','','0','Cash',39.30,'320','','','4','','1','2020-09-03 10:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','183.25','182.25','Inclusive',NULL),(826,'41599128180','5','1','110','retail','0','2020-09-03 13:23:27','','','','0','Cash',13.51,'110','','','4','','1','2020-09-03 10:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(827,'41599128180','133','1','10','retail','0','2020-09-03 13:23:36','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 10:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(828,'41599128180','10','1','20','retail','0','2020-09-03 13:23:51','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 10:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','89.00','88','Inclusive',NULL),(829,'41599128180','19','1','30','retail','0','2020-09-03 13:24:02','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 10:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.68','0.71','Inclusive',NULL),(830,'41599128180','70','1','50','retail','0','2020-09-03 13:24:14','','','','2','Cash',6.14,'50','','','4','','1','2020-09-03 10:25:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.95','0.98','Inclusive',NULL),(831,'41599128702','1','2','640','retail','0','2020-09-03 13:25:02','','','','0','Cash',78.60,'320','','','4','','1','2020-09-03 11:18:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','182.25','180.25','Inclusive',NULL),(832,'41599128702','10','2','40','retail','0','2020-09-03 14:17:19','','','','0','Cash',4.91,'20','','','4','','1','2020-09-03 11:18:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','88.00','86','Inclusive',NULL),(833,'41599128702','74','2','100','retail','0','2020-09-03 14:17:29','','','','5','Cash',12.28,'50','','','4','','1','2020-09-03 11:18:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','2.86','1.86','Inclusive',NULL),(834,'41599128702','15','2','60','retail','0','2020-09-03 14:17:43','','','','0','Cash',7.37,'30','','','4','','1','2020-09-03 11:18:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','','0.38','0.41','Inclusive',NULL),(836,'41599128702','5','2','220','retail','0','2020-09-03 14:17:57','','','','0','Cash',27.02,'110','','','4','','1','2020-09-03 11:18:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','1','Inclusive',NULL),(837,'41599128702','133','2','20','retail','0','2020-09-03 14:18:31','','','','0','Cash',2.46,'10','','','4','','1','2020-09-03 11:18:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.05','0.15','Inclusive',NULL),(838,'41599131930','3','1','170','retail','0','2020-09-03 14:18:50','','','','0','Cash',20.88,'170','','','4','','1','2020-09-03 12:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(839,'41599131930','6','1','70','retail','0','2020-09-03 15:13:00','','','','0','Cash',8.60,'70','','','4','','1','2020-09-03 12:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(840,'41599131930','11','1','20','retail','0','2020-09-03 15:13:11','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 12:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(841,'41599131930','74','1','50','retail','0','2020-09-03 15:13:19','','','','5','Cash',6.14,'50','','','4','','1','2020-09-03 12:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.86','0.89','Inclusive',NULL),(842,'41599131930','133','1','10','retail','0','2020-09-03 15:13:31','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 12:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(843,'41599131930','19','1','30','retail','0','2020-09-03 15:14:06','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 12:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.71','0.74','Inclusive',NULL),(844,'41599135277','3','1','170','retail','0','2020-09-03 15:14:37','','','','0','Cash',20.88,'170','','','4','','1','2020-09-03 12:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(845,'41599135277','11','1','20','retail','0','2020-09-03 15:15:14','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 12:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(846,'41599135277','6','1','70','retail','0','2020-09-03 15:15:21','','','','0','Cash',8.60,'70','','','4','','1','2020-09-03 12:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(847,'41599135277','133','1','10','retail','0','2020-09-03 15:15:31','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 12:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(848,'41599135277','74','1','50','retail','0','2020-09-03 15:15:40','','','','5','Cash',6.14,'50','','','4','','1','2020-09-03 12:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.89','0.92','Inclusive',NULL),(849,'41599135277','15','1','30','retail','0','2020-09-03 15:15:48','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 12:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.44','0.47','Inclusive',NULL),(850,'41599135632','3','1','170','retail','0','2020-09-03 15:20:32','','','','0','Cash',20.88,'170','','','4','','1','2020-09-03 12:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(851,'41599135632','6','1','70','retail','0','2020-09-03 15:27:26','','','','0','Cash',8.60,'70','','','4','','1','2020-09-03 12:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(852,'41599135632','133','1','10','retail','0','2020-09-03 15:27:37','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 12:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(853,'41599135632','15','1','30','retail','0','2020-09-03 15:27:46','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 12:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.47','0.5','Inclusive',NULL),(854,'41599135632','74','1','50','retail','0','2020-09-03 15:28:03','','','','5','Cash',6.14,'50','','','4','','1','2020-09-03 12:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.92','0.95','Inclusive',NULL),(855,'41599135632','11','1','20','retail','0','2020-09-03 15:28:13','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 12:28:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(856,'41599140823','1','1','320','retail','0','2020-09-03 16:47:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-03 13:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','179.25','178.25','Inclusive',NULL),(857,'41599140823','5','1','110','retail','0','2020-09-03 16:47:11','','','','0','Cash',13.51,'110','','','4','','1','2020-09-03 13:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(858,'41599140823','133','1','10','retail','0','2020-09-03 16:47:20','','','','0','Cash',1.23,'10','','','4','','1','2020-09-03 13:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(859,'41599140823','15','1','30','retail','0','2020-09-03 16:47:30','','','','0','Cash',3.68,'30','','','4','','1','2020-09-03 13:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.50','0.53','Inclusive',NULL),(860,'41599140823','74','1','50','retail','0','2020-09-03 16:47:43','','','','5','Cash',6.14,'50','','','4','','1','2020-09-03 13:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.95','0.98','Inclusive',NULL),(861,'41599140823','10','1','20','retail','0','2020-09-03 16:47:53','','','','0','Cash',2.46,'20','','','4','','1','2020-09-03 13:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','85.00','84','Inclusive',NULL),(862,'71599200501','161','1000','60000','retail','0','2020-09-04 09:22:08','','','','0','Cash',7368.42,'60','','','7','','1','2020-09-04 06:23:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','2483.00','2283','Inclusive',NULL),(863,'71599200618','1','1','320','retail','0','2020-09-04 09:23:38','','','','0','Cash',39.30,'320','','','7','','1','2020-09-04 07:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','178.25','177.25','Inclusive',NULL),(864,'71599200618','5','1','110','retail','0','2020-09-04 10:07:04','','','','0','Cash',13.51,'110','','','7','','1','2020-09-04 07:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(865,'71599200618','10','1','20','retail','0','2020-09-04 10:07:14','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 07:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','84.00','83','Inclusive',NULL),(866,'71599200618','133','1','10','retail','0','2020-09-04 10:07:34','','','','0','Cash',1.23,'10','','','7','','1','2020-09-04 07:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(867,'71599200618','70','1','50','retail','0','2020-09-04 10:08:03','','','','2','Cash',6.14,'50','','','7','','1','2020-09-04 07:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.98','1.01','Inclusive',NULL),(868,'71599200618','19','1','30','retail','0','2020-09-04 10:08:14','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 07:08:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.74','0.77','Inclusive',NULL),(869,'71599203333','3','1','160','retail','0','2020-09-04 10:08:53','','','','0','Cash',19.65,'160','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(870,'71599203333','2','1','90','retail','0','2020-09-04 10:57:15','','','','0','Cash',11.05,'90','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(871,'71599203333','11','1','20','retail','0','2020-09-04 10:57:52','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(875,'71599203333','137','1','50','retail','0','2020-09-04 10:59:09','','','','0','Cash',6.14,'50','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(876,'71599203333','138','1','50','retail','0','2020-09-04 10:59:23','','','','0','Cash',6.14,'50','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(877,'71599203333','139','1','50','retail','0','2020-09-04 10:59:37','','','','0','Cash',6.14,'50','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(878,'71599203333','27','1','30','retail','0','2020-09-04 10:59:48','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(879,'71599203333','2','1','90','retail','0','2020-09-04 10:59:59','','','','0','Cash',11.05,'90','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(880,'71599203333','11','1','20','retail','0','2020-09-04 11:00:28','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(881,'71599203333','49','0.5','210','retail','0','2020-09-04 11:00:50','','','','0','Cash',25.79,'420','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','0.5','62.50','62','Inclusive',NULL),(882,'71599203333','55','1','50','retail','0','2020-09-04 11:01:07','','','','0','Cash',6.14,'50','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.75','Inclusive',NULL),(883,'71599203333','15','1','30','retail','0','2020-09-04 11:01:25','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 08:02:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.53','0.56','Inclusive',NULL),(884,'71599206530','74','2','100','retail','0','2020-09-04 11:02:10','','','','5','Cash',12.28,'50','','','7','','1','2020-09-04 08:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.98','1.04','Inclusive',NULL),(885,'71599206564','1','1','320','retail','0','2020-09-04 11:02:44','','','','0','Cash',39.30,'320','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','176.50','175.5','Inclusive',NULL),(886,'71599206564','5','1','110','retail','0','2020-09-04 11:04:05','','','','0','Cash',13.51,'110','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(887,'71599206564','10','1','20','retail','0','2020-09-04 11:04:14','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','82.50','81.5','Inclusive',NULL),(888,'71599206564','133','1','10','retail','0','2020-09-04 11:04:22','','','','0','Cash',1.23,'10','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(889,'71599206564','15','1','30','retail','0','2020-09-04 11:04:31','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.56','0.59','Inclusive',NULL),(890,'71599206564','19','1','30','retail','0','2020-09-04 11:04:42','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.77','0.8','Inclusive',NULL),(891,'71599206564','70','1','50','retail','0','2020-09-04 11:04:50','','','','2','Cash',6.14,'50','','','7','','1','2020-09-04 08:07:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.01','0.01','Inclusive',NULL),(892,'71599208370','1','1','320','retail','0','2020-09-04 11:32:50','','','','0','Cash',39.30,'320','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','175.50','174.5','Inclusive',NULL),(893,'71599208370','5','1','110','retail','0','2020-09-04 11:33:00','','','','0','Cash',13.51,'110','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(894,'71599208370','133','1','10','retail','0','2020-09-04 11:33:11','','','','0','Cash',1.23,'10','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(895,'71599208370','10','1','20','retail','0','2020-09-04 11:33:29','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','81.50','80.5','Inclusive',NULL),(896,'71599208370','15','1','30','retail','0','2020-09-04 11:33:39','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.59','0.62','Inclusive',NULL),(897,'71599208370','70','1','50','retail','0','2020-09-04 11:33:49','','','','2','Cash',6.14,'50','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.01','0.04','Inclusive',NULL),(898,'71599208370','38','2','660','retail','0','2020-09-04 11:33:58','','','','0','Cash',81.05,'330','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','2.00','0','Inclusive',NULL),(899,'71599208370','9','2','120','retail','0','2020-09-04 11:34:14','','','','0','Cash',14.74,'60','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.25','0.75','Inclusive',NULL),(900,'71599208370','40','2','120','retail','0','2020-09-04 11:34:34','','','','0','Cash',14.74,'60','','','7','','1','2020-09-04 08:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','2.00','0','Inclusive',NULL),(901,'71599208497','94','1','180','retail','0','2020-09-04 11:34:57','','','','0','Cash',22.11,'180','','','7','','1','2020-09-04 10:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','88.00','87','Inclusive',NULL),(902,'71599215357','70','1','50','retail','0','2020-09-04 13:29:17','','','','2','Cash',6.14,'50','','','7','','1','2020-09-04 11:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.04','0.07','Inclusive',NULL),(903,'71599217715','47','1','120','retail','0','2020-09-04 14:08:35','','','','0','Cash',14.74,'120','','','7','','1','2020-09-04 11:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.50','1','Inclusive',NULL),(904,'71599217715','67','0.25','450','retail','0','2020-09-04 14:39:03','','','','0','Cash',55.26,'1800','','','7','','1','2020-09-04 11:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1578.95','0.25','1.31','1.06','Inclusive',NULL),(905,'71599219620','64','1','1000','retail','0','2020-09-04 14:40:20','','','','0','Cash',122.81,'1000','','','7','','1','2020-09-04 12:04:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','22.50','21.5','Inclusive',NULL),(906,'71599219620','27','1','30','retail','0','2020-09-04 15:03:25','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 12:04:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(907,'71599219620','74','1','50','retail','0','2020-09-04 15:03:35','','','','5','Cash',6.14,'50','','','7','','1','2020-09-04 12:04:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.04','0.04','Inclusive',NULL),(908,'71599221101','3','1','170','retail','0','2020-09-04 15:05:01','','','','0','Cash',20.88,'170','','','7','','1','2020-09-04 13:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(909,'71599221101','6','1','70','retail','0','2020-09-04 16:01:12','','','','0','Cash',8.60,'70','','','7','','1','2020-09-04 13:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(910,'71599221101','133','1','10','retail','0','2020-09-04 16:01:35','','','','0','Cash',1.23,'10','','','7','','1','2020-09-04 13:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(911,'71599221101','11','1','20','retail','0','2020-09-04 16:01:43','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 13:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(912,'71599221101','74','1','50','retail','0','2020-09-04 16:01:52','','','','5','Cash',6.14,'50','','','7','','1','2020-09-04 13:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.04','0.07','Inclusive',NULL),(913,'71599221101','15','1','30','retail','0','2020-09-04 16:02:04','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 13:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.62','0.65','Inclusive',NULL),(914,'71599226642','1','1','320','retail','0','2020-09-04 16:37:22','','','','0','Cash',39.30,'320','','','7','','1','2020-09-04 13:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','174.00','173','Inclusive',NULL),(915,'71599226642','5','1','110','retail','0','2020-09-04 16:37:32','','','','0','Cash',13.51,'110','','','7','','1','2020-09-04 13:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(916,'71599226642','133','1','10','retail','0','2020-09-04 16:37:43','','','','0','Cash',1.23,'10','','','7','','1','2020-09-04 13:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(917,'71599226642','10','1','20','retail','0','2020-09-04 16:38:13','','','','0','Cash',2.46,'20','','','7','','1','2020-09-04 13:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','80.00','79','Inclusive',NULL),(918,'71599226642','15','1','30','retail','0','2020-09-04 16:38:29','','','','0','Cash',3.68,'30','','','7','','1','2020-09-04 13:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.65','0.68','Inclusive',NULL),(919,'71599226642','74','1','50','retail','0','2020-09-04 16:38:53','','','','5','Cash',6.14,'50','','','7','','1','2020-09-04 13:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.07','0.1','Inclusive',NULL),(921,'81599286324','1','1','340','retail','0','2020-09-05 09:13:31','','','','0','Cash',41.75,'340','','','8','','1','2020-09-05 06:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','173.00','172','Inclusive',NULL),(922,'81599286324','4','1','260','retail','0','2020-09-05 09:13:31','','','','0','Cash',31.93,'260','','','8','','1','2020-09-05 06:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','259.25','258.25','Inclusive',NULL),(923,'81599286324','10','1','20','retail','0','2020-09-05 09:13:31','','','','0','Cash',2.46,'20','','','8','','1','2020-09-05 06:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','79.00','78','Inclusive',NULL),(924,'81599286324','7','1','200','retail','0','2020-09-05 09:13:31','','','','0','Cash',24.56,'200','','','8','','1','2020-09-05 06:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','99.85','98.85','Inclusive',NULL),(925,'71599287230','74','1','50','retail','0','2020-09-05 09:27:11','','','','5','Cash',6.14,'50','','','7','','1','2020-09-05 06:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.13','Inclusive',NULL),(926,'71599287264','1','2','640','retail','0','2020-09-05 10:10:53','','','','0','Cash',78.60,'320','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','172.00','170','Inclusive',NULL),(927,'71599287264','5','2','220','retail','0','2020-09-05 10:21:14','','','','0','Cash',27.02,'110','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(928,'71599287264','10','2','40','retail','0','2020-09-05 10:21:24','','','','0','Cash',4.91,'20','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','78.00','76','Inclusive',NULL),(929,'71599287264','133','2','20','retail','0','2020-09-05 10:21:41','','','','0','Cash',2.46,'10','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.60','0.7','Inclusive',NULL),(930,'71599287264','70','1','50','retail','0','2020-09-05 10:21:54','','','','2','Cash',6.14,'50','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.07','0.1','Inclusive',NULL),(931,'71599287264','19','2','60','retail','0','2020-09-05 10:22:13','','','','0','Cash',7.37,'30','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.80','0.86','Inclusive',NULL),(932,'71599287264','70','1','50','retail','0','2020-09-05 10:22:38','','','','2','Cash',6.14,'50','','','7','','1','2020-09-05 07:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.13','Inclusive',NULL),(933,'71599290702','91','5','700','retail','0','2020-09-05 10:25:02','','','','1','Cash',85.96,'140','','','7','','1','2020-09-05 07:26:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','272.00','267','Inclusive',NULL),(934,'71599290984','1','1','320','retail','0','2020-09-05 10:29:44','','','','0','Cash',39.30,'320','','','7','','1','2020-09-05 08:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','170.00','169','Inclusive',NULL),(935,'71599290984','5','1','110','retail','0','2020-09-05 11:20:54','','','','0','Cash',13.51,'110','','','7','','1','2020-09-05 08:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(936,'71599290984','10','1','20','retail','0','2020-09-05 11:21:08','','','','0','Cash',2.46,'20','','','7','','1','2020-09-05 08:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','76.00','75','Inclusive',NULL),(937,'71599290984','133','1','10','retail','0','2020-09-05 11:21:18','','','','0','Cash',1.23,'10','','','7','','1','2020-09-05 08:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(938,'71599290984','19','1','30','retail','0','2020-09-05 11:21:27','','','','0','Cash',3.68,'30','','','7','','1','2020-09-05 08:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.86','0.89','Inclusive',NULL),(939,'71599290984','70','1','50','retail','0','2020-09-05 11:21:38','','','','2','Cash',6.14,'50','','','7','','1','2020-09-05 08:21:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.13','0.16','Inclusive',NULL),(948,'71599295447','85','1','120','retail','0','2020-09-05 11:44:08','','','','0','Cash',14.74,'120','','','7','','1','2020-09-05 08:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','449.00','448','Inclusive',NULL),(949,'71599295471','1','1','320','retail','0','2020-09-05 11:44:31','','','','0','Cash',39.30,'320','','','7','','1','2020-09-05 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','169.00','168','Inclusive',NULL),(950,'71599295471','5','1','110','retail','0','2020-09-05 11:44:58','','','','0','Cash',13.51,'110','','','7','','1','2020-09-05 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(951,'71599295471','74','1','50','retail','0','2020-09-05 11:45:14','','','','5','Cash',6.14,'50','','','7','','1','2020-09-05 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.16','0.16','Inclusive',NULL),(952,'71599295471','15','1','30','retail','0','2020-09-05 11:45:22','','','','0','Cash',3.68,'30','','','7','','1','2020-09-05 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.71','0.71','Inclusive',NULL),(953,'71599295471','133','1','10','retail','0','2020-09-05 11:45:41','','','','0','Cash',1.23,'10','','','7','','1','2020-09-05 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(954,'71599295471','10','1','20','retail','0','2020-09-05 11:46:00','','','','0','Cash',2.46,'20','','','7','','1','2020-09-05 08:46:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','75.00','74','Inclusive',NULL),(955,'71599295609','163','5','2000','retail','0','2020-09-05 11:54:03','','','','0','Cash',245.61,'400','','','7','','1','2020-09-05 08:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','218.00','213','Inclusive',NULL),(956,'71599461344','3','1','170','retail','0','2020-09-07 09:49:04','','','','0','Cash',20.88,'170','','','7','','1','2020-09-07 06:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(957,'71599461344','6','1','70','retail','0','2020-09-07 09:49:14','','','','0','Cash',8.60,'70','','','7','','1','2020-09-07 06:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(958,'71599461344','11','1','20','retail','0','2020-09-07 09:49:37','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 06:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(959,'71599461344','133','1','10','retail','0','2020-09-07 09:49:47','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 06:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(960,'71599461344','70','1','50','retail','0','2020-09-07 09:49:55','','','','2','Cash',6.14,'50','','','7','','1','2020-09-07 06:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.16','0.19','Inclusive',NULL),(961,'71599461344','15','1','30','retail','0','2020-09-07 09:50:07','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 06:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.71','0.74','Inclusive',NULL),(962,'71599461428','1','1','320','retail','0','2020-09-07 09:50:28','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 07:05:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','168.00','167','Inclusive',NULL),(963,'71599461428','5','1','110','retail','0','2020-09-07 10:04:22','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 07:05:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(964,'71599461428','10','1','20','retail','0','2020-09-07 10:04:30','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 07:05:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','73.50','72.5','Inclusive',NULL),(965,'71599461428','133','1','10','retail','0','2020-09-07 10:04:39','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 07:05:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(966,'71599461428','19','1','30','retail','0','2020-09-07 10:04:49','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 07:05:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.89','0.92','Inclusive',NULL),(967,'71599461428','70','1','50','retail','0','2020-09-07 10:04:57','','','','2','Cash',6.14,'50','','','7','','1','2020-09-07 07:05:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.19','0.22','Inclusive',NULL),(968,'71599462314','1','2','600','retail','0','2020-09-07 10:05:14','','','','0','Cash',73.68,'300','','','7','','1','2020-09-07 08:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','167.00','166','Inclusive',NULL),(970,'71599462314','5','2','200','retail','0','2020-09-07 11:08:01','','','','0','Cash',24.56,'100','','','7','','1','2020-09-07 08:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(971,'71599462314','10','2','40','retail','0','2020-09-07 11:08:30','','','','0','Cash',4.91,'20','','','7','','1','2020-09-07 08:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','72.50','70.5','Inclusive',NULL),(972,'71599462314','19','2','40','retail','0','2020-09-07 11:08:42','','','','0','Cash',4.91,'20','','','7','','1','2020-09-07 08:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.92','0.98','Inclusive',NULL),(973,'71599462314','74','2','100','retail','0','2020-09-07 11:08:52','','','','5','Cash',12.28,'50','','','7','','1','2020-09-07 08:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.16','0.22','Inclusive',NULL),(974,'71599462314','133','2','20','retail','0','2020-09-07 11:09:03','','','','0','Cash',2.46,'10','','','7','','1','2020-09-07 08:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.90','1','Inclusive',NULL),(975,'71599466188','143','1','300','retail','0','2020-09-07 11:09:48','','','','2','Cash',36.84,'300','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.50','0.5','Inclusive',NULL),(976,'71599466188','1','1','320','retail','0','2020-09-07 11:16:43','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','165.00','164','Inclusive',NULL),(977,'71599466188','5','1','110','retail','0','2020-09-07 11:20:18','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(978,'71599466188','133','1','10','retail','0','2020-09-07 11:20:45','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(979,'71599466188','10','1','20','retail','0','2020-09-07 11:20:54','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','70.50','69.5','Inclusive',NULL),(980,'71599466188','15','1','30','retail','0','2020-09-07 11:21:04','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.74','0.77','Inclusive',NULL),(981,'71599466188','74','1','50','retail','0','2020-09-07 11:21:13','','','','5','Cash',6.14,'50','','','7','','1','2020-09-07 08:22:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.22','0.25','Inclusive',NULL),(982,'71599468759','5','1','110','retail','0','2020-09-07 11:52:39','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 09:13:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(983,'71599468759','1','1','320','retail','0','2020-09-07 12:12:23','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 09:13:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','164.00','163','Inclusive',NULL),(984,'71599468759','10','1','20','retail','0','2020-09-07 12:12:32','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 09:13:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','69.50','68.5','Inclusive',NULL),(985,'71599468759','133','1','10','retail','0','2020-09-07 12:12:43','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 09:13:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(986,'71599470008','3','1','170','retail','0','2020-09-07 12:13:28','','','','0','Cash',20.88,'170','','','7','','1','2020-09-07 09:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(987,'71599470008','11','1','20','retail','0','2020-09-07 12:14:01','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 09:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(988,'71599470008','6','1','70','retail','0','2020-09-07 12:14:09','','','','0','Cash',8.60,'70','','','7','','1','2020-09-07 09:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(989,'71599470008','133','1','10','retail','0','2020-09-07 12:14:21','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 09:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(990,'71599471016','147','5','2500','retail','0','2020-09-07 12:30:31','','','','0','Cash',307.02,'500','','','7','','1','2020-09-07 09:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','802.00','797','Inclusive',NULL),(991,'71599471070','1','1','320','retail','0','2020-09-07 12:31:10','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 09:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','162.50','161.5','Inclusive',NULL),(992,'71599471070','10','1','20','retail','0','2020-09-07 12:54:41','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 09:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','68.50','67.5','Inclusive',NULL),(993,'71599471070','5','1','110','retail','0','2020-09-07 12:54:50','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 09:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(994,'71599471070','70','1','50','retail','0','2020-09-07 12:55:01','','','','2','Cash',6.14,'50','','','7','','1','2020-09-07 09:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.22','0.25','Inclusive',NULL),(995,'71599471070','133','1','10','retail','0','2020-09-07 12:55:14','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 09:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(996,'71599471070','23','1','30','retail','0','2020-09-07 12:56:05','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 09:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.60','0.6','Inclusive',NULL),(997,'71599472601','1','1','320','retail','0','2020-09-07 12:56:42','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 09:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','161.50','160.5','Inclusive',NULL),(998,'71599472601','10','1','20','retail','0','2020-09-07 12:57:05','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 09:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','67.50','66.5','Inclusive',NULL),(999,'71599472601','5','1','110','retail','0','2020-09-07 12:57:15','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 09:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1000,'71599472601','133','1','10','retail','0','2020-09-07 12:57:22','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 09:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(1001,'71599472601','70','1','50','retail','0','2020-09-07 12:57:31','','','','2','Cash',6.14,'50','','','7','','1','2020-09-07 09:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.28','Inclusive',NULL),(1002,'71599472601','23','1','30','retail','0','2020-09-07 12:57:51','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 09:58:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.60','0.63','Inclusive',NULL),(1003,'71599472702','1','3','960','retail','0','2020-09-07 12:58:22','','','','0','Cash',117.89,'320','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','160.50','157.5','Inclusive',NULL),(1004,'71599472702','5','3','330','retail','0','2020-09-07 13:10:46','','','','0','Cash',40.53,'110','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','1.5','Inclusive',NULL),(1005,'71599472702','133','3','30','retail','0','2020-09-07 13:11:06','','','','0','Cash',3.68,'10','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.20','0.35','Inclusive',NULL),(1006,'71599472702','10','3','60','retail','0','2020-09-07 13:11:18','','','','0','Cash',7.37,'20','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','66.50','63.5','Inclusive',NULL),(1007,'71599472702','70','3','150','retail','0','2020-09-07 13:11:33','','','','2','Cash',18.42,'50','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.28','0.37','Inclusive',NULL),(1008,'71599472702','19','2','60','retail','0','2020-09-07 13:11:49','','','','0','Cash',7.37,'30','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.98','1.04','Inclusive',NULL),(1009,'71599472702','15','1','30','retail','0','2020-09-07 13:12:00','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 10:12:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.77','0.8','Inclusive',NULL),(1010,'71599473536','1','1','320','retail','0','2020-09-07 13:12:16','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 10:34:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','157.50','156.5','Inclusive',NULL),(1011,'71599473536','5','1','110','retail','0','2020-09-07 13:30:58','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 10:34:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1012,'71599473536','10','1','20','retail','0','2020-09-07 13:31:07','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 10:34:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','63.50','62.5','Inclusive',NULL),(1013,'71599473536','133','1','10','retail','0','2020-09-07 13:31:26','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 10:34:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(1014,'71599473536','19','1','30','retail','0','2020-09-07 13:33:20','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 10:34:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.04','0.04','Inclusive',NULL),(1015,'71599473536','69','1','50','retail','0','2020-09-07 13:33:52','','','','0','Cash',6.14,'50','','','7','','1','2020-09-07 10:34:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','0.05','Inclusive',NULL),(1016,'71599474877','1','1','320','retail','0','2020-09-07 13:34:37','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 10:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','156.50','155.5','Inclusive',NULL),(1017,'71599474877','5','1','110','retail','0','2020-09-07 13:37:35','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 10:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1018,'71599474877','133','1','10','retail','0','2020-09-07 13:37:43','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 10:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(1019,'71599474877','70','1','50','retail','0','2020-09-07 13:37:52','','','','2','Cash',6.14,'50','','','7','','1','2020-09-07 10:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.37','0.4','Inclusive',NULL),(1020,'71599474877','19','1','30','retail','0','2020-09-07 13:38:03','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 10:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.04','0.07','Inclusive',NULL),(1021,'71599474877','10','1','20','retail','0','2020-09-07 13:38:11','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 10:39:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','62.50','61.5','Inclusive',NULL),(1022,'71599470100','3','1','170','retail','0','2020-09-07 12:15:01','','','','0','Cash',20.88,'170','','','7','','1','2020-09-07 11:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(1023,'71599470100','11','1','20','retail','0','2020-09-07 14:39:12','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 11:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1024,'71599470100','6','1','70','retail','0','2020-09-07 14:39:32','','','','0','Cash',8.60,'70','','','7','','1','2020-09-07 11:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(1025,'71599470100','133','1','10','retail','0','2020-09-07 14:39:45','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 11:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(1026,'71599470100','15','1','30','retail','0','2020-09-07 14:39:58','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 11:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.80','0.83','Inclusive',NULL),(1028,'71599470100','74','1','50','retail','0','2020-09-07 14:47:57','','','','5','Cash',6.14,'50','','','7','','1','2020-09-07 11:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.28','0.28','Inclusive',NULL),(1029,'71599479520','147','5','2500','retail','0','2020-09-07 14:52:00','','','','0','Cash',307.02,'500','','','7','','1','2020-09-07 11:58:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','797.00','792','Inclusive',NULL),(1030,'71599479895','147','1','500','retail','0','2020-09-07 14:58:15','','','','0','Cash',61.40,'500','','','7','','1','2020-09-07 12:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','792.00','791','Inclusive',NULL),(1031,'71599480397','1','1','320','retail','0','2020-09-07 15:06:37','','','','0','Cash',39.30,'320','','','7','','1','2020-09-07 13:17:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','155.00','154','Inclusive',NULL),(1032,'71599480397','5','1','110','retail','0','2020-09-07 16:15:58','','','','0','Cash',13.51,'110','','','7','','1','2020-09-07 13:17:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1033,'71599480397','10','1','20','retail','0','2020-09-07 16:16:10','','','','0','Cash',2.46,'20','','','7','','1','2020-09-07 13:17:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','61.00','60','Inclusive',NULL),(1034,'71599480397','70','1','50','retail','0','2020-09-07 16:16:19','','','','2','Cash',6.14,'50','','','7','','1','2020-09-07 13:17:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.43','Inclusive',NULL),(1035,'71599480397','19','1','30','retail','0','2020-09-07 16:16:29','','','','0','Cash',3.68,'30','','','7','','1','2020-09-07 13:17:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.07','0.1','Inclusive',NULL),(1036,'71599480397','133','1','10','retail','0','2020-09-07 16:16:39','','','','0','Cash',1.23,'10','','','7','','1','2020-09-07 13:17:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(1038,'41176498340','185','1','250','retail','0','2020-09-08 08:43:03','','','','0','Cash',30.70,'250','','','4','','1','2020-09-08 05:50:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','3.00','2','Inclusive',NULL),(1039,'41599544237','94','5','700','retail','0','2020-09-08 09:35:08','','','','0','Cash',85.96,'140','','','4','','1','2020-09-08 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','87.00','82','Inclusive',NULL),(1040,'41599546952','1','2','640','retail','0','2020-09-08 09:35:52','','','','0','Cash',78.60,'320','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','154.00','152','Inclusive',NULL),(1042,'41599546952','10','2','40','retail','0','2020-09-08 09:44:13','','','','0','Cash',4.91,'20','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','60.00','58','Inclusive',NULL),(1043,'41599546952','5','2','220','retail','0','2020-09-08 09:44:25','','','','0','Cash',27.02,'110','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','1','Inclusive',NULL),(1044,'41599546952','133','2','20','retail','0','2020-09-08 09:44:36','','','','0','Cash',2.46,'10','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.55','0.65','Inclusive',NULL),(1045,'41599546952','70','2','100','retail','0','2020-09-08 09:44:53','','','','2','Cash',12.28,'50','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.43','0.49','Inclusive',NULL),(1046,'41599546952','15','1','30','retail','0','2020-09-08 09:45:22','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.83','0.86','Inclusive',NULL),(1047,'41599546952','15','1','30','retail','0','2020-09-08 09:45:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.86','0.89','Inclusive',NULL),(1048,'41599546952','1','1','320','retail','0','2020-09-08 09:46:04','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','152.00','151','Inclusive',NULL),(1049,'41599546952','3','1','160','retail','0','2020-09-08 09:46:24','','','','0','Cash',19.65,'160','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(1050,'41599546952','10','1','20','retail','0','2020-09-08 09:46:36','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','58.00','57','Inclusive',NULL),(1051,'41599546952','33','1','130','retail','0','2020-09-08 09:47:12','','','','0','Cash',15.96,'130','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','2.00','1','Inclusive',NULL),(1052,'41599546952','48','1','60','retail','0','2020-09-08 09:47:20','','','','0','Cash',7.37,'60','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','2.00','1','Inclusive',NULL),(1053,'41599546952','36','1','130','retail','0','2020-09-08 09:47:32','','','','0','Cash',15.96,'130','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.75','0.75','Inclusive',NULL),(1054,'41599546952','27','1','30','retail','0','2020-09-08 09:47:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(1055,'41599546952','74','1','50','retail','0','2020-09-08 09:48:05','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 06:50:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.28','0.31','Inclusive',NULL),(1056,'41599547833','94','5','700','retail','0','2020-09-08 09:50:33','','','','0','Cash',85.96,'140','','','4','','1','2020-09-08 06:54:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','82.00','77','Inclusive',NULL),(1057,'41599548063','85','1','120','retail','0','2020-09-08 09:54:23','','','','0','Cash',14.74,'120','','','4','','1','2020-09-08 07:00:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','448.00','447','Inclusive',NULL),(1059,'41599550009','1','1','300','retail','0','2020-09-08 10:26:49','','','','0','Cash',36.84,'300','','','4','','1','2020-09-08 07:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','151.00','150','Inclusive',NULL),(1060,'41599550009','10','1','20','retail','0','2020-09-08 10:32:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 07:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','57.00','56','Inclusive',NULL),(1061,'41599550009','5','1','100','retail','0','2020-09-08 10:32:46','','','','0','Cash',12.28,'100','','','4','','1','2020-09-08 07:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive',NULL),(1062,'41599550009','133','1','10','retail','0','2020-09-08 10:33:03','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 07:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(1063,'41599550009','19','1','20','retail','0','2020-09-08 10:33:13','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 07:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.10','0.13','Inclusive',NULL),(1064,'41599550009','70','1','50','retail','0','2020-09-08 10:34:08','','','','2','Cash',6.14,'50','','','4','','1','2020-09-08 07:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.49','0.52','Inclusive',NULL),(1065,'41599550556','3','1','170','retail','0','2020-09-08 10:35:56','','','','0','Cash',20.88,'170','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(1066,'41599550556','10','1','20','retail','0','2020-09-08 10:37:51','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','56.00','55','Inclusive',NULL),(1067,'41599550556','49','1','420','retail','0','2020-09-08 10:38:38','','','','0','Cash',51.58,'420','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','62.00','61','Inclusive',NULL),(1068,'41599550556','55','1','50','retail','0','2020-09-08 10:38:47','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','1','Inclusive',NULL),(1069,'41599550556','15','1','30','retail','0','2020-09-08 10:39:01','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.89','0.92','Inclusive',NULL),(1071,'41599550556','74','1','50','retail','0','2020-09-08 10:40:46','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.31','0.34','Inclusive',NULL),(1072,'41599550556','74','1','50','retail','0','2020-09-08 10:41:07','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.34','0.37','Inclusive',NULL),(1073,'41599550556','74','1','50','retail','0','2020-09-08 10:41:23','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.37','0.4','Inclusive',NULL),(1074,'41599550556','9','1','60','retail','0','2020-09-08 10:41:40','','','','0','Cash',7.37,'60','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(1075,'41599550556','176','1','50','retail','0','2020-09-08 10:42:29','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','','20.00','19','Inclusive',NULL),(1077,'41599550556','74','1','50','retail','0','2020-09-08 10:43:18','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 07:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.43','Inclusive',NULL),(1078,'41599551109','1','1','320','retail','0','2020-09-08 10:45:09','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','149.50','148.5','Inclusive',NULL),(1079,'41599551109','5','1','110','retail','0','2020-09-08 11:52:37','','','','0','Cash',13.51,'110','','','4','','1','2020-09-08 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1080,'41599551109','133','1','10','retail','0','2020-09-08 11:52:46','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(1081,'41599551109','11','1','20','retail','0','2020-09-08 11:52:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1082,'41599551109','15','1','30','retail','0','2020-09-08 11:53:35','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.92','0.95','Inclusive',NULL),(1083,'41599551109','74','1','50','retail','0','2020-09-08 11:53:49','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.43','0.46','Inclusive',NULL),(1084,'41599555243','3','1','160','retail','0','2020-09-08 11:54:03','','','','0','Cash',19.65,'160','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(1085,'41599555243','2','1','90','retail','0','2020-09-08 11:54:28','','','','0','Cash',11.05,'90','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(1086,'41599555243','11','1','20','retail','0','2020-09-08 11:54:37','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1087,'41599555243','138','1','50','retail','0','2020-09-08 11:54:48','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(1088,'41599555243','137','1','50','retail','0','2020-09-08 11:54:59','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(1089,'41599555243','139','1','50','retail','0','2020-09-08 11:55:11','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(1090,'41599555243','27','1','30','retail','0','2020-09-08 11:55:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.30','0.33','Inclusive',NULL),(1091,'41599555243','70','1','50','retail','0','2020-09-08 11:55:33','','','','2','Cash',6.14,'50','','','4','','1','2020-09-08 08:55:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.52','0.55','Inclusive',NULL),(1092,'41599555356','1','1','300','retail','0','2020-09-08 11:55:56','','','','0','Cash',36.84,'300','','','4','','1','2020-09-08 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','147.75','146.75','Inclusive',NULL),(1093,'41599555356','3','1','150','retail','0','2020-09-08 12:09:55','','','','0','Cash',18.42,'150','','','4','','1','2020-09-08 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','1.00','0','Inclusive',NULL),(1094,'41599555356','5','1','100','retail','0','2020-09-08 12:11:02','','','','0','Cash',12.28,'100','','','4','','1','2020-09-08 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(1095,'41599555356','133','1','10','retail','0','2020-09-08 12:12:10','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(1096,'41599555356','10','1','20','retail','0','2020-09-08 12:12:22','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','54.50','53.5','Inclusive',NULL),(1097,'41599555356','137','1','50','retail','0','2020-09-08 12:12:32','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(1098,'41599556594','1','1','320','retail','0','2020-09-08 12:16:34','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','146.75','145.75','Inclusive',NULL),(1099,'41599556594','3','1','160','retail','0','2020-09-08 12:16:56','','','','0','Cash',19.65,'160','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(1100,'41599556594','10','1','20','retail','0','2020-09-08 12:17:09','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','53.50','52.5','Inclusive',NULL),(1101,'41599556594','33','1','130','retail','0','2020-09-08 12:17:32','','','','0','Cash',15.96,'130','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(1102,'41599556594','36','1','130','retail','0','2020-09-08 12:17:45','','','','0','Cash',15.96,'130','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.75','1','Inclusive',NULL),(1103,'41599556594','48','1','60','retail','0','2020-09-08 12:17:53','','','','0','Cash',7.37,'60','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1104,'41599556594','27','1','30','retail','0','2020-09-08 12:18:06','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.33','0.36','Inclusive',NULL),(1106,'41599556594','70','1','50','retail','0','2020-09-08 12:19:01','','','','2','Cash',6.14,'50','','','4','','1','2020-09-08 09:19:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.55','0.58','Inclusive',NULL),(1107,'41599556779','3','1','170','retail','0','2020-09-08 12:19:40','','','','0','Cash',20.88,'170','','','4','','1','2020-09-08 09:35:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(1108,'41599556779','6','1','70','retail','0','2020-09-08 12:32:43','','','','0','Cash',8.60,'70','','','4','','1','2020-09-08 09:35:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(1109,'41599556779','11','1','20','retail','0','2020-09-08 12:32:55','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 09:35:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1110,'41599556779','19','1','30','retail','0','2020-09-08 12:33:03','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 09:35:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.13','0.16','Inclusive',NULL),(1111,'41599557717','32','1','250','retail','0','2020-09-08 12:35:17','','','','0','Cash',30.70,'250','','','4','','1','2020-09-08 11:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','1','0.50','1','Inclusive',NULL),(1112,'41599557717','10','1','20','retail','0','2020-09-08 14:18:45','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 11:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','52.00','51','Inclusive',NULL),(1113,'41599557717','1','1','320','retail','0','2020-09-08 14:18:55','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 11:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','144.75','143.75','Inclusive',NULL),(1114,'41599557717','19','1','30','retail','0','2020-09-08 14:19:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 11:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.16','0.19','Inclusive',NULL),(1115,'41599557717','27','1','30','retail','0','2020-09-08 14:19:55','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 11:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.36','0.39','Inclusive',NULL),(1116,'41599557717','23','1','30','retail','0','2020-09-08 14:20:07','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 11:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.63','0.66','Inclusive',NULL),(1117,'41599564036','65','1','500','retail','0','2020-09-08 14:20:36','','','','0','Cash',61.40,'500','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','1.00','0','Inclusive',NULL),(1118,'41599564036','15','1','30','retail','0','2020-09-08 14:36:50','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.95','0.98','Inclusive',NULL),(1119,'41599564036','74','1','50','retail','0','2020-09-08 14:37:08','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.46','0.49','Inclusive',NULL),(1120,'41599564036','3','1','160','retail','0','2020-09-08 14:37:18','','','','0','Cash',19.65,'160','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(1121,'41599564036','11','1','20','retail','0','2020-09-08 14:37:36','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1122,'41599564036','27','1','30','retail','0','2020-09-08 14:37:53','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.39','0.42','Inclusive',NULL),(1123,'41599564036','70','1','50','retail','0','2020-09-08 14:38:07','','','','2','Cash',6.14,'50','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.58','0.61','Inclusive',NULL),(1124,'41599564036','137','1','50','retail','0','2020-09-08 14:38:15','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(1125,'41599564036','139','1','50','retail','0','2020-09-08 14:38:35','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(1126,'41599564036','2','1','90','retail','0','2020-09-08 14:39:39','','','','0','Cash',11.05,'90','','','4','','1','2020-09-08 12:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(1130,'41599566865','1','1','320','retail','0','2020-09-08 15:07:45','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','143.50','142.5','Inclusive',NULL),(1131,'41599566865','10','1','20','retail','0','2020-09-08 15:08:20','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','50.50','49.5','Inclusive',NULL),(1132,'41599566865','5','1','110','retail','0','2020-09-08 15:08:26','','','','0','Cash',13.51,'110','','','4','','1','2020-09-08 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1133,'41599566865','133','1','10','retail','0','2020-09-08 15:08:36','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(1134,'41599566865','19','1','30','retail','0','2020-09-08 15:08:46','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.19','0.22','Inclusive',NULL),(1135,'41599566984','1','10','3200','retail','0','2020-09-08 15:09:44','','','','0','Cash',392.98,'320','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','10','142.50','132.5','Inclusive',NULL),(1136,'41599566984','5','5','550','retail','0','2020-09-08 15:13:12','','','','0','Cash',67.54,'110','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','2.5','Inclusive',NULL),(1137,'41599566984','10','10','200','retail','0','2020-09-08 15:13:25','','','','0','Cash',24.56,'20','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','49.50','39.5','Inclusive',NULL),(1138,'41599566984','5','5','550','retail','0','2020-09-08 15:13:48','','','','0','Cash',67.54,'110','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','2.50','5','Inclusive',NULL),(1139,'41599566984','133','10','100','retail','0','2020-09-08 15:14:04','','','','0','Cash',12.28,'10','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','10','0.85','1.35','Inclusive',NULL),(1140,'41599566984','19','10','300','retail','0','2020-09-08 15:14:28','','','','0','Cash',36.84,'30','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','10','0.22','0.52','Inclusive',NULL),(1141,'41599566984','74','10','500','retail','0','2020-09-08 15:15:23','','','','5','Cash',61.40,'50','','','4','','1','2020-09-08 12:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','10','0.49','0.79','Inclusive',NULL),(1142,'41599567366','1','2','440','retail','0','2020-09-08 15:16:06','','','','0','Cash',54.04,'220','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','132.50','130.5','Inclusive',NULL),(1143,'41599567366','5','2','120','retail','0','2020-09-08 15:18:52','','','','0','Cash',14.74,'60','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','5.00','3','Inclusive',NULL),(1144,'41599567366','10','2','40','retail','0','2020-09-08 15:19:02','','','','0','Cash',4.91,'20','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','39.50','38.5','Inclusive',NULL),(1145,'41599567366','133','2','20','retail','0','2020-09-08 15:19:28','','','','0','Cash',2.46,'10','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.35','1.45','Inclusive',NULL),(1146,'41599567366','15','2','60','retail','0','2020-09-08 15:19:39','','','','0','Cash',7.37,'30','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.98','1.04','Inclusive',NULL),(1147,'41599567366','70','2','100','retail','0','2020-09-08 15:20:34','','','','2','Cash',12.28,'50','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.61','0.67','Inclusive',NULL),(1148,'41599567366','3','1','50','retail','0','2020-09-08 15:20:51','','','','0','Cash',6.14,'50','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','0.5','Inclusive',NULL),(1149,'41599567366','6','1','70','retail','0','2020-09-08 15:21:16','','','','0','Cash',8.60,'70','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(1150,'41599567366','11','1','20','retail','0','2020-09-08 15:23:13','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1151,'41599567366','133','1','10','retail','0','2020-09-08 15:23:25','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.45','0.45','Inclusive',NULL),(1152,'41599567366','15','1','30','retail','0','2020-09-08 15:23:39','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.04','0.04','Inclusive',NULL),(1153,'41599567366','70','1','20','retail','0','2020-09-08 15:23:52','','','','2','Cash',2.46,'20','','','4','','1','2020-09-08 12:29:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.67','0.7','Inclusive',NULL),(1155,'41599568146','1','1','320','retail','0','2020-09-08 15:29:06','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 13:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','130.00','129','Inclusive',NULL),(1156,'41599568146','5','1','110','retail','0','2020-09-08 16:08:24','','','','0','Cash',13.51,'110','','','4','','1','2020-09-08 13:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(1157,'41599568146','10','1','20','retail','0','2020-09-08 16:08:33','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 13:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','37.50','36.5','Inclusive',NULL),(1158,'41599568146','133','1','10','retail','0','2020-09-08 16:08:41','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 13:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(1159,'41599568146','19','1','30','retail','0','2020-09-08 16:08:49','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 13:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.52','0.55','Inclusive',NULL),(1160,'41599568146','70','1','50','retail','0','2020-09-08 16:08:57','','','','2','Cash',6.14,'50','','','4','','1','2020-09-08 13:09:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.73','Inclusive',NULL),(1161,'41599572466','150','200','40000','retail','0','2020-09-08 16:41:06','','','','0','Invoice',4912.28,'200','','','4','','1','2020-09-08 13:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','230.00','30','Inclusive',NULL),(1162,'41599572973','1','1','320','retail','0','2020-09-08 16:49:33','','','','0','Cash',39.30,'320','','','4','','1','2020-09-08 13:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','129.00','128','Inclusive',NULL),(1163,'41599572973','5','1','110','retail','0','2020-09-08 16:49:49','','','','0','Cash',13.51,'110','','','4','','1','2020-09-08 13:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(1164,'41599572973','10','1','20','retail','0','2020-09-08 16:50:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-08 13:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','36.50','35.5','Inclusive',NULL),(1165,'41599572973','133','1','10','retail','0','2020-09-08 16:50:07','','','','0','Cash',1.23,'10','','','4','','1','2020-09-08 13:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(1166,'41599572973','15','1','30','retail','0','2020-09-08 16:50:17','','','','0','Cash',3.68,'30','','','4','','1','2020-09-08 13:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.07','0.07','Inclusive',NULL),(1167,'41599572973','74','1','50','retail','0','2020-09-08 16:50:31','','','','5','Cash',6.14,'50','','','4','','1','2020-09-08 13:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.79','0.82','Inclusive',NULL),(1168,'71599631949','1','1','340','retail','0','2020-09-09 09:12:29','','','','0','Cash',41.75,'340','','','7','','1','2020-09-09 06:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','128.00','127','Inclusive',NULL),(1169,'71599631949','5','1','260','retail','0','2020-09-09 09:12:45','','','','0','Cash',31.93,'260','','','7','','1','2020-09-09 06:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','1.00','0','Inclusive',NULL),(1170,'71599631949','7','1','200','retail','0','2020-09-09 09:13:29','','','','0','Cash',24.56,'200','','','7','','1','2020-09-09 06:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','96.65','95.65','Inclusive',NULL),(1171,'71599631949','10','1','20','retail','0','2020-09-09 09:13:49','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 06:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','35.50','34.5','Inclusive',NULL),(1172,'71599638523','3','1','170','retail','0','2020-09-09 11:02:03','','','','0','Cash',20.88,'170','','','7','','1','2020-09-09 08:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(1173,'71599638523','11','1','20','retail','0','2020-09-09 11:02:37','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 08:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1174,'71599638523','15','1','30','retail','0','2020-09-09 11:02:46','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 08:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.07','0.1','Inclusive',NULL),(1175,'71599638523','70','1','50','retail','0','2020-09-09 11:03:05','','','','2','Cash',6.14,'50','','','7','','1','2020-09-09 08:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.73','0.76','Inclusive',NULL),(1176,'71599638523','6','1','70','retail','0','2020-09-09 11:03:15','','','','0','Cash',8.60,'70','','','7','','1','2020-09-09 08:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(1177,'71599638523','133','1','10','retail','0','2020-09-09 11:03:30','','','','0','Cash',1.23,'10','','','7','','1','2020-09-09 08:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(1178,'71599638645','1','3','960','retail','0','2020-09-09 11:04:05','','','','0','Cash',117.89,'320','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','126.50','123.5','Inclusive',NULL),(1179,'71599638645','3','3','480','retail','0','2020-09-09 11:04:26','','','','0','Cash',58.95,'160','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','3','1.00','2.5','Inclusive',NULL),(1180,'71599638645','15','3','90','retail','0','2020-09-09 11:04:40','','','','0','Cash',11.05,'30','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.10','0.19','Inclusive',NULL),(1181,'71599638645','74','3','150','retail','0','2020-09-09 11:04:52','','','','5','Cash',18.42,'50','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.82','0.91','Inclusive',NULL),(1182,'71599638645','10','3','60','retail','0','2020-09-09 11:05:11','','','','0','Cash',7.37,'20','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','34.00','31','Inclusive',NULL),(1183,'71599638645','5','3','330','retail','0','2020-09-09 11:05:26','','','','0','Cash',40.53,'110','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','1.5','Inclusive',NULL),(1184,'71599638645','133','3','30','retail','0','2020-09-09 11:05:42','','','','0','Cash',3.68,'10','','','7','','1','2020-09-09 08:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.60','0.75','Inclusive',NULL),(1185,'71599638783','97','1','100','retail','0','2020-09-09 11:29:59','','','','0','Cash',12.28,'100','','','7','','1','2020-09-09 08:30:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','29.00','28','Inclusive',NULL),(1186,'71599640225','85','5','500','retail','0','2020-09-09 12:03:39','','','','0','Cash',61.40,'100','','','7','','1','2020-09-09 09:04:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','447.00','446','Inclusive',NULL),(1187,'71599642245','1','1','320','retail','0','2020-09-09 12:04:05','','','','0','Cash',39.30,'320','','','7','','1','2020-09-09 09:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','122.00','121','Inclusive',NULL),(1188,'71599642245','5','1','110','retail','0','2020-09-09 12:15:17','','','','0','Cash',13.51,'110','','','7','','1','2020-09-09 09:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1189,'71599642245','133','1','10','retail','0','2020-09-09 12:15:24','','','','0','Cash',1.23,'10','','','7','','1','2020-09-09 09:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(1190,'71599642245','70','1','50','retail','0','2020-09-09 12:15:33','','','','2','Cash',6.14,'50','','','7','','1','2020-09-09 09:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.76','0.79','Inclusive',NULL),(1191,'71599642245','23','1','30','retail','0','2020-09-09 12:15:55','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 09:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.66','0.69','Inclusive',NULL),(1192,'71599642245','10','1','20','retail','0','2020-09-09 12:16:04','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 09:16:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','31.00','30','Inclusive',NULL),(1193,'71599642982','2','1','90','retail','0','2020-09-09 12:16:22','','','','0','Cash',11.05,'90','','','7','','1','2020-09-09 09:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(1194,'71599642982','55','1','50','retail','0','2020-09-09 12:35:39','','','','0','Cash',6.14,'50','','','7','','1','2020-09-09 09:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(1196,'71599642982','11','1','20','retail','0','2020-09-09 12:36:09','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 09:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1197,'71599642982','49','0.5','210','retail','0','2020-09-09 12:36:49','','','','0','Cash',25.79,'420','','','7','','1','2020-09-09 09:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','','61.00','60','Inclusive',NULL),(1198,'71599642982','15','1','30','retail','0','2020-09-09 12:37:10','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 09:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.19','0.22','Inclusive',NULL),(1199,'71599642982','73','1','100','retail','0','2020-09-09 12:38:30','','','','0','Cash',12.28,'100','','','7','','1','2020-09-09 09:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.35','0.35','Inclusive',NULL),(1200,'71599644328','1','2','600','retail','0','2020-09-09 12:38:48','','','','0','Cash',73.68,'300','','','7','','1','2020-09-09 10:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','120.75','118.75','Inclusive',NULL),(1201,'71599644328','10','2','40','retail','0','2020-09-09 13:05:47','','','','0','Cash',4.91,'20','','','7','','1','2020-09-09 10:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','29.50','27.5','Inclusive',NULL),(1202,'71599644328','133','2','20','retail','0','2020-09-09 13:05:58','','','','0','Cash',2.46,'10','','','7','','1','2020-09-09 10:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.80','0.9','Inclusive',NULL),(1203,'71599644328','19','2','40','retail','0','2020-09-09 13:06:09','','','','0','Cash',4.91,'20','','','7','','1','2020-09-09 10:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.55','0.61','Inclusive',NULL),(1205,'71599644328','5','2','200','retail','0','2020-09-09 13:07:05','','','','0','Cash',24.56,'100','','','7','','1','2020-09-09 10:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1.5','Inclusive',NULL),(1206,'71599644328','70','2','100','retail','0','2020-09-09 13:08:05','','','','2','Cash',12.28,'50','','','7','','1','2020-09-09 10:08:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.79','0.85','Inclusive',NULL),(1207,'71599646106','1','1','320','retail','0','2020-09-09 13:08:27','','','','0','Cash',39.30,'320','','','7','','1','2020-09-09 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','118.75','117.75','Inclusive',NULL),(1208,'71599646106','5','1','110','retail','0','2020-09-09 13:41:37','','','','0','Cash',13.51,'110','','','7','','1','2020-09-09 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1209,'71599646106','10','1','20','retail','0','2020-09-09 13:41:45','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','27.50','26.5','Inclusive',NULL),(1210,'71599646106','133','1','10','retail','0','2020-09-09 13:41:53','','','','0','Cash',1.23,'10','','','7','','1','2020-09-09 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(1211,'71599646106','19','1','30','retail','0','2020-09-09 13:42:03','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.61','0.64','Inclusive',NULL),(1212,'71599646106','70','1','50','retail','0','2020-09-09 13:42:16','','','','2','Cash',6.14,'50','','','7','','1','2020-09-09 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.85','0.88','Inclusive',NULL),(1213,'71599648218','3','1','160','retail','0','2020-09-09 13:43:38','','','','0','Cash',19.65,'160','','','7','','1','2020-09-09 10:45:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','2.50','1.5','Inclusive',NULL),(1214,'71599648218','2','1','90','retail','0','2020-09-09 13:44:12','','','','0','Cash',11.05,'90','','','7','','1','2020-09-09 10:45:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(1215,'71599648218','11','1','20','retail','0','2020-09-09 13:44:21','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 10:45:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1216,'71599648218','137','1','50','retail','0','2020-09-09 13:44:30','','','','0','Cash',6.14,'50','','','7','','1','2020-09-09 10:45:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(1217,'71599648218','23','1','30','retail','0','2020-09-09 13:45:08','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 10:45:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.69','0.72','Inclusive',NULL),(1218,'71599648218','74','1','50','retail','0','2020-09-09 13:45:19','','','','5','Cash',6.14,'50','','','7','','1','2020-09-09 10:45:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.00','3','Inclusive',NULL),(1219,'71599648348','1','5','1600','retail','0','2020-09-09 13:45:48','','','','0','Cash',196.49,'320','','','7','','1','2020-09-09 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','117.50','112.5','Inclusive',NULL),(1220,'71599648348','5','5','550','retail','0','2020-09-09 13:48:01','','','','0','Cash',67.54,'110','','','7','','1','2020-09-09 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.50','3','Inclusive',NULL),(1221,'71599648348','10','5','100','retail','0','2020-09-09 13:48:20','','','','0','Cash',12.28,'20','','','7','','1','2020-09-09 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','26.50','25.5','Inclusive',NULL),(1222,'71599648348','133','5','50','retail','0','2020-09-09 13:48:38','','','','0','Cash',6.14,'10','','','7','','1','2020-09-09 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.95','1.2','Inclusive',NULL),(1223,'71599648348','15','5','150','retail','0','2020-09-09 13:48:58','','','','0','Cash',18.42,'30','','','7','','1','2020-09-09 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.22','0.37','Inclusive',NULL),(1224,'71599648348','74','5','250','retail','0','2020-09-09 13:49:12','','','','5','Cash',30.70,'50','','','7','','1','2020-09-09 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','3.00','3.15','Inclusive',NULL),(1225,'71599648644','1','1','320','retail','0','2020-09-09 13:50:44','','','','0','Cash',39.30,'320','','','7','','1','2020-09-09 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','112.50','111.5','Inclusive',NULL),(1226,'71599648644','5','1','110','retail','0','2020-09-09 13:51:14','','','','0','Cash',13.51,'110','','','7','','1','2020-09-09 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(1227,'71599648644','133','1','10','retail','0','2020-09-09 13:51:22','','','','0','Cash',1.23,'10','','','7','','1','2020-09-09 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.20','0.2','Inclusive',NULL),(1228,'71599648644','10','1','20','retail','0','2020-09-09 13:51:32','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','21.50','20.5','Inclusive',NULL),(1229,'71599648644','15','1','30','retail','0','2020-09-09 13:51:39','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.37','0.4','Inclusive',NULL),(1230,'71599648644','70','1','50','retail','0','2020-09-09 13:51:49','','','','2','Cash',6.14,'50','','','7','','1','2020-09-09 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.88','0.91','Inclusive',NULL),(1231,'71599648738','137','1','50','retail','0','2020-09-09 13:52:18','','','','0','Cash',6.14,'50','','','7','','1','2020-09-09 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(1232,'71599652680','1','1','320','retail','0','2020-09-09 14:58:01','','','','0','Cash',39.30,'320','','','7','','1','2020-09-09 12:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','111.50','110.5','Inclusive',NULL),(1233,'71599652680','5','1','110','retail','0','2020-09-09 15:03:13','','','','0','Cash',13.51,'110','','','7','','1','2020-09-09 12:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(1234,'71599652680','10','1','20','retail','0','2020-09-09 15:03:21','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 12:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','20.50','19.5','Inclusive',NULL),(1235,'71599652680','133','1','10','retail','0','2020-09-09 15:03:29','','','','0','Cash',1.23,'10','','','7','','1','2020-09-09 12:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(1236,'71599652680','15','1','30','retail','0','2020-09-09 15:03:41','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 12:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.40','0.43','Inclusive',NULL),(1237,'71599652680','74','1','50','retail','0','2020-09-09 15:04:32','','','','5','Cash',6.14,'50','','','7','','1','2020-09-09 12:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.15','2.15','Inclusive',NULL),(1238,'71599653098','186','2','300','retail','0','2020-09-09 15:17:08','','','','0','Cash',36.84,'150','','','7','','1','2020-09-09 12:19:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','3.00','1','Inclusive',NULL),(1239,'71599653974','1','1','320','retail','0','2020-09-09 15:20:01','','','','0','Cash',39.30,'320','','','7','','1','2020-09-09 12:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','110.50','109.5','Inclusive',NULL),(1240,'71599653974','5','1','110','retail','0','2020-09-09 15:34:53','','','','0','Cash',13.51,'110','','','7','','1','2020-09-09 12:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1241,'71599653974','19','1','30','retail','0','2020-09-09 15:34:59','','','','0','Cash',3.68,'30','','','7','','1','2020-09-09 12:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.64','0.67','Inclusive',NULL),(1242,'71599653974','70','1','50','retail','0','2020-09-09 15:35:08','','','','2','Cash',6.14,'50','','','7','','1','2020-09-09 12:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.91','0.94','Inclusive',NULL),(1243,'71599653974','10','1','20','retail','0','2020-09-09 15:35:34','','','','0','Cash',2.46,'20','','','7','','1','2020-09-09 12:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','19.50','18.5','Inclusive',NULL),(1244,'71599653974','133','1','10','retail','0','2020-09-09 15:35:43','','','','0','Cash',1.23,'10','','','7','','1','2020-09-09 12:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(1245,'41599717049','97','5','450','retail','0','2020-09-10 08:51:34','','','','0','Cash',55.26,'90','','','4','','1','2020-09-10 05:52:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','','28.00','23','Inclusive',NULL),(1246,'41599717148','1','1','320','retail','0','2020-09-10 08:52:28','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 05:55:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','109.50','108.5','Inclusive',NULL),(1247,'41599717148','5','1','110','retail','0','2020-09-10 08:53:21','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 05:55:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1248,'41599717148','10','1','20','retail','0','2020-09-10 08:54:17','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 05:55:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','18.50','17.5','Inclusive',NULL),(1249,'41599717148','133','1','10','retail','0','2020-09-10 08:54:26','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 05:55:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(1250,'41599717148','19','1','30','retail','0','2020-09-10 08:54:36','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 05:55:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.67','0.7','Inclusive',NULL),(1251,'41599717148','70','1','50','retail','0','2020-09-10 08:54:45','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 05:55:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.94','0.97','Inclusive',NULL),(1252,'41599717341','1','2','640','retail','0','2020-09-10 08:55:41','','','','0','Cash',78.60,'320','','','4','','1','2020-09-10 06:34:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','108.50','106.5','Inclusive',NULL),(1253,'41599717341','5','2','220','retail','0','2020-09-10 09:32:57','','','','0','Cash',27.02,'110','','','4','','1','2020-09-10 06:34:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(1254,'41599717341','133','2','20','retail','0','2020-09-10 09:33:16','','','','0','Cash',2.46,'10','','','4','','1','2020-09-10 06:34:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.35','0.45','Inclusive',NULL),(1255,'41599717341','10','2','40','retail','0','2020-09-10 09:33:27','','','','0','Cash',4.91,'20','','','4','','1','2020-09-10 06:34:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','17.50','15.5','Inclusive',NULL),(1256,'41599717341','15','2','60','retail','0','2020-09-10 09:33:58','','','','0','Cash',7.37,'30','','','4','','1','2020-09-10 06:34:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.43','0.49','Inclusive',NULL),(1257,'41599717341','70','2','100','retail','0','2020-09-10 09:34:21','','','','2','Cash',12.28,'50','','','4','','1','2020-09-10 06:34:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.97','1.03','Inclusive',NULL),(1258,'41599719685','3','1','170','retail','0','2020-09-10 09:57:38','','','','0','Cash',20.88,'170','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.50','0.5','Inclusive',NULL),(1259,'41599719685','2','1','90','retail','0','2020-09-10 09:58:46','','','','0','Cash',11.05,'90','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(1260,'41599719685','6','1','70','retail','0','2020-09-10 09:58:54','','','','0','Cash',8.60,'70','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(1261,'41599719685','11','1','20','retail','0','2020-09-10 09:59:04','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1262,'41599719685','133','1','10','retail','0','2020-09-10 09:59:13','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(1263,'41599719685','19','1','30','retail','0','2020-09-10 09:59:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.70','0.73','Inclusive',NULL),(1264,'41599719685','74','1','50','retail','0','2020-09-10 09:59:45','','','','5','Cash',6.14,'50','','','4','','1','2020-09-10 07:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.15','1.15','Inclusive',NULL),(1265,'41599721206','3','1','160','retail','0','2020-09-10 10:00:06','','','','0','Cash',19.65,'160','','','4','','1','2020-09-10 07:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(1266,'41599721206','5','1','110','retail','0','2020-09-10 10:57:03','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 07:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1267,'41599721206','10','2','40','retail','0','2020-09-10 10:57:14','','','','0','Cash',4.91,'20','','','4','','1','2020-09-10 07:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','15.00','13','Inclusive',NULL),(1268,'41599721206','19','1','30','retail','0','2020-09-10 10:57:25','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 07:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.73','0.76','Inclusive',NULL),(1269,'41599721206','74','1','50','retail','0','2020-09-10 10:57:34','','','','5','Cash',6.14,'50','','','4','','1','2020-09-10 07:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.15','0.15','Inclusive',NULL),(1270,'41599724670','1','1','300','retail','0','2020-09-10 10:57:50','','','','0','Cash',36.84,'300','','','4','','1','2020-09-10 08:07:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','106.00','105','Inclusive',NULL),(1271,'41599724670','5','1','100','retail','0','2020-09-10 11:05:32','','','','0','Cash',12.28,'100','','','4','','1','2020-09-10 08:07:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(1272,'41599724670','133','1','10','retail','0','2020-09-10 11:05:38','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 08:07:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(1273,'41599724670','10','1','20','retail','0','2020-09-10 11:05:49','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 08:07:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','13.00','12','Inclusive',NULL),(1274,'41599724670','19','1','20','retail','0','2020-09-10 11:05:55','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 08:07:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.76','0.79','Inclusive',NULL),(1275,'41599724670','70','1','50','retail','0','2020-09-10 11:06:05','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 08:07:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.03','0.03','Inclusive',NULL),(1276,'41599725223','1','1','320','retail','0','2020-09-10 11:07:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','105.00','104','Inclusive',NULL),(1277,'41599725223','5','1','110','retail','0','2020-09-10 12:30:27','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1278,'41599725223','133','1','10','retail','0','2020-09-10 12:30:35','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(1279,'41599725223','10','1','20','retail','0','2020-09-10 12:30:44','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','12.00','11','Inclusive',NULL),(1280,'41599725223','19','1','30','retail','0','2020-09-10 12:30:53','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.79','0.82','Inclusive',NULL),(1281,'41599725223','70','1','50','retail','0','2020-09-10 12:33:58','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 09:35:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(1282,'41599730507','1','1','320','retail','0','2020-09-10 12:35:07','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 09:56:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','104.00','103','Inclusive',NULL),(1283,'41599730507','5','1','110','retail','0','2020-09-10 12:55:26','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 09:56:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1284,'41599730507','133','1','10','retail','0','2020-09-10 12:55:36','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 09:56:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(1285,'41599730507','10','1','20','retail','0','2020-09-10 12:55:45','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 09:56:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','11.00','10','Inclusive',NULL),(1286,'41599730507','23','1','30','retail','0','2020-09-10 12:55:54','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 09:56:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.72','0.75','Inclusive',NULL),(1287,'41599730507','74','1','50','retail','0','2020-09-10 12:56:02','','','','5','Cash',6.14,'50','','','4','','1','2020-09-10 09:56:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(1288,'41599731780','1','1','320','retail','0','2020-09-10 12:56:20','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 10:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','103.00','102','Inclusive',NULL),(1289,'41599731780','5','1','110','retail','0','2020-09-10 13:09:06','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 10:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1290,'41599731780','133','1','10','retail','0','2020-09-10 13:09:15','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 10:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(1291,'41599731780','10','1','20','retail','0','2020-09-10 13:09:22','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 10:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','10.00','9','Inclusive',NULL),(1292,'41599731780','19','1','30','retail','0','2020-09-10 13:09:35','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 10:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.82','0.85','Inclusive',NULL),(1293,'41599731780','74','1','50','retail','0','2020-09-10 13:09:45','','','','5','Cash',6.14,'50','','','4','','1','2020-09-10 10:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(1294,'41599732775','3','1','170','retail','0','2020-09-10 13:12:55','','','','0','Cash',20.88,'170','','','4','','1','2020-09-10 10:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(1295,'41599732775','11','1','20','retail','0','2020-09-10 13:30:53','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 10:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1296,'41599732775','6','1','70','retail','0','2020-09-10 13:31:05','','','','0','Cash',8.60,'70','','','4','','1','2020-09-10 10:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(1297,'41599732775','15','1','30','retail','0','2020-09-10 13:31:14','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 10:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.49','0.52','Inclusive',NULL),(1298,'41599732775','70','1','50','retail','0','2020-09-10 13:31:24','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 10:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(1299,'41599732775','133','1','10','retail','0','2020-09-10 13:31:33','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 10:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(1300,'41599733937','3','1','160','retail','0','2020-09-10 13:32:17','','','','0','Cash',19.65,'160','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(1301,'41599733937','2','1','90','retail','0','2020-09-10 14:05:19','','','','0','Cash',11.05,'90','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(1302,'41599733937','137','1','50','retail','0','2020-09-10 14:05:31','','','','0','Cash',6.14,'50','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(1303,'41599733937','139','1','50','retail','0','2020-09-10 14:05:44','','','','0','Cash',6.14,'50','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(1304,'41599733937','138','1','50','retail','0','2020-09-10 14:05:53','','','','0','Cash',6.14,'50','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(1305,'41599733937','27','1','30','retail','0','2020-09-10 14:06:05','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.42','0.45','Inclusive',NULL),(1306,'41599733937','70','1','50','retail','0','2020-09-10 14:06:14','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(1307,'41599733937','11','1','20','retail','0','2020-09-10 14:06:22','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 11:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1308,'41599736027','1','1','320','retail','0','2020-09-10 14:07:07','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 11:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','101.25','100.25','Inclusive',NULL),(1309,'41599736027','5','1','110','retail','0','2020-09-10 14:37:43','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 11:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1310,'41599736027','10','1','20','retail','0','2020-09-10 14:37:55','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 11:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','8.50','7.5','Inclusive',NULL),(1311,'41599736027','133','1','10','retail','0','2020-09-10 14:38:02','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 11:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(1312,'41599736027','19','1','30','retail','0','2020-09-10 14:38:09','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 11:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.85','0.88','Inclusive',NULL),(1313,'41599736027','70','1','50','retail','0','2020-09-10 14:38:18','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 11:38:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(1314,'41599737914','1','1','320','retail','0','2020-09-10 14:38:34','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','100.25','99.25','Inclusive',NULL),(1315,'41599737914','5','1','110','retail','0','2020-09-10 14:38:53','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1316,'41599737914','133','1','10','retail','0','2020-09-10 14:39:01','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(1317,'41599737914','10','1','20','retail','0','2020-09-10 14:39:15','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','7.50','6.5','Inclusive',NULL),(1318,'41599737914','19','1','30','retail','0','2020-09-10 14:39:26','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.88','0.91','Inclusive',NULL),(1319,'41599737914','70','1','50','retail','0','2020-09-10 14:39:33','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(1320,'41599737989','161','5','300','retail','0','2020-09-10 14:41:57','','','','0','Cash',36.84,'60','','','4','','1','2020-09-10 11:42:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1483.00','1478','Inclusive',NULL),(1321,'41599738181','1','2','640','retail','0','2020-09-10 14:43:01','','','','0','Cash',78.60,'320','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','99.25','97.25','Inclusive',NULL),(1322,'41599738181','5','2','220','retail','0','2020-09-10 14:44:42','','','','0','Cash',27.02,'110','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(1323,'41599738181','10','2','40','retail','0','2020-09-10 14:44:50','','','','0','Cash',4.91,'20','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','6.50','4.5','Inclusive',NULL),(1324,'41599738181','133','1','10','retail','0','2020-09-10 14:45:00','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(1325,'41599738181','15','2','60','retail','0','2020-09-10 14:45:09','','','','0','Cash',7.37,'30','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.52','0.58','Inclusive',NULL),(1326,'41599738181','74','2','100','retail','0','2020-09-10 14:45:34','','','','5','Cash',12.28,'50','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.21','0.27','Inclusive',NULL),(1327,'41599738181','133','1','10','retail','0','2020-09-10 14:46:11','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(1328,'41599738181','38','1','330','retail','0','2020-09-10 14:46:22','','','','0','Cash',40.53,'330','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(1329,'41599738181','9','1','60','retail','0','2020-09-10 14:46:43','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1330,'41599738181','40','1','60','retail','0','2020-09-10 14:46:55','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 11:47:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(1331,'41599738602','1','1','320','retail','0','2020-09-10 14:50:02','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','97.25','96.25','Inclusive',NULL),(1332,'41599738602','10','1','20','retail','0','2020-09-10 14:50:10','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','4.50','3.5','Inclusive',NULL),(1333,'41599738602','133','1','10','retail','0','2020-09-10 14:50:18','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(1334,'41599738602','5','1','110','retail','0','2020-09-10 14:50:25','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1335,'41599738602','19','1','30','retail','0','2020-09-10 14:50:35','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.91','0.94','Inclusive',NULL),(1336,'41599738602','70','1','50','retail','0','2020-09-10 14:50:47','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(1337,'41599738602','3','1','170','retail','0','2020-09-10 14:51:00','','','','0','Cash',20.88,'170','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(1338,'41599738602','49','1','420','retail','0','2020-09-10 14:51:16','','','','0','Cash',51.58,'420','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','60.50','59.5','Inclusive',NULL),(1339,'41599738602','11','1','20','retail','0','2020-09-10 14:51:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1340,'41599738602','73','2','200','retail','0','2020-09-10 14:51:48','','','','0','Cash',24.56,'100','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.35','0.45','Inclusive',NULL),(1341,'41599738602','15','1','30','retail','0','2020-09-10 14:52:07','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.58','0.61','Inclusive',NULL),(1342,'41599738602','55','1','60','retail','0','2020-09-10 14:52:23','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0.25','Inclusive',NULL),(1343,'41599738602','38','1','330','retail','0','2020-09-10 14:54:32','','','','0','Cash',40.53,'330','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(1344,'41599738602','40','1','60','retail','0','2020-09-10 14:54:41','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(1345,'41599738602','9','1','60','retail','0','2020-09-10 14:54:53','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 11:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(1346,'41599738924','1','1','320','retail','0','2020-09-10 14:55:24','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','95.75','94.75','Inclusive',NULL),(1347,'41599738924','5','1','110','retail','0','2020-09-10 14:56:56','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1348,'41599738924','10','1','20','retail','0','2020-09-10 14:57:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','3.00','2','Inclusive',NULL),(1349,'41599738924','133','1','10','retail','0','2020-09-10 14:57:11','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(1350,'41599738924','19','1','30','retail','0','2020-09-10 14:57:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.94','0.97','Inclusive',NULL),(1351,'41599738924','70','1','50','retail','0','2020-09-10 14:57:53','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(1352,'41599738924','3','1','170','retail','0','2020-09-10 14:58:01','','','','0','Cash',20.88,'170','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(1353,'41599738924','11','1','20','retail','0','2020-09-10 14:58:29','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1354,'41599738924','55','1','60','retail','0','2020-09-10 14:58:38','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.25','0.5','Inclusive',NULL),(1355,'41599738924','49','1','420','retail','0','2020-09-10 14:58:57','','','','0','Cash',51.58,'420','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','59.50','58.5','Inclusive',NULL),(1356,'41599738924','15','1','30','retail','0','2020-09-10 14:59:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.61','0.64','Inclusive',NULL),(1357,'41599738924','73','2','200','retail','0','2020-09-10 14:59:48','','','','0','Cash',24.56,'100','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.45','0.55','Inclusive',NULL),(1358,'41599738924','38','1','330','retail','0','2020-09-10 15:00:15','','','','0','Cash',40.53,'330','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(1359,'41599738924','40','1','60','retail','0','2020-09-10 15:00:42','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1360,'41599738924','9','1','60','retail','0','2020-09-10 15:00:49','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 12:01:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(1361,'41599739271','3','1','170','retail','0','2020-09-10 15:01:11','','','','0','Cash',20.88,'170','','','4','','1','2020-09-10 12:03:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(1362,'41599739271','11','1','20','retail','0','2020-09-10 15:01:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 12:03:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1363,'41599739271','55','1','60','retail','0','2020-09-10 15:02:06','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 12:03:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.50','0.75','Inclusive',NULL),(1364,'41599739271','49','1','420','retail','0','2020-09-10 15:02:18','','','','0','Cash',51.58,'420','','','4','','1','2020-09-10 12:03:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','58.50','57.5','Inclusive',NULL),(1365,'41599739271','15','1','30','retail','0','2020-09-10 15:02:27','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 12:03:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.64','0.67','Inclusive',NULL),(1366,'41599739271','73','2','200','retail','0','2020-09-10 15:02:56','','','','0','Cash',24.56,'100','','','4','','1','2020-09-10 12:03:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.55','0.65','Inclusive',NULL),(1367,'41599739432','3','1','160','retail','0','2020-09-10 15:03:53','','','','0','Cash',19.65,'160','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(1368,'41599739432','2','1','90','retail','0','2020-09-10 15:04:26','','','','0','Cash',11.05,'90','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(1369,'41599739432','11','1','20','retail','0','2020-09-10 15:04:35','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1370,'41599739432','139','1','50','retail','0','2020-09-10 15:04:48','','','','0','Cash',6.14,'50','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(1371,'41599739432','137','1','50','retail','0','2020-09-10 15:05:08','','','','0','Cash',6.14,'50','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(1372,'41599739432','27','1','30','retail','0','2020-09-10 15:05:20','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.45','0.48','Inclusive',NULL),(1373,'41599739432','70','1','50','retail','0','2020-09-10 15:05:41','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 12:06:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.24','0.27','Inclusive',NULL),(1374,'41599739720','69','1','100','retail','0','2020-09-10 15:08:40','','','','0','Cash',12.28,'100','','','4','','1','2020-09-10 12:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.10','0.1','Inclusive',NULL),(1375,'41599739887','1','1','320','retail','0','2020-09-10 15:11:27','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','93.50','92.5','Inclusive',NULL),(1376,'41599739887','5','1','110','retail','0','2020-09-10 16:00:44','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1377,'41599739887','70','1','50','retail','0','2020-09-10 16:00:52','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.27','0.3','Inclusive',NULL),(1378,'41599739887','19','1','30','retail','0','2020-09-10 16:01:00','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.97','1','Inclusive',NULL),(1379,'41599739887','10','1','20','retail','0','2020-09-10 16:01:10','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1380,'41599739887','133','1','10','retail','0','2020-09-10 16:01:19','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(1381,'41599739887','3','1','170','retail','0','2020-09-10 16:01:29','','','','0','Cash',20.88,'170','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(1382,'41599739887','55','1','60','retail','0','2020-09-10 16:01:43','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.75','1','Inclusive',NULL),(1383,'41599739887','49','1','420','retail','0','2020-09-10 16:02:18','','','','0','Cash',51.58,'420','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','57.50','56.5','Inclusive',NULL),(1384,'41599739887','73','2','200','retail','0','2020-09-10 16:03:17','','','','0','Cash',24.56,'100','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.65','0.75','Inclusive',NULL),(1385,'41599739887','15','1','30','retail','0','2020-09-10 16:03:42','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.67','0.7','Inclusive',NULL),(1386,'41599739887','38','1','330','retail','0','2020-09-10 16:03:52','','','','0','Cash',40.53,'330','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(1387,'41599739887','40','1','60','retail','0','2020-09-10 16:04:08','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(1388,'41599739887','9','1','60','retail','0','2020-09-10 16:04:18','','','','0','Cash',7.37,'60','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(1389,'41599739887','11','1','20','retail','0','2020-09-10 16:06:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 13:10:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1390,'41599744878','7','2','400','retail','0','2020-09-10 16:34:38','','','','0','Cash',49.12,'200','','','4','','1','2020-09-10 13:36:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','2','93.40','91.4','Inclusive',NULL),(1391,'41599744878','51','5','700','retail','0','2020-09-10 16:35:39','','','','0','Cash',85.96,'140','','','4','','1','2020-09-10 13:36:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','5','40.00','35','Inclusive',NULL),(1392,'41599744878','161','20','950','retail','0','2020-09-10 16:35:54','','','','0','Cash',116.67,'47.50','','','4','','1','2020-09-10 13:36:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1478.00','1458','Inclusive',NULL),(1393,'41599745008','65','1','500','retail','0','2020-09-10 16:37:45','','','','0','Cash',61.40,'500','','','4','','1','2020-09-10 13:39:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0.5','Inclusive',NULL),(1394,'41599745008','27','1','30','retail','0','2020-09-10 16:38:05','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 13:39:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.48','0.51','Inclusive',NULL),(1395,'41599745008','74','1','50','retail','0','2020-09-10 16:38:23','','','','5','Cash',6.14,'50','','','4','','1','2020-09-10 13:39:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.27','0.3','Inclusive',NULL),(1396,'41599745148','1','1','320','retail','0','2020-09-10 16:39:08','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 13:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','92.50','91.5','Inclusive',NULL),(1397,'41599745148','5','1','110','retail','0','2020-09-10 16:39:59','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 13:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1398,'41599745148','133','1','10','retail','0','2020-09-10 16:40:45','','','','0','Cash',1.23,'10','','','4','','1','2020-09-10 13:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(1399,'41599745148','10','1','20','retail','0','2020-09-10 16:40:53','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 13:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','99.50','98.5','Inclusive',NULL),(1400,'41599745148','15','1','30','retail','0','2020-09-10 16:41:07','','','','0','Cash',3.68,'30','','','4','','1','2020-09-10 13:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.70','0.73','Inclusive',NULL),(1401,'41599745148','70','1','50','retail','0','2020-09-10 16:41:16','','','','2','Cash',6.14,'50','','','4','','1','2020-09-10 13:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(1402,'41599745958','1','1','320','retail','0','2020-09-10 16:52:38','','','','0','Cash',39.30,'320','','','4','','1','2020-09-10 13:53:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','91.50','90.5','Inclusive',NULL),(1403,'41599745958','5','1','110','retail','0','2020-09-10 16:52:49','','','','0','Cash',13.51,'110','','','4','','1','2020-09-10 13:53:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1404,'41599745958','10','1','20','retail','0','2020-09-10 16:53:07','','','','0','Cash',2.46,'20','','','4','','1','2020-09-10 13:53:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','98.50','97.5','Inclusive',NULL),(1405,'41599747167','147','5','2000','retail','0','2020-09-10 17:12:47','','','','0','Cash',245.61,'400','','','4','','1','2020-09-10 14:13:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','791.00','790','Inclusive',NULL),(1406,'41599747219','147','100','36000','retail','0','2020-09-10 17:13:39','','','','0','Cash',4421.05,'360','','','4','','1','2020-09-10 14:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','786.00','785','Inclusive',NULL),(1407,'71599810572','73','1','100','retail','0','2020-09-11 10:49:32','','','','0','Cash',12.28,'100','','','7','','1','2020-09-11 07:51:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.75','0.8','Inclusive',NULL),(1408,'71599810689','1','2','640','retail','0','2020-09-11 10:51:30','','','','0','Cash',78.60,'320','','','7','','1','2020-09-11 07:54:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','90.50','88.5','Inclusive',NULL),(1409,'71599810689','5','2','220','retail','0','2020-09-11 10:51:58','','','','0','Cash',27.02,'110','','','7','','1','2020-09-11 07:54:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(1410,'71599810689','23','2','60','retail','0','2020-09-11 10:52:19','','','','0','Cash',7.37,'30','','','7','','1','2020-09-11 07:54:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.75','0.81','Inclusive',NULL),(1411,'71599810689','10','2','40','retail','0','2020-09-11 10:53:13','','','','0','Cash',4.91,'20','','','7','','1','2020-09-11 07:54:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','97.50','95.5','Inclusive',NULL),(1412,'71599810689','133','2','20','retail','0','2020-09-11 10:53:26','','','','0','Cash',2.46,'10','','','7','','1','2020-09-11 07:54:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.10','0.2','Inclusive',NULL),(1413,'71599810689','70','2','100','retail','0','2020-09-11 10:53:53','','','','2','Cash',12.28,'50','','','7','','1','2020-09-11 07:54:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.33','0.39','Inclusive',NULL),(1414,'71599810894','38','1','330','retail','0','2020-09-11 10:54:55','','','','0','Cash',40.53,'330','','','7','','1','2020-09-11 07:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(1415,'71599810894','9','1','60','retail','0','2020-09-11 10:55:24','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 07:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(1416,'71599810894','40','1','60','retail','0','2020-09-11 10:55:42','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 07:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(1417,'71599812944','1','1','320','retail','0','2020-09-11 11:29:04','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','88.50','87.5','Inclusive',NULL),(1418,'71599812944','5','1','110','retail','0','2020-09-11 11:29:15','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(1419,'71599812944','133','1','10','retail','0','2020-09-11 11:29:22','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(1420,'71599812944','10','1','20','retail','0','2020-09-11 11:29:30','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','95.50','94.5','Inclusive',NULL),(1421,'71599812944','15','1','30','retail','0','2020-09-11 11:29:38','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.73','0.76','Inclusive',NULL),(1423,'71599812944','70','1','50','retail','0','2020-09-11 11:31:01','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.39','0.42','Inclusive',NULL),(1424,'71599812944','38','1','330','retail','0','2020-09-11 11:31:10','','','','0','Cash',40.53,'330','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(1425,'71599812944','9','1','60','retail','0','2020-09-11 11:31:22','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1426,'71599812944','40','1','60','retail','0','2020-09-11 11:31:30','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1427,'71599812944','11','1','20','retail','0','2020-09-11 11:32:01','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1428,'71599812944','3','1','170','retail','0','2020-09-11 11:32:11','','','','0','Cash',20.88,'170','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(1429,'71599812944','55','1','60','retail','0','2020-09-11 11:32:21','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1.00','0','Inclusive',NULL),(1430,'71599812944','49','1','420','retail','0','2020-09-11 11:32:44','','','','0','Cash',51.58,'420','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','56.50','55.5','Inclusive',NULL),(1431,'71599812944','73','2','200','retail','0','2020-09-11 11:33:21','','','','0','Cash',24.56,'100','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.80','0.9','Inclusive',NULL),(1432,'71599812944','23','1','30','retail','0','2020-09-11 11:33:39','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 08:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.81','0.84','Inclusive',NULL),(1433,'71599813271','1','1','320','retail','0','2020-09-11 11:34:31','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','87.00','86','Inclusive',NULL),(1434,'71599813271','10','1','20','retail','0','2020-09-11 11:35:09','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.50','93.5','Inclusive',NULL),(1435,'71599813271','5','1','110','retail','0','2020-09-11 11:35:17','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1436,'71599813271','133','1','10','retail','0','2020-09-11 11:35:24','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(1437,'71599813271','15','1','30','retail','0','2020-09-11 11:35:39','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.76','0.79','Inclusive',NULL),(1438,'71599813271','74','1','50','retail','0','2020-09-11 11:35:47','','','','5','Cash',6.14,'50','','','7','','1','2020-09-11 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.33','0.33','Inclusive',NULL),(1439,'71599813367','1','5','1600','retail','0','2020-09-11 11:36:07','','','','0','Cash',196.49,'320','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','86.00','81','Inclusive',NULL),(1440,'71599813367','2','5','450','retail','0','2020-09-11 11:36:55','','','','0','Cash',55.26,'90','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','5','0.50','1.75','Inclusive',NULL),(1442,'71599813367','10','5','100','retail','0','2020-09-11 11:37:34','','','','0','Cash',12.28,'20','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','93.00','92','Inclusive',NULL),(1443,'71599813367','33','1','130','retail','0','2020-09-11 11:37:42','','','','0','Cash',15.96,'130','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(1444,'71599813367','33','1','130','retail','0','2020-09-11 11:38:34','','','','0','Cash',15.96,'130','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(1445,'71599813367','33','1','130','retail','0','2020-09-11 11:38:47','','','','0','Cash',15.96,'130','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.50','0.75','Inclusive',NULL),(1446,'71599813367','33','1','130','retail','0','2020-09-11 11:39:30','','','','0','Cash',15.96,'130','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.75','1','Inclusive',NULL),(1447,'71599813367','33','1','130','retail','0','2020-09-11 11:39:45','','','','0','Cash',15.96,'130','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(1448,'71599813367','19','5','150','retail','0','2020-09-11 11:40:51','','','','0','Cash',18.42,'30','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','1.00','1.15','Inclusive',NULL),(1449,'71599813367','70','5','250','retail','0','2020-09-11 11:41:33','','','','2','Cash',30.70,'50','','','7','','1','2020-09-11 08:42:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.42','0.57','Inclusive',NULL),(1450,'71599820042','91','5','700','retail','0','2020-09-11 13:27:22','','','','1','Cash',85.96,'140','','','7','','1','2020-09-11 10:38:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','267.00','262','Inclusive',NULL),(1451,'71599820715','8','1','100','retail','0','2020-09-11 13:38:35','','','','0','Cash',12.28,'100','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.5','Inclusive',NULL),(1452,'71599820715','5','1','110','retail','0','2020-09-11 14:13:42','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1454,'71599820715','4','3','660','retail','0','2020-09-11 14:14:15','','','','0','Cash',81.05,'220','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','231.50','230.5','Inclusive',NULL),(1455,'71599820715','1','5','1600','retail','0','2020-09-11 14:14:39','','','','0','Cash',196.49,'320','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','79.75','78.75','Inclusive',NULL),(1456,'71599820715','32','1','250','retail','0','2020-09-11 14:15:20','','','','0','Cash',30.70,'250','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','1','1.00','0','Inclusive',NULL),(1459,'71599820715','19','2','60','retail','0','2020-09-11 14:16:52','','','','0','Cash',7.37,'30','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.18','0.24','Inclusive',NULL),(1460,'71599820715','69','2','200','retail','0','2020-09-11 14:17:18','','','','0','Cash',24.56,'100','','','7','','1','2020-09-11 11:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.10','0.2','Inclusive',NULL),(1461,'71599823074','1','1','320','retail','0','2020-09-11 14:17:54','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 11:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','74.75','73.75','Inclusive',NULL),(1462,'71599823074','5','1','110','retail','0','2020-09-11 14:29:24','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 11:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1463,'71599823074','133','1','10','retail','0','2020-09-11 14:29:33','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 11:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(1464,'71599823074','10','1','20','retail','0','2020-09-11 14:29:43','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 11:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','88.00','87','Inclusive',NULL),(1465,'71599823074','19','1','30','retail','0','2020-09-11 14:29:53','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 11:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','2.24','1.24','Inclusive',NULL),(1466,'71599823074','70','1','50','retail','0','2020-09-11 14:30:03','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 11:31:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.57','0.6','Inclusive',NULL),(1467,'71599823893','63','1','1200','retail','0','2020-09-11 14:31:33','','','','0','Cash',147.37,'1200','','','7','','1','2020-09-11 12:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1052.63','1','4.00','3','Inclusive',NULL),(1468,'71599825737','1','1','320','retail','0','2020-09-11 15:02:17','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','73.75','72.75','Inclusive',NULL),(1469,'71599825737','5','1','110','retail','0','2020-09-11 15:04:01','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1470,'71599825737','10','1','20','retail','0','2020-09-11 15:04:26','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','87.00','86','Inclusive',NULL),(1471,'71599825737','133','1','10','retail','0','2020-09-11 15:04:33','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(1472,'71599825737','15','1','30','retail','0','2020-09-11 15:04:47','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.79','0.82','Inclusive',NULL),(1473,'71599825737','70','1','50','retail','0','2020-09-11 15:04:55','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.63','Inclusive',NULL),(1474,'71599825737','5','1','110','retail','0','2020-09-11 15:08:21','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 12:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1475,'71599826169','1','1','320','retail','0','2020-09-11 15:58:46','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 13:13:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','72.75','71.75','Inclusive',NULL),(1476,'71599826169','5','1','110','retail','0','2020-09-11 15:58:57','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 13:13:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1477,'71599826169','15','1','30','retail','0','2020-09-11 15:59:06','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 13:13:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.82','0.85','Inclusive',NULL),(1478,'71599826169','70','1','50','retail','0','2020-09-11 15:59:14','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 13:13:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.63','0.66','Inclusive',NULL),(1479,'71599826169','133','1','10','retail','0','2020-09-11 16:12:24','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 13:13:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(1480,'71599826169','10','1','20','retail','0','2020-09-11 16:13:16','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 13:13:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','86.00','85','Inclusive',NULL),(1481,'71599830019','1','3','960','retail','0','2020-09-11 16:13:39','','','','0','Cash',117.89,'320','','','7','','1','2020-09-11 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','71.75','68.75','Inclusive',NULL),(1482,'71599830019','5','3','330','retail','0','2020-09-11 16:14:01','','','','0','Cash',40.53,'110','','','7','','1','2020-09-11 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','1.00','2.5','Inclusive',NULL),(1483,'71599830019','133','3','30','retail','0','2020-09-11 16:14:23','','','','0','Cash',3.68,'10','','','7','','1','2020-09-11 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.45','0.6','Inclusive',NULL),(1484,'71599830019','15','3','90','retail','0','2020-09-11 16:15:09','','','','0','Cash',11.05,'30','','','7','','1','2020-09-11 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.85','0.94','Inclusive',NULL),(1485,'71599830019','70','3','150','retail','0','2020-09-11 16:15:29','','','','2','Cash',18.42,'50','','','7','','1','2020-09-11 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.66','0.75','Inclusive',NULL),(1486,'71599830019','10','3','60','retail','0','2020-09-11 16:15:44','','','','0','Cash',7.37,'20','','','7','','1','2020-09-11 13:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','85.00','82','Inclusive',NULL),(1487,'71599830177','3','1','170','retail','0','2020-09-11 16:16:17','','','','0','Cash',20.88,'170','','','7','','1','2020-09-11 13:17:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(1488,'71599830177','6','1','70','retail','0','2020-09-11 16:16:43','','','','0','Cash',8.60,'70','','','7','','1','2020-09-11 13:17:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(1489,'71599830177','133','1','10','retail','0','2020-09-11 16:16:55','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 13:17:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(1490,'71599830177','11','1','20','retail','0','2020-09-11 16:17:04','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 13:17:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(1491,'71599830177','19','1','30','retail','0','2020-09-11 16:17:12','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 13:17:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.24','0.24','Inclusive',NULL),(1492,'71599830177','70','1','50','retail','0','2020-09-11 16:17:20','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 13:17:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','0.78','Inclusive',NULL),(1493,'71599830259','40','1','60','retail','0','2020-09-11 16:17:39','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 13:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(1494,'71599830259','38','1','330','retail','0','2020-09-11 16:20:04','','','','0','Cash',40.53,'330','','','7','','1','2020-09-11 13:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(1496,'71599830259','9','1','60','retail','0','2020-09-11 16:20:52','','','','0','Cash',7.37,'60','','','7','','1','2020-09-11 13:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(1497,'71599830479','1','1','320','retail','0','2020-09-11 16:21:19','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 13:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','68.25','67.25','Inclusive',NULL),(1498,'71599830479','5','1','110','retail','0','2020-09-11 16:21:33','','','','0','Cash',13.51,'110','','','7','','1','2020-09-11 13:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(1499,'71599830479','133','1','10','retail','0','2020-09-11 16:21:43','','','','0','Cash',1.23,'10','','','7','','1','2020-09-11 13:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.70','0.7','Inclusive',NULL),(1500,'71599830479','10','1','20','retail','0','2020-09-11 16:21:52','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 13:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','82.00','81','Inclusive',NULL),(1501,'71599830479','15','1','30','retail','0','2020-09-11 16:22:00','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 13:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.94','0.97','Inclusive',NULL),(1502,'71599830479','70','1','50','retail','0','2020-09-11 16:22:20','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 13:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.78','0.81','Inclusive',NULL),(1509,'71599831943','1','1','320','retail','0','2020-09-11 16:45:43','','','','0','Cash',39.30,'320','','','7','','1','2020-09-11 13:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','67.25','66.25','Inclusive',NULL),(1511,'71599831943','133','3','30','retail','0','2020-09-11 16:46:00','','','','0','Cash',3.68,'10','','','7','','1','2020-09-11 13:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','1.75','1.9','Inclusive',NULL),(1512,'71599831943','10','1','20','retail','0','2020-09-11 16:46:15','','','','0','Cash',2.46,'20','','','7','','1','2020-09-11 13:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','81.00','80','Inclusive',NULL),(1513,'71599831943','4','1','220','retail','0','2020-09-11 16:46:24','','','','0','Cash',27.02,'220','','','7','','1','2020-09-11 13:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','224.50','223.5','Inclusive',NULL),(1514,'71599831943','70','1','50','retail','0','2020-09-11 16:46:55','','','','2','Cash',6.14,'50','','','7','','1','2020-09-11 13:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.84','0.84','Inclusive',NULL),(1515,'71599831943','19','1','30','retail','0','2020-09-11 16:47:32','','','','0','Cash',3.68,'30','','','7','','1','2020-09-11 13:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.27','0.27','Inclusive',NULL),(1516,'71599832681','147','1','500','retail','0','2020-09-11 16:58:01','','','','0','Cash',61.40,'500','','','7','','1','2020-09-11 14:00:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','686.00','685','Inclusive',NULL),(1518,'71599832681','161','5','300','retail','0','2020-09-11 16:59:57','','','','0','Cash',36.84,'60','','','7','','1','2020-09-11 14:00:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1458.00','1453','Inclusive',NULL),(1519,'41599894612','1','2','640','retail','0','2020-09-12 10:10:12','','','','0','Cash',78.60,'320','','','4','','1','2020-09-12 07:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','66.25','64.25','Inclusive',NULL),(1520,'41599894612','5','2','220','retail','0','2020-09-12 10:10:29','','','','0','Cash',27.02,'110','','','4','','1','2020-09-12 07:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.50','2.5','Inclusive',NULL),(1521,'41599894612','10','2','40','retail','0','2020-09-12 10:10:51','','','','0','Cash',4.91,'20','','','4','','1','2020-09-12 07:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','80.00','78','Inclusive',NULL),(1522,'41599894612','133','2','20','retail','0','2020-09-12 10:11:00','','','','0','Cash',2.46,'10','','','4','','1','2020-09-12 07:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.90','2','Inclusive',NULL),(1523,'41599894612','15','2','60','retail','0','2020-09-12 10:11:46','','','','0','Cash',7.37,'30','','','4','','1','2020-09-12 07:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.97','1.03','Inclusive',NULL),(1524,'41599894612','70','2','100','retail','0','2020-09-12 10:11:57','','','','2','Cash',12.28,'50','','','4','','1','2020-09-12 07:12:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.84','0.9','Inclusive',NULL),(1525,'41599894734','94','1','180','retail','0','2020-09-12 10:12:14','','','','0','Cash',22.11,'180','','','4','','1','2020-09-12 07:12:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','77.00','76','Inclusive',NULL),(1526,'41599894761','88','5','500','retail','0','2020-09-12 10:29:09','','','','0','Cash',61.40,'100','','','4','','1','2020-09-12 07:30:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','524.00','519','Inclusive',NULL),(1527,'41599895808','163','5','2000','retail','0','2020-09-12 11:49:14','','','','0','Cash',245.61,'400','','','4','','1','2020-09-12 08:49:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','213.00','208','Inclusive',NULL),(1528,'41599900600','4','5','1000','retail','0','2020-09-12 11:50:00','','','','0','Cash',122.81,'200','','','4','','1','2020-09-12 08:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','223.50','218.5','Inclusive',NULL),(1529,'41599901190','15','1','30','retail','0','2020-09-12 11:59:50','','','','0','Cash',3.68,'30','','','4','','1','2020-09-12 09:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.03','0.03','Inclusive',NULL),(1530,'41599901190','74','1','50','retail','0','2020-09-12 12:01:55','','','','5','Cash',6.14,'50','','','4','','1','2020-09-12 09:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.33','0.36','Inclusive',NULL),(1531,'41599901190','1','1','320','retail','0','2020-09-12 12:02:04','','','','0','Cash',39.30,'320','','','4','','1','2020-09-12 09:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','64.25','63.25','Inclusive',NULL),(1532,'41599901190','5','1','110','retail','0','2020-09-12 12:02:33','','','','0','Cash',13.51,'110','','','4','','1','2020-09-12 09:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(1533,'41599901190','133','1','10','retail','0','2020-09-12 12:02:56','','','','0','Cash',1.23,'10','','','4','','1','2020-09-12 09:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive',NULL),(1534,'41599901190','10','1','20','retail','0','2020-09-12 12:03:20','','','','0','Cash',2.46,'20','','','4','','1','2020-09-12 09:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','78.00','77','Inclusive',NULL),(1540,'41599902403','3','1','170','retail','0','2020-09-12 12:20:03','','','','0','Cash',20.88,'170','','','4','','1','2020-09-12 10:08:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(1541,'41599902403','6','1','70','retail','0','2020-09-12 13:07:51','','','','0','Cash',8.60,'70','','','4','','1','2020-09-12 10:08:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(1542,'41599902403','11','1','20','retail','0','2020-09-12 13:08:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-12 10:08:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1543,'41599902403','133','1','10','retail','0','2020-09-12 13:08:12','','','','0','Cash',1.23,'10','','','4','','1','2020-09-12 10:08:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(1544,'41599902403','23','1','30','retail','0','2020-09-12 13:08:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-12 10:08:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.84','0.87','Inclusive',NULL),(1545,'41599902403','169','1','50','retail','0','2020-09-12 13:08:28','','','','0','Cash',6.14,'50','','','4','','1','2020-09-12 10:08:41','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(1546,'41600061282','1','1','320','retail','0','2020-09-14 08:28:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 05:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','63.25','62.25','Inclusive',NULL),(1547,'41600061282','5','1','110','retail','0','2020-09-14 08:28:26','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 05:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1548,'41600061282','133','1','10','retail','0','2020-09-14 08:28:35','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 05:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(1549,'41600061282','10','1','20','retail','0','2020-09-14 08:28:48','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 05:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','76.50','75.5','Inclusive',NULL),(1550,'41600061282','15','1','30','retail','0','2020-09-14 08:28:57','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 05:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(1551,'41600061282','74','1','50','retail','0','2020-09-14 08:29:06','','','','5','Cash',6.14,'50','','','4','','1','2020-09-14 05:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.36','0.39','Inclusive',NULL),(1552,'41600061362','1','2','600','retail','0','2020-09-14 08:29:22','','','','0','Cash',73.68,'300','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','62.25','61.25','Inclusive',NULL),(1553,'41600061362','3','1','150','retail','0','2020-09-14 08:33:07','','','','0','Cash',18.42,'150','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0.5','Inclusive',NULL),(1554,'41600061362','3','1','150','retail','0','2020-09-14 08:34:03','','','','0','Cash',18.42,'150','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.50','1','Inclusive',NULL),(1555,'41600061362','10','2','40','retail','0','2020-09-14 08:34:28','','','','0','Cash',4.91,'20','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','75.50','73.5','Inclusive',NULL),(1556,'41600061362','133','2','20','retail','0','2020-09-14 08:34:38','','','','0','Cash',2.46,'10','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.05','0.15','Inclusive',NULL),(1557,'41600061362','73','2','200','retail','0','2020-09-14 08:34:52','','','','0','Cash',24.56,'100','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.90','1','Inclusive',NULL),(1558,'41600061362','137','2','100','retail','0','2020-09-14 08:37:19','','','','0','Cash',12.28,'50','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.30','0.5','Inclusive',NULL),(1559,'41600061362','5','2','200','retail','0','2020-09-14 08:37:36','','','','0','Cash',24.56,'100','','','4','','1','2020-09-14 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1.5','Inclusive',NULL),(1560,'41600061950','1','1','320','retail','0','2020-09-14 08:39:10','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 06:12:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','59.25','58.25','Inclusive',NULL),(1561,'41600061950','10','1','20','retail','0','2020-09-14 09:09:32','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 06:12:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','73.50','72.5','Inclusive',NULL),(1562,'41600061950','2','1','90','retail','0','2020-09-14 09:09:43','','','','0','Cash',11.05,'90','','','4','','1','2020-09-14 06:12:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.75','0.75','Inclusive',NULL),(1563,'41600061950','33','1','130','retail','0','2020-09-14 09:09:56','','','','0','Cash',15.96,'130','','','4','','1','2020-09-14 06:12:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(1564,'41600061950','169','1','50','retail','0','2020-09-14 09:10:06','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 06:12:32','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(1565,'41600063954','1','1','340','retail','0','2020-09-14 09:12:34','','','','0','Cash',41.75,'340','','','4','','1','2020-09-14 07:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','58.25','57.25','Inclusive',NULL),(1566,'41600063954','7','1','200','retail','0','2020-09-14 10:22:03','','','','0','Cash',24.56,'200','','','4','','1','2020-09-14 07:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','89.30','88.3','Inclusive',NULL),(1567,'41600063954','10','1','20','retail','0','2020-09-14 10:22:15','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 07:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','72.50','71.5','Inclusive',NULL),(1568,'41600063954','4','1','260','retail','0','2020-09-14 10:22:24','','','','0','Cash',31.93,'260','','','4','','1','2020-09-14 07:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','217.25','216.25','Inclusive',NULL),(1569,'41600068233','161','80','3800','retail','0','2020-09-14 10:33:32','','','','0','Cash',466.67,'47.5','','','4','','1','2020-09-14 07:34:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1453.00','1373','Inclusive',NULL),(1570,'41600068853','1','1','320','retail','0','2020-09-14 10:34:13','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 07:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','57.25','56.25','Inclusive',NULL),(1571,'41600068853','5','1','110','retail','0','2020-09-14 10:38:38','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 07:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1572,'41600068853','133','1','10','retail','0','2020-09-14 10:38:57','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 07:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(1573,'41600068853','10','1','20','retail','0','2020-09-14 10:39:06','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 07:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','71.50','70.5','Inclusive',NULL),(1574,'41600068853','19','1','30','retail','0','2020-09-14 10:39:15','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 07:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.30','0.3','Inclusive',NULL),(1575,'41600068853','70','1','50','retail','0','2020-09-14 10:39:24','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 07:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','0.93','Inclusive',NULL),(1576,'41600069198','3','1','160','retail','0','2020-09-14 10:39:58','','','','0','Cash',19.65,'160','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(1577,'41600069198','2','1','90','retail','0','2020-09-14 10:48:17','','','','0','Cash',11.05,'90','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(1579,'41600069198','137','1','50','retail','0','2020-09-14 10:48:39','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(1580,'41600069198','139','1','50','retail','0','2020-09-14 10:48:57','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(1581,'41600069198','27','1','30','retail','0','2020-09-14 10:49:06','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.51','0.54','Inclusive',NULL),(1582,'41600069198','138','1','50','retail','0','2020-09-14 10:49:28','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(1583,'41600069198','74','1','50','retail','0','2020-09-14 10:49:44','','','','5','Cash',6.14,'50','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.39','0.42','Inclusive',NULL),(1584,'41600069198','3','1','170','retail','0','2020-09-14 10:49:57','','','','0','Cash',20.88,'170','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(1585,'41600069198','11','1','20','retail','0','2020-09-14 10:50:09','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1586,'41600069198','6','1','70','retail','0','2020-09-14 10:51:40','','','','0','Cash',8.60,'70','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(1587,'41600069198','133','1','10','retail','0','2020-09-14 10:53:09','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(1588,'41600069198','15','1','30','retail','0','2020-09-14 10:53:22','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(1590,'41600069198','11','1','20','retail','0','2020-09-14 11:12:44','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1591,'41600069198','70','1','50','retail','0','2020-09-14 11:14:21','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 08:15:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.93','0.96','Inclusive',NULL),(1592,'41600071331','1','1','320','retail','0','2020-09-14 11:15:31','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','55.50','54.5','Inclusive',NULL),(1593,'41600071331','5','1','110','retail','0','2020-09-14 11:40:32','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1594,'41600071331','133','1','10','retail','0','2020-09-14 11:40:41','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(1595,'41600071331','10','1','20','retail','0','2020-09-14 11:40:50','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','69.50','68.5','Inclusive',NULL),(1596,'41600071331','70','1','50','retail','0','2020-09-14 11:41:00','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.96','0.99','Inclusive',NULL),(1597,'41600071331','65','1','500','retail','0','2020-09-14 11:41:21','','','','0','Cash',61.40,'500','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.50','1','Inclusive',NULL),(1598,'41600071331','2','1','90','retail','0','2020-09-14 11:41:32','','','','0','Cash',11.05,'90','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(1599,'41600071331','49','.5','210','retail','0','2020-09-14 11:42:52','','','','0','Cash',25.79,'420','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','','55.50','54.5','Inclusive',NULL),(1600,'41600071331','55','1','50','retail','0','2020-09-14 11:43:17','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.25','Inclusive',NULL),(1601,'41600071331','11','1','20','retail','0','2020-09-14 11:43:30','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 08:45:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.00','1','Inclusive',NULL),(1602,'41600073160','1','2','600','retail','0','2020-09-14 11:46:00','','','','0','Cash',73.68,'300','','','4','','1','2020-09-14 09:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','54.50','49.5','Inclusive',NULL),(1603,'41600073160','4','2','400','retail','0','2020-09-14 12:05:38','','','','0','Cash',49.12,'200','','','4','','1','2020-09-14 09:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','215.50','213.5','Inclusive',NULL),(1604,'41600073160','133','4','40','retail','0','2020-09-14 12:06:37','','','','0','Cash',4.91,'10','','','4','','1','2020-09-14 09:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.30','0.5','Inclusive',NULL),(1605,'41600073160','10','2','40','retail','0','2020-09-14 12:06:49','','','','0','Cash',4.91,'20','','','4','','1','2020-09-14 09:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','68.50','66.5','Inclusive',NULL),(1606,'41600073160','19','2','40','retail','0','2020-09-14 12:07:00','','','','0','Cash',4.91,'20','','','4','','1','2020-09-14 09:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.30','0.36','Inclusive',NULL),(1607,'41600073160','70','2','100','retail','0','2020-09-14 12:07:14','','','','2','Cash',12.28,'50','','','4','','1','2020-09-14 09:08:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.99','1.05','Inclusive',NULL),(1615,'41600074951','73','1','100','retail','0','2020-09-14 12:15:51','','','','0','Cash',12.28,'100','','','4','','1','2020-09-14 09:42:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive',NULL),(1616,'41600076543','7','1','200','retail','0','2020-09-14 12:42:23','','','','0','Cash',24.56,'200','','','4','','1','2020-09-14 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','87.95','86.95','Inclusive',NULL),(1617,'41600076543','1','10','3000','retail','0','2020-09-14 12:43:39','','','','0','Cash',368.42,'300','','','4','','1','2020-09-14 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','51.25','41.25','Inclusive',NULL),(1618,'41600076543','4','10','2000','retail','0','2020-09-14 12:43:49','','','','0','Cash',245.61,'200','','','4','','1','2020-09-14 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','213.50','203.5','Inclusive',NULL),(1619,'41600076543','19','5','150','retail','0','2020-09-14 12:53:10','','','','0','Cash',18.42,'30','','','4','','1','2020-09-14 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','4.48','4.63','Inclusive',NULL),(1620,'41600077285','1','1','320','retail','0','2020-09-14 12:54:45','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 10:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','41.25','40.25','Inclusive',NULL),(1621,'41600077285','10','1','20','retail','0','2020-09-14 13:07:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','66.50','65.5','Inclusive',NULL),(1622,'41600077285','5','1','110','retail','0','2020-09-14 13:07:11','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 10:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1623,'41600077285','133','1','10','retail','0','2020-09-14 13:07:21','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 10:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(1624,'41600077285','15','1','30','retail','0','2020-09-14 13:07:32','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(1625,'41600077285','70','1','50','retail','0','2020-09-14 13:08:56','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 10:09:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','6.20','5.2','Inclusive',NULL),(1627,'41600078161','11','1','20','retail','0','2020-09-14 13:09:42','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1628,'41600078161','49','0.5','210','retail','0','2020-09-14 13:10:11','','','','0','Cash',25.79,'420','','','4','','1','2020-09-14 10:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','0.5','55.00','54.5','Inclusive',NULL),(1629,'41600078161','73','1','100','retail','0','2020-09-14 13:10:48','','','','0','Cash',12.28,'100','','','4','','1','2020-09-14 10:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(1630,'41600078161','23','1','30','retail','0','2020-09-14 13:11:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.87','0.9','Inclusive',NULL),(1631,'41600078161','2','1','90','retail','0','2020-09-14 13:11:54','','','','0','Cash',11.05,'90','','','4','','1','2020-09-14 10:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','6.25','5.25','Inclusive',NULL),(1632,'41600078161','55','1','50','retail','0','2020-09-14 13:12:04','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 10:12:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.5','Inclusive',NULL),(1633,'41600078374','1','1','320','retail','0','2020-09-14 13:12:54','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 10:14:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.75','38.75','Inclusive',NULL),(1634,'41600078374','15','1','30','retail','0','2020-09-14 13:13:20','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:14:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(1635,'41600078374','70','1','50','retail','0','2020-09-14 13:13:27','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 10:14:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','5.20','4.2','Inclusive',NULL),(1636,'41600078374','5','1','110','retail','0','2020-09-14 13:13:35','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 10:14:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1637,'41600078374','10','1','20','retail','0','2020-09-14 13:13:43','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:14:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','65.50','64.5','Inclusive',NULL),(1638,'41600078374','133','1','10','retail','0','2020-09-14 13:13:50','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 10:14:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(1639,'41600078451','1','1','320','retail','0','2020-09-14 13:14:11','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 10:15:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','38.75','37.75','Inclusive',NULL),(1640,'41600078451','5','1','110','retail','0','2020-09-14 13:14:46','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 10:15:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1641,'41600078451','10','1','20','retail','0','2020-09-14 13:14:54','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:15:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','64.50','63.5','Inclusive',NULL),(1642,'41600078451','133','1','10','retail','0','2020-09-14 13:15:11','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 10:15:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(1643,'41600078451','15','1','30','retail','0','2020-09-14 13:15:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:15:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(1644,'41600078601','1','1','320','retail','0','2020-09-14 13:16:41','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 10:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','37.75','36.75','Inclusive',NULL),(1645,'41600078601','10','1','20','retail','0','2020-09-14 13:17:02','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','63.50','62.5','Inclusive',NULL),(1646,'41600078601','5','1','110','retail','0','2020-09-14 13:17:12','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 10:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1647,'41600078601','133','1','10','retail','0','2020-09-14 13:17:20','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 10:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(1648,'41600078601','15','1','30','retail','0','2020-09-14 13:17:29','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.18','0.21','Inclusive',NULL),(1649,'41600078601','70','1','50','retail','0','2020-09-14 13:18:06','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 10:18:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.20','3.2','Inclusive',NULL),(1650,'41600078702','1','2','640','retail','0','2020-09-14 13:18:22','','','','0','Cash',78.60,'320','','','4','','1','2020-09-14 10:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','36.75','34.75','Inclusive',NULL),(1651,'41600078702','5','2','220','retail','0','2020-09-14 13:21:58','','','','0','Cash',27.02,'110','','','4','','1','2020-09-14 10:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','1','Inclusive',NULL),(1652,'41600078702','133','2','20','retail','0','2020-09-14 13:22:08','','','','0','Cash',2.46,'10','','','4','','1','2020-09-14 10:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.70','0.8','Inclusive',NULL),(1653,'41600078702','10','2','40','retail','0','2020-09-14 13:22:17','','','','0','Cash',4.91,'20','','','4','','1','2020-09-14 10:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','62.50','60.5','Inclusive',NULL),(1654,'41600078702','19','2','60','retail','0','2020-09-14 13:22:40','','','','0','Cash',7.37,'30','','','4','','1','2020-09-14 10:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','4.63','2.63','Inclusive',NULL),(1655,'41600078702','70','2','100','retail','0','2020-09-14 13:22:48','','','','2','Cash',12.28,'50','','','4','','1','2020-09-14 10:23:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','3.20','1.2','Inclusive',NULL),(1656,'41600079019','1','1','320','retail','0','2020-09-14 13:23:39','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','34.75','33.75','Inclusive',NULL),(1657,'41600079019','5','1','110','retail','0','2020-09-14 13:25:13','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1658,'41600079019','10','1','20','retail','0','2020-09-14 13:25:25','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','60.50','59.5','Inclusive',NULL),(1659,'41600079019','133','1','10','retail','0','2020-09-14 13:25:32','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(1660,'41600079019','38','1','330','retail','0','2020-09-14 13:25:40','','','','0','Cash',40.53,'330','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(1661,'41600079019','9','1','60','retail','0','2020-09-14 13:25:51','','','','0','Cash',7.37,'60','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(1662,'41600079019','40','1','60','retail','0','2020-09-14 13:26:00','','','','0','Cash',7.37,'60','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(1663,'41600079019','49','1','420','retail','0','2020-09-14 13:26:08','','','','0','Cash',51.58,'420','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','54.50','53.5','Inclusive',NULL),(1664,'41600079019','55','1','60','retail','0','2020-09-14 13:26:18','','','','0','Cash',7.37,'60','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.50','0.75','Inclusive',NULL),(1665,'41600079019','3','1','170','retail','0','2020-09-14 13:26:33','','','','0','Cash',20.88,'170','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','1','Inclusive',NULL),(1666,'41600079019','11','1','20','retail','0','2020-09-14 13:26:49','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1667,'41600079019','23','1','30','retail','0','2020-09-14 13:27:22','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:29:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(1668,'41600079361','1','4','1280','retail','0','2020-09-14 13:29:21','','','','0','Cash',157.19,'320','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','4','33.75','29.75','Inclusive',NULL),(1669,'41600079361','5','4','440','retail','0','2020-09-14 13:30:05','','','','0','Cash',54.04,'110','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','4','0.00','2','Inclusive',NULL),(1670,'41600079361','10','4','80','retail','0','2020-09-14 13:30:16','','','','0','Cash',9.82,'20','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','59.00','55','Inclusive',NULL),(1671,'41600079361','133','4','40','retail','0','2020-09-14 13:30:25','','','','0','Cash',4.91,'10','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.85','1.05','Inclusive',NULL),(1672,'41600079361','74','2','100','retail','0','2020-09-14 13:30:36','','','','5','Cash',12.28,'50','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.42','0.48','Inclusive',NULL),(1673,'41600079361','70','3','150','retail','0','2020-09-14 13:31:02','','','','2','Cash',18.42,'50','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','1.20','1.26','Inclusive',NULL),(1674,'41600079361','19','4','120','retail','0','2020-09-14 13:31:11','','','','0','Cash',14.74,'30','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','2.63','2.75','Inclusive',NULL),(1675,'41600079361','74','1','50','retail','0','2020-09-14 13:33:54','','','','5','Cash',6.14,'50','','','4','','1','2020-09-14 10:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.48','0.51','Inclusive',NULL),(1676,'41600079682','1','5','1600','retail','0','2020-09-14 13:34:42','','','','0','Cash',196.49,'320','','','4','','1','2020-09-14 10:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','29.75','24.75','Inclusive',NULL),(1677,'41600079682','2','5','450','retail','0','2020-09-14 13:36:30','','','','0','Cash',55.26,'90','','','4','','1','2020-09-14 10:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','5','5.25','0.25','Inclusive',NULL),(1678,'41600079682','33','5','650','retail','0','2020-09-14 13:36:49','','','','0','Cash',79.82,'130','','','4','','1','2020-09-14 10:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','5','6.50','1.5','Inclusive',NULL),(1679,'41600079682','70','5','250','retail','0','2020-09-14 13:37:01','','','','2','Cash',30.70,'50','','','4','','1','2020-09-14 10:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.26','0.41','Inclusive',NULL),(1680,'41600079682','19','5','150','retail','0','2020-09-14 13:37:13','','','','0','Cash',18.42,'30','','','4','','1','2020-09-14 10:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','2.75','2.9','Inclusive',NULL),(1681,'41600079682','10','5','100','retail','0','2020-09-14 13:37:25','','','','0','Cash',12.28,'20','','','4','','1','2020-09-14 10:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','55.00','50','Inclusive',NULL),(1682,'41600079873','1','1','320','retail','0','2020-09-14 13:37:53','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 10:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','24.75','23.75','Inclusive',NULL),(1683,'41600079873','5','1','110','retail','0','2020-09-14 13:38:34','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 10:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(1684,'41600079873','10','1','20','retail','0','2020-09-14 13:38:43','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 10:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','50.00','49','Inclusive',NULL),(1686,'41600079873','133','1','10','retail','0','2020-09-14 13:39:11','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 10:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.05','0.05','Inclusive',NULL),(1687,'41600079873','70','1','50','retail','0','2020-09-14 13:39:29','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 10:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.41','0.44','Inclusive',NULL),(1688,'41600079873','23','1','30','retail','0','2020-09-14 13:39:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 10:40:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(1689,'41600080008','73','2','200','retail','0','2020-09-14 13:40:08','','','','0','Cash',24.56,'100','','','4','','1','2020-09-14 10:41:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.05','0.15','Inclusive',NULL),(1690,'41600080081','7','1','200','retail','0','2020-09-14 13:41:21','','','','0','Cash',24.56,'200','','','4','','1','2020-09-14 11:12:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','86.15','85.15','Inclusive',NULL),(1691,'41600080081','10','2','60','retail','0','2020-09-14 14:12:28','','','','0','Cash',7.37,'30','','','4','','1','2020-09-14 11:12:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','','49.00','47','Inclusive',NULL),(1692,'41600085633','3','1','160','retail','0','2020-09-14 15:13:53','','','','0','Cash',19.65,'160','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(1693,'41600085633','2','1','90','retail','0','2020-09-14 15:21:49','','','','0','Cash',11.05,'90','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(1694,'41600085633','11','1','20','retail','0','2020-09-14 15:22:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1695,'41600085633','27','1','30','retail','0','2020-09-14 15:22:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.54','0.57','Inclusive',NULL),(1696,'41600085633','15','1','30','retail','0','2020-09-14 15:22:21','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(1697,'41600085633','137','1','50','retail','0','2020-09-14 15:22:29','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(1698,'41600085633','138','1','50','retail','0','2020-09-14 15:22:41','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(1699,'41600085633','139','1','50','retail','0','2020-09-14 15:22:50','','','','0','Cash',6.14,'50','','','4','','1','2020-09-14 12:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(1700,'41600086188','73','1','100','retail','0','2020-09-14 15:23:08','','','','0','Cash',12.28,'100','','','4','','1','2020-09-14 12:29:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.15','0.2','Inclusive',NULL),(1701,'41600086557','1','1','320','retail','0','2020-09-14 15:29:17','','','','0','Cash',39.30,'320','','','4','','1','2020-09-14 12:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','23.50','22.5','Inclusive',NULL),(1702,'41600086557','5','1','110','retail','0','2020-09-14 15:35:20','','','','0','Cash',13.51,'110','','','4','','1','2020-09-14 12:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1703,'41600086557','10','1','20','retail','0','2020-09-14 15:35:28','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 12:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','46.50','45.5','Inclusive',NULL),(1704,'41600086557','15','1','30','retail','0','2020-09-14 15:35:38','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 12:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(1705,'41600086557','133','1','10','retail','0','2020-09-14 15:35:46','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 12:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(1706,'41600086557','74','1','50','retail','0','2020-09-14 15:35:58','','','','5','Cash',6.14,'50','','','4','','1','2020-09-14 12:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.51','0.54','Inclusive',NULL),(1707,'41600087057','3','1','170','retail','0','2020-09-14 15:37:37','','','','0','Cash',20.88,'170','','','4','','1','2020-09-14 12:40:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(1708,'41600087057','49','1','420','retail','0','2020-09-14 15:38:32','','','','0','Cash',51.58,'420','','','4','','1','2020-09-14 12:40:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','53.50','52.5','Inclusive',NULL),(1709,'41600087057','55','1','60','retail','0','2020-09-14 15:38:39','','','','0','Cash',7.37,'60','','','4','','1','2020-09-14 12:40:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.75','1','Inclusive',NULL),(1710,'41600087057','11','1','20','retail','0','2020-09-14 15:38:48','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 12:40:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1711,'41600087057','185','5','1250','retail','0','2020-09-14 15:40:00','','','','0','Cash',153.51,'250','','','4','','1','2020-09-14 12:40:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','5','7.00','2','Inclusive',NULL),(1712,'41600087234','3','1','170','retail','0','2020-09-14 15:40:34','','','','0','Cash',20.88,'170','','','4','','1','2020-09-14 12:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(1713,'41600087234','15','1','30','retail','0','2020-09-14 15:41:05','','','','0','Cash',3.68,'30','','','4','','1','2020-09-14 12:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(1714,'41600087234','70','1','50','retail','0','2020-09-14 15:41:14','','','','2','Cash',6.14,'50','','','4','','1','2020-09-14 12:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.44','0.47','Inclusive',NULL),(1715,'41600087234','6','1','70','retail','0','2020-09-14 15:41:22','','','','0','Cash',8.60,'70','','','4','','1','2020-09-14 12:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(1716,'41600087234','11','1','20','retail','0','2020-09-14 15:41:31','','','','0','Cash',2.46,'20','','','4','','1','2020-09-14 12:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(1717,'41600087234','133','1','10','retail','0','2020-09-14 15:41:38','','','','0','Cash',1.23,'10','','','4','','1','2020-09-14 12:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(1718,'41600154081','1','3','960','retail','0','2020-09-15 10:14:41','','','','0','Cash',117.89,'320','','','4','','1','2020-09-15 07:15:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','21.50','18.5','Inclusive',NULL),(1719,'41600154081','69','1','100','retail','0','2020-09-15 10:15:18','','','','0','Cash',12.28,'100','','','4','','1','2020-09-15 07:15:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.20','0.25','Inclusive',NULL),(1720,'41600162178','161','20','950','retail','0','2020-09-15 12:29:38','','','','0','Cash',116.67,'47.5','','','4','','1','2020-09-15 09:31:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1373.00','1353','Inclusive',NULL),(1721,'41600162178','88','20','1500','retail','0','2020-09-15 12:30:09','','','','0','Cash',184.21,'75','','','4','','1','2020-09-15 09:31:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','65.79','','519.00','518','Inclusive',NULL),(1722,'41600165717','38','1','330','retail','0','2020-09-15 13:28:37','','','','0','Cash',40.53,'330','','','4','','1','2020-09-15 10:29:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(1723,'41600165717','40','1','60','retail','0','2020-09-15 13:29:05','','','','0','Cash',7.37,'60','','','4','','1','2020-09-15 10:29:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1724,'41600165717','9','1','60','retail','0','2020-09-15 13:29:14','','','','0','Cash',7.37,'60','','','4','','1','2020-09-15 10:29:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(1725,'41600165774','1','1','320','retail','0','2020-09-15 13:29:34','','','','0','Cash',39.30,'320','','','4','','1','2020-09-15 11:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','18.50','17.5','Inclusive',NULL),(1726,'41600165774','15','1','30','retail','0','2020-09-15 14:27:54','','','','0','Cash',3.68,'30','','','4','','1','2020-09-15 11:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.30','0.33','Inclusive',NULL),(1727,'41600165774','74','1','50','retail','0','2020-09-15 14:28:03','','','','5','Cash',6.14,'50','','','4','','1','2020-09-15 11:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.54','0.57','Inclusive',NULL),(1728,'41600165774','5','1','110','retail','0','2020-09-15 14:28:11','','','','0','Cash',13.51,'110','','','4','','1','2020-09-15 11:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1729,'41600165774','133','1','10','retail','0','2020-09-15 14:28:20','','','','0','Cash',1.23,'10','','','4','','1','2020-09-15 11:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(1730,'41600165774','10','1','20','retail','0','2020-09-15 14:28:29','','','','0','Cash',2.46,'20','','','4','','1','2020-09-15 11:28:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','45.00','44','Inclusive',NULL),(1731,'41600169498','1','1','320','retail','0','2020-09-15 14:35:04','','','','0','Cash',39.30,'320','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','17.50','16.5','Inclusive',NULL),(1732,'41600169498','5','1','110','retail','0','2020-09-15 14:38:35','','','','0','Cash',13.51,'110','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1733,'41600169498','133','1','10','retail','0','2020-09-15 14:38:49','','','','0','Cash',1.23,'10','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(1734,'41600169498','10','1','20','retail','0','2020-09-15 14:38:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','44.00','43','Inclusive',NULL),(1735,'41600169498','19','1','30','retail','0','2020-09-15 14:39:08','','','','0','Cash',3.68,'30','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','2.90','1.9','Inclusive',NULL),(1736,'41600169498','70','1','50','retail','0','2020-09-15 14:39:26','','','','2','Cash',6.14,'50','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.47','0.5','Inclusive',NULL),(1737,'41600169498','74','1','50','retail','0','2020-09-15 14:39:34','','','','5','Cash',6.14,'50','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.57','0.6','Inclusive',NULL),(1738,'41600169498','40','1','60','retail','0','2020-09-15 14:39:42','','','','0','Cash',7.37,'60','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(1739,'41600169498','38','1','330','retail','0','2020-09-15 14:39:55','','','','0','Cash',40.53,'330','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(1740,'41600169498','9','1','60','retail','0','2020-09-15 14:40:03','','','','0','Cash',7.37,'60','','','4','','1','2020-09-15 11:40:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(1743,'41600170044','133','1','10','retail','0','2020-09-15 14:55:10','','','','0','Cash',1.23,'10','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(1745,'41600170044','15','1','30','retail','0','2020-09-15 14:55:27','','','','0','Cash',3.68,'30','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.33','0.36','Inclusive',NULL),(1746,'41600170044','74','1','50','retail','0','2020-09-15 14:55:36','','','','5','Cash',6.14,'50','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.63','Inclusive',NULL),(1747,'41600170044','38','1','330','retail','0','2020-09-15 14:55:58','','','','0','Cash',40.53,'330','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(1748,'41600170044','40','1','60','retail','0','2020-09-15 14:56:15','','','','0','Cash',7.37,'60','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(1750,'41600170044','10','1','20','retail','0','2020-09-15 14:56:51','','','','0','Cash',2.46,'20','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','42.50','41.5','Inclusive',NULL),(1751,'41600170044','1','1','320','retail','0','2020-09-15 14:57:12','','','','0','Cash',39.30,'320','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','16.50','15.5','Inclusive',NULL),(1752,'41600170044','5','1','110','retail','0','2020-09-15 14:57:28','','','','0','Cash',13.51,'110','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1753,'41600170044','9','1','60','retail','0','2020-09-15 14:58:21','','','','0','Cash',7.37,'60','','','4','','1','2020-09-15 11:58:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(1754,'41600171118','64','1','1000','retail','0','2020-09-15 14:58:38','','','','0','Cash',122.81,'1000','','','4','','1','2020-09-15 12:25:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','20.50','19.5','Inclusive',NULL),(1755,'41600171118','27','1','30','retail','0','2020-09-15 15:24:51','','','','0','Cash',3.68,'30','','','4','','1','2020-09-15 12:25:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.57','0.6','Inclusive',NULL),(1756,'41600171118','74','1','50','retail','0','2020-09-15 15:25:02','','','','5','Cash',6.14,'50','','','4','','1','2020-09-15 12:25:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.63','0.66','Inclusive',NULL),(1757,'41600175667','1','1','320','retail','0','2020-09-15 16:14:27','','','','0','Cash',39.30,'320','','','4','','1','2020-09-15 13:15:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','15.50','14.5','Inclusive',NULL),(1758,'41600175667','5','1','110','retail','0','2020-09-15 16:14:38','','','','0','Cash',13.51,'110','','','4','','1','2020-09-15 13:15:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1759,'41600175667','133','1','10','retail','0','2020-09-15 16:14:46','','','','0','Cash',1.23,'10','','','4','','1','2020-09-15 13:15:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.35','0.35','Inclusive',NULL),(1760,'41600175667','10','1','20','retail','0','2020-09-15 16:15:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-15 13:15:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','41.50','40.5','Inclusive',NULL),(1761,'41600175667','70','1','50','retail','0','2020-09-15 16:15:10','','','','2','Cash',6.14,'50','','','4','','1','2020-09-15 13:15:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.53','Inclusive',NULL),(1762,'41600175667','15','1','30','retail','0','2020-09-15 16:15:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-15 13:15:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.36','0.39','Inclusive',NULL),(1763,'71600234953','7','1','200','retail','0','2020-09-16 08:42:33','','','','0','Cash',24.56,'200','','','7','','1','2020-09-16 05:43:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','84.35','83.35','Inclusive',NULL),(1764,'71600234953','10','1','20','retail','0','2020-09-16 08:42:45','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 05:43:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','40.50','39.5','Inclusive',NULL),(1765,'71600234953','4','1','260','retail','0','2020-09-16 08:42:52','','','','0','Cash',31.93,'260','','','7','','1','2020-09-16 05:43:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','197.50','196.5','Inclusive',NULL),(1766,'71600234953','1','1','340','retail','0','2020-09-16 08:43:01','','','','0','Cash',41.75,'340','','','7','','1','2020-09-16 05:43:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','14.50','13.5','Inclusive',NULL),(1767,'71600236339','1','2','640','retail','0','2020-09-16 09:05:39','','','','0','Cash',78.60,'320','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','13.50','11.5','Inclusive',NULL),(1768,'71600236339','5','2','220','retail','0','2020-09-16 09:21:47','','','','0','Cash',27.02,'110','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(1769,'71600236339','10','2','40','retail','0','2020-09-16 09:21:56','','','','0','Cash',4.91,'20','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','39.50','37.5','Inclusive',NULL),(1770,'71600236339','19','2','60','retail','0','2020-09-16 09:22:12','','','','0','Cash',7.37,'30','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','1.90','1.96','Inclusive',NULL),(1771,'71600236339','70','2','100','retail','0','2020-09-16 09:22:50','','','','2','Cash',12.28,'50','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.53','0.59','Inclusive',NULL),(1772,'71600236339','133','1','10','retail','0','2020-09-16 09:23:02','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(1773,'71600236339','133','1','10','retail','0','2020-09-16 09:23:42','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(1774,'71600236339','38','2','660','retail','0','2020-09-16 09:23:56','','','','0','Cash',81.05,'330','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','1.00','2','Inclusive',NULL),(1775,'71600236339','9','2','120','retail','0','2020-09-16 09:24:19','','','','0','Cash',14.74,'60','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','0.5','Inclusive',NULL),(1776,'71600236339','40','2','120','retail','0','2020-09-16 09:24:32','','','','0','Cash',14.74,'60','','','7','','1','2020-09-16 06:25:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','1.00','2','Inclusive',NULL),(1777,'71600240196','85','1','120','retail','0','2020-09-16 10:09:56','','','','0','Cash',14.74,'120','','','7','','1','2020-09-16 07:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','442.00','441','Inclusive',NULL),(1778,'71600240512','1','1','320','retail','0','2020-09-16 10:15:12','','','','0','Cash',39.30,'320','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','11.50','10.5','Inclusive',NULL),(1779,'71600240512','5','1','110','retail','0','2020-09-16 11:17:54','','','','0','Cash',13.51,'110','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1780,'71600240512','23','1','30','retail','0','2020-09-16 11:18:11','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.96','0.99','Inclusive',NULL),(1781,'71600240512','133','1','10','retail','0','2020-09-16 11:18:20','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(1782,'71600240512','10','1','20','retail','0','2020-09-16 11:19:09','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','37.50','36.5','Inclusive',NULL),(1783,'71600240512','70','1','50','retail','0','2020-09-16 11:19:32','','','','2','Cash',6.14,'50','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.59','0.62','Inclusive',NULL),(1784,'71600240512','176','1','60','retail','0','2020-09-16 12:24:52','','','','0','Cash',7.37,'60','','','7','','1','2020-09-16 09:25:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','52.63','','19.00','18','Inclusive',NULL),(1785,'71600248339','88','1','100','retail','0','2020-09-16 12:25:39','','','','0','Cash',12.28,'100','','','7','','1','2020-09-16 09:26:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','499.00','498','Inclusive',NULL),(1786,'71600248618','7','1','200','retail','0','2020-09-16 12:30:18','','','','0','Cash',24.56,'200','','','7','','1','2020-09-16 10:05:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','82.70','81.7','Inclusive',NULL),(1787,'71600248618','27','1','30','retail','0','2020-09-16 13:03:26','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 10:05:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.60','0.63','Inclusive',NULL),(1788,'71600248618','23','1','30','retail','0','2020-09-16 13:03:38','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 10:05:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.99','1.02','Inclusive',NULL),(1789,'71600248618','74','1','50','retail','0','2020-09-16 13:03:47','','','','5','Cash',6.14,'50','','','7','','1','2020-09-16 10:05:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.66','0.69','Inclusive',NULL),(1790,'71600250749','185','1','250','retail','0','2020-09-16 13:05:49','','','','0','Cash',30.70,'250','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','2.00','1','Inclusive',NULL),(1791,'71600250749','3','1','170','retail','0','2020-09-16 13:09:53','','','','0','Cash',20.88,'170','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(1792,'71600250749','11','1','20','retail','0','2020-09-16 13:10:43','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.00','1','Inclusive',NULL),(1793,'71600250749','15','1','30','retail','0','2020-09-16 13:10:52','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.39','0.42','Inclusive',NULL),(1794,'71600250749','74','1','50','retail','0','2020-09-16 13:10:59','','','','5','Cash',6.14,'50','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.69','0.72','Inclusive',NULL),(1795,'71600250749','133','1','10','retail','0','2020-09-16 13:11:08','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(1796,'71600250749','6','1','70','retail','0','2020-09-16 13:11:39','','','','0','Cash',8.60,'70','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','2.00','1','Inclusive',NULL),(1797,'71600250749','94','2','360','retail','0','2020-09-16 13:11:49','','','','0','Cash',44.21,'180','','','7','','1','2020-09-16 10:12:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','','76.00','75','Inclusive',NULL),(1798,'71600251178','1','1','320','retail','0','2020-09-16 13:12:58','','','','0','Cash',39.30,'320','','','7','','1','2020-09-16 10:17:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','10.50','9.5','Inclusive',NULL),(1799,'71600251178','5','1','110','retail','0','2020-09-16 13:16:14','','','','0','Cash',13.51,'110','','','7','','1','2020-09-16 10:17:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1800,'71600251178','15','1','30','retail','0','2020-09-16 13:16:21','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 10:17:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.42','0.45','Inclusive',NULL),(1801,'71600251178','74','1','50','retail','0','2020-09-16 13:16:30','','','','5','Cash',6.14,'50','','','7','','1','2020-09-16 10:17:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.72','0.75','Inclusive',NULL),(1802,'71600251178','10','1','20','retail','0','2020-09-16 13:16:37','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 10:17:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','36.50','35.5','Inclusive',NULL),(1803,'71600251178','133','1','10','retail','0','2020-09-16 13:16:47','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 10:17:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(1804,'71600252056','3','1','160','retail','0','2020-09-16 13:27:36','','','','0','Cash',19.65,'160','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(1805,'71600252056','2','1','90','retail','0','2020-09-16 14:12:55','','','','0','Cash',11.05,'90','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(1806,'71600252056','138','1','50','retail','0','2020-09-16 14:13:08','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(1807,'71600252056','139','1','50','retail','0','2020-09-16 14:13:25','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(1808,'71600252056','137','1','50','retail','0','2020-09-16 14:13:33','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(1809,'71600252056','11','1','20','retail','0','2020-09-16 14:13:46','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(1810,'71600252056','23','1','30','retail','0','2020-09-16 14:14:04','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.02','0.02','Inclusive',NULL),(1811,'71600252056','70','1','50','retail','0','2020-09-16 14:14:16','','','','2','Cash',6.14,'50','','','7','','1','2020-09-16 11:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.62','0.65','Inclusive',NULL),(1813,'71600255077','3','1','160','retail','0','2020-09-16 14:17:57','','','','0','Cash',19.65,'160','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(1814,'71600255077','2','1','90','retail','0','2020-09-16 14:19:12','','','','0','Cash',11.05,'90','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(1815,'71600255077','11','1','20','retail','0','2020-09-16 14:19:19','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(1816,'71600255077','27','1','30','retail','0','2020-09-16 14:19:26','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.63','0.66','Inclusive',NULL),(1817,'71600255077','169','1','50','retail','0','2020-09-16 14:19:41','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(1818,'71600255077','137','1','50','retail','0','2020-09-16 14:19:50','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(1819,'71600255077','139','1','50','retail','0','2020-09-16 14:19:58','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(1820,'71600255077','138','1','50','retail','0','2020-09-16 14:20:09','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:20:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(1821,'71600255288','1','1','320','retail','0','2020-09-16 14:21:28','','','','0','Cash',39.30,'320','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','8.00','7','Inclusive',NULL),(1822,'71600255288','5','1','110','retail','0','2020-09-16 14:45:20','','','','0','Cash',13.51,'110','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1823,'71600255288','15','1','30','retail','0','2020-09-16 14:45:28','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.45','0.48','Inclusive',NULL),(1824,'71600255288','70','1','50','retail','0','2020-09-16 14:45:41','','','','2','Cash',6.14,'50','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.65','0.68','Inclusive',NULL),(1825,'71600255288','10','1','20','retail','0','2020-09-16 14:45:49','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','35.00','34','Inclusive',NULL),(1826,'71600255288','133','1','10','retail','0','2020-09-16 14:45:58','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(1827,'71600255288','137','1','50','retail','0','2020-09-16 14:46:16','','','','0','Cash',6.14,'50','','','7','','1','2020-09-16 11:46:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(1828,'71600256792','54','1','80','retail','0','2020-09-16 14:46:32','','','','0','Cash',9.82,'80','','','7','','1','2020-09-16 12:10:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.50','1','Inclusive',NULL),(1829,'71600260517','91','10','1132','retail','0','2020-09-16 15:48:50','','','','1','Cash',139.02,'113.20','','','7','','1','2020-09-16 12:50:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','99.30','','262.00','252','Inclusive',NULL),(1830,'71600260517','161','5','214','retail','0','2020-09-16 15:49:48','','','','0','Cash',26.28,'42.80','','','7','','1','2020-09-16 12:50:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','37.54','','1353.00','1348','Inclusive',NULL),(1831,'71600263286','1','1','320','retail','0','2020-09-16 16:34:46','','','','0','Cash',39.30,'320','','','7','','1','2020-09-16 13:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','7.00','6','Inclusive',NULL),(1832,'71600263286','5','1','110','retail','0','2020-09-16 16:34:56','','','','0','Cash',13.51,'110','','','7','','1','2020-09-16 13:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1833,'71600263286','15','1','30','retail','0','2020-09-16 16:35:03','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 13:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.48','0.51','Inclusive',NULL),(1834,'71600263286','74','1','50','retail','0','2020-09-16 16:35:11','','','','5','Cash',6.14,'50','','','7','','1','2020-09-16 13:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','0.78','Inclusive',NULL),(1835,'71600263286','10','1','20','retail','0','2020-09-16 16:35:19','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 13:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','34.00','33','Inclusive',NULL),(1836,'71600263286','133','1','10','retail','0','2020-09-16 16:35:29','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 13:36:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(1837,'71600263396','1','1','320','retail','0','2020-09-16 16:36:36','','','','0','Cash',39.30,'320','','','7','','1','2020-09-16 13:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','6.00','5','Inclusive',NULL),(1838,'71600263396','5','1','110','retail','0','2020-09-16 16:47:44','','','','0','Cash',13.51,'110','','','7','','1','2020-09-16 13:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1839,'71600263396','74','1','50','retail','0','2020-09-16 16:47:52','','','','5','Cash',6.14,'50','','','7','','1','2020-09-16 13:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.78','0.81','Inclusive',NULL),(1840,'71600263396','15','1','30','retail','0','2020-09-16 16:48:01','','','','0','Cash',3.68,'30','','','7','','1','2020-09-16 13:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.51','0.54','Inclusive',NULL),(1841,'71600263396','10','1','20','retail','0','2020-09-16 16:48:09','','','','0','Cash',2.46,'20','','','7','','1','2020-09-16 13:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','33.00','32','Inclusive',NULL),(1842,'71600263396','133','1','10','retail','0','2020-09-16 16:48:18','','','','0','Cash',1.23,'10','','','7','','1','2020-09-16 13:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(1843,'41600322869','73','3','300','retail','0','2020-09-17 10:26:09','','','','0','Cash',36.84,'100','','','4','','1','2020-09-17 07:26:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','3','0.20','0.35','Inclusive',NULL),(1844,'41600327597','38','1','330','retail','0','2020-09-17 10:26:37','','','','0','Cash',40.53,'330','','','4','','1','2020-09-17 07:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','2.00','1','Inclusive',NULL),(1845,'41600327597','40','1','60','retail','0','2020-09-17 10:29:03','','','','0','Cash',7.37,'60','','','4','','1','2020-09-17 07:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','2.00','1','Inclusive',NULL),(1846,'41600327597','9','1','60','retail','0','2020-09-17 10:29:11','','','','0','Cash',7.37,'60','','','4','','1','2020-09-17 07:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(1847,'41600328102','1','1','320','retail','0','2020-09-17 10:35:02','','','','0','Cash',39.30,'320','','','4','','1','2020-09-17 07:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','5.00','4','Inclusive',NULL),(1848,'41600328102','5','1','110','retail','0','2020-09-17 10:35:11','','','','0','Cash',13.51,'110','','','4','','1','2020-09-17 07:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1849,'41600328102','133','1','10','retail','0','2020-09-17 10:35:22','','','','0','Cash',1.23,'10','','','4','','1','2020-09-17 07:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(1850,'41600328102','10','1','20','retail','0','2020-09-17 10:36:08','','','','0','Cash',2.46,'20','','','4','','1','2020-09-17 07:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','32.00','31','Inclusive',NULL),(1851,'41600328102','19','1','30','retail','0','2020-09-17 10:36:15','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 07:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.96','0.96','Inclusive',NULL),(1852,'41600328102','74','1','50','retail','0','2020-09-17 10:36:27','','','','5','Cash',6.14,'50','','','4','','1','2020-09-17 07:36:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.81','0.84','Inclusive',NULL),(1853,'41600328301','133','2','20','retail','0','2020-09-17 10:38:21','','','','0','Cash',2.46,'10','','','4','','1','2020-09-17 07:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.80','0.9','Inclusive',NULL),(1854,'41600328443','1','2','640','retail','0','2020-09-17 10:40:43','','','','0','Cash',78.60,'320','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','4.00','3','Inclusive',NULL),(1855,'41600328443','5','1','110','retail','0','2020-09-17 11:39:42','','','','0','Cash',13.51,'110','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1856,'41600328443','133','1','10','retail','0','2020-09-17 11:39:49','','','','0','Cash',1.23,'10','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(1857,'41600328443','10','2','40','retail','0','2020-09-17 11:40:05','','','','0','Cash',4.91,'20','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','31.00','30','Inclusive',NULL),(1858,'41600328443','15','1','30','retail','0','2020-09-17 11:40:29','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.54','0.57','Inclusive',NULL),(1859,'41600328443','74','1','50','retail','0','2020-09-17 11:40:42','','','','5','Cash',6.14,'50','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.84','0.87','Inclusive',NULL),(1860,'41600328443','133','1','10','retail','0','2020-09-17 11:41:18','','','','0','Cash',1.23,'10','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(1861,'41600328443','5','1','110','retail','0','2020-09-17 11:41:57','','','','0','Cash',13.51,'110','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(1862,'41600328443','19','1','30','retail','0','2020-09-17 11:42:09','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.96','0.99','Inclusive',NULL),(1863,'41600328443','70','1','50','retail','0','2020-09-17 11:42:28','','','','2','Cash',6.14,'50','','','4','','1','2020-09-17 08:43:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.68','0.71','Inclusive',NULL),(1864,'41600332189','1','1','320','retail','0','2020-09-17 11:43:09','','','','0','Cash',39.30,'320','','','4','','1','2020-09-17 09:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','2.00','1','Inclusive',NULL),(1865,'41600332189','5','1','110','retail','0','2020-09-17 12:35:41','','','','0','Cash',13.51,'110','','','4','','1','2020-09-17 09:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(1866,'41600332189','10','1','20','retail','0','2020-09-17 12:35:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-17 09:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','29.00','28','Inclusive',NULL),(1867,'41600332189','133','1','10','retail','0','2020-09-17 12:36:09','','','','0','Cash',1.23,'10','','','4','','1','2020-09-17 09:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(1868,'41600332189','15','1','30','retail','0','2020-09-17 12:36:30','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 09:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.57','0.6','Inclusive',NULL),(1869,'41600332189','70','1','50','retail','0','2020-09-17 12:36:53','','','','2','Cash',6.14,'50','','','4','','1','2020-09-17 09:37:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.71','0.74','Inclusive',NULL),(1870,'41600335434','3','1','170','retail','0','2020-09-17 12:37:14','','','','0','Cash',20.88,'170','','','4','','1','2020-09-17 09:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(1871,'41600335434','11','1','20','retail','0','2020-09-17 12:38:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-17 09:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(1872,'41600335434','49','1','420','retail','0','2020-09-17 12:38:12','','','','0','Cash',51.58,'420','','','4','','1','2020-09-17 09:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','52.50','51.5','Inclusive',NULL),(1873,'41600335434','23','1','30','retail','0','2020-09-17 12:38:20','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 09:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.02','0.05','Inclusive',NULL),(1874,'41600335434','73','2','200','retail','0','2020-09-17 12:38:31','','','','0','Cash',24.56,'100','','','4','','1','2020-09-17 09:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.35','0.45','Inclusive',NULL),(1875,'41600335434','55','1','60','retail','0','2020-09-17 12:39:03','','','','0','Cash',7.37,'60','','','4','','1','2020-09-17 09:39:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1.00','0','Inclusive',NULL),(1876,'41600335578','65','1','500','retail','0','2020-09-17 12:39:38','','','','0','Cash',61.40,'500','','','4','','1','2020-09-17 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','1.00','0','Inclusive',NULL),(1877,'41600335578','27','1','30','retail','0','2020-09-17 12:41:03','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.66','0.69','Inclusive',NULL),(1878,'41600335578','74','1','50','retail','0','2020-09-17 12:41:22','','','','5','Cash',6.14,'50','','','4','','1','2020-09-17 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.87','0.9','Inclusive',NULL),(1879,'41600335948','1','1','320','retail','0','2020-09-17 12:45:48','','','','0','Cash',39.30,'320','','','4','','1','2020-09-17 09:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','1.00','0','Inclusive',NULL),(1880,'41600335948','23','1','30','retail','0','2020-09-17 12:52:29','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 09:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.05','0.08','Inclusive',NULL),(1881,'41600335948','70','1','50','retail','0','2020-09-17 12:52:44','','','','2','Cash',6.14,'50','','','4','','1','2020-09-17 09:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.74','0.77','Inclusive',NULL),(1882,'41600335948','5','1','110','retail','0','2020-09-17 12:52:55','','','','0','Cash',13.51,'110','','','4','','1','2020-09-17 09:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(1883,'41600335948','10','1','20','retail','0','2020-09-17 12:53:10','','','','0','Cash',2.46,'20','','','4','','1','2020-09-17 09:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','27.50','26.5','Inclusive',NULL),(1884,'41600335948','133','1','10','retail','0','2020-09-17 12:53:37','','','','0','Cash',1.23,'10','','','4','','1','2020-09-17 09:53:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(1885,'41600336441','150','5','700','retail','0','2020-09-17 13:29:13','','','','0','Cash',85.96,'140','','','4','','1','2020-09-17 10:30:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','30.00','25','Inclusive',NULL),(1886,'41600336441','91','5','700','retail','0','2020-09-17 13:30:21','','','','1','Cash',85.96,'140','','','4','','1','2020-09-17 10:30:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','252.00','251','Inclusive',NULL),(1887,'41600338660','65','1','500','retail','0','2020-09-17 13:31:00','','','','0','Cash',61.40,'500','','','4','','1','2020-09-17 10:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0.5','Inclusive',NULL),(1888,'41600338660','15','1','30','retail','0','2020-09-17 13:41:05','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 10:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.60','0.63','Inclusive',NULL),(1889,'41600338660','74','1','50','retail','0','2020-09-17 13:41:14','','','','5','Cash',6.14,'50','','','4','','1','2020-09-17 10:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','0.93','Inclusive',NULL),(1890,'41600339404','1','2','640','retail','0','2020-09-17 13:43:24','','','','0','Cash',78.60,'320','','','4','','1','2020-09-17 10:49:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','170.00','168','Inclusive',NULL),(1891,'41600339404','5','2','220','retail','0','2020-09-17 13:48:39','','','','0','Cash',27.02,'110','','','4','','1','2020-09-17 10:49:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(1892,'41600339404','19','2','60','retail','0','2020-09-17 13:48:50','','','','0','Cash',7.37,'30','','','4','','1','2020-09-17 10:49:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.99','1.05','Inclusive',NULL),(1893,'41600339404','70','2','100','retail','0','2020-09-17 13:48:59','','','','2','Cash',12.28,'50','','','4','','1','2020-09-17 10:49:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.77','0.83','Inclusive',NULL),(1894,'41600339404','10','2','40','retail','0','2020-09-17 13:49:09','','','','0','Cash',4.91,'20','','','4','','1','2020-09-17 10:49:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','26.50','24.5','Inclusive',NULL),(1895,'41600339404','133','2','20','retail','0','2020-09-17 13:49:18','','','','0','Cash',2.46,'10','','','4','','1','2020-09-17 10:49:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.05','0.15','Inclusive',NULL),(1896,'41600340315','1','1','320','retail','0','2020-09-17 13:58:35','','','','0','Cash',39.30,'320','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','168.00','167','Inclusive',NULL),(1898,'41600340315','10','1','20','retail','0','2020-09-17 14:39:57','','','','0','Cash',2.46,'20','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','24.50','23.5','Inclusive',NULL),(1899,'41600340315','19','1','30','retail','0','2020-09-17 14:40:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.05','0.05','Inclusive',NULL),(1900,'41600340315','70','1','50','retail','0','2020-09-17 14:40:49','','','','2','Cash',6.14,'50','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.83','0.86','Inclusive',NULL),(1901,'41600340315','133','1','10','retail','0','2020-09-17 14:41:01','','','','0','Cash',1.23,'10','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(1902,'41600340315','5','1','110','retail','0','2020-09-17 14:41:10','','','','0','Cash',13.51,'110','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(1903,'41600340315','137','1','50','retail','0','2020-09-17 14:41:24','','','','0','Cash',6.14,'50','','','4','','1','2020-09-17 11:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(1909,'41600343193','2','1','90','retail','0','2020-09-17 14:46:33','','','','0','Cash',11.05,'90','','','4','','1','2020-09-17 11:47:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(1911,'41600343251','161','5','300','retail','0','2020-09-17 14:50:12','','','','0','Cash',36.84,'60','','','4','','1','2020-09-17 12:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1348.00','1343','Inclusive',NULL),(1912,'41600345151','147','5','2000','retail','0','2020-09-17 15:19:47','','','','0','Cash',245.61,'400','','','4','','1','2020-09-17 12:20:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','680.00','675','Inclusive',NULL),(1919,'41600345671','1','1','320','retail','0','2020-09-17 15:27:51','','','','0','Cash',39.30,'320','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','166.50','165.5','Inclusive',NULL),(1920,'41600345671','3','1','160','retail','0','2020-09-17 15:44:00','','','','0','Cash',19.65,'160','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.50','0.5','Inclusive',NULL),(1921,'41600345671','10','1','20','retail','0','2020-09-17 15:45:16','','','','0','Cash',2.46,'20','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','23.50','22.5','Inclusive',NULL),(1922,'41600345671','36','1','130','retail','0','2020-09-17 15:45:48','','','','0','Cash',15.96,'130','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(1923,'41600345671','48','1','60','retail','0','2020-09-17 15:46:48','','','','0','Cash',7.37,'60','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(1924,'41600345671','33','1','130','retail','0','2020-09-17 15:46:58','','','','0','Cash',15.96,'130','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.50','0.5','Inclusive',NULL),(1925,'41600345671','27','1','30','retail','0','2020-09-17 15:47:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.69','0.72','Inclusive',NULL),(1926,'41600345671','70','1','50','retail','0','2020-09-17 15:47:37','','','','2','Cash',6.14,'50','','','4','','1','2020-09-17 12:48:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.89','0.89','Inclusive',NULL),(1927,'41600349703','91','10','1400','retail','0','2020-09-17 16:35:03','','','','1','Cash',171.93,'140','','','4','','1','2020-09-17 13:35:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','247.00','237','Inclusive',NULL),(1928,'41600413360','147','5','2500','retail','0','2020-09-18 10:28:36','','','','0','Cash',307.02,'500','','','4','','1','2020-09-18 07:29:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','675.00','674','Inclusive',NULL),(1929,'41600414151','1','8','2560','retail','0','2020-09-18 10:29:11','','','','0','Cash',314.39,'320','','','4','','1','2020-09-18 07:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','8','165.50','157.5','Inclusive',NULL),(1930,'41600414151','5','8','880','retail','0','2020-09-18 10:33:02','','','','0','Cash',108.07,'110','','','4','','1','2020-09-18 07:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','8','2.00','6','Inclusive',NULL),(1931,'41600414151','10','8','160','retail','0','2020-09-18 10:33:11','','','','0','Cash',19.65,'20','','','4','','1','2020-09-18 07:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','8','22.50','14.5','Inclusive',NULL),(1932,'41600414151','19','8','240','retail','0','2020-09-18 10:33:22','','','','0','Cash',29.47,'30','','','4','','1','2020-09-18 07:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','8','0.05','0.29','Inclusive',NULL),(1934,'41600414151','133','8','80','retail','0','2020-09-18 10:33:48','','','','0','Cash',9.82,'10','','','4','','1','2020-09-18 07:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','8','1.25','1.65','Inclusive',NULL),(1935,'41600414151','74','8','400','retail','0','2020-09-18 10:34:40','','','','5','Cash',49.12,'50','','','4','','1','2020-09-18 07:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','8','0.93','1.17','Inclusive',NULL),(1936,'41600414560','1','2','640','retail','0','2020-09-18 10:36:00','','','','0','Cash',78.60,'320','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','157.50','155.5','Inclusive',NULL),(1937,'41600414560','3','2','320','retail','0','2020-09-18 10:37:40','','','','0','Cash',39.30,'160','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','2','0.50','1.5','Inclusive',NULL),(1938,'41600414560','10','2','40','retail','0','2020-09-18 10:37:55','','','','0','Cash',4.91,'20','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','14.50','12.5','Inclusive',NULL),(1939,'41600414560','36','1','130','retail','0','2020-09-18 10:38:12','','','','0','Cash',15.96,'130','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(1940,'41600414560','36','1','130','retail','0','2020-09-18 10:38:33','','','','0','Cash',15.96,'130','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(1941,'41600414560','48','2','120','retail','0','2020-09-18 10:38:45','','','','0','Cash',14.74,'60','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.25','0.75','Inclusive',NULL),(1942,'41600414560','33','1','130','retail','0','2020-09-18 10:38:55','','','','0','Cash',15.96,'130','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.50','0.75','Inclusive',NULL),(1943,'41600414560','33','1','130','retail','0','2020-09-18 10:39:12','','','','0','Cash',15.96,'130','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.75','1','Inclusive',NULL),(1944,'41600414560','27','2','60','retail','0','2020-09-18 10:39:20','','','','0','Cash',7.37,'30','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.72','0.78','Inclusive',NULL),(1945,'41600414560','70','2','100','retail','0','2020-09-18 10:39:32','','','','2','Cash',12.28,'50','','','4','','1','2020-09-18 07:39:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','9.13','7.13','Inclusive',NULL),(1946,'41600423328','1','8','2560','retail','0','2020-09-18 13:02:08','','','','0','Cash',314.39,'320','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','8','154.50','146.5','Inclusive',NULL),(1947,'41600423328','5','8','880','retail','0','2020-09-18 13:02:27','','','','0','Cash',108.07,'110','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','8','6.00','10','Inclusive',NULL),(1948,'41600423328','10','8','160','retail','0','2020-09-18 13:02:44','','','','0','Cash',19.65,'20','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','12.50','11.5','Inclusive',NULL),(1949,'41600423328','133','8','80','retail','0','2020-09-18 13:02:59','','','','0','Cash',9.82,'10','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','8','1.65','2.05','Inclusive',NULL),(1950,'41600423328','19','1','30','retail','0','2020-09-18 13:03:32','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(1957,'41600423328','19','1','30','retail','0','2020-09-18 13:06:58','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(1958,'41600423328','19','1','30','retail','0','2020-09-18 13:07:46','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.35','0.38','Inclusive',NULL),(1959,'41600423328','19','1','30','retail','0','2020-09-18 13:07:55','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.38','0.41','Inclusive',NULL),(1960,'41600423328','19','1','30','retail','0','2020-09-18 13:08:05','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.41','0.44','Inclusive',NULL),(1961,'41600423328','19','1','30','retail','0','2020-09-18 13:08:14','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.44','0.47','Inclusive',NULL),(1962,'41600423328','19','1','30','retail','0','2020-09-18 13:08:21','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.47','0.5','Inclusive',NULL),(1963,'41600423328','19','1','30','retail','0','2020-09-18 13:08:55','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.50','0.53','Inclusive',NULL),(1964,'41600423328','70','1','50','retail','0','2020-09-18 13:09:03','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','7.13','6.13','Inclusive',NULL),(1965,'41600423328','70','1','50','retail','0','2020-09-18 13:09:16','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','6.13','5.13','Inclusive',NULL),(1966,'41600423328','70','1','50','retail','0','2020-09-18 13:09:24','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','5.13','4.13','Inclusive',NULL),(1967,'41600423328','70','1','50','retail','0','2020-09-18 13:09:33','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.13','3.13','Inclusive',NULL),(1968,'41600423328','70','1','50','retail','0','2020-09-18 13:09:47','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.13','2.13','Inclusive',NULL),(1969,'41600423328','70','1','50','retail','0','2020-09-18 13:09:55','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.13','1.13','Inclusive',NULL),(1970,'41600423328','70','1','50','retail','0','2020-09-18 13:10:05','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.13','0.13','Inclusive',NULL),(1971,'41600423328','70','1','50','retail','0','2020-09-18 13:10:13','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.13','0.16','Inclusive',NULL),(1972,'41600423839','38','3','990','retail','0','2020-09-18 13:10:39','','','','0','Cash',121.58,'330','','','4','','1','2020-09-18 10:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','3','1.00','2.5','Inclusive',NULL),(1973,'41600423839','40','3','180','retail','0','2020-09-18 13:11:21','','','','0','Cash',22.11,'60','','','4','','1','2020-09-18 10:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','1.00','2.5','Inclusive',NULL),(1974,'41600423839','9','3','180','retail','0','2020-09-18 13:11:30','','','','0','Cash',22.11,'60','','','4','','1','2020-09-18 10:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.75','1.5','Inclusive',NULL),(1975,'41600423925','3','4','680','retail','0','2020-09-18 13:12:05','','','','0','Cash',83.51,'170','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.50','3.5','Inclusive',NULL),(1976,'41600423925','11','4','80','retail','0','2020-09-18 13:12:50','','','','0','Cash',9.82,'20','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','1.00','3','Inclusive',NULL),(1977,'41600423925','55','4','240','retail','0','2020-09-18 13:13:01','','','','0','Cash',29.47,'60','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','1','Inclusive',NULL),(1978,'41600423925','49','4','1680','retail','0','2020-09-18 13:13:26','','','','0','Cash',206.32,'420','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','4','51.50','47.5','Inclusive',NULL),(1979,'41600423925','15','4','120','retail','0','2020-09-18 13:13:40','','','','0','Cash',14.74,'30','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','1.66','1.78','Inclusive',NULL),(1982,'41600423925','73','1','100','retail','0','2020-09-18 13:15:09','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.45','0.5','Inclusive',NULL),(1983,'41600423925','73','1','100','retail','0','2020-09-18 13:19:33','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.50','0.55','Inclusive',NULL),(1984,'41600423925','73','2','200','retail','0','2020-09-18 13:19:43','','','','0','Cash',24.56,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.55','0.65','Inclusive',NULL),(1985,'41600423925','73','1','100','retail','0','2020-09-18 13:20:23','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.65','0.7','Inclusive',NULL),(1986,'41600423925','73','1','100','retail','0','2020-09-18 13:20:53','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.70','0.75','Inclusive',NULL),(1987,'41600423925','73','1','100','retail','0','2020-09-18 13:21:00','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.75','0.8','Inclusive',NULL),(1988,'41600423925','73','1','100','retail','0','2020-09-18 13:21:19','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.80','0.85','Inclusive',NULL),(1989,'41600424545','1','1','320','retail','0','2020-09-18 13:22:25','','','','0','Cash',39.30,'320','','','4','','1','2020-09-18 10:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','144.50','143.5','Inclusive',NULL),(1990,'41600424545','5','1','110','retail','0','2020-09-18 13:24:24','','','','0','Cash',13.51,'110','','','4','','1','2020-09-18 10:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','10.00','9','Inclusive',NULL),(1991,'41600424545','133','1','10','retail','0','2020-09-18 13:25:13','','','','0','Cash',1.23,'10','','','4','','1','2020-09-18 10:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.05','1.05','Inclusive',NULL),(1992,'41600424545','10','1','20','retail','0','2020-09-18 13:25:23','','','','0','Cash',2.46,'20','','','4','','1','2020-09-18 10:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','152.50','151.5','Inclusive',NULL),(1993,'41600424545','15','1','30','retail','0','2020-09-18 13:25:33','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.78','0.78','Inclusive',NULL),(1994,'41600424545','70','1','50','retail','0','2020-09-18 13:25:41','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:26:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.16','0.19','Inclusive',NULL),(1995,'41600424769','1','1','320','retail','0','2020-09-18 13:26:09','','','','0','Cash',39.30,'320','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','143.50','142.5','Inclusive',NULL),(1996,'41600424769','2','1','90','retail','0','2020-09-18 13:27:31','','','','0','Cash',11.05,'90','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(1997,'41600424769','33','1','130','retail','0','2020-09-18 13:28:03','','','','0','Cash',15.96,'130','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(1998,'41600424769','74','1','50','retail','0','2020-09-18 13:28:15','','','','5','Cash',6.14,'50','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','6.32','5.32','Inclusive',NULL),(1999,'41600424769','23','1','30','retail','0','2020-09-18 13:28:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.08','0.11','Inclusive',NULL),(2000,'41600424769','1','1','320','retail','0','2020-09-18 13:28:42','','','','0','Cash',39.30,'320','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','142.25','141.25','Inclusive',NULL),(2001,'41600424769','5','1','110','retail','0','2020-09-18 13:29:39','','','','0','Cash',13.51,'110','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','9.00','8','Inclusive',NULL),(2002,'41600424769','10','1','20','retail','0','2020-09-18 13:29:48','','','','0','Cash',2.46,'20','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','151.50','150.5','Inclusive',NULL),(2003,'41600424769','133','1','10','retail','0','2020-09-18 13:30:21','','','','0','Cash',1.23,'10','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.05','0.05','Inclusive',NULL),(2004,'41600424769','70','1','50','retail','0','2020-09-18 13:30:35','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.19','0.22','Inclusive',NULL),(2005,'41600424769','19','1','30','retail','0','2020-09-18 13:31:05','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:31:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.53','0.56','Inclusive',NULL),(2006,'41600425087','1','1','320','retail','0','2020-09-18 13:31:27','','','','0','Cash',39.30,'320','','','4','','1','2020-09-18 10:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','141.25','140.25','Inclusive',NULL),(2007,'41600425087','5','1','110','retail','0','2020-09-18 13:32:34','','','','0','Cash',13.51,'110','','','4','','1','2020-09-18 10:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','8.00','7','Inclusive',NULL),(2008,'41600425087','10','1','20','retail','0','2020-09-18 13:32:45','','','','0','Cash',2.46,'20','','','4','','1','2020-09-18 10:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','150.50','149.5','Inclusive',NULL),(2009,'41600425087','133','1','10','retail','0','2020-09-18 13:33:03','','','','0','Cash',1.23,'10','','','4','','1','2020-09-18 10:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(2010,'41600425087','74','1','50','retail','0','2020-09-18 13:33:16','','','','5','Cash',6.14,'50','','','4','','1','2020-09-18 10:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','5.32','4.32','Inclusive',NULL),(2011,'41600425087','15','1','30','retail','0','2020-09-18 13:33:52','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 10:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.78','0.81','Inclusive',NULL),(2012,'41600425259','73','1','100','retail','0','2020-09-18 13:46:58','','','','0','Cash',12.28,'100','','','4','','1','2020-09-18 10:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.85','0.9','Inclusive',NULL),(2016,'41600427218','143','1','300','retail','0','2020-09-18 14:06:58','','','','2','Cash',36.84,'300','','','4','','1','2020-09-18 11:28:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','2.00','1','Inclusive',NULL),(2017,'41600428503','85','1','120','retail','0','2020-09-18 14:28:23','','','','0','Cash',14.74,'120','','','4','','1','2020-09-18 11:32:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','441.00','440','Inclusive',NULL),(2018,'41600428772','1','2','640','retail','0','2020-09-18 14:32:52','','','','0','Cash',78.60,'320','','','4','','1','2020-09-18 11:37:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','140.25','138.25','Inclusive',NULL),(2019,'41600428772','2','2','180','retail','0','2020-09-18 14:34:40','','','','0','Cash',22.11,'90','','','4','','1','2020-09-18 11:37:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','2','0.25','0.75','Inclusive',NULL),(2021,'41600428772','33','2','260','retail','0','2020-09-18 14:35:43','','','','0','Cash',31.93,'130','','','4','','1','2020-09-18 11:37:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.00','0.5','Inclusive',NULL),(2022,'41600428772','74','2','100','retail','0','2020-09-18 14:35:56','','','','5','Cash',12.28,'50','','','4','','1','2020-09-18 11:37:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','4.32','2.32','Inclusive',NULL),(2023,'41600428772','10','2','40','retail','0','2020-09-18 14:37:03','','','','0','Cash',4.91,'20','','','4','','1','2020-09-18 11:37:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','149.50','147.5','Inclusive',NULL),(2024,'41600428772','27','2','60','retail','0','2020-09-18 14:37:15','','','','0','Cash',7.37,'30','','','4','','1','2020-09-18 11:37:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.78','0.84','Inclusive',NULL),(2025,'41600429725','7','3','600','retail','0','2020-09-18 14:48:45','','','','0','Cash',73.68,'200','','','4','','1','2020-09-18 12:07:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','3','79.10','76.1','Inclusive',NULL),(2026,'41600431610','3','1','170','retail','0','2020-09-18 15:20:10','','','','0','Cash',20.88,'170','','','4','','1','2020-09-18 12:27:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','3.50','2.5','Inclusive',NULL),(2027,'41600431610','11','1','20','retail','0','2020-09-18 15:21:12','','','','0','Cash',2.46,'20','','','4','','1','2020-09-18 12:27:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','3.00','2','Inclusive',NULL),(2028,'41600431610','55','1','60','retail','0','2020-09-18 15:21:20','','','','0','Cash',7.37,'60','','','4','','1','2020-09-18 12:27:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1.00','0','Inclusive',NULL),(2029,'41600431610','49','1','420','retail','0','2020-09-18 15:21:30','','','','0','Cash',51.58,'420','','','4','','1','2020-09-18 12:27:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','47.50','46.5','Inclusive',NULL),(2030,'41600431610','23','1','30','retail','0','2020-09-18 15:21:39','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 12:27:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.11','0.14','Inclusive',NULL),(2031,'41600432077','1','1','320','retail','0','2020-09-18 15:27:57','','','','0','Cash',39.30,'320','','','4','','1','2020-09-18 13:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','137.75','136.75','Inclusive',NULL),(2032,'41600432077','5','1','110','retail','0','2020-09-18 16:01:07','','','','0','Cash',13.51,'110','','','4','','1','2020-09-18 13:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','7.00','6','Inclusive',NULL),(2033,'41600432077','10','1','20','retail','0','2020-09-18 16:01:24','','','','0','Cash',2.46,'20','','','4','','1','2020-09-18 13:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','147.50','146.5','Inclusive',NULL),(2034,'41600432077','133','1','10','retail','0','2020-09-18 16:01:31','','','','0','Cash',1.23,'10','','','4','','1','2020-09-18 13:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(2035,'41600432077','15','1','30','retail','0','2020-09-18 16:01:48','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 13:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.81','0.84','Inclusive',NULL),(2036,'41600432077','74','1','50','retail','0','2020-09-18 16:01:56','','','','5','Cash',6.14,'50','','','4','','1','2020-09-18 13:02:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.32','1.32','Inclusive',NULL),(2037,'41600434936','1','1','320','retail','0','2020-09-18 16:15:36','','','','0','Cash',39.30,'320','','','4','','1','2020-09-18 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','136.75','135.75','Inclusive',NULL),(2038,'41600434936','5','1','110','retail','0','2020-09-18 16:23:09','','','','0','Cash',13.51,'110','','','4','','1','2020-09-18 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','6.00','5','Inclusive',NULL),(2039,'41600434936','133','1','10','retail','0','2020-09-18 16:23:17','','','','0','Cash',1.23,'10','','','4','','1','2020-09-18 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2040,'41600434936','10','1','20','retail','0','2020-09-18 16:23:26','','','','0','Cash',2.46,'20','','','4','','1','2020-09-18 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','146.50','145.5','Inclusive',NULL),(2041,'41600434936','15','1','30','retail','0','2020-09-18 16:23:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-18 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.84','0.87','Inclusive',NULL),(2042,'41600434936','70','1','50','retail','0','2020-09-18 16:24:06','','','','2','Cash',6.14,'50','','','4','','1','2020-09-18 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.22','0.25','Inclusive',NULL),(2043,'41600495501','85','5','600','retail','0','2020-09-19 09:50:20','','','','0','Cash',73.68,'120','','','4','','1','2020-09-19 06:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','440.00','435','Inclusive',NULL),(2045,'41600495501','177','5','1100','retail','0','2020-09-19 09:52:00','','','','0','Cash',135.09,'220','','','4','','1','2020-09-19 06:54:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','192.98','','360.00','355','Inclusive',NULL),(2046,'41600495501','161','5','300','retail','0','2020-09-19 09:52:46','','','','0','Cash',36.84,'60','','','4','','1','2020-09-19 06:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1343.00','1338','Inclusive',NULL),(2047,'41600495501','65','1','500','retail','0','2020-09-19 09:53:12','','','','0','Cash',61.40,'500','','','4','','1','2020-09-19 06:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.50','1','Inclusive',NULL),(2048,'41600495501','15','1','30','retail','0','2020-09-19 09:53:41','','','','0','Cash',3.68,'30','','','4','','1','2020-09-19 06:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.87','0.9','Inclusive',NULL),(2049,'41600495501','74','1','50','retail','0','2020-09-19 09:53:49','','','','5','Cash',6.14,'50','','','4','','1','2020-09-19 06:54:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.32','0.32','Inclusive',NULL),(2050,'41600498455','1','1','320','retail','0','2020-09-19 09:54:15','','','','0','Cash',39.30,'320','','','4','','1','2020-09-19 06:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','135.75','134.75','Inclusive',NULL),(2051,'41600498455','5','1','110','retail','0','2020-09-19 09:56:04','','','','0','Cash',13.51,'110','','','4','','1','2020-09-19 06:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.00','4','Inclusive',NULL),(2052,'41600498455','10','1','20','retail','0','2020-09-19 09:56:18','','','','0','Cash',2.46,'20','','','4','','1','2020-09-19 06:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','145.50','144.5','Inclusive',NULL),(2053,'41600498455','133','1','10','retail','0','2020-09-19 09:56:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-19 06:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(2054,'41600498455','19','1','30','retail','0','2020-09-19 09:56:34','','','','0','Cash',3.68,'30','','','4','','1','2020-09-19 06:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.56','0.59','Inclusive',NULL),(2055,'41600498455','70','1','50','retail','0','2020-09-19 09:56:41','','','','2','Cash',6.14,'50','','','4','','1','2020-09-19 06:56:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.28','Inclusive',NULL),(2056,'41600504477','46','1','240','retail','0','2020-09-19 11:34:37','','','','0','Cash',29.47,'240','','','4','','1','2020-09-19 08:35:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','1','62.35','61.35','Inclusive',NULL),(2057,'41600504504','27','1','50','retail','0','2020-09-19 11:35:04','','','','0','Cash',6.14,'50','','','4','','1','2020-09-19 08:36:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.84','0.87','Inclusive',NULL),(2058,'41600504566','97','5','500','retail','0','2020-09-19 11:40:26','','','','0','Cash',61.40,'100','','','4','','1','2020-09-19 08:40:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','23.00','18','Inclusive',NULL),(2059,'41600505045','38','1','330','retail','0','2020-09-19 11:44:05','','','','0','Cash',40.53,'330','','','4','','1','2020-09-19 08:51:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','2.50','1.5','Inclusive',NULL),(2060,'41600505045','9','1','60','retail','0','2020-09-19 11:51:18','','','','0','Cash',7.37,'60','','','4','','1','2020-09-19 08:51:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.50','0.5','Inclusive',NULL),(2061,'41600505045','39','1','60','retail','0','2020-09-19 11:51:26','','','','0','Cash',7.37,'60','','','4','','1','2020-09-19 08:51:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','13.70','12.7','Inclusive',NULL),(2062,'41600505521','161','40','1900','retail','0','2020-09-19 11:54:18','','','','0','Cash',233.33,'47.50','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1338.00','1298','Inclusive',NULL),(2063,'41600505521','10','1','20','retail','0','2020-09-19 11:54:45','','','','0','Cash',2.46,'20','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','144.50','143.5','Inclusive',NULL),(2064,'41600505521','133','1','10','retail','0','2020-09-19 11:55:07','','','','0','Cash',1.23,'10','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(2065,'41600505521','19','1','30','retail','0','2020-09-19 11:55:15','','','','0','Cash',3.68,'30','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.59','0.62','Inclusive',NULL),(2066,'41600505521','70','1','50','retail','0','2020-09-19 11:55:25','','','','2','Cash',6.14,'50','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.28','0.31','Inclusive',NULL),(2067,'41600505521','5','1','110','retail','0','2020-09-19 11:55:34','','','','0','Cash',13.51,'110','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','4.00','3','Inclusive',NULL),(2068,'41600505521','1','1','320','retail','0','2020-09-19 11:55:44','','','','0','Cash',39.30,'320','','','4','','1','2020-09-19 09:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','134.75','133.75','Inclusive',NULL),(2069,'41600506249','1','1','320','retail','0','2020-09-19 12:04:09','','','','0','Cash',39.30,'320','','','4','','1','2020-09-19 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','133.75','132.75','Inclusive',NULL),(2070,'41600506249','10','1','20','retail','0','2020-09-19 12:15:14','','','','0','Cash',2.46,'20','','','4','','1','2020-09-19 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','143.50','142.5','Inclusive',NULL),(2071,'41600506249','5','1','110','retail','0','2020-09-19 12:15:22','','','','0','Cash',13.51,'110','','','4','','1','2020-09-19 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(2072,'41600506249','133','1','10','retail','0','2020-09-19 12:15:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-19 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(2073,'41600506249','15','1','30','retail','0','2020-09-19 12:15:34','','','','0','Cash',3.68,'30','','','4','','1','2020-09-19 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(2074,'41600506249','74','1','50','retail','0','2020-09-19 12:15:40','','','','5','Cash',6.14,'50','','','4','','1','2020-09-19 09:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.32','0.35','Inclusive',NULL),(2075,'41600507043','161','20','950','retail','0','2020-09-19 12:17:23','','','','0','Cash',116.67,'47.50','','','4','','1','2020-09-19 09:24:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1298.00','1278','Inclusive',NULL),(2076,'41600507497','1','1','320','retail','0','2020-09-19 12:24:57','','','','0','Cash',39.30,'320','','','4','','1','2020-09-19 10:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','132.75','131.75','Inclusive',NULL),(2077,'41600507497','5','1','110','retail','0','2020-09-19 13:02:52','','','','0','Cash',13.51,'110','','','4','','1','2020-09-19 10:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(2078,'41600507497','10','1','20','retail','0','2020-09-19 13:03:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-19 10:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','142.50','141.5','Inclusive',NULL),(2079,'41600507497','133','1','10','retail','0','2020-09-19 13:03:08','','','','0','Cash',1.23,'10','','','4','','1','2020-09-19 10:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(2080,'41600507497','74','1','50','retail','0','2020-09-19 13:03:30','','','','5','Cash',6.14,'50','','','4','','1','2020-09-19 10:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.35','0.38','Inclusive',NULL),(2081,'41600507497','19','1','30','retail','0','2020-09-19 13:03:38','','','','0','Cash',3.68,'30','','','4','','1','2020-09-19 10:04:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.62','0.65','Inclusive',NULL),(2082,'41600510950','38','1','330','retail','0','2020-09-19 13:22:30','','','','0','Cash',40.53,'330','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.50','0.5','Inclusive',NULL),(2084,'41600510950','40','1','60','retail','0','2020-09-19 13:23:52','','','','0','Cash',7.37,'60','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','2.50','1.5','Inclusive',NULL),(2085,'41600510950','9','1','60','retail','0','2020-09-19 13:24:21','','','','0','Cash',7.37,'60','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(2086,'41600510950','1','1','320','retail','0','2020-09-19 13:24:36','','','','0','Cash',39.30,'320','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','131.75','130.75','Inclusive',NULL),(2087,'41600510950','5','1','110','retail','0','2020-09-19 13:24:43','','','','0','Cash',13.51,'110','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2088,'41600510950','10','1','20','retail','0','2020-09-19 13:24:50','','','','0','Cash',2.46,'20','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','141.50','140.5','Inclusive',NULL),(2089,'41600510950','133','1','10','retail','0','2020-09-19 13:25:00','','','','0','Cash',1.23,'10','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.45','0.45','Inclusive',NULL),(2090,'41600510950','19','1','30','retail','0','2020-09-19 13:25:06','','','','0','Cash',3.68,'30','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.65','0.68','Inclusive',NULL),(2091,'41600510950','70','1','50','retail','0','2020-09-19 13:25:14','','','','2','Cash',6.14,'50','','','4','','1','2020-09-19 10:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.31','0.34','Inclusive',NULL),(2092,'41176498304','1','1','320','retail','0','2007-04-14 00:05:04','','','','0','Cash',39.30,'320','','','4','','1','2007-04-13 21:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','130.75','129.75','Inclusive',NULL),(2093,'41176498304','5','1','110','retail','0','2007-04-14 00:07:53','','','','0','Cash',13.51,'110','','','4','','1','2007-04-13 21:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2094,'41176498304','133','1','10','retail','0','2007-04-14 00:08:05','','','','0','Cash',1.23,'10','','','4','','1','2007-04-13 21:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(2095,'41176498304','10','1','20','retail','0','2007-04-14 00:08:14','','','','0','Cash',2.46,'20','','','4','','1','2007-04-13 21:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','140.50','139.5','Inclusive',NULL),(2096,'41176498304','15','1','30','retail','0','2007-04-14 00:08:30','','','','0','Cash',3.68,'30','','','4','','1','2007-04-13 21:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(2097,'41176498304','70','1','50','retail','0','2007-04-14 00:08:38','','','','2','Cash',6.14,'50','','','4','','1','2007-04-13 21:08:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.34','0.37','Inclusive',NULL),(2098,'41176498539','1','1','320','retail','0','2007-04-14 00:08:59','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 06:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','129.75','128.75','Inclusive',NULL),(2099,'41176498539','5','1','110','retail','0','2020-09-21 09:35:40','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 06:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2100,'41176498539','133','1','10','retail','0','2020-09-21 09:35:51','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 06:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(2101,'41176498539','10','1','20','retail','0','2020-09-21 09:36:04','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 06:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','139.50','138.5','Inclusive',NULL),(2102,'41176498539','19','1','30','retail','0','2020-09-21 09:36:14','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 06:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.68','0.71','Inclusive',NULL),(2103,'41176498539','70','1','50','retail','0','2020-09-21 09:36:22','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 06:36:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.37','0.4','Inclusive',NULL),(2104,'41600670201','1','1','340','retail','0','2020-09-21 09:36:41','','','','0','Cash',41.75,'340','','','4','','1','2020-09-21 06:40:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','128.75','127.75','Inclusive',NULL),(2105,'41600670201','7','1','200','retail','0','2020-09-21 09:37:22','','','','0','Cash',24.56,'200','','','4','','1','2020-09-21 06:40:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','75.40','74.4','Inclusive',NULL),(2106,'41600670201','4','1','260','retail','0','2020-09-21 09:37:30','','','','0','Cash',31.93,'260','','','4','','1','2020-09-21 06:40:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','182.00','181','Inclusive',NULL),(2107,'41600670201','10','1','20','retail','0','2020-09-21 09:39:08','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 06:40:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','138.50','137.5','Inclusive',NULL),(2108,'41600670663','1','1','320','retail','0','2020-09-21 09:44:23','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 06:56:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','127.75','126.75','Inclusive',NULL),(2109,'41600670663','5','1','110','retail','0','2020-09-21 09:54:32','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 06:56:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2110,'41600670663','19','1','30','retail','0','2020-09-21 09:54:39','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 06:56:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.71','0.74','Inclusive',NULL),(2111,'41600670663','70','1','50','retail','0','2020-09-21 09:54:45','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 06:56:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.43','Inclusive',NULL),(2112,'41600670663','10','1','20','retail','0','2020-09-21 09:55:04','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 06:56:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','137.50','136.5','Inclusive',NULL),(2113,'41600670663','133','1','10','retail','0','2020-09-21 09:55:18','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 06:56:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(2114,'41600671369','1','1','300','retail','0','2020-09-21 09:56:09','','','','0','Cash',36.84,'300','','','4','','1','2020-09-21 08:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','126.75','125.75','Inclusive',NULL),(2115,'41600671369','5','1','100','retail','0','2020-09-21 11:02:47','','','','0','Cash',12.28,'100','','','4','','1','2020-09-21 08:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(2116,'41600671369','10','1','20','retail','0','2020-09-21 11:03:04','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 08:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','136.50','135.5','Inclusive',NULL),(2117,'41600671369','133','1','10','retail','0','2020-09-21 11:03:13','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 08:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(2118,'41600671369','15','1','20','retail','0','2020-09-21 11:03:27','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 08:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.96','0.99','Inclusive',NULL),(2119,'41600671369','70','1','50','retail','0','2020-09-21 11:03:39','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 08:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.43','0.46','Inclusive',NULL),(2120,'41600675466','1','1','320','retail','0','2020-09-21 11:04:26','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','125.75','124.75','Inclusive',NULL),(2121,'41600675466','10','1','20','retail','0','2020-09-21 11:25:44','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','135.50','134.5','Inclusive',NULL),(2122,'41600675466','133','1','10','retail','0','2020-09-21 11:25:57','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(2123,'41600675466','19','1','30','retail','0','2020-09-21 11:26:19','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.74','0.77','Inclusive',NULL),(2124,'41600675466','74','1','50','retail','0','2020-09-21 11:26:28','','','','5','Cash',6.14,'50','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.38','0.41','Inclusive',NULL),(2125,'41600675466','5','1','110','retail','0','2020-09-21 11:26:37','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2126,'41600675466','3','1','170','retail','0','2020-09-21 11:26:54','','','','0','Cash',20.88,'170','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.50','1.5','Inclusive',NULL),(2127,'41600675466','11','1','20','retail','0','2020-09-21 11:27:12','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.00','1','Inclusive',NULL),(2128,'41600675466','6','1','70','retail','0','2020-09-21 11:27:26','','','','0','Cash',8.60,'70','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(2129,'41600675466','133','1','10','retail','0','2020-09-21 11:27:35','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(2130,'41600675466','19','1','30','retail','0','2020-09-21 11:27:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.77','0.8','Inclusive',NULL),(2131,'41600675466','74','1','50','retail','0','2020-09-21 11:27:57','','','','5','Cash',6.14,'50','','','4','','1','2020-09-21 08:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.41','0.44','Inclusive',NULL),(2132,'41600676926','3','1','150','retail','0','2020-09-21 11:28:46','','','','0','Cash',18.42,'150','','','4','','1','2020-09-21 08:32:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','1.50','0.5','Inclusive',NULL),(2133,'41600676926','6','1','60','retail','0','2020-09-21 11:30:35','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 08:32:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0.25','Inclusive',NULL),(2134,'41600676926','11','1','20','retail','0','2020-09-21 11:30:44','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 08:32:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(2142,'41600684751','23','1','30','retail','0','2020-09-21 13:39:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 11:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.14','0.17','Inclusive',NULL),(2143,'41600684751','70','1','50','retail','0','2020-09-21 14:24:08','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 11:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.49','0.49','Inclusive',NULL),(2144,'41600684751','1','1','320','retail','0','2020-09-21 14:24:29','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 11:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','124.25','123.25','Inclusive',NULL),(2145,'41600684751','10','1','20','retail','0','2020-09-21 14:24:43','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 11:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','134.00','133','Inclusive',NULL),(2146,'41600684751','5','1','110','retail','0','2020-09-21 14:26:36','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 11:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2147,'41600684751','133','1','10','retail','0','2020-09-21 14:26:44','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 11:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.80','0.8','Inclusive',NULL),(2148,'41600687634','38','1','330','retail','0','2020-09-21 14:27:14','','','','0','Cash',40.53,'330','','','4','','1','2020-09-21 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(2149,'41600687634','9','1','60','retail','0','2020-09-21 14:30:40','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(2150,'41600687634','39','1','60','retail','0','2020-09-21 14:31:20','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','12.70','11.7','Inclusive',NULL),(2151,'41600687908','1','1','320','retail','0','2020-09-21 14:31:48','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 11:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','123.25','122.25','Inclusive',NULL),(2152,'41600687908','5','1','110','retail','0','2020-09-21 14:32:02','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 11:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2153,'41600687908','10','1','20','retail','0','2020-09-21 14:32:09','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 11:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','133.00','132','Inclusive',NULL),(2154,'41600687908','133','1','10','retail','0','2020-09-21 14:32:28','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 11:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(2155,'41600687908','19','1','30','retail','0','2020-09-21 14:32:37','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 11:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.83','0.83','Inclusive',NULL),(2156,'41600687908','70','1','50','retail','0','2020-09-21 14:32:46','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 11:33:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.49','0.52','Inclusive',NULL),(2157,'41600687995','38','1','330','retail','0','2020-09-21 14:33:15','','','','0','Cash',40.53,'330','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(2158,'41600687995','9','1','60','retail','0','2020-09-21 14:37:34','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2159,'41600687995','40','1','60','retail','0','2020-09-21 14:37:48','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.50','0.5','Inclusive',NULL),(2160,'41600687995','1','1','320','retail','0','2020-09-21 14:38:02','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','122.25','121.25','Inclusive',NULL),(2161,'41600687995','5','1','110','retail','0','2020-09-21 14:38:25','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2162,'41600687995','10','1','20','retail','0','2020-09-21 14:38:39','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','132.00','131','Inclusive',NULL),(2163,'41600687995','133','1','10','retail','0','2020-09-21 14:38:48','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(2164,'41600687995','15','1','30','retail','0','2020-09-21 14:39:01','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.99','1.02','Inclusive',NULL),(2165,'41600687995','70','1','50','retail','0','2020-09-21 14:39:09','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 11:39:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.52','0.55','Inclusive',NULL),(2166,'41600688366','1','1','320','retail','0','2020-09-21 14:39:26','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 11:47:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','121.25','120.25','Inclusive',NULL),(2167,'41600688366','5','1','110','retail','0','2020-09-21 14:46:56','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 11:47:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2168,'41600688366','10','1','20','retail','0','2020-09-21 14:47:08','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 11:47:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','131.00','130','Inclusive',NULL),(2169,'41600688366','133','1','10','retail','0','2020-09-21 14:47:16','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 11:47:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(2170,'41600688366','74','1','50','retail','0','2020-09-21 14:47:23','','','','5','Cash',6.14,'50','','','4','','1','2020-09-21 11:47:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.44','0.47','Inclusive',NULL),(2171,'41600688366','15','1','30','retail','0','2020-09-21 14:47:41','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 11:47:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.02','0.02','Inclusive',NULL),(2172,'41600689164','1','1','320','retail','0','2020-09-21 14:52:44','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','120.25','119.25','Inclusive',NULL),(2173,'41600689164','2','1','90','retail','0','2020-09-21 15:22:09','','','','0','Cash',11.05,'90','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(2174,'41600689164','48','1','60','retail','0','2020-09-21 15:22:27','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(2175,'41600689164','10','1','20','retail','0','2020-09-21 15:22:48','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','130.00','129','Inclusive',NULL),(2176,'41600689164','27','1','30','retail','0','2020-09-21 15:23:01','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.87','0.9','Inclusive',NULL),(2177,'41600689164','74','1','50','retail','0','2020-09-21 15:23:26','','','','5','Cash',6.14,'50','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.47','0.5','Inclusive',NULL),(2178,'41600689164','33','1','130','retail','0','2020-09-21 15:23:42','','','','0','Cash',15.96,'130','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.50','0.75','Inclusive',NULL),(2179,'41600689164','1','1','320','retail','0','2020-09-21 15:24:31','','','','0','Cash',39.30,'320','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','119.00','118','Inclusive',NULL),(2180,'41600689164','5','1','110','retail','0','2020-09-21 15:25:24','','','','0','Cash',13.51,'110','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2181,'41600689164','10','1','20','retail','0','2020-09-21 15:25:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','129.00','128','Inclusive',NULL),(2182,'41600689164','15','1','30','retail','0','2020-09-21 15:25:41','','','','0','Cash',3.68,'30','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.02','0.05','Inclusive',NULL),(2183,'41600689164','133','1','10','retail','0','2020-09-21 15:25:53','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(2184,'41600689164','70','1','50','retail','0','2020-09-21 15:26:18','','','','2','Cash',6.14,'50','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.55','0.58','Inclusive',NULL),(2185,'41600689164','38','1','330','retail','0','2020-09-21 15:26:28','','','','0','Cash',40.53,'330','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(2186,'41600689164','9','1','60','retail','0','2020-09-21 15:26:55','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(2187,'41600689164','40','1','60','retail','0','2020-09-21 15:27:07','','','','0','Cash',7.37,'60','','','4','','1','2020-09-21 12:29:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(2188,'41600691693','3','1','170','retail','0','2020-09-21 15:34:53','','','','0','Cash',20.88,'170','','','4','','1','2020-09-21 12:49:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','1','Inclusive',NULL),(2189,'41600691693','6','1','70','retail','0','2020-09-21 15:48:18','','','','0','Cash',8.60,'70','','','4','','1','2020-09-21 12:49:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.50','0.5','Inclusive',NULL),(2190,'41600691693','11','1','20','retail','0','2020-09-21 15:48:26','','','','0','Cash',2.46,'20','','','4','','1','2020-09-21 12:49:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(2191,'41600691693','133','1','10','retail','0','2020-09-21 15:48:38','','','','0','Cash',1.23,'10','','','4','','1','2020-09-21 12:49:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(2192,'41600755815','1','1','320','retail','0','2020-09-22 09:23:36','','','','0','Cash',39.30,'320','','','4','','1','2020-09-22 06:24:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','116.00','115','Inclusive',NULL),(2193,'41600755815','5','1','110','retail','0','2020-09-22 09:23:48','','','','0','Cash',13.51,'110','','','4','','1','2020-09-22 06:24:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2194,'41600755815','10','1','20','retail','0','2020-09-22 09:23:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 06:24:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','128.00','127','Inclusive',NULL),(2195,'41600755865','19','1','20','retail','0','2020-09-22 09:24:25','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 06:49:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.83','0.86','Inclusive',NULL),(2196,'41600757368','1','1','320','retail','0','2020-09-22 09:49:28','','','','0','Cash',39.30,'320','','','4','','1','2020-09-22 08:02:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','115.00','114','Inclusive',NULL),(2197,'41600757368','5','1','110','retail','0','2020-09-22 10:59:33','','','','0','Cash',13.51,'110','','','4','','1','2020-09-22 08:02:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2198,'41600757368','10','1','20','retail','0','2020-09-22 10:59:43','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 08:02:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','127.00','126','Inclusive',NULL),(2199,'41600757368','133','1','10','retail','0','2020-09-22 10:59:50','','','','0','Cash',1.23,'10','','','4','','1','2020-09-22 08:02:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(2200,'41600757368','19','1','30','retail','0','2020-09-22 11:00:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-22 08:02:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.86','0.89','Inclusive',NULL),(2201,'41600757368','70','1','50','retail','0','2020-09-22 11:01:57','','','','2','Cash',6.14,'50','','','4','','1','2020-09-22 08:02:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.58','0.61','Inclusive',NULL),(2202,'41600761749','38','1','330','retail','0','2020-09-22 11:02:29','','','','0','Cash',40.53,'330','','','4','','1','2020-09-22 08:03:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(2203,'41600761749','9','1','60','retail','0','2020-09-22 11:02:58','','','','0','Cash',7.37,'60','','','4','','1','2020-09-22 08:03:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(2204,'41600761749','40','1','60','retail','0','2020-09-22 11:03:11','','','','0','Cash',7.37,'60','','','4','','1','2020-09-22 08:03:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2205,'41600761814','2','1','90','retail','0','2020-09-22 11:03:34','','','','0','Cash',11.05,'90','','','4','','1','2020-09-22 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(2206,'41600761814','49','0.5','210','retail','0','2020-09-22 11:04:06','','','','0','Cash',25.79,'420','','','4','','1','2020-09-22 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','0.5','46.50','46','Inclusive',NULL),(2207,'41600761814','11','1','20','retail','0','2020-09-22 11:04:23','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(2208,'41600761814','55','1','50','retail','0','2020-09-22 11:04:33','','','','0','Cash',6.14,'50','','','4','','1','2020-09-22 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.25','Inclusive',NULL),(2209,'41600761814','15','1','30','retail','0','2020-09-22 11:04:41','','','','0','Cash',3.68,'30','','','4','','1','2020-09-22 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.05','0.08','Inclusive',NULL),(2210,'41600761814','73','1','100','retail','0','2020-09-22 11:04:50','','','','0','Cash',12.28,'100','','','4','','1','2020-09-22 08:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.90','0.95','Inclusive',NULL),(2211,'41600762045','161','20','950','retail','0','2020-09-22 11:07:26','','','','0','Cash',116.67,'47.50','','','4','','1','2020-09-22 08:28:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1278.00','1258','Inclusive',NULL),(2212,'41600763282','3','1','160','retail','0','2020-09-22 11:28:02','','','','0','Cash',19.65,'160','','','4','','1','2020-09-22 09:26:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(2213,'41600763282','11','1','20','retail','0','2020-09-22 12:23:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 09:26:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(2214,'41600763282','139','1','50','retail','0','2020-09-22 12:24:04','','','','0','Cash',6.14,'50','','','4','','1','2020-09-22 09:26:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(2215,'41600763282','137','1','50','retail','0','2020-09-22 12:24:20','','','','0','Cash',6.14,'50','','','4','','1','2020-09-22 09:26:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(2216,'41600763282','2','1','90','retail','0','2020-09-22 12:24:33','','','','0','Cash',11.05,'90','','','4','','1','2020-09-22 09:26:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(2217,'41600766785','1','1','320','retail','0','2020-09-22 12:26:25','','','','0','Cash',39.30,'320','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','113.75','112.75','Inclusive',NULL),(2218,'41600766785','2','1','90','retail','0','2020-09-22 12:41:39','','','','0','Cash',11.05,'90','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(2219,'41600766785','10','1','20','retail','0','2020-09-22 12:43:14','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','125.50','124.5','Inclusive',NULL),(2220,'41600766785','5','1','110','retail','0','2020-09-22 12:43:27','','','','0','Cash',13.51,'110','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2221,'41600766785','70','1','50','retail','0','2020-09-22 12:43:41','','','','2','Cash',6.14,'50','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.61','0.64','Inclusive',NULL),(2222,'41600766785','133','1','10','retail','0','2020-09-22 12:43:53','','','','0','Cash',1.23,'10','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(2223,'41600766785','19','1','30','retail','0','2020-09-22 12:44:03','','','','0','Cash',3.68,'30','','','4','','1','2020-09-22 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.89','0.92','Inclusive',NULL),(2224,'41600767974','40','1','60','retail','0','2020-09-22 12:46:28','','','','0','Cash',7.37,'60','','','4','','1','2020-09-22 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(2225,'41600767974','38','1','330','retail','0','2020-09-22 13:34:33','','','','0','Cash',40.53,'330','','','4','','1','2020-09-22 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(2226,'41600767974','9','1','60','retail','0','2020-09-22 13:34:41','','','','0','Cash',7.37,'60','','','4','','1','2020-09-22 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(2227,'41600770903','1','1','320','retail','0','2020-09-22 13:35:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-22 11:50:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','112.50','111.5','Inclusive',NULL),(2228,'41600770903','5','1','110','retail','0','2020-09-22 14:49:18','','','','0','Cash',13.51,'110','','','4','','1','2020-09-22 11:50:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2229,'41600770903','10','1','20','retail','0','2020-09-22 14:49:30','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 11:50:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','124.50','123.5','Inclusive',NULL),(2230,'41600770903','133','1','10','retail','0','2020-09-22 14:49:44','','','','0','Cash',1.23,'10','','','4','','1','2020-09-22 11:50:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(2231,'41600770903','19','1','30','retail','0','2020-09-22 14:49:52','','','','0','Cash',3.68,'30','','','4','','1','2020-09-22 11:50:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.92','0.95','Inclusive',NULL),(2232,'41600770903','70','1','50','retail','0','2020-09-22 14:50:04','','','','2','Cash',6.14,'50','','','4','','1','2020-09-22 11:50:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.64','0.67','Inclusive',NULL),(2233,'41600775812','1','1','320','retail','0','2020-09-22 14:56:52','','','','0','Cash',39.30,'320','','','4','','1','2020-09-22 12:10:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','111.50','110.5','Inclusive',NULL),(2234,'41600779732','1','1','320','retail','0','2020-09-22 16:02:12','','','','0','Cash',39.30,'320','','','4','','1','2020-09-22 13:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','110.50','109.5','Inclusive',NULL),(2235,'41600779732','5','1','110','retail','0','2020-09-22 16:02:31','','','','0','Cash',13.51,'110','','','4','','1','2020-09-22 13:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2236,'41600779732','10','1','20','retail','0','2020-09-22 16:02:42','','','','0','Cash',2.46,'20','','','4','','1','2020-09-22 13:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','123.50','122.5','Inclusive',NULL),(2237,'41600779732','133','1','10','retail','0','2020-09-22 16:02:50','','','','0','Cash',1.23,'10','','','4','','1','2020-09-22 13:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2238,'41600779732','23','1','30','retail','0','2020-09-22 16:03:00','','','','0','Cash',3.68,'30','','','4','','1','2020-09-22 13:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.17','0.2','Inclusive',NULL),(2239,'41600779732','74','1','50','retail','0','2020-09-22 16:03:10','','','','5','Cash',6.14,'50','','','4','','1','2020-09-22 13:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.53','Inclusive',NULL),(2240,'41600780131','97','5','500','retail','0','2020-09-22 16:08:51','','','','0','Cash',61.40,'100','','','4','','1','2020-09-22 13:17:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','18.00','13','Inclusive',NULL),(2241,'41600841633','85','1','120','retail','0','2020-09-23 09:13:53','','','','0','Cash',14.74,'120','','','4','','1','2020-09-23 06:46:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','435.00','434','Inclusive',NULL),(2242,'41600843566','147','1','500','retail','0','2020-09-23 09:46:06','','','','0','Cash',61.40,'500','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','670.00','669','Inclusive',NULL),(2243,'41600843566','1','1','300','retail','0','2020-09-23 10:21:20','','','','0','Cash',36.84,'300','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','109.50','108.5','Inclusive',NULL),(2244,'41600843566','3','1','150','retail','0','2020-09-23 10:21:40','','','','0','Cash',18.42,'150','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0.5','Inclusive',NULL),(2245,'41600843566','5','1','100','retail','0','2020-09-23 10:22:00','','','','0','Cash',12.28,'100','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(2246,'41600843566','10','1','20','retail','0','2020-09-23 10:22:24','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','122.50','121.5','Inclusive',NULL),(2247,'41600843566','133','1','10','retail','0','2020-09-23 10:22:35','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(2248,'41600843566','137','1','50','retail','0','2020-09-23 10:22:48','','','','0','Cash',6.14,'50','','','4','','1','2020-09-23 07:24:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(2249,'41600845846','161','5','300','retail','0','2020-09-23 10:54:06','','','','0','Cash',36.84,'60','','','4','','1','2020-09-23 07:55:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1258.00','1253','Inclusive',NULL),(2250,'41600847702','94','5','700','retail','0','2020-09-23 11:01:17','','','','0','Cash',85.96,'140','','','4','','1','2020-09-23 08:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','73.00','68','Inclusive',NULL),(2251,'41600848116','1','10','3000','retail','0','2020-09-23 11:01:56','','','','0','Cash',368.42,'300','','','4','','1','2020-09-23 08:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','108.00','98','Inclusive',NULL),(2252,'41600848116','5','10','1000','retail','0','2020-09-23 11:04:01','','','','0','Cash',122.81,'100','','','4','','1','2020-09-23 08:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','5.5','Inclusive',NULL),(2253,'41600848116','10','10','200','retail','0','2020-09-23 11:04:22','','','','0','Cash',24.56,'20','','','4','','1','2020-09-23 08:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','121.50','111.5','Inclusive',NULL),(2254,'41600848116','133','10','100','retail','0','2020-09-23 11:04:37','','','','0','Cash',12.28,'10','','','4','','1','2020-09-23 08:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','10','0.25','0.75','Inclusive',NULL),(2255,'41600848116','19','10','200','retail','0','2020-09-23 11:04:47','','','','0','Cash',24.56,'20','','','4','','1','2020-09-23 08:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.95','1.25','Inclusive',NULL),(2256,'41600848116','74','10','500','retail','0','2020-09-23 11:05:11','','','','5','Cash',61.40,'50','','','4','','1','2020-09-23 08:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','10','0.53','0.83','Inclusive',NULL),(2257,'41600848340','15','1','30','retail','0','2020-09-23 11:05:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 08:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.08','0.11','Inclusive',NULL),(2258,'41600848340','74','1','50','retail','0','2020-09-23 11:13:01','','','','5','Cash',6.14,'50','','','4','','1','2020-09-23 08:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.83','0.86','Inclusive',NULL),(2259,'41600852369','1','1','320','retail','0','2020-09-23 12:12:50','','','','0','Cash',39.30,'320','','','4','','1','2020-09-23 10:01:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','98.00','97','Inclusive',NULL),(2260,'41600852369','5','1','110','retail','0','2020-09-23 12:58:13','','','','0','Cash',13.51,'110','','','4','','1','2020-09-23 10:01:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.50','4.5','Inclusive',NULL),(2261,'41600852369','10','1','20','retail','0','2020-09-23 12:58:30','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 10:01:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','111.50','110.5','Inclusive',NULL),(2262,'41600852369','133','1','10','retail','0','2020-09-23 12:58:39','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 10:01:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(2263,'41600852369','19','1','30','retail','0','2020-09-23 12:59:08','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 10:01:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.25','0.25','Inclusive',NULL),(2264,'41600852369','70','1','50','retail','0','2020-09-23 12:59:16','','','','2','Cash',6.14,'50','','','4','','1','2020-09-23 10:01:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.67','0.7','Inclusive',NULL),(2265,'41600855282','1','1','320','retail','0','2020-09-23 13:01:22','','','','0','Cash',39.30,'320','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','97.00','96','Inclusive',NULL),(2266,'41600855282','5','1','110','retail','0','2020-09-23 13:03:05','','','','0','Cash',13.51,'110','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','4.50','3.5','Inclusive',NULL),(2267,'41600855282','10','1','20','retail','0','2020-09-23 13:03:18','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','110.50','109.5','Inclusive',NULL),(2268,'41600855282','133','1','10','retail','0','2020-09-23 13:03:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(2269,'41600855282','15','1','30','retail','0','2020-09-23 13:03:35','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.11','0.14','Inclusive',NULL),(2270,'41600855282','74','1','50','retail','0','2020-09-23 13:03:51','','','','5','Cash',6.14,'50','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.86','0.89','Inclusive',NULL),(2271,'41600855282','38','1','330','retail','0','2020-09-23 13:04:01','','','','0','Cash',40.53,'330','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(2272,'41600855282','40','1','60','retail','0','2020-09-23 13:04:14','','','','0','Cash',7.37,'60','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(2273,'41600855282','9','1','60','retail','0','2020-09-23 13:04:41','','','','0','Cash',7.37,'60','','','4','','1','2020-09-23 10:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(2274,'41600855498','2','1','90','retail','0','2020-09-23 13:04:58','','','','0','Cash',11.05,'90','','','4','','1','2020-09-23 10:06:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(2275,'41600855572','1','1','320','retail','0','2020-09-23 13:06:12','','','','0','Cash',39.30,'320','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','95.75','94.75','Inclusive',NULL),(2277,'41600855572','10','1','20','retail','0','2020-09-23 13:48:08','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','109.50','108.5','Inclusive',NULL),(2278,'41600855572','133','1','10','retail','0','2020-09-23 13:48:21','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(2279,'41600855572','133','1','10','retail','0','2020-09-23 13:49:15','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(2280,'41600855572','5','2','220','retail','0','2020-09-23 13:49:30','','','','0','Cash',27.02,'110','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','3.50','1.5','Inclusive',NULL),(2281,'41600855572','19','1','30','retail','0','2020-09-23 13:49:45','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.25','0.28','Inclusive',NULL),(2282,'41600855572','70','1','50','retail','0','2020-09-23 13:50:08','','','','2','Cash',6.14,'50','','','4','','1','2020-09-23 10:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.73','Inclusive',NULL),(2283,'41600858242','177','5','1200','retail','0','2020-09-23 13:52:17','','','','0','Cash',147.37,'240','','','4','','1','2020-09-23 10:53:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','210.53','','355.00','350','Inclusive',NULL),(2284,'41600861580','1','1','320','retail','0','2020-09-23 15:36:40','','','','0','Cash',39.30,'320','','','4','','1','2020-09-23 12:38:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','94.75','93.75','Inclusive',NULL),(2285,'41600861580','5','1','110','retail','0','2020-09-23 15:36:58','','','','0','Cash',13.51,'110','','','4','','1','2020-09-23 12:38:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(2286,'41600861580','10','1','20','retail','0','2020-09-23 15:37:09','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 12:38:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','108.50','107.5','Inclusive',NULL),(2287,'41600861580','133','1','10','retail','0','2020-09-23 15:37:20','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 12:38:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(2288,'41600861580','15','1','30','retail','0','2020-09-23 15:37:30','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 12:38:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.14','0.17','Inclusive',NULL),(2289,'41600861580','70','1','50','retail','0','2020-09-23 15:38:27','','','','2','Cash',6.14,'50','','','4','','1','2020-09-23 12:38:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.73','0.76','Inclusive',NULL),(2290,'41600864737','15','5','150','retail','0','2020-09-23 15:38:57','','','','0','Cash',18.42,'30','','','4','','1','2020-09-23 12:43:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.17','0.32','Inclusive',NULL),(2291,'41600864988','1','2','640','retail','0','2020-09-23 15:43:08','','','','0','Cash',78.60,'320','','','4','','1','2020-09-23 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','93.75','92.75','Inclusive',NULL),(2292,'41600864988','5','2','220','retail','0','2020-09-23 15:43:44','','','','0','Cash',27.02,'110','','','4','','1','2020-09-23 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(2293,'41600864988','15','2','60','retail','0','2020-09-23 15:44:19','','','','0','Cash',7.37,'30','','','4','','1','2020-09-23 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.32','0.38','Inclusive',NULL),(2294,'41600864988','10','2','40','retail','0','2020-09-23 15:44:28','','','','0','Cash',4.91,'20','','','4','','1','2020-09-23 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','107.50','105.5','Inclusive',NULL),(2295,'41600864988','133','2','20','retail','0','2020-09-23 15:44:39','','','','0','Cash',2.46,'10','','','4','','1','2020-09-23 12:44:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.00','1.1','Inclusive',NULL),(2296,'41600866242','1','1','320','retail','0','2020-09-23 16:04:02','','','','0','Cash',39.30,'320','','','4','','1','2020-09-23 13:09:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','91.75','90.75','Inclusive',NULL),(2297,'41600866242','5','1','110','retail','0','2020-09-23 16:04:44','','','','0','Cash',13.51,'110','','','4','','1','2020-09-23 13:09:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(2298,'41600866242','10','1','20','retail','0','2020-09-23 16:04:51','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 13:09:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','105.50','104.5','Inclusive',NULL),(2302,'41600866564','1','1','320','retail','0','2020-09-23 16:09:24','','','','0','Cash',39.30,'320','','','4','','1','2020-09-23 13:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','90.75','89.75','Inclusive',NULL),(2303,'41600866564','5','1','110','retail','0','2020-09-23 16:09:47','','','','0','Cash',13.51,'110','','','4','','1','2020-09-23 13:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2304,'41600866564','133','1','10','retail','0','2020-09-23 16:09:55','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 13:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.10','0.1','Inclusive',NULL),(2305,'41600866564','10','1','20','retail','0','2020-09-23 16:10:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 13:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','104.50','103.5','Inclusive',NULL),(2306,'41600866564','23','1','30','retail','0','2020-09-23 16:10:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 13:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.23','0.23','Inclusive',NULL),(2307,'41600866564','70','1','50','retail','0','2020-09-23 16:10:20','','','','2','Cash',6.14,'50','','','4','','1','2020-09-23 13:10:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.79','0.79','Inclusive',NULL),(2308,'41600866753','3','1','170','retail','0','2020-09-23 16:12:33','','','','0','Cash',20.88,'170','','','4','','1','2020-09-23 13:18:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(2309,'41600866753','6','1','70','retail','0','2020-09-23 16:17:38','','','','0','Cash',8.60,'70','','','4','','1','2020-09-23 13:18:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(2310,'41600866753','19','1','30','retail','0','2020-09-23 16:17:46','','','','0','Cash',3.68,'30','','','4','','1','2020-09-23 13:18:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.28','0.31','Inclusive',NULL),(2311,'41600866753','133','1','10','retail','0','2020-09-23 16:17:59','','','','0','Cash',1.23,'10','','','4','','1','2020-09-23 13:18:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(2312,'41600866753','11','1','20','retail','0','2020-09-23 16:18:14','','','','0','Cash',2.46,'20','','','4','','1','2020-09-23 13:18:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(2313,'41600925901','1','1','340','retail','0','2020-09-24 08:38:21','','','','0','Cash',41.75,'340','','','4','','1','2020-09-24 05:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','89.25','88.25','Inclusive',NULL),(2315,'41600925901','10','1','20','retail','0','2020-09-24 08:38:47','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 05:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','103.00','102','Inclusive',NULL),(2316,'41600925901','7','1','200','retail','0','2020-09-24 08:39:05','','','','0','Cash',24.56,'200','','','4','','1','2020-09-24 05:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','71.55','70.55','Inclusive',NULL),(2317,'41600925901','5','2','260','retail','0','2020-09-24 08:39:35','','','','0','Cash',31.93,'130','','','4','','1','2020-09-24 05:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','','1.00','2','Inclusive',NULL),(2318,'41600926066','3','1','160','retail','0','2020-09-24 08:41:06','','','','0','Cash',19.65,'160','','','4','','1','2020-09-24 07:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(2320,'41600926066','5','1','110','retail','0','2020-09-24 10:13:58','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 07:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(2321,'41600926066','10','2','40','retail','0','2020-09-24 10:14:10','','','','0','Cash',4.91,'20','','','4','','1','2020-09-24 07:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','101.50','99.5','Inclusive',NULL),(2322,'41600926066','19','1','30','retail','0','2020-09-24 10:14:29','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 07:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.31','0.34','Inclusive',NULL),(2323,'41600926066','74','1','50','retail','0','2020-09-24 10:14:41','','','','5','Cash',6.14,'50','','','4','','1','2020-09-24 07:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.89','0.92','Inclusive',NULL),(2324,'41600931698','4','5','1050','retail','0','2020-09-24 10:14:58','','','','0','Cash',128.95,'210','','','4','','1','2020-09-24 08:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','','162.25','161.25','Inclusive',NULL),(2325,'41600931698','15','1','30','retail','0','2020-09-24 11:13:26','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 08:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.38','0.41','Inclusive',NULL),(2326,'41600931698','19','1','30','retail','0','2020-09-24 11:13:37','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 08:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.34','0.37','Inclusive',NULL),(2327,'41600931698','7','1','200','retail','0','2020-09-24 11:14:19','','','','0','Cash',24.56,'200','','','4','','1','2020-09-24 08:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','70.55','69.55','Inclusive',NULL),(2328,'41600931698','70','2','100','retail','0','2020-09-24 11:14:29','','','','2','Cash',12.28,'50','','','4','','1','2020-09-24 08:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.79','0.85','Inclusive',NULL),(2329,'41600935692','1','1','320','retail','0','2020-09-24 11:21:32','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 08:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','88.25','87.25','Inclusive',NULL),(2330,'41600935692','5','1','110','retail','0','2020-09-24 11:29:59','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 08:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2331,'41600935692','10','1','20','retail','0','2020-09-24 11:30:22','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 08:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','99.50','98.5','Inclusive',NULL),(2332,'41600935692','133','1','10','retail','0','2020-09-24 11:30:34','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 08:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2333,'41600935692','19','1','30','retail','0','2020-09-24 11:30:43','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 08:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.37','0.4','Inclusive',NULL),(2334,'41600935692','70','1','50','retail','0','2020-09-24 11:30:52','','','','2','Cash',6.14,'50','','','4','','1','2020-09-24 08:31:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.85','0.88','Inclusive',NULL),(2338,'41600937615','97','5','500','retail','0','2020-09-24 11:53:35','','','','0','Cash',61.40,'100','','','4','','1','2020-09-24 09:02:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','13.00','8','Inclusive',NULL),(2339,'41600938140','1','1','320','retail','0','2020-09-24 12:02:20','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 09:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','87.25','86.25','Inclusive',NULL),(2340,'41600938140','5','1','110','retail','0','2020-09-24 12:04:06','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 09:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(2341,'41600938140','11','1','20','retail','0','2020-09-24 12:04:26','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 09:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.00','1','Inclusive',NULL),(2342,'41600938140','133','1','10','retail','0','2020-09-24 12:04:34','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 09:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.25','0.25','Inclusive',NULL),(2343,'41600938140','15','1','30','retail','0','2020-09-24 12:04:54','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 09:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.41','0.44','Inclusive',NULL),(2344,'41600938140','70','1','50','retail','0','2020-09-24 12:05:16','','','','2','Cash',6.14,'50','','','4','','1','2020-09-24 09:05:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.88','0.91','Inclusive',NULL),(2345,'41600938339','1','2','640','retail','0','2020-09-24 12:05:40','','','','0','Cash',78.60,'320','','','4','','1','2020-09-24 09:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','86.25','84.25','Inclusive',NULL),(2346,'41600938339','5','2','220','retail','0','2020-09-24 12:31:02','','','','0','Cash',27.02,'110','','','4','','1','2020-09-24 09:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(2347,'41600938339','133','2','20','retail','0','2020-09-24 12:31:11','','','','0','Cash',2.46,'10','','','4','','1','2020-09-24 09:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.25','0.35','Inclusive',NULL),(2348,'41600938339','10','2','40','retail','0','2020-09-24 12:31:20','','','','0','Cash',4.91,'20','','','4','','1','2020-09-24 09:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','98.50','96.5','Inclusive',NULL),(2349,'41600938339','15','2','60','retail','0','2020-09-24 12:31:33','','','','0','Cash',7.37,'30','','','4','','1','2020-09-24 09:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.44','0.5','Inclusive',NULL),(2350,'41600938339','70','2','100','retail','0','2020-09-24 12:31:45','','','','2','Cash',12.28,'50','','','4','','1','2020-09-24 09:32:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.91','0.97','Inclusive',NULL),(2351,'41600939923','1','1','320','retail','0','2020-09-24 12:32:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 09:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','84.25','83.25','Inclusive',NULL),(2352,'41600939923','5','1','110','retail','0','2020-09-24 12:35:42','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 09:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(2353,'41600939923','10','1','20','retail','0','2020-09-24 12:35:47','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 09:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','96.50','95.5','Inclusive',NULL),(2354,'41600939923','133','1','10','retail','0','2020-09-24 12:35:56','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 09:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(2355,'41600939923','15','1','30','retail','0','2020-09-24 12:36:13','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 09:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.50','0.53','Inclusive',NULL),(2356,'41600939923','70','1','50','retail','0','2020-09-24 12:39:14','','','','2','Cash',6.14,'50','','','4','','1','2020-09-24 09:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.97','1','Inclusive',NULL),(2357,'41600940565','3','1','170','retail','0','2020-09-24 12:42:45','','','','0','Cash',20.88,'170','','','4','','1','2020-09-24 09:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(2358,'41600940565','6','1','70','retail','0','2020-09-24 12:50:06','','','','0','Cash',8.60,'70','','','4','','1','2020-09-24 09:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(2359,'41600940565','11','1','20','retail','0','2020-09-24 12:50:40','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 09:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(2360,'41600940565','133','1','10','retail','0','2020-09-24 12:50:50','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 09:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(2361,'41600940565','15','1','30','retail','0','2020-09-24 12:51:02','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 09:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.53','0.56','Inclusive',NULL),(2362,'41600940565','74','1','50','retail','0','2020-09-24 12:51:40','','','','5','Cash',6.14,'50','','','4','','1','2020-09-24 09:52:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.92','0.95','Inclusive',NULL),(2363,'41600943004','15','1','30','retail','0','2020-09-24 13:23:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 10:28:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.56','0.59','Inclusive',NULL),(2364,'41600943004','70','1','50','retail','0','2020-09-24 13:27:01','','','','2','Cash',6.14,'50','','','4','','1','2020-09-24 10:28:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(2365,'41600943004','133','1','10','retail','0','2020-09-24 13:27:09','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 10:28:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(2366,'41600943004','1','1','320','retail','0','2020-09-24 13:27:19','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 10:28:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','82.75','81.75','Inclusive',NULL),(2367,'41600943004','5','1','110','retail','0','2020-09-24 13:27:26','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 10:28:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2368,'41600943004','10','1','20','retail','0','2020-09-24 13:27:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 10:28:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','95.50','94.5','Inclusive',NULL),(2369,'41600943679','10','1','20','retail','0','2020-09-24 13:34:39','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 10:34:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.50','93.5','Inclusive',NULL),(2370,'41600945636','1','1','320','retail','0','2020-09-24 14:07:16','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 11:09:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','81.75','80.75','Inclusive',NULL),(2371,'41600945636','5','1','110','retail','0','2020-09-24 14:07:32','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 11:09:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2372,'41600945636','70','1','50','retail','0','2020-09-24 14:07:44','','','','2','Cash',6.14,'50','','','4','','1','2020-09-24 11:09:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(2373,'41600945636','19','1','30','retail','0','2020-09-24 14:07:57','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 11:09:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.40','0.43','Inclusive',NULL),(2374,'41600945636','133','1','10','retail','0','2020-09-24 14:08:10','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 11:09:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(2375,'41600945636','10','1','20','retail','0','2020-09-24 14:08:22','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 11:09:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','93.50','92.5','Inclusive',NULL),(2376,'41600945743','1','1','320','retail','0','2020-09-24 14:09:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 11:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','80.75','79.75','Inclusive',NULL),(2377,'41600945743','5','1','110','retail','0','2020-09-24 14:46:14','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 11:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2378,'41600945743','10','1','20','retail','0','2020-09-24 14:46:32','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 11:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','92.50','91.5','Inclusive',NULL),(2379,'41600945743','133','1','10','retail','0','2020-09-24 14:46:44','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 11:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(2380,'41600945743','19','1','30','retail','0','2020-09-24 14:46:54','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 11:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.43','0.46','Inclusive',NULL),(2381,'41600945743','74','1','50','retail','0','2020-09-24 14:47:21','','','','5','Cash',6.14,'50','','','4','','1','2020-09-24 11:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.95','0.98','Inclusive',NULL),(2382,'41600948311','1','1','320','retail','0','2020-09-24 14:51:51','','','','0','Cash',39.30,'320','','','4','','1','2020-09-24 12:19:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','79.75','78.75','Inclusive',NULL),(2383,'41600948311','5','1','110','retail','0','2020-09-24 15:18:06','','','','0','Cash',13.51,'110','','','4','','1','2020-09-24 12:19:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2384,'41600948311','133','1','10','retail','0','2020-09-24 15:19:18','','','','0','Cash',1.23,'10','','','4','','1','2020-09-24 12:19:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(2385,'41600948311','10','1','20','retail','0','2020-09-24 15:19:25','','','','0','Cash',2.46,'20','','','4','','1','2020-09-24 12:19:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','91.50','90.5','Inclusive',NULL),(2386,'41600948311','15','1','30','retail','0','2020-09-24 15:19:33','','','','0','Cash',3.68,'30','','','4','','1','2020-09-24 12:19:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.59','0.62','Inclusive',NULL),(2387,'41600948311','70','1','50','retail','0','2020-09-24 15:19:42','','','','2','Cash',6.14,'50','','','4','','1','2020-09-24 12:19:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(2397,'41601019089','38','1','330','retail','0','2020-09-25 10:31:29','','','','0','Cash',40.53,'330','','','4','','1','2020-09-25 07:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(2398,'41601019089','9','1','60','retail','0','2020-09-25 10:31:51','','','','0','Cash',7.37,'60','','','4','','1','2020-09-25 07:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2399,'41601019089','40','1','60','retail','0','2020-09-25 10:32:01','','','','0','Cash',7.37,'60','','','4','','1','2020-09-25 07:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2400,'41601019145','1','50','15000','retail','0','2020-09-25 10:32:25','','','','0','Cash',1842.11,'300','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','78.75','28.75','Inclusive',NULL),(2401,'41601019145','5','50','5000','retail','0','2020-09-25 11:32:07','','','','0','Cash',614.04,'100','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','8.50','33.5','Inclusive',NULL),(2402,'41601019145','10','50','1000','retail','0','2020-09-25 11:32:19','','','','0','Cash',122.81,'20','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','50','90.50','40.5','Inclusive',NULL),(2403,'41601019145','133','50','500','retail','0','2020-09-25 11:32:30','','','','0','Cash',61.40,'10','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','50','5.90','8.4','Inclusive',NULL),(2404,'41601019145','70','25','1250','retail','0','2020-09-25 11:32:48','','','','2','Cash',153.51,'50','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','25','5.21','5.96','Inclusive',NULL),(2405,'41601019145','74','25','1250','retail','0','2020-09-25 11:33:07','','','','5','Cash',153.51,'50','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','25','0.98','1.73','Inclusive',NULL),(2406,'41601019145','19','25','500','retail','0','2020-09-25 11:33:17','','','','0','Cash',61.40,'20','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.46','1.21','Inclusive',NULL),(2407,'41601019145','15','25','500','retail','0','2020-09-25 11:33:29','','','','0','Cash',61.40,'20','','','4','','1','2020-09-25 08:34:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.62','1.37','Inclusive',NULL),(2408,'41601022898','1','5','1600','retail','0','2020-09-25 11:34:58','','','','0','Cash',196.49,'320','','','4','','1','2020-09-25 08:38:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','28.75','23.75','Inclusive',NULL),(2409,'41601022898','5','5','550','retail','0','2020-09-25 11:37:10','','','','0','Cash',67.54,'110','','','4','','1','2020-09-25 08:38:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','33.50','28.5','Inclusive',NULL),(2410,'41601022898','133','5','50','retail','0','2020-09-25 11:37:22','','','','0','Cash',6.14,'10','','','4','','1','2020-09-25 08:38:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','8.40','3.4','Inclusive',NULL),(2411,'41601022898','19','5','150','retail','0','2020-09-25 11:37:31','','','','0','Cash',18.42,'30','','','4','','1','2020-09-25 08:38:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','1.21','1.36','Inclusive',NULL),(2412,'41601022898','70','5','250','retail','0','2020-09-25 11:37:41','','','','2','Cash',30.70,'50','','','4','','1','2020-09-25 08:38:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','5.96','0.96','Inclusive',NULL),(2413,'41601022898','10','5','100','retail','0','2020-09-25 11:38:10','','','','0','Cash',12.28,'20','','','4','','1','2020-09-25 08:38:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','40.50','35.5','Inclusive',NULL),(2414,'41601023146','1','1','300','retail','0','2020-09-25 11:39:06','','','','0','Cash',36.84,'300','','','4','','1','2020-09-25 09:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','23.75','22.75','Inclusive',NULL),(2415,'41601023146','10','1','20','retail','0','2020-09-25 12:05:47','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 09:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','35.50','34.5','Inclusive',NULL),(2416,'41601023146','19','1','20','retail','0','2020-09-25 12:06:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 09:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.36','0.36','Inclusive',NULL),(2417,'41601023146','70','1','50','retail','0','2020-09-25 12:06:08','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 09:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.96','0.99','Inclusive',NULL),(2418,'41601023146','5','1','100','retail','0','2020-09-25 12:06:42','','','','0','Cash',12.28,'100','','','4','','1','2020-09-25 09:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','28.50','27.5','Inclusive',NULL),(2419,'41601023146','133','1','10','retail','0','2020-09-25 12:06:53','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 09:07:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','3.40','2.4','Inclusive',NULL),(2420,'41601025545','1','1','320','retail','0','2020-09-25 12:19:05','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 09:41:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','22.75','21.75','Inclusive',NULL),(2421,'41601025545','5','1','110','retail','0','2020-09-25 12:33:34','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 09:41:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','27.50','26.5','Inclusive',NULL),(2422,'41601025545','133','1','10','retail','0','2020-09-25 12:33:47','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 09:41:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.40','1.4','Inclusive',NULL),(2423,'41601025545','10','1','20','retail','0','2020-09-25 12:34:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 09:41:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','34.50','33.5','Inclusive',NULL),(2424,'41601025545','15','1','30','retail','0','2020-09-25 12:34:13','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 09:41:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.37','0.37','Inclusive',NULL),(2425,'41601025545','70','1','50','retail','0','2020-09-25 12:34:23','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 09:41:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.99','1.02','Inclusive',NULL),(2426,'41601026880','1','1','320','retail','0','2020-09-25 12:41:21','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','21.75','20.75','Inclusive',NULL),(2427,'41601026880','5','1','110','retail','0','2020-09-25 12:46:27','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','26.50','25.5','Inclusive',NULL),(2428,'41601026880','133','1','10','retail','0','2020-09-25 12:46:48','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.40','0.4','Inclusive',NULL),(2429,'41601026880','10','1','20','retail','0','2020-09-25 12:46:57','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','33.50','32.5','Inclusive',NULL),(2430,'41601026880','19','1','30','retail','0','2020-09-25 12:47:06','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.36','0.39','Inclusive',NULL),(2431,'41601026880','74','1','50','retail','0','2020-09-25 12:47:25','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.73','0.73','Inclusive',NULL),(2432,'41601026880','85','1','120','retail','0','2020-09-25 12:47:37','','','','0','Cash',14.74,'120','','','4','','1','2020-09-25 09:48:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','434.00','433','Inclusive',NULL),(2433,'41601027285','1','1','320','retail','0','2020-09-25 12:48:06','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 09:51:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','20.75','19.75','Inclusive',NULL),(2434,'41601027285','19','1','30','retail','0','2020-09-25 12:49:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 09:51:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.39','0.42','Inclusive',NULL),(2435,'41601027285','74','1','50','retail','0','2020-09-25 12:49:27','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 09:51:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.73','0.76','Inclusive',NULL),(2436,'41601027285','133','1','10','retail','0','2020-09-25 12:49:34','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 09:51:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(2437,'41601027285','5','1','110','retail','0','2020-09-25 12:49:42','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 09:51:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','25.50','24.5','Inclusive',NULL),(2438,'41601027285','10','1','20','retail','0','2020-09-25 12:50:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 09:51:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','32.50','31.5','Inclusive',NULL),(2439,'41601027515','19','1','30','retail','0','2020-09-25 12:51:55','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.42','0.45','Inclusive',NULL),(2440,'41601027515','70','1','50','retail','0','2020-09-25 12:55:35','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.02','0.02','Inclusive',NULL),(2441,'41601027515','137','1','50','retail','0','2020-09-25 12:55:46','','','','0','Cash',6.14,'50','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(2442,'41601027515','1','1','320','retail','0','2020-09-25 12:55:56','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','19.75','18.75','Inclusive',NULL),(2443,'41601027515','2','1','90','retail','0','2020-09-25 12:56:11','','','','0','Cash',11.05,'90','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(2444,'41601027515','5','1','110','retail','0','2020-09-25 12:56:20','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','24.50','23.5','Inclusive',NULL),(2445,'41601027515','133','1','10','retail','0','2020-09-25 12:56:39','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(2446,'41601027515','10','1','20','retail','0','2020-09-25 12:56:48','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 09:58:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','31.50','30.5','Inclusive',NULL),(2447,'41601027905','1','1','320','retail','0','2020-09-25 12:58:25','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','18.50','17.5','Inclusive',NULL),(2448,'41601027905','5','1','110','retail','0','2020-09-25 13:06:23','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','23.50','22.5','Inclusive',NULL),(2449,'41601027905','10','1','20','retail','0','2020-09-25 13:06:30','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','30.50','29.5','Inclusive',NULL),(2450,'41601027905','133','1','10','retail','0','2020-09-25 13:06:39','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(2451,'41601027905','15','1','30','retail','0','2020-09-25 13:06:57','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.37','0.4','Inclusive',NULL),(2452,'41601027905','74','1','50','retail','0','2020-09-25 13:07:29','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.76','0.79','Inclusive',NULL),(2453,'41601027905','38','1','330','retail','0','2020-09-25 13:07:42','','','','0','Cash',40.53,'330','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(2454,'41601027905','40','1','60','retail','0','2020-09-25 13:08:21','','','','0','Cash',7.37,'60','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(2455,'41601027905','9','1','60','retail','0','2020-09-25 13:08:29','','','','0','Cash',7.37,'60','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(2456,'41601027905','2','1','90','retail','0','2020-09-25 13:08:41','','','','0','Cash',11.05,'90','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(2457,'41601027905','1','1','320','retail','0','2020-09-25 13:09:10','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','17.50','16.5','Inclusive',NULL),(2458,'41601027905','10','1','20','retail','0','2020-09-25 13:09:25','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','29.50','28.5','Inclusive',NULL),(2459,'41601027905','33','1','130','retail','0','2020-09-25 13:10:41','','','','0','Cash',15.96,'130','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.75','1','Inclusive',NULL),(2460,'41601027905','48','1','60','retail','0','2020-09-25 13:11:25','','','','0','Cash',7.37,'60','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2461,'41601027905','74','1','50','retail','0','2020-09-25 13:11:34','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.79','0.82','Inclusive',NULL),(2462,'41601027905','27','1','30','retail','0','2020-09-25 13:11:57','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 10:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(2463,'41601028781','1','1','320','retail','0','2020-09-25 13:13:01','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 10:18:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','16.50','15.5','Inclusive',NULL),(2464,'41601028781','5','1','110','retail','0','2020-09-25 13:17:18','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 10:18:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','22.50','21.5','Inclusive',NULL),(2465,'41601028781','133','1','10','retail','0','2020-09-25 13:17:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 10:18:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(2466,'41601028781','10','1','20','retail','0','2020-09-25 13:17:35','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 10:18:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','28.50','27.5','Inclusive',NULL),(2467,'41601028781','19','1','30','retail','0','2020-09-25 13:17:48','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 10:18:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.45','0.48','Inclusive',NULL),(2468,'41601028781','74','1','50','retail','0','2020-09-25 13:17:55','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 10:18:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.82','0.85','Inclusive',NULL),(2469,'41601029131','1','2','640','retail','0','2020-09-25 13:18:51','','','','0','Cash',78.60,'320','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','15.50','13.5','Inclusive',NULL),(2470,'41601029131','15','1','30','retail','0','2020-09-25 13:20:20','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.40','0.43','Inclusive',NULL),(2471,'41601029131','10','2','40','retail','0','2020-09-25 13:21:14','','','','0','Cash',4.91,'20','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','27.50','26.5','Inclusive',NULL),(2472,'41601029131','133','2','20','retail','0','2020-09-25 13:21:25','','','','0','Cash',2.46,'10','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.60','0.7','Inclusive',NULL),(2473,'41601029131','5','1','110','retail','0','2020-09-25 13:21:41','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','21.50','20.5','Inclusive',NULL),(2474,'41601029131','5','1','110','retail','0','2020-09-25 13:21:56','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','20.50','19.5','Inclusive',NULL),(2475,'41601029131','74','2','100','retail','0','2020-09-25 13:22:36','','','','5','Cash',12.28,'50','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.85','0.91','Inclusive',NULL),(2476,'41601029131','19','1','30','retail','0','2020-09-25 13:23:19','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 10:29:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.48','0.51','Inclusive',NULL),(2477,'41601029804','1','1','320','retail','0','2020-09-25 13:30:04','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 10:48:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','13.50','12.5','Inclusive',NULL),(2478,'41601029804','5','1','110','retail','0','2020-09-25 13:47:04','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 10:48:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','19.50','18.5','Inclusive',NULL),(2479,'41601029804','133','1','10','retail','0','2020-09-25 13:47:15','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 10:48:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(2480,'41601029804','10','1','20','retail','0','2020-09-25 13:47:25','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 10:48:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','25.50','24.5','Inclusive',NULL),(2481,'41601029804','15','1','30','retail','0','2020-09-25 13:47:35','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 10:48:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.43','0.46','Inclusive',NULL),(2483,'41601029804','74','1','50','retail','0','2020-09-25 13:48:14','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 10:48:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.91','0.94','Inclusive',NULL),(2484,'41601030921','91','5','700','retail','0','2020-09-25 14:06:50','','','','1','Cash',85.96,'140','','','4','','1','2020-09-25 11:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','237.00','232','Inclusive',NULL),(2485,'41601032051','1','1','320','retail','0','2020-09-25 14:07:31','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 11:09:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','12.50','11.5','Inclusive',NULL),(2486,'41601032051','5','1','110','retail','0','2020-09-25 14:08:29','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 11:09:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','18.50','17.5','Inclusive',NULL),(2487,'41601032051','70','1','50','retail','0','2020-09-25 14:08:36','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 11:09:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.02','0.05','Inclusive',NULL),(2488,'41601032051','15','1','30','retail','0','2020-09-25 14:08:44','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 11:09:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.46','0.49','Inclusive',NULL),(2489,'41601032051','10','1','20','retail','0','2020-09-25 14:08:55','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 11:09:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','24.50','23.5','Inclusive',NULL),(2490,'41601032051','133','1','10','retail','0','2020-09-25 14:09:06','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 11:09:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(2491,'41601032158','85','1','120','retail','0','2020-09-25 14:09:18','','','','0','Cash',14.74,'120','','','4','','1','2020-09-25 11:10:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','433.00','432','Inclusive',NULL),(2492,'41601032253','1','1','320','retail','0','2020-09-25 14:10:53','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 11:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','11.50','10.5','Inclusive',NULL),(2493,'41601032253','5','1','110','retail','0','2020-09-25 14:17:21','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 11:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','17.50','16.5','Inclusive',NULL),(2494,'41601032253','133','1','10','retail','0','2020-09-25 14:17:29','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 11:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(2495,'41601032253','15','1','30','retail','0','2020-09-25 14:17:39','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 11:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.49','0.52','Inclusive',NULL),(2496,'41601032253','70','1','50','retail','0','2020-09-25 14:17:51','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 11:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.05','0.08','Inclusive',NULL),(2497,'41601032253','10','1','20','retail','0','2020-09-25 14:18:07','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 11:19:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','23.50','22.5','Inclusive',NULL),(2498,'41601032773','3','1','160','retail','0','2020-09-25 14:19:33','','','','0','Cash',19.65,'160','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(2499,'41601032773','2','1','90','retail','0','2020-09-25 14:58:30','','','','0','Cash',11.05,'90','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(2500,'41601032773','11','1','20','retail','0','2020-09-25 14:58:41','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(2501,'41601032773','137','1','50','retail','0','2020-09-25 14:58:51','','','','0','Cash',6.14,'50','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(2502,'41601032773','139','1','50','retail','0','2020-09-25 14:59:09','','','','0','Cash',6.14,'50','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(2503,'41601032773','138','1','50','retail','0','2020-09-25 14:59:18','','','','0','Cash',6.14,'50','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(2504,'41601032773','27','1','30','retail','0','2020-09-25 14:59:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(2505,'41601032773','70','1','50','retail','0','2020-09-25 14:59:56','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 12:00:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.08','0.11','Inclusive',NULL),(2506,'41601035324','161','5','300','retail','0','2020-09-25 15:02:05','','','','0','Cash',36.84,'60','','','4','','1','2020-09-25 12:15:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1253.00','1248','Inclusive',NULL),(2507,'41601036122','1','1','320','retail','0','2020-09-25 15:15:22','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 12:41:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','9.75','8.75','Inclusive',NULL),(2508,'41601036122','5','1','110','retail','0','2020-09-25 15:39:57','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 12:41:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','16.50','15.5','Inclusive',NULL),(2509,'41601036122','10','1','20','retail','0','2020-09-25 15:40:08','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 12:41:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','22.00','21','Inclusive',NULL),(2510,'41601036122','74','1','50','retail','0','2020-09-25 15:40:17','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 12:41:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.94','0.97','Inclusive',NULL),(2511,'41601037711','73','1','100','retail','0','2020-09-25 15:44:54','','','','0','Cash',12.28,'100','','','4','','1','2020-09-25 12:45:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.95','1','Inclusive',NULL),(2512,'41601037711','69','1','100','retail','0','2020-09-25 15:45:14','','','','0','Cash',12.28,'100','','','4','','1','2020-09-25 12:45:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.30','0.3','Inclusive',NULL),(2513,'41601037931','1','1','320','retail','0','2020-09-25 15:45:31','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','8.75','7.75','Inclusive',NULL),(2514,'41601037931','10','1','20','retail','0','2020-09-25 15:55:43','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','21.00','20','Inclusive',NULL),(2515,'41601037931','5','1','110','retail','0','2020-09-25 15:56:12','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','15.50','14.5','Inclusive',NULL),(2516,'41601037931','133','1','10','retail','0','2020-09-25 15:56:20','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(2517,'41601037931','19','1','30','retail','0','2020-09-25 15:56:32','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.54','0.54','Inclusive',NULL),(2518,'41601037931','70','1','50','retail','0','2020-09-25 15:56:41','','','','2','Cash',6.14,'50','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.11','0.14','Inclusive',NULL),(2519,'41601037931','2','1','90','retail','0','2020-09-25 15:56:52','','','','0','Cash',11.05,'90','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(2520,'41601037931','11','1','20','retail','0','2020-09-25 15:57:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(2521,'41601037931','55','1','50','retail','0','2020-09-25 15:57:31','','','','0','Cash',6.14,'50','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.5','Inclusive',NULL),(2522,'41601037931','49','0.5','210','retail','0','2020-09-25 15:57:43','','','','0','Cash',25.79,'420','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','0.5','46.00','45.5','Inclusive',NULL),(2523,'41601037931','15','1','30','retail','0','2020-09-25 15:57:58','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.52','0.55','Inclusive',NULL),(2524,'41601037931','73','1','100','retail','0','2020-09-25 15:58:15','','','','0','Cash',12.28,'100','','','4','','1','2020-09-25 12:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive',NULL),(2525,'41601038790','1','1','320','retail','0','2020-09-25 15:59:51','','','','0','Cash',39.30,'320','','','4','','1','2020-09-25 13:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','7.50','6.5','Inclusive',NULL),(2526,'41601038790','5','1','110','retail','0','2020-09-25 16:20:03','','','','0','Cash',13.51,'110','','','4','','1','2020-09-25 13:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','14.50','13.5','Inclusive',NULL),(2527,'41601038790','10','1','20','retail','0','2020-09-25 16:20:19','','','','0','Cash',2.46,'20','','','4','','1','2020-09-25 13:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','169.50','168.5','Inclusive',NULL),(2528,'41601038790','133','1','10','retail','0','2020-09-25 16:20:30','','','','0','Cash',1.23,'10','','','4','','1','2020-09-25 13:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(2529,'41601038790','15','1','30','retail','0','2020-09-25 16:20:38','','','','0','Cash',3.68,'30','','','4','','1','2020-09-25 13:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.55','0.58','Inclusive',NULL),(2530,'41601038790','74','1','50','retail','0','2020-09-25 16:20:46','','','','5','Cash',6.14,'50','','','4','','1','2020-09-25 13:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.97','1','Inclusive',NULL),(2531,'41601106233','85','15','1500','retail','0','2020-09-26 10:44:55','','','','0','Invoice',184.21,'100','','','4','','1','2020-11-30 13:11:20','1','1','returned','1','new','pcs','','2020-11-30 16:11:20','1','yes','','0','','','VATABLE','87.72','','432.00','427','Inclusive',NULL),(2532,'41601106233','147','25','10000','retail','0','2020-09-26 10:47:01','','','','0','Invoice',1228.07,'400','','','4','','1','2020-11-30 13:11:16','1','1','returned','1','new','pcs','','2020-11-30 16:11:16','1','yes','','0','','','VATABLE','350.88','','669.00','668','Inclusive',NULL),(2534,'41601107276','1','1','320','retail','0','2020-09-26 11:01:16','','','','0','Cash',39.30,'320','','','4','','1','2020-09-26 08:08:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','6.50','5.5','Inclusive',NULL),(2535,'41601107276','5','1','110','retail','0','2020-09-26 11:07:02','','','','0','Cash',13.51,'110','','','4','','1','2020-09-26 08:08:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','13.50','12.5','Inclusive',NULL),(2536,'41601107276','133','1','10','retail','0','2020-09-26 11:07:10','','','','0','Cash',1.23,'10','','','4','','1','2020-09-26 08:08:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(2538,'41601107276','15','1','30','retail','0','2020-09-26 11:07:38','','','','0','Cash',3.68,'30','','','4','','1','2020-09-26 08:08:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.58','0.61','Inclusive',NULL),(2539,'41601107276','70','1','50','retail','0','2020-09-26 11:07:49','','','','2','Cash',6.14,'50','','','4','','1','2020-09-26 08:08:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.14','0.17','Inclusive',NULL),(2540,'41601107696','143','1','300','retail','0','2020-09-26 11:08:16','','','','2','Cash',36.84,'300','','','4','','1','2020-09-26 08:24:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.00','0','Inclusive',NULL),(2541,'41601108691','1','1','320','retail','0','2020-09-26 11:24:51','','','','0','Cash',39.30,'320','','','4','','1','2020-09-26 08:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','5.50','4.5','Inclusive',NULL),(2542,'41601108691','5','1','110','retail','0','2020-09-26 11:25:59','','','','0','Cash',13.51,'110','','','4','','1','2020-09-26 08:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','12.50','11.5','Inclusive',NULL),(2543,'41601108691','10','1','20','retail','0','2020-09-26 11:26:07','','','','0','Cash',2.46,'20','','','4','','1','2020-09-26 08:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','168.50','167.5','Inclusive',NULL),(2544,'41601108691','133','1','10','retail','0','2020-09-26 11:26:14','','','','0','Cash',1.23,'10','','','4','','1','2020-09-26 08:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(2545,'41601108691','15','1','30','retail','0','2020-09-26 11:26:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-26 08:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.61','0.64','Inclusive',NULL),(2546,'41601108691','70','1','50','retail','0','2020-09-26 11:26:32','','','','2','Cash',6.14,'50','','','4','','1','2020-09-26 08:26:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.17','0.2','Inclusive',NULL),(2548,'41601108844','3','1','170','retail','0','2020-09-26 11:27:24','','','','0','Cash',20.88,'170','','','4','','1','2020-09-26 09:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(2549,'41601108844','6','1','70','retail','0','2020-09-26 12:13:17','','','','0','Cash',8.60,'70','','','4','','1','2020-09-26 09:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(2550,'41601108844','133','1','10','retail','0','2020-09-26 12:13:27','','','','0','Cash',1.23,'10','','','4','','1','2020-09-26 09:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(2551,'41601108844','11','1','20','retail','0','2020-09-26 12:13:37','','','','0','Cash',2.46,'20','','','4','','1','2020-09-26 09:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(2552,'41601108844','19','1','30','retail','0','2020-09-26 12:13:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-26 09:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.54','0.57','Inclusive',NULL),(2553,'41601108844','70','1','50','retail','0','2020-09-26 12:13:58','','','','2','Cash',6.14,'50','','','4','','1','2020-09-26 09:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.23','Inclusive',NULL),(2554,'41601111792','1','2','640','retail','0','2020-09-26 12:16:32','','','','0','Cash',78.60,'320','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','344.50','342.5','Inclusive',NULL),(2555,'41601111792','5','2','220','retail','0','2020-09-26 12:45:18','','','','0','Cash',27.02,'110','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','11.50','9.5','Inclusive',NULL),(2556,'41601111792','19','1','30','retail','0','2020-09-26 12:45:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.57','0.6','Inclusive',NULL),(2557,'41601111792','10','2','40','retail','0','2020-09-26 12:45:51','','','','0','Cash',4.91,'20','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','167.50','165.5','Inclusive',NULL),(2558,'41601111792','133','2','20','retail','0','2020-09-26 12:46:05','','','','0','Cash',2.46,'10','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.05','0.15','Inclusive',NULL),(2559,'41601111792','19','1','30','retail','0','2020-09-26 12:46:17','','','','0','Cash',3.68,'30','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.60','0.63','Inclusive',NULL),(2560,'41601111792','70','1','50','retail','0','2020-09-26 12:46:26','','','','2','Cash',6.14,'50','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.23','0.26','Inclusive',NULL),(2561,'41601111792','74','1','50','retail','0','2020-09-26 12:46:37','','','','5','Cash',6.14,'50','','','4','','1','2020-09-26 09:46:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(2562,'41601272510','1','1','320','retail','0','2020-09-28 08:55:10','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 05:59:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','342.50','341.5','Inclusive',NULL),(2563,'41601272510','5','1','110','retail','0','2020-09-28 08:58:32','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 05:59:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','9.50','8.5','Inclusive',NULL),(2564,'41601272510','10','1','20','retail','0','2020-09-28 08:58:41','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 05:59:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','165.50','164.5','Inclusive',NULL),(2565,'41601272510','19','1','30','retail','0','2020-09-28 08:58:49','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 05:59:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.63','0.66','Inclusive',NULL),(2566,'41601272510','133','1','10','retail','0','2020-09-28 08:59:07','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 05:59:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2567,'41601272811','70','1','50','retail','0','2020-09-28 09:00:11','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 06:01:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.26','0.29','Inclusive',NULL),(2568,'41601272893','1','3','960','retail','0','2020-09-28 09:01:33','','','','0','Cash',117.89,'320','','','4','','1','2020-09-28 06:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','341.50','340.5','Inclusive',NULL),(2569,'41601272893','5','3','330','retail','0','2020-09-28 09:05:23','','','','0','Cash',40.53,'110','','','4','','1','2020-09-28 06:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','8.50','7.5','Inclusive',NULL),(2570,'41601272893','133','3','30','retail','0','2020-09-28 09:07:09','','','','0','Cash',3.68,'10','','','4','','1','2020-09-28 06:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.20','0.35','Inclusive',NULL),(2571,'41601272893','10','3','60','retail','0','2020-09-28 09:09:49','','','','0','Cash',7.37,'20','','','4','','1','2020-09-28 06:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','164.50','161.5','Inclusive',NULL),(2572,'41601272893','15','3','90','retail','0','2020-09-28 09:10:21','','','','0','Cash',11.05,'30','','','4','','1','2020-09-28 06:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.64','0.73','Inclusive',NULL),(2573,'41601273464','1','1','340','retail','0','2020-09-28 09:11:04','','','','0','Cash',41.75,'340','','','4','','1','2020-09-28 06:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','338.50','337.5','Inclusive',NULL),(2574,'41601273464','5','2','260','retail','0','2020-09-28 09:18:21','','','','0','Cash',31.93,'130','','','4','','1','2020-09-28 06:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','','5.50','4.5','Inclusive',NULL),(2576,'41601273464','10','1','20','retail','0','2020-09-28 09:18:46','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 06:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','161.50','160.5','Inclusive',NULL),(2577,'41601273464','62','1','400','retail','0','2020-09-28 09:22:21','','','','0','Cash',49.12,'400','','','4','','1','2020-09-28 06:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','14.50','13.5','Inclusive',NULL),(2578,'41601273464','7','1','200','retail','0','2020-09-28 09:25:47','','','','0','Cash',24.56,'200','','','4','','1','2020-09-28 06:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','165.05','164.05','Inclusive',NULL),(2579,'41601274491','1','2','640','retail','0','2020-09-28 10:21:20','','','','0','Cash',78.60,'320','','','4','','1','2020-09-28 07:22:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','337.50','336.5','Inclusive',NULL),(2580,'41601274491','5','2','220','retail','0','2020-09-28 10:21:38','','','','0','Cash',27.02,'110','','','4','','1','2020-09-28 07:22:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','3.50','2.5','Inclusive',NULL),(2581,'41601274491','133','2','20','retail','0','2020-09-28 10:22:02','','','','0','Cash',2.46,'10','','','4','','1','2020-09-28 07:22:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.40','1.5','Inclusive',NULL),(2582,'41601274491','10','2','40','retail','0','2020-09-28 10:22:12','','','','0','Cash',4.91,'20','','','4','','1','2020-09-28 07:22:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','160.50','158.5','Inclusive',NULL),(2583,'41601274491','19','2','60','retail','0','2020-09-28 10:22:22','','','','0','Cash',7.37,'30','','','4','','1','2020-09-28 07:22:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.66','0.72','Inclusive',NULL),(2584,'41601277764','1','1','320','retail','0','2020-09-28 10:22:44','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 07:23:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','335.50','334.5','Inclusive',NULL),(2585,'41601277764','10','1','20','retail','0','2020-09-28 10:23:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 07:23:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','158.50','157.5','Inclusive',NULL),(2586,'41601277764','133','1','10','retail','0','2020-09-28 10:23:08','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 07:23:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.50','0.5','Inclusive',NULL),(2587,'41601277764','5','1','110','retail','0','2020-09-28 10:23:14','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 07:23:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(2588,'41601277764','15','1','30','retail','0','2020-09-28 10:23:24','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 07:23:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.73','0.76','Inclusive',NULL),(2589,'41601277764','74','1','50','retail','0','2020-09-28 10:23:34','','','','5','Cash',6.14,'50','','','4','','1','2020-09-28 07:23:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(2590,'41601277827','1','1','320','retail','0','2020-09-28 10:23:47','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','334.50','333.5','Inclusive',NULL),(2591,'41601277827','5','1','110','retail','0','2020-09-28 10:50:28','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2592,'41601277827','10','1','20','retail','0','2020-09-28 10:52:19','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','157.50','156.5','Inclusive',NULL),(2593,'41601277827','133','1','10','retail','0','2020-09-28 10:52:29','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(2594,'41601277827','15','1','30','retail','0','2020-09-28 10:52:38','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.76','0.79','Inclusive',NULL),(2595,'41601277827','70','1','50','retail','0','2020-09-28 10:52:46','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.29','0.32','Inclusive',NULL),(2596,'41601277827','176','1','50','retail','0','2020-09-28 10:52:54','','','','0','Cash',6.14,'50','','','4','','1','2020-09-28 07:54:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','','18.00','17','Inclusive',NULL),(2597,'41601279652','1','1','320','retail','0','2020-09-28 10:54:13','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','333.50','332.5','Inclusive',NULL),(2598,'41601279652','5','1','110','retail','0','2020-09-28 11:04:22','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2599,'41601279652','10','1','20','retail','0','2020-09-28 11:04:41','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','156.50','155.5','Inclusive',NULL),(2600,'41601279652','133','1','10','retail','0','2020-09-28 11:05:14','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(2601,'41601279652','19','1','30','retail','0','2020-09-28 11:05:29','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.72','0.75','Inclusive',NULL),(2602,'41601279652','70','1','50','retail','0','2020-09-28 11:05:46','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.32','0.35','Inclusive',NULL),(2603,'41601280375','1','1','320','retail','0','2020-09-28 11:06:15','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 08:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','332.50','331.5','Inclusive',NULL),(2604,'41601280375','5','1','110','retail','0','2020-09-28 11:06:33','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 08:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2605,'41601280375','133','1','10','retail','0','2020-09-28 11:06:56','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 08:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(2606,'41601280375','10','1','20','retail','0','2020-09-28 11:07:13','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 08:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.50','154.5','Inclusive',NULL),(2607,'41601280375','19','1','30','retail','0','2020-09-28 11:07:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 08:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.75','0.78','Inclusive',NULL),(2608,'41601280375','70','1','50','retail','0','2020-09-28 11:07:56','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 08:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.35','0.38','Inclusive',NULL),(2609,'41601280527','38','1','330','retail','0','2020-09-28 11:17:18','','','','0','Cash',40.53,'330','','','4','','1','2020-09-28 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(2610,'41601280527','9','1','60','retail','0','2020-09-28 11:27:27','','','','0','Cash',7.37,'60','','','4','','1','2020-09-28 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(2611,'41601280527','40','1','60','retail','0','2020-09-28 11:27:36','','','','0','Cash',7.37,'60','','','4','','1','2020-09-28 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(2612,'41601281691','1','1','320','retail','0','2020-09-28 11:28:11','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 08:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','331.50','330.5','Inclusive',NULL),(2613,'41601281691','5','1','110','retail','0','2020-09-28 11:28:55','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 08:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2614,'41601281691','10','1','20','retail','0','2020-09-28 11:30:03','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 08:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(2615,'41601281691','133','1','10','retail','0','2020-09-28 11:30:13','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 08:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(2616,'41601281691','70','1','50','retail','0','2020-09-28 11:30:46','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 08:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.38','0.41','Inclusive',NULL),(2617,'41601281891','3','1','160','retail','0','2020-09-28 11:31:31','','','','0','Cash',19.65,'160','','','4','','1','2020-09-28 08:34:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(2618,'41601281891','2','1','90','retail','0','2020-09-28 11:32:36','','','','0','Cash',11.05,'90','','','4','','1','2020-09-28 08:34:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(2619,'41601281891','11','1','20','retail','0','2020-09-28 11:32:46','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 08:34:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(2620,'41601281891','139','1','50','retail','0','2020-09-28 11:33:03','','','','0','Cash',6.14,'50','','','4','','1','2020-09-28 08:34:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(2621,'41601281891','137','1','50','retail','0','2020-09-28 11:33:29','','','','0','Cash',6.14,'50','','','4','','1','2020-09-28 08:34:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(2623,'41601281891','138','1','50','retail','0','2020-09-28 11:34:00','','','','0','Cash',6.14,'50','','','4','','1','2020-09-28 08:34:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(2624,'41601282069','1','2','640','retail','0','2020-09-28 11:34:29','','','','0','Cash',78.60,'320','','','4','','1','2020-09-28 09:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','329.75','327.75','Inclusive',NULL),(2625,'41601282069','5','2','220','retail','0','2020-09-28 12:05:27','','','','0','Cash',27.02,'110','','','4','','1','2020-09-28 09:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(2626,'41601282069','133','2','20','retail','0','2020-09-28 12:05:37','','','','0','Cash',2.46,'10','','','4','','1','2020-09-28 09:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.70','0.8','Inclusive',NULL),(2627,'41601282069','10','2','40','retail','0','2020-09-28 12:05:51','','','','0','Cash',4.91,'20','','','4','','1','2020-09-28 09:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','153.00','151','Inclusive',NULL),(2628,'41601282069','19','2','60','retail','0','2020-09-28 12:06:00','','','','0','Cash',7.37,'30','','','4','','1','2020-09-28 09:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.78','0.84','Inclusive',NULL),(2629,'41601282069','70','2','100','retail','0','2020-09-28 12:06:10','','','','2','Cash',12.28,'50','','','4','','1','2020-09-28 09:11:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.41','0.47','Inclusive',NULL),(2630,'41601284305','1','2','640','retail','0','2020-09-28 12:11:45','','','','0','Cash',78.60,'320','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','327.75','326.75','Inclusive',NULL),(2631,'41601284305','5','2','220','retail','0','2020-09-28 12:35:30','','','','0','Cash',27.02,'110','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','2.00','1','Inclusive',NULL),(2632,'41601284305','133','1','10','retail','0','2020-09-28 12:35:39','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(2633,'41601284305','10','2','40','retail','0','2020-09-28 12:35:48','','','','0','Cash',4.91,'20','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','151.00','150','Inclusive',NULL),(2634,'41601284305','19','1','30','retail','0','2020-09-28 12:35:56','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.84','0.87','Inclusive',NULL),(2635,'41601284305','133','1','10','retail','0','2020-09-28 12:36:59','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(2636,'41601284305','19','1','30','retail','0','2020-09-28 12:37:11','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.87','0.9','Inclusive',NULL),(2637,'41601284305','19','1','30','retail','0','2020-09-28 12:37:32','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(2638,'41601284305','19','1','30','retail','0','2020-09-28 12:37:57','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 09:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(2639,'41601285925','1','1','320','retail','0','2020-09-28 12:38:45','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 09:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','325.75','324.75','Inclusive',NULL),(2640,'41601285925','5','1','110','retail','0','2020-09-28 12:40:32','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 09:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2641,'41601285925','133','1','10','retail','0','2020-09-28 12:40:41','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 09:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(2642,'41601285925','10','1','20','retail','0','2020-09-28 12:40:50','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 09:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','149.00','148','Inclusive',NULL),(2643,'41601285925','15','1','30','retail','0','2020-09-28 12:40:59','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 09:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.79','0.82','Inclusive',NULL),(2644,'41601285925','74','1','50','retail','0','2020-09-28 12:41:07','','','','5','Cash',6.14,'50','','','4','','1','2020-09-28 09:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(2646,'41601286082','6','1','70','retail','0','2020-09-28 13:42:50','','','','0','Cash',8.60,'70','','','4','','1','2020-09-28 10:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(2647,'41601286082','3','1','170','retail','0','2020-09-28 13:43:12','','','','0','Cash',20.88,'170','','','4','','1','2020-09-28 10:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(2648,'41601286082','133','1','10','retail','0','2020-09-28 13:43:24','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 10:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(2649,'41601286082','11','1','20','retail','0','2020-09-28 13:43:32','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 10:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(2650,'41601286082','15','1','30','retail','0','2020-09-28 13:43:47','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 10:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.82','0.85','Inclusive',NULL),(2651,'41601286082','70','1','50','retail','0','2020-09-28 13:44:02','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 10:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.47','0.5','Inclusive',NULL),(2652,'41601289872','1','3','960','retail','0','2020-09-28 13:44:32','','','','0','Cash',117.89,'320','','','4','','1','2020-09-28 11:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','324.25','321.25','Inclusive',NULL),(2653,'41601289872','5','3','330','retail','0','2020-09-28 14:10:48','','','','0','Cash',40.53,'110','','','4','','1','2020-09-28 11:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.50','2','Inclusive',NULL),(2654,'41601289872','10','3','60','retail','0','2020-09-28 14:10:58','','','','0','Cash',7.37,'20','','','4','','1','2020-09-28 11:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','147.50','144.5','Inclusive',NULL),(2655,'41601289872','133','3','30','retail','0','2020-09-28 14:11:07','','','','0','Cash',3.68,'10','','','4','','1','2020-09-28 11:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','1.00','1.15','Inclusive',NULL),(2656,'41601289872','19','3','90','retail','0','2020-09-28 14:11:22','','','','0','Cash',11.05,'30','','','4','','1','2020-09-28 11:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.96','1.05','Inclusive',NULL),(2657,'41601289872','70','3','150','retail','0','2020-09-28 14:11:37','','','','2','Cash',18.42,'50','','','4','','1','2020-09-28 11:12:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.50','0.59','Inclusive',NULL),(2658,'41601291548','49','1','420','retail','0','2020-09-28 14:12:29','','','','0','Cash',51.58,'420','','','4','','1','2020-09-28 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','45.50','44.5','Inclusive',NULL),(2659,'41601291548','55','1','60','retail','0','2020-09-28 14:12:49','','','','0','Cash',7.37,'60','','','4','','1','2020-09-28 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.50','0.75','Inclusive',NULL),(2660,'41601291548','11','1','20','retail','0','2020-09-28 14:12:56','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(2661,'41601291548','3','1','170','retail','0','2020-09-28 14:13:07','','','','0','Cash',20.88,'170','','','4','','1','2020-09-28 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(2662,'41601291548','23','1','30','retail','0','2020-09-28 14:13:20','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(2663,'41601291548','73','2','200','retail','0','2020-09-28 14:13:45','','','','0','Cash',24.56,'100','','','4','','1','2020-09-28 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.00','0.1','Inclusive',NULL),(2664,'41601291668','1','1','320','retail','0','2020-09-28 14:14:28','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 11:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','321.25','320.25','Inclusive',NULL),(2665,'41601291668','5','1','110','retail','0','2020-09-28 14:29:39','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 11:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(2666,'41601291668','10','1','20','retail','0','2020-09-28 14:29:50','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 11:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','144.50','143.5','Inclusive',NULL),(2667,'41601291668','133','1','10','retail','0','2020-09-28 14:29:59','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 11:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.15','0.15','Inclusive',NULL),(2668,'41601291668','19','1','30','retail','0','2020-09-28 14:30:12','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 11:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.05','0.05','Inclusive',NULL),(2669,'41601291668','70','1','50','retail','0','2020-09-28 14:30:21','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 11:30:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.59','0.62','Inclusive',NULL),(2670,'41601294761','70','1','50','retail','0','2020-09-28 15:06:01','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 12:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.62','0.65','Inclusive',NULL),(2671,'41601294761','19','1','30','retail','0','2020-09-28 15:06:12','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 12:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.05','0.08','Inclusive',NULL),(2672,'41601294761','1','1','320','retail','0','2020-09-28 15:06:20','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 12:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','320.25','319.25','Inclusive',NULL),(2673,'41601294761','5','1','110','retail','0','2020-09-28 15:06:43','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 12:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2674,'41601294761','133','1','10','retail','0','2020-09-28 15:06:59','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 12:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2675,'41601294761','10','1','20','retail','0','2020-09-28 15:07:10','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 12:08:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','143.50','142.5','Inclusive',NULL),(2676,'41601294899','3','1','170','retail','0','2020-09-28 15:42:30','','','','0','Cash',20.88,'170','','','4','','1','2020-09-28 12:45:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(2677,'41601294899','6','1','70','retail','0','2020-09-28 15:44:02','','','','0','Cash',8.60,'70','','','4','','1','2020-09-28 12:45:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(2678,'41601294899','11','1','20','retail','0','2020-09-28 15:44:13','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 12:45:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(2679,'41601294899','133','1','10','retail','0','2020-09-28 15:44:21','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 12:45:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(2680,'41601294899','23','1','30','retail','0','2020-09-28 15:44:27','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 12:45:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.26','0.29','Inclusive',NULL),(2681,'41601294899','74','1','50','retail','0','2020-09-28 15:45:07','','','','5','Cash',6.14,'50','','','4','','1','2020-09-28 12:45:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(2682,'41601297136','1','1','320','retail','0','2020-09-28 15:45:36','','','','0','Cash',39.30,'320','','','4','','1','2020-09-28 12:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','318.75','317.75','Inclusive',NULL),(2683,'41601297136','5','1','110','retail','0','2020-09-28 15:48:24','','','','0','Cash',13.51,'110','','','4','','1','2020-09-28 12:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2684,'41601297136','23','1','30','retail','0','2020-09-28 15:48:33','','','','0','Cash',3.68,'30','','','4','','1','2020-09-28 12:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(2685,'41601297136','70','1','50','retail','0','2020-09-28 15:49:08','','','','2','Cash',6.14,'50','','','4','','1','2020-09-28 12:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.65','0.68','Inclusive',NULL),(2686,'41601297136','133','1','10','retail','0','2020-09-28 15:49:16','','','','0','Cash',1.23,'10','','','4','','1','2020-09-28 12:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(2687,'41601297136','10','1','20','retail','0','2020-09-28 15:49:24','','','','0','Cash',2.46,'20','','','4','','1','2020-09-28 12:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','142.00','141','Inclusive',NULL),(2688,'41601365436','3','1','160','retail','0','2020-09-29 10:43:56','','','','0','Cash',19.65,'160','','','4','','1','2020-09-29 07:45:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(2689,'41601365436','5','1','110','retail','0','2020-09-29 10:44:17','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 07:45:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2690,'41601365436','10','2','40','retail','0','2020-09-29 10:44:32','','','','0','Cash',4.91,'20','','','4','','1','2020-09-29 07:45:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','141.00','139','Inclusive',NULL),(2691,'41601365436','19','1','30','retail','0','2020-09-29 10:44:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 07:45:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.08','0.11','Inclusive',NULL),(2692,'41601365436','74','1','50','retail','0','2020-09-29 10:44:48','','','','5','Cash',6.14,'50','','','4','','1','2020-09-29 07:45:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(2693,'41601365506','1','1','320','retail','0','2020-09-29 10:45:06','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 07:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','317.25','316.25','Inclusive',NULL),(2694,'41601365506','11','1','20','retail','0','2020-09-29 10:46:33','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 07:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(2695,'41601365506','70','1','50','retail','0','2020-09-29 10:46:55','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 07:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.68','0.71','Inclusive',NULL),(2696,'41601365506','74','1','50','retail','0','2020-09-29 10:47:04','','','','5','Cash',6.14,'50','','','4','','1','2020-09-29 07:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(2697,'41601365506','19','1','30','retail','0','2020-09-29 10:47:14','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 07:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.11','0.14','Inclusive',NULL),(2698,'41601365506','85','1','120','retail','0','2020-09-29 10:47:22','','','','0','Cash',14.74,'120','','','4','','1','2020-09-29 07:48:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','417.00','416','Inclusive',NULL),(2699,'41601365702','1','1','320','retail','0','2020-09-29 10:48:22','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 07:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','316.25','315.25','Inclusive',NULL),(2700,'41601365702','5','1','110','retail','0','2020-09-29 10:49:47','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 07:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2701,'41601365702','133','1','10','retail','0','2020-09-29 10:50:09','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 07:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(2702,'41601365702','15','1','30','retail','0','2020-09-29 10:50:18','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 07:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.85','0.88','Inclusive',NULL),(2703,'41601365702','74','1','50','retail','0','2020-09-29 10:50:26','','','','5','Cash',6.14,'50','','','4','','1','2020-09-29 07:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(2704,'41601365702','10','1','20','retail','0','2020-09-29 10:50:41','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 07:51:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','138.50','137.5','Inclusive',NULL),(2711,'41601366179','1','1','320','retail','0','2020-09-29 10:56:19','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 08:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','315.25','314.25','Inclusive',NULL),(2712,'41601366179','5','1','110','retail','0','2020-09-29 11:38:23','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 08:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2713,'41601366179','10','1','20','retail','0','2020-09-29 11:38:34','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 08:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','137.50','136.5','Inclusive',NULL),(2714,'41601368742','1','1','320','retail','0','2020-09-29 11:39:02','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','314.25','313.25','Inclusive',NULL),(2715,'41601368742','5','1','110','retail','0','2020-09-29 11:47:28','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2716,'41601368742','10','1','20','retail','0','2020-09-29 11:47:36','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','136.50','135.5','Inclusive',NULL),(2717,'41601368742','133','1','10','retail','0','2020-09-29 11:47:47','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.40','0.4','Inclusive',NULL),(2718,'41601368742','19','1','30','retail','0','2020-09-29 11:47:55','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.17','0.17','Inclusive',NULL),(2719,'41601368742','70','1','50','retail','0','2020-09-29 11:48:07','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.71','0.74','Inclusive',NULL),(2720,'41601368742','64','1','1000','retail','0','2020-09-29 11:48:16','','','','0','Cash',122.81,'1000','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','18.50','17.5','Inclusive',NULL),(2721,'41601368742','74','1','50','retail','0','2020-09-29 11:48:51','','','','5','Cash',6.14,'50','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.21','0.21','Inclusive',NULL),(2722,'41601368742','27','1','30','retail','0','2020-09-29 11:49:07','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 08:49:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.96','0.99','Inclusive',NULL),(2723,'41601369372','1','1','300','retail','0','2020-09-29 11:49:32','','','','0','Cash',36.84,'300','','','4','','1','2020-09-29 09:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','313.25','312.25','Inclusive',NULL),(2724,'41601369372','5','1','100','retail','0','2020-09-29 12:27:22','','','','0','Cash',12.28,'100','','','4','','1','2020-09-29 09:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive',NULL),(2725,'41601369372','133','1','10','retail','0','2020-09-29 12:27:41','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 09:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(2726,'41601369372','10','1','20','retail','0','2020-09-29 12:27:50','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 09:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','135.50','134.5','Inclusive',NULL),(2727,'41601369372','19','1','20','retail','0','2020-09-29 12:27:58','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 09:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.17','0.2','Inclusive',NULL),(2728,'41601369372','70','1','50','retail','0','2020-09-29 12:28:06','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 09:29:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.74','0.77','Inclusive',NULL),(2729,'41601374600','147','5','2000','retail','0','2020-09-29 13:16:56','','','','0','Cash',245.61,'400','','','4','','1','2020-09-29 10:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','644.00','639','Inclusive',NULL),(2730,'41601377454','1','1','320','retail','0','2020-09-29 14:04:14','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 11:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','312.25','311.25','Inclusive',NULL),(2731,'41601377454','5','1','110','retail','0','2020-09-29 14:04:53','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 11:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2732,'41601377454','10','1','20','retail','0','2020-09-29 14:05:08','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 11:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','134.50','133.5','Inclusive',NULL),(2733,'41601377454','133','1','10','retail','0','2020-09-29 14:05:15','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 11:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(2734,'41601377454','23','1','30','retail','0','2020-09-29 14:05:22','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 11:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(2735,'41601377454','70','1','50','retail','0','2020-09-29 14:05:44','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 11:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.77','0.8','Inclusive',NULL),(2736,'41601377593','1','2','640','retail','0','2020-09-29 14:06:33','','','','0','Cash',78.60,'320','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','311.25','310.25','Inclusive',NULL),(2737,'41601377593','5','2','220','retail','0','2020-09-29 14:09:05','','','','0','Cash',27.02,'110','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(2738,'41601377593','133','2','20','retail','0','2020-09-29 14:09:21','','','','0','Cash',2.46,'10','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.50','0.6','Inclusive',NULL),(2739,'41601377593','10','2','40','retail','0','2020-09-29 14:09:47','','','','0','Cash',4.91,'20','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','133.50','131.5','Inclusive',NULL),(2741,'41601377593','70','1','50','retail','0','2020-09-29 14:10:27','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.83','Inclusive',NULL),(2742,'41601377593','70','1','50','retail','0','2020-09-29 14:10:44','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.83','0.86','Inclusive',NULL),(2743,'41601377593','19','1','30','retail','0','2020-09-29 14:14:04','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.20','0.23','Inclusive',NULL),(2744,'41601377593','19','1','30','retail','0','2020-09-29 14:14:29','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 11:16:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(2745,'41601378203','1','1','320','retail','0','2020-09-29 14:16:43','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 11:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','309.25','308.25','Inclusive',NULL),(2746,'41601378203','5','1','110','retail','0','2020-09-29 14:18:48','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 11:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(2747,'41601378203','10','1','20','retail','0','2020-09-29 14:18:55','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 11:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','131.50','130.5','Inclusive',NULL),(2748,'41601378203','15','1','30','retail','0','2020-09-29 14:19:03','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 11:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','2.94','1.94','Inclusive',NULL),(2749,'41601378203','70','1','50','retail','0','2020-09-29 14:19:19','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 11:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.86','0.89','Inclusive',NULL),(2750,'41601378203','133','1','10','retail','0','2020-09-29 14:19:28','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 11:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(2751,'41601378490','1','1','320','retail','0','2020-09-29 14:21:30','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 11:47:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','306.25','305.25','Inclusive',NULL),(2752,'41601378490','5','1','110','retail','0','2020-09-29 14:47:11','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 11:47:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2753,'41601378490','10','1','20','retail','0','2020-09-29 14:47:18','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 11:47:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','129.50','128.5','Inclusive',NULL),(2754,'41601378490','133','1','10','retail','0','2020-09-29 14:47:24','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 11:47:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(2755,'41601380061','1','1','320','retail','0','2020-09-29 14:47:41','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 12:00:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','305.25','304.25','Inclusive',NULL),(2756,'41601380061','5','1','110','retail','0','2020-09-29 14:58:59','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 12:00:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2757,'41601380061','133','1','10','retail','0','2020-09-29 14:59:11','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 12:00:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(2758,'41601380061','10','1','20','retail','0','2020-09-29 14:59:32','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 12:00:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','128.50','127.5','Inclusive',NULL),(2759,'41601380061','15','1','30','retail','0','2020-09-29 14:59:40','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 12:00:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.94','0.94','Inclusive',NULL),(2760,'41601380061','70','1','50','retail','0','2020-09-29 14:59:48','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 12:00:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.89','0.92','Inclusive',NULL),(2761,'41601380803','1','1','320','retail','0','2020-09-29 15:00:03','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 12:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','304.25','303.25','Inclusive',NULL),(2762,'41601380803','5','1','110','retail','0','2020-09-29 15:20:37','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 12:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2763,'41601380803','133','1','10','retail','0','2020-09-29 15:20:47','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 12:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(2764,'41601380803','10','1','20','retail','0','2020-09-29 15:20:55','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 12:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','127.50','126.5','Inclusive',NULL),(2765,'41601380803','15','1','30','retail','0','2020-09-29 15:21:03','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 12:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.94','0.97','Inclusive',NULL),(2766,'41601380803','70','1','50','retail','0','2020-09-29 15:21:30','','','','2','Cash',6.14,'50','','','4','','1','2020-09-29 12:21:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.92','0.95','Inclusive',NULL),(2767,'41601382116','1','1','320','retail','0','2020-09-29 15:21:56','','','','0','Cash',39.30,'320','','','4','','1','2020-09-29 12:51:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','303.25','302.25','Inclusive',NULL),(2768,'41601382116','5','1','110','retail','0','2020-09-29 15:50:44','','','','0','Cash',13.51,'110','','','4','','1','2020-09-29 12:51:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2769,'41601382116','133','1','10','retail','0','2020-09-29 15:50:53','','','','0','Cash',1.23,'10','','','4','','1','2020-09-29 12:51:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(2770,'41601382116','10','1','20','retail','0','2020-09-29 15:51:01','','','','0','Cash',2.46,'20','','','4','','1','2020-09-29 12:51:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','126.50','125.5','Inclusive',NULL),(2771,'41601382116','19','1','30','retail','0','2020-09-29 15:51:09','','','','0','Cash',3.68,'30','','','4','','1','2020-09-29 12:51:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.26','0.29','Inclusive',NULL),(2772,'41601382116','74','1','50','retail','0','2020-09-29 15:51:16','','','','5','Cash',6.14,'50','','','4','','1','2020-09-29 12:51:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(2773,'41601449870','1','1','300','retail','0','2020-09-30 10:29:06','','','','0','Cash',36.84,'300','','','4','','1','2020-09-30 07:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','302.25','301.25','Inclusive',NULL),(2774,'41601449870','5','1','100','retail','0','2020-09-30 10:29:14','','','','0','Cash',12.28,'100','','','4','','1','2020-09-30 07:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive',NULL),(2775,'41601449870','133','1','10','retail','0','2020-09-30 10:29:24','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 07:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(2776,'41601449870','15','1','20','retail','0','2020-09-30 10:29:32','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 07:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.97','1','Inclusive',NULL),(2777,'41601449870','70','1','50','retail','0','2020-09-30 10:29:51','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 07:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.95','0.98','Inclusive',NULL),(2778,'41601449870','10','1','20','retail','0','2020-09-30 10:30:00','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 07:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','125.50','124.5','Inclusive',NULL),(2779,'41601451067','161','5','300','retail','0','2020-09-30 10:31:07','','','','0','Cash',36.84,'60','','','4','','1','2020-09-30 07:43:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1248.00','1243','Inclusive',NULL),(2780,'41601451795','1','1','300','retail','0','2020-09-30 10:43:15','','','','0','Cash',36.84,'300','','','4','','1','2020-09-30 07:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','301.25','300.25','Inclusive',NULL),(2781,'41601451795','5','1','100','retail','0','2020-09-30 10:44:23','','','','0','Cash',12.28,'100','','','4','','1','2020-09-30 07:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(2782,'41601451795','10','1','20','retail','0','2020-09-30 10:44:41','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 07:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','124.50','123.5','Inclusive',NULL),(2783,'41601451795','3','1','150','retail','0','2020-09-30 10:44:53','','','','0','Cash',18.42,'150','','','4','','1','2020-09-30 07:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','1.00','0','Inclusive',NULL),(2784,'41601451795','133','1','10','retail','0','2020-09-30 10:45:08','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 07:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(2785,'41601451795','137','1','50','retail','0','2020-09-30 10:45:28','','','','0','Cash',6.14,'50','','','4','','1','2020-09-30 07:47:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(2786,'41601452031','161','5','300','retail','0','2020-09-30 10:47:11','','','','0','Cash',36.84,'60','','','4','','1','2020-09-30 07:54:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1243.00','1238','Inclusive',NULL),(2791,'41601459344','1','1','320','retail','0','2020-09-30 12:49:04','','','','0','Cash',39.30,'320','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','300.25','299.25','Inclusive',NULL),(2792,'41601459344','5','1','110','retail','0','2020-09-30 12:49:33','','','','0','Cash',13.51,'110','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(2794,'41601459344','10','1','20','retail','0','2020-09-30 12:49:50','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','123.50','122.5','Inclusive',NULL),(2795,'41601459344','70','1','50','retail','0','2020-09-30 12:49:56','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.01','1.01','Inclusive',NULL),(2796,'41601459344','19','1','30','retail','0','2020-09-30 12:50:13','','','','0','Cash',3.68,'30','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(2797,'41601459344','133','1','10','retail','0','2020-09-30 12:50:22','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(2798,'41601459344','7','2','400','retail','0','2020-09-30 12:50:31','','','','0','Cash',49.12,'200','','','4','','1','2020-09-30 09:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','2','162.20','160.2','Inclusive',NULL),(2800,'41601463009','3','1','170','retail','0','2020-09-30 13:50:10','','','','0','Cash',20.88,'170','','','4','','1','2020-09-30 10:52:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(2801,'41601463009','6','1','70','retail','0','2020-09-30 13:50:19','','','','0','Cash',8.60,'70','','','4','','1','2020-09-30 10:52:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.75','0.75','Inclusive',NULL),(2802,'41601463009','11','1','20','retail','0','2020-09-30 13:50:28','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 10:52:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(2803,'41601463009','133','1','10','retail','0','2020-09-30 13:50:40','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 10:52:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(2804,'41601463009','15','1','30','retail','0','2020-09-30 13:50:53','','','','0','Cash',3.68,'30','','','4','','1','2020-09-30 10:52:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.00','0','Inclusive',NULL),(2805,'41601463009','70','1','50','retail','0','2020-09-30 13:51:00','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 10:52:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.01','0.01','Inclusive',NULL),(2806,'41601463125','1','1','320','retail','0','2020-09-30 13:52:39','','','','0','Cash',39.30,'320','','','4','','1','2020-09-30 10:55:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','298.75','297.75','Inclusive',NULL),(2807,'41601463125','5','1','110','retail','0','2020-09-30 13:52:48','','','','0','Cash',13.51,'110','','','4','','1','2020-09-30 10:55:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2808,'41601463125','10','1','20','retail','0','2020-09-30 13:53:04','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 10:55:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','122.50','121.5','Inclusive',NULL),(2809,'41601463125','133','1','10','retail','0','2020-09-30 13:53:12','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 10:55:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(2810,'41601463125','15','1','30','retail','0','2020-09-30 13:53:25','','','','0','Cash',3.68,'30','','','4','','1','2020-09-30 10:55:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(2811,'41601463125','70','1','50','retail','0','2020-09-30 13:53:40','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 10:55:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.01','0.04','Inclusive',NULL),(2812,'41601463322','161','700','33250','retail','0','2020-09-30 13:55:22','','','','0','Invoice',4083.33,'47.50','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','41.67','','1238.00','538','Inclusive',NULL),(2813,'41601463322','85','35','4200','retail','0','2020-09-30 13:56:56','','','','0','Invoice',515.79,'120','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','105.26','35','416.00','381','Inclusive',NULL),(2815,'41601463322','1','1','320','retail','0','2020-09-30 14:26:33','','','','0','Cash',39.30,'320','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','280.70','1','297.75','296.75','Inclusive',NULL),(2817,'41601463322','10','1','20','retail','0','2020-09-30 14:26:57','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','17.54','1','121.50','120.5','Inclusive',NULL),(2818,'41601463322','48','1','60','retail','0','2020-09-30 14:27:09','','','','0','Cash',7.37,'60','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(2819,'41601463322','33','1','130','retail','0','2020-09-30 14:27:21','','','','0','Cash',15.96,'130','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(2820,'41601463322','36','1','130','retail','0','2020-09-30 14:27:43','','','','0','Cash',15.96,'130','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.75','0.75','Inclusive',NULL),(2821,'41601463322','27','1','30','retail','0','2020-09-30 14:27:59','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.99','1.02','Inclusive',NULL),(2822,'41601463322','70','1','50','retail','0','2020-09-30 14:28:08','','','','2','Cash',6.14,'50','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.04','0.07','Inclusive',NULL),(2823,'41601463322','3','1','160','retail','0','2020-09-30 14:28:37','','','','0','Cash',19.65,'160','','','4','','1','2020-11-20 06:59:32','1','1','printed','1','printed','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(2824,'41601465332','38','1','330','retail','0','2020-09-30 14:28:52','','','','0','Cash',40.53,'330','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(2825,'41601465332','9','1','60','retail','0','2020-09-30 14:30:40','','','','0','Cash',7.37,'60','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(2826,'41601465332','40','1','60','retail','0','2020-09-30 14:30:50','','','','0','Cash',7.37,'60','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2827,'41601465332','1','1','320','retail','0','2020-09-30 14:31:01','','','','0','Cash',39.30,'320','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','296.00','295','Inclusive',NULL),(2828,'41601465332','5','1','110','retail','0','2020-09-30 14:31:09','','','','0','Cash',13.51,'110','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2829,'41601465332','10','1','20','retail','0','2020-09-30 14:31:18','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','120.50','119.5','Inclusive',NULL),(2830,'41601465332','133','1','10','retail','0','2020-09-30 14:31:26','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(2831,'41601465332','15','1','30','retail','0','2020-09-30 14:31:43','','','','0','Cash',3.68,'30','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(2832,'41601465332','74','1','50','retail','0','2020-09-30 14:31:57','','','','5','Cash',6.14,'50','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.24','0.27','Inclusive',NULL),(2833,'41601465332','65','1','500','retail','0','2020-09-30 14:32:05','','','','0','Cash',61.40,'500','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','1.00','0','Inclusive',NULL),(2834,'41601465332','23','1','30','retail','0','2020-09-30 14:32:32','','','','0','Cash',3.68,'30','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.35','0.38','Inclusive',NULL),(2835,'41601465332','70','1','50','retail','0','2020-09-30 14:32:45','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 11:33:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.07','0.1','Inclusive',NULL),(2836,'41601465594','1','1','320','retail','0','2020-09-30 14:33:14','','','','0','Cash',39.30,'320','','','4','','1','2020-09-30 11:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','295.00','294','Inclusive',NULL),(2837,'41601465594','5','1','110','retail','0','2020-09-30 14:47:17','','','','0','Cash',13.51,'110','','','4','','1','2020-09-30 11:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2838,'41601465594','133','1','10','retail','0','2020-09-30 14:47:28','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 11:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(2839,'41601465594','10','1','20','retail','0','2020-09-30 14:47:36','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 11:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','119.50','118.5','Inclusive',NULL),(2840,'41601465594','19','1','30','retail','0','2020-09-30 14:47:44','','','','0','Cash',3.68,'30','','','4','','1','2020-09-30 11:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(2841,'41601465594','70','1','50','retail','0','2020-09-30 14:47:51','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 11:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.13','Inclusive',NULL),(2842,'41601466497','1','1','320','retail','0','2020-09-30 14:48:17','','','','0','Cash',39.30,'320','','','4','','1','2020-09-30 12:46:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','294.00','293','Inclusive',NULL),(2843,'41601466497','5','1','110','retail','0','2020-09-30 15:44:54','','','','0','Cash',13.51,'110','','','4','','1','2020-09-30 12:46:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(2844,'41601466497','10','1','20','retail','0','2020-09-30 15:45:01','','','','0','Cash',2.46,'20','','','4','','1','2020-09-30 12:46:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','118.50','117.5','Inclusive',NULL),(2845,'41601466497','133','1','10','retail','0','2020-09-30 15:45:12','','','','0','Cash',1.23,'10','','','4','','1','2020-09-30 12:46:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2847,'41601466497','70','1','50','retail','0','2020-09-30 15:45:52','','','','2','Cash',6.14,'50','','','4','','1','2020-09-30 12:46:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.13','0.16','Inclusive',NULL),(2848,'41601537285','85','1','120','retail','0','2020-10-01 10:28:05','','','','0','Cash',14.74,'120','','','4','','1','2020-10-01 07:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','381.00','380','Inclusive',NULL),(2849,'41601537316','1','1','320','retail','0','2020-10-01 10:28:36','','','','0','Cash',39.30,'320','','','4','','1','2020-10-01 07:54:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','293.00','292','Inclusive',NULL),(2851,'41601537316','5','1','110','retail','0','2020-10-01 10:53:14','','','','0','Cash',13.51,'110','','','4','','1','2020-10-01 07:54:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(2852,'41601537316','10','1','20','retail','0','2020-10-01 10:53:25','','','','0','Cash',2.46,'20','','','4','','1','2020-10-01 07:54:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','117.50','116.5','Inclusive',NULL),(2853,'41601537316','133','1','10','retail','0','2020-10-01 10:53:36','','','','0','Cash',1.23,'10','','','4','','1','2020-10-01 07:54:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(2854,'41601537316','74','1','50','retail','0','2020-10-01 10:53:50','','','','5','Cash',6.14,'50','','','4','','1','2020-10-01 07:54:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.27','0.3','Inclusive',NULL),(2855,'41601537316','19','1','30','retail','0','2020-10-01 10:54:01','','','','0','Cash',3.68,'30','','','4','','1','2020-10-01 07:54:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.35','0.38','Inclusive',NULL),(2856,'41601538867','195','1','250','retail','0','2020-10-01 10:54:27','','','','0','Cash',30.70,'250','','','4','','1','2020-10-01 11:03:16','1','1','returned','1','new','pc','','2020-10-01 14:03:16','8','yes','','0','','','VATABLE','219.30','1','48.00','47','Inclusive',NULL),(2862,'41601545515','3','1','170','retail','0','2020-10-01 12:45:52','','','','0','Cash',20.88,'170','','','4','','1','2020-10-01 10:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(2863,'41601545515','6','1','70','retail','0','2020-10-01 13:05:04','','','','0','Cash',8.60,'70','','','4','','1','2020-10-01 10:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(2864,'41601545515','11','1','20','retail','0','2020-10-01 13:05:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-01 10:06:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(2866,'41601546794','204','5','750','retail','0','2020-10-01 13:06:34','','','','0','Cash',92.11,'150','','','4','','1','2020-10-01 10:37:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','5','20.00','15','Inclusive',NULL),(2867,'41601548669','8','1','100','retail','0','2020-10-01 13:37:49','','','','0','Cash',12.28,'100','','','4','','1','2020-10-01 10:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.50','1','Inclusive',NULL),(2868,'41601548669','143','2','600','retail','0','2020-10-01 13:39:11','','','','2','Cash',73.68,'300','','','4','','1','2020-10-01 10:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','2','3.00','1','Inclusive',NULL),(2869,'41601548924','69','1','100','retail','0','2020-10-01 13:42:04','','','','0','Cash',12.28,'100','','','4','','1','2020-10-01 11:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.35','0.35','Inclusive',NULL),(2870,'41601548924','73','1','100','retail','0','2020-10-01 14:08:01','','','','0','Cash',12.28,'100','','','4','','1','2020-10-01 11:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.10','0.15','Inclusive',NULL),(2871,'41601550494','1','1','320','retail','0','2020-10-01 14:08:14','','','','0','Cash',39.30,'320','','','4','','1','2020-10-01 12:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','292.00','291','Inclusive',NULL),(2872,'41601550494','5','1','110','retail','0','2020-10-01 15:09:40','','','','0','Cash',13.51,'110','','','4','','1','2020-10-01 12:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(2873,'41601550494','10','1','20','retail','0','2020-10-01 15:09:50','','','','0','Cash',2.46,'20','','','4','','1','2020-10-01 12:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','116.00','115','Inclusive',NULL),(2874,'41601550494','70','1','50','retail','0','2020-10-01 15:09:57','','','','2','Cash',6.14,'50','','','4','','1','2020-10-01 12:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.19','0.19','Inclusive',NULL),(2875,'41601550494','23','1','30','retail','0','2020-10-01 15:10:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-01 12:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.38','0.41','Inclusive',NULL),(2876,'41601550494','133','1','10','retail','0','2020-10-01 15:10:27','','','','0','Cash',1.23,'10','','','4','','1','2020-10-01 12:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(2879,'41601554309','11','2','40','retail','0','2020-10-01 15:15:51','','','','0','Cash',4.91,'20','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.50','1','Inclusive',NULL),(2881,'41601554309','19','1','30','retail','0','2020-10-01 15:16:26','','','','0','Cash',3.68,'30','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.41','0.41','Inclusive',NULL),(2882,'41601554309','70','2','100','retail','0','2020-10-01 15:16:52','','','','2','Cash',12.28,'50','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.19','0.25','Inclusive',NULL),(2883,'41601554309','19','1','30','retail','0','2020-10-01 15:17:21','','','','0','Cash',3.68,'30','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.41','0.44','Inclusive',NULL),(2884,'41601554309','133','2','20','retail','0','2020-10-01 15:17:37','','','','0','Cash',2.46,'10','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.35','0.45','Inclusive',NULL),(2886,'41601554309','3','2','340','retail','0','2020-10-01 15:18:40','','','','0','Cash',41.75,'170','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.50','2.5','Inclusive',NULL),(2887,'41601554309','6','2','140','retail','0','2020-10-01 15:19:19','','','','0','Cash',17.19,'70','','','4','','1','2020-10-01 12:19:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','2','1.00','1.5','Inclusive',NULL),(2888,'41601619414','110','20','1400','retail','0','2020-10-02 09:17:08','','','','0','Cash',171.93,'70','','','4','','1','2020-10-02 06:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','523.00','503','Inclusive',NULL),(2889,'41601619466','161','5','300','retail','0','2020-10-02 09:20:28','','','','0','Cash',36.84,'60','','','4','','1','2020-10-02 06:21:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','538.00','533','Inclusive',NULL),(2890,'41601619686','4','1','260','retail','0','2020-10-02 09:21:26','','','','0','Cash',31.93,'260','','','4','','1','2020-10-02 06:54:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','328.50','327.5','Inclusive',NULL),(2891,'41601619686','1','1','340','retail','0','2020-10-02 09:53:29','','','','0','Cash',41.75,'340','','','4','','1','2020-10-02 06:54:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','289.50','288.5','Inclusive',NULL),(2892,'41601619686','7','1','200','retail','0','2020-10-02 09:54:02','','','','0','Cash',24.56,'200','','','4','','1','2020-10-02 06:54:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','159.00','158','Inclusive',NULL),(2893,'41601619686','10','1','20','retail','0','2020-10-02 09:54:19','','','','0','Cash',2.46,'20','','','4','','1','2020-10-02 06:54:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','114.50','113.5','Inclusive',NULL),(2894,'41601621693','1','2','640','retail','0','2020-10-02 09:54:53','','','','0','Cash',78.60,'320','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','288.50','286.5','Inclusive',NULL),(2895,'41601621693','5','2','220','retail','0','2020-10-02 11:10:46','','','','0','Cash',27.02,'110','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','4.00','2','Inclusive',NULL),(2896,'41601621693','10','2','40','retail','0','2020-10-02 11:10:57','','','','0','Cash',4.91,'20','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','113.50','111.5','Inclusive',NULL),(2897,'41601621693','133','2','20','retail','0','2020-10-02 11:11:06','','','','0','Cash',2.46,'10','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.45','1.55','Inclusive',NULL),(2898,'41601621693','19','2','60','retail','0','2020-10-02 11:11:18','','','','0','Cash',7.37,'30','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.44','0.5','Inclusive',NULL),(2899,'41601621693','70','1','50','retail','0','2020-10-02 11:11:30','','','','2','Cash',6.14,'50','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.28','Inclusive',NULL),(2900,'41601621693','74','1','50','retail','0','2020-10-02 11:11:42','','','','5','Cash',6.14,'50','','','4','','1','2020-10-02 08:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(2903,'41601627841','3','3','510','retail','0','2020-10-02 11:37:21','','','','0','Cash',62.63,'170','','','4','','1','2020-10-02 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.50','4','Inclusive',NULL),(2904,'41601627841','6','3','210','retail','0','2020-10-02 11:37:31','','','','0','Cash',25.79,'70','','','4','','1','2020-10-02 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','3','1.50','2.25','Inclusive',NULL),(2908,'41601627841','11','3','60','retail','0','2020-10-02 11:38:55','','','','0','Cash',7.37,'20','','','4','','1','2020-10-02 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','1.00','2.5','Inclusive',NULL),(2909,'41601627841','133','3','30','retail','0','2020-10-02 11:39:27','','','','0','Cash',3.68,'10','','','4','','1','2020-10-02 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','1.55','1.7','Inclusive',NULL),(2910,'41601627841','15','3','90','retail','0','2020-10-02 11:39:45','','','','0','Cash',11.05,'30','','','4','','1','2020-10-02 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.06','0.15','Inclusive',NULL),(2911,'41601627841','70','3','150','retail','0','2020-10-02 11:40:05','','','','2','Cash',18.42,'50','','','4','','1','2020-10-02 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.28','0.37','Inclusive',NULL),(2912,'41601637870','3','1','170','retail','0','2020-10-02 14:24:30','','','','0','Cash',20.88,'170','','','4','','1','2020-10-02 11:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','4.00','3','Inclusive',NULL),(2913,'41601637870','6','1','70','retail','0','2020-10-02 14:24:50','','','','0','Cash',8.60,'70','','','4','','1','2020-10-02 11:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','2.25','1.25','Inclusive',NULL),(2914,'41601637870','11','1','20','retail','0','2020-10-02 14:25:21','','','','0','Cash',2.46,'20','','','4','','1','2020-10-02 11:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','4.50','3.5','Inclusive',NULL),(2915,'41601637870','70','1','50','retail','0','2020-10-02 14:25:31','','','','2','Cash',6.14,'50','','','4','','1','2020-10-02 11:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.37','0.4','Inclusive',NULL),(2916,'41601637870','19','1','30','retail','0','2020-10-02 14:25:44','','','','0','Cash',3.68,'30','','','4','','1','2020-10-02 11:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.50','0.53','Inclusive',NULL),(2917,'41601637870','133','1','10','retail','0','2020-10-02 14:25:57','','','','0','Cash',1.23,'10','','','4','','1','2020-10-02 11:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.70','0.7','Inclusive',NULL),(2918,'41601637979','1','1','320','retail','0','2020-10-02 14:26:20','','','','0','Cash',39.30,'320','','','4','','1','2020-10-02 11:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','285.00','284','Inclusive',NULL),(2919,'41601637979','5','1','110','retail','0','2020-10-02 14:55:59','','','','0','Cash',13.51,'110','','','4','','1','2020-10-02 11:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','6.50','5.5','Inclusive',NULL),(2920,'41601637979','15','1','30','retail','0','2020-10-02 14:56:23','','','','0','Cash',3.68,'30','','','4','','1','2020-10-02 11:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(2921,'41601637979','70','1','50','retail','0','2020-10-02 14:56:29','','','','2','Cash',6.14,'50','','','4','','1','2020-10-02 11:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.43','Inclusive',NULL),(2922,'41601637979','133','1','10','retail','0','2020-10-02 14:56:40','','','','0','Cash',1.23,'10','','','4','','1','2020-10-02 11:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(2923,'41601637979','10','1','20','retail','0','2020-10-02 14:56:50','','','','0','Cash',2.46,'20','','','4','','1','2020-10-02 11:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','109.00','108','Inclusive',NULL),(2924,'41601639825','147','10','3600','retail','3600','2020-10-02 14:57:05','','','','0','Cash',442.11,'360','','','4','','1','2020-10-02 11:59:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','639.00','629','Inclusive',NULL),(2925,'41601639956','1','1','320','retail','0','2020-10-02 14:59:16','','','','0','Cash',39.30,'320','','','4','','1','2020-10-02 12:03:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','284.00','283','Inclusive',NULL),(2926,'41601639956','5','1','110','retail','0','2020-10-02 15:01:22','','','','0','Cash',13.51,'110','','','4','','1','2020-10-02 12:03:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.50','4.5','Inclusive',NULL),(2927,'41601639956','10','1','20','retail','0','2020-10-02 15:02:07','','','','0','Cash',2.46,'20','','','4','','1','2020-10-02 12:03:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','108.00','107','Inclusive',NULL),(2928,'41601639956','133','1','10','retail','0','2020-10-02 15:02:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-02 12:03:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(2929,'41601639956','19','1','30','retail','0','2020-10-02 15:02:22','','','','0','Cash',3.68,'30','','','4','','1','2020-10-02 12:03:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.53','0.56','Inclusive',NULL),(2930,'41601639956','70','1','50','retail','0','2020-10-02 15:02:31','','','','2','Cash',6.14,'50','','','4','','1','2020-10-02 12:03:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.43','0.46','Inclusive',NULL),(2931,'41601640199','147','10','3600','retail','0','2020-10-02 16:27:02','','','','0','Cash',442.11,'360','','','4','','1','2020-10-02 13:28:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','629.00','619','Inclusive',NULL),(2932,'41601645298','147','4','1440','retail','0','2020-10-02 16:28:18','','','','0','Cash',176.84,'360','','','4','','1','2020-10-02 13:36:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','619.00','615','Inclusive',NULL),(2933,'41601706085','147','5','2500','retail','0','2020-10-03 09:21:56','','','','0','Cash',307.02,'500','','','4','','1','2020-10-03 06:22:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','615.00','610','Inclusive',NULL),(2934,'41601706147','38','5','1650','retail','0','2020-10-03 09:22:27','','','','0','Cash',202.63,'330','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','5','1.00','3.5','Inclusive',NULL),(2935,'41601706147','9','1','60','retail','0','2020-10-03 09:36:11','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(2936,'41601706147','40','1','60','retail','0','2020-10-03 09:37:06','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(2937,'41601706147','40','1','60','retail','0','2020-10-03 09:37:25','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(2938,'41601706147','40','1','60','retail','0','2020-10-03 09:37:46','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2939,'41601706147','40','1','60','retail','0','2020-10-03 09:37:55','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(2940,'41601706147','40','1','60','retail','0','2020-10-03 09:38:09','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(2941,'41601706147','9','1','60','retail','0','2020-10-03 09:39:45','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2942,'41601706147','9','1','60','retail','0','2020-10-03 09:40:05','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(2943,'41601706147','9','1','60','retail','0','2020-10-03 09:40:27','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(2944,'41601706147','9','1','60','retail','0','2020-10-03 09:40:41','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 06:41:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(2945,'41601707267','1','5','1500','retail','0','2020-10-03 09:41:07','','','','0','Cash',184.21,'300','','','4','','1','2020-10-03 06:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','283.00','278','Inclusive',NULL),(2946,'41601707267','5','5','500','retail','0','2020-10-03 09:42:18','','','','0','Cash',61.40,'100','','','4','','1','2020-10-03 06:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','4.50','7','Inclusive',NULL),(2947,'41601707267','133','5','50','retail','0','2020-10-03 09:42:28','','','','0','Cash',6.14,'10','','','4','','1','2020-10-03 06:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.80','1.05','Inclusive',NULL),(2948,'41601707267','10','5','100','retail','0','2020-10-03 09:42:36','','','','0','Cash',12.28,'20','','','4','','1','2020-10-03 06:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','107.00','102','Inclusive',NULL),(2949,'41601707267','23','5','100','retail','0','2020-10-03 09:42:45','','','','0','Cash',12.28,'20','','','4','','1','2020-10-03 06:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.41','0.56','Inclusive',NULL),(2950,'41601707267','74','5','250','retail','0','2020-10-03 09:43:37','','','','5','Cash',30.70,'50','','','4','','1','2020-10-03 06:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.33','0.48','Inclusive',NULL),(2951,'41601707501','147','1','500','retail','0','2020-10-03 09:45:01','','','','0','Cash',61.40,'500','','','4','','1','2020-10-03 07:31:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','610.00','609','Inclusive',NULL),(2958,'41601710891','40','1','60','retail','0','2020-10-03 10:41:31','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 07:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(2959,'41601710891','38','1','330','retail','0','2020-10-03 10:41:41','','','','0','Cash',40.53,'330','','','4','','1','2020-10-03 07:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','3.50','2.5','Inclusive',NULL),(2960,'41601710891','9','1','60','retail','0','2020-10-03 10:41:52','','','','0','Cash',7.37,'60','','','4','','1','2020-10-03 07:42:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(2961,'41601710927','1','1','320','retail','0','2020-10-03 10:42:07','','','','0','Cash',39.30,'320','','','4','','1','2020-10-03 08:11:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','278.00','277','Inclusive',NULL),(2962,'41601710927','5','1','110','retail','0','2020-10-03 10:42:32','','','','0','Cash',13.51,'110','','','4','','1','2020-10-03 08:11:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','7.00','6','Inclusive',NULL),(2963,'41601710927','133','1','10','retail','0','2020-10-03 10:43:02','','','','0','Cash',1.23,'10','','','4','','1','2020-10-03 08:11:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.05','0.05','Inclusive',NULL),(2964,'41601710927','10','1','20','retail','0','2020-10-03 10:43:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-03 08:11:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','102.00','101','Inclusive',NULL),(2965,'41601710927','19','1','30','retail','0','2020-10-03 10:43:21','','','','0','Cash',3.68,'30','','','4','','1','2020-10-03 08:11:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.59','0.59','Inclusive',NULL),(2966,'41601710927','74','1','50','retail','0','2020-10-03 10:43:28','','','','5','Cash',6.14,'50','','','4','','1','2020-10-03 08:11:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.51','0.51','Inclusive',NULL),(2967,'41601712712','1','1','300','retail','0','2020-10-03 11:11:52','','','','0','Cash',36.84,'300','','','4','','1','2020-10-03 08:14:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','277.00','276','Inclusive',NULL),(2968,'41601712712','5','1','100','retail','0','2020-10-03 11:12:25','','','','0','Cash',12.28,'100','','','4','','1','2020-10-03 08:14:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','6.00','5','Inclusive',NULL),(2969,'41601712712','133','1','10','retail','0','2020-10-03 11:12:37','','','','0','Cash',1.23,'10','','','4','','1','2020-10-03 08:14:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(2970,'41601712712','10','1','20','retail','0','2020-10-03 11:12:45','','','','0','Cash',2.46,'20','','','4','','1','2020-10-03 08:14:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','101.00','100','Inclusive',NULL),(2971,'41601712712','15','1','20','retail','0','2020-10-03 11:12:58','','','','0','Cash',2.46,'20','','','4','','1','2020-10-03 08:14:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.18','0.21','Inclusive',NULL),(2972,'41601712712','70','1','50','retail','0','2020-10-03 11:13:08','','','','2','Cash',6.14,'50','','','4','','1','2020-10-03 08:14:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.46','0.49','Inclusive',NULL),(2973,'41601712851','176','1','50','retail','0','2020-10-03 11:47:16','','','','0','Cash',6.14,'50','','','4','','1','2020-10-03 08:56:38','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','43.86','','17.00','16','Inclusive',NULL),(2974,'41601712851','143','4','1200','retail','0','2020-10-03 11:55:39','','','','2','Cash',147.37,'300','','','4','','1','2020-10-03 08:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','5.00','4','Inclusive',NULL),(2975,'41601718077','1','1','320','retail','0','2020-10-03 12:41:17','','','','0','Cash',39.30,'320','','','4','','1','2020-10-03 09:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','276.00','275','Inclusive',NULL),(2976,'41601718077','5','1','110','retail','0','2020-10-03 12:54:43','','','','0','Cash',13.51,'110','','','4','','1','2020-10-03 09:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.00','4','Inclusive',NULL),(2977,'41601718077','19','1','30','retail','0','2020-10-03 12:54:51','','','','0','Cash',3.68,'30','','','4','','1','2020-10-03 09:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.59','0.62','Inclusive',NULL),(2978,'41601718077','70','1','50','retail','0','2020-10-03 12:55:02','','','','2','Cash',6.14,'50','','','4','','1','2020-10-03 09:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.49','0.52','Inclusive',NULL),(2979,'41601718077','10','1','20','retail','0','2020-10-03 12:55:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-03 09:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','100.00','99','Inclusive',NULL),(2980,'41601718077','133','1','10','retail','0','2020-10-03 12:55:20','','','','0','Cash',1.23,'10','','','4','','1','2020-10-03 09:55:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(2981,'41601718936','147','5','2000','retail','0','2020-10-03 12:55:36','','','','0','Cash',245.61,'400','','','4','','1','2020-10-03 10:03:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','609.00','604','Inclusive',NULL),(2982,'41601879577','1','1','340','retail','0','2020-10-05 09:32:57','','','','0','Cash',41.75,'340','','','4','','1','2020-10-05 06:59:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','275.00','274','Inclusive',NULL),(2983,'41601879577','4','1','260','retail','0','2020-10-05 09:55:36','','','','0','Cash',31.93,'260','','','4','','1','2020-10-05 06:59:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','322.75','321.75','Inclusive',NULL),(2984,'41601879577','10','1','20','retail','0','2020-10-05 09:55:52','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 06:59:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','99.00','98','Inclusive',NULL),(2985,'41601879577','7','1','200','retail','0','2020-10-05 09:58:07','','','','0','Cash',24.56,'200','','','4','','1','2020-10-05 06:59:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','156.05','155.05','Inclusive',NULL),(2986,'41601881194','1','1','320','retail','0','2020-10-05 09:59:54','','','','0','Cash',39.30,'320','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','274.00','273','Inclusive',NULL),(2987,'41601881194','5','1','110','retail','0','2020-10-05 11:25:04','','','','0','Cash',13.51,'110','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','4.00','3','Inclusive',NULL),(2988,'41601881194','10','1','20','retail','0','2020-10-05 11:25:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','98.00','97','Inclusive',NULL),(2989,'41601881194','133','1','10','retail','0','2020-10-05 11:25:19','','','','0','Cash',1.23,'10','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(2990,'41601881194','15','1','30','retail','0','2020-10-05 11:25:28','','','','0','Cash',3.68,'30','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(2991,'41601881194','74','1','50','retail','0','2020-10-05 11:25:38','','','','5','Cash',6.14,'50','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.51','0.54','Inclusive',NULL),(2992,'41601881194','11','1','20','retail','0','2020-10-05 11:25:51','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','3.50','2.5','Inclusive',NULL),(2993,'41601881194','2','1','90','retail','0','2020-10-05 11:25:58','','','','0','Cash',11.05,'90','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','2.00','1','Inclusive',NULL),(2994,'41601881194','55','1','50','retail','0','2020-10-05 11:26:16','','','','0','Cash',6.14,'50','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','1','Inclusive',NULL),(2995,'41601881194','49','0.5','210','retail','0','2020-10-05 11:26:32','','','','0','Cash',25.79,'420','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','0.5','44.50','44','Inclusive',NULL),(2996,'41601881194','23','1','30','retail','0','2020-10-05 11:26:47','','','','0','Cash',3.68,'30','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.56','0.59','Inclusive',NULL),(2997,'41601881194','69','1','100','retail','0','2020-10-05 11:27:00','','','','0','Cash',12.28,'100','','','4','','1','2020-10-05 08:27:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.35','0.4','Inclusive',NULL),(2998,'41601886440','69','1','100','retail','0','2020-10-05 12:14:53','','','','0','Cash',12.28,'100','','','4','','1','2020-10-05 10:48:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.40','0.45','Inclusive',NULL),(2999,'41601899940','1','5','1600','retail','0','2020-10-05 15:12:20','','','','0','Cash',196.49,'320','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','273.00','268','Inclusive',NULL),(3000,'41601899940','2','5','450','retail','0','2020-10-05 15:12:32','','','','0','Cash',55.26,'90','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','5','1.00','2.25','Inclusive',NULL),(3001,'41601899940','10','5','100','retail','0','2020-10-05 15:13:02','','','','0','Cash',12.28,'20','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','97.00','96','Inclusive',NULL),(3002,'41601899940','33','5','650','retail','0','2020-10-05 15:13:18','','','','0','Cash',79.82,'130','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','5','0.00','1.25','Inclusive',NULL),(3003,'41601899940','15','5','150','retail','0','2020-10-05 15:13:30','','','','0','Cash',18.42,'30','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.24','0.39','Inclusive',NULL),(3004,'41601899940','74','5','250','retail','0','2020-10-05 15:13:42','','','','5','Cash',30.70,'50','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.54','0.69','Inclusive',NULL),(3005,'41601899940','1','3','960','retail','0','2020-10-05 15:13:54','','','','0','Cash',117.89,'320','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','266.75','263.25','Inclusive',NULL),(3006,'41601899940','5','3','330','retail','0','2020-10-05 15:14:18','','','','0','Cash',40.53,'110','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','3.00','0','Inclusive',NULL),(3007,'41601899940','133','3','30','retail','0','2020-10-05 15:14:30','','','','0','Cash',3.68,'10','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.20','0.35','Inclusive',NULL),(3008,'41601899940','10','3','60','retail','0','2020-10-05 15:14:49','','','','0','Cash',7.37,'20','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','92.00','91','Inclusive',NULL),(3009,'41601899940','19','4','120','retail','0','2020-10-05 15:15:07','','','','0','Cash',14.74,'30','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','0.62','0.74','Inclusive',NULL),(3010,'41601899940','70','4','200','retail','0','2020-10-05 15:15:19','','','','2','Cash',24.56,'50','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.52','0.64','Inclusive',NULL),(3011,'41601899940','133','1','10','retail','0','2020-10-05 15:15:43','','','','0','Cash',1.23,'10','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(3012,'41601899940','3','1','170','retail','0','2020-10-05 15:15:59','','','','0','Cash',20.88,'170','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','3.00','2','Inclusive',NULL),(3013,'41601899940','6','1','70','retail','0','2020-10-05 15:16:18','','','','0','Cash',8.60,'70','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.25','0.25','Inclusive',NULL),(3014,'41601899940','11','1','20','retail','0','2020-10-05 15:16:36','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 12:17:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.50','1.5','Inclusive',NULL),(3015,'41601900277','1','1','300','retail','0','2020-10-05 15:17:57','','','','0','Cash',36.84,'300','','','4','','1','2020-10-05 12:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','263.75','262.75','Inclusive',NULL),(3016,'41601900277','5','1','100','retail','0','2020-10-05 15:23:54','','','','0','Cash',12.28,'100','','','4','','1','2020-10-05 12:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(3017,'41601900277','133','1','10','retail','0','2020-10-05 15:24:02','','','','0','Cash',1.23,'10','','','4','','1','2020-10-05 12:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(3018,'41601900277','10','1','20','retail','0','2020-10-05 15:24:10','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 12:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','89.00','88','Inclusive',NULL),(3019,'41601900277','19','1','20','retail','0','2020-10-05 15:24:22','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 12:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.74','0.77','Inclusive',NULL),(3020,'41601900277','70','1','50','retail','0','2020-10-05 15:24:29','','','','2','Cash',6.14,'50','','','4','','1','2020-10-05 12:25:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.64','0.67','Inclusive',NULL),(3021,'41601900724','1','1','320','retail','0','2020-10-05 15:25:24','','','','0','Cash',39.30,'320','','','4','','1','2020-10-05 12:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','262.75','261.75','Inclusive',NULL),(3022,'41601900724','5','1','110','retail','0','2020-10-05 15:43:12','','','','0','Cash',13.51,'110','','','4','','1','2020-10-05 12:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3023,'41601900724','10','1','20','retail','0','2020-10-05 15:43:20','','','','0','Cash',2.46,'20','','','4','','1','2020-10-05 12:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','88.00','87','Inclusive',NULL),(3024,'41601900724','133','1','10','retail','0','2020-10-05 15:43:29','','','','0','Cash',1.23,'10','','','4','','1','2020-10-05 12:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(3025,'41601900724','23','1','30','retail','0','2020-10-05 15:43:38','','','','0','Cash',3.68,'30','','','4','','1','2020-10-05 12:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.59','0.62','Inclusive',NULL),(3026,'41601900724','74','1','50','retail','0','2020-10-05 15:43:53','','','','5','Cash',6.14,'50','','','4','','1','2020-10-05 12:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.69','0.72','Inclusive',NULL),(3027,'41601901849','97','1','100','retail','0','2020-10-05 15:44:09','','','','0','Cash',12.28,'100','','','4','','1','2020-10-05 13:17:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','8.00','7','Inclusive',NULL),(3028,'41601966425','163','15','6000','retail','0','2020-10-06 09:40:25','','','','0','Cash',736.84,'400','','','4','','1','2020-10-06 06:41:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','213.00','198','Inclusive',NULL),(3029,'41601966489','204','2','200','retail','0','2020-10-06 09:41:29','','','','0','Cash',24.56,'100','','','4','','1','2020-10-06 07:27:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','87.72','','15.00','13','Inclusive',NULL),(3030,'41601969276','204','1','100','retail','0','2020-10-06 10:27:56','','','','0','Cash',12.28,'100','','','4','','1','2020-10-06 07:28:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','87.72','','13.00','12','Inclusive',NULL),(3031,'41601969311','1','1','320','retail','0','2020-10-06 10:28:31','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','261.75','260.75','Inclusive',NULL),(3032,'41601969311','5','1','110','retail','0','2020-10-06 12:47:25','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3033,'41601969311','133','1','10','retail','0','2020-10-06 12:47:43','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(3034,'41601969311','10','1','20','retail','0','2020-10-06 12:47:52','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','87.00','86','Inclusive',NULL),(3035,'41601969311','15','1','30','retail','0','2020-10-06 12:48:00','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.39','0.42','Inclusive',NULL),(3036,'41601969311','70','1','50','retail','0','2020-10-06 12:48:07','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.67','0.7','Inclusive',NULL),(3037,'41601977708','1','1','320','retail','0','2020-10-06 12:48:29','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','260.75','259.75','Inclusive',NULL),(3038,'41601977708','5','1','110','retail','0','2020-10-06 12:48:53','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3039,'41601977708','133','1','10','retail','0','2020-10-06 12:49:06','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(3040,'41601977708','10','1','20','retail','0','2020-10-06 12:49:14','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','86.00','85','Inclusive',NULL),(3041,'41601977708','19','1','30','retail','0','2020-10-06 12:49:21','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.77','0.8','Inclusive',NULL),(3042,'41601977708','70','1','50','retail','0','2020-10-06 12:49:29','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.73','Inclusive',NULL),(3043,'41601977708','65','1','500','retail','0','2020-10-06 12:49:37','','','','0','Cash',61.40,'500','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0.5','Inclusive',NULL),(3044,'41601977708','15','1','30','retail','0','2020-10-06 12:49:47','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.42','0.45','Inclusive',NULL),(3045,'41601977708','74','1','50','retail','0','2020-10-06 12:49:55','','','','5','Cash',6.14,'50','','','4','','1','2020-10-06 09:50:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.72','0.75','Inclusive',NULL),(3046,'41601977825','1','1','320','retail','0','2020-10-06 12:50:26','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','259.75','258.75','Inclusive',NULL),(3047,'41601977825','5','1','110','retail','0','2020-10-06 12:51:39','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3048,'41601977825','133','1','10','retail','0','2020-10-06 12:51:49','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(3049,'41601977825','10','1','20','retail','0','2020-10-06 12:51:57','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','85.00','84','Inclusive',NULL),(3050,'41601977825','23','1','30','retail','0','2020-10-06 12:52:05','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.62','0.65','Inclusive',NULL),(3051,'41601977825','70','1','50','retail','0','2020-10-06 12:52:12','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.73','0.76','Inclusive',NULL),(3052,'41601977825','46','1','240','retail','0','2020-10-06 12:52:20','','','','0','Cash',29.47,'240','','','4','','1','2020-10-06 09:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','1','60.55','59.55','Inclusive',NULL),(3053,'41601977958','1','1','320','retail','0','2020-10-06 12:52:38','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','258.75','257.75','Inclusive',NULL),(3054,'41601977958','5','1','110','retail','0','2020-10-06 12:53:38','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3055,'41601977958','133','1','10','retail','0','2020-10-06 12:53:48','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(3056,'41601977958','10','1','20','retail','0','2020-10-06 12:54:08','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','84.00','83','Inclusive',NULL),(3057,'41601977958','19','1','30','retail','0','2020-10-06 12:54:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.80','0.83','Inclusive',NULL),(3058,'41601977958','70','1','50','retail','0','2020-10-06 12:54:29','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.76','0.79','Inclusive',NULL),(3059,'41601977958','70','1','50','retail','0','2020-10-06 12:54:37','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 09:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.79','0.82','Inclusive',NULL),(3060,'41601978334','1','1','320','retail','0','2020-10-06 12:58:54','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','257.75','256.75','Inclusive',NULL),(3061,'41601978334','4','1','220','retail','0','2020-10-06 12:59:31','','','','0','Cash',27.02,'220','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','319.75','318.75','Inclusive',NULL),(3062,'41601978334','133','3','30','retail','0','2020-10-06 12:59:45','','','','0','Cash',3.68,'10','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.70','0.85','Inclusive',NULL),(3063,'41601978334','10','1','20','retail','0','2020-10-06 13:00:07','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','83.00','82','Inclusive',NULL),(3064,'41601978334','70','1','50','retail','0','2020-10-06 13:00:15','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.82','0.85','Inclusive',NULL),(3065,'41601978334','74','1','50','retail','0','2020-10-06 13:00:29','','','','5','Cash',6.14,'50','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','0.78','Inclusive',NULL),(3066,'41601978334','15','1','30','retail','0','2020-10-06 13:00:36','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 10:02:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.45','0.48','Inclusive',NULL),(3067,'41601978629','1','1','320','retail','0','2020-10-06 13:03:49','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 10:35:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','256.75','255.75','Inclusive',NULL),(3069,'41601978629','5','1','110','retail','0','2020-10-06 13:34:42','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 10:35:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3070,'41601978629','133','1','10','retail','0','2020-10-06 13:35:07','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 10:35:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(3071,'41601978629','10','1','20','retail','0','2020-10-06 13:35:17','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 10:35:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','82.00','81','Inclusive',NULL),(3072,'41601978629','15','1','30','retail','0','2020-10-06 13:35:25','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 10:35:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.48','0.51','Inclusive',NULL),(3073,'41601978629','70','1','50','retail','0','2020-10-06 13:35:35','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 10:35:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.85','0.88','Inclusive',NULL),(3074,'41601980560','147','20','7600','retail','0','2020-10-06 13:36:00','','','','0','Cash',933.33,'380','','','4','','1','2020-10-06 11:17:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','333.33','','604.00','584','Inclusive',NULL),(3075,'41601983040','3','1','170','retail','0','2020-10-06 14:17:20','','','','0','Cash',20.88,'170','','','4','','1','2020-10-06 11:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','1','Inclusive',NULL),(3076,'41601983040','11','1','20','retail','0','2020-10-06 14:46:54','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 11:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(3078,'41601983040','74','1','50','retail','0','2020-10-06 14:47:17','','','','5','Cash',6.14,'50','','','4','','1','2020-10-06 11:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.78','0.81','Inclusive',NULL),(3079,'41601983040','133','1','10','retail','0','2020-10-06 14:48:03','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 11:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(3080,'41601983040','15','1','30','retail','0','2020-10-06 14:48:17','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 11:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.51','0.54','Inclusive',NULL),(3081,'41601983040','6','1','70','retail','0','2020-10-06 14:48:46','','','','0','Cash',8.60,'70','','','4','','1','2020-10-06 11:49:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(3082,'41601984956','94','20','2500','retail','0','2020-10-06 14:49:16','','','','0','Cash',307.02,'125','','','4','','1','2020-10-06 12:40:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','','68.00','48','Inclusive',NULL),(3083,'41601988041','1','1','320','retail','0','2020-10-06 15:40:41','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 12:53:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','255.75','254.75','Inclusive',NULL),(3084,'41601988041','5','1','110','retail','0','2020-10-06 15:53:05','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 12:53:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3085,'41601988041','133','1','10','retail','0','2020-10-06 15:53:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 12:53:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(3086,'41601988041','10','1','20','retail','0','2020-10-06 15:53:22','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 12:53:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','81.00','80','Inclusive',NULL),(3087,'41601988041','19','1','30','retail','0','2020-10-06 15:53:30','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 12:53:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.83','0.86','Inclusive',NULL),(3088,'41601988041','70','1','50','retail','0','2020-10-06 15:53:38','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 12:53:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.88','0.91','Inclusive',NULL),(3089,'41601988836','1','1','320','retail','0','2020-10-06 15:53:56','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','254.75','253.75','Inclusive',NULL),(3090,'41601988836','5','1','110','retail','0','2020-10-06 15:57:33','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3091,'41601988836','10','1','20','retail','0','2020-10-06 15:57:40','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','80.00','79','Inclusive',NULL),(3092,'41601988836','133','1','10','retail','0','2020-10-06 15:57:47','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(3094,'41601988836','15','1','30','retail','0','2020-10-06 15:59:40','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.54','0.57','Inclusive',NULL),(3095,'41601988836','70','1','50','retail','0','2020-10-06 15:59:49','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.91','0.94','Inclusive',NULL),(3096,'41601988836','1','1','320','retail','0','2020-10-06 15:59:57','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','253.75','252.75','Inclusive',NULL),(3097,'41601988836','2','1','90','retail','0','2020-10-06 16:00:40','','','','0','Cash',11.05,'90','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','2.25','1.25','Inclusive',NULL),(3098,'41601988836','10','1','20','retail','0','2020-10-06 16:00:49','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','79.00','78','Inclusive',NULL),(3099,'41601988836','33','1','130','retail','0','2020-10-06 16:00:59','','','','0','Cash',15.96,'130','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.25','0.25','Inclusive',NULL),(3100,'41601988836','19','1','30','retail','0','2020-10-06 16:01:05','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.89','0.89','Inclusive',NULL),(3101,'41601988836','74','1','50','retail','0','2020-10-06 16:01:31','','','','5','Cash',6.14,'50','','','4','','1','2020-10-06 13:01:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.81','0.84','Inclusive',NULL),(3102,'41601989309','65','1','500','retail','0','2020-10-06 16:01:49','','','','0','Cash',61.40,'500','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.50','1','Inclusive',NULL),(3103,'41601989309','27','1','30','retail','0','2020-10-06 16:03:17','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.02','0.02','Inclusive',NULL),(3104,'41601989309','74','1','50','retail','0','2020-10-06 16:03:35','','','','5','Cash',6.14,'50','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.84','0.87','Inclusive',NULL),(3105,'41601989309','1','1','320','retail','0','2020-10-06 16:03:43','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','252.75','251.75','Inclusive',NULL),(3106,'41601989309','5','1','110','retail','0','2020-10-06 16:03:54','','','','0','Cash',13.51,'110','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3107,'41601989309','10','1','20','retail','0','2020-10-06 16:04:05','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','78.00','77','Inclusive',NULL),(3108,'41601989309','133','1','10','retail','0','2020-10-06 16:04:15','','','','0','Cash',1.23,'10','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(3109,'41601989309','15','1','30','retail','0','2020-10-06 16:04:29','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.57','0.6','Inclusive',NULL),(3110,'41601989309','70','1','50','retail','0','2020-10-06 16:04:36','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.94','0.97','Inclusive',NULL),(3111,'41601989652','85','1','120','retail','0','2020-10-06 16:07:32','','','','0','Cash',14.74,'120','','','4','','1','2020-10-06 13:11:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','630.00','629','Inclusive',NULL),(3112,'41601989908','161','5','300','retail','0','2020-10-06 16:11:48','','','','0','Cash',36.84,'60','','','4','','1','2020-10-06 13:18:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1533.00','1528','Inclusive',NULL),(3113,'41601990315','1','1','320','retail','0','2020-10-06 16:18:35','','','','0','Cash',39.30,'320','','','4','','1','2020-10-06 13:28:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','251.75','250.75','Inclusive',NULL),(3114,'41601990315','10','1','20','retail','0','2020-10-06 16:24:46','','','','0','Cash',2.46,'20','','','4','','1','2020-10-06 13:28:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','77.00','76','Inclusive',NULL),(3115,'41601990315','19','1','30','retail','0','2020-10-06 16:24:55','','','','0','Cash',3.68,'30','','','4','','1','2020-10-06 13:28:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.89','0.92','Inclusive',NULL),(3116,'41601990315','70','1','50','retail','0','2020-10-06 16:25:02','','','','2','Cash',6.14,'50','','','4','','1','2020-10-06 13:28:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.97','1','Inclusive',NULL),(3117,'41602052402','1','1','320','retail','0','2020-10-07 09:33:22','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 06:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','250.75','249.75','Inclusive',NULL),(3118,'41602052402','5','1','110','retail','0','2020-10-07 09:33:31','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 06:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3119,'41602052402','133','1','10','retail','0','2020-10-07 09:33:39','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 06:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(3120,'41602052402','10','1','20','retail','0','2020-10-07 09:33:48','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 06:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','76.00','75','Inclusive',NULL),(3121,'41602052402','23','1','30','retail','0','2020-10-07 09:33:57','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 06:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.65','0.68','Inclusive',NULL),(3122,'41602052513','3','1','160','retail','0','2020-10-07 09:35:13','','','','0','Cash',19.65,'160','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(3123,'41602052513','2','1','90','retail','0','2020-10-07 11:12:05','','','','0','Cash',11.05,'90','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.25','0.25','Inclusive',NULL),(3124,'41602052513','11','1','20','retail','0','2020-10-07 11:12:36','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(3125,'41602052513','137','1','50','retail','0','2020-10-07 11:12:50','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(3126,'41602052513','139','1','50','retail','0','2020-10-07 11:12:59','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(3127,'41602052513','138','1','50','retail','0','2020-10-07 11:13:08','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(3128,'41602052513','169','1','50','retail','0','2020-10-07 11:13:20','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(3129,'41602052513','27','1','30','retail','0','2020-10-07 11:13:28','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 08:14:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.02','0.05','Inclusive',NULL),(3135,'41602060625','39','2','120','retail','0','2020-10-07 11:50:26','','','','0','Cash',14.74,'60','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','56.20','54.2','Inclusive',NULL),(3136,'41602060625','38','2','660','retail','0','2020-10-07 11:50:36','','','','0','Cash',81.05,'330','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','2.50','0.5','Inclusive',NULL),(3137,'41602060625','9','2','120','retail','0','2020-10-07 11:50:56','','','','0','Cash',14.74,'60','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','3.50','1.5','Inclusive',NULL),(3138,'41602060625','1','2','640','retail','0','2020-10-07 11:51:07','','','','0','Cash',78.60,'320','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','249.75','247.75','Inclusive',NULL),(3139,'41602060625','5','2','220','retail','0','2020-10-07 11:51:15','','','','0','Cash',27.02,'110','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(3140,'41602060625','133','2','20','retail','0','2020-10-07 11:51:27','','','','0','Cash',2.46,'10','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.10','0.2','Inclusive',NULL),(3141,'41602060625','10','2','40','retail','0','2020-10-07 11:51:37','','','','0','Cash',4.91,'20','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','74.50','72.5','Inclusive',NULL),(3142,'41602060625','23','2','60','retail','0','2020-10-07 11:51:51','','','','0','Cash',7.37,'30','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.68','0.74','Inclusive',NULL),(3143,'41602060625','70','2','100','retail','0','2020-10-07 11:52:05','','','','2','Cash',12.28,'50','','','4','','1','2020-10-07 08:52:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','1.00','1.06','Inclusive',NULL),(3144,'41602060756','1','1','320','retail','0','2020-10-07 11:52:36','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 08:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','247.75','246.75','Inclusive',NULL),(3145,'41602060756','5','1','110','retail','0','2020-10-07 11:57:19','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 08:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3146,'41602060756','133','1','10','retail','0','2020-10-07 11:57:27','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 08:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(3147,'41602060756','10','1','20','retail','0','2020-10-07 11:57:42','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 08:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','72.50','71.5','Inclusive',NULL),(3148,'41602060756','19','1','30','retail','0','2020-10-07 11:57:50','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 08:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.92','0.95','Inclusive',NULL),(3149,'41602060756','70','1','50','retail','0','2020-10-07 11:57:58','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 08:58:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.06','0.06','Inclusive',NULL),(3150,'41602061107','1','1','320','retail','0','2020-10-07 11:58:27','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','246.75','245.75','Inclusive',NULL),(3151,'41602061107','2','1','90','retail','0','2020-10-07 12:46:14','','','','0','Cash',11.05,'90','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(3152,'41602061107','10','1','20','retail','0','2020-10-07 12:46:39','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','71.50','70.5','Inclusive',NULL),(3153,'41602061107','33','1','130','retail','0','2020-10-07 12:46:47','','','','0','Cash',15.96,'130','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(3154,'41602061107','48','1','60','retail','0','2020-10-07 12:46:55','','','','0','Cash',7.37,'60','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(3155,'41602061107','27','1','30','retail','0','2020-10-07 12:47:04','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.05','0.08','Inclusive',NULL),(3156,'41602061107','70','1','50','retail','0','2020-10-07 12:47:12','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(3157,'41602064570','1','1','320','retail','0','2020-10-07 12:56:10','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','245.50','244.5','Inclusive',NULL),(3158,'41602064570','5','1','110','retail','0','2020-10-07 13:12:59','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3159,'41602064570','133','1','10','retail','0','2020-10-07 13:13:07','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(3160,'41602064570','10','1','20','retail','0','2020-10-07 13:13:21','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','70.50','69.5','Inclusive',NULL),(3161,'41602064570','19','1','30','retail','0','2020-10-07 13:13:29','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.95','0.98','Inclusive',NULL),(3162,'41602064570','70','1','50','retail','0','2020-10-07 13:13:38','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(3163,'41602064570','40','1','60','retail','0','2020-10-07 13:13:47','','','','0','Cash',7.37,'60','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','3.00','2','Inclusive',NULL),(3164,'41602064570','38','1','330','retail','0','2020-10-07 13:13:55','','','','0','Cash',40.53,'330','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(3165,'41602064570','9','1','60','retail','0','2020-10-07 13:14:08','','','','0','Cash',7.37,'60','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.50','0.5','Inclusive',NULL),(3166,'41602064570','3','1','160','retail','0','2020-10-07 13:14:16','','','','0','Cash',19.65,'160','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(3167,'41602064570','2','1','90','retail','0','2020-10-07 13:14:33','','','','0','Cash',11.05,'90','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(3168,'41602064570','11','1','20','retail','0','2020-10-07 13:14:44','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(3169,'41602064570','137','1','50','retail','0','2020-10-07 13:14:52','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(3170,'41602064570','139','1','50','retail','0','2020-10-07 13:15:03','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(3171,'41602064570','138','1','50','retail','0','2020-10-07 13:15:11','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(3172,'41602064570','27','1','30','retail','0','2020-10-07 13:15:22','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.08','0.11','Inclusive',NULL),(3173,'41602064570','70','1','50','retail','0','2020-10-07 13:15:36','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 10:20:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(3174,'41602066045','150','40','8000','retail','0','2020-10-07 13:22:14','','','','0','Invoice',982.46,'200','','','4','','1','2020-10-07 10:28:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','65.00','25','Inclusive',NULL),(3175,'41602066690','1','1','320','retail','0','2020-10-07 13:31:30','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 10:33:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','243.75','242.75','Inclusive',NULL),(3176,'41602066690','5','1','110','retail','0','2020-10-07 13:31:44','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 10:33:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3177,'41602066690','133','1','10','retail','0','2020-10-07 13:32:30','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 10:33:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(3178,'41602066690','19','1','30','retail','0','2020-10-07 13:32:58','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 10:33:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.98','1.01','Inclusive',NULL),(3179,'41602066690','74','1','50','retail','0','2020-10-07 13:33:08','','','','5','Cash',6.14,'50','','','4','','1','2020-10-07 10:33:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.87','0.9','Inclusive',NULL),(3180,'41602066690','10','1','20','retail','0','2020-10-07 13:33:22','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 10:33:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','69.50','68.5','Inclusive',NULL),(3187,'41602070922','85','1','120','retail','0','2020-10-07 14:42:02','','','','0','Cash',14.74,'120','','','4','','1','2020-10-07 11:48:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','629.00','628','Inclusive',NULL),(3188,'41602071306','161','5','300','retail','0','2020-10-07 14:49:37','','','','0','Cash',36.84,'60','','','4','','1','2020-10-07 11:50:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1528.00','1523','Inclusive',NULL),(3189,'41602071406','1','1','320','retail','0','2020-10-07 14:50:07','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 11:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','242.75','241.75','Inclusive',NULL),(3190,'41602071406','70','1','50','retail','0','2020-10-07 14:51:55','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 11:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.18','0.18','Inclusive',NULL),(3191,'41602071406','10','1','20','retail','0','2020-10-07 14:52:09','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 11:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','68.50','67.5','Inclusive',NULL),(3192,'41602071406','5','1','110','retail','0','2020-10-07 14:52:21','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 11:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3193,'41602071406','133','1','10','retail','0','2020-10-07 14:52:34','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 11:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.40','0.4','Inclusive',NULL),(3194,'41602071406','23','1','30','retail','0','2020-10-07 14:52:51','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 11:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.74','0.77','Inclusive',NULL),(3195,'41602071616','3','1','160','retail','0','2020-10-07 15:16:49','','','','0','Cash',19.65,'160','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(3196,'41602071616','6','1','80','retail','0','2020-10-07 15:19:07','','','','0','Cash',9.82,'80','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.50','0.75','Inclusive',NULL),(3197,'41602071616','11','1','20','retail','0','2020-10-07 15:20:30','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(3198,'41602071616','133','1','10','retail','0','2020-10-07 15:20:48','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(3199,'41602071616','3','1','160','retail','0','2020-10-07 15:21:39','','','','0','Cash',19.65,'160','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(3200,'41602071616','2','1','90','retail','0','2020-10-07 15:21:53','','','','0','Cash',11.05,'90','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(3201,'41602071616','11','1','20','retail','0','2020-10-07 15:22:02','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(3202,'41602071616','138','1','50','retail','0','2020-10-07 15:22:11','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(3203,'41602071616','139','1','50','retail','0','2020-10-07 15:22:21','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(3204,'41602071616','137','1','50','retail','0','2020-10-07 15:22:30','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 12:22:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(3205,'41602073368','1','1','320','retail','0','2020-10-07 15:22:48','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','241.00','221','Inclusive',NULL),(3206,'41602073368','27','1','30','retail','0','2020-10-07 15:28:48','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.11','0.14','Inclusive',NULL),(3207,'41602073368','70','1','50','retail','0','2020-10-07 15:28:58','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(3208,'41602073368','5','1','110','retail','0','2020-10-07 15:29:25','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3209,'41602073368','10','1','20','retail','0','2020-10-07 15:32:02','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','66.50','65.5','Inclusive',NULL),(3210,'41602073368','133','1','10','retail','0','2020-10-07 15:32:11','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 12:33:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(3211,'41602074013','1','1','320','retail','0','2020-10-07 15:33:33','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 12:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','240.00','239','Inclusive',NULL),(3212,'41602074013','5','1','110','retail','0','2020-10-07 15:48:00','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 12:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3213,'41602074013','10','1','20','retail','0','2020-10-07 15:48:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 12:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','65.50','64.5','Inclusive',NULL),(3214,'41602074013','133','1','10','retail','0','2020-10-07 15:48:20','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 12:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(3215,'41602074013','19','1','30','retail','0','2020-10-07 15:48:27','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 12:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.01','0.01','Inclusive',NULL),(3216,'41602074013','70','1','50','retail','0','2020-10-07 15:48:37','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 12:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(3217,'41602074932','2','1','90','retail','0','2020-10-07 15:48:52','','','','0','Cash',11.05,'90','','','4','','1','2020-10-07 12:53:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(3218,'41602074932','11','1','20','retail','0','2020-10-07 15:50:55','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 12:53:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(3219,'41602074932','55','1','50','retail','0','2020-10-07 15:51:23','','','','0','Cash',6.14,'50','','','4','','1','2020-10-07 12:53:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(3220,'41602074932','49','0.5','210','retail','0','2020-10-07 15:51:33','','','','0','Cash',25.79,'420','','','4','','1','2020-10-07 12:53:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','0.5','44.00','43.5','Inclusive',NULL),(3221,'41602074932','73','1','100','retail','0','2020-10-07 15:51:56','','','','0','Cash',12.28,'100','','','4','','1','2020-10-07 12:53:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.15','0.2','Inclusive',NULL),(3222,'41602074932','23','1','30','retail','0','2020-10-07 15:52:20','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 12:53:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.77','0.8','Inclusive',NULL),(3223,'41602075204','1','2','640','retail','0','2020-10-07 15:53:24','','','','0','Cash',78.60,'320','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','239.00','237','Inclusive',NULL),(3224,'41602075204','5','2','220','retail','0','2020-10-07 16:09:11','','','','0','Cash',27.02,'110','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(3225,'41602075204','10','2','40','retail','0','2020-10-07 16:09:24','','','','0','Cash',4.91,'20','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','64.50','62.5','Inclusive',NULL),(3226,'41602075204','133','2','20','retail','0','2020-10-07 16:09:33','','','','0','Cash',2.46,'10','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.55','0.65','Inclusive',NULL),(3227,'41602075204','15','1','30','retail','0','2020-10-07 16:09:44','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.60','0.63','Inclusive',NULL),(3228,'41602075204','70','2','100','retail','0','2020-10-07 16:10:03','','','','2','Cash',12.28,'50','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.24','0.3','Inclusive',NULL),(3229,'41602075204','15','1','30','retail','0','2020-10-07 16:10:14','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 13:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.63','0.66','Inclusive',NULL),(3230,'41602077572','38','1','330','retail','0','2020-10-07 16:32:52','','','','0','Cash',40.53,'330','','','4','','1','2020-10-07 13:35:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(3231,'41602077572','9','1','60','retail','0','2020-10-07 16:34:48','','','','0','Cash',7.37,'60','','','4','','1','2020-10-07 13:35:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(3232,'41602077572','40','1','60','retail','0','2020-10-07 16:35:08','','','','0','Cash',7.37,'60','','','4','','1','2020-10-07 13:35:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','2.00','1','Inclusive',NULL),(3233,'41602077759','1','1','320','retail','0','2020-10-07 16:35:59','','','','0','Cash',39.30,'320','','','4','','1','2020-10-07 13:37:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.00','236','Inclusive',NULL),(3234,'41602077759','5','1','110','retail','0','2020-10-07 16:36:23','','','','0','Cash',13.51,'110','','','4','','1','2020-10-07 13:37:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(3235,'41602077759','133','1','10','retail','0','2020-10-07 16:36:31','','','','0','Cash',1.23,'10','','','4','','1','2020-10-07 13:37:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(3236,'41602077759','10','1','20','retail','0','2020-10-07 16:36:44','','','','0','Cash',2.46,'20','','','4','','1','2020-10-07 13:37:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','62.50','61.5','Inclusive',NULL),(3237,'41602077759','19','1','30','retail','0','2020-10-07 16:36:52','','','','0','Cash',3.68,'30','','','4','','1','2020-10-07 13:37:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.01','0.04','Inclusive',NULL),(3238,'41602077759','70','1','50','retail','0','2020-10-07 16:37:08','','','','2','Cash',6.14,'50','','','4','','1','2020-10-07 13:37:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(3239,'41176499281','1','1','340','retail','0','2007-04-14 00:21:21','','','','0','Cash',41.75,'340','','','4','','1','2007-04-13 21:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','236.00','235','Inclusive',NULL),(3240,'41176499281','4','1','260','retail','0','2007-04-14 00:21:53','','','','0','Cash',31.93,'260','','','4','','1','2007-04-13 21:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','312.75','311.75','Inclusive',NULL),(3241,'41176499281','10','1','20','retail','0','2007-04-14 00:22:19','','','','0','Cash',2.46,'20','','','4','','1','2007-04-13 21:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','61.50','60.5','Inclusive',NULL),(3242,'41176499281','7','1','200','retail','0','2007-04-14 00:22:29','','','','0','Cash',24.56,'200','','','4','','1','2007-04-13 21:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','152.75','151.75','Inclusive',NULL),(3243,'41176499406','1','1','300','retail','0','2007-04-14 00:23:26','','','','0','Cash',36.84,'300','','','4','','1','2007-04-13 22:09:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','235.00','234','Inclusive',NULL),(3244,'41176499406','3','1','150','retail','0','2007-04-14 01:05:48','','','','0','Cash',18.42,'150','','','4','','1','2007-04-13 22:09:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0.5','Inclusive',NULL),(3245,'41176499406','5','1','100','retail','0','2007-04-14 01:06:28','','','','0','Cash',12.28,'100','','','4','','1','2007-04-13 22:09:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(3246,'41176499406','133','1','10','retail','0','2007-04-14 01:07:03','','','','0','Cash',1.23,'10','','','4','','1','2007-04-13 22:09:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(3247,'41176499406','10','1','20','retail','0','2007-04-14 01:07:14','','','','0','Cash',2.46,'20','','','4','','1','2007-04-13 22:09:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','60.50','59.5','Inclusive',NULL),(3248,'41176499406','137','1','50','retail','0','2007-04-14 01:07:25','','','','0','Cash',6.14,'50','','','4','','1','2007-04-13 22:09:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(3249,'41602147430','1','1','320','retail','0','2020-10-08 11:57:10','','','','0','Cash',39.30,'320','','','4','','1','2020-10-08 08:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','233.50','232.5','Inclusive',NULL),(3250,'41602147430','5','1','110','retail','0','2020-10-08 11:57:20','','','','0','Cash',13.51,'110','','','4','','1','2020-10-08 08:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3251,'41602147430','11','1','20','retail','0','2020-10-08 11:57:29','','','','0','Cash',2.46,'20','','','4','','1','2020-10-08 08:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(3252,'41602147430','133','1','10','retail','0','2020-10-08 11:57:37','','','','0','Cash',1.23,'10','','','4','','1','2020-10-08 08:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(3253,'41602147430','15','1','30','retail','0','2020-10-08 11:57:44','','','','0','Cash',3.68,'30','','','4','','1','2020-10-08 08:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.66','0.69','Inclusive',NULL),(3254,'41602147430','70','1','50','retail','0','2020-10-08 11:57:55','','','','2','Cash',6.14,'50','','','4','','1','2020-10-08 08:58:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.33','0.36','Inclusive',NULL),(3255,'41602154345','38','2','660','retail','0','2020-10-08 13:52:25','','','','0','Cash',81.05,'330','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','0.00','1','Inclusive',NULL),(3256,'41602154345','40','2','120','retail','0','2020-10-08 13:52:58','','','','0','Cash',14.74,'60','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','1.00','2','Inclusive',NULL),(3257,'41602154345','9','2','120','retail','0','2020-10-08 13:53:19','','','','0','Cash',14.74,'60','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.75','1.25','Inclusive',NULL),(3258,'41602154345','1','2','640','retail','0','2020-10-08 13:53:37','','','','0','Cash',78.60,'320','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','232.50','230.5','Inclusive',NULL),(3259,'41602154345','5','2','220','retail','0','2020-10-08 13:53:50','','','','0','Cash',27.02,'110','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','1','Inclusive',NULL),(3260,'41602154345','10','2','40','retail','0','2020-10-08 13:54:12','','','','0','Cash',4.91,'20','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','59.00','57','Inclusive',NULL),(3261,'41602154345','133','2','20','retail','0','2020-10-08 13:54:23','','','','0','Cash',2.46,'10','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.80','0.9','Inclusive',NULL),(3262,'41602154345','19','2','60','retail','0','2020-10-08 13:54:32','','','','0','Cash',7.37,'30','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.04','0.1','Inclusive',NULL),(3263,'41602154345','74','2','100','retail','0','2020-10-08 13:55:05','','','','5','Cash',12.28,'50','','','4','','1','2020-10-08 10:55:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.90','0.96','Inclusive',NULL),(3264,'41602156051','1','1','320','retail','0','2020-10-08 14:20:51','','','','0','Cash',39.30,'320','','','4','','1','2020-10-08 11:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','230.50','229.5','Inclusive',NULL),(3265,'41602156051','5','1','110','retail','0','2020-10-08 14:21:00','','','','0','Cash',13.51,'110','','','4','','1','2020-10-08 11:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3266,'41602156051','133','1','10','retail','0','2020-10-08 14:21:12','','','','0','Cash',1.23,'10','','','4','','1','2020-10-08 11:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(3267,'41602156051','10','1','20','retail','0','2020-10-08 14:21:52','','','','0','Cash',2.46,'20','','','4','','1','2020-10-08 11:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','57.00','56','Inclusive',NULL),(3268,'41602156051','19','1','30','retail','0','2020-10-08 14:22:01','','','','0','Cash',3.68,'30','','','4','','1','2020-10-08 11:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.10','0.13','Inclusive',NULL),(3269,'41602156051','70','1','50','retail','0','2020-10-08 14:22:11','','','','2','Cash',6.14,'50','','','4','','1','2020-10-08 11:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.36','0.39','Inclusive',NULL),(3270,'41602156145','147','5','2500','retail','0','2020-10-08 14:22:25','','','','0','Cash',307.02,'500','','','4','','1','2020-10-08 11:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','584.00','579','Inclusive',NULL),(3271,'41602156145','94','5','700','retail','0','2020-10-08 14:39:20','','','','0','Cash',85.96,'140','','','4','','1','2020-10-08 11:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','48.00','43','Inclusive',NULL),(3272,'41602157239','38','2','660','retail','0','2020-10-08 14:40:39','','','','0','Cash',81.05,'330','','','4','','1','2020-10-08 11:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','1.00','2','Inclusive',NULL),(3273,'41602157239','40','2','120','retail','0','2020-10-08 14:41:07','','','','0','Cash',14.74,'60','','','4','','1','2020-10-08 11:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','2.00','0','Inclusive',NULL),(3275,'41602157239','9','2','120','retail','0','2020-10-08 14:41:41','','','','0','Cash',14.74,'60','','','4','','1','2020-10-08 11:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','1.25','1.75','Inclusive',NULL),(3276,'41602157325','1','2','640','retail','0','2020-10-08 14:42:05','','','','0','Cash',78.60,'320','','','4','','1','2020-10-08 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','229.50','227.5','Inclusive',NULL),(3277,'41602157325','5','2','220','retail','0','2020-10-08 14:42:18','','','','0','Cash',27.02,'110','','','4','','1','2020-10-08 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','1','Inclusive',NULL),(3278,'41602157325','133','2','20','retail','0','2020-10-08 14:42:28','','','','0','Cash',2.46,'10','','','4','','1','2020-10-08 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.95','1.05','Inclusive',NULL),(3279,'41602157325','10','2','40','retail','0','2020-10-08 14:42:39','','','','0','Cash',4.91,'20','','','4','','1','2020-10-08 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','56.00','54','Inclusive',NULL),(3280,'41602157325','19','2','60','retail','0','2020-10-08 14:42:48','','','','0','Cash',7.37,'30','','','4','','1','2020-10-08 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.13','0.19','Inclusive',NULL),(3281,'41602157325','70','2','100','retail','0','2020-10-08 14:43:02','','','','2','Cash',12.28,'50','','','4','','1','2020-10-08 11:43:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.39','0.45','Inclusive',NULL),(3282,'41602160142','40','1','60','retail','0','2020-10-08 15:29:02','','','','0','Cash',7.37,'60','','','4','','1','2020-10-08 12:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(3283,'41602160142','38','1','330','retail','0','2020-10-08 15:48:25','','','','0','Cash',40.53,'330','','','4','','1','2020-10-08 12:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','2.00','1','Inclusive',NULL),(3284,'41602160142','9','1','60','retail','0','2020-10-08 15:48:36','','','','0','Cash',7.37,'60','','','4','','1','2020-10-08 12:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.75','0.75','Inclusive',NULL),(3285,'41602161330','204','1','150','retail','0','2020-10-08 15:48:50','','','','0','Cash',18.42,'150','','','4','','1','2020-10-08 13:09:16','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','1','12.00','11','Inclusive',NULL),(3286,'41602136116','70','1','50','retail','0','2020-10-08 08:48:37','','','','2','Cash',6.14,'50','','','4','','1','2020-10-08 05:49:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.45','0.48','Inclusive',NULL),(3287,'41602136116','85','5','600','retail','0','2020-10-08 08:49:09','','','','0','Cash',73.68,'120','','','4','','1','2020-10-08 05:49:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','628.00','623','Inclusive',NULL),(3288,'41602136202','1','4','1280','retail','0','2020-10-08 08:50:02','','','','0','Cash',157.19,'320','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','227.50','226.5','Inclusive',NULL),(3289,'41602136202','5','4','440','retail','0','2020-10-08 08:51:21','','','','0','Cash',54.04,'110','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','4','1.00','3','Inclusive',NULL),(3290,'41602136202','10','4','80','retail','0','2020-10-08 08:51:42','','','','0','Cash',9.82,'20','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','54.00','50','Inclusive',NULL),(3291,'41602136202','133','4','40','retail','0','2020-10-08 08:51:51','','','','0','Cash',4.91,'10','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','1.05','1.25','Inclusive',NULL),(3292,'41602136202','19','4','120','retail','0','2020-10-08 08:52:07','','','','0','Cash',14.74,'30','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','0.19','0.31','Inclusive',NULL),(3293,'41602136202','70','4','200','retail','0','2020-10-08 08:52:25','','','','2','Cash',24.56,'50','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.48','0.6','Inclusive',NULL),(3294,'41602136202','38','1','330','retail','0','2020-10-08 08:52:46','','','','0','Cash',40.53,'330','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(3295,'41602136202','40','1','60','retail','0','2020-10-08 08:54:00','','','','0','Cash',7.37,'60','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(3296,'41602136202','9','1','60','retail','0','2020-10-08 08:54:09','','','','0','Cash',7.37,'60','','','4','','1','2020-10-08 05:54:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.75','1','Inclusive',NULL),(3298,'41602226189','163','1','400','retail','0','2020-10-09 10:03:10','','','','0','Cash',49.12,'400','','','4','','1','2020-10-09 07:19:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','197.00','196','Inclusive',NULL),(3299,'41602226189','85','1','120','retail','0','2020-10-09 10:19:30','','','','0','Cash',14.74,'120','','','4','','1','2020-10-09 07:19:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','623.00','622','Inclusive',NULL),(3300,'41602227991','1','1','300','retail','0','2020-10-09 10:19:51','','','','0','Cash',36.84,'300','','','4','','1','2020-10-09 07:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','223.50','222.5','Inclusive',NULL),(3301,'41602227991','4','1','200','retail','0','2020-10-09 10:56:32','','','','0','Cash',24.56,'200','','','4','','1','2020-10-09 07:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','307.25','306.25','Inclusive',NULL),(3302,'41602227991','133','2','20','retail','0','2020-10-09 10:57:04','','','','0','Cash',2.46,'10','','','4','','1','2020-10-09 07:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.25','1.35','Inclusive',NULL),(3303,'41602227991','10','1','20','retail','0','2020-10-09 10:57:23','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 07:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','50.00','49','Inclusive',NULL),(3304,'41602227991','19','1','20','retail','0','2020-10-09 10:57:30','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 07:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.31','0.34','Inclusive',NULL),(3305,'41602227991','70','1','50','retail','0','2020-10-09 10:57:40','','','','2','Cash',6.14,'50','','','4','','1','2020-10-09 07:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.63','Inclusive',NULL),(3306,'41602230310','161','10','600','retail','0','2020-10-09 11:33:16','','','','0','Cash',73.68,'60','','','4','','1','2020-10-09 08:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1523.00','1513','Inclusive',NULL),(3311,'41602236256','3','1','160','retail','0','2020-10-09 12:37:36','','','','0','Cash',19.65,'160','','','4','','1','2020-10-09 09:39:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(3312,'41602236256','70','1','50','retail','0','2020-10-09 12:37:46','','','','2','Cash',6.14,'50','','','4','','1','2020-10-09 09:39:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.63','0.66','Inclusive',NULL),(3313,'41602236256','74','1','50','retail','0','2020-10-09 12:37:59','','','','5','Cash',6.14,'50','','','4','','1','2020-10-09 09:39:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.96','0.99','Inclusive',NULL),(3314,'41602236378','3','1','160','retail','0','2020-10-09 12:39:38','','','','0','Cash',19.65,'160','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(3315,'41602236378','6','1','70','retail','0','2020-10-09 12:41:06','','','','0','Cash',8.60,'70','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(3316,'41602236378','2','1','90','retail','0','2020-10-09 12:41:15','','','','0','Cash',11.05,'90','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(3317,'41602236378','133','1','10','retail','0','2020-10-09 12:41:29','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.35','0.35','Inclusive',NULL),(3318,'41602236378','11','1','20','retail','0','2020-10-09 12:41:39','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(3319,'41602236378','19','1','30','retail','0','2020-10-09 12:42:37','','','','0','Cash',3.68,'30','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.34','0.37','Inclusive',NULL),(3320,'41602236378','74','1','50','retail','0','2020-10-09 12:43:42','','','','5','Cash',6.14,'50','','','4','','1','2020-10-09 09:45:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.99','1.02','Inclusive',NULL),(3321,'41602236726','3','1','160','retail','0','2020-10-09 12:45:26','','','','0','Cash',19.65,'160','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(3322,'41602236726','6','1','70','retail','0','2020-10-09 12:45:37','','','','0','Cash',8.60,'70','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(3323,'41602236726','2','1','90','retail','0','2020-10-09 12:45:48','','','','0','Cash',11.05,'90','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(3324,'41602236726','133','1','10','retail','0','2020-10-09 12:45:59','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(3325,'41602236726','11','1','20','retail','0','2020-10-09 12:46:09','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(3326,'41602236726','19','1','30','retail','0','2020-10-09 12:46:17','','','','0','Cash',3.68,'30','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.37','0.4','Inclusive',NULL),(3327,'41602236726','74','1','50','retail','0','2020-10-09 12:46:26','','','','5','Cash',6.14,'50','','','4','','1','2020-10-09 09:46:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.02','0.02','Inclusive',NULL),(3334,'81602238206','1','1','320','retail','0','2020-10-09 13:15:06','','','','0','Cash',39.30,'320','','','8','','1','2020-10-09 10:16:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','221.00','220','Inclusive',NULL),(3335,'81602238206','133','1','10','retail','0','2020-10-09 13:15:06','','','','0','Cash',1.23,'10','','','8','','1','2020-10-09 10:16:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.45','0.45','Inclusive',NULL),(3336,'81602238206','5','1','110','retail','0','2020-10-09 13:15:06','','','','0','Cash',13.51,'110','','','8','','1','2020-10-09 10:16:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(3337,'81602238206','10','1','20','retail','0','2020-10-09 13:15:06','','','','0','Cash',2.46,'20','','','8','','1','2020-10-09 10:16:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','198.50','197.5','Inclusive',NULL),(3338,'81602238206','15','1','30','retail','0','2020-10-09 13:15:06','','','','0','Cash',3.68,'30','','','8','','1','2020-10-09 10:16:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.72','0.72','Inclusive',NULL),(3339,'81602238206','70','1','50','retail','0','2020-10-09 13:15:06','','','','2','Cash',6.14,'50','','','8','','1','2020-10-09 10:16:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.66','0.69','Inclusive',NULL),(3340,'41602238772','1','1','320','retail','0','2020-10-09 13:19:32','','','','0','Cash',39.30,'320','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','220.00','219','Inclusive',NULL),(3341,'41602238772','5','1','110','retail','0','2020-10-09 13:19:58','','','','0','Cash',13.51,'110','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3342,'41602238772','10','1','20','retail','0','2020-10-09 13:20:17','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','197.50','196.5','Inclusive',NULL),(3343,'41602238772','133','1','10','retail','0','2020-10-09 13:20:27','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(3344,'41602238772','19','1','30','retail','0','2020-10-09 13:20:36','','','','0','Cash',3.68,'30','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.40','0.43','Inclusive',NULL),(3345,'41602238772','74','1','50','retail','0','2020-10-09 13:20:46','','','','5','Cash',6.14,'50','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.02','0.05','Inclusive',NULL),(3346,'41602238772','137','1','50','retail','0','2020-10-09 13:20:54','','','','0','Cash',6.14,'50','','','4','','1','2020-10-09 10:22:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(3347,'41602238922','1','1','320','retail','0','2020-10-09 13:22:02','','','','0','Cash',39.30,'320','','','4','','1','2020-10-09 10:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','219.00','218','Inclusive',NULL),(3348,'41602238922','5','1','110','retail','0','2020-10-09 13:36:17','','','','0','Cash',13.51,'110','','','4','','1','2020-10-09 10:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3349,'41602238922','133','1','10','retail','0','2020-10-09 13:36:25','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 10:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(3350,'41602238922','10','1','20','retail','0','2020-10-09 13:36:32','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 10:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','196.50','195.5','Inclusive',NULL),(3352,'41602238922','70','1','50','retail','0','2020-10-09 13:36:51','','','','2','Cash',6.14,'50','','','4','','1','2020-10-09 10:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.69','0.72','Inclusive',NULL),(3353,'41602238922','19','1','30','retail','0','2020-10-09 13:37:15','','','','0','Cash',3.68,'30','','','4','','1','2020-10-09 10:37:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.43','0.46','Inclusive',NULL),(3354,'41602239849','143','1','300','retail','0','2020-10-09 13:37:29','','','','2','Cash',36.84,'300','','','4','','1','2020-10-09 11:00:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.00','0','Inclusive',NULL),(3355,'41602242574','1','1','320','retail','0','2020-10-09 14:22:54','','','','0','Cash',39.30,'320','','','4','','1','2020-10-09 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','218.00','217','Inclusive',NULL),(3356,'41602242574','5','1','110','retail','0','2020-10-09 14:38:53','','','','0','Cash',13.51,'110','','','4','','1','2020-10-09 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3357,'41602242574','10','1','20','retail','0','2020-10-09 14:39:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','195.50','194.5','Inclusive',NULL),(3358,'41602242574','133','1','10','retail','0','2020-10-09 14:39:21','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(3359,'41602242574','70','1','50','retail','0','2020-10-09 14:39:27','','','','2','Cash',6.14,'50','','','4','','1','2020-10-09 11:39:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.72','0.75','Inclusive',NULL),(3360,'41602243589','1','1','320','retail','0','2020-10-09 14:39:49','','','','0','Cash',39.30,'320','','','4','','1','2020-10-09 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','217.00','216','Inclusive',NULL),(3361,'41602243589','5','1','110','retail','0','2020-10-09 15:15:02','','','','0','Cash',13.51,'110','','','4','','1','2020-10-09 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3362,'41602243589','133','1','10','retail','0','2020-10-09 15:15:13','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(3363,'41602243589','10','1','20','retail','0','2020-10-09 15:15:40','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','194.50','193.5','Inclusive',NULL),(3364,'41602243589','19','1','30','retail','0','2020-10-09 15:15:48','','','','0','Cash',3.68,'30','','','4','','1','2020-10-09 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.46','0.49','Inclusive',NULL),(3365,'41602243589','70','1','50','retail','0','2020-10-09 15:16:02','','','','2','Cash',6.14,'50','','','4','','1','2020-10-09 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','0.78','Inclusive',NULL),(3366,'41602246553','1','1','320','retail','0','2020-10-09 15:29:14','','','','0','Cash',39.30,'320','','','4','','1','2020-10-09 12:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','216.00','215','Inclusive',NULL),(3367,'41602246553','5','1','110','retail','0','2020-10-09 15:29:36','','','','0','Cash',13.51,'110','','','4','','1','2020-10-09 12:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3368,'41602246553','10','1','20','retail','0','2020-10-09 15:30:00','','','','0','Cash',2.46,'20','','','4','','1','2020-10-09 12:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','193.50','192.5','Inclusive',NULL),(3369,'41602246553','133','1','10','retail','0','2020-10-09 15:30:07','','','','0','Cash',1.23,'10','','','4','','1','2020-10-09 12:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(3370,'41602246553','15','1','30','retail','0','2020-10-09 15:30:20','','','','0','Cash',3.68,'30','','','4','','1','2020-10-09 12:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.75','0.75','Inclusive',NULL),(3371,'41602246553','70','1','50','retail','0','2020-10-09 15:30:27','','','','2','Cash',6.14,'50','','','4','','1','2020-10-09 12:30:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.78','0.81','Inclusive',NULL),(3372,'41602481299','10','1','20','retail','0','2020-10-12 08:41:39','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 05:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','192.50','191.5','Inclusive',NULL),(3373,'41602481299','1','1','340','retail','0','2020-10-12 08:41:49','','','','0','Cash',41.75,'340','','','4','','1','2020-10-12 05:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','215.00','214','Inclusive',NULL),(3374,'41602481299','7','1','200','retail','0','2020-10-12 08:41:56','','','','0','Cash',24.56,'200','','','4','','1','2020-10-12 05:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','148.50','147.5','Inclusive',NULL),(3375,'41602481299','4','1','260','retail','0','2020-10-12 08:42:06','','','','0','Cash',31.93,'260','','','4','','1','2020-10-12 05:44:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','305.00','304','Inclusive',NULL),(3376,'41602494563','1','1','300','retail','0','2020-10-12 12:22:43','','','','0','Cash',36.84,'300','','','4','','1','2020-10-12 09:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','214.00','213','Inclusive',NULL),(3377,'41602494563','5','1','100','retail','0','2020-10-12 12:23:52','','','','0','Cash',12.28,'100','','','4','','1','2020-10-12 09:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(3378,'41602494563','133','1','10','retail','0','2020-10-12 12:24:27','','','','0','Cash',1.23,'10','','','4','','1','2020-10-12 09:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(3379,'41602494563','10','1','20','retail','0','2020-10-12 12:25:17','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','191.50','190.5','Inclusive',NULL),(3380,'41602494563','15','1','20','retail','0','2020-10-12 12:25:35','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.75','0.78','Inclusive',NULL),(3381,'41602494563','70','1','50','retail','0','2020-10-12 12:25:58','','','','2','Cash',6.14,'50','','','4','','1','2020-10-12 09:26:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.81','0.84','Inclusive',NULL),(3382,'41602495041','147','5','2000','retail','0','2020-10-12 12:31:30','','','','0','Cash',245.61,'400','','','4','','1','2020-10-12 09:32:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','579.00','574','Inclusive',NULL),(3383,'41602495138','3','1','160','retail','0','2020-10-12 12:32:18','','','','0','Cash',19.65,'160','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(3384,'41602495138','2','1','90','retail','0','2020-10-12 12:32:50','','','','0','Cash',11.05,'90','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(3385,'41602495138','11','1','20','retail','0','2020-10-12 12:33:00','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(3388,'41602495138','138','1','50','retail','0','2020-10-12 12:33:31','','','','0','Cash',6.14,'50','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(3389,'41602495138','137','1','50','retail','0','2020-10-12 12:34:01','','','','0','Cash',6.14,'50','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(3390,'41602495138','139','1','50','retail','0','2020-10-12 12:34:09','','','','0','Cash',6.14,'50','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(3391,'41602495138','27','1','30','retail','0','2020-10-12 12:34:41','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.14','0.17','Inclusive',NULL),(3392,'41602495138','169','1','50','retail','0','2020-10-12 12:34:50','','','','0','Cash',6.14,'50','','','4','','1','2020-10-12 09:35:21','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(3393,'41602495323','7','2','400','retail','0','2020-10-12 12:35:23','','','','0','Cash',49.12,'200','','','4','','1','2020-10-12 09:36:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','2','147.45','145.45','Inclusive',NULL),(3394,'41602495390','1','1','320','retail','0','2020-10-12 12:36:30','','','','0','Cash',39.30,'320','','','4','','1','2020-10-12 09:40:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','212.25','211.25','Inclusive',NULL),(3395,'41602495390','5','1','110','retail','0','2020-10-12 12:38:40','','','','0','Cash',13.51,'110','','','4','','1','2020-10-12 09:40:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3396,'41602495390','133','1','10','retail','0','2020-10-12 12:38:55','','','','0','Cash',1.23,'10','','','4','','1','2020-10-12 09:40:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(3397,'41602495390','10','1','20','retail','0','2020-10-12 12:39:09','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:40:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','190.00','189','Inclusive',NULL),(3398,'41602495390','2','1','90','retail','0','2020-10-12 12:40:12','','','','0','Cash',11.05,'90','','','4','','1','2020-10-12 09:40:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(3399,'41602495390','23','1','30','retail','0','2020-10-12 12:40:29','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 09:40:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.80','0.83','Inclusive',NULL),(3400,'41602495659','1','1','320','retail','0','2020-10-12 12:40:59','','','','0','Cash',39.30,'320','','','4','','1','2020-10-12 09:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','211.00','210','Inclusive',NULL),(3403,'41602495659','10','1','20','retail','0','2020-10-12 12:41:41','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','189.00','188','Inclusive',NULL),(3404,'41602495659','15','1','30','retail','0','2020-10-12 12:41:55','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 09:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.78','0.81','Inclusive',NULL),(3405,'41602495659','70','1','50','retail','0','2020-10-12 12:42:11','','','','2','Cash',6.14,'50','','','4','','1','2020-10-12 09:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.84','0.87','Inclusive',NULL),(3406,'41602495659','4','1','220','retail','0','2020-10-12 12:42:39','','','','0','Cash',27.02,'220','','','4','','1','2020-10-12 09:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','303.00','302','Inclusive',NULL),(3407,'41602495659','133','2','20','retail','0','2020-10-12 12:43:25','','','','0','Cash',2.46,'10','','','4','','1','2020-10-12 09:43:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.85','1.95','Inclusive',NULL),(3408,'41602495832','1','1','300','retail','0','2020-10-12 12:43:52','','','','0','Cash',36.84,'300','','','4','','1','2020-10-12 09:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','210.00','209','Inclusive',NULL),(3409,'41602495832','5','1','100','retail','0','2020-10-12 12:44:56','','','','0','Cash',12.28,'100','','','4','','1','2020-10-12 09:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive',NULL),(3410,'41602495832','133','1','10','retail','0','2020-10-12 12:45:08','','','','0','Cash',1.23,'10','','','4','','1','2020-10-12 09:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.95','0.95','Inclusive',NULL),(3411,'41602495832','10','1','20','retail','0','2020-10-12 12:45:18','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','188.00','187','Inclusive',NULL),(3412,'41602495832','19','1','20','retail','0','2020-10-12 12:45:30','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.49','0.52','Inclusive',NULL),(3413,'41602495832','74','1','50','retail','0','2020-10-12 12:45:37','','','','5','Cash',6.14,'50','','','4','','1','2020-10-12 09:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.05','0.08','Inclusive',NULL),(3414,'41602495999','3','1','170','retail','0','2020-10-12 12:46:39','','','','0','Cash',20.88,'170','','','4','','1','2020-10-12 09:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(3415,'41602495999','6','1','70','retail','0','2020-10-12 12:46:48','','','','0','Cash',8.60,'70','','','4','','1','2020-10-12 09:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(3416,'41602495999','133','1','10','retail','0','2020-10-12 12:46:57','','','','0','Cash',1.23,'10','','','4','','1','2020-10-12 09:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(3417,'41602495999','11','1','20','retail','0','2020-10-12 12:47:06','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 09:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(3418,'41602495999','19','1','30','retail','0','2020-10-12 12:47:16','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 09:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.52','0.55','Inclusive',NULL),(3419,'41602495999','74','1','50','retail','0','2020-10-12 12:47:31','','','','5','Cash',6.14,'50','','','4','','1','2020-10-12 09:48:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.08','0.11','Inclusive',NULL),(3420,'41602496635','143','2','600','retail','0','2020-10-12 12:57:15','','','','2','Cash',73.68,'300','','','4','','1','2020-10-12 09:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','2','4.00','2','Inclusive',NULL),(3421,'41602496720','147','5','1800','retail','0','2020-10-12 13:38:26','','','','0','Cash',221.05,'360','','','4','','1','2020-10-12 10:39:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','574.00','569','Inclusive',NULL),(3422,'41602499147','94','10','1200','retail','0','2020-10-12 14:58:45','','','','0','Cash',147.37,'120','','','4','','1','2020-10-12 12:09:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','','43.00','33','Inclusive',NULL),(3423,'41602504602','1','4','1280','retail','0','2020-10-12 15:10:02','','','','0','Cash',157.19,'320','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','209.00','208','Inclusive',NULL),(3426,'41602504602','10','4','80','retail','0','2020-10-12 15:13:48','','','','0','Cash',9.82,'20','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','186.50','185.5','Inclusive',NULL),(3427,'41602504602','15','1','30','retail','0','2020-10-12 15:14:03','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.81','0.84','Inclusive',NULL),(3428,'41602504602','70','4','200','retail','0','2020-10-12 15:35:41','','','','2','Cash',24.56,'50','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.87','0.99','Inclusive',NULL),(3429,'41602504602','15','1','30','retail','0','2020-10-12 15:37:20','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.84','0.87','Inclusive',NULL),(3430,'41602504602','15','1','30','retail','0','2020-10-12 15:37:40','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.87','0.9','Inclusive',NULL),(3431,'41602504602','15','1','30','retail','0','2020-10-12 15:37:49','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.90','0.93','Inclusive',NULL),(3432,'41602504602','5','4','440','retail','0','2020-10-12 15:38:54','','','','0','Cash',54.04,'110','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','4','1.50','3.5','Inclusive',NULL),(3436,'41602504602','133','4','40','retail','0','2020-10-12 15:40:58','','','','0','Cash',4.91,'10','','','4','','1','2020-10-12 12:43:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.15','0.35','Inclusive',NULL),(3437,'41602506603','1','4','1280','retail','0','2020-10-12 15:43:23','','','','0','Cash',157.19,'320','','','4','','1','2020-10-12 12:47:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','4','205.00','201','Inclusive',NULL),(3438,'41602506603','5','4','440','retail','0','2020-10-12 15:44:10','','','','0','Cash',54.04,'110','','','4','','1','2020-10-12 12:47:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','4','3.50','5.5','Inclusive',NULL),(3439,'41602506603','133','4','40','retail','0','2020-10-12 15:44:28','','','','0','Cash',4.91,'10','','','4','','1','2020-10-12 12:47:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','4.35','0.35','Inclusive',NULL),(3440,'41602506603','10','4','80','retail','0','2020-10-12 15:45:03','','','','0','Cash',9.82,'20','','','4','','1','2020-10-12 12:47:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','182.50','178.5','Inclusive',NULL),(3441,'41602506603','19','4','120','retail','0','2020-10-12 15:45:16','','','','0','Cash',14.74,'30','','','4','','1','2020-10-12 12:47:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','0.55','0.67','Inclusive',NULL),(3442,'41602506834','1','2','640','retail','0','2020-10-12 15:47:14','','','','0','Cash',78.60,'320','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','201.00','199','Inclusive',NULL),(3443,'41602506834','3','2','320','retail','0','2020-10-12 15:47:28','','','','0','Cash',39.30,'160','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','2','0.00','1','Inclusive',NULL),(3444,'41602506834','10','2','40','retail','0','2020-10-12 15:47:51','','','','0','Cash',4.91,'20','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','178.50','176.5','Inclusive',NULL),(3445,'41602506834','33','2','260','retail','0','2020-10-12 15:48:05','','','','0','Cash',31.93,'130','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','1.75','2.25','Inclusive',NULL),(3446,'41602506834','48','2','120','retail','0','2020-10-12 15:48:15','','','','0','Cash',14.74,'60','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','1.75','2.25','Inclusive',NULL),(3447,'41602506834','36','2','260','retail','0','2020-10-12 15:48:29','','','','0','Cash',31.93,'130','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','','0.75','1','Inclusive',NULL),(3448,'41602506834','27','2','60','retail','0','2020-10-12 15:48:38','','','','0','Cash',7.37,'30','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.17','0.23','Inclusive',NULL),(3449,'41602506834','74','2','100','retail','0','2020-10-12 15:48:50','','','','5','Cash',12.28,'50','','','4','','1','2020-10-12 12:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.11','0.17','Inclusive',NULL),(3450,'41602506983','1','1','320','retail','0','2020-10-12 15:49:43','','','','0','Cash',39.30,'320','','','4','','1','2020-10-12 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','198.00','197','Inclusive',NULL),(3451,'41602506983','5','1','110','retail','0','2020-10-12 15:52:42','','','','0','Cash',13.51,'110','','','4','','1','2020-10-12 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.50','4.5','Inclusive',NULL),(3452,'41602506983','10','1','20','retail','0','2020-10-12 15:52:51','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','176.50','175.5','Inclusive',NULL),(3453,'41602506983','133','1','10','retail','0','2020-10-12 15:52:59','','','','0','Cash',1.23,'10','','','4','','1','2020-10-12 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(3454,'41602506983','15','1','30','retail','0','2020-10-12 15:53:54','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.93','0.96','Inclusive',NULL),(3455,'41602506983','70','1','50','retail','0','2020-10-12 15:54:03','','','','2','Cash',6.14,'50','','','4','','1','2020-10-12 12:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.99','1.02','Inclusive',NULL),(3456,'41602507269','1','2','640','retail','0','2020-10-12 15:54:29','','','','0','Cash',78.60,'320','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','197.00','195','Inclusive',NULL),(3457,'41602507269','10','1','20','retail','0','2020-10-12 15:55:21','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','175.50','174.5','Inclusive',NULL),(3458,'41602507269','19','1','30','retail','0','2020-10-12 15:55:32','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.67','0.7','Inclusive',NULL),(3459,'41602507269','74','2','100','retail','0','2020-10-12 15:55:54','','','','5','Cash',12.28,'50','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.17','0.23','Inclusive',NULL),(3460,'41602507269','133','2','20','retail','0','2020-10-12 15:56:08','','','','0','Cash',2.46,'10','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.40','0.5','Inclusive',NULL),(3461,'41602507269','5','2','220','retail','0','2020-10-12 15:56:24','','','','0','Cash',27.02,'110','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','4.50','2.5','Inclusive',NULL),(3462,'41602507269','19','1','30','retail','0','2020-10-12 15:57:04','','','','0','Cash',3.68,'30','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.70','0.73','Inclusive',NULL),(3463,'41602507269','10','1','20','retail','0','2020-10-12 15:57:19','','','','0','Cash',2.46,'20','','','4','','1','2020-10-12 12:57:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','174.50','173.5','Inclusive',NULL),(3464,'41602507456','150','40','5000','retail','0','2020-10-12 15:57:36','','','','0','Cash',614.04,'125','','','4','','1','2020-10-12 13:06:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','','65.00','25','Inclusive',NULL),(3465,'41602508001','91','1','150','retail','0','2020-10-12 16:06:41','','','','1','Cash',18.42,'150','','','4','','1','2020-10-12 13:15:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','1','232.00','231','Inclusive',NULL),(3466,'41602576534','1','3','960','retail','0','2020-10-13 11:08:54','','','','0','Cash',117.89,'320','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','195.00','192','Inclusive',NULL),(3467,'41602576534','5','2','220','retail','0','2020-10-13 11:09:04','','','','0','Cash',27.02,'110','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','2.50','0.5','Inclusive',NULL),(3468,'41602576534','10','3','60','retail','0','2020-10-13 11:09:16','','','','0','Cash',7.37,'20','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','173.50','170.5','Inclusive',NULL),(3469,'41602576534','5','1','110','retail','0','2020-10-13 11:09:30','','','','0','Cash',13.51,'110','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3470,'41602576534','133','3','30','retail','0','2020-10-13 11:09:44','','','','0','Cash',3.68,'10','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.50','0.65','Inclusive',NULL),(3471,'41602576534','15','3','90','retail','0','2020-10-13 11:09:54','','','','0','Cash',11.05,'30','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.96','1.05','Inclusive',NULL),(3472,'41602576534','74','3','150','retail','0','2020-10-13 11:10:12','','','','5','Cash',18.42,'50','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.23','0.32','Inclusive',NULL),(3474,'41602576534','38','3','990','retail','0','2020-10-13 11:10:49','','','','0','Cash',121.58,'330','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','3','0.00','1.5','Inclusive',NULL),(3475,'41602576534','40','3','180','retail','0','2020-10-13 11:11:13','','','','0','Cash',22.11,'60','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','1.00','2.5','Inclusive',NULL),(3476,'41602576534','9','3','180','retail','0','2020-10-13 11:11:24','','','','0','Cash',22.11,'60','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','1.00','1.75','Inclusive',NULL),(3477,'41602576534','94','5','700','retail','0','2020-10-13 11:12:02','','','','0','Cash',85.96,'140','','','4','','1','2020-10-13 08:12:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','33.00','28','Inclusive',NULL),(3478,'41602576762','3','1','170','retail','0','2020-10-13 11:13:24','','','','0','Cash',20.88,'170','','','4','','1','2020-10-13 08:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(3479,'41602576762','6','1','70','retail','0','2020-10-13 11:13:36','','','','0','Cash',8.60,'70','','','4','','1','2020-10-13 08:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(3480,'41602576762','11','1','20','retail','0','2020-10-13 11:14:33','','','','0','Cash',2.46,'20','','','4','','1','2020-10-13 08:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(3481,'41602576762','133','1','10','retail','0','2020-10-13 11:14:41','','','','0','Cash',1.23,'10','','','4','','1','2020-10-13 08:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(3482,'41602576762','23','1','30','retail','0','2020-10-13 11:14:54','','','','0','Cash',3.68,'30','','','4','','1','2020-10-13 08:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.83','0.86','Inclusive',NULL),(3483,'41602576762','70','1','50','retail','0','2020-10-13 11:15:04','','','','2','Cash',6.14,'50','','','4','','1','2020-10-13 08:15:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.02','0.02','Inclusive',NULL),(3484,'41602576940','1','3','960','retail','0','2020-10-13 11:15:40','','','','0','Cash',117.89,'320','','','4','','1','2020-10-13 08:17:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','192.00','189','Inclusive',NULL),(3485,'41602576940','19','3','90','retail','0','2020-10-13 11:16:08','','','','0','Cash',11.05,'30','','','4','','1','2020-10-13 08:17:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.73','0.82','Inclusive',NULL),(3486,'41602576940','70','3','150','retail','0','2020-10-13 11:16:17','','','','2','Cash',18.42,'50','','','4','','1','2020-10-13 08:17:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.02','0.11','Inclusive',NULL),(3487,'41602576940','133','3','30','retail','0','2020-10-13 11:16:28','','','','0','Cash',3.68,'10','','','4','','1','2020-10-13 08:17:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.70','0.85','Inclusive',NULL),(3488,'41602576940','5','3','330','retail','0','2020-10-13 11:16:37','','','','0','Cash',40.53,'110','','','4','','1','2020-10-13 08:17:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','1.00','2.5','Inclusive',NULL),(3489,'41602576940','10','3','60','retail','0','2020-10-13 11:16:52','','','','0','Cash',7.37,'20','','','4','','1','2020-10-13 08:17:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','170.50','167.5','Inclusive',NULL),(3490,'41602577046','10','1','20','retail','0','2020-10-13 11:17:26','','','','0','Cash',2.46,'20','','','4','','1','2020-10-13 08:19:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','167.50','166.5','Inclusive',NULL),(3491,'41602577216','1','2','600','retail','0','2020-10-13 11:20:16','','','','0','Cash',73.68,'300','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','189.00','187','Inclusive',NULL),(3492,'41602577216','5','2','200','retail','0','2020-10-13 12:02:06','','','','0','Cash',24.56,'100','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','2.50','0.5','Inclusive',NULL),(3493,'41602577216','133','2','20','retail','0','2020-10-13 12:02:29','','','','0','Cash',2.46,'10','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.85','0.95','Inclusive',NULL),(3494,'41602577216','3','2','300','retail','0','2020-10-13 12:02:40','','','','0','Cash',36.84,'150','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','1','Inclusive',NULL),(3495,'41602577216','137','2','100','retail','0','2020-10-13 12:03:05','','','','0','Cash',12.28,'50','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.10','0.3','Inclusive',NULL),(3496,'41602577216','15','1','20','retail','0','2020-10-13 12:03:55','','','','0','Cash',2.46,'20','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.05','0.05','Inclusive',NULL),(3497,'41602577216','10','2','40','retail','0','2020-10-13 12:04:42','','','','0','Cash',4.91,'20','','','4','','1','2020-10-13 09:12:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','166.50','164.5','Inclusive',NULL),(3498,'41602580365','91','5','700','retail','0','2020-10-13 12:12:45','','','','1','Cash',85.96,'140','','','4','','1','2020-10-13 09:48:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','231.00','226','Inclusive',NULL),(3499,'41602580365','91','1','150','retail','0','2020-10-13 12:46:28','','','','1','Cash',18.42,'150','','','4','','1','2020-10-13 09:48:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','1','226.00','225','Inclusive',NULL),(3500,'41602582499','161','40','1900','retail','0','2020-10-13 12:48:19','','','','0','Cash',233.33,'47.5','','','4','','1','2020-10-13 09:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1513.00','1473','Inclusive',NULL),(3501,'41602588353','1','2','640','retail','0','2020-10-13 14:25:53','','','','0','Cash',78.60,'320','','','4','','1','2020-10-13 11:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','186.00','185','Inclusive',NULL),(3502,'41602588353','5','2','220','retail','0','2020-10-13 14:26:01','','','','0','Cash',27.02,'110','','','4','','1','2020-10-13 11:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.50','1.5','Inclusive',NULL),(3503,'41602588353','133','2','20','retail','0','2020-10-13 14:26:28','','','','0','Cash',2.46,'10','','','4','','1','2020-10-13 11:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.95','1.05','Inclusive',NULL),(3504,'41602588353','10','2','40','retail','0','2020-10-13 14:26:39','','','','0','Cash',4.91,'20','','','4','','1','2020-10-13 11:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','164.50','162.5','Inclusive',NULL),(3505,'41602588353','70','2','100','retail','0','2020-10-13 14:26:50','','','','2','Cash',12.28,'50','','','4','','1','2020-10-13 11:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.11','0.17','Inclusive',NULL),(3506,'41602588444','1','1','320','retail','0','2020-10-13 14:27:24','','','','0','Cash',39.30,'320','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','184.00','183','Inclusive',NULL),(3507,'41602588444','3','1','160','retail','0','2020-10-13 14:32:36','','','','0','Cash',19.65,'160','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(3508,'41602588444','10','1','20','retail','0','2020-10-13 14:32:44','','','','0','Cash',2.46,'20','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','162.50','161.5','Inclusive',NULL),(3509,'41602588444','33','1','130','retail','0','2020-10-13 14:32:53','','','','0','Cash',15.96,'130','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','2.25','1.25','Inclusive',NULL),(3510,'41602588444','48','1','60','retail','0','2020-10-13 14:33:01','','','','0','Cash',7.37,'60','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','2.25','1.25','Inclusive',NULL),(3511,'41602588444','36','1','130','retail','0','2020-10-13 14:33:13','','','','0','Cash',15.96,'130','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(3512,'41602588444','27','1','30','retail','0','2020-10-13 14:33:31','','','','0','Cash',3.68,'30','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(3513,'41602588444','70','1','50','retail','0','2020-10-13 14:33:39','','','','2','Cash',6.14,'50','','','4','','1','2020-10-13 11:33:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.17','0.2','Inclusive',NULL),(3514,'41602592279','1','5','1500','retail','0','2020-10-13 15:31:19','','','','0','Cash',184.21,'300','','','4','','1','2020-10-13 12:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','183.00','178','Inclusive',NULL),(3516,'41602592279','4','5','1000','retail','0','2020-10-13 15:34:33','','','','0','Cash',122.81,'200','','','4','','1','2020-10-13 12:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','291.50','286.5','Inclusive',NULL),(3517,'41602592279','10','5','100','retail','0','2020-10-13 15:35:23','','','','0','Cash',12.28,'20','','','4','','1','2020-10-13 12:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','161.50','156.5','Inclusive',NULL),(3518,'41602592279','19','3','60','retail','0','2020-10-13 15:36:32','','','','0','Cash',7.37,'20','','','4','','1','2020-10-13 12:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.82','0.91','Inclusive',NULL),(3519,'41602592279','19','3','60','retail','0','2020-10-13 15:36:53','','','','0','Cash',7.37,'20','','','4','','1','2020-10-13 12:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.91','1','Inclusive',NULL),(3520,'41602592279','70','1','50','retail','0','2020-10-13 15:37:25','','','','2','Cash',6.14,'50','','','4','','1','2020-10-13 12:38:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.23','Inclusive',NULL),(3521,'41602592708','1','5','1600','retail','0','2020-10-13 15:38:28','','','','0','Cash',196.49,'320','','','4','','1','2020-10-13 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','178.00','173','Inclusive',NULL),(3522,'41602592708','10','5','100','retail','0','2020-10-13 15:41:33','','','','0','Cash',12.28,'20','','','4','','1','2020-10-13 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','156.50','151.5','Inclusive',NULL),(3523,'41602592708','5','5','550','retail','0','2020-10-13 15:41:48','','','','0','Cash',67.54,'110','','','4','','1','2020-10-13 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','9.00','4','Inclusive',NULL),(3524,'41602592708','133','5','50','retail','0','2020-10-13 15:41:58','','','','0','Cash',6.14,'10','','','4','','1','2020-10-13 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','1.05','1.3','Inclusive',NULL),(3525,'41602592708','15','5','150','retail','0','2020-10-13 15:42:09','','','','0','Cash',18.42,'30','','','4','','1','2020-10-13 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.05','0.2','Inclusive',NULL),(3526,'41602592708','70','5','250','retail','0','2020-10-13 15:42:24','','','','2','Cash',30.70,'50','','','4','','1','2020-10-13 12:42:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.23','0.38','Inclusive',NULL),(3527,'41602593018','185','1','250','retail','0','2020-10-13 15:43:38','','','','0','Cash',30.70,'250','','','4','','1','2020-10-13 12:44:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','1.00','0','Inclusive',NULL),(3528,'41602593163','1','1','320','retail','0','2020-10-13 15:46:03','','','','0','Cash',39.30,'320','','','4','','1','2020-10-13 12:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','173.00','172','Inclusive',NULL),(3529,'41602593163','5','1','110','retail','0','2020-10-13 15:46:20','','','','0','Cash',13.51,'110','','','4','','1','2020-10-13 12:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','4.00','3','Inclusive',NULL),(3530,'41602593163','133','1','10','retail','0','2020-10-13 15:46:30','','','','0','Cash',1.23,'10','','','4','','1','2020-10-13 12:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.30','0.3','Inclusive',NULL),(3531,'41602593163','10','1','20','retail','0','2020-10-13 15:46:46','','','','0','Cash',2.46,'20','','','4','','1','2020-10-13 12:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','151.50','150.5','Inclusive',NULL),(3532,'41602593163','19','1','30','retail','0','2020-10-13 15:47:02','','','','0','Cash',3.68,'30','','','4','','1','2020-10-13 12:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.00','0','Inclusive',NULL),(3533,'41602593163','70','1','50','retail','0','2020-10-13 15:48:05','','','','2','Cash',6.14,'50','','','4','','1','2020-10-13 12:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.38','0.41','Inclusive',NULL),(3538,'41602593689','3','1','160','retail','0','2020-10-13 15:54:50','','','','0','Cash',19.65,'160','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(3539,'41602593689','11','1','20','retail','0','2020-10-13 15:54:59','','','','0','Cash',2.46,'20','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(3540,'41602593689','137','1','50','retail','0','2020-10-13 15:55:07','','','','0','Cash',6.14,'50','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(3541,'41602593689','139','1','50','retail','0','2020-10-13 15:55:21','','','','0','Cash',6.14,'50','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(3542,'41602593689','27','1','30','retail','0','2020-10-13 15:55:28','','','','0','Cash',3.68,'30','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.26','0.29','Inclusive',NULL),(3543,'41602593689','74','1','50','retail','0','2020-10-13 15:55:35','','','','5','Cash',6.14,'50','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.41','2.41','Inclusive',NULL),(3544,'41602593689','2','1','90','retail','0','2020-10-13 15:55:42','','','','0','Cash',11.05,'90','','','4','','1','2020-10-13 12:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(3545,'41602593771','161','5','300','retail','0','2020-10-13 15:56:11','','','','0','Cash',36.84,'60','','','4','','1','2020-10-13 13:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1473.00','1468','Inclusive',NULL),(3546,'41602594630','9','1','60','retail','0','2020-10-13 16:10:30','','','','0','Cash',7.37,'60','','','4','','1','2020-10-13 13:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.75','0.75','Inclusive',NULL),(3547,'41602594630','38','1','330','retail','0','2020-10-13 16:26:36','','','','0','Cash',40.53,'330','','','4','','1','2020-10-13 13:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.50','0.5','Inclusive',NULL),(3548,'41602594630','40','1','60','retail','0','2020-10-13 16:28:21','','','','0','Cash',7.37,'60','','','4','','1','2020-10-13 13:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','2.50','1.5','Inclusive',NULL),(3549,'41602595722','7','1','200','retail','0','2020-10-13 16:28:42','','','','0','Cash',24.56,'200','','','4','','1','2020-10-13 13:46:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','143.15','142.15','Inclusive',NULL),(3550,'41602656348','1','1','320','retail','0','2020-10-14 09:19:08','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 06:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','171.50','170.5','Inclusive',NULL),(3551,'41602656348','5','1','110','retail','0','2020-10-14 09:56:10','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 06:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(3552,'41602656348','133','1','10','retail','0','2020-10-14 09:56:27','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 06:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(3553,'41602656348','10','1','20','retail','0','2020-10-14 09:56:58','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 06:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','150.00','149','Inclusive',NULL),(3554,'41602656348','15','1','30','retail','0','2020-10-14 09:57:04','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 06:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.20','0.23','Inclusive',NULL),(3555,'41602656348','74','1','50','retail','0','2020-10-14 09:57:16','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 06:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.41','1.41','Inclusive',NULL),(3556,'41602658657','1','1','320','retail','0','2020-10-14 09:57:37','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','170.50','169.5','Inclusive',NULL),(3557,'41602658657','5','1','110','retail','0','2020-10-14 10:24:25','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3558,'41602658657','133','1','10','retail','0','2020-10-14 10:24:38','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(3559,'41602658657','10','1','20','retail','0','2020-10-14 10:24:45','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','149.00','148','Inclusive',NULL),(3560,'41602658657','19','1','30','retail','0','2020-10-14 10:24:53','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(3561,'41602658657','70','1','50','retail','0','2020-10-14 10:25:00','','','','2','Cash',6.14,'50','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.41','0.44','Inclusive',NULL),(3562,'41602658657','3','1','160','retail','0','2020-10-14 10:25:08','','','','0','Cash',19.65,'160','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(3563,'41602658657','2','1','90','retail','0','2020-10-14 10:25:18','','','','0','Cash',11.05,'90','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(3564,'41602658657','11','1','20','retail','0','2020-10-14 10:25:27','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(3565,'41602658657','137','1','50','retail','0','2020-10-14 10:25:35','','','','0','Cash',6.14,'50','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(3566,'41602658657','139','1','50','retail','0','2020-10-14 10:25:43','','','','0','Cash',6.14,'50','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(3567,'41602658657','23','1','30','retail','0','2020-10-14 10:25:58','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.86','0.89','Inclusive',NULL),(3568,'41602658657','70','1','50','retail','0','2020-10-14 10:26:07','','','','2','Cash',6.14,'50','','','4','','1','2020-10-14 07:26:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.44','0.47','Inclusive',NULL),(3573,'41602662817','1','1','320','retail','0','2020-10-14 12:14:48','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 09:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','71.50','70.5','Inclusive',NULL),(3574,'41602662817','5','1','110','retail','0','2020-10-14 12:14:59','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 09:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3575,'41602662817','10','1','20','retail','0','2020-10-14 12:15:08','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 09:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','135.00','134','Inclusive',NULL),(3576,'41602662817','15','1','30','retail','0','2020-10-14 12:15:20','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 09:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(3577,'41602662817','74','1','50','retail','0','2020-10-14 12:15:29','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 09:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.41','0.41','Inclusive',NULL),(3578,'41602662817','133','1','10','retail','0','2020-10-14 12:15:45','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 09:17:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(3588,'41602667475','5','75','7500','retail','0','2020-10-14 12:24:35','','','','0','Cash',921.05,'100','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','37.5','Inclusive',NULL),(3589,'41602667475','11','75','1500','retail','0','2020-10-14 12:25:01','','','','0','Cash',184.21,'20','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','75','1.00','38.5','Inclusive',NULL),(3590,'41602667475','133','75','750','retail','0','2020-10-14 12:25:14','','','','0','Cash',92.11,'10','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','75','0.45','4.2','Inclusive',NULL),(3591,'41602667475','15','38','760','retail','0','2020-10-14 12:25:32','','','','0','Cash',93.33,'20','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.26','1.4','Inclusive',NULL),(3592,'41602667475','19','37','740','retail','0','2020-10-14 12:26:00','','','','0','Cash',90.88,'20','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.03','1.14','Inclusive',NULL),(3593,'41602667475','1','75','22500','retail','0','2020-10-14 12:26:14','','','','0','Cash',2763.16,'300','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','130.50','55.5','Inclusive',NULL),(3595,'41602667475','70','38','1900','retail','0','2020-10-14 12:36:08','','','','2','Cash',233.33,'50','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','38','0.00','1.14','Inclusive',NULL),(3596,'41602667475','74','37','1850','retail','0','2020-10-14 12:36:23','','','','5','Cash',227.19,'50','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','37','0.00','1.11','Inclusive',NULL),(3597,'41602667475','38','20','6000','retail','0','2020-10-14 12:36:34','','','','0','Cash',736.84,'300','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','17.00','27','Inclusive',NULL),(3598,'41602667475','9','20','1000','retail','0','2020-10-14 12:37:01','','','','0','Cash',122.81,'50','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','38.25','18.25','Inclusive',NULL),(3599,'41602667475','40','20','1000','retail','0','2020-10-14 12:37:15','','','','0','Cash',122.81,'50','','','4','','1','2020-10-14 09:45:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','46.50','26.5','Inclusive',NULL),(3600,'41602668725','88','20','1600','retail','0','2020-10-14 12:45:25','','','','0','Cash',196.49,'80','','','4','','1','2020-10-14 09:48:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','498.00','478','Inclusive',NULL),(3601,'41602668725','163','10','4400','retail','0','2020-10-14 12:46:53','','','','0','Cash',540.35,'440','','','4','','1','2020-10-14 09:48:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','385.96','','197.00','187','Inclusive',NULL),(3602,'41602668889','3','1','170','retail','0','2020-10-14 12:49:07','','','','0','Cash',20.88,'170','','','4','','1','2020-10-14 09:52:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(3603,'41602668889','6','1','70','retail','0','2020-10-14 12:49:29','','','','0','Cash',8.60,'70','','','4','','1','2020-10-14 09:52:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(3604,'41602668889','10','1','20','retail','0','2020-10-14 12:49:38','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 09:52:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','96.50','95.5','Inclusive',NULL),(3605,'41602668889','15','1','30','retail','0','2020-10-14 12:51:14','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 09:52:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.40','0.4','Inclusive',NULL),(3606,'41602669167','3','1','160','retail','0','2020-10-14 12:52:47','','','','0','Cash',19.65,'160','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(3607,'41602669167','11','1','20','retail','0','2020-10-14 13:17:17','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','38.50','37.5','Inclusive',NULL),(3608,'41602669167','6','1','70','retail','0','2020-10-14 13:17:32','','','','0','Cash',8.60,'70','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(3609,'41602669167','133','1','10','retail','0','2020-10-14 13:17:45','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','4.20','3.2','Inclusive',NULL),(3610,'41602669167','19','1','30','retail','0','2020-10-14 13:18:03','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.14','0.14','Inclusive',NULL),(3611,'41602669167','2','1','90','retail','0','2020-10-14 13:18:14','','','','0','Cash',11.05,'90','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(3612,'41602669167','11','1','20','retail','0','2020-10-14 13:18:25','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','37.50','36.5','Inclusive',NULL),(3613,'41602669167','49','.5','210','retail','0','2020-10-14 13:19:17','','','','0','Cash',25.79,'420','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','.5','43.50','43','Inclusive',NULL),(3614,'41602669167','55','1','60','retail','0','2020-10-14 13:19:54','','','','0','Cash',7.37,'60','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0.25','Inclusive',NULL),(3615,'41602669167','23','1','30','retail','0','2020-10-14 13:20:24','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 10:21:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.89','0.92','Inclusive',NULL),(3616,'41602670884','1','1','320','retail','0','2020-10-14 13:21:24','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 10:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','54.25','53.25','Inclusive',NULL),(3617,'41602670884','5','1','110','retail','0','2020-10-14 13:24:37','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 10:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3618,'41602670884','133','1','10','retail','0','2020-10-14 13:24:57','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 10:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','3.20','2.2','Inclusive',NULL),(3619,'41602670884','10','1','20','retail','0','2020-10-14 13:25:05','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 10:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','95.50','94.5','Inclusive',NULL),(3620,'41602670884','19','1','30','retail','0','2020-10-14 13:25:12','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 10:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.14','0.17','Inclusive',NULL),(3621,'41602670884','70','1','50','retail','0','2020-10-14 13:25:20','','','','2','Cash',6.14,'50','','','4','','1','2020-10-14 10:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.14','0.14','Inclusive',NULL),(3623,'41602671251','1','1','300','retail','0','2020-10-14 13:37:23','','','','0','Cash',36.84,'300','','','4','','1','2020-10-14 10:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','53.25','52.25','Inclusive',NULL),(3624,'41602671251','5','1','100','retail','0','2020-10-14 13:38:10','','','','0','Cash',12.28,'100','','','4','','1','2020-10-14 10:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(3625,'41602671251','10','1','20','retail','0','2020-10-14 13:38:28','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 10:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.50','93.5','Inclusive',NULL),(3627,'41602671251','133','1','10','retail','0','2020-10-14 13:38:37','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 10:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.20','1.2','Inclusive',NULL),(3631,'41602672214','2','1','90','retail','0','2020-10-14 13:43:34','','','','0','Cash',11.05,'90','','','4','','1','2020-10-14 10:44:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(3632,'41602672281','1','1','320','retail','0','2020-10-14 13:44:41','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 10:47:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','72.00','71','Inclusive',NULL),(3633,'41602672281','5','1','110','retail','0','2020-10-14 13:46:59','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 10:47:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3634,'41602672281','10','1','20','retail','0','2020-10-14 13:47:09','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 10:47:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','93.50','92.5','Inclusive',NULL),(3635,'41602672281','19','1','30','retail','0','2020-10-14 13:47:16','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 10:47:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.17','0.2','Inclusive',NULL),(3636,'41602672281','70','1','50','retail','0','2020-10-14 13:47:24','','','','2','Cash',6.14,'50','','','4','','1','2020-10-14 10:47:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.17','0.17','Inclusive',NULL),(3637,'41602672281','133','1','10','retail','0','2020-10-14 13:47:33','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 10:47:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.20','0.2','Inclusive',NULL),(3639,'41602672478','143','3','900','retail','0','2020-10-14 13:57:28','','','','2','Cash',110.53,'300','','','4','','1','2020-10-14 10:59:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','3','4.00','1','Inclusive',NULL),(3640,'41602673981','1','1','320','retail','0','2020-10-14 14:13:01','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','71.00','70','Inclusive',NULL),(3641,'41602673981','5','1','110','retail','0','2020-10-14 14:26:22','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3642,'41602673981','10','1','20','retail','0','2020-10-14 14:26:32','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','92.50','91.5','Inclusive',NULL),(3643,'41602673981','133','1','10','retail','0','2020-10-14 14:26:56','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(3644,'41602673981','19','1','30','retail','0','2020-10-14 14:27:06','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.20','0.23','Inclusive',NULL),(3645,'41602673981','70','1','50','retail','0','2020-10-14 14:27:19','','','','2','Cash',6.14,'50','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.17','0.2','Inclusive',NULL),(3646,'41602673981','38','1','330','retail','0','2020-10-14 14:27:27','','','','0','Cash',40.53,'330','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','27.00','26','Inclusive',NULL),(3647,'41602673981','9','1','60','retail','0','2020-10-14 14:27:38','','','','0','Cash',7.37,'60','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','18.25','17.25','Inclusive',NULL),(3648,'41602673981','40','1','60','retail','0','2020-10-14 14:27:49','','','','0','Cash',7.37,'60','','','4','','1','2020-10-14 11:28:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','26.50','25.5','Inclusive',NULL),(3649,'41602674893','1','5','1600','retail','0','2020-10-14 14:28:13','','','','0','Cash',196.49,'320','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','70.00','65','Inclusive',NULL),(3650,'41602674893','5','5','550','retail','0','2020-10-14 14:28:49','','','','0','Cash',67.54,'110','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.50','3','Inclusive',NULL),(3651,'41602674893','133','5','50','retail','0','2020-10-14 14:28:59','','','','0','Cash',6.14,'10','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.25','0.5','Inclusive',NULL),(3652,'41602674893','10','5','100','retail','0','2020-10-14 14:29:12','','','','0','Cash',12.28,'20','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','91.50','90.5','Inclusive',NULL),(3653,'41602674893','15','5','150','retail','0','2020-10-14 14:29:35','','','','0','Cash',18.42,'30','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','1.43','1.58','Inclusive',NULL),(3654,'41602674893','74','1','50','retail','0','2020-10-14 14:29:48','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.11','0.11','Inclusive',NULL),(3655,'41602674893','74','1','50','retail','0','2020-10-14 14:30:47','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.11','0.14','Inclusive',NULL),(3656,'41602674893','74','1','50','retail','0','2020-10-14 14:31:02','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.14','0.17','Inclusive',NULL),(3657,'41602674893','74','1','50','retail','0','2020-10-14 14:31:11','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.17','0.2','Inclusive',NULL),(3658,'41602674893','74','1','50','retail','0','2020-10-14 14:31:19','','','','5','Cash',6.14,'50','','','4','','1','2020-10-14 11:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.23','Inclusive',NULL),(3659,'41602678682','1','1','320','retail','0','2020-10-14 15:31:22','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 12:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','111.50','110.5','Inclusive',NULL),(3660,'41602678682','2','1','90','retail','0','2020-10-14 15:31:33','','','','0','Cash',11.05,'90','','','4','','1','2020-10-14 12:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.50','0.75','Inclusive',NULL),(3661,'41602678682','48','1','60','retail','0','2020-10-14 15:31:52','','','','0','Cash',7.37,'60','','','4','','1','2020-10-14 12:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.25','0.25','Inclusive',NULL),(3662,'41602678682','33','1','130','retail','0','2020-10-14 15:32:04','','','','0','Cash',15.96,'130','','','4','','1','2020-10-14 12:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.25','0.25','Inclusive',NULL),(3663,'41602678682','10','1','20','retail','0','2020-10-14 15:32:15','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 12:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','236.50','235.5','Inclusive',NULL),(3664,'41602678897','1','1','320','retail','0','2020-10-14 15:34:57','','','','0','Cash',39.30,'320','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','110.25','109.25','Inclusive',NULL),(3665,'41602678897','10','1','20','retail','0','2020-10-14 15:35:52','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','235.50','234.5','Inclusive',NULL),(3666,'41602678897','133','1','10','retail','0','2020-10-14 15:36:10','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(3667,'41602678897','5','1','110','retail','0','2020-10-14 15:36:18','','','','0','Cash',13.51,'110','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.00','2','Inclusive',NULL),(3668,'41602678897','15','1','30','retail','0','2020-10-14 15:36:26','','','','0','Cash',3.68,'30','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.58','0.58','Inclusive',NULL),(3670,'41602678897','169','1','50','retail','0','2020-10-14 15:36:58','','','','0','Cash',6.14,'50','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.24','0.27','Inclusive',NULL),(3671,'41602678897','177','5','1150','retail','0','2020-10-14 15:37:35','','','','0','Cash',141.23,'230','','','4','','1','2020-10-14 12:38:29','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','201.75','','350.00','345','Inclusive',NULL),(3672,'41602679147','3','1','170','retail','0','2020-10-14 15:39:07','','','','0','Cash',20.88,'170','','','4','','1','2020-10-14 12:54:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(3673,'41602679147','6','1','70','retail','0','2020-10-14 15:53:13','','','','0','Cash',8.60,'70','','','4','','1','2020-10-14 12:54:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(3674,'41602679147','133','1','10','retail','0','2020-10-14 15:53:24','','','','0','Cash',1.23,'10','','','4','','1','2020-10-14 12:54:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(3675,'41602679147','11','1','20','retail','0','2020-10-14 15:53:41','','','','0','Cash',2.46,'20','','','4','','1','2020-10-14 12:54:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','36.50','35.5','Inclusive',NULL),(3676,'41602679147','70','1','50','retail','0','2020-10-14 15:53:56','','','','2','Cash',6.14,'50','','','4','','1','2020-10-14 12:54:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.23','Inclusive',NULL),(3677,'41602680059','204','2','300','retail','0','2020-10-14 15:54:19','','','','0','Cash',36.84,'150','','','4','','1','2020-10-14 13:33:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','2','11.00','9','Inclusive',NULL),(3679,'41602682393','54','4','320','retail','0','2020-10-14 16:54:45','','','','0','Cash',39.30,'80','','','4','','1','2020-10-14 13:55:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','1.00','3','Inclusive',NULL),(3680,'41602745556','5','1','110','retail','0','2020-10-15 10:05:56','','','','0','Cash',13.51,'110','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3681,'41602745556','1','1','320','retail','0','2020-10-15 10:06:38','','','','0','Cash',39.30,'320','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','109.25','108.25','Inclusive',NULL),(3682,'41602745556','133','1','10','retail','0','2020-10-15 10:06:46','','','','0','Cash',1.23,'10','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(3683,'41602745556','10','1','20','retail','0','2020-10-15 10:06:54','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','234.50','233.5','Inclusive',NULL),(3684,'41602745556','70','1','50','retail','0','2020-10-15 10:07:04','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.23','0.26','Inclusive',NULL),(3685,'41602745556','15','1','30','retail','0','2020-10-15 10:07:19','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.58','0.61','Inclusive',NULL),(3686,'41602745556','38','1','330','retail','0','2020-10-15 10:07:35','','','','0','Cash',40.53,'330','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','26.00','25','Inclusive',NULL),(3687,'41602745556','9','1','60','retail','0','2020-10-15 10:07:45','','','','0','Cash',7.37,'60','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','17.25','16.25','Inclusive',NULL),(3688,'41602745556','40','1','60','retail','0','2020-10-15 10:07:55','','','','0','Cash',7.37,'60','','','4','','1','2020-10-15 07:08:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','25.50','24.5','Inclusive',NULL),(3689,'41602745703','1','1','320','retail','0','2020-10-15 10:08:23','','','','0','Cash',39.30,'320','','','4','','1','2020-10-15 07:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','108.25','107.25','Inclusive',NULL),(3690,'41602745703','5','1','110','retail','0','2020-10-15 10:09:01','','','','0','Cash',13.51,'110','','','4','','1','2020-10-15 07:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3691,'41602745703','10','1','20','retail','0','2020-10-15 10:09:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 07:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','233.50','232.5','Inclusive',NULL),(3692,'41602745703','133','1','10','retail','0','2020-10-15 10:09:20','','','','0','Cash',1.23,'10','','','4','','1','2020-10-15 07:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(3693,'41602745703','15','1','30','retail','0','2020-10-15 10:09:32','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 07:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.61','0.64','Inclusive',NULL),(3694,'41602745703','70','1','50','retail','0','2020-10-15 10:09:41','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 07:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.26','0.29','Inclusive',NULL),(3695,'41602745821','147','5','2500','retail','0','2020-10-15 10:10:21','','','','0','Cash',307.02,'500','','','4','','1','2020-10-15 07:13:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','569.00','564','Inclusive',NULL),(3696,'41602746244','1','1','340','retail','0','2020-10-15 10:17:24','','','','0','Cash',41.75,'340','','','4','','1','2020-10-15 07:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','107.25','106.25','Inclusive',NULL),(3697,'41602746244','4','1','260','retail','0','2020-10-15 10:20:32','','','','0','Cash',31.93,'260','','','4','','1','2020-10-15 07:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','44.50','43.5','Inclusive',NULL),(3698,'41602746244','7','1','200','retail','0','2020-10-15 10:20:44','','','','0','Cash',24.56,'200','','','4','','1','2020-10-15 07:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','130.25','129.25','Inclusive',NULL),(3699,'41602746244','10','1','20','retail','0','2020-10-15 10:20:56','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 07:21:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','232.50','231.5','Inclusive',NULL),(3700,'41602746492','3','1','160','retail','0','2020-10-15 10:21:32','','','','0','Cash',19.65,'160','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(3701,'41602746492','2','1','90','retail','0','2020-10-15 11:36:56','','','','0','Cash',11.05,'90','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(3702,'41602746492','11','1','20','retail','0','2020-10-15 11:37:04','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','35.50','34.5','Inclusive',NULL),(3703,'41602746492','70','1','50','retail','0','2020-10-15 11:37:15','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.29','0.32','Inclusive',NULL),(3704,'41602746492','27','1','30','retail','0','2020-10-15 11:37:23','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(3705,'41602746492','138','1','50','retail','0','2020-10-15 11:37:34','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(3706,'41602746492','137','1','50','retail','0','2020-10-15 11:37:44','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.60','0.6','Inclusive',NULL),(3707,'41602746492','139','1','50','retail','0','2020-10-15 11:37:52','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 08:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(3708,'41602751101','1','1','320','retail','0','2020-10-15 11:38:21','','','','0','Cash',39.30,'320','','','4','','1','2020-10-15 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','105.50','104.5','Inclusive',NULL),(3709,'41602751101','5','1','110','retail','0','2020-10-15 11:39:22','','','','0','Cash',13.51,'110','','','4','','1','2020-10-15 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3710,'41602751101','10','1','20','retail','0','2020-10-15 11:40:03','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','231.50','230.5','Inclusive',NULL),(3711,'41602751101','19','1','30','retail','0','2020-10-15 11:40:12','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.23','0.26','Inclusive',NULL),(3712,'41602751101','70','1','50','retail','0','2020-10-15 11:40:32','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.32','0.35','Inclusive',NULL),(3713,'41602751101','133','1','10','retail','0','2020-10-15 11:40:41','','','','0','Cash',1.23,'10','','','4','','1','2020-10-15 08:41:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(3715,'41602751302','55','1','60','retail','0','2020-10-15 11:41:42','','','','0','Cash',7.37,'60','','','4','','1','2020-10-15 08:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.25','0.5','Inclusive',NULL),(3716,'41602751302','49','1','420','retail','0','2020-10-15 11:41:50','','','','0','Cash',51.58,'420','','','4','','1','2020-10-15 08:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','62.50','61.5','Inclusive',NULL),(3718,'41602751302','73','2','200','retail','0','2020-10-15 11:42:06','','','','0','Cash',24.56,'100','','','4','','1','2020-10-15 08:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.00','0.1','Inclusive',NULL),(3719,'41602751302','23','1','30','retail','0','2020-10-15 11:42:37','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 08:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.92','0.95','Inclusive',NULL),(3720,'41602751302','11','1','20','retail','0','2020-10-15 11:43:06','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 08:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','34.50','33.5','Inclusive',NULL),(3721,'41602751302','3','1','170','retail','0','2020-10-15 11:43:15','','','','0','Cash',20.88,'170','','','4','','1','2020-10-15 08:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(3722,'41602751476','7','2','400','retail','0','2020-10-15 11:44:36','','','','0','Cash',49.12,'200','','','4','','1','2020-10-15 09:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','2','129.20','127.2','Inclusive',NULL),(3723,'41602755829','208','2','3600','retail','0','2020-10-15 12:57:09','','','','0','Cash',442.11,'1800','','','4','','1','2020-10-15 09:58:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1578.95','','3.00','1','Inclusive',NULL),(3725,'41602755941','1','2','640','retail','0','2020-10-15 14:03:34','','','','0','Cash',78.60,'320','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','104.00','103','Inclusive',NULL),(3726,'41602755941','5','2','220','retail','0','2020-10-15 14:03:45','','','','0','Cash',27.02,'110','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','0.50','1','Inclusive',NULL),(3727,'41602755941','133','2','20','retail','0','2020-10-15 14:04:20','','','','0','Cash',2.46,'10','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.75','0.85','Inclusive',NULL),(3728,'41602755941','10','2','40','retail','0','2020-10-15 14:04:48','','','','0','Cash',4.91,'20','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','230.50','228.5','Inclusive',NULL),(3729,'41602755941','15','1','30','retail','0','2020-10-15 14:04:58','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.64','0.67','Inclusive',NULL),(3730,'41602755941','19','1','30','retail','0','2020-10-15 14:05:06','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.26','0.29','Inclusive',NULL),(3731,'41602755941','70','1','50','retail','0','2020-10-15 14:05:14','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.35','0.38','Inclusive',NULL),(3732,'41602755941','74','1','50','retail','0','2020-10-15 14:05:29','','','','5','Cash',6.14,'50','','','4','','1','2020-10-15 11:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.26','0.26','Inclusive',NULL),(3733,'41602759948','3','1','160','retail','0','2020-10-15 14:05:48','','','','0','Cash',19.65,'160','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(3734,'41602759948','2','1','90','retail','0','2020-10-15 14:43:33','','','','0','Cash',11.05,'90','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(3735,'41602759948','11','1','20','retail','0','2020-10-15 14:43:44','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','33.50','32.5','Inclusive',NULL),(3736,'41602759948','137','1','50','retail','0','2020-10-15 14:43:54','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(3737,'41602759948','139','1','50','retail','0','2020-10-15 14:44:02','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(3738,'41602759948','27','1','30','retail','0','2020-10-15 14:44:14','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(3739,'41602759948','70','1','50','retail','0','2020-10-15 14:44:23','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.38','0.41','Inclusive',NULL),(3740,'41602759948','138','1','50','retail','0','2020-10-15 14:44:32','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.6','Inclusive',NULL),(3741,'41602759948','2','1','90','retail','0','2020-10-15 14:44:45','','','','0','Cash',11.05,'90','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(3742,'41602759948','11','1','20','retail','0','2020-10-15 14:45:06','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','32.50','31.5','Inclusive',NULL),(3743,'41602759948','50','1','210','retail','0','2020-10-15 14:45:14','','','','0','Cash',25.79,'210','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','0.5','Inclusive',NULL),(3744,'41602759948','55','1','50','retail','0','2020-10-15 14:45:26','','','','0','Cash',6.14,'50','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.75','Inclusive',NULL),(3745,'41602759948','23','1','30','retail','0','2020-10-15 14:45:34','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.95','0.98','Inclusive',NULL),(3747,'41602759948','73','1','100','retail','0','2020-10-15 14:45:57','','','','0','Cash',12.28,'100','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.10','0.15','Inclusive',NULL),(3748,'41602759948','3','1','170','retail','0','2020-10-15 14:46:06','','','','0','Cash',20.88,'170','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(3749,'41602759948','6','1','70','retail','0','2020-10-15 14:46:17','','','','0','Cash',8.60,'70','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(3750,'41602759948','133','1','10','retail','0','2020-10-15 14:46:41','','','','0','Cash',1.23,'10','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(3751,'41602759948','11','1','20','retail','0','2020-10-15 14:46:51','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','31.50','30.5','Inclusive',NULL),(3752,'41602759948','19','1','30','retail','0','2020-10-15 14:47:00','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.29','0.32','Inclusive',NULL),(3753,'41602759948','70','1','50','retail','0','2020-10-15 14:47:19','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 11:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.41','0.44','Inclusive',NULL),(3754,'41602762630','1','1','320','retail','0','2020-10-15 14:50:30','','','','0','Cash',39.30,'320','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','101.25','100.25','Inclusive',NULL),(3755,'41602762630','5','1','110','retail','0','2020-10-15 14:51:42','','','','0','Cash',13.51,'110','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3756,'41602762630','133','1','10','retail','0','2020-10-15 14:51:51','','','','0','Cash',1.23,'10','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(3757,'41602762630','10','1','20','retail','0','2020-10-15 14:51:58','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','228.50','227.5','Inclusive',NULL),(3758,'41602762630','19','1','30','retail','0','2020-10-15 14:52:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.32','0.35','Inclusive',NULL),(3759,'41602762630','70','1','50','retail','0','2020-10-15 14:52:27','','','','2','Cash',6.14,'50','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.44','0.47','Inclusive',NULL),(3760,'41602762630','40','1','60','retail','0','2020-10-15 14:52:35','','','','0','Cash',7.37,'60','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','24.50','23.5','Inclusive',NULL),(3761,'41602762630','38','1','330','retail','0','2020-10-15 14:53:26','','','','0','Cash',40.53,'330','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','25.00','24','Inclusive',NULL),(3762,'41602762630','9','1','60','retail','0','2020-10-15 14:53:35','','','','0','Cash',7.37,'60','','','4','','1','2020-10-15 11:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','16.25','15.25','Inclusive',NULL),(3763,'41602762836','1','1','320','retail','0','2020-10-15 14:53:56','','','','0','Cash',39.30,'320','','','4','','1','2020-10-15 12:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','100.25','99.25','Inclusive',NULL),(3764,'41602762836','5','1','110','retail','0','2020-10-15 15:48:18','','','','0','Cash',13.51,'110','','','4','','1','2020-10-15 12:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3765,'41602762836','10','1','20','retail','0','2020-10-15 15:48:28','','','','0','Cash',2.46,'20','','','4','','1','2020-10-15 12:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','227.50','226.5','Inclusive',NULL),(3766,'41602762836','133','1','10','retail','0','2020-10-15 15:48:36','','','','0','Cash',1.23,'10','','','4','','1','2020-10-15 12:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(3767,'41602762836','74','1','50','retail','0','2020-10-15 15:48:43','','','','5','Cash',6.14,'50','','','4','','1','2020-10-15 12:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.29','0.29','Inclusive',NULL),(3768,'41602762836','15','1','30','retail','0','2020-10-15 15:48:55','','','','0','Cash',3.68,'30','','','4','','1','2020-10-15 12:49:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.67','0.7','Inclusive',NULL),(3769,'41602766151','161','5','300','retail','0','2020-10-15 15:49:11','','','','0','Cash',36.84,'60','','','4','','1','2020-10-15 13:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1468.00','1463','Inclusive',NULL),(3770,'41602766151','94','1','180','retail','0','2020-10-15 16:25:37','','','','0','Cash',22.11,'180','','','4','','1','2020-10-15 13:27:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','28.00','27','Inclusive',NULL),(3771,'41602769996','85','5','600','retail','0','2020-10-15 16:53:35','','','','0','Cash',73.68,'120','','','4','','1','2020-10-15 13:54:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','622.00','617','Inclusive',NULL),(3772,'41602832986','1','2','640','retail','0','2020-10-16 10:23:06','','','','0','Cash',78.60,'320','','','4','','1','2020-10-16 07:27:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','339.25','337.25','Inclusive',NULL),(3773,'41602832986','5','2','220','retail','0','2020-10-16 10:23:21','','','','0','Cash',27.02,'110','','','4','','1','2020-10-16 07:27:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(3774,'41602832986','10','2','40','retail','0','2020-10-16 10:23:35','','','','0','Cash',4.91,'20','','','4','','1','2020-10-16 07:27:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','226.50','224.5','Inclusive',NULL),(3775,'41602832986','133','2','20','retail','0','2020-10-16 10:23:44','','','','0','Cash',2.46,'10','','','4','','1','2020-10-16 07:27:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.00','1.1','Inclusive',NULL),(3776,'41602832986','19','2','60','retail','0','2020-10-16 10:23:54','','','','0','Cash',7.37,'30','','','4','','1','2020-10-16 07:27:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.35','0.41','Inclusive',NULL),(3777,'41602832986','70','2','100','retail','0','2020-10-16 10:24:04','','','','2','Cash',12.28,'50','','','4','','1','2020-10-16 07:27:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.47','0.53','Inclusive',NULL),(3778,'41602833230','1','1','320','retail','0','2020-10-16 10:39:14','','','','0','Cash',39.30,'320','','','4','','1','2020-10-16 08:06:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','337.25','336.25','Inclusive',NULL),(3779,'41602833230','5','1','110','retail','0','2020-10-16 11:05:13','','','','0','Cash',13.51,'110','','','4','','1','2020-10-16 08:06:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3780,'41602833230','133','1','10','retail','0','2020-10-16 11:05:23','','','','0','Cash',1.23,'10','','','4','','1','2020-10-16 08:06:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.10','0.1','Inclusive',NULL),(3781,'41602833230','10','1','20','retail','0','2020-10-16 11:05:32','','','','0','Cash',2.46,'20','','','4','','1','2020-10-16 08:06:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','224.50','223.5','Inclusive',NULL),(3782,'41602833230','15','1','30','retail','0','2020-10-16 11:05:40','','','','0','Cash',3.68,'30','','','4','','1','2020-10-16 08:06:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.70','0.73','Inclusive',NULL),(3783,'41602833230','70','1','50','retail','0','2020-10-16 11:05:50','','','','2','Cash',6.14,'50','','','4','','1','2020-10-16 08:06:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.53','0.56','Inclusive',NULL),(3791,'41602841438','70','1','50','retail','0','2020-10-16 12:43:58','','','','2','Cash',6.14,'50','','','4','','1','2020-10-16 09:44:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.59','0.59','Inclusive',NULL),(3792,'41602841566','1','20','5500','retail','0','2020-10-16 12:46:06','','','','0','Cash',675.44,'275','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','241.23','','335.75','315.75','Inclusive',NULL),(3793,'41602841566','7','5','1000','retail','0','2020-10-16 13:38:42','','','','0','Cash',122.81,'200','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','5','126.80','121.8','Inclusive',NULL),(3794,'41602841566','37','5','2000','retail','0','2020-10-16 13:39:12','','','','0','Cash',245.61,'400','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','5.00','0','Inclusive',NULL),(3795,'41602841566','67','1','1700','retail','0','2020-10-16 13:39:51','','','','0','Cash',208.77,'1700','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1491.23','','1.41','0.41','Inclusive',NULL),(3796,'41602841566','71','1','1700','retail','0','2020-10-16 13:40:21','','','','0','Cash',208.77,'1700','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1491.23','','1.56','0.56','Inclusive',NULL),(3797,'41602841566','27','1','30','retail','0','2020-10-16 13:41:07','','','','0','Cash',3.68,'30','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.35','0.38','Inclusive',NULL),(3798,'41602841566','27','1','30','retail','0','2020-10-16 13:41:49','','','','0','Cash',3.68,'30','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.38','0.41','Inclusive',NULL),(3799,'41602841566','27','1','30','retail','0','2020-10-16 13:42:26','','','','0','Cash',3.68,'30','','','4','','1','2020-10-16 10:44:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.41','0.44','Inclusive',NULL),(3800,'41602845093','150','20','2500','retail','0','2020-10-16 13:44:53','','','','0','Cash',307.02,'125','','','4','','1','2020-10-16 11:05:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','','140.00','120','Inclusive',NULL),(3801,'41602845093','161','20','950','retail','0','2020-10-16 14:04:06','','','','0','Cash',116.67,'47.5','','','4','','1','2020-10-16 11:05:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1453.00','1433','Inclusive',NULL),(3802,'41602846326','39','1','60','retail','0','2020-10-16 14:05:26','','','','0','Cash',7.37,'60','','','4','','1','2020-10-16 11:40:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','35.70','34.7','Inclusive',NULL),(3803,'41602846326','9','1','50','retail','0','2020-10-16 14:36:00','','','','0','Cash',6.14,'50','','','4','','1','2020-10-16 11:40:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','15.25','14.25','Inclusive',NULL),(3804,'41602846326','74','1','50','retail','0','2020-10-16 14:37:00','','','','5','Cash',6.14,'50','','','4','','1','2020-10-16 11:40:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.29','0.32','Inclusive',NULL),(3805,'41602848450','1','1','320','retail','0','2020-10-16 14:40:50','','','','0','Cash',39.30,'320','','','4','','1','2020-10-16 13:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','315.75','314.75','Inclusive',NULL),(3806,'41602848450','5','1','110','retail','0','2020-10-16 16:07:35','','','','0','Cash',13.51,'110','','','4','','1','2020-10-16 13:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(3807,'41602848450','133','1','10','retail','0','2020-10-16 16:07:44','','','','0','Cash',1.23,'10','','','4','','1','2020-10-16 13:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.15','0.15','Inclusive',NULL),(3808,'41602848450','10','1','20','retail','0','2020-10-16 16:07:52','','','','0','Cash',2.46,'20','','','4','','1','2020-10-16 13:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','223.50','222.5','Inclusive',NULL),(3809,'41602848450','23','1','30','retail','0','2020-10-16 16:08:01','','','','0','Cash',3.68,'30','','','4','','1','2020-10-16 13:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.98','1.01','Inclusive',NULL),(3810,'41602848450','70','1','50','retail','0','2020-10-16 16:08:10','','','','2','Cash',6.14,'50','','','4','','1','2020-10-16 13:08:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.59','0.62','Inclusive',NULL),(3811,'41602917689','1','1','320','retail','0','2020-10-17 09:54:49','','','','0','Cash',39.30,'320','','','4','','1','2020-10-17 06:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','314.75','313.75','Inclusive',NULL),(3812,'41602917689','5','1','110','retail','0','2020-10-17 09:54:57','','','','0','Cash',13.51,'110','','','4','','1','2020-10-17 06:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(3813,'41602917689','10','1','20','retail','0','2020-10-17 09:55:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 06:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','222.50','221.5','Inclusive',NULL),(3814,'41602917689','19','1','30','retail','0','2020-10-17 09:55:20','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 06:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.44','0.44','Inclusive',NULL),(3815,'41602917689','70','1','50','retail','0','2020-10-17 09:55:26','','','','2','Cash',6.14,'50','','','4','','1','2020-10-17 06:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.62','0.65','Inclusive',NULL),(3816,'41602917689','133','1','10','retail','0','2020-10-17 09:55:35','','','','0','Cash',1.23,'10','','','4','','1','2020-10-17 06:55:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(3817,'41602917753','38','1','330','retail','0','2020-10-17 09:55:53','','','','0','Cash',40.53,'330','','','4','','1','2020-10-17 07:14:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','24.00','23','Inclusive',NULL),(3818,'41602917753','9','1','60','retail','0','2020-10-17 10:12:33','','','','0','Cash',7.37,'60','','','4','','1','2020-10-17 07:14:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','14.25','13.25','Inclusive',NULL),(3819,'41602917753','40','1','60','retail','0','2020-10-17 10:12:43','','','','0','Cash',7.37,'60','','','4','','1','2020-10-17 07:14:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','23.50','22.5','Inclusive',NULL),(3820,'41602918867','23','2','40','retail','0','2020-10-17 11:40:26','','','','0','Cash',4.91,'20','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.01','1.1','Inclusive',NULL),(3821,'41602918867','19','5','100','retail','0','2020-10-17 11:40:44','','','','0','Cash',12.28,'20','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.44','0.62','Inclusive',NULL),(3822,'41602918867','15','2','40','retail','0','2020-10-17 11:40:56','','','','0','Cash',4.91,'20','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.73','0.79','Inclusive',NULL),(3823,'41602918867','15','1','20','retail','0','2020-10-17 11:42:00','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.79','0.82','Inclusive',NULL),(3825,'41602918867','70','5','250','retail','0','2020-10-17 11:42:35','','','','2','Cash',30.70,'50','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','1.68','1.83','Inclusive',NULL),(3827,'41602918867','74','5','250','retail','0','2020-10-17 11:43:02','','','','5','Cash',30.70,'50','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.32','0.47','Inclusive',NULL),(3828,'41602918867','1','10','3000','retail','0','2020-10-17 11:43:13','','','','0','Cash',368.42,'300','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','313.75','303.75','Inclusive',NULL),(3829,'41602918867','5','10','1100','retail','0','2020-10-17 11:43:33','','','','0','Cash',135.09,'110','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','10','0.50','5.5','Inclusive',NULL),(3830,'41602918867','133','10','100','retail','0','2020-10-17 11:43:52','','','','0','Cash',12.28,'10','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','10','0.20','0.7','Inclusive',NULL),(3831,'41602918867','10','10','200','retail','0','2020-10-17 11:44:04','','','','0','Cash',24.56,'20','','','4','','1','2020-10-17 08:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','221.50','211.5','Inclusive',NULL),(3832,'41602924743','2','1','90','retail','0','2020-10-17 11:52:23','','','','0','Cash',11.05,'90','','','4','','1','2020-10-17 09:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(3833,'41602924743','11','1','20','retail','0','2020-10-17 12:03:25','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 09:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','30.50','29.5','Inclusive',NULL),(3834,'41602924743','50','1','210','retail','0','2020-10-17 12:03:45','','','','0','Cash',25.79,'210','','','4','','1','2020-10-17 09:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.50','1','Inclusive',NULL),(3835,'41602924743','55','1','50','retail','0','2020-10-17 12:04:02','','','','0','Cash',6.14,'50','','','4','','1','2020-10-17 09:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','1','Inclusive',NULL),(3836,'41602924743','73','1','100','retail','0','2020-10-17 12:04:14','','','','0','Cash',12.28,'100','','','4','','1','2020-10-17 09:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.15','0.2','Inclusive',NULL),(3837,'41602924743','23','1','30','retail','0','2020-10-17 12:04:52','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 09:05:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','2.10','1.1','Inclusive',NULL),(3838,'41602925532','94','2','360','retail','0','2020-10-17 12:05:32','','','','0','Cash',44.21,'180','','','4','','1','2020-10-17 09:07:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','2','27.00','25','Inclusive',NULL),(3840,'41602926140','70','2','100','retail','0','2020-10-17 12:15:41','','','','2','Cash',12.28,'50','','','4','','1','2020-10-17 09:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','6.98','5.98','Inclusive',NULL),(3841,'41602926140','23','2','60','retail','0','2020-10-17 12:33:31','','','','0','Cash',7.37,'30','','','4','','1','2020-10-17 09:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','1.10','1.16','Inclusive',NULL),(3842,'41602926140','1','2','640','retail','0','2020-10-17 12:33:53','','','','0','Cash',78.60,'320','','','4','','1','2020-10-17 09:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','303.50','301.5','Inclusive',NULL),(3843,'41602926140','5','2','220','retail','0','2020-10-17 12:34:06','','','','0','Cash',27.02,'110','','','4','','1','2020-10-17 09:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','5.50','3.5','Inclusive',NULL),(3844,'41602926140','10','2','40','retail','0','2020-10-17 12:34:18','','','','0','Cash',4.91,'20','','','4','','1','2020-10-17 09:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','211.50','209.5','Inclusive',NULL),(3845,'41602926140','133','2','20','retail','0','2020-10-17 12:34:30','','','','0','Cash',2.46,'10','','','4','','1','2020-10-17 09:35:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.70','0.8','Inclusive',NULL),(3846,'41602927312','40','2','120','retail','0','2020-10-17 12:35:12','','','','0','Cash',14.74,'60','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','22.50','21.5','Inclusive',NULL),(3847,'41602927312','38','2','660','retail','0','2020-10-17 12:35:39','','','','0','Cash',81.05,'330','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','0.00','1','Inclusive',NULL),(3848,'41602927312','9','2','120','retail','0','2020-10-17 12:36:09','','','','0','Cash',14.74,'60','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','13.25','11.25','Inclusive',NULL),(3849,'41602927312','19','1','30','retail','0','2020-10-17 12:36:32','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.62','0.62','Inclusive',NULL),(3850,'41602927312','70','1','50','retail','0','2020-10-17 12:36:43','','','','2','Cash',6.14,'50','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.98','3.98','Inclusive',NULL),(3851,'41602927312','1','1','320','retail','0','2020-10-17 12:36:51','','','','0','Cash',39.30,'320','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','301.50','300.5','Inclusive',NULL),(3852,'41602927312','5','1','110','retail','0','2020-10-17 12:36:58','','','','0','Cash',13.51,'110','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.50','2.5','Inclusive',NULL),(3853,'41602927312','133','1','10','retail','0','2020-10-17 12:37:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(3854,'41602927312','10','1','20','retail','0','2020-10-17 12:37:23','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 09:37:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','209.50','208.5','Inclusive',NULL),(3855,'41602927468','1','1','320','retail','0','2020-10-17 12:37:48','','','','0','Cash',39.30,'320','','','4','','1','2020-10-17 09:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','300.50','299.5','Inclusive',NULL),(3856,'41602927468','5','1','110','retail','0','2020-10-17 12:39:11','','','','0','Cash',13.51,'110','','','4','','1','2020-10-17 09:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(3857,'41602927468','15','1','30','retail','0','2020-10-17 12:39:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 09:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.82','0.85','Inclusive',NULL),(3858,'41602927468','74','1','50','retail','0','2020-10-17 12:39:30','','','','5','Cash',6.14,'50','','','4','','1','2020-10-17 09:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.47','0.5','Inclusive',NULL),(3859,'41602927468','133','1','10','retail','0','2020-10-17 12:39:37','','','','0','Cash',1.23,'10','','','4','','1','2020-10-17 09:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(3860,'41602927468','10','1','20','retail','0','2020-10-17 12:39:43','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 09:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','208.50','207.5','Inclusive',NULL),(3861,'41602927596','1','1','320','retail','0','2020-10-17 12:39:56','','','','0','Cash',39.30,'320','','','4','','1','2020-10-17 09:43:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','299.50','298.5','Inclusive',NULL),(3862,'41602927596','5','1','110','retail','0','2020-10-17 12:42:18','','','','0','Cash',13.51,'110','','','4','','1','2020-10-17 09:43:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(3863,'41602927596','10','1','20','retail','0','2020-10-17 12:42:24','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 09:43:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','207.50','206.5','Inclusive',NULL),(3864,'41602927596','133','1','10','retail','0','2020-10-17 12:42:31','','','','0','Cash',1.23,'10','','','4','','1','2020-10-17 09:43:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(3865,'41602927596','19','1','30','retail','0','2020-10-17 12:42:44','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 09:43:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.62','0.65','Inclusive',NULL),(3866,'41602927596','70','1','50','retail','0','2020-10-17 12:43:01','','','','2','Cash',6.14,'50','','','4','','1','2020-10-17 09:43:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.98','2.98','Inclusive',NULL),(3871,'41602928299','1','1','320','retail','0','2020-10-17 12:51:39','','','','0','Cash',39.30,'320','','','4','','1','2020-10-17 10:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','298.50','297.5','Inclusive',NULL),(3872,'41602928299','5','1','110','retail','0','2020-10-17 13:01:14','','','','0','Cash',13.51,'110','','','4','','1','2020-10-17 10:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(3873,'41602928299','133','1','10','retail','0','2020-10-17 13:01:23','','','','0','Cash',1.23,'10','','','4','','1','2020-10-17 10:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive',NULL),(3874,'41602928299','10','1','20','retail','0','2020-10-17 13:01:32','','','','0','Cash',2.46,'20','','','4','','1','2020-10-17 10:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','206.50','205.5','Inclusive',NULL),(3875,'41602928299','19','1','30','retail','0','2020-10-17 13:01:39','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 10:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.65','0.68','Inclusive',NULL),(3876,'41602928299','70','1','50','retail','0','2020-10-17 13:01:47','','','','2','Cash',6.14,'50','','','4','','1','2020-10-17 10:03:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.98','1.98','Inclusive',NULL),(3877,'41602928997','1','2','640','retail','0','2020-10-17 13:03:17','','','','0','Cash',78.60,'320','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','297.50','295.5','Inclusive',NULL),(3878,'41602928997','5','2','220','retail','0','2020-10-17 13:05:06','','','','0','Cash',27.02,'110','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(3879,'41602928997','133','2','20','retail','0','2020-10-17 13:05:18','','','','0','Cash',2.46,'10','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.00','1.1','Inclusive',NULL),(3880,'41602928997','10','2','40','retail','0','2020-10-17 13:05:28','','','','0','Cash',4.91,'20','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','205.50','203.5','Inclusive',NULL),(3881,'41602928997','23','1','30','retail','0','2020-10-17 13:05:38','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.16','0.16','Inclusive',NULL),(3882,'41602928997','15','1','30','retail','0','2020-10-17 13:05:46','','','','0','Cash',3.68,'30','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.85','0.88','Inclusive',NULL),(3883,'41602928997','70','1','50','retail','0','2020-10-17 13:05:53','','','','2','Cash',6.14,'50','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.98','0.98','Inclusive',NULL),(3884,'41602928997','74','1','50','retail','0','2020-10-17 13:06:00','','','','5','Cash',6.14,'50','','','4','','1','2020-10-17 10:06:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.50','0.53','Inclusive',NULL),(3885,'41602929183','161','5','300','retail','0','2020-10-17 13:06:23','','','','0','Cash',36.84,'60','','','4','','1','2020-10-17 10:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1433.00','1428','Inclusive',NULL),(3886,'41603090379','1','1','340','retail','0','2020-10-19 09:57:07','','','','0','Cash',41.75,'340','','','4','','1','2020-10-19 06:59:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','295.50','294.5','Inclusive',NULL),(3887,'41603090379','4','1','260','retail','0','2020-10-19 09:57:27','','','','0','Cash',31.93,'260','','','4','','1','2020-10-19 06:59:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','283.00','282','Inclusive',NULL),(3888,'41603090379','7','1','200','retail','0','2020-10-19 09:57:52','','','','0','Cash',24.56,'200','','','4','','1','2020-10-19 06:59:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','120.85','119.85','Inclusive',NULL),(3889,'41603090379','59','1','400','retail','0','2020-10-19 09:58:02','','','','0','Cash',49.12,'400','','','4','','1','2020-10-19 06:59:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','11.00','10','Inclusive',NULL),(3890,'41603090379','10','1','20','retail','0','2020-10-19 09:58:38','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 06:59:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','203.50','202.5','Inclusive',NULL),(3891,'41603090792','3','1','170','retail','0','2020-10-19 09:59:52','','','','0','Cash',20.88,'170','','','4','','1','2020-10-19 08:13:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','1','Inclusive',NULL),(3892,'41603090792','15','1','30','retail','0','2020-10-19 11:11:33','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 08:13:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.88','0.91','Inclusive',NULL),(3893,'41603090792','133','1','10','retail','0','2020-10-19 11:11:50','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 08:13:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.10','0.1','Inclusive',NULL),(3894,'41603090792','6','1','70','retail','0','2020-10-19 11:12:01','','','','0','Cash',8.60,'70','','','4','','1','2020-10-19 08:13:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.50','0.5','Inclusive',NULL),(3895,'41603090792','11','1','20','retail','0','2020-10-19 11:12:41','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 08:13:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','29.50','28.5','Inclusive',NULL),(3896,'41603095204','1','3','900','retail','0','2020-10-19 11:13:24','','','','0','Cash',110.53,'300','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','294.50','291.5','Inclusive',NULL),(3897,'41603095204','5','3','300','retail','0','2020-10-19 11:30:00','','','','0','Cash',36.84,'100','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','2.00','3.5','Inclusive',NULL),(3898,'41603095204','133','3','30','retail','0','2020-10-19 11:30:11','','','','0','Cash',3.68,'10','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.10','0.25','Inclusive',NULL),(3899,'41603095204','10','3','60','retail','0','2020-10-19 11:30:24','','','','0','Cash',7.37,'20','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','202.50','199.5','Inclusive',NULL),(3900,'41603095204','15','3','60','retail','0','2020-10-19 11:30:34','','','','0','Cash',7.37,'20','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.91','1','Inclusive',NULL),(3902,'41603095204','2','3','240','retail','0','2020-10-19 11:31:56','','','','0','Cash',29.47,'80','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.50','1.25','Inclusive',NULL),(3903,'41603095204','70','3','150','retail','0','2020-10-19 11:32:13','','','','2','Cash',18.42,'50','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.98','1.07','Inclusive',NULL),(3904,'41603095204','40','3','180','retail','0','2020-10-19 11:33:09','','','','0','Cash',22.11,'60','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','20.50','17.5','Inclusive',NULL),(3905,'41603095204','38','3','960','retail','0','2020-10-19 11:33:20','','','','0','Cash',117.89,'320','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','0.00','1.5','Inclusive',NULL),(3906,'41603095204','9','3','180','retail','0','2020-10-19 11:33:33','','','','0','Cash',22.11,'60','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','11.25','8.25','Inclusive',NULL),(3907,'41603095204','3','3','450','retail','0','2020-10-19 11:33:43','','','','0','Cash',55.26,'150','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','1.00','2.5','Inclusive',NULL),(3908,'41603095204','11','3','60','retail','0','2020-10-19 11:34:15','','','','0','Cash',7.37,'20','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','28.50','25.5','Inclusive',NULL),(3909,'41603095204','49','3','1200','retail','0','2020-10-19 11:34:26','','','','0','Cash',147.37,'400','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','60.50','57.5','Inclusive',NULL),(3910,'41603095204','55','3','150','retail','0','2020-10-19 11:34:37','','','','0','Cash',18.42,'50','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','1.00','1.75','Inclusive',NULL),(3911,'41603095204','23','3','60','retail','0','2020-10-19 11:35:48','','','','0','Cash',7.37,'20','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.16','0.25','Inclusive',NULL),(3912,'41603095204','73','6','600','retail','0','2020-10-19 11:36:43','','','','0','Cash',73.68,'100','','','4','','1','2020-10-19 08:40:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','6','0.20','0.5','Inclusive',NULL),(3913,'41603097983','185','1','250','retail','0','2020-10-19 11:59:53','','','','0','Cash',30.70,'250','','','4','','1','2020-10-19 09:00:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','8.00','7','Inclusive',NULL),(3914,'41603098039','74','1','50','retail','0','2020-10-19 12:00:39','','','','5','Cash',6.14,'50','','','4','','1','2020-10-19 09:06:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.62','2.62','Inclusive',NULL),(3915,'41603098402','1','1','320','retail','0','2020-10-19 12:06:42','','','','0','Cash',39.30,'320','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','289.25','288.25','Inclusive',NULL),(3916,'41603098402','5','1','110','retail','0','2020-10-19 13:29:27','','','','0','Cash',13.51,'110','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.50','2.5','Inclusive',NULL),(3917,'41603098402','133','1','10','retail','0','2020-10-19 13:29:42','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(3918,'41603098402','10','1','20','retail','0','2020-10-19 13:29:49','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','199.50','198.5','Inclusive',NULL),(3919,'41603098402','19','1','30','retail','0','2020-10-19 13:30:02','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.68','0.71','Inclusive',NULL),(3920,'41603098402','70','1','50','retail','0','2020-10-19 13:30:13','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.07','0.07','Inclusive',NULL),(3921,'41603098402','1','1','320','retail','0','2020-10-19 13:30:21','','','','0','Cash',39.30,'320','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','288.25','287.25','Inclusive',NULL),(3922,'41603098402','3','1','160','retail','0','2020-10-19 13:30:29','','','','0','Cash',19.65,'160','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','2.50','1.5','Inclusive',NULL),(3924,'41603098402','10','1','20','retail','0','2020-10-19 13:31:09','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','198.50','197.5','Inclusive',NULL),(3925,'41603098402','33','1','130','retail','0','2020-10-19 13:31:16','','','','0','Cash',15.96,'130','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(3926,'41603098402','48','1','60','retail','0','2020-10-19 13:31:27','','','','0','Cash',7.37,'60','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(3927,'41603098402','36','1','130','retail','0','2020-10-19 13:31:46','','','','0','Cash',15.96,'130','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(3928,'41603098402','27','1','30','retail','0','2020-10-19 13:31:54','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.44','0.47','Inclusive',NULL),(3929,'41603098402','70','1','50','retail','0','2020-10-19 13:32:04','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.07','0.1','Inclusive',NULL),(3930,'41603098402','3','1','160','retail','0','2020-10-19 13:32:12','','','','0','Cash',19.65,'160','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.50','0.5','Inclusive',NULL),(3931,'41603098402','11','1','20','retail','0','2020-10-19 13:32:23','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','25.50','24.5','Inclusive',NULL),(3932,'41603098402','49','1','440','retail','0','2020-10-19 13:32:31','','','','0','Cash',54.04,'440','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','385.96','','57.50','56.5','Inclusive',NULL),(3933,'41603098402','55','1','50','retail','0','2020-10-19 13:32:46','','','','0','Cash',6.14,'50','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.75','0.75','Inclusive',NULL),(3935,'41603098402','73','2','200','retail','0','2020-10-19 13:33:05','','','','0','Cash',24.56,'100','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.50','0.6','Inclusive',NULL),(3936,'41603098402','15','1','30','retail','0','2020-10-19 13:33:16','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 10:35:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.00','0','Inclusive',NULL),(3937,'41603103727','3','1','170','retail','0','2020-10-19 13:35:27','','','','0','Cash',20.88,'170','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(3938,'41603103727','6','1','70','retail','0','2020-10-19 13:35:56','','','','0','Cash',8.60,'70','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(3939,'41603103727','133','1','10','retail','0','2020-10-19 13:36:05','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(3940,'41603103727','11','1','20','retail','0','2020-10-19 13:36:13','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','24.50','23.5','Inclusive',NULL),(3941,'41603103727','19','1','30','retail','0','2020-10-19 13:36:21','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.71','0.74','Inclusive',NULL),(3942,'41603103727','70','1','50','retail','0','2020-10-19 13:36:58','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.13','Inclusive',NULL),(3943,'41603103727','97','1','100','retail','0','2020-10-19 13:37:43','','','','0','Cash',12.28,'100','','','4','','1','2020-10-19 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','7.00','6','Inclusive',NULL),(3944,'41603103902','3','1','170','retail','0','2020-10-19 13:38:22','','','','0','Cash',20.88,'170','','','4','','1','2020-10-19 10:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(3945,'41603103902','6','1','70','retail','0','2020-10-19 13:53:42','','','','0','Cash',8.60,'70','','','4','','1','2020-10-19 10:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(3946,'41603103902','133','1','10','retail','0','2020-10-19 13:53:55','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 10:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(3947,'41603103902','11','1','20','retail','0','2020-10-19 13:54:05','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 10:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','23.50','22.5','Inclusive',NULL),(3948,'41603103902','19','1','30','retail','0','2020-10-19 13:54:15','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 10:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.74','0.77','Inclusive',NULL),(3949,'41603103902','74','1','50','retail','0','2020-10-19 13:54:23','','','','5','Cash',6.14,'50','','','4','','1','2020-10-19 10:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.62','1.62','Inclusive',NULL),(3950,'41603107373','1','2','640','retail','0','2020-10-19 14:36:13','','','','0','Cash',78.60,'320','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','286.75','285.75','Inclusive',NULL),(3951,'41603107373','5','2','220','retail','0','2020-10-19 14:36:28','','','','0','Cash',27.02,'110','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','2.50','1.5','Inclusive',NULL),(3952,'41603107373','133','1','10','retail','0','2020-10-19 14:36:54','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(3953,'41603107373','10','2','40','retail','0','2020-10-19 14:37:41','','','','0','Cash',4.91,'20','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','197.50','196.5','Inclusive',NULL),(3954,'41603107373','15','1','30','retail','0','2020-10-19 14:37:57','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(3955,'41603107373','70','1','50','retail','0','2020-10-19 14:38:08','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.13','0.16','Inclusive',NULL),(3956,'41603107373','15','1','30','retail','0','2020-10-19 14:39:00','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(3957,'41603107373','70','1','50','retail','0','2020-10-19 14:39:10','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.16','0.19','Inclusive',NULL),(3958,'41603107373','133','1','10','retail','0','2020-10-19 14:39:22','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 11:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(3959,'41603107682','3','1','160','retail','0','2020-10-19 14:41:23','','','','0','Cash',19.65,'160','','','4','','1','2020-10-19 11:42:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(3960,'41603107682','6','1','70','retail','0','2020-10-19 14:41:38','','','','0','Cash',8.60,'70','','','4','','1','2020-10-19 11:42:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(3961,'41603107682','133','1','10','retail','0','2020-10-19 14:41:46','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 11:42:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(3962,'41603107682','11','1','20','retail','0','2020-10-19 14:41:54','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 11:42:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','22.50','21.5','Inclusive',NULL),(3963,'41603107682','15','1','30','retail','0','2020-10-19 14:42:06','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 11:42:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(3964,'41603107682','70','1','50','retail','0','2020-10-19 14:42:15','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 11:42:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.19','0.22','Inclusive',NULL),(3965,'41603109891','1','1','320','retail','0','2020-10-19 15:18:12','','','','0','Cash',39.30,'320','','','4','','1','2020-10-19 12:25:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','284.25','283.25','Inclusive',NULL),(3966,'41603109891','5','1','110','retail','0','2020-10-19 15:23:34','','','','0','Cash',13.51,'110','','','4','','1','2020-10-19 12:25:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(3967,'41603109891','133','1','10','retail','0','2020-10-19 15:23:50','','','','0','Cash',1.23,'10','','','4','','1','2020-10-19 12:25:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(3968,'41603109891','10','1','20','retail','0','2020-10-19 15:24:00','','','','0','Cash',2.46,'20','','','4','','1','2020-10-19 12:25:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','195.50','194.5','Inclusive',NULL),(3969,'41603109891','70','1','50','retail','0','2020-10-19 15:24:09','','','','2','Cash',6.14,'50','','','4','','1','2020-10-19 12:25:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.22','0.25','Inclusive',NULL),(3970,'41603109891','19','1','30','retail','0','2020-10-19 15:24:17','','','','0','Cash',3.68,'30','','','4','','1','2020-10-19 12:25:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.77','0.8','Inclusive',NULL),(3971,'41603110357','98','24','8160','retail','0','2020-10-19 15:25:57','','','','0','Cash',1002.11,'340','','','4','','1','2020-10-19 13:32:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','48.00','24','Inclusive',NULL),(3972,'41603110357','195','150','28500','retail','0','2020-10-19 16:31:10','','','','0','Cash',3500.00,'190','','','4','','1','2020-10-19 13:32:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','166.67','','198.00','48','Inclusive',NULL),(3973,'41603260261','85','1','120','retail','0','2020-10-21 09:04:21','','','','0','Cash',14.74,'120','','','4','','1','2020-10-21 06:04:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','817.00','816','Inclusive',NULL),(3974,'41603260286','2','1','90','retail','0','2020-10-21 09:04:46','','','','0','Cash',11.05,'90','','','4','','1','2020-10-21 06:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.25','0.25','Inclusive',NULL),(3975,'41603260286','11','1','20','retail','0','2020-10-21 09:10:31','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 06:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','21.50','20.5','Inclusive',NULL),(3976,'41603260286','50','1','210','retail','0','2020-10-21 09:10:41','','','','0','Cash',25.79,'210','','','4','','1','2020-10-21 06:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','1.00','0','Inclusive',NULL),(3977,'41603260286','55','1','50','retail','0','2020-10-21 09:10:50','','','','0','Cash',6.14,'50','','','4','','1','2020-10-21 06:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.75','1','Inclusive',NULL),(3978,'41603260797','3','1','170','retail','0','2020-10-21 09:13:17','','','','0','Cash',20.88,'170','','','4','','1','2020-10-21 06:21:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(3979,'41603260797','6','1','70','retail','0','2020-10-21 09:19:32','','','','0','Cash',8.60,'70','','','4','','1','2020-10-21 06:21:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(3980,'41603260797','133','1','10','retail','0','2020-10-21 09:19:45','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 06:21:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.60','0.65','Inclusive',NULL),(3981,'41603260797','11','1','20','retail','0','2020-10-21 09:19:56','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 06:21:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','20.50','19.5','Inclusive',NULL),(3982,'41603260797','15','1','30','retail','0','2020-10-21 09:20:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 06:21:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','0.12','Inclusive',NULL),(3983,'41603260797','70','1','50','retail','0','2020-10-21 09:20:31','','','','2','Cash',6.14,'50','','','4','','1','2020-10-21 06:21:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.28','Inclusive',NULL),(3984,'41603262073','91','10','1400','retail','0','2020-10-21 09:34:33','','','','1','Cash',171.93,'140','','','4','','1','2020-10-21 06:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','225.00','224','Inclusive',NULL),(3987,'41603266167','155','1','750','retail','0','2020-10-21 10:43:13','','','','0','Cash',92.11,'750','','','4','','1','2020-10-21 07:44:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','657.89','1','30.00','29','Inclusive',NULL),(3988,'41603269403','3','1','170','retail','0','2020-10-21 11:36:43','','','','0','Cash',20.88,'170','','','4','','1','2020-10-21 08:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(3989,'41603269403','6','1','70','retail','0','2020-10-21 11:36:53','','','','0','Cash',8.60,'70','','','4','','1','2020-10-21 08:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(3990,'41603269403','133','1','10','retail','0','2020-10-21 11:37:08','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 08:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.65','0.7','Inclusive',NULL),(3991,'41603269403','11','1','20','retail','0','2020-10-21 11:37:27','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 08:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','19.50','18.5','Inclusive',NULL),(3992,'41603269403','23','1','30','retail','0','2020-10-21 11:37:39','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 08:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.28','0.28','Inclusive',NULL),(3993,'41603269403','74','1','50','retail','0','2020-10-21 11:37:49','','','','5','Cash',6.14,'50','','','4','','1','2020-10-21 08:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.62','0.62','Inclusive',NULL),(3994,'41603269525','1','1','300','retail','0','2020-10-21 11:38:45','','','','0','Cash',36.84,'300','','','4','','1','2020-10-21 08:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','282.75','281.75','Inclusive',NULL),(3995,'41603269525','5','1','100','retail','0','2020-10-21 11:38:53','','','','0','Cash',12.28,'100','','','4','','1','2020-10-21 08:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive',NULL),(3996,'41603269525','133','1','10','retail','0','2020-10-21 11:51:08','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 08:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(3997,'41603269525','10','1','20','retail','0','2020-10-21 11:51:21','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 08:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','194.50','193.5','Inclusive',NULL),(3998,'41603269525','23','1','20','retail','0','2020-10-21 11:51:32','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 08:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.28','0.31','Inclusive',NULL),(3999,'41603269525','70','1','50','retail','0','2020-10-21 11:52:02','','','','2','Cash',6.14,'50','','','4','','1','2020-10-21 08:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.28','0.31','Inclusive',NULL),(4000,'41603270342','1','1','300','retail','0','2020-10-21 11:52:22','','','','0','Cash',36.84,'300','','','4','','1','2020-10-21 08:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','281.75','280.75','Inclusive',NULL),(4001,'41603270342','5','1','100','retail','0','2020-10-21 11:53:06','','','','0','Cash',12.28,'100','','','4','','1','2020-10-21 08:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(4002,'41603270342','133','1','10','retail','0','2020-10-21 11:53:40','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 08:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(4003,'41603270342','10','1','20','retail','0','2020-10-21 11:54:02','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 08:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','193.50','192.5','Inclusive',NULL),(4004,'41603270342','19','1','20','retail','0','2020-10-21 11:54:41','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 08:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.80','0.83','Inclusive',NULL),(4005,'41603270342','70','1','50','retail','0','2020-10-21 11:54:56','','','','2','Cash',6.14,'50','','','4','','1','2020-10-21 08:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.31','0.34','Inclusive',NULL),(4006,'41603270529','3','1','160','retail','0','2020-10-21 11:55:29','','','','0','Cash',19.65,'160','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(4007,'41603270529','2','1','90','retail','0','2020-10-21 12:36:41','','','','0','Cash',11.05,'90','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(4008,'41603270529','11','1','20','retail','0','2020-10-21 12:36:55','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','18.50','17.5','Inclusive',NULL),(4009,'41603270529','137','1','50','retail','0','2020-10-21 12:37:37','','','','0','Cash',6.14,'50','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(4010,'41603270529','139','1','50','retail','0','2020-10-21 12:38:02','','','','0','Cash',6.14,'50','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(4011,'41603270529','138','1','50','retail','0','2020-10-21 12:38:15','','','','0','Cash',6.14,'50','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.7','Inclusive',NULL),(4012,'41603270529','27','1','30','retail','0','2020-10-21 12:38:26','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.47','0.5','Inclusive',NULL),(4013,'41603270529','70','1','50','retail','0','2020-10-21 12:38:37','','','','2','Cash',6.14,'50','','','4','','1','2020-10-21 09:40:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.34','0.37','Inclusive',NULL),(4014,'41603273255','1','1','320','retail','0','2020-10-21 12:40:55','','','','0','Cash',39.30,'320','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','280.00','279','Inclusive',NULL),(4015,'41603273255','5','1','110','retail','0','2020-10-21 12:42:04','','','','0','Cash',13.51,'110','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4016,'41603273255','133','1','10','retail','0','2020-10-21 12:42:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(4017,'41603273255','10','1','20','retail','0','2020-10-21 12:42:22','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','192.50','191.5','Inclusive',NULL),(4018,'41603273255','23','1','30','retail','0','2020-10-21 12:42:30','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.31','0.34','Inclusive',NULL),(4019,'41603273255','74','1','50','retail','0','2020-10-21 12:42:47','','','','5','Cash',6.14,'50','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.62','0.65','Inclusive',NULL),(4020,'41603273255','65','1','500','retail','0','2020-10-21 12:42:54','','','','0','Cash',61.40,'500','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','1.00','0','Inclusive',NULL),(4021,'41603273255','27','1','30','retail','0','2020-10-21 12:43:05','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.50','0.53','Inclusive',NULL),(4022,'41603273255','74','1','50','retail','0','2020-10-21 12:43:13','','','','5','Cash',6.14,'50','','','4','','1','2020-10-21 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.65','0.68','Inclusive',NULL),(4023,'41603286728','88','5','500','retail','0','2020-10-21 16:25:29','','','','0','Cash',61.40,'100','','','4','','1','2020-10-21 13:25:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','478.00','473','Inclusive',NULL),(4024,'41603286760','1','1','320','retail','0','2020-10-21 16:26:00','','','','0','Cash',39.30,'320','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','279.00','278','Inclusive',NULL),(4025,'41603286760','5','1','110','retail','0','2020-10-21 16:47:46','','','','0','Cash',13.51,'110','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4026,'41603286760','10','1','20','retail','0','2020-10-21 16:47:56','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','191.50','190.5','Inclusive',NULL),(4027,'41603286760','133','1','10','retail','0','2020-10-21 16:48:04','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(4028,'41603286760','74','1','50','retail','0','2020-10-21 16:48:15','','','','5','Cash',6.14,'50','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.68','0.71','Inclusive',NULL),(4029,'41603286760','15','1','30','retail','0','2020-10-21 16:48:26','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4030,'41603286760','38','1','330','retail','0','2020-10-21 16:48:34','','','','0','Cash',40.53,'330','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.50','0.5','Inclusive',NULL),(4031,'41603286760','9','1','60','retail','0','2020-10-21 16:49:02','','','','0','Cash',7.37,'60','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','8.25','7.25','Inclusive',NULL),(4032,'41603286760','40','1','60','retail','0','2020-10-21 16:49:15','','','','0','Cash',7.37,'60','','','4','','1','2020-10-21 13:49:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','17.50','16.5','Inclusive',NULL),(4033,'41603288169','1','1','320','retail','0','2020-10-21 16:49:29','','','','0','Cash',39.30,'320','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','278.00','277','Inclusive',NULL),(4034,'41603288169','5','1','110','retail','0','2020-10-21 16:50:35','','','','0','Cash',13.51,'110','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4035,'41603288169','10','1','20','retail','0','2020-10-21 16:50:45','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','190.50','189.5','Inclusive',NULL),(4037,'41603288169','74','1','50','retail','0','2020-10-21 16:51:04','','','','5','Cash',6.14,'50','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.71','0.74','Inclusive',NULL),(4038,'41603288169','133','1','10','retail','0','2020-10-21 16:51:12','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(4040,'41603288169','19','1','30','retail','0','2020-10-21 16:52:27','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.83','0.86','Inclusive',NULL),(4041,'41603288169','2','1','90','retail','0','2020-10-21 16:52:35','','','','0','Cash',11.05,'90','','','4','','1','2020-10-21 13:53:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.75','0.75','Inclusive',NULL),(4042,'41603288400','1','1','320','retail','0','2020-10-21 16:55:14','','','','0','Cash',39.30,'320','','','4','','1','2020-10-21 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','276.75','275.75','Inclusive',NULL),(4043,'41603288400','5','1','110','retail','0','2020-10-21 16:55:23','','','','0','Cash',13.51,'110','','','4','','1','2020-10-21 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4044,'41603288400','133','1','10','retail','0','2020-10-21 16:55:31','','','','0','Cash',1.23,'10','','','4','','1','2020-10-21 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(4045,'41603288400','10','1','20','retail','0','2020-10-21 16:55:43','','','','0','Cash',2.46,'20','','','4','','1','2020-10-21 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','189.50','188.5','Inclusive',NULL),(4046,'41603288400','19','1','30','retail','0','2020-10-21 16:55:52','','','','0','Cash',3.68,'30','','','4','','1','2020-10-21 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.86','0.89','Inclusive',NULL),(4047,'41603288400','70','1','50','retail','0','2020-10-21 16:56:03','','','','2','Cash',6.14,'50','','','4','','1','2020-10-21 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.37','0.4','Inclusive',NULL),(4048,'41603344965','143','1','300','retail','0','2020-10-22 08:36:05','','','','2','Cash',36.84,'300','','','4','','1','2020-10-22 05:36:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.00','0','Inclusive',NULL),(4049,'41603345015','94','10','1300','retail','0','2020-10-22 08:36:56','','','','0','Cash',159.65,'130','','','4','','1','2020-10-22 05:38:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','','25.00','23','Inclusive',NULL),(4050,'41603345118','161','200','12000','retail','0','2020-10-22 08:38:38','','','','0','Bank',1473.68,'60','','','4','','1','2020-10-22 07:19:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1428.00','1228','Inclusive',NULL),(4051,'41603345118','85','40','4000','retail','0','2020-10-22 10:13:22','','','','0','Bank',491.23,'100','','','4','','1','2020-10-22 07:19:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','816.00','815','Inclusive',NULL),(4052,'41603345118','88','100','9000','retail','0','2020-10-22 10:14:27','','','','0','Bank',1105.26,'90','','','4','','1','2020-10-22 07:19:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','','473.00','373','Inclusive',NULL),(4053,'41603345118','147','20','7000','retail','0','2020-10-22 10:16:05','','','','0','Bank',859.65,'350','','','4','','1','2020-10-22 07:19:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','','564.00','524','Inclusive',NULL),(4054,'41603345118','94','40','5000','retail','0','2020-10-22 10:17:50','','','','0','Bank',614.04,'125','','','4','','1','2020-10-22 07:19:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','','40.00','0','Inclusive',NULL),(4055,'41603351192','65','1','300','retail','0','2020-10-22 10:19:52','','','','0','Cash',36.84,'300','','','4','','1','2020-10-22 07:35:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','0.00','0.5','Inclusive',NULL),(4056,'41603353128','1','1','300','retail','0','2020-10-22 10:52:09','','','','0','Cash',36.84,'300','','','4','','1','2020-10-22 07:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','275.75','274.75','Inclusive',NULL),(4057,'41603353128','70','1','50','retail','0','2020-10-22 10:52:17','','','','2','Cash',6.14,'50','','','4','','1','2020-10-22 07:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.43','Inclusive',NULL),(4058,'41603353128','15','1','20','retail','0','2020-10-22 10:52:28','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 07:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.18','0.18','Inclusive',NULL),(4059,'41603353128','5','1','100','retail','0','2020-10-22 10:52:36','','','','0','Cash',12.28,'100','','','4','','1','2020-10-22 07:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive',NULL),(4060,'41603353128','133','1','10','retail','0','2020-10-22 10:52:50','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 07:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4061,'41603353128','10','1','20','retail','0','2020-10-22 10:53:05','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 07:53:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','188.50','187.5','Inclusive',NULL),(4062,'41603353231','3','1','160','retail','0','2020-10-22 10:53:51','','','','0','Cash',19.65,'160','','','4','','1','2020-10-22 08:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(4063,'41603353231','5','1','110','retail','0','2020-10-22 11:22:19','','','','0','Cash',13.51,'110','','','4','','1','2020-10-22 08:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4064,'41603353231','10','2','40','retail','0','2020-10-22 11:22:30','','','','0','Cash',4.91,'20','','','4','','1','2020-10-22 08:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','187.50','186.5','Inclusive',NULL),(4065,'41603353231','19','1','30','retail','0','2020-10-22 11:22:53','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 08:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.89','0.92','Inclusive',NULL),(4066,'41603353231','74','1','50','retail','0','2020-10-22 11:23:03','','','','5','Cash',6.14,'50','','','4','','1','2020-10-22 08:24:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.74','0.77','Inclusive',NULL),(4067,'41603355081','10','3','60','retail','0','2020-10-22 11:24:41','','','','0','Cash',7.37,'20','','','4','','1','2020-10-22 08:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','185.50','184.5','Inclusive',NULL),(4068,'41603355081','1','3','960','retail','0','2020-10-22 11:39:57','','','','0','Cash',117.89,'320','','','4','','1','2020-10-22 08:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','274.25','273.25','Inclusive',NULL),(4070,'41603355081','27','3','90','retail','0','2020-10-22 11:40:58','','','','0','Cash',11.05,'30','','','4','','1','2020-10-22 08:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.53','0.62','Inclusive',NULL),(4071,'41603355081','2','3','270','retail','0','2020-10-22 11:41:27','','','','0','Cash',33.16,'90','','','4','','1','2020-10-22 08:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','3','2.00','2.75','Inclusive',NULL),(4072,'41603355081','74','3','150','retail','0','2020-10-22 11:41:41','','','','5','Cash',18.42,'50','','','4','','1','2020-10-22 08:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.77','0.86','Inclusive',NULL),(4073,'41603355081','33','3','390','retail','0','2020-10-22 11:41:54','','','','0','Cash',47.89,'130','','','4','','1','2020-10-22 08:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.50','1.25','Inclusive',NULL),(4074,'41603356459','38','1','330','retail','0','2020-10-22 11:47:40','','','','0','Cash',40.53,'330','','','4','','1','2020-10-22 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(4075,'41603356459','40','1','60','retail','0','2020-10-22 11:59:26','','','','0','Cash',7.37,'60','','','4','','1','2020-10-22 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','16.50','15.5','Inclusive',NULL),(4076,'41603356459','9','1','60','retail','0','2020-10-22 11:59:37','','','','0','Cash',7.37,'60','','','4','','1','2020-10-22 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','7.25','6.25','Inclusive',NULL),(4077,'41603357205','1','1','320','retail','0','2020-10-22 12:00:05','','','','0','Cash',39.30,'320','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','270.25','269.25','Inclusive',NULL),(4078,'41603357205','10','1','20','retail','0','2020-10-22 13:16:53','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','182.50','181.5','Inclusive',NULL),(4079,'41603357205','133','1','10','retail','0','2020-10-22 13:17:07','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(4080,'41603357205','19','1','30','retail','0','2020-10-22 13:17:14','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.92','0.95','Inclusive',NULL),(4081,'41603357205','70','1','50','retail','0','2020-10-22 13:17:32','','','','2','Cash',6.14,'50','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.43','0.46','Inclusive',NULL),(4082,'41603357205','5','1','110','retail','0','2020-10-22 13:17:41','','','','0','Cash',13.51,'110','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4086,'41603357205','51','5','700','retail','0','2020-10-22 13:20:02','','','','0','Cash',85.96,'140','','','4','','1','2020-10-22 10:28:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','5','35.00','30','Inclusive',NULL),(4087,'41603362489','85','2','240','retail','0','2020-10-22 13:39:01','','','','0','Cash',29.47,'120','','','4','','1','2020-10-22 10:39:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','2','776.00','774','Inclusive',NULL),(4088,'41603363182','3','1','170','retail','0','2020-10-22 13:39:42','','','','0','Cash',20.88,'170','','','4','','1','2020-10-22 10:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(4089,'41603363182','15','1','30','retail','0','2020-10-22 13:48:58','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 10:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.18','0.21','Inclusive',NULL),(4090,'41603363182','74','1','50','retail','0','2020-10-22 13:49:07','','','','5','Cash',6.14,'50','','','4','','1','2020-10-22 10:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.86','0.89','Inclusive',NULL),(4091,'41603363182','6','1','70','retail','0','2020-10-22 13:49:16','','','','0','Cash',8.60,'70','','','4','','1','2020-10-22 10:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(4092,'41603363182','133','1','10','retail','0','2020-10-22 13:49:27','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 10:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(4093,'41603363182','11','1','20','retail','0','2020-10-22 13:49:37','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 10:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','17.50','16.5','Inclusive',NULL),(4094,'41603363818','1','1','320','retail','0','2020-10-22 13:50:18','','','','0','Cash',39.30,'320','','','4','','1','2020-10-22 11:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','269.25','268.25','Inclusive',NULL),(4095,'41603363818','5','1','110','retail','0','2020-10-22 14:17:04','','','','0','Cash',13.51,'110','','','4','','1','2020-10-22 11:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4096,'41603363818','133','1','10','retail','0','2020-10-22 14:17:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 11:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(4097,'41603363818','10','1','20','retail','0','2020-10-22 14:17:24','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 11:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','181.50','180.5','Inclusive',NULL),(4098,'41603363818','19','1','30','retail','0','2020-10-22 14:17:32','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 11:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.95','0.98','Inclusive',NULL),(4099,'41603363818','70','1','50','retail','0','2020-10-22 14:17:39','','','','2','Cash',6.14,'50','','','4','','1','2020-10-22 11:22:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.46','0.49','Inclusive',NULL),(4100,'41603365724','1','1','320','retail','0','2020-10-22 14:22:05','','','','0','Cash',39.30,'320','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','268.25','267.25','Inclusive',NULL),(4101,'41603365724','5','1','110','retail','0','2020-10-22 14:38:43','','','','0','Cash',13.51,'110','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4102,'41603365724','133','1','10','retail','0','2020-10-22 14:38:51','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(4103,'41603365724','19','1','30','retail','0','2020-10-22 14:39:00','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.98','1.01','Inclusive',NULL),(4104,'41603365724','74','1','50','retail','0','2020-10-22 14:39:07','','','','5','Cash',6.14,'50','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.89','0.92','Inclusive',NULL),(4105,'41603365724','10','1','20','retail','0','2020-10-22 14:39:14','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','180.50','179.5','Inclusive',NULL),(4106,'41603365724','85','1','120','retail','0','2020-10-22 14:39:21','','','','0','Cash',14.74,'120','','','4','','1','2020-10-22 11:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','774.00','773','Inclusive',NULL),(4107,'41603366780','7','1','200','retail','0','2020-10-22 14:39:40','','','','0','Cash',24.56,'200','','','4','','1','2020-10-22 11:58:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','118.75','117.75','Inclusive',NULL),(4110,'41603367925','133','1','10','retail','0','2020-10-22 15:20:06','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 12:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(4111,'41603367925','15','1','30','retail','0','2020-10-22 15:20:13','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 12:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(4112,'41603367925','70','1','50','retail','0','2020-10-22 15:20:21','','','','2','Cash',6.14,'50','','','4','','1','2020-10-22 12:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.49','0.52','Inclusive',NULL),(4114,'41603367925','1','1','320','retail','0','2020-10-22 15:22:09','','','','0','Cash',39.30,'320','','','4','','1','2020-10-22 12:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','266.75','265.75','Inclusive',NULL),(4115,'41603367925','5','1','110','retail','0','2020-10-22 15:22:17','','','','0','Cash',13.51,'110','','','4','','1','2020-10-22 12:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4116,'41603367925','10','1','20','retail','0','2020-10-22 15:22:26','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 12:26:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','179.50','178.5','Inclusive',NULL),(4117,'41603369573','1','1','320','retail','0','2020-10-22 15:26:13','','','','0','Cash',39.30,'320','','','4','','1','2020-10-22 12:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','265.75','264.75','Inclusive',NULL),(4118,'41603369573','5','1','110','retail','0','2020-10-22 15:31:54','','','','0','Cash',13.51,'110','','','4','','1','2020-10-22 12:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4119,'41603369573','15','1','30','retail','0','2020-10-22 15:32:15','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 12:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(4120,'41603369573','74','1','50','retail','0','2020-10-22 15:32:22','','','','5','Cash',6.14,'50','','','4','','1','2020-10-22 12:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.92','0.95','Inclusive',NULL),(4121,'41603369573','10','1','20','retail','0','2020-10-22 15:32:30','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 12:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','178.50','177.5','Inclusive',NULL),(4122,'41603369573','133','1','10','retail','0','2020-10-22 15:32:37','','','','0','Cash',1.23,'10','','','4','','1','2020-10-22 12:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(4123,'41603369987','1','1','320','retail','0','2020-10-22 15:33:07','','','','0','Cash',39.30,'320','','','4','','1','2020-10-22 12:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','264.75','263.75','Inclusive',NULL),(4124,'41603369987','2','1','90','retail','0','2020-10-22 15:34:46','','','','0','Cash',11.05,'90','','','4','','1','2020-10-22 12:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','2.75','1.75','Inclusive',NULL),(4125,'41603369987','10','1','20','retail','0','2020-10-22 15:34:57','','','','0','Cash',2.46,'20','','','4','','1','2020-10-22 12:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','177.50','176.5','Inclusive',NULL),(4126,'41603369987','15','1','30','retail','0','2020-10-22 15:35:10','','','','0','Cash',3.68,'30','','','4','','1','2020-10-22 12:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(4127,'41603369987','70','1','50','retail','0','2020-10-22 15:35:18','','','','2','Cash',6.14,'50','','','4','','1','2020-10-22 12:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.52','0.55','Inclusive',NULL),(4128,'41603369987','33','1','130','retail','0','2020-10-22 15:35:25','','','','0','Cash',15.96,'130','','','4','','1','2020-10-22 12:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.25','0.25','Inclusive',NULL),(4129,'41603370464','94','1','180','retail','0','2020-10-22 15:41:04','','','','0','Cash',22.11,'180','','','4','','1','2020-10-22 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','100.00','99','Inclusive',NULL),(4130,'41603370759','288','5','750','retail','0','2020-10-22 15:45:59','','','','0','Cash',92.11,'150','','','4','','1','2020-10-22 12:58:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','8.00','3','Inclusive',NULL),(4131,'41603432058','85','20','1900','retail','0','2020-10-23 08:49:28','','','','0','Cash',233.33,'95','','','4','','1','2020-10-23 05:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','83.33','','773.00','753','Inclusive',NULL),(4132,'41603432228','1','1','300','retail','0','2020-10-23 08:50:28','','','','0','Cash',36.84,'300','','','4','','1','2020-10-23 05:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','263.75','262.75','Inclusive',NULL),(4133,'41603432228','3','1','150','retail','0','2020-10-23 08:54:05','','','','0','Cash',18.42,'150','','','4','','1','2020-10-23 05:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','1.50','0.5','Inclusive',NULL),(4134,'41603432228','5','1','100','retail','0','2020-10-23 08:54:33','','','','0','Cash',12.28,'100','','','4','','1','2020-10-23 05:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0.5','Inclusive',NULL),(4135,'41603432228','133','1','10','retail','0','2020-10-23 08:54:51','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 05:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(4136,'41603432228','10','1','20','retail','0','2020-10-23 08:54:59','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 05:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','176.50','175.5','Inclusive',NULL),(4137,'41603432228','137','1','50','retail','0','2020-10-23 08:55:07','','','','0','Cash',6.14,'50','','','4','','1','2020-10-23 05:55:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(4138,'41603432524','1','1','320','retail','0','2020-10-23 08:55:24','','','','0','Cash',39.30,'320','','','4','','1','2020-10-23 05:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','262.75','261.75','Inclusive',NULL),(4139,'41603432524','5','1','110','retail','0','2020-10-23 08:55:55','','','','0','Cash',13.51,'110','','','4','','1','2020-10-23 05:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4140,'41603432524','133','1','10','retail','0','2020-10-23 08:56:08','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 05:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(4141,'41603432524','10','1','20','retail','0','2020-10-23 08:56:15','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 05:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','175.50','174.5','Inclusive',NULL),(4142,'41603432524','15','1','30','retail','0','2020-10-23 08:56:28','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 05:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.30','0.33','Inclusive',NULL),(4143,'41603432524','74','1','50','retail','0','2020-10-23 08:56:38','','','','5','Cash',6.14,'50','','','4','','1','2020-10-23 05:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.95','0.98','Inclusive',NULL),(4146,'41603432689','133','1','10','retail','0','2020-10-23 08:59:54','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 06:01:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(4148,'41603432689','19','1','30','retail','0','2020-10-23 09:00:10','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 06:01:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.01','0.01','Inclusive',NULL),(4149,'41603432689','74','1','50','retail','0','2020-10-23 09:00:17','','','','5','Cash',6.14,'50','','','4','','1','2020-10-23 06:01:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.98','1.01','Inclusive',NULL),(4150,'41603432689','6','1','70','retail','0','2020-10-23 09:00:49','','','','0','Cash',8.60,'70','','','4','','1','2020-10-23 06:01:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','2.00','1','Inclusive',NULL),(4151,'41603432689','3','1','170','retail','0','2020-10-23 09:01:14','','','','0','Cash',20.88,'170','','','4','','1','2020-10-23 06:01:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(4152,'41603432689','11','1','20','retail','0','2020-10-23 09:01:28','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 06:01:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','16.50','15.5','Inclusive',NULL),(4153,'41603432921','3','1','160','retail','0','2020-10-23 09:02:01','','','','0','Cash',19.65,'160','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','','1.00','0','Inclusive',NULL),(4154,'41603432921','2','1','90','retail','0','2020-10-23 09:08:52','','','','0','Cash',11.05,'90','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.75','0.75','Inclusive',NULL),(4155,'41603432921','11','1','20','retail','0','2020-10-23 09:12:31','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','15.50','14.5','Inclusive',NULL),(4156,'41603432921','137','1','50','retail','0','2020-10-23 09:12:41','','','','0','Cash',6.14,'50','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.90','1','Inclusive',NULL),(4157,'41603432921','139','1','50','retail','0','2020-10-23 09:12:48','','','','0','Cash',6.14,'50','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(4158,'41603432921','70','1','50','retail','0','2020-10-23 09:13:08','','','','2','Cash',6.14,'50','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.55','0.58','Inclusive',NULL),(4159,'41603432921','27','1','30','retail','0','2020-10-23 09:15:08','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 06:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.62','0.65','Inclusive',NULL),(4166,'41603437558','1','1','320','retail','0','2020-10-23 10:19:18','','','','0','Cash',39.30,'320','','','4','','1','2020-10-23 07:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','261.25','260.25','Inclusive',NULL),(4167,'41603437558','70','1','50','retail','0','2020-10-23 10:19:29','','','','2','Cash',6.14,'50','','','4','','1','2020-10-23 07:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.61','0.61','Inclusive',NULL),(4168,'41603437558','10','1','20','retail','0','2020-10-23 10:19:48','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 07:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','174.50','173.5','Inclusive',NULL),(4169,'41603437558','133','1','10','retail','0','2020-10-23 10:19:55','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 07:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.50','0.5','Inclusive',NULL),(4170,'41603437558','23','1','30','retail','0','2020-10-23 10:20:04','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 07:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.37','0.37','Inclusive',NULL),(4171,'41603437558','5','1','110','retail','0','2020-10-23 10:20:11','','','','0','Cash',13.51,'110','','','4','','1','2020-10-23 07:20:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4172,'41603437647','196','1','3500','retail','0','2020-10-23 10:20:47','','','','0','Invoice',429.82,'3500','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','3070.18','','10.00','9','Inclusive',NULL),(4173,'41603437647','199','1','7000','retail','0','2020-10-23 10:21:54','','','','0','Invoice',859.65,'7000','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','6140.35','','5.00','4','Inclusive',NULL),(4174,'41603437647','207','1','1800','retail','0','2020-10-23 10:22:31','','','','0','Invoice',221.05,'1800','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1578.95','','8.00','7','Inclusive',NULL),(4175,'41603437647','94','5','700','retail','0','2020-10-23 10:22:54','','','','0','Invoice',85.96,'140','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','99.00','94','Inclusive',NULL),(4176,'41603437647','207','1','1800','retail','0','2020-10-23 10:23:32','','','','0','Invoice',221.05,'1800','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1578.95','','7.00','6','Inclusive',NULL),(4177,'41603437647','207','1','1800','retail','0','2020-10-23 10:23:44','','','','0','Invoice',221.05,'1800','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1578.95','','6.00','5','Inclusive',NULL),(4178,'41603437647','207','1','1800','retail','0','2020-10-23 10:24:08','','','','0','Invoice',221.05,'1800','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','1578.95','','5.00','4','Inclusive',NULL),(4179,'41603437647','287','2','1600','retail','0','2020-10-23 10:24:23','','','','0','Invoice',196.49,'800','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','701.75','','2.00','1','Inclusive',NULL),(4180,'41603437647','286','1','800','retail','0','2020-10-23 10:24:52','','','','0','Invoice',98.25,'800','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','701.75','','1.00','0','Inclusive',NULL),(4181,'41603437647','285','1','3500','retail','0','2020-10-23 10:25:14','','','','0','Invoice',429.82,'3500','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','3070.18','','3500.00','3499','Inclusive',NULL),(4182,'41603437647','199','1','7000','retail','0','2020-10-23 10:55:08','','','','0','Invoice',859.65,'7000','','','4','','1','2020-10-23 08:01:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','6140.35','','4.00','3','Inclusive',NULL),(4183,'41603440155','1','4','1200','retail','0','2020-10-23 11:02:35','','','','0','Cash',147.37,'300','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','260.25','256.25','Inclusive',NULL),(4184,'41603440155','5','4','400','retail','0','2020-10-23 11:03:11','','','','0','Cash',49.12,'100','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','2','Inclusive',NULL),(4185,'41603440155','10','4','80','retail','0','2020-10-23 11:05:14','','','','0','Cash',9.82,'20','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','173.50','169.5','Inclusive',NULL),(4186,'41603440155','133','4','40','retail','0','2020-10-23 11:05:33','','','','0','Cash',4.91,'10','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.50','0.7','Inclusive',NULL),(4187,'41603440155','19','2','40','retail','0','2020-10-23 11:05:44','','','','0','Cash',4.91,'20','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.01','0.07','Inclusive',NULL),(4188,'41603440155','15','2','40','retail','0','2020-10-23 11:06:14','','','','0','Cash',4.91,'20','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.33','0.39','Inclusive',NULL),(4189,'41603440155','70','4','200','retail','0','2020-10-23 11:06:29','','','','2','Cash',24.56,'50','','','4','','1','2020-10-23 08:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.61','0.73','Inclusive',NULL),(4190,'41603440510','70','1','50','retail','0','2020-10-23 11:08:30','','','','2','Cash',6.14,'50','','','4','','1','2020-10-23 08:15:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.73','0.76','Inclusive',NULL),(4191,'41603440920','288','1','150','retail','0','2020-10-23 11:15:20','','','','0','Cash',18.42,'150','','','4','','1','2020-10-23 08:22:41','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','3.00','2','Inclusive',NULL),(4192,'41603441363','1','1','320','retail','0','2020-10-23 11:22:43','','','','0','Cash',39.30,'320','','','4','','1','2020-10-23 08:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','256.25','255.25','Inclusive',NULL),(4193,'41603441363','5','1','110','retail','0','2020-10-23 11:31:35','','','','0','Cash',13.51,'110','','','4','','1','2020-10-23 08:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(4194,'41603441363','133','1','10','retail','0','2020-10-23 11:31:44','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 08:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(4195,'41603441363','10','1','20','retail','0','2020-10-23 11:31:52','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 08:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','169.50','168.5','Inclusive',NULL),(4196,'41603441363','15','1','30','retail','0','2020-10-23 11:32:00','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 08:32:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.39','0.42','Inclusive',NULL),(4197,'41603441936','1','3','960','retail','0','2020-10-23 12:48:32','','','','0','Cash',117.89,'320','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','255.25','252.25','Inclusive',NULL),(4198,'41603441936','15','3','90','retail','0','2020-10-23 13:50:39','','','','0','Cash',11.05,'30','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.42','0.51','Inclusive',NULL),(4199,'41603441936','70','3','150','retail','0','2020-10-23 13:50:52','','','','2','Cash',18.42,'50','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.76','0.85','Inclusive',NULL),(4200,'41603441936','5','3','330','retail','0','2020-10-23 13:51:11','','','','0','Cash',40.53,'110','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','1.00','2.5','Inclusive',NULL),(4201,'41603441936','133','3','30','retail','0','2020-10-23 13:52:13','','','','0','Cash',3.68,'10','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.75','0.9','Inclusive',NULL),(4202,'41603441936','10','3','60','retail','0','2020-10-23 13:52:23','','','','0','Cash',7.37,'20','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','168.50','165.5','Inclusive',NULL),(4203,'41603441936','40','1','60','retail','0','2020-10-23 13:52:33','','','','0','Cash',7.37,'60','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','15.50','14.5','Inclusive',NULL),(4204,'41603441936','38','1','330','retail','0','2020-10-23 13:52:49','','','','0','Cash',40.53,'330','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(4205,'41603441936','9','1','60','retail','0','2020-10-23 13:53:01','','','','0','Cash',7.37,'60','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','6.25','5.25','Inclusive',NULL),(4206,'41603441936','1','1','320','retail','0','2020-10-23 13:53:10','','','','0','Cash',39.30,'320','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','252.25','251.25','Inclusive',NULL),(4207,'41603441936','3','1','160','retail','0','2020-10-23 13:53:19','','','','0','Cash',19.65,'160','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(4208,'41603441936','10','1','20','retail','0','2020-10-23 13:53:32','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','165.50','164.5','Inclusive',NULL),(4209,'41603441936','27','1','30','retail','0','2020-10-23 13:53:47','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.65','0.68','Inclusive',NULL),(4210,'41603441936','74','1','50','retail','0','2020-10-23 13:53:59','','','','5','Cash',6.14,'50','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.01','0.01','Inclusive',NULL),(4211,'41603441936','33','1','130','retail','0','2020-10-23 13:54:08','','','','0','Cash',15.96,'130','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(4212,'41603441936','48','1','60','retail','0','2020-10-23 13:54:22','','','','0','Cash',7.37,'60','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(4213,'41603441936','36','1','130','retail','0','2020-10-23 13:54:32','','','','0','Cash',15.96,'130','','','4','','1','2020-10-23 10:54:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.50','0.75','Inclusive',NULL),(4214,'41603450493','73','2','200','retail','0','2020-10-23 13:54:53','','','','0','Cash',24.56,'100','','','4','','1','2020-10-23 10:55:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.60','0.7','Inclusive',NULL),(4215,'41603450988','15','1','20','retail','0','2020-10-23 14:03:08','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 11:04:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.51','0.54','Inclusive',NULL),(4216,'41603450988','70','1','50','retail','0','2020-10-23 14:03:16','','','','2','Cash',6.14,'50','','','4','','1','2020-10-23 11:04:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.85','0.88','Inclusive',NULL),(4217,'41603450988','1','1','300','retail','0','2020-10-23 14:03:23','','','','0','Cash',36.84,'300','','','4','','1','2020-10-23 11:04:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','250.75','249.75','Inclusive',NULL),(4218,'41603450988','5','1','100','retail','0','2020-10-23 14:03:54','','','','0','Cash',12.28,'100','','','4','','1','2020-10-23 11:04:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','2.50','1.5','Inclusive',NULL),(4219,'41603450988','10','1','20','retail','0','2020-10-23 14:04:04','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 11:04:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','164.50','163.5','Inclusive',NULL),(4220,'41603450988','133','1','10','retail','0','2020-10-23 14:04:11','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 11:04:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(4221,'41603451089','64','1','1000','retail','0','2020-10-23 14:04:49','','','','0','Cash',122.81,'1000','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','16.00','15','Inclusive',NULL),(4222,'41603451089','38','1','330','retail','0','2020-10-23 14:23:08','','','','0','Cash',40.53,'330','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(4224,'41603451089','9','1','60','retail','0','2020-10-23 14:23:29','','','','0','Cash',7.37,'60','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','5.25','4.25','Inclusive',NULL),(4225,'41603451089','40','1','60','retail','0','2020-10-23 14:23:37','','','','0','Cash',7.37,'60','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','14.50','13.5','Inclusive',NULL),(4226,'41603451089','3','1','170','retail','0','2020-10-23 14:23:46','','','','0','Cash',20.88,'170','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(4227,'41603451089','6','1','70','retail','0','2020-10-23 14:24:04','','','','0','Cash',8.60,'70','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(4228,'41603451089','11','1','20','retail','0','2020-10-23 14:24:12','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','14.50','13.5','Inclusive',NULL),(4229,'41603451089','133','1','10','retail','0','2020-10-23 14:24:19','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 11:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive',NULL),(4230,'41603452744','3','1','170','retail','0','2020-10-23 14:32:24','','','','0','Cash',20.88,'170','','','4','','1','2020-10-23 11:33:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(4231,'41603452744','6','1','70','retail','0','2020-10-23 14:32:34','','','','0','Cash',8.60,'70','','','4','','1','2020-10-23 11:33:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(4232,'41603452744','11','1','20','retail','0','2020-10-23 14:32:44','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 11:33:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','13.50','12.5','Inclusive',NULL),(4233,'41603452744','133','1','10','retail','0','2020-10-23 14:32:52','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 11:33:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4235,'41603456370','161','5','250','retail','0','2020-10-23 15:32:50','','','','0','Cash',30.70,'50','','','4','','1','2020-10-23 12:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','1228.00','1223','Inclusive',NULL),(4237,'41603456496','1','1','320','retail','0','2020-10-23 15:34:56','','','','0','Cash',39.30,'320','','','4','','1','2020-10-23 12:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','249.25','248.25','Inclusive',NULL),(4238,'41603456496','5','1','110','retail','0','2020-10-23 15:43:07','','','','0','Cash',13.51,'110','','','4','','1','2020-10-23 12:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(4239,'41603456496','133','1','10','retail','0','2020-10-23 15:43:52','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 12:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(4240,'41603456496','74','1','50','retail','0','2020-10-23 15:44:00','','','','5','Cash',6.14,'50','','','4','','1','2020-10-23 12:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.01','0.04','Inclusive',NULL),(4241,'41603456496','15','1','30','retail','0','2020-10-23 15:44:32','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 12:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.54','0.57','Inclusive',NULL),(4242,'41603456496','10','1','20','retail','0','2020-10-23 15:44:46','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 12:45:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','163.50','162.5','Inclusive',NULL),(4243,'41603457109','3','1','170','retail','0','2020-10-23 15:45:09','','','','0','Cash',20.88,'170','','','4','','1','2020-10-23 12:48:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(4244,'41603457109','6','1','70','retail','0','2020-10-23 15:47:29','','','','0','Cash',8.60,'70','','','4','','1','2020-10-23 12:48:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(4245,'41603457109','133','1','10','retail','0','2020-10-23 15:47:38','','','','0','Cash',1.23,'10','','','4','','1','2020-10-23 12:48:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(4246,'41603457109','19','1','30','retail','0','2020-10-23 15:47:46','','','','0','Cash',3.68,'30','','','4','','1','2020-10-23 12:48:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.07','0.1','Inclusive',NULL),(4247,'41603457109','74','1','50','retail','0','2020-10-23 15:47:55','','','','5','Cash',6.14,'50','','','4','','1','2020-10-23 12:48:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.04','0.07','Inclusive',NULL),(4248,'41603457109','11','1','20','retail','0','2020-10-23 15:48:04','','','','0','Cash',2.46,'20','','','4','','1','2020-10-23 12:48:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','12.50','11.5','Inclusive',NULL),(4249,'41603526375','1','1','320','retail','0','2020-10-24 10:59:35','','','','0','Cash',39.30,'320','','','4','','1','2020-10-24 08:02:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','247.75','246.75','Inclusive',NULL),(4250,'41603526375','5','1','110','retail','0','2020-10-24 11:00:58','','','','0','Cash',13.51,'110','','','4','','1','2020-10-24 08:02:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4251,'41603526375','74','1','50','retail','0','2020-10-24 11:01:27','','','','5','Cash',6.14,'50','','','4','','1','2020-10-24 08:02:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.07','0.1','Inclusive',NULL),(4252,'41603526375','15','1','30','retail','0','2020-10-24 11:01:38','','','','0','Cash',3.68,'30','','','4','','1','2020-10-24 08:02:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.57','0.6','Inclusive',NULL),(4253,'41603526375','10','1','20','retail','0','2020-10-24 11:01:48','','','','0','Cash',2.46,'20','','','4','','1','2020-10-24 08:02:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','162.50','161.5','Inclusive',NULL),(4254,'41603526375','133','1','10','retail','0','2020-10-24 11:02:01','','','','0','Cash',1.23,'10','','','4','','1','2020-10-24 08:02:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(4255,'41603526554','1','1','340','retail','0','2020-10-24 11:02:34','','','','0','Cash',41.75,'340','','','4','','1','2020-10-24 08:04:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','246.75','245.75','Inclusive',NULL),(4257,'41603526554','4','1','260','retail','0','2020-10-24 11:03:14','','','','0','Cash',31.93,'260','','','4','','1','2020-10-24 08:04:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','269.00','268','Inclusive',NULL),(4258,'41603526554','7','1','200','retail','0','2020-10-24 11:03:48','','','','0','Cash',24.56,'200','','','4','','1','2020-10-24 08:04:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','116.80','115.8','Inclusive',NULL),(4259,'41603526554','10','1','20','retail','0','2020-10-24 11:03:57','','','','0','Cash',2.46,'20','','','4','','1','2020-10-24 08:04:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','161.50','160.5','Inclusive',NULL),(4260,'41603526689','51','5','700','retail','0','2020-10-24 11:30:15','','','','0','Cash',85.96,'140','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','5','30.00','25','Inclusive',NULL),(4261,'41603526689','1','1','320','retail','0','2020-10-24 11:30:26','','','','0','Cash',39.30,'320','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','245.75','244.75','Inclusive',NULL),(4263,'41603526689','5','1','110','retail','0','2020-10-24 11:34:12','','','','0','Cash',13.51,'110','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4264,'41603526689','133','1','10','retail','0','2020-10-24 11:34:21','','','','0','Cash',1.23,'10','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(4265,'41603526689','10','1','20','retail','0','2020-10-24 11:34:29','','','','0','Cash',2.46,'20','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','160.50','159.5','Inclusive',NULL),(4266,'41603526689','137','1','50','retail','0','2020-10-24 11:34:39','','','','0','Cash',6.14,'50','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(4268,'41603526689','19','2','60','retail','0','2020-10-24 11:35:43','','','','0','Cash',7.37,'30','','','4','','1','2020-10-24 08:36:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.13','0.19','Inclusive',NULL),(4269,'41603528567','94','1','180','retail','0','2020-10-24 11:36:07','','','','0','Cash',22.11,'180','','','4','','1','2020-10-24 09:32:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','94.00','93','Inclusive',NULL),(4270,'41603531989','1','3','960','retail','0','2020-10-24 12:33:09','','','','0','Cash',117.89,'320','','','4','','1','2020-10-24 10:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','244.75','241.75','Inclusive',NULL),(4271,'41603531989','5','3','330','retail','0','2020-10-24 12:44:24','','','','0','Cash',40.53,'110','','','4','','1','2020-10-24 10:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','1.5','Inclusive',NULL),(4272,'41603531989','10','3','60','retail','0','2020-10-24 12:44:32','','','','0','Cash',7.37,'20','','','4','','1','2020-10-24 10:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','159.50','156.5','Inclusive',NULL),(4273,'41603531989','133','3','30','retail','0','2020-10-24 12:44:40','','','','0','Cash',3.68,'10','','','4','','1','2020-10-24 10:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.20','0.35','Inclusive',NULL),(4274,'41603531989','15','3','90','retail','0','2020-10-24 12:45:49','','','','0','Cash',11.05,'30','','','4','','1','2020-10-24 10:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','1.63','1.72','Inclusive',NULL),(4275,'41603531989','74','3','150','retail','0','2020-10-24 13:06:51','','','','5','Cash',18.42,'50','','','4','','1','2020-10-24 10:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.10','0.19','Inclusive',NULL),(4276,'41603534152','3','1','170','retail','0','2020-10-24 13:09:12','','','','0','Cash',20.88,'170','','','4','','1','2020-10-24 10:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(4277,'41603534152','6','1','70','retail','0','2020-10-24 13:09:49','','','','0','Cash',8.60,'70','','','4','','1','2020-10-24 10:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.50','0.75','Inclusive',NULL),(4278,'41603534152','11','1','20','retail','0','2020-10-24 13:09:56','','','','0','Cash',2.46,'20','','','4','','1','2020-10-24 10:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','11.50','10.5','Inclusive',NULL),(4279,'41603534152','133','1','10','retail','0','2020-10-24 13:10:08','','','','0','Cash',1.23,'10','','','4','','1','2020-10-24 10:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(4280,'41603534152','15','1','30','retail','0','2020-10-24 13:10:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-24 10:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.72','0.72','Inclusive',NULL),(4281,'41603534152','74','1','50','retail','0','2020-10-24 13:10:27','','','','5','Cash',6.14,'50','','','4','','1','2020-10-24 10:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.19','0.22','Inclusive',NULL),(4282,'41176499564','97','1','100','retail','0','2007-04-14 00:29:39','','','','0','Cash',12.28,'100','','','4','','1','2007-04-13 21:30:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','6.00','5','Inclusive',NULL),(4283,'41603792416','85','1','120','retail','0','2020-10-26 12:54:54','','','','0','Cash',14.74,'120','','','4','','1','2020-10-27 09:57:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','753.00','752','Inclusive',NULL),(4284,'41603792645','65','1','500','retail','0','2020-10-26 12:57:56','','','','0','Cash',61.40,'500','','','4','','1','2020-10-27 09:58:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.50','1','Inclusive',NULL),(4285,'41603792689','1','1','320','retail','0','2020-10-26 12:58:58','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 09:59:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','241.25','240.25','Inclusive',NULL),(4286,'41603792689','5','1','110','retail','0','2020-10-26 12:58:58','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 09:59:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(4287,'41603792689','10','1','20','retail','0','2020-10-26 12:58:58','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 09:59:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','306.50','305.5','Inclusive',NULL),(4288,'41603792689','133','1','10','retail','0','2020-10-26 12:58:58','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 09:59:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(4289,'41603792752','3','1','160','retail','0','2020-10-26 13:00:48','','','','0','Cash',19.65,'160','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(4290,'41603792752','2','1','90','retail','0','2020-10-26 13:00:48','','','','0','Cash',11.05,'90','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(4291,'41603792752','11','1','20','retail','0','2020-10-26 13:00:48','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','10.50','9.5','Inclusive',NULL),(4292,'41603792752','137','1','50','retail','0','2020-10-26 13:00:48','','','','0','Cash',6.14,'50','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(4293,'41603792752','138','1','50','retail','0','2020-10-26 13:00:48','','','','0','Cash',6.14,'50','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.70','0.8','Inclusive',NULL),(4294,'41603792752','139','1','50','retail','0','2020-10-26 13:00:48','','','','0','Cash',6.14,'50','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(4295,'41603792752','70','1','50','retail','0','2020-10-26 13:00:48','','','','2','Cash',6.14,'50','','','4','','1','2020-10-27 10:01:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.88','0.91','Inclusive',NULL),(4296,'41603792912','50','3','630','retail','0','2020-10-26 13:03:33','','','','0','Cash',77.37,'210','','','4','','1','2020-10-27 10:03:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','3','0.00','1.5','Inclusive',NULL),(4297,'41603792912','3','1','160','retail','0','2020-10-26 13:03:33','','','','0','Cash',19.65,'160','','','4','','1','2020-10-27 10:03:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0.5','Inclusive',NULL),(4298,'41603792912','2','1','90','retail','0','2020-10-26 13:03:33','','','','0','Cash',11.05,'90','','','4','','1','2020-10-27 10:03:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(4299,'41603792912','11','2','40','retail','0','2020-10-26 13:03:33','','','','0','Cash',4.91,'20','','','4','','1','2020-10-27 10:03:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','9.50','7.5','Inclusive',NULL),(4300,'41603792912','55','2','120','retail','0','2020-10-26 13:03:33','','','','0','Cash',14.74,'60','','','4','','1','2020-10-27 10:03:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1.00','1.5','Inclusive',NULL),(4301,'41603793025','163','1','400','retail','0','2020-10-26 13:05:04','','','','0','Cash',49.12,'400','','','4','','1','2020-10-27 10:05:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','187.00','186','Inclusive',NULL),(4302,'41603793119','3','1','160','retail','0','2020-10-26 13:33:07','','','','0','Cash',19.65,'160','','','4','','1','2020-10-27 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(4303,'41603793119','5','1','100','retail','0','2020-10-26 13:33:07','','','','0','Cash',12.28,'100','','','4','','1','2020-10-27 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.50','1','Inclusive',NULL),(4304,'41603793119','11','2','40','retail','0','2020-10-26 13:33:07','','','','0','Cash',4.91,'20','','','4','','1','2020-10-27 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','7.50','5.5','Inclusive',NULL),(4305,'41603793119','19','1','20','retail','0','2020-10-26 13:33:07','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.19','0.19','Inclusive',NULL),(4306,'41603793119','19','1','20','retail','0','2020-10-26 13:33:07','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.19','0.22','Inclusive',NULL),(4307,'41603793119','73','1','50','retail','0','2020-10-26 13:33:07','','','','0','Cash',6.14,'50','','','4','','1','2020-10-27 10:33:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.70','0.75','Inclusive',NULL),(4309,'41603794801','9','1','50','retail','0','2020-10-26 13:34:50','','','','0','Cash',6.14,'50','','','4','','1','2020-10-27 10:34:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','4.25','3.25','Inclusive',NULL),(4310,'41603794916','1','5','1600','retail','0','2020-10-26 13:38:06','','','','0','Cash',196.49,'320','','','4','','1','2020-10-27 10:38:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','238.00','233','Inclusive',NULL),(4311,'41603794916','5','5','550','retail','0','2020-10-26 13:38:06','','','','0','Cash',67.54,'110','','','4','','1','2020-10-27 10:38:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','1.00','3.5','Inclusive',NULL),(4312,'41603794916','133','5','50','retail','0','2020-10-26 13:38:06','','','','0','Cash',6.14,'10','','','4','','1','2020-10-27 10:38:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.45','0.7','Inclusive',NULL),(4313,'41603794916','10','5','100','retail','0','2020-10-26 13:38:06','','','','0','Cash',12.28,'20','','','4','','1','2020-10-27 10:38:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','305.50','300.5','Inclusive',NULL),(4314,'41603794916','19','5','150','retail','0','2020-10-26 13:38:06','','','','0','Cash',18.42,'30','','','4','','1','2020-10-27 10:38:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.22','0.37','Inclusive',NULL),(4315,'41603794916','70','5','250','retail','0','2020-10-26 13:38:06','','','','2','Cash',30.70,'50','','','4','','1','2020-10-27 10:38:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.91','1.06','Inclusive',NULL),(4316,'41603795106','85','5','600','retail','0','2020-10-26 13:39:10','','','','0','Cash',73.68,'120','','','4','','1','2020-10-27 10:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','752.00','747','Inclusive',NULL),(4317,'41603795180','1','1','320','retail','0','2020-10-26 13:41:24','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','233.00','232','Inclusive',NULL),(4318,'41603795180','5','1','110','retail','0','2020-10-26 13:41:24','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','3.50','2.5','Inclusive',NULL),(4319,'41603795180','133','1','10','retail','0','2020-10-26 13:41:24','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(4320,'41603795180','10','1','20','retail','0','2020-10-26 13:41:24','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','300.50','299.5','Inclusive',NULL),(4321,'41603795180','15','1','30','retail','0','2020-10-26 13:41:24','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.72','0.75','Inclusive',NULL),(4322,'41603795180','70','1','50','retail','0','2020-10-26 13:41:24','','','','2','Cash',6.14,'50','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.06','0.06','Inclusive',NULL),(4323,'41603795180','137','1','50','retail','0','2020-10-26 13:41:24','','','','0','Cash',6.14,'50','','','4','','1','2020-10-27 10:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(4324,'41603795311','94','5','700','retail','0','2020-10-26 13:44:15','','','','0','Cash',85.96,'140','','','4','','1','2020-10-27 10:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','93.00','88','Inclusive',NULL),(4325,'41603795311','161','20','950','retail','0','2020-10-26 13:44:15','','','','0','Cash',116.67,'47.50','','','4','','1','2020-10-27 10:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1223.00','1203','Inclusive',NULL),(4326,'41603795471','1','1','320','retail','0','2020-10-26 14:03:50','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 11:16:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','232.00','231','Inclusive',NULL),(4327,'41603795471','5','1','110','retail','0','2020-10-26 14:03:50','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 11:16:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.50','1.5','Inclusive',NULL),(4328,'41603795471','133','1','10','retail','0','2020-10-26 14:03:50','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 11:16:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(4329,'41603795471','15','1','30','retail','0','2020-10-26 14:03:50','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 11:16:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.75','0.78','Inclusive',NULL),(4330,'41603795471','73','1','100','retail','0','2020-10-26 14:03:50','','','','0','Cash',12.28,'100','','','4','','1','2020-10-27 11:16:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.75','0.8','Inclusive',NULL),(4331,'41603795471','10','1','20','retail','0','2020-10-26 14:03:50','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 11:16:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','299.50','298.5','Inclusive',NULL),(4332,'41603797407','161','5','250','retail','0','2020-10-26 14:18:48','','','','0','Cash',30.70,'50','','','4','','1','2020-10-27 11:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','1203.00','1198','Inclusive',NULL),(4333,'41603797551','1','1','320','retail','0','2020-10-27 14:21:43','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 11:22:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','231.00','230','Inclusive',NULL),(4334,'41603797551','15','1','30','retail','0','2020-10-27 14:21:43','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 11:22:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.78','0.81','Inclusive',NULL),(4335,'41603797551','74','1','50','retail','0','2020-10-27 14:21:43','','','','5','Cash',6.14,'50','','','4','','1','2020-10-27 11:22:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.22','0.25','Inclusive',NULL),(4336,'41603797551','5','1','110','retail','0','2020-10-27 14:21:43','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 11:22:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.50','0.5','Inclusive',NULL),(4337,'41603797551','10','1','20','retail','0','2020-10-27 14:21:43','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 11:22:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','298.50','297.5','Inclusive',NULL),(4338,'41603797551','133','1','10','retail','0','2020-10-27 14:21:43','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 11:22:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(4339,'41603797825','1','2','640','retail','0','2020-10-26 14:25:50','','','','0','Cash',78.60,'320','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','230.00','228','Inclusive',NULL),(4340,'41603797825','5','2','220','retail','0','2020-10-26 14:25:50','','','','0','Cash',27.02,'110','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','0.50','1','Inclusive',NULL),(4341,'41603797825','10','2','40','retail','0','2020-10-26 14:25:50','','','','0','Cash',4.91,'20','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','297.50','295.5','Inclusive',NULL),(4342,'41603797825','133','2','20','retail','0','2020-10-26 14:25:50','','','','0','Cash',2.46,'10','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.85','0.95','Inclusive',NULL),(4343,'41603797825','15','1','30','retail','0','2020-10-26 14:25:50','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.81','0.84','Inclusive',NULL),(4344,'41603797825','19','1','30','retail','0','2020-10-26 14:25:50','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.37','0.4','Inclusive',NULL),(4345,'41603797825','70','1','50','retail','0','2020-10-26 14:25:50','','','','2','Cash',6.14,'50','','','4','','1','2020-10-27 11:26:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(4346,'41603798000','1','1','320','retail','0','2020-10-27 14:29:21','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 11:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','228.00','227','Inclusive',NULL),(4347,'41603798000','5','1','110','retail','0','2020-10-27 14:29:21','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 11:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4348,'41603798000','10','1','20','retail','0','2020-10-27 14:29:21','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 11:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','295.50','294.5','Inclusive',NULL),(4349,'41603798000','19','1','30','retail','0','2020-10-27 14:29:21','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 11:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.40','0.43','Inclusive',NULL),(4350,'41603798000','70','1','50','retail','0','2020-10-27 14:29:21','','','','2','Cash',6.14,'50','','','4','','1','2020-10-27 11:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(4351,'41603798000','133','1','10','retail','0','2020-10-27 14:29:21','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 11:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(4352,'41603798187','133','1','10','retail','0','2020-10-27 14:30:13','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 11:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4353,'41603798249','1','1','320','retail','0','2020-10-27 15:31:46','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 12:32:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','227.00','226','Inclusive',NULL),(4354,'41603798249','2','1','90','retail','0','2020-10-27 15:31:46','','','','0','Cash',11.05,'90','','','4','','1','2020-10-27 12:32:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(4355,'41603798249','10','1','20','retail','0','2020-10-27 15:31:46','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 12:32:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','294.50','293.5','Inclusive',NULL),(4356,'41603798249','33','1','130','retail','0','2020-10-27 15:31:46','','','','0','Cash',15.96,'130','','','4','','1','2020-10-27 12:32:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.50','0.75','Inclusive',NULL),(4358,'41603798249','74','1','50','retail','0','2020-10-27 15:31:46','','','','5','Cash',6.14,'50','','','4','','1','2020-10-27 12:32:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.25','0.28','Inclusive',NULL),(4359,'41603798249','27','1','30','retail','0','2020-10-27 15:31:46','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 12:32:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.68','0.71','Inclusive',NULL),(4363,'41603801924','70','2','100','retail','0','2020-10-27 15:33:06','','','','2','Cash',12.28,'50','','','4','','1','2020-10-27 12:33:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.12','0.18','Inclusive',NULL),(4364,'41603801999','1','1','320','retail','0','2020-10-27 15:34:50','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','226.75','225.75','Inclusive',NULL),(4365,'41603801999','5','1','110','retail','0','2020-10-27 15:34:50','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4366,'41603801999','133','1','10','retail','0','2020-10-27 15:34:50','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(4367,'41603801999','10','1','20','retail','0','2020-10-27 15:34:50','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','293.50','292.5','Inclusive',NULL),(4368,'41603801999','19','1','30','retail','0','2020-10-27 15:34:50','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.43','0.46','Inclusive',NULL),(4369,'41603801999','70','1','50','retail','0','2020-10-27 15:34:50','','','','2','Cash',6.14,'50','','','4','','1','2020-10-27 12:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(4370,'41603802096','91','5','700','retail','0','2020-10-27 15:41:11','','','','1','Cash',85.96,'140','','','4','','1','2020-10-27 12:41:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','215.00','210','Inclusive',NULL),(4372,'41603802505','1','4','1280','retail','0','2020-10-27 15:45:33','','','','0','Cash',157.19,'320','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','4','225.75','221.75','Inclusive',NULL),(4373,'41603802505','5','1','110','retail','0','2020-10-27 15:45:33','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4375,'41603802505','5','1','110','retail','0','2020-10-27 15:45:33','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4376,'41603802505','5','1','110','retail','0','2020-10-27 15:45:33','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4377,'41603802505','133','4','40','retail','0','2020-10-27 15:45:33','','','','0','Cash',4.91,'10','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.05','0.25','Inclusive',NULL),(4378,'41603802505','10','4','80','retail','0','2020-10-27 15:45:33','','','','0','Cash',9.82,'20','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','292.50','288.5','Inclusive',NULL),(4379,'41603802505','70','3','150','retail','0','2020-10-27 15:45:33','','','','2','Cash',18.42,'50','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.21','0.3','Inclusive',NULL),(4380,'41603802505','74','1','50','retail','0','2020-10-27 15:45:33','','','','5','Cash',6.14,'50','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.28','0.31','Inclusive',NULL),(4381,'41603802505','15','4','120','retail','0','2020-10-27 15:45:33','','','','0','Cash',14.74,'30','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','1.87','1.99','Inclusive',NULL),(4382,'41603802505','5','1','110','retail','0','2020-10-27 15:45:33','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 12:45:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4384,'41603803014','150','20','2500','retail','0','2020-10-27 15:51:41','','','','0','Cash',307.02,'125','','','4','','1','2020-10-27 12:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','','250.00','230','Inclusive',NULL),(4385,'41603803112','147','2','1000','retail','0','2020-10-27 15:53:26','','','','0','Cash',122.81,'500','','','4','','1','2020-10-27 12:53:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','2','544.00','542','Inclusive',NULL),(4386,'41603803217','1','1','320','retail','0','2020-10-27 15:56:48','','','','0','Cash',39.30,'320','','','4','','1','2020-10-27 12:58:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','221.75','220.75','Inclusive',NULL),(4387,'41603803217','5','1','110','retail','0','2020-10-27 15:56:48','','','','0','Cash',13.51,'110','','','4','','1','2020-10-27 12:58:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4388,'41603803217','133','1','10','retail','0','2020-10-27 15:56:48','','','','0','Cash',1.23,'10','','','4','','1','2020-10-27 12:58:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(4389,'41603803217','19','1','30','retail','0','2020-10-27 15:56:48','','','','0','Cash',3.68,'30','','','4','','1','2020-10-27 12:58:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.46','0.49','Inclusive',NULL),(4390,'41603803217','74','1','50','retail','0','2020-10-27 15:56:48','','','','5','Cash',6.14,'50','','','4','','1','2020-10-27 12:58:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.31','0.34','Inclusive',NULL),(4391,'41603803217','10','1','20','retail','0','2020-10-27 15:56:48','','','','0','Cash',2.46,'20','','','4','','1','2020-10-27 12:58:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','288.50','287.5','Inclusive',NULL),(4392,'41603806763','64','3','1800','retail','0','2020-10-27 16:54:27','','','','0','Cash',221.05,'600','','','4','','1','2020-10-27 13:56:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','526.32','','14.50','11.5','Inclusive',NULL),(4393,'41603867704','3','1','170','retail','0','2020-10-28 09:53:34','','','','0','Cash',20.88,'170','','','4','','1','2020-10-28 06:54:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(4394,'41603867704','6','1','70','retail','0','2020-10-28 09:53:34','','','','0','Cash',8.60,'70','','','4','','1','2020-10-28 06:54:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(4395,'41603867704','11','1','20','retail','0','2020-10-28 09:53:34','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 06:54:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','5.50','4.5','Inclusive',NULL),(4396,'41603867704','133','1','10','retail','0','2020-10-28 09:53:34','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 06:54:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(4398,'41603867704','74','1','50','retail','0','2020-10-28 09:53:34','','','','5','Cash',6.14,'50','','','4','','1','2020-10-28 06:54:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.34','0.37','Inclusive',NULL),(4399,'41603867704','15','1','30','retail','0','2020-10-28 09:53:34','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 06:54:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.99','0.99','Inclusive',NULL),(4400,'41603868059','73','1','100','retail','0','2020-10-28 09:54:49','','','','0','Cash',12.28,'100','','','4','','1','2020-10-28 06:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.80','0.85','Inclusive',NULL),(4401,'41603868136','1','1','320','retail','0','2020-10-28 09:59:24','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 06:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','220.75','219.75','Inclusive',NULL),(4402,'41603868136','5','1','110','retail','0','2020-10-28 09:59:24','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 06:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4403,'41603868136','133','1','10','retail','0','2020-10-28 09:59:24','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 06:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.35','0.4','Inclusive',NULL),(4404,'41603868136','10','1','20','retail','0','2020-10-28 09:59:24','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 06:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','287.50','286.5','Inclusive',NULL),(4405,'41603868136','15','1','30','retail','0','2020-10-28 09:59:24','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 06:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.99','1.02','Inclusive',NULL),(4406,'41603868136','70','1','50','retail','0','2020-10-28 09:59:24','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 06:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(4407,'41603868381','1','1','320','retail','0','2020-10-28 10:01:14','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 07:01:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','219.75','218.75','Inclusive',NULL),(4408,'41603868381','5','1','110','retail','0','2020-10-28 10:01:14','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 07:01:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4409,'41603868381','133','1','10','retail','0','2020-10-28 10:01:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 07:01:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.40','0.45','Inclusive',NULL),(4410,'41603868381','10','1','20','retail','0','2020-10-28 10:01:14','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 07:01:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','286.50','285.5','Inclusive',NULL),(4411,'41603868381','15','1','30','retail','0','2020-10-28 10:01:14','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 07:01:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.02','0.02','Inclusive',NULL),(4412,'41603868381','70','1','50','retail','0','2020-10-28 10:01:14','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 07:01:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.33','0.36','Inclusive',NULL),(4413,'41603868542','288','2','300','retail','0','2020-10-28 10:26:45','','','','0','Cash',36.84,'150','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','2.00','0','Inclusive',NULL),(4414,'41603868542','1','1','320','retail','0','2020-10-28 10:26:45','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','218.75','217.75','Inclusive',NULL),(4415,'41603868542','15','1','30','retail','0','2020-10-28 10:26:45','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.02','0.05','Inclusive',NULL),(4416,'41603868542','74','1','50','retail','0','2020-10-28 10:26:45','','','','5','Cash',6.14,'50','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.37','0.4','Inclusive',NULL),(4417,'41603868542','5','1','110','retail','0','2020-10-28 10:26:45','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4418,'41603868542','133','1','10','retail','0','2020-10-28 10:26:45','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.45','0.5','Inclusive',NULL),(4419,'41603868542','10','1','20','retail','0','2020-10-28 10:26:45','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 07:27:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','285.50','284.5','Inclusive',NULL),(4420,'41603870039','1','1','320','retail','0','2020-10-28 10:29:33','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 07:29:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','217.75','216.75','Inclusive',NULL),(4421,'41603870039','5','1','110','retail','0','2020-10-28 10:29:33','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 07:29:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4422,'41603870039','133','1','10','retail','0','2020-10-28 10:29:33','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 07:29:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.50','0.55','Inclusive',NULL),(4423,'41603870039','10','1','20','retail','0','2020-10-28 10:29:33','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 07:29:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','284.50','283.5','Inclusive',NULL),(4424,'41603870039','15','1','30','retail','0','2020-10-28 10:29:33','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 07:29:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.05','0.08','Inclusive',NULL),(4425,'41603870039','74','1','50','retail','0','2020-10-28 10:29:33','','','','5','Cash',6.14,'50','','','4','','1','2020-10-28 07:29:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.43','Inclusive',NULL),(4427,'41603872274','147','5','2000','retail','0','2020-10-28 11:05:17','','','','0','Cash',245.61,'400','','','4','','1','2020-10-28 08:06:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','542.00','537','Inclusive',NULL),(4428,'41603872394','91','5','698','retail','0','2020-10-28 11:08:03','','','','1','Cash',85.72,'139.6','','','4','','1','2020-10-28 08:09:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.46','','210.00','205','Inclusive',NULL),(4429,'41603872546','3','1','170','retail','0','2020-10-28 11:44:24','','','','0','Cash',20.88,'170','','','4','','1','2020-10-28 08:45:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(4430,'41603872546','6','1','70','retail','0','2020-10-28 11:44:24','','','','0','Cash',8.60,'70','','','4','','1','2020-10-28 08:45:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(4431,'41603872546','133','1','10','retail','0','2020-10-28 11:44:24','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 08:45:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.55','0.6','Inclusive',NULL),(4432,'41603872546','11','1','20','retail','0','2020-10-28 11:44:24','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 08:45:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','4.50','3.5','Inclusive',NULL),(4433,'41603872546','19','1','30','retail','0','2020-10-28 11:44:24','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 08:45:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.52','0.52','Inclusive',NULL),(4434,'41603872546','70','1','50','retail','0','2020-10-28 11:44:24','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 08:45:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.36','0.39','Inclusive',NULL),(4435,'41603874706','1','2','640','retail','0','2020-10-28 11:48:08','','','','0','Cash',78.60,'320','','','4','','1','2020-10-28 08:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','216.25','214.25','Inclusive',NULL); INSERT INTO `sales_order` VALUES (4436,'41603874706','5','2','220','retail','0','2020-10-28 11:48:08','','','','0','Cash',27.02,'110','','','4','','1','2020-10-28 08:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','2','Inclusive',NULL),(4437,'41603874706','133','2','20','retail','0','2020-10-28 11:48:08','','','','0','Cash',2.46,'10','','','4','','1','2020-10-28 08:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.60','0.7','Inclusive',NULL),(4438,'41603874706','10','2','40','retail','0','2020-10-28 11:48:08','','','','0','Cash',4.91,'20','','','4','','1','2020-10-28 08:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','283.50','281.5','Inclusive',NULL),(4439,'41603874706','19','2','60','retail','0','2020-10-28 11:48:08','','','','0','Cash',7.37,'30','','','4','','1','2020-10-28 08:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.52','0.58','Inclusive',NULL),(4440,'41603874706','2','2','180','retail','0','2020-10-28 11:48:08','','','','0','Cash',22.11,'90','','','4','','1','2020-10-28 08:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','2','0.25','0.75','Inclusive',NULL),(4441,'41603874909','94','5','700','retail','0','2020-10-28 11:52:45','','','','0','Cash',85.96,'140','','','4','','1','2020-10-28 08:53:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','88.00','83','Inclusive',NULL),(4442,'41603875186','3','1','170','retail','0','2020-10-28 11:56:03','','','','0','Cash',20.88,'170','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(4443,'41603875186','6','1','70','retail','0','2020-10-28 11:56:03','','','','0','Cash',8.60,'70','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0.25','Inclusive',NULL),(4444,'41603875186','133','1','10','retail','0','2020-10-28 11:56:03','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.70','0.75','Inclusive',NULL),(4445,'41603875186','11','1','20','retail','0','2020-10-28 11:56:03','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','3.50','2.5','Inclusive',NULL),(4446,'41603875186','19','1','30','retail','0','2020-10-28 11:56:03','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.58','0.61','Inclusive',NULL),(4447,'41603875186','70','1','50','retail','0','2020-10-28 11:56:03','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.39','0.42','Inclusive',NULL),(4448,'41603875186','2','1','90','retail','0','2020-10-28 11:56:03','','','','0','Cash',11.05,'90','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.75','1','Inclusive',NULL),(4449,'41603875186','11','1','20','retail','0','2020-10-28 11:56:03','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','2.50','1.5','Inclusive',NULL),(4450,'41603875186','50','1','210','retail','0','2020-10-28 11:56:03','','','','0','Cash',25.79,'210','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','1.50','0.5','Inclusive',NULL),(4451,'41603875186','55','1','50','retail','0','2020-10-28 11:56:03','','','','0','Cash',6.14,'50','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.50','0.5','Inclusive',NULL),(4452,'41603875186','23','1','30','retail','0','2020-10-28 11:56:03','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.37','0.4','Inclusive',NULL),(4453,'41603875186','73','1','100','retail','0','2020-10-28 11:56:03','','','','0','Cash',12.28,'100','','','4','','1','2020-10-28 08:56:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.85','0.9','Inclusive',NULL),(4454,'41603876130','1','10','3000','retail','0','2020-10-28 13:08:22','','','','0','Cash',368.42,'300','','','4','','1','2020-10-28 10:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','213.00','203','Inclusive',NULL),(4455,'41603876130','4','10','2000','retail','0','2020-10-28 13:08:22','','','','0','Cash',245.61,'200','','','4','','1','2020-10-28 10:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','257.25','247.25','Inclusive',NULL),(4456,'41603876130','7','1.5','300','retail','0','2020-10-28 13:08:22','','','','0','Cash',36.84,'200','','','4','','1','2020-10-28 10:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1.5','114.20','112.7','Inclusive',NULL),(4457,'41603876130','10','5','100','retail','0','2020-10-28 13:08:22','','','','0','Cash',12.28,'20','','','4','','1','2020-10-28 10:10:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','281.50','276.5','Inclusive',NULL),(4458,'41603879811','40','1','60','retail','0','2020-10-28 13:11:20','','','','0','Cash',7.37,'60','','','4','','1','2020-10-28 13:27:32','1','1','returned','1','new','pcs','','2020-10-28 16:27:32','8','yes','','0','','','VATABLE','52.63','1','13.50','12.5','Inclusive',NULL),(4459,'41603879811','38','1','330','retail','0','2020-10-28 13:11:20','','','','0','Cash',40.53,'330','','','4','','1','2020-10-28 13:27:35','1','1','returned','1','new','pcs','','2020-10-28 16:27:35','8','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(4460,'41603879811','9','1','60','retail','0','2020-10-28 13:11:20','','','','0','Cash',7.37,'60','','','4','','1','2020-10-28 13:27:39','1','1','returned','1','new','pcs','','2020-10-28 16:27:39','8','yes','','0','','','VATABLE','52.63','1','3.25','2.25','Inclusive',NULL),(4461,'41603879888','1','1','320','retail','0','2020-10-28 13:13:49','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 10:14:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','203.00','202','Inclusive',NULL),(4462,'41603879888','5','1','110','retail','0','2020-10-28 13:13:49','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 10:14:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(4463,'41603879888','133','1','10','retail','0','2020-10-28 13:13:49','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 10:14:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.75','0.8','Inclusive',NULL),(4464,'41603879888','15','1','30','retail','0','2020-10-28 13:13:49','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 10:14:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.08','0.11','Inclusive',NULL),(4465,'41603879888','70','1','50','retail','0','2020-10-28 13:13:49','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 10:14:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.42','0.45','Inclusive',NULL),(4466,'41603879888','10','1','20','retail','0','2020-10-28 13:13:49','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 10:14:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','276.50','275.5','Inclusive',NULL),(4467,'41603880055','88','5','500','retail','0','2020-10-28 13:22:34','','','','0','Cash',61.40,'100','','','4','','1','2020-10-28 10:22:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','373.00','368','Inclusive',NULL),(4468,'41603880581','3','1','160','retail','0','2020-10-28 13:34:14','','','','0','Cash',19.65,'160','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(4469,'41603880581','2','1','90','retail','0','2020-10-28 13:34:14','','','','0','Cash',11.05,'90','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(4470,'41603880581','11','1','20','retail','0','2020-10-28 13:34:14','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(4471,'41603880581','137','1','50','retail','0','2020-10-28 13:34:14','','','','0','Cash',6.14,'50','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.20','0.3','Inclusive',NULL),(4472,'41603880581','139','1','50','retail','0','2020-10-28 13:34:14','','','','0','Cash',6.14,'50','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(4473,'41603880581','138','1','50','retail','0','2020-10-28 13:34:14','','','','0','Cash',6.14,'50','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.80','0.9','Inclusive',NULL),(4474,'41603880581','27','1','30','retail','0','2020-10-28 13:34:14','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.71','0.74','Inclusive',NULL),(4475,'41603880581','3','1','170','retail','0','2020-10-28 13:34:14','','','','0','Cash',20.88,'170','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0.5','Inclusive',NULL),(4476,'41603880581','6','1','70','retail','0','2020-10-28 13:34:14','','','','0','Cash',8.60,'70','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.25','0.5','Inclusive',NULL),(4477,'41603880581','133','1','10','retail','0','2020-10-28 13:34:14','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.80','0.85','Inclusive',NULL),(4478,'41603880581','11','1','20','retail','0','2020-10-28 13:34:14','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 10:36:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(4479,'41603883289','1','1','320','retail','0','2020-10-28 14:10:13','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 11:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','201.50','200.5','Inclusive',NULL),(4480,'41603883289','5','1','110','retail','0','2020-10-28 14:10:13','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 11:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4481,'41603883289','10','1','20','retail','0','2020-10-28 14:10:13','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 11:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','275.00','274','Inclusive',NULL),(4482,'41603883289','133','1','10','retail','0','2020-10-28 14:10:13','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 11:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.85','0.9','Inclusive',NULL),(4483,'41603883289','19','1','30','retail','0','2020-10-28 14:10:13','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 11:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.61','0.64','Inclusive',NULL),(4484,'41603883289','74','1','50','retail','0','2020-10-28 14:10:13','','','','5','Cash',6.14,'50','','','4','','1','2020-10-28 11:10:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.43','0.46','Inclusive',NULL),(4485,'41603883421','1','1','320','retail','0','2020-10-28 14:12:38','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 11:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','200.50','199.5','Inclusive',NULL),(4486,'41603883421','5','1','110','retail','0','2020-10-28 14:12:38','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 11:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4487,'41603883421','10','1','20','retail','0','2020-10-28 14:12:38','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 11:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','274.00','273','Inclusive',NULL),(4488,'41603883421','133','1','10','retail','0','2020-10-28 14:12:38','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 11:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.90','0.95','Inclusive',NULL),(4489,'41603883421','19','1','30','retail','0','2020-10-28 14:12:38','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 11:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.64','0.67','Inclusive',NULL),(4490,'41603883421','70','1','50','retail','0','2020-10-28 14:12:38','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 11:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.45','0.48','Inclusive',NULL),(4491,'41603883582','19','1','30','retail','0','2020-10-28 14:30:29','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.67','0.7','Inclusive',NULL),(4492,'41603883582','74','1','50','retail','0','2020-10-28 14:30:29','','','','5','Cash',6.14,'50','','','4','','1','2020-10-28 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.46','0.49','Inclusive',NULL),(4493,'41603883582','1','1','320','retail','0','2020-10-28 14:30:29','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','199.50','198.5','Inclusive',NULL),(4494,'41603883582','5','1','110','retail','0','2020-10-28 14:30:29','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4495,'41603883582','133','1','10','retail','0','2020-10-28 14:30:29','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.95','1','Inclusive',NULL),(4496,'41603883582','10','1','20','retail','0','2020-10-28 14:30:29','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 11:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','273.00','272','Inclusive',NULL),(4497,'41603884689','65','1','500','retail','0','2020-10-28 14:45:09','','','','0','Cash',61.40,'500','','','4','','1','2020-10-28 11:45:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','1.00','0','Inclusive',NULL),(4498,'41603884689','27','1','30','retail','0','2020-10-28 14:45:09','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 11:45:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.74','0.77','Inclusive',NULL),(4499,'41603884689','70','1','50','retail','0','2020-10-28 14:45:09','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 11:45:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.48','0.51','Inclusive',NULL),(4500,'41603885531','1','1','320','retail','0','2020-10-28 15:09:34','','','','0','Cash',39.30,'320','','','4','','1','2020-10-28 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','198.50','197.5','Inclusive',NULL),(4501,'41603885531','19','1','30','retail','0','2020-10-28 15:09:34','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.70','0.73','Inclusive',NULL),(4502,'41603885531','70','1','50','retail','0','2020-10-28 15:09:34','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.51','0.54','Inclusive',NULL),(4503,'41603885531','5','1','110','retail','0','2020-10-28 15:09:34','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4504,'41603885531','133','1','10','retail','0','2020-10-28 15:09:34','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4505,'41603885531','10','1','20','retail','0','2020-10-28 15:09:34','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 12:09:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','272.00','271','Inclusive',NULL),(4510,'41603891066','1','1','320','retail','0','2020-10-28 16:21:49','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','367.50','366.5','Inclusive',NULL),(4512,'41603891066','133','1','10','retail','0','2020-10-28 16:21:49','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(4513,'41603891066','10','1','20','retail','0','2020-10-28 16:21:49','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','271.00','270','Inclusive',NULL),(4514,'41603891066','5','1','110','retail','0','2020-10-28 16:21:49','','','','0','Cash',13.51,'110','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4515,'41603891066','3','1','160','retail','0','2020-10-28 16:21:49','','','','0','Cash',19.65,'160','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.50','1','Inclusive',NULL),(4516,'41603891066','2','1','90','retail','0','2020-10-28 16:21:49','','','','0','Cash',11.05,'90','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(4517,'41603891066','11','1','20','retail','0','2020-10-28 16:21:49','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(4518,'41603891066','137','1','50','retail','0','2020-10-28 16:21:49','','','','0','Cash',6.14,'50','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.4','Inclusive',NULL),(4519,'41603891066','139','1','50','retail','0','2020-10-28 16:21:49','','','','0','Cash',6.14,'50','','','4','','1','2020-10-28 13:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.40','0.5','Inclusive',NULL),(4520,'41603891345','1','5','1500','retail','0','2020-10-28 16:24:50','','','','159.60','Cash',184.21,'300','','','4','','1','2020-10-28 13:25:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','365.75','360.75','Inclusive',NULL),(4521,'41603891345','4','5','1000','retail','0','2020-10-28 16:24:50','','','','0','Cash',122.81,'200','','','4','','1','2020-10-28 13:25:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','245.25','240.25','Inclusive',NULL),(4522,'41603891345','19','6','120','retail','0','2020-10-28 16:24:50','','','','0','Cash',14.74,'20','','','4','','1','2020-10-28 13:25:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','6.91','0.91','Inclusive',NULL),(4523,'41603891345','70','1','50','retail','0','2020-10-28 16:24:50','','','','2','Cash',6.14,'50','','','4','','1','2020-10-28 13:25:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.57','0.57','Inclusive',NULL),(4524,'41603891544','3','1','170','retail','0','2020-10-28 16:27:50','','','','0','Cash',20.88,'170','','','4','','1','2020-10-28 13:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(4525,'41603891544','6','1','70','retail','0','2020-10-28 16:27:50','','','','0','Cash',8.60,'70','','','4','','1','2020-10-28 13:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.75','0.75','Inclusive',NULL),(4526,'41603891544','11','1','20','retail','0','2020-10-28 16:27:50','','','','0','Cash',2.46,'20','','','4','','1','2020-10-28 13:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(4527,'41603891544','19','1','30','retail','0','2020-10-28 16:27:50','','','','0','Cash',3.68,'30','','','4','','1','2020-10-28 13:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.91','0.94','Inclusive',NULL),(4528,'41603891544','74','1','50','retail','0','2020-10-28 16:27:50','','','','5','Cash',6.14,'50','','','4','','1','2020-10-28 13:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.49','0.52','Inclusive',NULL),(4529,'41603891544','133','1','10','retail','0','2020-10-28 16:27:50','','','','0','Cash',1.23,'10','','','4','','1','2020-10-28 13:27:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(4531,'41603950676','147','5','2500','retail','0','2020-10-29 08:51:28','','','','0','Cash',307.02,'500','','','4','','1','2020-10-29 05:51:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','537.00','532','Inclusive',NULL),(4532,'41603950838','152','1','350','retail','0','2020-10-29 08:56:40','','','','0','Cash',42.98,'350','','','4','','1','2020-10-29 05:56:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','1.20','0.2','Inclusive',NULL),(4533,'41603951039','161','5','300','retail','0','2020-10-29 10:20:04','','','','0','Cash',36.84,'60','','','4','','1','2020-10-29 07:20:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1198.00','1193','Inclusive',NULL),(4534,'41603956014','1','1','320','retail','0','2020-10-29 11:11:53','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-29 08:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','360.75','359.75','Inclusive',NULL),(4535,'41603956014','5','1','110','retail','0','2020-10-29 11:11:53','','','','0','Cash',13.51,'110','','','4','','1','2020-10-29 08:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4536,'41603956014','133','1','10','retail','0','2020-10-29 11:11:53','','','','0','Cash',1.23,'10','','','4','','1','2020-10-29 08:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(4537,'41603956014','10','1','20','retail','0','2020-10-29 11:11:53','','','','0','Cash',2.46,'20','','','4','','1','2020-10-29 08:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','269.50','268.5','Inclusive',NULL),(4538,'41603956014','70','1','50','retail','0','2020-10-29 11:11:53','','','','2','Cash',6.14,'50','','','4','','1','2020-10-29 08:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.57','0.6','Inclusive',NULL),(4539,'41603956014','23','1','30','retail','0','2020-10-29 11:11:53','','','','0','Cash',3.68,'30','','','4','','1','2020-10-29 08:12:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.40','0.43','Inclusive',NULL),(4540,'41603959130','1','1','320','retail','0','2020-10-29 11:58:43','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','359.75','358.75','Inclusive',NULL),(4541,'41603959130','5','1','110','retail','0','2020-10-29 11:58:43','','','','0','Cash',13.51,'110','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4542,'41603959130','15','1','30','retail','0','2020-10-29 11:58:43','','','','0','Cash',3.68,'30','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.11','0.14','Inclusive',NULL),(4543,'41603959130','74','1','50','retail','0','2020-10-29 11:58:43','','','','5','Cash',6.14,'50','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.52','0.55','Inclusive',NULL),(4544,'41603959130','10','1','20','retail','0','2020-10-29 11:58:43','','','','0','Cash',2.46,'20','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','268.50','267.5','Inclusive',NULL),(4545,'41603959130','133','1','10','retail','0','2020-10-29 11:58:43','','','','0','Cash',1.23,'10','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(4546,'41603959130','38','1','330','retail','0','2020-10-29 11:58:43','','','','0','Cash',40.53,'330','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','2.00','1','Inclusive',NULL),(4547,'41603959130','40','1','60','retail','0','2020-10-29 11:58:43','','','','0','Cash',7.37,'60','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','13.50','12.5','Inclusive',NULL),(4548,'41603959130','9','1','60','retail','0','2020-10-29 11:58:43','','','','0','Cash',7.37,'60','','','4','','1','2020-10-29 08:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','3.25','2.25','Inclusive',NULL),(4549,'41603963810','1','1','320','retail','0','2020-10-29 13:10:42','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-29 10:10:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','358.75','357.75','Inclusive',NULL),(4550,'41603963810','70','1','50','retail','0','2020-10-29 13:10:42','','','','2','Cash',6.14,'50','','','4','','1','2020-10-29 10:10:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.60','0.63','Inclusive',NULL),(4551,'41603963810','15','1','30','retail','0','2020-10-29 13:10:42','','','','0','Cash',3.68,'30','','','4','','1','2020-10-29 10:10:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.14','0.17','Inclusive',NULL),(4552,'41603963810','5','1','110','retail','0','2020-10-29 13:10:42','','','','0','Cash',13.51,'110','','','4','','1','2020-10-29 10:10:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4553,'41603963810','10','1','20','retail','0','2020-10-29 13:10:42','','','','0','Cash',2.46,'20','','','4','','1','2020-10-29 10:10:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','267.50','266.5','Inclusive',NULL),(4554,'41603963810','133','1','10','retail','0','2020-10-29 13:10:42','','','','0','Cash',1.23,'10','','','4','','1','2020-10-29 10:10:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.20','0.25','Inclusive',NULL),(4555,'41603966263','288','1','150','retail','0','2020-10-29 13:13:06','','','','0','Cash',18.42,'150','','','4','','1','2020-10-29 10:13:14','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','10.00','9','Inclusive',NULL),(4556,'41603966402','110','20','1400','retail','0','2020-10-29 13:17:29','','','','0','Cash',171.93,'70','','','4','','1','2020-10-29 10:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','503.00','483','Inclusive',NULL),(4557,'41603966402','69','1','100','retail','0','2020-10-29 13:17:29','','','','0','Cash',12.28,'100','','','4','','1','2020-10-29 10:18:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(4558,'41603966967','1','1','320','retail','0','2020-10-29 13:25:08','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','357.75','356.75','Inclusive',NULL),(4559,'41603966967','5','1','110','retail','0','2020-10-29 13:25:08','','','','0','Cash',13.51,'110','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.50','1','Inclusive',NULL),(4560,'41603966967','10','1','20','retail','0','2020-10-29 13:25:08','','','','0','Cash',2.46,'20','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','266.50','265.5','Inclusive',NULL),(4561,'41603966967','133','1','10','retail','0','2020-10-29 13:25:08','','','','0','Cash',1.23,'10','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.25','0.3','Inclusive',NULL),(4562,'41603966967','19','1','30','retail','0','2020-10-29 13:25:08','','','','0','Cash',3.68,'30','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.94','0.97','Inclusive',NULL),(4563,'41603966967','70','1','50','retail','0','2020-10-29 13:25:08','','','','2','Cash',6.14,'50','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.63','0.66','Inclusive',NULL),(4564,'41603966967','177','5','1100','retail','0','2020-10-29 13:25:08','','','','0','Cash',135.09,'220','','','4','','1','2020-10-29 10:25:19','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','192.98','','345.00','340','Inclusive',NULL),(4565,'41603967122','143','1','300','retail','0','2020-10-29 14:10:35','','','','2','Cash',36.84,'300','','','4','','1','2020-10-29 11:10:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.00','0','Inclusive',NULL),(4566,'41603969843','19','1','30','retail','0','2020-10-29 14:55:21','','','','0','Cash',3.68,'30','','','4','','1','2020-10-29 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.97','1','Inclusive',NULL),(4567,'41603969843','70','1','50','retail','0','2020-10-29 14:55:21','','','','2','Cash',6.14,'50','','','4','','1','2020-10-29 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.66','0.69','Inclusive',NULL),(4568,'41603969843','1','1','320','retail','0','2020-10-29 14:55:21','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-29 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','356.75','355.75','Inclusive',NULL),(4569,'41603969843','5','1','110','retail','0','2020-10-29 14:55:21','','','','0','Cash',13.51,'110','','','4','','1','2020-10-29 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4570,'41603969843','133','1','10','retail','0','2020-10-29 14:55:21','','','','0','Cash',1.23,'10','','','4','','1','2020-10-29 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.30','0.35','Inclusive',NULL),(4571,'41603969843','10','1','20','retail','0','2020-10-29 14:55:21','','','','0','Cash',2.46,'20','','','4','','1','2020-10-29 11:55:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','265.50','264.5','Inclusive',NULL),(4572,'41604056736','1','1','340','retail','0','2020-10-30 14:28:18','','','','159.60','Cash',41.75,'340','','','4','','1','2020-10-30 11:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','302.00','301','Inclusive',NULL),(4573,'41604056736','4','1','260','retail','0','2020-10-30 14:28:18','','','','0','Cash',31.93,'260','','','4','','1','2020-10-30 11:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','173.00','172','Inclusive',NULL),(4574,'41604056736','7','1','200','retail','0','2020-10-30 14:28:18','','','','0','Cash',24.56,'200','','','4','','1','2020-10-30 11:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','96.70','95.7','Inclusive',NULL),(4575,'41604056736','10','1','20','retail','0','2020-10-30 14:28:18','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 11:28:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','204.00','203','Inclusive',NULL),(4576,'41604057321','1','1','320','retail','0','2020-10-30 14:31:06','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-30 11:31:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','301.00','300','Inclusive',NULL),(4577,'41604057321','5','1','110','retail','0','2020-10-30 14:31:06','','','','0','Cash',13.51,'110','','','4','','1','2020-10-30 11:31:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4578,'41604057321','19','1','30','retail','0','2020-10-30 14:31:06','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 11:31:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(4579,'41604057321','70','1','50','retail','0','2020-10-30 14:31:06','','','','2','Cash',6.14,'50','','','4','','1','2020-10-30 11:31:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(4580,'41604057321','133','1','10','retail','0','2020-10-30 14:31:06','','','','0','Cash',1.23,'10','','','4','','1','2020-10-30 11:31:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0.05','Inclusive',NULL),(4581,'41604057321','10','1','20','retail','0','2020-10-30 14:31:06','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 11:31:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','203.00','202','Inclusive',NULL),(4582,'41604057512','3','3','510','retail','0','2020-10-30 14:50:07','','','','0','Cash',62.63,'170','','','4','','1','2020-10-30 11:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','1.5','Inclusive',NULL),(4583,'41604057512','6','3','210','retail','0','2020-10-30 14:50:07','','','','0','Cash',25.79,'70','','','4','','1','2020-10-30 11:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','3','0.00','0.75','Inclusive',NULL),(4585,'41604057512','19','3','90','retail','0','2020-10-30 14:50:07','','','','0','Cash',11.05,'30','','','4','','1','2020-10-30 11:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.03','0.12','Inclusive',NULL),(4592,'41604057512','133','3','30','retail','0','2020-10-30 14:50:07','','','','0','Cash',3.68,'10','','','4','','1','2020-10-30 11:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','','9.65','6.65','Inclusive',NULL),(4593,'41604057512','70','3','150','retail','0','2020-10-30 14:50:07','','','','2','Cash',18.42,'50','','','4','','1','2020-10-30 11:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.03','0.12','Inclusive',NULL),(4594,'41604057512','11','3','60','retail','0','2020-10-30 14:50:07','','','','0','Cash',7.37,'20','','','4','','1','2020-10-30 11:50:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','0.00','1.5','Inclusive',NULL),(4595,'41604058617','161','5','300','retail','0','2020-10-30 14:50:55','','','','0','Cash',36.84,'60','','','4','','1','2020-10-30 11:51:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1115.00','1110','Inclusive',NULL),(4596,'41604058664','1','3','960','retail','0','2020-10-30 14:53:28','','','','159.60','Cash',117.89,'320','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','298.50','295.5','Inclusive',NULL),(4597,'41604058664','5','3','330','retail','0','2020-10-30 14:53:28','','','','0','Cash',40.53,'110','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.50','2','Inclusive',NULL),(4598,'41604058664','133','3','30','retail','0','2020-10-30 14:53:28','','','','0','Cash',3.68,'10','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','9.65','6.65','Inclusive',NULL),(4599,'41604058664','10','3','60','retail','0','2020-10-30 14:53:28','','','','0','Cash',7.37,'20','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','200.50','197.5','Inclusive',NULL),(4600,'41604058664','15','2','60','retail','0','2020-10-30 14:53:28','','','','0','Cash',7.37,'30','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.00','0.06','Inclusive',NULL),(4601,'41604058664','19','1','30','retail','0','2020-10-30 14:53:28','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4602,'41604058664','74','3','150','retail','0','2020-10-30 14:53:28','','','','5','Cash',18.42,'50','','','4','','1','2020-10-30 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','0.09','Inclusive',NULL),(4603,'41604058814','40','1','60','retail','0','2020-10-30 14:54:28','','','','0','Cash',7.37,'60','','','4','','1','2020-10-30 11:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.5','Inclusive',NULL),(4604,'41604058814','38','1','330','retail','0','2020-10-30 14:54:28','','','','0','Cash',40.53,'330','','','4','','1','2020-10-30 11:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(4605,'41604058814','9','1','60','retail','0','2020-10-30 14:54:28','','','','0','Cash',7.37,'60','','','4','','1','2020-10-30 11:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(4606,'41604058879','100','1','1420','retail','0','2020-10-30 15:07:22','','','','0','Cash',174.39,'1420','','','4','','1','2020-10-30 12:07:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1245.61','','12.00','11','Inclusive',NULL),(4607,'41604058879','284','1','0','retail','0','2020-10-30 15:07:22','','','','0','Cash',0.00,'0','','','4','','1','2020-10-30 12:07:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','1','200.00','199','Inclusive',NULL),(4608,'41604058879','290','1','0','retail','0','2020-10-30 15:07:22','','','','0','Cash',0.00,'0','','','4','','1','2020-10-30 12:07:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','1','12.00','11','Inclusive',NULL),(4609,'41604059753','1','1','320','retail','0','2020-10-30 15:11:31','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-30 12:12:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','295.50','294.5','Inclusive',NULL),(4610,'41604059753','5','1','110','retail','0','2020-10-30 15:11:31','','','','0','Cash',13.51,'110','','','4','','1','2020-10-30 12:12:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(4611,'41604059753','133','1','10','retail','0','2020-10-30 15:11:31','','','','0','Cash',1.23,'10','','','4','','1','2020-10-30 12:12:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','6.65','5.65','Inclusive',NULL),(4612,'41604059753','10','1','20','retail','0','2020-10-30 15:11:31','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 12:12:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','197.50','196.5','Inclusive',NULL),(4613,'41604059753','19','1','30','retail','0','2020-10-30 15:11:31','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 12:12:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(4614,'41604059958','1','1','320','retail','0','2020-10-30 15:14:11','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-30 12:14:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','294.50','293.5','Inclusive',NULL),(4615,'41604059958','15','1','30','retail','0','2020-10-30 15:14:11','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 12:14:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(4616,'41604059958','70','1','50','retail','0','2020-10-30 15:14:11','','','','2','Cash',6.14,'50','','','4','','1','2020-10-30 12:14:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(4617,'41604059958','5','1','110','retail','0','2020-10-30 15:14:11','','','','0','Cash',13.51,'110','','','4','','1','2020-10-30 12:14:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4618,'41604059958','10','1','20','retail','0','2020-10-30 15:14:11','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 12:14:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','196.50','195.5','Inclusive',NULL),(4619,'41604059958','133','1','10','retail','0','2020-10-30 15:14:11','','','','0','Cash',1.23,'10','','','4','','1','2020-10-30 12:14:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','5.65','4.65','Inclusive',NULL),(4620,'41604060059','1','1','320','retail','0','2020-10-30 15:17:18','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-30 12:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','293.50','292.5','Inclusive',NULL),(4621,'41604060059','5','1','110','retail','0','2020-10-30 15:17:18','','','','0','Cash',13.51,'110','','','4','','1','2020-10-30 12:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0.5','Inclusive',NULL),(4622,'41604060059','133','1','10','retail','0','2020-10-30 15:17:18','','','','0','Cash',1.23,'10','','','4','','1','2020-10-30 12:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','4.65','3.65','Inclusive',NULL),(4623,'41604060059','15','1','30','retail','0','2020-10-30 15:17:18','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 12:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','0.12','Inclusive',NULL),(4624,'41604060059','74','1','50','retail','0','2020-10-30 15:17:18','','','','5','Cash',6.14,'50','','','4','','1','2020-10-30 12:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(4625,'41604060059','10','1','20','retail','0','2020-10-30 15:17:18','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 12:17:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','195.50','194.5','Inclusive',NULL),(4626,'41604060279','3','1','160','retail','0','2020-10-30 15:20:38','','','','0','Cash',19.65,'160','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.50','0.5','Inclusive',NULL),(4627,'41604060279','2','1','90','retail','0','2020-10-30 15:20:38','','','','0','Cash',11.05,'90','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0.25','Inclusive',NULL),(4628,'41604060279','11','1','20','retail','0','2020-10-30 15:20:38','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.50','0.5','Inclusive',NULL),(4629,'41604060279','137','1','50','retail','0','2020-10-30 15:20:38','','','','0','Cash',6.14,'50','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(4630,'41604060279','169','1','50','retail','0','2020-10-30 15:20:38','','','','0','Cash',6.14,'50','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(4631,'41604060279','139','1','50','retail','0','2020-10-30 15:20:38','','','','0','Cash',6.14,'50','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(4632,'41604060279','27','1','30','retail','0','2020-10-30 15:20:38','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 12:21:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(4633,'41604060498','1','1','320','retail','0','2020-10-30 15:43:17','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','292.25','291.25','Inclusive',NULL),(4634,'41604060498','2','1','90','retail','0','2020-10-30 15:43:17','','','','0','Cash',11.05,'90','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.25','0.5','Inclusive',NULL),(4635,'41604060498','10','1','20','retail','0','2020-10-30 15:43:17','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','194.50','193.5','Inclusive',NULL),(4636,'41604060498','33','1','130','retail','0','2020-10-30 15:43:17','','','','0','Cash',15.96,'130','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(4637,'41604060498','48','1','60','retail','0','2020-10-30 15:43:17','','','','0','Cash',7.37,'60','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0.25','Inclusive',NULL),(4638,'41604060498','27','1','30','retail','0','2020-10-30 15:43:17','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(4639,'41604060498','70','1','50','retail','0','2020-10-30 15:43:17','','','','2','Cash',6.14,'50','','','4','','1','2020-10-30 12:43:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(4640,'41604061820','19','1','30','retail','0','2020-10-30 15:45:10','','','','0','Cash',3.68,'30','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.18','0.21','Inclusive',NULL),(4641,'41604061820','70','1','50','retail','0','2020-10-30 15:45:10','','','','2','Cash',6.14,'50','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(4642,'41604061820','10','1','20','retail','0','2020-10-30 15:45:10','','','','0','Cash',2.46,'20','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','193.50','192.5','Inclusive',NULL),(4643,'41604061820','3','1','170','retail','0','2020-10-30 15:45:10','','','','0','Cash',20.88,'170','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.50','1','Inclusive',NULL),(4644,'41604061820','6','1','70','retail','0','2020-10-30 15:45:10','','','','0','Cash',8.60,'70','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.75','1','Inclusive',NULL),(4645,'41604061820','133','1','10','retail','0','2020-10-30 15:45:10','','','','0','Cash',1.23,'10','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','3.65','2.65','Inclusive',NULL),(4646,'41604061820','137','1','50','retail','0','2020-10-30 15:45:10','','','','0','Cash',6.14,'50','','','4','','1','2020-10-30 12:46:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','0.2','Inclusive',NULL),(4647,'41604061986','155','5','750','retail','0','2020-10-30 15:58:45','','','','0','Cash',92.11,'150','','','4','','1','2020-10-30 13:31:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','5','60.00','55','Inclusive',NULL),(4648,'41604127824','1','3','960','retail','0','2020-10-31 10:14:58','','','','159.60','Mpesa',117.89,'320','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','290.50','287.5','Inclusive',NULL),(4649,'41604127824','5','3','330','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',40.53,'110','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.50','2','Inclusive',NULL),(4650,'41604127824','133','3','30','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',3.68,'10','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','2.65','2.8','Inclusive',NULL),(4651,'41604127824','10','3','60','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',7.37,'20','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','192.50','189.5','Inclusive',NULL),(4652,'41604127824','70','1','50','retail','0','2020-10-31 10:14:58','','','','2','Mpesa',6.14,'50','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(4653,'41604127824','74','1','50','retail','0','2020-10-31 10:14:58','','','','5','Mpesa',6.14,'50','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(4654,'41604127824','169','1','50','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',6.14,'50','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(4655,'41604127824','15','1','30','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',3.68,'30','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4656,'41604127824','19','1','30','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',3.68,'30','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(4657,'41604127824','23','1','30','retail','0','2020-10-31 10:14:58','','','','0','Mpesa',3.68,'30','','','4','','1','2020-10-31 07:15:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(4658,'41604128549','1','5','1600','retail','0','2020-10-31 10:51:40','','','','159.60','Cash',196.49,'320','','','4','','1','2020-10-31 07:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','287.50','282.5','Inclusive',NULL),(4659,'41604128549','4','5','1100','retail','0','2020-10-31 10:51:40','','','','0','Cash',135.09,'220','','','4','','1','2020-10-31 07:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','167.00','162','Inclusive',NULL),(4660,'41604128549','7','5','1000','retail','0','2020-10-31 10:51:40','','','','0','Cash',122.81,'200','','','4','','1','2020-10-31 07:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','5','94.65','89.65','Inclusive',NULL),(4661,'41604128549','10','5','100','retail','0','2020-10-31 10:51:40','','','','0','Cash',12.28,'20','','','4','','1','2020-10-31 07:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','189.50','184.5','Inclusive',NULL),(4663,'41604128549','62','5','600','retail','0','2020-10-31 10:51:40','','','','0','Cash',73.68,'120','','','4','','1','2020-10-31 07:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','16.00','11','Inclusive',NULL),(4664,'41604128549','59','5','1200','retail','0','2020-10-31 10:51:40','','','','0','Cash',147.37,'240','','','4','','1','2020-10-31 07:51:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','5','8.00','3','Inclusive',NULL),(4665,'41604130713','1','1','320','retail','0','2020-10-31 11:08:22','','','','159.60','Cash',39.30,'320','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','282.50','281.5','Inclusive',NULL),(4666,'41604130713','5','1','110','retail','0','2020-10-31 11:08:22','','','','0','Cash',13.51,'110','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(4667,'41604130713','133','1','10','retail','0','2020-10-31 11:08:22','','','','0','Cash',1.23,'10','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.80','1.8','Inclusive',NULL),(4668,'41604130713','10','1','20','retail','0','2020-10-31 11:08:22','','','','0','Cash',2.46,'20','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','184.50','183.5','Inclusive',NULL),(4669,'41604130713','19','1','30','retail','0','2020-10-31 11:08:22','','','','0','Cash',3.68,'30','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(4670,'41604130713','74','1','50','retail','0','2020-10-31 11:08:22','','','','5','Cash',6.14,'50','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(4671,'41604130713','40','1','60','retail','0','2020-10-31 11:08:22','','','','0','Cash',7.37,'60','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','1','Inclusive',NULL),(4672,'41604130713','38','1','330','retail','0','2020-10-31 11:08:22','','','','0','Cash',40.53,'330','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(4673,'41604130713','9','1','60','retail','0','2020-10-31 11:08:22','','','','0','Cash',7.37,'60','','','4','','1','2020-10-31 08:08:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.5','Inclusive',NULL),(4674,'41604131717','3','1','170','retail','0','2020-10-31 11:30:15','','','','0','Cash',20.88,'170','','','4','','1','2020-10-31 08:30:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(4675,'41604131717','15','1','30','retail','0','2020-10-31 11:30:15','','','','0','Cash',3.68,'30','','','4','','1','2020-10-31 08:30:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.15','0.18','Inclusive',NULL),(4676,'41604131717','74','1','50','retail','0','2020-10-31 11:30:15','','','','5','Cash',6.14,'50','','','4','','1','2020-10-31 08:30:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(4678,'41604131717','6','1','70','retail','0','2020-10-31 11:30:15','','','','0','Cash',8.60,'70','','','4','','1','2020-10-31 08:30:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(4679,'41604131717','133','1','10','retail','0','2020-10-31 11:30:15','','','','0','Cash',1.23,'10','','','4','','1','2020-10-31 08:30:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.80','0.8','Inclusive',NULL),(4680,'41604131717','11','1','20','retail','0','2020-10-31 11:30:15','','','','0','Cash',2.46,'20','','','4','','1','2020-10-31 08:30:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.50','1','Inclusive',NULL),(4681,'41604140769','38','1','330','retail','0','2020-10-31 13:40:59','','','','0','Cash',40.53,'330','','','4','','1','2020-10-31 10:41:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(4682,'41604140769','40','1','60','retail','0','2020-10-31 13:40:59','','','','0','Cash',7.37,'60','','','4','','1','2020-10-31 10:41:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(4683,'41604140769','9','1','60','retail','0','2020-10-31 13:40:59','','','','0','Cash',7.37,'60','','','4','','1','2020-10-31 10:41:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.50','0.75','Inclusive',NULL),(4684,'81604294609','6','1','70','retail','0','2020-11-02 08:24:35','','','','0','Cash',8.60,'70','','','8','','1','2020-11-02 05:25:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0','Inclusive',NULL),(4685,'41604295497','85','1','120','retail','0','2020-11-02 08:39:01','','','','0','Cash',14.74,'120','','','4','','1','2020-11-02 05:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','501.50','500.5','Inclusive',NULL),(4686,'41604295549','1','1','340','retail','0','2020-11-02 10:14:48','','','','159.60','Cash',41.75,'340','','','4','','1','2020-11-02 07:14:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','281.50','280.5','Inclusive',NULL),(4689,'41604295549','4','1','260','retail','0','2020-11-02 10:14:48','','','','0','Cash',31.93,'260','','','4','','1','2020-11-02 07:14:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','158.00','157','Inclusive',NULL),(4690,'41604295549','7','1','200','retail','0','2020-11-02 10:14:48','','','','0','Cash',24.56,'200','','','4','','1','2020-11-02 07:14:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','89.10','88.1','Inclusive',NULL),(4691,'41604295549','10','1','20','retail','0','2020-11-02 10:14:48','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 07:14:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','183.00','182','Inclusive',NULL),(4692,'41604301297','1','1','320','retail','0','2020-11-02 10:56:28','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-02 08:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','280.50','279.5','Inclusive',NULL),(4693,'41604301297','19','1','30','retail','0','2020-11-02 10:56:28','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 08:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(4694,'41604301297','74','1','50','retail','0','2020-11-02 10:56:28','','','','5','Cash',6.14,'50','','','4','','1','2020-11-02 08:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.21','0.24','Inclusive',NULL),(4695,'41604301297','5','1','110','retail','0','2020-11-02 10:56:28','','','','0','Cash',13.51,'110','','','4','','1','2020-11-02 08:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4696,'41604301297','133','1','10','retail','0','2020-11-02 10:56:28','','','','0','Cash',1.23,'10','','','4','','1','2020-11-02 08:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.85','0.85','Inclusive',NULL),(4697,'41604301297','10','1','20','retail','0','2020-11-02 10:56:28','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 08:00:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','182.00','181','Inclusive',NULL),(4698,'41604304013','1','2','600','retail','0','2020-11-02 11:28:20','','','','159.60','Cash',73.68,'300','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','279.50','273.5','Inclusive',NULL),(4699,'41604304013','5','2','200','retail','0','2020-11-02 11:28:20','','','','0','Cash',24.56,'100','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(4700,'41604304013','3','2','300','retail','0','2020-11-02 11:28:20','','','','0','Cash',36.84,'150','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive',NULL),(4701,'41604304013','133','2','20','retail','0','2020-11-02 11:28:20','','','','0','Cash',2.46,'10','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.85','0.95','Inclusive',NULL),(4702,'41604304013','10','2','40','retail','0','2020-11-02 11:28:20','','','','0','Cash',4.91,'20','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','181.00','179','Inclusive',NULL),(4703,'41604304013','15','1','20','retail','0','2020-11-02 11:28:20','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.18','0.21','Inclusive',NULL),(4704,'41604304013','137','2','100','retail','0','2020-11-02 11:28:20','','','','0','Cash',12.28,'50','','','4','','1','2020-11-02 08:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.20','0.4','Inclusive',NULL),(4705,'41604305736','38','1','330','retail','0','2020-11-02 12:37:29','','','','0','Cash',40.53,'330','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0.5','Inclusive',NULL),(4706,'41604305736','9','2','120','retail','0','2020-11-02 12:37:29','','','','0','Cash',14.74,'60','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.75','1.25','Inclusive',NULL),(4707,'41604305736','40','2','120','retail','0','2020-11-02 12:37:29','','','','0','Cash',14.74,'60','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','1','Inclusive',NULL),(4708,'41604305736','1','2','640','retail','0','2020-11-02 12:37:29','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','273.50','271.5','Inclusive',NULL),(4709,'41604305736','5','2','220','retail','0','2020-11-02 12:37:29','','','','0','Cash',27.02,'110','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','0','Inclusive',NULL),(4710,'41604305736','10','2','40','retail','0','2020-11-02 12:37:29','','','','0','Cash',4.91,'20','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','179.00','177','Inclusive',NULL),(4711,'41604305736','133','2','20','retail','0','2020-11-02 12:37:29','','','','0','Cash',2.46,'10','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.95','1.05','Inclusive',NULL),(4712,'41604305736','38','1','330','retail','0','2020-11-02 12:37:29','','','','0','Cash',40.53,'330','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.50','1','Inclusive',NULL),(4713,'41604305736','19','1','30','retail','0','2020-11-02 12:37:29','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.30','0.33','Inclusive',NULL),(4714,'41604305736','19','1','30','retail','0','2020-11-02 12:37:29','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.33','0.36','Inclusive',NULL),(4715,'41604305736','70','2','100','retail','0','2020-11-02 12:37:29','','','','2','Cash',12.28,'50','','','4','','1','2020-11-02 09:39:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.24','0.3','Inclusive',NULL),(4716,'41604309949','185','1','250','retail','0','2020-11-02 12:39:29','','','','0','Cash',30.70,'250','','','4','','1','2020-11-02 09:39:37','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','9.00','8','Inclusive',NULL),(4718,'41604310174','288','5','750','retail','0','2020-11-02 13:18:50','','','','0','Cash',92.11,'150','','','4','','1','2020-11-02 10:21:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','18.00','13','Inclusive',NULL),(4719,'41604312472','110','20','1400','retail','0','2020-11-02 14:24:18','','','','0','Cash',171.93,'70','','','4','','1','2020-11-02 11:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','419.00','399','Inclusive',NULL),(4721,'41604316269','6','1','70','retail','0','2020-11-02 14:29:29','','','','0','Cash',8.60,'70','','','4','','1','2020-11-02 11:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0','Inclusive',NULL),(4722,'41604316269','133','1','10','retail','0','2020-11-02 14:29:29','','','','0','Cash',1.23,'10','','','4','','1','2020-11-02 11:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.05','0.05','Inclusive',NULL),(4723,'41604316269','11','1','20','retail','0','2020-11-02 14:29:29','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 11:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(4724,'41604316269','15','1','30','retail','0','2020-11-02 14:29:29','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 11:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.21','0.24','Inclusive',NULL),(4725,'41604316269','70','1','50','retail','0','2020-11-02 14:29:29','','','','2','Cash',6.14,'50','','','4','','1','2020-11-02 11:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(4726,'41604316269','3','1','170','retail','0','2020-11-02 14:29:29','','','','0','Cash',20.88,'170','','','4','','1','2020-11-02 11:29:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(4727,'41604316578','1','1','320','retail','0','2020-11-02 14:53:23','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-02 11:54:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','269.50','268.5','Inclusive',NULL),(4728,'41604316578','5','1','110','retail','0','2020-11-02 14:53:23','','','','0','Cash',13.51,'110','','','4','','1','2020-11-02 11:54:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4729,'41604316578','10','1','20','retail','0','2020-11-02 14:53:23','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 11:54:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','177.00','176','Inclusive',NULL),(4730,'41604316578','133','1','10','retail','0','2020-11-02 14:53:23','','','','0','Cash',1.23,'10','','','4','','1','2020-11-02 11:54:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.05','0.1','Inclusive',NULL),(4731,'41604316578','19','1','30','retail','0','2020-11-02 14:53:23','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 11:54:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.36','0.39','Inclusive',NULL),(4732,'41604316578','74','1','50','retail','0','2020-11-02 14:53:23','','','','5','Cash',6.14,'50','','','4','','1','2020-11-02 11:54:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.24','0.27','Inclusive',NULL),(4733,'41604318082','98','24','8160','retail','0','2020-11-02 15:14:02','','','','0','Mpesa',1002.11,'340','','','4','','1','2020-11-02 12:14:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','48.00','24','Inclusive',NULL),(4734,'41604318082','195','120','22800','retail','0','2020-11-02 15:14:02','','','','0','Mpesa',2800.00,'190','','','4','','1','2020-11-02 12:14:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','166.67','','161.00','41','Inclusive',NULL),(4735,'41604318082','284','144','0','retail','0','2020-11-02 15:14:02','','','','0','Mpesa',0.00,'0','','','4','','1','2020-11-02 12:14:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','','199.00','55','Inclusive',NULL),(4736,'41604318082','276','144','0','retail','0','2020-11-02 15:14:02','','','','0','Mpesa',0.00,'0','','','4','','1','2020-11-02 12:14:28','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','144','318.00','174','Inclusive',NULL),(4737,'41604319271','152','1','300','retail','0','2020-11-02 15:15:47','','','','0','Mpesa',36.84,'300','','','4','','1','2020-11-02 12:16:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','0.00','0.6','Inclusive',NULL),(4738,'41604319724','155','5','750','retail','0','2020-11-02 15:39:20','','','','0','Mpesa',92.11,'150','','','4','','1','2020-11-02 12:43:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','5','55.00','50','Inclusive',NULL),(4739,'41604321012','1','1','320','retail','0','2020-11-02 15:52:33','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-02 12:55:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','268.50','267.5','Inclusive',NULL),(4740,'41604321012','5','1','110','retail','0','2020-11-02 15:52:33','','','','0','Cash',13.51,'110','','','4','','1','2020-11-02 12:55:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4741,'41604321012','10','1','20','retail','0','2020-11-02 15:52:33','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 12:55:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','176.00','175','Inclusive',NULL),(4742,'41604321012','133','1','10','retail','0','2020-11-02 15:52:33','','','','0','Cash',1.23,'10','','','4','','1','2020-11-02 12:55:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.10','0.15','Inclusive',NULL),(4743,'41604321012','15','1','30','retail','0','2020-11-02 15:52:33','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 12:55:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.24','0.27','Inclusive',NULL),(4744,'41604321012','74','1','50','retail','0','2020-11-02 15:52:33','','','','5','Cash',6.14,'50','','','4','','1','2020-11-02 12:55:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.27','0.3','Inclusive',NULL),(4745,'41604321732','185','1','250','retail','0','2020-11-02 15:55:59','','','','0','Cash',30.70,'250','','','4','','1','2020-11-02 12:56:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','8.00','7','Inclusive',NULL),(4746,'41604321792','185','1','250','retail','0','2020-11-02 15:57:00','','','','0','Mpesa',30.70,'250','','','4','','1','2020-11-02 12:57:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','7.00','6','Inclusive',NULL),(4747,'41604321834','185','1','250','retail','0','2020-11-02 16:22:05','','','','0','Mpesa',30.70,'250','','','4','','1','2020-11-02 13:26:59','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','6.00','5','Inclusive',NULL),(4748,'41604323621','3','1','170','retail','0','2020-11-02 16:57:14','','','','0','Cash',20.88,'170','','','4','','1','2020-11-02 13:57:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(4749,'41604323621','6','1','70','retail','0','2020-11-02 16:57:14','','','','0','Cash',8.60,'70','','','4','','1','2020-11-02 13:57:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0','Inclusive',NULL),(4750,'41604323621','133','1','10','retail','0','2020-11-02 16:57:14','','','','0','Cash',1.23,'10','','','4','','1','2020-11-02 13:57:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.15','0.2','Inclusive',NULL),(4751,'41604323621','11','1','20','retail','0','2020-11-02 16:57:14','','','','0','Cash',2.46,'20','','','4','','1','2020-11-02 13:57:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0.5','Inclusive',NULL),(4752,'41604323621','15','1','30','retail','0','2020-11-02 16:57:14','','','','0','Cash',3.68,'30','','','4','','1','2020-11-02 13:57:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.27','0.3','Inclusive',NULL),(4753,'41604323621','74','1','50','retail','0','2020-11-02 16:57:14','','','','5','Cash',6.14,'50','','','4','','1','2020-11-02 13:57:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.30','0.33','Inclusive',NULL),(4754,'41604380594','97','5','500','retail','0','2020-11-03 08:17:13','','','','0','Cash',61.40,'100','','','4','','1','2020-11-03 05:17:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','44.00','39','Inclusive',NULL),(4755,'41604380594','152','1','350','retail','0','2020-11-03 08:17:13','','','','0','Cash',42.98,'350','','','4','','1','2020-11-03 05:17:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.60','1.2','Inclusive',NULL),(4768,'41604470735','161','660','31350','retail','0','2020-11-04 09:20:26','','','','0','Invoice',3850.00,'47.50','','','4','','1','2020-11-04 06:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1110.00','450','Inclusive',NULL),(4769,'41604470735','85','130','15600','retail','0','2020-11-04 09:20:26','','','','0','Invoice',1915.79,'120','','','4','','1','2020-11-04 06:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','130','500.50','370.5','Inclusive',NULL),(4771,'41604494332','40','1','60','retail','0','2020-11-04 15:54:41','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-04 12:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0','Inclusive',NULL),(4772,'41604494332','38','1','330','retail','0','2020-11-04 15:54:41','','','','0','Mpesa',40.53,'330','','','4','','1','2020-11-04 12:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0','Inclusive',NULL),(4773,'41604494332','9','1','60','retail','0','2020-11-04 15:54:41','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-04 12:55:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.25','0.25','Inclusive',NULL),(4774,'41604494519','178','5','1400','retail','0','2020-11-04 15:57:29','','','','0','Cash',171.93,'280','','','4','','1','2020-11-04 12:57:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','245.61','','120.00','115','Inclusive',NULL),(4775,'41604494519','85','5','600','retail','0','2020-11-04 15:57:29','','','','0','Cash',73.68,'120','','','4','','1','2020-11-04 12:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','370.50','365.5','Inclusive',NULL),(4776,'41604494519','40','1','60','retail','0','2020-11-04 15:57:29','','','','0','Cash',7.37,'60','','','4','','1','2020-11-04 12:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0','Inclusive',NULL),(4777,'41604494519','38','1','330','retail','0','2020-11-04 15:57:29','','','','0','Cash',40.53,'330','','','4','','1','2020-11-04 12:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0','Inclusive',NULL),(4778,'41604494519','9','1','60','retail','0','2020-11-04 15:57:29','','','','0','Cash',7.37,'60','','','4','','1','2020-11-04 12:57:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.25','Inclusive',NULL),(4779,'41604494657','46','1','240','retail','0','2020-11-04 15:59:26','','','','0','Mpesa',29.47,'240','','','4','','1','2020-11-04 12:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','1','37.00','36','Inclusive',NULL),(4780,'41604494776','1','1','320','retail','0','2020-11-04 16:00:39','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-04 13:01:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','265.50','264.5','Inclusive',NULL),(4781,'41604494776','5','1','110','retail','0','2020-11-04 16:00:39','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-04 13:01:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4782,'41604494776','133','1','10','retail','0','2020-11-04 16:00:39','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-04 13:01:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4783,'41604494776','10','1','20','retail','0','2020-11-04 16:00:39','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-04 13:01:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','172.50','171.5','Inclusive',NULL),(4784,'41604494873','40','1','60','retail','0','2020-11-04 16:02:05','','','','0','Cash',7.37,'60','','','4','','1','2020-11-04 13:02:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0','Inclusive',NULL),(4785,'41604494873','38','1','330','retail','0','2020-11-04 16:02:05','','','','0','Cash',40.53,'330','','','4','','1','2020-11-04 13:02:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0','Inclusive',NULL),(4786,'41604494873','9','1','60','retail','0','2020-11-04 16:02:05','','','','0','Cash',7.37,'60','','','4','','1','2020-11-04 13:02:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.25','Inclusive',NULL),(4787,'41604494932','163','10','4000','retail','0','2020-11-04 16:03:32','','','','0','Mpesa',491.23,'400','','','4','','1','2020-11-04 13:03:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','227.00','217','Inclusive',NULL),(4789,'41604555692','100','10','14000','retail','0','2020-11-05 09:08:27','','','','0','Cash',1719.30,'1400','','','4','','1','2020-11-05 06:08:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','11.00','1','Inclusive',NULL),(4790,'41604555692','284','10','0','retail','0','2020-11-05 09:08:27','','','','0','Cash',0.00,'0','','','4','','1','2020-11-05 06:08:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','10','55.00','45','Inclusive',NULL),(4791,'41604555692','290','10','0','retail','0','2020-11-05 09:08:27','','','','0','Cash',0.00,'0','','','4','','1','2020-11-05 06:08:48','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','10','11.00','1','Inclusive',NULL),(4795,'41604561557','11','1','20','retail','0','2020-11-03 10:34:46','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 07:34:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(4796,'41604561557','50','1','210','retail','0','2020-11-03 10:34:46','','','','0','Cash',25.79,'210','','','4','','1','2020-11-05 07:34:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','1.00','0','Inclusive',NULL),(4797,'41604561557','55','1','50','retail','0','2020-11-03 10:34:46','','','','0','Cash',6.14,'50','','','4','','1','2020-11-05 07:34:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','1.00','0','Inclusive',NULL),(4798,'41604561557','23','1','30','retail','0','2020-11-03 10:34:46','','','','0','Cash',3.68,'30','','','4','','1','2020-11-05 07:34:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(4799,'41604561557','73','1','100','retail','0','2020-11-03 10:34:46','','','','0','Cash',12.28,'100','','','4','','1','2020-11-05 07:34:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(4800,'41604561557','2','1','90','retail','0','2020-11-03 10:34:46','','','','0','Cash',11.05,'90','','','4','','1','2020-11-05 07:34:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','0','Inclusive',NULL),(4801,'41604561699','1','1','300','retail','0','2020-11-03 10:36:38','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-05 07:36:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','258.50','257.5','Inclusive',NULL),(4802,'41604561699','5','1','100','retail','0','2020-11-03 10:36:38','','','','0','Cash',12.28,'100','','','4','','1','2020-11-05 07:36:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(4803,'41604561699','10','1','20','retail','0','2020-11-03 10:36:38','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 07:36:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','171.50','170.5','Inclusive',NULL),(4804,'41604561699','133','1','10','retail','0','2020-11-03 10:36:38','','','','0','Cash',1.23,'10','','','4','','1','2020-11-05 07:36:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4805,'41604561699','15','1','20','retail','0','2020-11-03 10:36:38','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 07:36:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.00','0.03','Inclusive',NULL),(4806,'41604561699','70','1','50','retail','0','2020-11-03 10:36:38','','','','2','Cash',6.14,'50','','','4','','1','2020-11-05 07:36:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(4807,'41604562034','1','1','320','retail','0','2020-11-03 10:41:33','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-05 07:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','257.50','256.5','Inclusive',NULL),(4808,'41604562034','5','1','110','retail','0','2020-11-03 10:41:33','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-05 07:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4809,'41604562034','133','1','10','retail','0','2020-11-03 10:41:33','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-05 07:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4810,'41604562034','10','1','20','retail','0','2020-11-03 10:41:33','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-05 07:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','170.50','169.5','Inclusive',NULL),(4811,'41604562034','19','1','30','retail','0','2020-11-03 10:41:33','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-05 07:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(4812,'41604562034','70','1','50','retail','0','2020-11-03 10:41:33','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-05 07:41:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.03','0.06','Inclusive',NULL),(4813,'41604562112','110','3','300','retail','0','2020-11-03 10:42:59','','','','0','Mpesa',36.84,'100','','','4','','1','2020-11-05 07:43:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','399.00','396','Inclusive',NULL),(4814,'41604562194','152','1','300','retail','0','2020-11-03 10:43:50','','','','0','Cash',36.84,'300','','','4','','1','2020-11-05 07:44:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','1.20','0.2','Inclusive',NULL),(4815,'41604562254','147','5','2500','retail','0','2020-11-03 10:44:35','','','','0','Cash',307.02,'500','','','4','','1','2020-11-05 07:44:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','356.80','351.8','Inclusive',NULL),(4816,'41604562289','1','2','640','retail','0','2020-11-03 10:47:04','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-11-05 07:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','256.50','254.5','Inclusive',NULL),(4817,'41604562289','5','2','220','retail','0','2020-11-03 10:47:04','','','','0','Mpesa',27.02,'110','','','4','','1','2020-11-05 07:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','0','Inclusive',NULL),(4818,'41604562289','133','2','20','retail','0','2020-11-03 10:47:04','','','','0','Mpesa',2.46,'10','','','4','','1','2020-11-05 07:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','0','Inclusive',NULL),(4819,'41604562289','10','2','40','retail','0','2020-11-03 10:47:04','','','','0','Mpesa',4.91,'20','','','4','','1','2020-11-05 07:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','169.50','167.5','Inclusive',NULL),(4820,'41604562289','19','2','60','retail','0','2020-11-03 10:47:04','','','','0','Mpesa',7.37,'30','','','4','','1','2020-11-05 07:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.03','0.09','Inclusive',NULL),(4821,'41604562289','74','2','100','retail','0','2020-11-03 10:47:04','','','','5','Mpesa',12.28,'50','','','4','','1','2020-11-05 07:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','1.03','1.09','Inclusive',NULL),(4822,'41604562439','1','1','320','retail','0','2020-11-05 11:09:56','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-05 08:11:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','254.50','253.5','Inclusive',NULL),(4823,'41604562439','5','1','110','retail','0','2020-11-05 11:09:56','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-05 08:11:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4824,'41604562439','133','1','10','retail','0','2020-11-05 11:09:56','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-05 08:11:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4825,'41604562439','10','1','20','retail','0','2020-11-05 11:09:56','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-05 08:11:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','167.50','166.5','Inclusive',NULL),(4827,'41604562439','74','1','50','retail','0','2020-11-05 11:09:56','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-05 08:11:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.09','0.09','Inclusive',NULL),(4828,'41604562439','15','1','30','retail','0','2020-11-05 11:09:56','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-05 08:11:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(4829,'41604564400','1','1','320','retail','0','2020-11-03 11:20:51','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-05 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','253.50','252.5','Inclusive',NULL),(4830,'41604564400','5','1','110','retail','0','2020-11-03 11:20:51','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-05 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4831,'41604564400','133','1','10','retail','0','2020-11-03 11:20:51','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-05 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4832,'41604564400','10','1','20','retail','0','2020-11-03 11:20:51','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-05 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','166.50','165.5','Inclusive',NULL),(4833,'41604564400','19','1','30','retail','0','2020-11-03 11:20:51','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-05 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(4834,'41604564400','70','1','50','retail','0','2020-11-03 11:20:51','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-05 08:21:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.06','0.09','Inclusive',NULL),(4835,'41604564470','1','1','320','retail','0','2020-11-03 11:22:28','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-05 08:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','252.50','251.5','Inclusive',NULL),(4836,'41604564470','5','1','110','retail','0','2020-11-03 11:22:28','','','','0','Cash',13.51,'110','','','4','','1','2020-11-05 08:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4837,'41604564470','133','1','10','retail','0','2020-11-03 11:22:28','','','','0','Cash',1.23,'10','','','4','','1','2020-11-05 08:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4838,'41604564470','10','1','20','retail','0','2020-11-03 11:22:28','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 08:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','165.50','164.5','Inclusive',NULL),(4839,'41604564470','23','1','30','retail','0','2020-11-03 11:22:28','','','','0','Cash',3.68,'30','','','4','','1','2020-11-05 08:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','0.06','Inclusive',NULL),(4840,'41604564470','74','1','50','retail','0','2020-11-03 11:22:28','','','','5','Cash',6.14,'50','','','4','','1','2020-11-05 08:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(4841,'41604565543','40','1','60','retail','0','2020-11-03 11:39:51','','','','0','Cash',7.37,'60','','','4','','1','2020-11-05 08:40:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0','Inclusive',NULL),(4842,'41604565543','38','1','330','retail','0','2020-11-03 11:39:51','','','','0','Cash',40.53,'330','','','4','','1','2020-11-05 08:40:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','0','Inclusive',NULL),(4843,'41604565543','9','1','60','retail','0','2020-11-03 11:39:51','','','','0','Cash',7.37,'60','','','4','','1','2020-11-05 08:40:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','0.25','Inclusive',NULL),(4844,'41604565617','1','1','320','retail','0','2020-11-03 11:41:42','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-05 08:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','251.50','250.5','Inclusive',NULL),(4845,'41604565617','5','1','110','retail','0','2020-11-03 11:41:42','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-05 08:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','0','Inclusive',NULL),(4846,'41604565617','133','1','10','retail','0','2020-11-03 11:41:42','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-05 08:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4847,'41604565617','10','1','20','retail','0','2020-11-03 11:41:42','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-05 08:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','164.50','163.5','Inclusive',NULL),(4848,'41604565617','23','1','30','retail','0','2020-11-03 11:41:42','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-05 08:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(4849,'41604565617','74','1','50','retail','0','2020-11-03 11:41:42','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-05 08:42:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(4850,'41604565728','3','1','160','retail','0','2020-11-03 11:43:52','','','','0','Mpesa',19.65,'160','','','4','','1','2020-11-05 08:44:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(4851,'41604565728','6','1','70','retail','0','2020-11-03 11:43:52','','','','0','Mpesa',8.60,'70','','','4','','1','2020-11-05 08:44:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','0','Inclusive',NULL),(4852,'41604565728','133','1','10','retail','0','2020-11-03 11:43:52','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-05 08:44:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','0','Inclusive',NULL),(4853,'41604565728','11','1','20','retail','0','2020-11-03 11:43:52','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-05 08:44:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0','Inclusive',NULL),(4854,'41604565728','15','1','30','retail','0','2020-11-03 11:43:52','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-05 08:44:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.06','0.09','Inclusive',NULL),(4859,'41604569548','74','1','50','retail','0','2020-11-03 12:45:57','','','','5','Cash',6.14,'50','','','4','','1','2020-11-05 09:46:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.15','0.18','Inclusive',NULL),(4861,'41604569588','3','1','170','retail','0','2020-11-03 12:49:03','','','','0','Cash',20.88,'170','','','4','','1','2020-11-05 09:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(4862,'41604569588','11','1','20','retail','0','2020-11-03 12:49:03','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 09:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0','Inclusive',NULL),(4863,'41604569588','55','1','60','retail','0','2020-11-03 12:49:03','','','','0','Cash',7.37,'60','','','4','','1','2020-11-05 09:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive',NULL),(4864,'41604569588','49','1','420','retail','0','2020-11-03 12:49:03','','','','0','Cash',51.58,'420','','','4','','1','2020-11-05 09:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','28.00','27','Inclusive',NULL),(4865,'41604569588','15','1','30','retail','0','2020-11-03 12:49:03','','','','0','Cash',3.68,'30','','','4','','1','2020-11-05 09:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','0.12','Inclusive',NULL),(4866,'41604569588','73','2','200','retail','0','2020-11-03 12:49:03','','','','0','Cash',24.56,'100','','','4','','1','2020-11-05 09:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.05','0.15','Inclusive',NULL),(4867,'41604569754','38','6','1260','retail','0','2020-11-03 12:50:21','','','','0','Cash',154.74,'210','','','4','','1','2020-11-05 09:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','','0.00','0','Inclusive',NULL),(4869,'41604569918','163','1','400','retail','0','2020-11-03 12:52:18','','','','0','Cash',49.12,'400','','','4','','1','2020-11-05 09:52:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','217.00','216','Inclusive',NULL),(4870,'41604569992','2','1','80','retail','0','2020-11-04 12:56:15','','','','0','Cash',9.82,'80','','','4','','1','2020-11-05 09:56:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.00','0','Inclusive',NULL),(4871,'41604569992','11','1','20','retail','0','2020-11-04 12:56:15','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 09:56:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','0','Inclusive',NULL),(4872,'41604569992','50','1','200','retail','0','2020-11-04 12:56:15','','','','0','Cash',24.56,'200','','','4','','1','2020-11-05 09:56:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','0.00','0','Inclusive',NULL),(4873,'41604569992','55','1','50','retail','0','2020-11-04 12:56:15','','','','0','Cash',6.14,'50','','','4','','1','2020-11-05 09:56:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0','Inclusive',NULL),(4874,'41604569992','73','1','100','retail','0','2020-11-04 12:56:15','','','','0','Cash',12.28,'100','','','4','','1','2020-11-05 09:56:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.15','0.2','Inclusive',NULL),(4875,'41604570231','97','5','500','retail','0','2020-11-05 12:57:50','','','','0','Cash',61.40,'100','','','4','','1','2020-11-05 09:58:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','39.00','34','Inclusive',NULL),(4876,'41604570702','1','1','320','retail','0','2020-11-05 13:40:49','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','244.50','243.5','Inclusive',NULL),(4877,'41604570702','10','1','20','retail','0','2020-11-05 13:40:49','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','157.50','156.5','Inclusive',NULL),(4878,'41604570702','33','1','130','retail','0','2020-11-05 13:40:49','','','','0','Cash',15.96,'130','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0','Inclusive',NULL),(4879,'41604570702','27','1','30','retail','0','2020-11-05 13:40:49','','','','0','Cash',3.68,'30','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.00','0.03','Inclusive',NULL),(4880,'41604570702','70','1','50','retail','0','2020-11-05 13:40:49','','','','2','Cash',6.14,'50','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.09','0.12','Inclusive',NULL),(4881,'41604570702','3','1','160','retail','0','2020-11-05 13:40:49','','','','0','Cash',19.65,'160','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','0','Inclusive',NULL),(4882,'41604570702','48','1','60','retail','0','2020-11-05 13:40:49','','','','0','Cash',7.37,'60','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','0','Inclusive',NULL),(4883,'41604570702','36','1','130','retail','0','2020-11-05 13:40:49','','','','0','Cash',15.96,'130','','','4','','1','2020-11-05 10:41:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','0.25','Inclusive',NULL),(4884,'41604575293','1','1','320','retail','0','2020-11-05 14:56:27','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-05 11:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','241.50','240.5','Inclusive',NULL),(4885,'41604575293','5','1','110','retail','0','2020-11-05 14:56:27','','','','0','Cash',13.51,'110','','','4','','1','2020-11-05 11:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(4886,'41604575293','10','1','20','retail','0','2020-11-05 14:56:27','','','','0','Cash',2.46,'20','','','4','','1','2020-11-05 11:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','156.50','155.5','Inclusive',NULL),(4887,'81604638906','70','1','50','retail','0','2020-11-06 08:02:13','','','','2','Cash',6.14,'50','','','8','','1','2020-11-06 05:04:39','1','1','returned','1','new','pcs','','2020-11-06 08:04:39','8','yes','','0','','','VATABLE','43.86','1','0.12','0.15','Inclusive',NULL),(4888,'81604639021','70','1','50','retail','0','2020-11-06 08:03:58','','','','2','Cash',6.14,'50','','','8','','1','2020-11-06 05:04:29','1','1','returned','1','new','pcs','','2020-11-06 08:04:29','8','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(4889,'81604642166','70','1','50','retail','0','2020-11-06 08:56:14','','','','2','Cash',6.14,'50','','','8','','1','2020-11-06 05:57:46','1','1','returned','1','new','pcs','','2020-11-06 08:57:46','8','yes','','0','','','VATABLE','43.86','1','2.03','1.03','Inclusive',NULL),(4890,'81604642269','70','1','50','retail','0','2020-11-06 08:57:57','','','','2','Cash',6.14,'50','','','8','','1','2020-11-06 05:59:11','1','1','returned','1','new','pcs','','2020-11-06 08:59:11','8','yes','','0','','','VATABLE','43.86','1','2.03','1.03','Inclusive',NULL),(4891,'81604643575','70','1','50','retail','0','2020-11-06 09:19:42','','','','2','Cash',6.14,'50','','','8','','1','2020-11-06 06:20:23','1','1','returned','1','new','pcs','','2020-11-06 09:20:23','8','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4892,'41604644077','133','1','10','retail','0','2020-11-03 09:30:21','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 06:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4893,'41604644077','1','1','320','retail','0','2020-11-03 09:30:21','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 06:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','240.50','239.5','Inclusive',NULL),(4894,'41604644077','5','1','110','retail','0','2020-11-03 09:30:21','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 06:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4895,'41604644077','10','1','20','retail','0','2020-11-03 09:30:21','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 06:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.50','154.5','Inclusive',NULL),(4896,'41604644077','19','1','30','retail','0','2020-11-03 09:30:21','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 06:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4897,'41604644077','70','1','50','retail','0','2020-11-03 09:30:21','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 06:31:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(4898,'41604644269','133','1','10','retail','0','2020-11-04 09:32:39','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 06:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4899,'41604644269','19','1','30','retail','0','2020-11-04 09:32:39','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 06:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4900,'41604644269','5','1','110','retail','0','2020-11-04 09:32:39','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 06:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4901,'41604644269','1','1','320','retail','0','2020-11-04 09:32:39','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 06:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','240.50','239.5','Inclusive',NULL),(4902,'41604644269','10','1','20','retail','0','2020-11-04 09:32:39','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 06:33:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.50','154.5','Inclusive',NULL),(4903,'41604644387','133','1','10','retail','0','2020-11-04 09:37:22','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-06 06:37:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4904,'41604644387','15','1','30','retail','0','2020-11-04 09:37:22','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-06 06:37:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4905,'41604644387','74','1','50','retail','0','2020-11-04 09:37:22','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-06 06:37:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','0.21','Inclusive',NULL),(4906,'41604644387','10','1','20','retail','0','2020-11-04 09:37:22','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-06 06:37:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.50','154.5','Inclusive',NULL),(4908,'41604644387','5','1','110','retail','0','2020-11-04 09:37:22','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-06 06:37:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4909,'41604644387','1','1','320','retail','0','2020-11-04 09:37:22','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-06 06:37:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','240.50','239.5','Inclusive',NULL),(4910,'41604644664','70','1','50','retail','0','2020-11-04 09:41:52','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 06:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4911,'41604644664','15','1','20','retail','0','2020-11-04 09:41:52','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 06:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(4912,'41604644664','10','1','20','retail','0','2020-11-04 09:41:52','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 06:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.50','154.5','Inclusive',NULL),(4913,'41604644664','133','1','10','retail','0','2020-11-04 09:41:52','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 06:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4914,'41604644664','5','1','100','retail','0','2020-11-04 09:41:52','','','','0','Cash',12.28,'100','','','4','','1','2020-11-06 06:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(4915,'41604644664','1','1','300','retail','0','2020-11-04 09:41:52','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-06 06:42:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','240.50','240.5','Inclusive',NULL),(4916,'41604644924','1','1','300','retail','0','2020-11-04 09:43:34','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-06 06:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','240.50','240.5','Inclusive',NULL),(4917,'41604644924','5','1','100','retail','0','2020-11-04 09:43:34','','','','0','Cash',12.28,'100','','','4','','1','2020-11-06 06:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(4918,'41604644924','133','1','10','retail','0','2020-11-04 09:43:34','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 06:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4919,'41604644924','10','1','20','retail','0','2020-11-04 09:43:34','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 06:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.50','154.5','Inclusive',NULL),(4920,'41604644924','15','1','20','retail','0','2020-11-04 09:43:34','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 06:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(4921,'41604644924','70','1','50','retail','0','2020-11-04 09:43:34','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 06:43:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4922,'41604645034','1','2','600','retail','0','2020-11-04 09:48:26','','','','159.60','Cash',73.68,'300','','','4','','1','2020-11-06 06:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','240.50','239.5','Inclusive',NULL),(4923,'41604645034','5','2','200','retail','0','2020-11-04 09:48:26','','','','0','Cash',24.56,'100','','','4','','1','2020-11-06 06:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(4925,'41604645034','10','2','40','retail','0','2020-11-04 09:48:26','','','','0','Cash',4.91,'20','','','4','','1','2020-11-06 06:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','155.50','154.5','Inclusive',NULL),(4929,'41604645034','70','2','100','retail','0','2020-11-04 09:48:26','','','','2','Cash',12.28,'50','','','4','','1','2020-11-06 06:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(4930,'41604645034','133','2','20','retail','0','2020-11-04 09:48:26','','','','0','Cash',2.46,'10','','','4','','1','2020-11-06 06:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(4931,'41604645034','15','2','40','retail','0','2020-11-04 09:48:26','','','','0','Cash',4.91,'20','','','4','','1','2020-11-06 06:48:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.12','1.12','Inclusive',NULL),(4932,'41604645319','85','1','120','retail','0','2020-11-06 09:50:48','','','','0','Cash',14.74,'120','','','4','','1','2020-11-06 06:50:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','515.50','514.5','Inclusive',NULL),(4933,'41604645454','1','1','320','retail','0','2020-11-06 11:05:06','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.50','238.5','Inclusive',NULL),(4934,'41604645454','5','1','110','retail','0','2020-11-06 11:05:06','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4935,'41604645454','133','1','10','retail','0','2020-11-06 11:05:06','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(4936,'41604645454','10','1','20','retail','0','2020-11-06 11:05:06','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4937,'41604645454','23','1','30','retail','0','2020-11-06 11:05:06','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','0.12','Inclusive',NULL),(4938,'41604645454','70','1','50','retail','0','2020-11-06 11:05:06','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive',NULL),(4939,'41604645454','40','1','60','retail','0','2020-11-06 11:05:06','','','','0','Cash',7.37,'60','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(4940,'41604645454','38','1','330','retail','0','2020-11-06 11:05:06','','','','0','Cash',40.53,'330','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(4941,'41604645454','9','1','60','retail','0','2020-11-06 11:05:06','','','','0','Cash',7.37,'60','','','4','','1','2020-11-06 08:05:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(4942,'41604649947','1','1','320','retail','0','2020-11-06 11:22:35','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 08:22:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.50','238.5','Inclusive',NULL),(4943,'41604649947','5','1','110','retail','0','2020-11-06 11:22:35','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 08:22:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4945,'41604649947','133','1','10','retail','0','2020-11-06 11:22:35','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 08:22:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4946,'41604649947','10','1','20','retail','0','2020-11-06 11:22:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 08:22:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4947,'41604649947','19','1','30','retail','0','2020-11-06 11:22:35','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 08:22:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4948,'41604649947','70','1','50','retail','0','2020-11-06 11:22:35','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 08:22:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(4949,'41604650960','94','2','360','retail','0','2020-11-06 11:55:22','','','','0','Cash',44.21,'180','','','4','','1','2020-11-06 08:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','2','232.00','230','Inclusive',NULL),(4950,'41604653137','1','1','320','retail','0','2020-11-04 12:20:37','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 09:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.50','238.5','Inclusive',NULL),(4951,'41604653137','5','1','110','retail','0','2020-11-04 12:20:37','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 09:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4952,'41604653137','133','1','10','retail','0','2020-11-04 12:20:37','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 09:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4953,'41604653137','10','1','20','retail','0','2020-11-04 12:20:37','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 09:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4954,'41604653137','15','1','30','retail','0','2020-11-04 12:20:37','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 09:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(4955,'41604653137','70','1','50','retail','0','2020-11-04 12:20:37','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 09:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4956,'41604654471','1','1','320','retail','0','2020-11-04 12:23:09','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 09:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.50','238.5','Inclusive',NULL),(4957,'41604654471','5','1','110','retail','0','2020-11-04 12:23:09','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 09:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4958,'41604654471','133','1','10','retail','0','2020-11-04 12:23:09','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 09:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4959,'41604654471','10','1','20','retail','0','2020-11-04 12:23:09','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 09:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4960,'41604654471','19','1','30','retail','0','2020-11-04 12:23:09','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 09:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4961,'41604654471','70','1','50','retail','0','2020-11-04 12:23:09','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 09:23:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4962,'41604654607','3','1','170','retail','0','2020-11-04 12:40:07','','','','0','Mpesa',20.88,'170','','','4','','1','2020-11-06 09:40:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(4963,'41604654607','6','1','70','retail','0','2020-11-04 12:40:07','','','','0','Mpesa',8.60,'70','','','4','','1','2020-11-06 09:40:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(4964,'41604654607','133','1','10','retail','0','2020-11-04 12:40:07','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-06 09:40:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4965,'41604654607','10','1','20','retail','0','2020-11-04 12:40:07','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-06 09:40:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4966,'41604654607','19','1','30','retail','0','2020-11-04 12:40:07','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-06 09:40:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4967,'41604654607','70','1','50','retail','0','2020-11-04 12:40:07','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-06 09:40:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4968,'41604655638','97','5','500','retail','0','2020-11-04 12:43:51','','','','0','Cash',61.40,'100','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','34.00','29','Inclusive',NULL),(4969,'41604655638','1','1','320','retail','0','2020-11-04 12:43:51','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.00','238','Inclusive',NULL),(4970,'41604655638','5','1','110','retail','0','2020-11-04 12:43:51','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4971,'41604655638','133','1','10','retail','0','2020-11-04 12:43:51','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4972,'41604655638','10','1','20','retail','0','2020-11-04 12:43:51','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4973,'41604655638','19','1','30','retail','0','2020-11-04 12:43:51','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','0.15','Inclusive',NULL),(4974,'41604655638','70','1','50','retail','0','2020-11-04 12:43:51','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 09:44:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4975,'41604655847','1','1','320','retail','0','2020-11-04 12:45:31','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 09:45:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.00','238','Inclusive',NULL),(4976,'41604655847','5','1','110','retail','0','2020-11-04 12:45:31','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 09:45:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(4977,'41604655847','133','1','10','retail','0','2020-11-04 12:45:31','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 09:45:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(4978,'41604655847','10','1','20','retail','0','2020-11-04 12:45:31','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 09:45:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4979,'41604655847','23','1','30','retail','0','2020-11-04 12:45:31','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 09:45:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','0.12','Inclusive',NULL),(4980,'41604655847','70','1','50','retail','0','2020-11-04 12:45:31','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 09:45:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(4981,'41604655949','7','1','200','retail','0','2020-11-05 13:07:35','','','','0','Cash',24.56,'200','','','4','','1','2020-11-06 10:07:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','123.80','122.8','Inclusive',NULL),(4982,'41604655949','1','1','360','retail','0','2020-11-05 13:07:35','','','','159.60','Cash',44.21,'360','','','4','','1','2020-11-06 10:07:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','239.00','239','Inclusive',NULL),(4983,'41604655949','4','1','240','retail','0','2020-11-05 13:07:35','','','','0','Cash',29.47,'240','','','4','','1','2020-11-06 10:07:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','','106.25','106.25','Inclusive',NULL),(4984,'41604655949','10','1','20','retail','0','2020-11-05 13:07:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 10:07:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.50','153.5','Inclusive',NULL),(4985,'41604657277','147','5','2000','retail','0','2020-10-31 13:59:00','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-07 09:25:41','1','1','returned','1','new','pcs','','2020-11-07 12:25:41','8','yes','','0','','','VATABLE','350.88','','351.80','351.8','Inclusive',NULL),(4986,'41604660966','147','5','2000','retail','0','2020-10-31 14:10:07','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-30 13:12:30','1','1','returned','1','new','pcs','','2020-11-30 16:12:30','1','yes','','0','','','VATABLE','350.88','','351.80','351.8','Inclusive',NULL),(4987,'41604661289','85','5','500','retail','0','2020-11-06 14:57:31','','','','0','Invoice',61.40,'100','','','4','','1','2020-11-30 13:13:34','1','1','returned','1','new','pcs','','2020-11-30 16:13:34','1','yes','','0','','','VATABLE','87.72','','515.50','515.5','Inclusive',NULL),(4988,'41604664003','147','5','2000','retail','0','2020-10-31 15:01:14','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-30 13:18:41','1','1','returned','1','new','pcs','','2020-11-30 16:18:41','1','yes','','0','','','VATABLE','350.88','','351.80','351.8','Inclusive',NULL),(4989,'41604664003','85','5','500','retail','0','2020-10-31 15:01:14','','','','0','Invoice',61.40,'100','','','4','','1','2020-11-30 13:18:43','1','1','returned','1','new','pcs','','2020-11-30 16:18:43','1','yes','','0','','','VATABLE','87.72','','515.50','515.5','Inclusive',NULL),(4990,'41604664176','147','5','2000','retail','0','2020-10-31 15:04:50','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-07 09:27:03','1','1','returned','1','new','pcs','','2020-11-07 12:27:03','8','yes','','0','','','VATABLE','350.88','','351.80','351.8','Inclusive',NULL),(4991,'41604664176','85','5','500','retail','0','2020-10-31 15:04:50','','','','0','Invoice',61.40,'100','','','4','','1','2020-11-07 09:27:08','1','1','returned','1','new','pcs','','2020-11-07 12:27:08','8','yes','','0','','','VATABLE','87.72','','515.50','515.5','Inclusive',NULL),(4992,'41604664618','147','5','2000','retail','0','2020-10-31 15:11:05','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-30 13:39:18','1','1','returned','1','new','pcs','','2020-11-30 16:39:18','1','yes','','0','','','VATABLE','350.88','','351.80','351.8','Inclusive',NULL),(4993,'41604664886','38','1','330','retail','0','2020-11-06 15:15:36','','','','0','Cash',40.53,'330','','','4','','1','2020-11-06 12:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(4994,'41604664886','9','1','60','retail','0','2020-11-06 15:15:36','','','','0','Cash',7.37,'60','','','4','','1','2020-11-06 12:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(4995,'41604664886','40','1','60','retail','0','2020-11-06 15:15:36','','','','0','Cash',7.37,'60','','','4','','1','2020-11-06 12:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(4996,'41604664947','1','2','640','retail','0','2020-11-05 15:21:06','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-06 12:21:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','239.00','237','Inclusive',NULL),(4997,'41604664947','5','2','220','retail','0','2020-11-05 15:21:06','','','','0','Cash',27.02,'110','','','4','','1','2020-11-06 12:21:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(4998,'41604664947','133','2','20','retail','0','2020-11-05 15:21:06','','','','0','Cash',2.46,'10','','','4','','1','2020-11-06 12:21:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(4999,'41604664947','10','2','40','retail','0','2020-11-05 15:21:06','','','','0','Cash',4.91,'20','','','4','','1','2020-11-06 12:21:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','154.50','152.5','Inclusive',NULL),(5000,'41604664947','23','2','60','retail','0','2020-11-05 15:21:06','','','','0','Cash',7.37,'30','','','4','','1','2020-11-06 12:21:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','-1.85','Inclusive',NULL),(5001,'41604664947','74','2','100','retail','0','2020-11-05 15:21:06','','','','5','Cash',12.28,'50','','','4','','1','2020-11-06 12:21:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.18','-1.76','Inclusive',NULL),(5002,'41604665282','19','2','60','retail','0','2020-11-05 15:22:47','','','','0','Mpesa',7.37,'30','','','4','','1','2020-11-06 12:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5003,'41604665282','70','2','100','retail','0','2020-11-05 15:22:47','','','','2','Mpesa',12.28,'50','','','4','','1','2020-11-06 12:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5004,'41604665282','133','2','20','retail','0','2020-11-05 15:22:47','','','','0','Mpesa',2.46,'10','','','4','','1','2020-11-06 12:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5005,'41604665282','10','2','40','retail','0','2020-11-05 15:22:47','','','','0','Mpesa',4.91,'20','','','4','','1','2020-11-06 12:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','154.50','152.5','Inclusive',NULL),(5006,'41604665282','1','2','640','retail','0','2020-11-05 15:22:47','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-11-06 12:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','239.00','237','Inclusive',NULL),(5007,'41604665282','5','2','220','retail','0','2020-11-05 15:22:47','','','','0','Mpesa',27.02,'110','','','4','','1','2020-11-06 12:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(5008,'41604665407','3','1','170','retail','0','2020-11-06 15:26:12','','','','0','Mpesa',20.88,'170','','','4','','1','2020-11-06 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5009,'41604665407','6','1','70','retail','0','2020-11-06 15:26:12','','','','0','Mpesa',8.60,'70','','','4','','1','2020-11-06 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5010,'41604665407','11','1','20','retail','0','2020-11-06 15:26:12','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-06 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5011,'41604665407','19','1','30','retail','0','2020-11-06 15:26:12','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-06 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5012,'41604665407','70','1','50','retail','0','2020-11-06 15:26:12','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-06 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5013,'41604665407','133','1','10','retail','0','2020-11-06 15:26:12','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-06 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5014,'41604665637','65','1','500','retail','0','2020-11-06 15:28:23','','','','0','Mpesa',61.40,'500','','','4','','1','2020-11-06 12:28:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0','Inclusive',NULL),(5015,'41604665637','15','1','30','retail','0','2020-11-06 15:28:23','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-06 12:28:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5016,'41604665637','74','1','50','retail','0','2020-11-06 15:28:23','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-06 12:28:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5017,'41604665637','169','1','50','retail','0','2020-11-06 15:28:23','','','','0','Mpesa',6.14,'50','','','4','','1','2020-11-06 12:28:32','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(5023,'41604665830','185','3','750','retail','0','2020-11-06 15:30:43','','','','0','Cash',92.11,'250','','','4','','1','2020-11-06 12:30:50','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','3','5.00','2','Inclusive',NULL),(5024,'41604665852','1','1','320','retail','0','2020-11-06 15:38:32','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 12:38:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.50','238.5','Inclusive',NULL),(5025,'41604665852','15','1','30','retail','0','2020-11-06 15:38:32','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 12:38:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5026,'41604665852','74','1','50','retail','0','2020-11-06 15:38:32','','','','5','Cash',6.14,'50','','','4','','1','2020-11-06 12:38:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.18','0.18','Inclusive',NULL),(5027,'41604665852','133','1','10','retail','0','2020-11-06 15:38:32','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 12:38:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(5028,'41604665852','10','1','20','retail','0','2020-11-06 15:38:32','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 12:38:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','155.00','154','Inclusive',NULL),(5029,'41604665852','5','1','110','retail','0','2020-11-06 15:38:32','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 12:38:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(5030,'41604666325','3','1','160','retail','0','2020-11-06 15:40:35','','','','0','Cash',19.65,'160','','','4','','1','2020-11-06 12:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5031,'41604666325','6','1','70','retail','0','2020-11-06 15:40:35','','','','0','Cash',8.60,'70','','','4','','1','2020-11-06 12:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5032,'41604666325','11','1','20','retail','0','2020-11-06 15:40:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 12:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5033,'41604666325','11','1','20','retail','0','2020-11-06 15:40:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 12:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5034,'41604666325','19','1','30','retail','0','2020-11-06 15:40:35','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 12:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5035,'41604666325','70','1','50','retail','0','2020-11-06 15:40:35','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 12:40:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5036,'41604666449','38','1','330','retail','0','2020-11-06 15:42:07','','','','0','Mpesa',40.53,'330','','','4','','1','2020-11-06 12:42:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5037,'41604666449','9','1','60','retail','0','2020-11-06 15:42:07','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-06 12:42:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5038,'41604666449','40','1','60','retail','0','2020-11-06 15:42:07','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-06 12:42:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5039,'41604666538','1','1','320','retail','0','2020-11-06 15:43:24','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 12:43:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.00','238','Inclusive',NULL),(5040,'41604666538','5','1','110','retail','0','2020-11-06 15:43:24','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 12:43:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5041,'41604666538','10','1','20','retail','0','2020-11-06 15:43:24','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 12:43:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5042,'41604666538','133','1','10','retail','0','2020-11-06 15:43:24','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 12:43:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5043,'41604666538','15','1','30','retail','0','2020-11-06 15:43:24','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 12:43:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5044,'41604666538','74','1','50','retail','0','2020-11-06 15:43:24','','','','5','Cash',6.14,'50','','','4','','1','2020-11-06 12:43:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5045,'41604666767','65','1','500','retail','0','2020-11-06 15:51:13','','','','0','Cash',61.40,'500','','','4','','1','2020-11-06 12:51:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0','Inclusive',NULL),(5046,'41604667104','1','1','320','retail','0','2020-11-06 15:54:52','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','239.00','238','Inclusive',NULL),(5047,'41604667104','5','1','110','retail','0','2020-11-06 15:54:52','','','','0','Cash',13.51,'110','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5048,'41604667104','10','1','20','retail','0','2020-11-06 15:54:52','','','','0','Cash',2.46,'20','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5049,'41604667104','19','1','30','retail','0','2020-11-06 15:54:52','','','','0','Cash',3.68,'30','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5050,'41604667104','70','1','50','retail','0','2020-11-06 15:54:52','','','','2','Cash',6.14,'50','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5051,'41604667104','137','1','50','retail','0','2020-11-06 15:54:52','','','','0','Cash',6.14,'50','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5052,'41604667104','133','1','10','retail','0','2020-11-06 15:54:52','','','','0','Cash',1.23,'10','','','4','','1','2020-11-06 12:55:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5053,'41604667310','288','1','150','retail','0','2020-11-06 15:56:47','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-06 12:57:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','13.00','13','Inclusive',NULL),(5054,'41604671060','85','5','600','retail','0','2020-11-06 16:57:51','','','','0','Cash',73.68,'120','','','4','','1','2020-11-06 13:58:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','515.50','510.5','Inclusive',NULL),(5055,'41604671112','100','2','2800','retail','0','2020-11-06 16:59:06','','','','0','Cash',343.86,'1400','','','4','','1','2020-11-06 13:59:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','11.00','11','Inclusive',NULL),(5057,'41604736296','147','5','2500','retail','0','2020-11-07 11:06:03','','','','0','Cash',307.02,'500','','','4','','1','2020-11-07 08:06:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','351.80','346.8','Inclusive',NULL),(5058,'41604736738','1','2','640','retail','0','2020-11-07 11:13:49','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','239.00','237','Inclusive',NULL),(5059,'41604736738','5','2','220','retail','0','2020-11-07 11:13:49','','','','0','Cash',27.02,'110','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(5060,'41604736738','133','2','20','retail','0','2020-11-07 11:13:49','','','','0','Cash',2.46,'10','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5061,'41604736738','10','2','40','retail','0','2020-11-07 11:13:49','','','','0','Cash',4.91,'20','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','154.00','152','Inclusive',NULL),(5062,'41604736738','19','2','60','retail','0','2020-11-07 11:13:49','','','','0','Cash',7.37,'30','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5063,'41604736738','70','2','100','retail','0','2020-11-07 11:13:49','','','','2','Cash',12.28,'50','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5064,'41604736738','137','1','50','retail','0','2020-11-07 11:13:49','','','','0','Cash',6.14,'50','','','4','','1','2020-11-07 08:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5065,'41604736865','1','5','1500','retail','0','2020-11-07 11:18:01','','','','159.60','Cash',184.21,'300','','','4','','1','2020-11-07 08:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','239.00','239','Inclusive',NULL),(5066,'41604736865','5','5','500','retail','0','2020-11-07 11:18:01','','','','0','Cash',61.40,'100','','','4','','1','2020-11-07 08:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5067,'41604736865','133','5','50','retail','0','2020-11-07 11:18:01','','','','0','Cash',6.14,'10','','','4','','1','2020-11-07 08:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(5068,'41604736865','10','5','100','retail','0','2020-11-07 11:18:01','','','','0','Cash',12.28,'20','','','4','','1','2020-11-07 08:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','154.00','149','Inclusive',NULL),(5069,'41604736865','70','5','250','retail','0','2020-11-07 11:18:01','','','','2','Cash',30.70,'50','','','4','','1','2020-11-07 08:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive',NULL),(5070,'41604737199','1','2','640','retail','0','2020-11-07 12:06:56','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','239.00','238','Inclusive',NULL),(5071,'41604737199','5','1','110','retail','0','2020-11-07 12:06:56','','','','0','Cash',13.51,'110','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5072,'41604737199','133','2','20','retail','0','2020-11-07 12:06:56','','','','0','Cash',2.46,'10','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5073,'41604737199','10','2','40','retail','0','2020-11-07 12:06:56','','','','0','Cash',4.91,'20','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','154.00','152','Inclusive',NULL),(5074,'41604737199','19','2','60','retail','0','2020-11-07 12:06:56','','','','0','Cash',7.37,'30','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5075,'41604737199','70','2','100','retail','0','2020-11-07 12:06:56','','','','2','Cash',12.28,'50','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5076,'41604737199','5','1','110','retail','0','2020-11-07 12:06:56','','','','0','Cash',13.51,'110','','','4','','1','2020-11-07 09:07:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5077,'41604741605','147','5','2000','retail','0','2020-10-31 12:35:25','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-30 13:40:05','1','1','returned','1','new','pcs','','2020-11-30 16:40:05','1','yes','','0','','','VATABLE','350.88','','361.80','361.8','Inclusive',NULL),(5078,'41604742369','147','5','2000','retail','0','2020-10-31 12:48:02','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-30 13:39:46','1','1','returned','1','new','pcs','','2020-11-30 16:39:46','1','yes','','0','','','VATABLE','350.88','','361.80','361.8','Inclusive',NULL),(5080,'41604742980','147','5','2000','retail','0','2020-10-31 12:57:06','','','','0','Invoice',245.61,'400','','','4','','1','2020-11-30 13:40:25','1','1','returned','1','new','pcs','','2020-11-30 16:40:25','1','yes','','0','','','VATABLE','350.88','','361.80','361.8','Inclusive',NULL),(5081,'41604742980','85','5','500','retail','0','2020-10-31 12:57:06','','','','0','Invoice',61.40,'100','','','4','','1','2020-11-30 13:40:22','1','1','returned','1','new','pcs','','2020-11-30 16:40:22','1','yes','','0','','','VATABLE','87.72','','525.50','525.5','Inclusive',NULL),(5082,'41604743169','1','2','640','retail','0','2020-11-07 13:05:36','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-07 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','238.00','236','Inclusive',NULL),(5083,'41604743169','5','2','220','retail','0','2020-11-07 13:05:36','','','','0','Cash',27.02,'110','','','4','','1','2020-11-07 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(5084,'41604743169','10','2','40','retail','0','2020-11-07 13:05:36','','','','0','Cash',4.91,'20','','','4','','1','2020-11-07 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','154.00','152','Inclusive',NULL),(5085,'41604743169','133','2','20','retail','0','2020-11-07 13:05:36','','','','0','Cash',2.46,'10','','','4','','1','2020-11-07 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5086,'41604743169','19','2','60','retail','0','2020-11-07 13:05:36','','','','0','Cash',7.37,'30','','','4','','1','2020-11-07 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5087,'41604743169','70','2','100','retail','0','2020-11-07 13:05:36','','','','2','Cash',12.28,'50','','','4','','1','2020-11-07 10:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5088,'41604745866','147','1','500','retail','0','2020-11-07 13:44:34','','','','0','Mpesa',61.40,'500','','','4','','1','2020-11-07 10:45:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','361.80','360.8','Inclusive',NULL),(5089,'41604747254','46','6','1440','retail','0','2020-11-07 14:10:47','','','','0','Mpesa',176.84,'240','','','4','','1','2020-11-07 11:11:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','6','32.00','26','Inclusive',NULL),(5090,'41604901233','1','3','900','retail','0','2020-11-09 08:59:41','','','','159.60','Cash',110.53,'300','','','4','','1','2020-11-09 05:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','238.00','238','Inclusive',NULL),(5091,'41604901233','5','3','300','retail','0','2020-11-09 08:59:41','','','','0','Cash',36.84,'100','','','4','','1','2020-11-09 05:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5092,'41604901233','10','3','60','retail','0','2020-11-09 08:59:41','','','','0','Cash',7.37,'20','','','4','','1','2020-11-09 05:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','154.00','151','Inclusive',NULL),(5093,'41604901233','19','3','60','retail','0','2020-11-09 08:59:41','','','','0','Cash',7.37,'20','','','4','','1','2020-11-09 05:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5094,'41604901233','74','3','150','retail','0','2020-11-09 08:59:41','','','','5','Cash',18.42,'50','','','4','','1','2020-11-09 05:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.18','-2.73','Inclusive',NULL),(5095,'41604901233','133','3','30','retail','0','2020-11-09 08:59:41','','','','0','Cash',3.68,'10','','','4','','1','2020-11-09 05:59:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(5096,'41604906576','1','1','340','retail','0','2020-11-09 10:24:18','','','','159.60','Cash',41.75,'340','','','4','','1','2020-11-09 07:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','238.00','238','Inclusive',NULL),(5097,'41604906576','4','1','260','retail','0','2020-11-09 10:24:18','','','','0','Cash',31.93,'260','','','4','','1','2020-11-09 07:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','95.25','95.25','Inclusive',NULL),(5098,'41604906576','10','1','20','retail','0','2020-11-09 10:24:18','','','','0','Cash',2.46,'20','','','4','','1','2020-11-09 07:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5099,'41604906576','7','1','200','retail','0','2020-11-09 10:24:18','','','','0','Cash',24.56,'200','','','4','','1','2020-11-09 07:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','122.20','121.2','Inclusive',NULL),(5100,'41604906687','1','3','960','retail','0','2020-11-09 10:27:02','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-09 07:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','238.00','235','Inclusive',NULL),(5101,'41604906687','5','3','330','retail','0','2020-11-09 10:27:02','','','','0','Cash',40.53,'110','','','4','','1','2020-11-09 07:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive',NULL),(5102,'41604906687','10','3','60','retail','0','2020-11-09 10:27:02','','','','0','Cash',7.37,'20','','','4','','1','2020-11-09 07:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','154.00','151','Inclusive',NULL),(5103,'41604906687','133','3','30','retail','0','2020-11-09 10:27:02','','','','0','Cash',3.68,'10','','','4','','1','2020-11-09 07:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(5104,'41604906687','15','3','90','retail','0','2020-11-09 10:27:02','','','','0','Cash',11.05,'30','','','4','','1','2020-11-09 07:27:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(5105,'41604906851','152','1','350','retail','0','2020-11-09 10:30:00','','','','0','Mpesa',42.98,'350','','','4','','1','2020-11-09 07:33:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.20','0.8','Inclusive',NULL),(5106,'41604907186','1','1','320','retail','0','2020-11-09 12:24:24','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-09 09:24:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.00','237','Inclusive',NULL),(5107,'41604907186','5','1','110','retail','0','2020-11-09 12:24:24','','','','0','Cash',13.51,'110','','','4','','1','2020-11-09 09:24:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5108,'41604907186','133','1','10','retail','0','2020-11-09 12:24:24','','','','0','Cash',1.23,'10','','','4','','1','2020-11-09 09:24:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5109,'41604907186','10','1','20','retail','0','2020-11-09 12:24:24','','','','0','Cash',2.46,'20','','','4','','1','2020-11-09 09:24:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5110,'41604907186','19','1','30','retail','0','2020-11-09 12:24:24','','','','0','Cash',3.68,'30','','','4','','1','2020-11-09 09:24:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5111,'41604907186','70','1','50','retail','0','2020-11-09 12:24:24','','','','2','Cash',6.14,'50','','','4','','1','2020-11-09 09:24:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5112,'41604913874','97','5','500','retail','0','2020-11-09 12:25:20','','','','0','Cash',61.40,'100','','','4','','1','2020-11-09 09:25:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','34.00','29','Inclusive',NULL),(5113,'41604913927','1','1','320','retail','0','2020-11-09 12:32:14','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-09 09:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.00','237','Inclusive',NULL),(5114,'41604913927','5','1','110','retail','0','2020-11-09 12:32:14','','','','0','Cash',13.51,'110','','','4','','1','2020-11-09 09:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5115,'41604913927','133','1','10','retail','0','2020-11-09 12:32:14','','','','0','Cash',1.23,'10','','','4','','1','2020-11-09 09:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5116,'41604913927','10','1','20','retail','0','2020-11-09 12:32:14','','','','0','Cash',2.46,'20','','','4','','1','2020-11-09 09:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5117,'41604913927','15','1','30','retail','0','2020-11-09 12:32:14','','','','0','Cash',3.68,'30','','','4','','1','2020-11-09 09:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5118,'41604913927','70','1','50','retail','0','2020-11-09 12:32:14','','','','2','Cash',6.14,'50','','','4','','1','2020-11-09 09:33:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5119,'41604914393','1','1','320','retail','0','2020-11-09 12:36:05','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.00','237','Inclusive',NULL),(5120,'41604914393','5','1','110','retail','0','2020-11-09 12:36:05','','','','0','Cash',13.51,'110','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5121,'41604914393','133','1','10','retail','0','2020-11-09 12:36:05','','','','0','Cash',1.23,'10','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5122,'41604914393','10','1','20','retail','0','2020-11-09 12:36:05','','','','0','Cash',2.46,'20','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5124,'41604914393','70','1','50','retail','0','2020-11-09 12:36:05','','','','2','Cash',6.14,'50','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5125,'41604914393','40','1','60','retail','0','2020-11-09 12:36:05','','','','0','Cash',7.37,'60','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5126,'41604914393','38','1','330','retail','0','2020-11-09 12:36:05','','','','0','Cash',40.53,'330','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5127,'41604914393','9','1','60','retail','0','2020-11-09 12:36:05','','','','0','Cash',7.37,'60','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5128,'41604914393','94','5','700','retail','0','2020-11-09 12:36:05','','','','0','Cash',85.96,'140','','','4','','1','2020-11-09 09:36:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','232.00','232','Inclusive',NULL),(5129,'41604914575','1','1','320','retail','0','2020-11-09 12:38:00','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.00','237','Inclusive',NULL),(5130,'41604914575','5','1','110','retail','0','2020-11-09 12:38:00','','','','0','Cash',13.51,'110','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5131,'41604914575','133','1','10','retail','0','2020-11-09 12:38:00','','','','0','Cash',1.23,'10','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5132,'41604914575','10','1','20','retail','0','2020-11-09 12:38:00','','','','0','Cash',2.46,'20','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5133,'41604914575','15','1','30','retail','0','2020-11-09 12:38:00','','','','0','Cash',3.68,'30','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(5134,'41604914575','70','1','50','retail','0','2020-11-09 12:38:00','','','','2','Cash',6.14,'50','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5135,'41604914575','40','1','60','retail','0','2020-11-09 12:38:00','','','','0','Cash',7.37,'60','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5136,'41604914575','38','1','330','retail','0','2020-11-09 12:38:00','','','','0','Cash',40.53,'330','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5137,'41604914575','9','1','60','retail','0','2020-11-09 12:38:00','','','','0','Cash',7.37,'60','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5138,'41604914575','94','1','180','retail','0','2020-11-09 12:38:00','','','','0','Cash',22.11,'180','','','4','','1','2020-11-09 09:38:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','232.00','231','Inclusive',NULL),(5139,'41604914701','1','1','320','retail','0','2020-11-09 12:55:49','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.00','237','Inclusive',NULL),(5140,'41604914701','5','1','110','retail','0','2020-11-09 12:55:49','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5141,'41604914701','133','1','10','retail','0','2020-11-09 12:55:49','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5142,'41604914701','10','1','20','retail','0','2020-11-09 12:55:49','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5143,'41604914701','19','1','30','retail','0','2020-11-09 12:55:49','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5144,'41604914701','70','1','50','retail','0','2020-11-09 12:55:49','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5145,'41604914701','47','1','120','retail','0','2020-11-09 12:55:49','','','','0','Mpesa',14.74,'120','','','4','','1','2020-11-09 09:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.00','-0.5','Inclusive',NULL),(5146,'41604915832','3','1','170','retail','0','2020-11-09 13:05:33','','','','0','Cash',20.88,'170','','','4','','1','2020-11-09 10:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5147,'41604915832','6','1','70','retail','0','2020-11-09 13:05:33','','','','0','Cash',8.60,'70','','','4','','1','2020-11-09 10:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5148,'41604915832','133','1','10','retail','0','2020-11-09 13:05:33','','','','0','Cash',1.23,'10','','','4','','1','2020-11-09 10:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5149,'41604915832','11','1','20','retail','0','2020-11-09 13:05:33','','','','0','Cash',2.46,'20','','','4','','1','2020-11-09 10:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5150,'41604915832','19','1','30','retail','0','2020-11-09 13:05:33','','','','0','Cash',3.68,'30','','','4','','1','2020-11-09 10:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5151,'41604915832','70','1','50','retail','0','2020-11-09 13:05:33','','','','2','Cash',6.14,'50','','','4','','1','2020-11-09 10:05:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5152,'41604916340','1','1','320','retail','0','2020-11-09 13:10:33','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-09 10:11:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.50','236.5','Inclusive',NULL),(5153,'41604916340','5','1','110','retail','0','2020-11-09 13:10:33','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-09 10:11:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5154,'41604916340','74','1','50','retail','0','2020-11-09 13:10:33','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-09 10:11:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5155,'41604916340','19','1','30','retail','0','2020-11-09 13:10:33','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-09 10:11:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5156,'41604916340','133','1','10','retail','0','2020-11-09 13:10:33','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-09 10:11:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5157,'41604916340','10','1','20','retail','0','2020-11-09 13:10:33','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-09 10:11:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5158,'41604916669','1','1','320','retail','0','2020-11-09 13:27:04','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-09 10:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.50','236.5','Inclusive',NULL),(5159,'41604916669','5','1','110','retail','0','2020-11-09 13:27:04','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-09 10:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5160,'41604916669','19','1','30','retail','0','2020-11-09 13:27:04','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-09 10:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5161,'41604916669','74','1','50','retail','0','2020-11-09 13:27:04','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-09 10:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5162,'41604916669','10','1','20','retail','0','2020-11-09 13:27:04','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-09 10:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5163,'41604916669','133','1','10','retail','0','2020-11-09 13:27:04','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-09 10:27:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5164,'41604924949','116','5','1200','retail','0','2020-11-09 16:17:38','','','','0','Cash',147.37,'240','','','4','','1','2020-11-09 13:17:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','5','30.00','25','Inclusive',NULL),(5165,'41604990654','1','1','320','retail','0','2020-11-10 10:04:03','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-10 07:07:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.50','236.5','Inclusive',NULL),(5166,'41604990654','5','1','110','retail','0','2020-11-10 10:04:03','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-10 07:07:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5167,'41604990654','10','1','20','retail','0','2020-11-10 10:04:03','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-10 07:07:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5168,'41604990654','15','1','30','retail','0','2020-11-10 10:04:03','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-10 07:07:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5169,'41604990654','74','1','50','retail','0','2020-11-10 10:04:03','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-10 07:07:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5170,'41604992036','1','3','960','retail','0','2020-11-10 10:29:05','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-10 07:29:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','237.50','234.5','Inclusive',NULL),(5171,'41604992036','5','3','330','retail','0','2020-11-10 10:29:05','','','','0','Cash',40.53,'110','','','4','','1','2020-11-10 07:29:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive',NULL),(5172,'41604992036','133','3','30','retail','0','2020-11-10 10:29:05','','','','0','Cash',3.68,'10','','','4','','1','2020-11-10 07:29:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(5173,'41604992036','10','3','60','retail','0','2020-11-10 10:29:05','','','','0','Cash',7.37,'20','','','4','','1','2020-11-10 07:29:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','153.50','150.5','Inclusive',NULL),(5174,'41604992036','15','3','90','retail','0','2020-11-10 10:29:05','','','','0','Cash',11.05,'30','','','4','','1','2020-11-10 07:29:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(5175,'41604993362','1','1','300','retail','0','2020-11-10 11:05:31','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-10 08:05:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','237.50','237','Inclusive',NULL),(5176,'41604993362','5','1','100','retail','0','2020-11-10 11:05:31','','','','0','Cash',12.28,'100','','','4','','1','2020-11-10 08:05:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5177,'41604993362','3','1','150','retail','0','2020-11-10 11:05:31','','','','0','Cash',18.42,'150','','','4','','1','2020-11-10 08:05:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive',NULL),(5178,'41604993362','133','1','10','retail','0','2020-11-10 11:05:31','','','','0','Cash',1.23,'10','','','4','','1','2020-11-10 08:05:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5179,'41604993362','10','1','20','retail','0','2020-11-10 11:05:31','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 08:05:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5180,'41604993362','137','1','50','retail','0','2020-11-10 11:05:31','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 08:05:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5182,'41604996051','3','1','160','retail','0','2020-11-10 11:15:34','','','','0','Cash',19.65,'160','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5183,'41604996051','27','1','30','retail','0','2020-11-10 11:15:34','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5184,'41604996051','139','1','50','retail','0','2020-11-10 11:15:34','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(5185,'41604996051','137','1','50','retail','0','2020-11-10 11:15:34','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5186,'41604996051','2','1','90','retail','0','2020-11-10 11:15:34','','','','0','Cash',11.05,'90','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5187,'41604996051','70','1','50','retail','0','2020-11-10 11:15:34','','','','2','Cash',6.14,'50','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5188,'41604996051','138','1','50','retail','0','2020-11-10 11:15:34','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(5189,'41604996051','11','1','20','retail','0','2020-11-10 11:15:34','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 08:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5197,'41604996331','1','1','320','retail','0','2020-11-10 11:19:39','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-10 08:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.25','237.25','Inclusive',NULL),(5198,'41604996331','5','1','110','retail','0','2020-11-10 11:19:39','','','','0','Cash',13.51,'110','','','4','','1','2020-11-10 08:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(5199,'41604996331','133','1','10','retail','0','2020-11-10 11:19:39','','','','0','Cash',1.23,'10','','','4','','1','2020-11-10 08:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(5200,'41604996331','15','1','30','retail','0','2020-11-10 11:19:39','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 08:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(5201,'41604996331','70','1','50','retail','0','2020-11-10 11:19:39','','','','2','Cash',6.14,'50','','','4','','1','2020-11-10 08:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(5202,'41604996331','10','1','20','retail','0','2020-11-10 11:19:39','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 08:19:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5203,'41604996385','1','2','640','retail','0','2020-11-10 11:23:33','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','238.25','236.25','Inclusive',NULL),(5205,'41604996385','10','2','40','retail','0','2020-11-10 11:23:33','','','','0','Mpesa',4.91,'20','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','154.00','152','Inclusive',NULL),(5208,'41604996385','4','2','440','retail','0','2020-11-10 11:23:33','','','','0','Mpesa',54.04,'220','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','87.00','87','Inclusive',NULL),(5209,'41604996385','133','4','40','retail','0','2020-11-10 11:23:33','','','','0','Mpesa',4.91,'10','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.00','-3.8','Inclusive',NULL),(5210,'41604996385','15','1','30','retail','0','2020-11-10 11:23:33','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5211,'41604996385','19','1','30','retail','0','2020-11-10 11:23:33','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(5212,'41604996385','70','2','100','retail','0','2020-11-10 11:23:33','','','','2','Mpesa',12.28,'50','','','4','','1','2020-11-10 08:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5213,'41604996679','1','1','320','retail','0','2020-11-10 11:37:00','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-10 08:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','238.25','237.25','Inclusive',NULL),(5214,'41604996679','5','1','110','retail','0','2020-11-10 11:37:00','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-10 08:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(5215,'41604996679','133','1','10','retail','0','2020-11-10 11:37:00','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-10 08:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive',NULL),(5216,'41604996679','10','1','20','retail','0','2020-11-10 11:37:00','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-10 08:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','154.00','153','Inclusive',NULL),(5217,'41604996679','70','1','50','retail','0','2020-11-10 11:37:00','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-10 08:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5218,'41604996679','23','1','30','retail','0','2020-11-10 11:37:00','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-10 08:38:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5219,'41604997700','3','1','160','retail','0','2020-11-10 12:31:53','','','','0','Cash',19.65,'160','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5220,'41604997700','2','1','90','retail','0','2020-11-10 12:31:53','','','','0','Cash',11.05,'90','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5221,'41604997700','11','1','20','retail','0','2020-11-10 12:31:53','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5222,'41604997700','70','1','50','retail','0','2020-11-10 12:31:53','','','','2','Cash',6.14,'50','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5223,'41604997700','138','1','50','retail','0','2020-11-10 12:31:53','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(5224,'41604997700','137','1','50','retail','0','2020-11-10 12:31:53','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5225,'41604997700','139','1','50','retail','0','2020-11-10 12:31:53','','','','0','Cash',6.14,'50','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(5226,'41604997700','27','1','30','retail','0','2020-11-10 12:31:53','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 09:32:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5227,'41605000764','1','1','320','retail','0','2020-11-10 12:53:29','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-10 09:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.50','236.5','Inclusive',NULL),(5228,'41605000764','5','1','110','retail','0','2020-11-10 12:53:29','','','','0','Cash',13.51,'110','','','4','','1','2020-11-10 09:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(5229,'41605000764','10','1','20','retail','0','2020-11-10 12:53:29','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 09:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5230,'41605000764','19','1','30','retail','0','2020-11-10 12:53:29','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 09:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5231,'41605000764','70','1','50','retail','0','2020-11-10 12:53:29','','','','2','Cash',6.14,'50','','','4','','1','2020-11-10 09:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5232,'41605000764','133','1','10','retail','0','2020-11-10 12:53:29','','','','0','Cash',1.23,'10','','','4','','1','2020-11-10 09:53:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(5233,'41605003222','1','1','320','retail','0','2020-11-10 13:15:02','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-10 10:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.50','236.5','Inclusive',NULL),(5234,'41605003222','5','1','110','retail','0','2020-11-10 13:15:02','','','','0','Cash',13.51,'110','','','4','','1','2020-11-10 10:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5236,'41605003222','70','1','50','retail','0','2020-11-10 13:15:02','','','','2','Cash',6.14,'50','','','4','','1','2020-11-10 10:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5237,'41605003222','15','1','30','retail','0','2020-11-10 13:15:02','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 10:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5238,'41605003222','10','1','20','retail','0','2020-11-10 13:15:02','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 10:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5239,'41605003222','133','1','10','retail','0','2020-11-10 13:15:02','','','','0','Cash',1.23,'10','','','4','','1','2020-11-10 10:15:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5240,'41605003309','1','1','320','retail','0','2020-11-10 13:37:18','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-10 10:37:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','237.50','236.5','Inclusive',NULL),(5241,'41605003309','5','1','110','retail','0','2020-11-10 13:37:18','','','','0','Cash',13.51,'110','','','4','','1','2020-11-10 10:37:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5242,'41605003309','133','1','10','retail','0','2020-11-10 13:37:18','','','','0','Cash',1.23,'10','','','4','','1','2020-11-10 10:37:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5243,'41605003309','15','1','30','retail','0','2020-11-10 13:37:18','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 10:37:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5244,'41605003309','70','1','50','retail','0','2020-11-10 13:37:18','','','','2','Cash',6.14,'50','','','4','','1','2020-11-10 10:37:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5245,'41605003309','10','1','20','retail','0','2020-11-10 13:37:18','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 10:37:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5246,'41605004660','162','6','360','retail','0','2020-11-10 13:49:37','','','','0','Cash',44.21,'60','','','4','','1','2020-11-10 10:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','6','60.00','54','Inclusive',NULL),(5247,'41605004660','110','20','1400','retail','0','2020-11-10 13:49:37','','','','0','Cash',171.93,'70','','','4','','1','2020-11-10 10:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','396.00','396','Inclusive',NULL),(5248,'41605004660','73','5','500','retail','0','2020-11-10 13:49:37','','','','0','Cash',61.40,'100','','','4','','1','2020-11-10 10:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','0.20','0.45','Inclusive',NULL),(5249,'41605004660','69','5','500','retail','0','2020-11-10 13:49:37','','','','0','Cash',61.40,'100','','','4','','1','2020-11-10 10:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','0.00','0.25','Inclusive',NULL),(5250,'41605005410','1','10','3200','retail','0','2020-11-10 15:13:18','','','','159.60','Cash',392.98,'320','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','237.50','228.5','Inclusive',NULL),(5252,'41605005410','133','10','100','retail','0','2020-11-10 15:13:18','','','','0','Cash',12.28,'10','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','10','0.00','-9.5','Inclusive',NULL),(5253,'41605005410','10','10','200','retail','0','2020-11-10 15:13:18','','','','0','Cash',24.56,'20','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','153.50','143.5','Inclusive',NULL),(5254,'41605005410','5','10','1100','retail','0','2020-11-10 15:13:18','','','','0','Cash',135.09,'110','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','10','1.00','-4','Inclusive',NULL),(5255,'41605005410','19','4','120','retail','0','2020-11-10 15:13:18','','','','0','Cash',14.74,'30','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','1.12','-2.76','Inclusive',NULL),(5256,'41605005410','15','3','90','retail','0','2020-11-10 15:13:18','','','','0','Cash',11.05,'30','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(5257,'41605005410','23','3','90','retail','0','2020-11-10 15:13:18','','','','0','Cash',11.05,'30','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.09','-2.82','Inclusive',NULL),(5258,'41605005410','70','3','150','retail','0','2020-11-10 15:13:18','','','','2','Cash',18.42,'50','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','1','Inclusive',NULL),(5259,'41605005410','74','7','350','retail','0','2020-11-10 15:13:18','','','','5','Cash',42.98,'50','','','4','','1','2020-11-10 12:13:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','7','0.18','-6.61','Inclusive',NULL),(5260,'41605010426','1','1','320','retail','0','2020-11-10 15:49:44','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','228.50','227.5','Inclusive',NULL),(5261,'41605010426','5','1','110','retail','0','2020-11-10 15:49:44','','','','0','Cash',13.51,'110','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(5262,'41605010426','133','1','10','retail','0','2020-11-10 15:49:44','','','','0','Cash',1.23,'10','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5263,'41605010426','10','1','20','retail','0','2020-11-10 15:49:44','','','','0','Cash',2.46,'20','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.50','152.5','Inclusive',NULL),(5264,'41605010426','15','1','30','retail','0','2020-11-10 15:49:44','','','','0','Cash',3.68,'30','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5265,'41605010426','40','1','60','retail','0','2020-11-10 15:49:44','','','','0','Cash',7.37,'60','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5266,'41605010426','38','1','330','retail','0','2020-11-10 15:49:44','','','','0','Cash',40.53,'330','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5267,'41605010426','9','1','60','retail','0','2020-11-10 15:49:44','','','','0','Cash',7.37,'60','','','4','','1','2020-11-10 12:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5268,'61605165639','1','5','1600','retail','0','2020-11-12 10:20:39','','','','159.60','Mpesa',196.49,'320','','','6','','1','2020-11-12 08:04:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','228.50','223.5','Inclusive',NULL),(5269,'61605165639','5','5','550','retail','0','2020-11-12 10:22:50','','','','0','Mpesa',67.54,'110','','','6','','1','2020-11-12 08:04:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','-2.5','Inclusive',NULL),(5270,'61605165639','133','5','50','retail','0','2020-11-12 10:23:14','','','','0','Mpesa',6.14,'10','','','6','','1','2020-11-12 08:04:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(5271,'61605165639','10','5','100','retail','0','2020-11-12 10:23:31','','','','0','Mpesa',12.28,'20','','','6','','1','2020-11-12 08:04:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','153.50','148.5','Inclusive',NULL),(5272,'61605165639','19','5','150','retail','0','2020-11-12 10:23:55','','','','0','Mpesa',18.42,'30','','','6','','1','2020-11-12 08:04:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','1.12','-3.73','Inclusive',NULL),(5273,'81605167175','1','5','1600','retail','0','2020-11-11 10:51:17','','','','159.60','Cash',196.49,'320','','','8','','1','2020-11-12 07:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','228.50','223.5','Inclusive',NULL),(5274,'81605167175','5','5','550','retail','0','2020-11-11 10:51:17','','','','0','Cash',67.54,'110','','','8','','1','2020-11-12 07:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','-2.5','Inclusive',NULL),(5275,'81605167175','133','5','50','retail','0','2020-11-11 10:51:17','','','','0','Cash',6.14,'10','','','8','','1','2020-11-12 07:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(5276,'81605167175','10','5','100','retail','0','2020-11-11 10:51:17','','','','0','Cash',12.28,'20','','','8','','1','2020-11-12 07:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','153.50','148.5','Inclusive',NULL),(5277,'81605167175','19','5','150','retail','0','2020-11-11 10:51:17','','','','0','Cash',18.42,'30','','','8','','1','2020-11-12 07:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','1.12','-3.73','Inclusive',NULL),(5278,'81605167175','70','5','250','retail','0','2020-11-11 10:51:17','','','','2','Cash',30.70,'50','','','8','','1','2020-11-12 07:51:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','1.00','-3.85','Inclusive',NULL),(5280,'81605167546','3','1','170','retail','0','2020-11-11 10:53:39','','','','0','Cash',20.88,'170','','','8','','1','2020-11-12 07:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5281,'81605167546','6','1','70','retail','0','2020-11-11 10:53:39','','','','0','Cash',8.60,'70','','','8','','1','2020-11-12 07:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5282,'81605167546','133','1','10','retail','0','2020-11-11 10:53:39','','','','0','Cash',1.23,'10','','','8','','1','2020-11-12 07:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5283,'81605167546','15','1','30','retail','0','2020-11-11 10:53:39','','','','0','Cash',3.68,'30','','','8','','1','2020-11-12 07:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5284,'81605167546','74','1','50','retail','0','2020-11-11 10:53:39','','','','5','Cash',6.14,'50','','','8','','1','2020-11-12 07:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5285,'81605167546','11','1','20','retail','0','2020-11-11 10:53:39','','','','0','Cash',2.46,'20','','','8','','1','2020-11-12 07:53:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5286,'81605167631','147','20','8000','retail','0','2020-11-11 10:54:48','','','','0','Cash',982.46,'400','','','8','','1','2020-11-12 07:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','361.20','361.2','Inclusive',NULL),(5287,'81605167631','88','20','1400','retail','0','2020-11-11 10:54:48','','','','0','Cash',171.93,'70','','','8','','1','2020-11-12 07:55:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','650.00','650','Inclusive',NULL),(5288,'81605167707','1','1','320','retail','0','2020-11-11 10:56:14','','','','159.60','Cash',39.30,'320','','','8','','1','2020-11-12 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','229.00','228','Inclusive',NULL),(5289,'81605167707','5','1','110','retail','0','2020-11-11 10:56:14','','','','0','Cash',13.51,'110','','','8','','1','2020-11-12 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5290,'81605167707','133','1','10','retail','0','2020-11-11 10:56:14','','','','0','Cash',1.23,'10','','','8','','1','2020-11-12 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5291,'81605167707','10','1','20','retail','0','2020-11-11 10:56:14','','','','0','Cash',2.46,'20','','','8','','1','2020-11-12 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.00','152','Inclusive',NULL),(5292,'81605167707','19','1','30','retail','0','2020-11-11 10:56:14','','','','0','Cash',3.68,'30','','','8','','1','2020-11-12 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(5293,'81605167707','70','1','50','retail','0','2020-11-11 10:56:14','','','','2','Cash',6.14,'50','','','8','','1','2020-11-12 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(5294,'61605165639','74','5','250','retail','0','2020-11-12 10:58:27','','','','5','Mpesa',30.70,'50','','','8','','1','2020-11-12 08:04:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.18','-4.67','Inclusive',NULL),(5295,'61605168264','70','1','50','retail','0','2020-11-12 11:04:24','','','','2','Cash',6.14,'50','','','6','','1','2020-11-12 08:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5296,'61605169016','47','1','120','retail','0','2020-11-12 11:16:56','','','','0','Cash',14.74,'120','','','6','','1','2020-11-12 09:09:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.00','-0.5','Inclusive',NULL),(5297,'61605172145','1','1','320','retail','0','2020-11-12 12:09:05','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','229.00','228','Inclusive',NULL),(5298,'61605172145','5','1','110','retail','0','2020-11-12 12:26:16','','','','0','Cash',13.51,'110','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5299,'61605172145','133','1','10','retail','0','2020-11-12 12:26:32','','','','0','Cash',1.23,'10','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5300,'61605172145','10','1','20','retail','0','2020-11-12 12:26:43','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.00','152','Inclusive',NULL),(5301,'61605172145','15','1','30','retail','0','2020-11-12 12:26:53','','','','0','Cash',3.68,'30','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5302,'61605172145','74','1','50','retail','0','2020-11-12 12:27:02','','','','5','Cash',6.14,'50','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5303,'61605172145','40','1','60','retail','0','2020-11-12 12:27:12','','','','0','Cash',7.37,'60','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5304,'61605172145','38','1','330','retail','0','2020-11-12 12:27:27','','','','0','Cash',40.53,'330','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5305,'61605172145','9','1','60','retail','0','2020-11-12 12:27:37','','','','0','Cash',7.37,'60','','','6','','1','2020-11-12 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5306,'61605173279','47','1','100','retail','0','2020-11-12 12:27:59','','','','0','Cash',12.28,'100','','','6','','1','2020-11-12 10:19:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5307,'61605176370','1','1','320','retail','0','2020-11-12 13:19:30','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-12 10:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','229.00','228','Inclusive',NULL),(5308,'61605176370','5','1','110','retail','0','2020-11-12 13:19:47','','','','0','Cash',13.51,'110','','','6','','1','2020-11-12 10:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5309,'61605176370','133','1','10','retail','0','2020-11-12 13:19:57','','','','0','Cash',1.23,'10','','','6','','1','2020-11-12 10:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5310,'61605176370','10','1','20','retail','0','2020-11-12 13:20:07','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 10:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','153.00','152','Inclusive',NULL),(5311,'61605176370','19','1','30','retail','0','2020-11-12 13:20:16','','','','0','Cash',3.68,'30','','','6','','1','2020-11-12 10:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5312,'61605176370','70','1','50','retail','0','2020-11-12 13:20:26','','','','2','Cash',6.14,'50','','','6','','1','2020-11-12 10:20:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5313,'61605176443','3','1','170','retail','0','2020-11-12 13:20:43','','','','0','Cash',20.88,'170','','','6','','1','2020-11-12 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5314,'61605176443','23','1','30','retail','0','2020-11-12 13:38:43','','','','0','Cash',3.68,'30','','','6','','1','2020-11-12 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5315,'61605176443','70','1','50','retail','0','2020-11-12 13:38:52','','','','2','Cash',6.14,'50','','','6','','1','2020-11-12 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5316,'61605176443','6','1','70','retail','0','2020-11-12 13:39:03','','','','0','Cash',8.60,'70','','','6','','1','2020-11-12 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5317,'61605176443','133','1','10','retail','0','2020-11-12 13:39:21','','','','0','Cash',1.23,'10','','','6','','1','2020-11-12 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5318,'61605176443','11','1','20','retail','0','2020-11-12 13:39:30','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 10:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5319,'61605177596','1','1','320','retail','0','2020-11-12 13:39:57','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','228.50','227.5','Inclusive',NULL),(5320,'61605177596','2','1','90','retail','0','2020-11-12 13:53:35','','','','0','Cash',11.05,'90','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5321,'61605177596','10','1','20','retail','0','2020-11-12 13:53:51','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','152.50','151.5','Inclusive',NULL),(5322,'61605177596','33','1','130','retail','0','2020-11-12 13:54:00','','','','0','Cash',15.96,'130','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(5323,'61605177596','48','1','60','retail','0','2020-11-12 13:54:08','','','','0','Cash',7.37,'60','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(5324,'61605177596','27','1','30','retail','0','2020-11-12 13:54:17','','','','0','Cash',3.68,'30','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5325,'61605177596','70','1','50','retail','0','2020-11-12 13:54:23','','','','2','Cash',6.14,'50','','','6','','1','2020-11-12 12:24:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5333,'61605183887','1','2','640','retail','0','2020-11-12 15:24:47','','','','159.60','Cash',78.60,'320','','','6','','1','2020-11-12 12:27:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','227.00','225','Inclusive',NULL),(5334,'61605183887','5','2','220','retail','0','2020-11-12 15:25:14','','','','0','Cash',27.02,'110','','','6','','1','2020-11-12 12:27:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(5335,'61605183887','19','2','60','retail','0','2020-11-12 15:25:31','','','','0','Cash',7.37,'30','','','6','','1','2020-11-12 12:27:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5336,'61605183887','70','2','100','retail','0','2020-11-12 15:25:55','','','','2','Cash',12.28,'50','','','6','','1','2020-11-12 12:27:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5337,'61605183887','10','2','40','retail','0','2020-11-12 15:26:13','','','','0','Cash',4.91,'20','','','6','','1','2020-11-12 12:27:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','151.50','149.5','Inclusive',NULL),(5338,'61605183887','133','2','20','retail','0','2020-11-12 15:26:31','','','','0','Cash',2.46,'10','','','6','','1','2020-11-12 12:27:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5339,'61605184059','3','1','170','retail','0','2020-11-12 15:27:39','','','','0','Cash',20.88,'170','','','6','','1','2020-11-12 12:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5340,'61605184059','11','1','20','retail','0','2020-11-12 15:28:03','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 12:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5341,'61605184059','50','2','420','retail','0','2020-11-12 15:28:12','','','','0','Cash',51.58,'210','','','6','','1','2020-11-12 12:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','2','0.00','-1','Inclusive',NULL),(5342,'61605184059','55','1','60','retail','0','2020-11-12 15:28:21','','','','0','Cash',7.37,'60','','','6','','1','2020-11-12 12:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive',NULL),(5343,'61605184059','15','1','30','retail','0','2020-11-12 15:28:32','','','','0','Cash',3.68,'30','','','6','','1','2020-11-12 12:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5344,'61605184059','73','2','200','retail','0','2020-11-12 15:28:42','','','','0','Cash',24.56,'100','','','6','','1','2020-11-12 12:30:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','0.20','0.3','Inclusive',NULL),(5345,'61605184224','185','1','250','retail','0','2020-11-12 15:30:24','','','','0','Cash',30.70,'250','','','6','','1','2020-11-12 12:31:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','5.00','4','Inclusive',NULL),(5346,'61605184319','85','5','600','retail','0','2020-11-12 15:31:59','','','','0','Cash',73.68,'120','','','6','','1','2020-11-12 12:55:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','525.50','520.5','Inclusive',NULL),(5347,'61605185708','1','1','320','retail','0','2020-11-12 15:55:08','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-12 13:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','225.50','224.5','Inclusive',NULL),(5348,'61605185708','5','1','110','retail','0','2020-11-12 16:16:04','','','','0','Cash',13.51,'110','','','6','','1','2020-11-12 13:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5349,'61605185708','133','1','10','retail','0','2020-11-12 16:16:20','','','','0','Cash',1.23,'10','','','6','','1','2020-11-12 13:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5350,'61605185708','10','1','20','retail','0','2020-11-12 16:16:30','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 13:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','300.00','299','Inclusive',NULL),(5351,'61605185708','15','1','30','retail','0','2020-11-12 16:16:41','','','','0','Cash',3.68,'30','','','6','','1','2020-11-12 13:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5352,'61605185708','74','1','50','retail','0','2020-11-12 16:16:57','','','','5','Cash',6.14,'50','','','6','','1','2020-11-12 13:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5353,'61605187030','1','1','320','retail','0','2020-11-12 16:17:11','','','','159.60','Mpesa',39.30,'320','','','6','','1','2020-11-12 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','224.50','223.5','Inclusive',NULL),(5354,'61605187030','5','1','110','retail','0','2020-11-12 16:23:47','','','','0','Mpesa',13.51,'110','','','6','','1','2020-11-12 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5355,'61605187030','133','1','10','retail','0','2020-11-12 16:23:59','','','','0','Mpesa',1.23,'10','','','6','','1','2020-11-12 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5356,'61605187030','10','1','20','retail','0','2020-11-12 16:24:07','','','','0','Mpesa',2.46,'20','','','6','','1','2020-11-12 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','299.00','298','Inclusive',NULL),(5357,'61605187030','19','1','30','retail','0','2020-11-12 16:24:15','','','','0','Mpesa',3.68,'30','','','6','','1','2020-11-12 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5358,'61605187030','70','1','50','retail','0','2020-11-12 16:24:20','','','','2','Mpesa',6.14,'50','','','6','','1','2020-11-12 13:24:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(5359,'61605187486','1','1','320','retail','0','2020-11-12 16:24:46','','','','159.60','Mpesa',39.30,'320','','','6','','1','2020-11-12 13:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','223.50','222.5','Inclusive',NULL),(5360,'61605187486','5','1','110','retail','0','2020-11-12 16:24:54','','','','0','Mpesa',13.51,'110','','','6','','1','2020-11-12 13:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5361,'61605187486','133','1','10','retail','0','2020-11-12 16:25:03','','','','0','Mpesa',1.23,'10','','','6','','1','2020-11-12 13:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5362,'61605187486','10','1','20','retail','0','2020-11-12 16:25:10','','','','0','Mpesa',2.46,'20','','','6','','1','2020-11-12 13:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','298.00','297','Inclusive',NULL),(5363,'61605187486','19','1','30','retail','0','2020-11-12 16:25:17','','','','0','Mpesa',3.68,'30','','','6','','1','2020-11-12 13:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5364,'61605187486','70','1','50','retail','0','2020-11-12 16:25:24','','','','2','Mpesa',6.14,'50','','','6','','1','2020-11-12 13:25:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5365,'61605187539','1','1','320','retail','0','2020-11-12 16:25:39','','','','159.60','Mpesa',39.30,'320','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','222.50','221.5','Inclusive',NULL),(5366,'61605187539','2','1','90','retail','0','2020-11-12 16:26:02','','','','0','Mpesa',11.05,'90','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','1.00','0','Inclusive',NULL),(5367,'61605187539','10','1','20','retail','0','2020-11-12 16:26:16','','','','0','Mpesa',2.46,'20','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','297.00','296','Inclusive',NULL),(5368,'61605187539','33','1','130','retail','0','2020-11-12 16:26:27','','','','0','Mpesa',15.96,'130','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(5369,'61605187539','48','1','60','retail','0','2020-11-12 16:27:03','','','','0','Mpesa',7.37,'60','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(5370,'61605187539','27','1','30','retail','0','2020-11-12 16:27:13','','','','0','Mpesa',3.68,'30','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.03','0.03','Inclusive',NULL),(5371,'61605187539','70','1','50','retail','0','2020-11-12 16:27:24','','','','2','Mpesa',6.14,'50','','','6','','1','2020-11-12 13:27:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5372,'61605187667','1','1','320','retail','0','2020-11-12 16:27:47','','','','159.60','Mpesa',39.30,'320','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','221.50','220.5','Inclusive',NULL),(5373,'61605187667','10','1','20','retail','0','2020-11-12 16:28:11','','','','0','Mpesa',2.46,'20','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','296.00','295','Inclusive',NULL),(5374,'61605187667','33','1','130','retail','0','2020-11-12 16:28:31','','','','0','Mpesa',15.96,'130','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(5375,'61605187667','48','1','60','retail','0','2020-11-12 16:28:41','','','','0','Mpesa',7.37,'60','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(5376,'61605187667','27','1','30','retail','0','2020-11-12 16:28:53','','','','0','Mpesa',3.68,'30','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5377,'61605187667','70','1','50','retail','0','2020-11-12 16:29:17','','','','2','Mpesa',6.14,'50','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5378,'61605187667','2','1','90','retail','0','2020-11-12 16:29:28','','','','0','Mpesa',11.05,'90','','','6','','1','2020-11-12 13:29:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5379,'61605187795','40','1','60','retail','0','2020-11-12 16:29:55','','','','0','Mpesa',7.37,'60','','','6','','1','2020-11-12 13:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5380,'61605187795','38','1','330','retail','0','2020-11-12 16:30:51','','','','0','Mpesa',40.53,'330','','','6','','1','2020-11-12 13:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5381,'61605187795','9','1','60','retail','0','2020-11-12 16:31:05','','','','0','Mpesa',7.37,'60','','','6','','1','2020-11-12 13:31:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5382,'61605187889','64','1','1000','retail','0','2020-11-12 16:31:29','','','','0','Mpesa',122.81,'1000','','','6','','1','2020-11-12 13:33:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','7.50','6.5','Inclusive',NULL),(5383,'61605187889','15','1','30','retail','0','2020-11-12 16:32:12','','','','0','Mpesa',3.68,'30','','','6','','1','2020-11-12 13:33:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5384,'61605187889','74','1','50','retail','0','2020-11-12 16:32:21','','','','5','Mpesa',6.14,'50','','','6','','1','2020-11-12 13:33:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5385,'61605188016','177','5','1150','retail','0','2020-11-12 16:33:36','','','','0','Mpesa',141.23,'230','','','6','','1','2020-11-12 13:35:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','201.75','','260.00','255','Inclusive',NULL),(5386,'61605188114','1','1','300','retail','0','2020-11-12 16:35:14','','','','159.60','Cash',36.84,'300','','','6','','1','2020-11-12 13:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','220.25','219.25','Inclusive',NULL),(5387,'61605188114','5','1','100','retail','0','2020-11-12 16:40:09','','','','0','Cash',12.28,'100','','','6','','1','2020-11-12 13:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5388,'61605188114','133','1','10','retail','0','2020-11-12 16:40:17','','','','0','Cash',1.23,'10','','','6','','1','2020-11-12 13:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5389,'61605188114','10','1','20','retail','0','2020-11-12 16:40:34','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 13:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','295.00','294','Inclusive',NULL),(5390,'61605188114','19','1','20','retail','0','2020-11-12 16:40:46','','','','0','Cash',2.46,'20','','','6','','1','2020-11-12 13:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5391,'61605188114','70','1','50','retail','0','2020-11-12 16:40:54','','','','2','Cash',6.14,'50','','','6','','1','2020-11-12 13:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5392,'61605250465','1','1','300','retail','0','2020-11-13 09:54:25','','','','159.60','Cash',36.84,'300','','','6','','1','2020-11-13 06:56:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','219.25','218.25','Inclusive',NULL),(5393,'61605250465','5','1','100','retail','0','2020-11-13 09:54:33','','','','0','Cash',12.28,'100','','','6','','1','2020-11-13 06:56:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5394,'61605250465','133','1','10','retail','0','2020-11-13 09:54:41','','','','0','Cash',1.23,'10','','','6','','1','2020-11-13 06:56:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5395,'61605250465','10','1','20','retail','0','2020-11-13 09:54:49','','','','0','Cash',2.46,'20','','','6','','1','2020-11-13 06:56:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','294.00','293','Inclusive',NULL),(5396,'61605250465','15','1','20','retail','0','2020-11-13 09:54:56','','','','0','Cash',2.46,'20','','','6','','1','2020-11-13 06:56:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5397,'61605250465','70','1','50','retail','0','2020-11-13 09:55:20','','','','2','Cash',6.14,'50','','','6','','1','2020-11-13 06:56:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5398,'61605250573','1','1','320','retail','0','2020-11-13 09:56:13','','','','159.60','Mpesa',39.30,'320','','','6','','1','2020-11-13 07:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','218.25','217.25','Inclusive',NULL),(5399,'61605250573','5','1','110','retail','0','2020-11-13 09:57:05','','','','0','Mpesa',13.51,'110','','','6','','1','2020-11-13 07:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5400,'61605250573','133','1','10','retail','0','2020-11-13 09:57:58','','','','0','Mpesa',1.23,'10','','','6','','1','2020-11-13 07:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5401,'61605250573','10','1','20','retail','0','2020-11-13 09:58:51','','','','0','Mpesa',2.46,'20','','','6','','1','2020-11-13 07:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','293.00','292','Inclusive',NULL),(5402,'61605250573','15','1','30','retail','0','2020-11-13 09:59:38','','','','0','Mpesa',3.68,'30','','','6','','1','2020-11-13 07:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5403,'61605250573','74','1','50','retail','0','2020-11-13 09:59:48','','','','5','Mpesa',6.14,'50','','','6','','1','2020-11-13 07:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5404,'61605250817','74','1','50','retail','0','2020-11-13 10:00:17','','','','5','Cash',6.14,'50','','','6','','1','2020-11-13 07:00:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5406,'61605250906','288','12','1800','retail','0','2020-11-13 10:01:46','','','','0','Mpesa',221.05,'150','','','6','','1','2020-11-13 07:03:12','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','13.00','1','Inclusive',NULL),(5407,'61605250994','1','1','320','retail','0','2020-11-13 10:47:49','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-13 08:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','217.25','216.25','Inclusive',NULL),(5408,'61605250994','5','1','110','retail','0','2020-11-13 11:16:15','','','','0','Cash',13.51,'110','','','6','','1','2020-11-13 08:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5409,'61605250994','133','1','10','retail','0','2020-11-13 11:16:24','','','','0','Cash',1.23,'10','','','6','','1','2020-11-13 08:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5410,'61605250994','10','1','20','retail','0','2020-11-13 11:16:33','','','','0','Cash',2.46,'20','','','6','','1','2020-11-13 08:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','292.00','291','Inclusive',NULL),(5411,'61605250994','19','1','30','retail','0','2020-11-13 11:16:42','','','','0','Cash',3.68,'30','','','6','','1','2020-11-13 08:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5412,'61605250994','74','1','50','retail','0','2020-11-13 11:16:50','','','','5','Cash',6.14,'50','','','6','','1','2020-11-13 08:17:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5417,'81605258602','85','5','600','retail','0','2020-11-13 12:10:55','','','','0','Cash',73.68,'120','','','8','','1','2020-11-13 09:29:00','1','1','returned','1','new','pcs','','2020-11-13 12:29:00','8','yes','','0','','','VATABLE','105.26','5','520.50','515.5','Inclusive',NULL),(5419,'81605259781','85','5','500','retail','0','2020-11-13 12:32:05','','','','0','Cash',61.40,'100','','','8','','1','2020-11-13 09:32:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','520.50','515.5','Inclusive',NULL),(5421,'61605262126','3','1','160','retail','0','2020-11-13 13:08:46','','','','0','Cash',19.65,'160','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5422,'61605262126','2','1','90','retail','0','2020-11-13 13:09:03','','','','0','Cash',11.05,'90','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5423,'61605262126','139','1','50','retail','0','2020-11-13 13:09:46','','','','0','Cash',6.14,'50','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(5424,'61605262126','137','1','50','retail','0','2020-11-13 13:09:53','','','','0','Cash',6.14,'50','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5425,'61605262126','27','1','30','retail','0','2020-11-13 13:10:01','','','','0','Cash',3.68,'30','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5426,'61605262126','74','1','50','retail','0','2020-11-13 13:10:10','','','','5','Cash',6.14,'50','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.18','-0.79','Inclusive',NULL),(5427,'61605262126','11','1','20','retail','0','2020-11-13 13:10:19','','','','0','Cash',2.46,'20','','','6','','1','2020-11-13 10:11:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5428,'61605262264','85','5','600','retail','0','2020-11-13 13:11:21','','','','0','Mpesa',73.68,'120','','','6','','1','2020-11-13 10:11:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','515.50','510.5','Inclusive',NULL),(5429,'61605268147','288','1','150','retail','0','2020-11-13 14:49:07','','','','0','Cash',18.42,'150','','','6','','1','2020-11-13 11:49:49','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','1.00','0','Inclusive',NULL),(5430,'61605269605','1','1','320','retail','0','2020-11-13 15:13:25','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-13 12:29:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','128.75','127.75','Inclusive',NULL),(5431,'61605269605','5','1','110','retail','0','2020-11-13 15:28:39','','','','0','Cash',13.51,'110','','','6','','1','2020-11-13 12:29:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5432,'61605269605','10','1','20','retail','0','2020-11-13 15:28:50','','','','0','Cash',2.46,'20','','','6','','1','2020-11-13 12:29:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','290.50','289.5','Inclusive',NULL),(5433,'61605269605','133','1','10','retail','0','2020-11-13 15:28:57','','','','0','Cash',1.23,'10','','','6','','1','2020-11-13 12:29:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(5434,'61605269605','19','1','30','retail','0','2020-11-13 15:29:09','','','','0','Cash',3.68,'30','','','6','','1','2020-11-13 12:29:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(5435,'61605269605','70','1','50','retail','0','2020-11-13 15:29:21','','','','2','Cash',6.14,'50','','','6','','1','2020-11-13 12:29:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5436,'61605270581','1','1','320','retail','0','2020-11-13 15:29:41','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-13 12:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','127.75','126.75','Inclusive',NULL),(5437,'61605270581','5','1','110','retail','0','2020-11-13 15:38:48','','','','0','Cash',13.51,'110','','','6','','1','2020-11-13 12:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5438,'61605270581','133','1','10','retail','0','2020-11-13 15:38:56','','','','0','Cash',1.23,'10','','','6','','1','2020-11-13 12:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5439,'61605270581','10','1','20','retail','0','2020-11-13 15:39:03','','','','0','Cash',2.46,'20','','','6','','1','2020-11-13 12:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','289.50','288.5','Inclusive',NULL),(5440,'61605270581','15','1','30','retail','0','2020-11-13 15:39:11','','','','0','Cash',3.68,'30','','','6','','1','2020-11-13 12:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5441,'61605270581','74','1','50','retail','0','2020-11-13 15:39:31','','','','5','Cash',6.14,'50','','','6','','1','2020-11-13 12:40:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5442,'61605271214','40','1','60','retail','0','2020-11-13 15:40:14','','','','0','Mpesa',7.37,'60','','','6','','1','2020-11-13 12:52:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5443,'61605271214','38','1','330','retail','0','2020-11-13 15:52:01','','','','0','Mpesa',40.53,'330','','','6','','1','2020-11-13 12:52:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5444,'61605271214','9','1','60','retail','0','2020-11-13 15:52:10','','','','0','Mpesa',7.37,'60','','','6','','1','2020-11-13 12:52:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5445,'41605334219','1','1','320','retail','0','2020-11-14 09:11:41','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-14 06:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','126.75','125.75','Inclusive',NULL),(5446,'41605334219','5','1','110','retail','0','2020-11-14 09:11:41','','','','0','Cash',13.51,'110','','','4','','1','2020-11-14 06:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5447,'41605334219','10','1','20','retail','0','2020-11-14 09:11:41','','','','0','Cash',2.46,'20','','','4','','1','2020-11-14 06:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','288.50','287.5','Inclusive',NULL),(5448,'41605334219','133','1','10','retail','0','2020-11-14 09:11:41','','','','0','Cash',1.23,'10','','','4','','1','2020-11-14 06:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5449,'41605334219','19','1','30','retail','0','2020-11-14 09:11:41','','','','0','Cash',3.68,'30','','','4','','1','2020-11-14 06:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5450,'41605334219','70','1','50','retail','0','2020-11-14 09:11:41','','','','2','Cash',6.14,'50','','','4','','1','2020-11-14 06:11:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5451,'41605334312','161','20','950','retail','0','2020-11-14 09:13:46','','','','0','Mpesa',116.67,'47.50','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1600.00','1580','Inclusive',NULL),(5452,'41605334312','1','1','320','retail','0','2020-11-14 09:13:46','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','125.75','124.75','Inclusive',NULL),(5453,'41605334312','5','1','110','retail','0','2020-11-14 09:13:46','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5454,'41605334312','10','1','20','retail','0','2020-11-14 09:13:46','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','287.50','286.5','Inclusive',NULL),(5455,'41605334312','133','1','10','retail','0','2020-11-14 09:13:46','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5456,'41605334312','15','1','30','retail','0','2020-11-14 09:13:46','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5457,'41605334312','74','1','50','retail','0','2020-11-14 09:13:46','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-14 06:14:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5458,'41605334444','1','1','320','retail','0','2020-11-14 09:15:57','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','124.75','123.75','Inclusive',NULL),(5460,'41605334444','2','1','90','retail','0','2020-11-14 09:15:57','','','','0','Mpesa',11.05,'90','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5461,'41605334444','10','1','20','retail','0','2020-11-14 09:15:57','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','286.50','285.5','Inclusive',NULL),(5462,'41605334444','33','1','130','retail','0','2020-11-14 09:15:57','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(5463,'41605334444','27','1','30','retail','0','2020-11-14 09:15:57','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5464,'41605334444','74','1','50','retail','0','2020-11-14 09:15:57','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5465,'41605334444','70','1','50','retail','0','2020-11-14 09:15:57','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-14 06:16:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5466,'41605334567','1','1','320','retail','0','2020-11-14 09:17:58','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-14 06:18:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','123.50','122.5','Inclusive',NULL),(5467,'41605334567','5','1','110','retail','0','2020-11-14 09:17:58','','','','0','Cash',13.51,'110','','','4','','1','2020-11-14 06:18:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(5468,'41605334567','10','1','20','retail','0','2020-11-14 09:17:58','','','','0','Cash',2.46,'20','','','4','','1','2020-11-14 06:18:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','285.50','284.5','Inclusive',NULL),(5469,'41605334567','133','1','10','retail','0','2020-11-14 09:17:58','','','','0','Cash',1.23,'10','','','4','','1','2020-11-14 06:18:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5470,'41605334567','23','1','30','retail','0','2020-11-14 09:17:58','','','','0','Cash',3.68,'30','','','4','','1','2020-11-14 06:18:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5471,'41605334567','74','1','50','retail','0','2020-11-14 09:17:58','','','','5','Cash',6.14,'50','','','4','','1','2020-11-14 06:18:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5472,'41605334870','1','5','1600','retail','0','2020-11-14 10:07:28','','','','159.60','Cash',196.49,'320','','','4','','1','2020-11-14 07:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','122.50','117.5','Inclusive',NULL),(5473,'41605334870','19','5','150','retail','0','2020-11-14 10:07:28','','','','0','Cash',18.42,'30','','','4','','1','2020-11-14 07:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.12','-4.73','Inclusive',NULL),(5474,'41605334870','70','5','250','retail','0','2020-11-14 10:07:28','','','','2','Cash',30.70,'50','','','4','','1','2020-11-14 07:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive',NULL),(5475,'41605334870','5','5','550','retail','0','2020-11-14 10:07:28','','','','0','Cash',67.54,'110','','','4','','1','2020-11-14 07:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','0.00','49','Inclusive',NULL),(5476,'41605334870','133','5','50','retail','0','2020-11-14 10:07:28','','','','0','Cash',6.14,'10','','','4','','1','2020-11-14 07:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(5477,'41605334870','10','5','100','retail','0','2020-11-14 10:07:28','','','','0','Cash',12.28,'20','','','4','','1','2020-11-14 07:07:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','284.50','279.5','Inclusive',NULL),(5478,'41605337665','27','1','30','retail','0','2020-11-14 10:09:35','','','','0','Cash',3.68,'30','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5479,'41605337665','74','1','50','retail','0','2020-11-14 10:09:35','','','','5','Cash',6.14,'50','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5480,'41605337665','1','1','320','retail','0','2020-11-14 10:09:35','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','117.50','116.5','Inclusive',NULL),(5481,'41605337665','3','1','160','retail','0','2020-11-14 10:09:35','','','','0','Cash',19.65,'160','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5482,'41605337665','33','1','130','retail','0','2020-11-14 10:09:35','','','','0','Cash',15.96,'130','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(5483,'41605337665','48','1','60','retail','0','2020-11-14 10:09:35','','','','0','Cash',7.37,'60','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(5484,'41605337665','36','1','130','retail','0','2020-11-14 10:09:35','','','','0','Cash',15.96,'130','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(5485,'41605337665','10','1','20','retail','0','2020-11-14 10:09:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-14 07:09:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','279.50','278.5','Inclusive',NULL),(5486,'41605337796','1','2','600','retail','0','2020-11-14 10:12:29','','','','159.60','Cash',73.68,'300','','','4','','1','2020-11-14 07:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','116.00','114','Inclusive',NULL),(5487,'41605337796','4','2','400','retail','0','2020-11-14 10:12:29','','','','0','Cash',49.12,'200','','','4','','1','2020-11-14 07:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','39.00','37','Inclusive',NULL),(5488,'41605337796','10','2','40','retail','0','2020-11-14 10:12:29','','','','0','Cash',4.91,'20','','','4','','1','2020-11-14 07:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','278.50','276.5','Inclusive',NULL),(5489,'41605337796','133','2','20','retail','0','2020-11-14 10:12:29','','','','0','Cash',2.46,'10','','','4','','1','2020-11-14 07:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5490,'41605337796','19','2','60','retail','0','2020-11-14 10:12:29','','','','0','Cash',7.37,'30','','','4','','1','2020-11-14 07:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5491,'41605337796','70','2','100','retail','0','2020-11-14 10:12:29','','','','2','Cash',12.28,'50','','','4','','1','2020-11-14 07:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5492,'41605337982','1','1','320','retail','0','2020-11-14 10:18:10','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','114.00','113','Inclusive',NULL),(5493,'41605337982','5','1','110','retail','0','2020-11-14 10:18:10','','','','0','Cash',13.51,'110','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','49.00','48','Inclusive',NULL),(5494,'41605337982','15','1','30','retail','0','2020-11-14 10:18:10','','','','0','Cash',3.68,'30','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5496,'41605337982','133','1','10','retail','0','2020-11-14 10:18:10','','','','0','Cash',1.23,'10','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5497,'41605337982','137','1','50','retail','0','2020-11-14 10:18:10','','','','0','Cash',6.14,'50','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5498,'41605337982','74','1','50','retail','0','2020-11-14 10:18:10','','','','5','Cash',6.14,'50','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5499,'41605337982','10','1','20','retail','0','2020-11-14 10:18:10','','','','0','Cash',2.46,'20','','','4','','1','2020-11-14 07:18:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','276.50','275.5','Inclusive',NULL),(5500,'41605338296','1','1','320','retail','0','2020-11-14 10:20:50','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-14 07:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','113.00','112','Inclusive',NULL),(5501,'41605338296','5','1','110','retail','0','2020-11-14 10:20:50','','','','0','Cash',13.51,'110','','','4','','1','2020-11-14 07:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','48.00','47','Inclusive',NULL),(5502,'41605338296','10','1','20','retail','0','2020-11-14 10:20:50','','','','0','Cash',2.46,'20','','','4','','1','2020-11-14 07:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','275.50','274.5','Inclusive',NULL),(5503,'41605338296','133','1','10','retail','0','2020-11-14 10:20:50','','','','0','Cash',1.23,'10','','','4','','1','2020-11-14 07:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5504,'41605338296','19','1','30','retail','0','2020-11-14 10:20:50','','','','0','Cash',3.68,'30','','','4','','1','2020-11-14 07:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5505,'41605338296','70','1','50','retail','0','2020-11-14 10:20:50','','','','2','Cash',6.14,'50','','','4','','1','2020-11-14 07:21:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5506,'41605338461','91','10','1400','retail','0','2020-11-14 10:49:30','','','','1','Cash',171.93,'140','','','4','','1','2020-11-14 07:49:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','215.00','205','Inclusive',NULL),(5507,'41605340177','1','1','300','retail','0','2020-11-14 11:54:36','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-14 08:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','112.00','111','Inclusive',NULL),(5508,'41605340177','10','1','20','retail','0','2020-11-14 11:54:36','','','','0','Cash',2.46,'20','','','4','','1','2020-11-14 08:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','274.50','273.5','Inclusive',NULL),(5509,'41605340177','5','1','100','retail','0','2020-11-14 11:54:36','','','','0','Cash',12.28,'100','','','4','','1','2020-11-14 08:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','47.00','46','Inclusive',NULL),(5510,'41605340177','74','1','50','retail','0','2020-11-14 11:54:36','','','','5','Cash',6.14,'50','','','4','','1','2020-11-14 08:54:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5511,'41605346855','94','1','180','retail','0','2020-11-14 12:41:05','','','','0','Cash',22.11,'180','','','4','','1','2020-11-14 09:41:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','232.00','231','Inclusive',NULL),(5512,'41605511235','1','1','320','retail','0','2020-11-16 10:30:45','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','111.00','110','Inclusive',NULL),(5513,'41605511235','5','1','110','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','46.00','45','Inclusive',NULL),(5514,'41605511235','10','1','20','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','273.50','272.5','Inclusive',NULL),(5515,'41605511235','133','1','10','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5516,'41605511235','19','1','30','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5517,'41605511235','70','1','50','retail','0','2020-11-16 10:30:45','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5518,'41605511235','38','1','330','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',40.53,'330','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5519,'41605511235','40','1','60','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5520,'41605511235','9','1','60','retail','0','2020-11-16 10:30:45','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-16 07:30:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5521,'41605514274','3','1','170','retail','0','2020-11-16 11:12:53','','','','0','Cash',20.88,'170','','','4','','1','2020-11-16 08:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5522,'41605514274','6','1','80','retail','0','2020-11-16 11:12:53','','','','0','Cash',9.82,'80','','','4','','1','2020-11-16 08:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.00','0','Inclusive',NULL),(5523,'41605514274','11','1','20','retail','0','2020-11-16 11:12:53','','','','0','Cash',2.46,'20','','','4','','1','2020-11-16 08:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5524,'41605514274','15','1','30','retail','0','2020-11-16 11:12:53','','','','0','Cash',3.68,'30','','','4','','1','2020-11-16 08:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5525,'41605514274','70','1','50','retail','0','2020-11-16 11:12:53','','','','2','Cash',6.14,'50','','','4','','1','2020-11-16 08:13:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5526,'41605514383','19','1','30','retail','0','2020-11-16 12:04:15','','','','0','Cash',3.68,'30','','','4','','1','2020-11-16 09:05:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5527,'41605517544','1','1','300','retail','0','2020-11-16 12:16:41','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-16 09:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','109.50','108.5','Inclusive',NULL),(5528,'41605517544','5','1','100','retail','0','2020-11-16 12:16:41','','','','0','Cash',12.28,'100','','','4','','1','2020-11-16 09:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','45.00','44','Inclusive',NULL),(5529,'41605517544','10','1','20','retail','0','2020-11-16 12:16:41','','','','0','Cash',2.46,'20','','','4','','1','2020-11-16 09:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','272.00','271','Inclusive',NULL),(5530,'41605517544','133','1','10','retail','0','2020-11-16 12:16:41','','','','0','Cash',1.23,'10','','','4','','1','2020-11-16 09:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5531,'41605517544','19','1','20','retail','0','2020-11-16 12:16:41','','','','0','Cash',2.46,'20','','','4','','1','2020-11-16 09:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5532,'41605517544','70','1','50','retail','0','2020-11-16 12:16:41','','','','2','Cash',6.14,'50','','','4','','1','2020-11-16 09:16:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5533,'41605518224','1','2','640','retail','0','2020-11-16 12:26:42','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-11-16 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','108.50','106.5','Inclusive',NULL),(5534,'41605518224','5','2','220','retail','0','2020-11-16 12:26:42','','','','0','Mpesa',27.02,'110','','','4','','1','2020-11-16 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','44.00','42','Inclusive',NULL),(5535,'41605518224','10','2','40','retail','0','2020-11-16 12:26:42','','','','0','Mpesa',4.91,'20','','','4','','1','2020-11-16 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','271.00','269','Inclusive',NULL),(5536,'41605518224','19','2','60','retail','0','2020-11-16 12:26:42','','','','0','Mpesa',7.37,'30','','','4','','1','2020-11-16 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5537,'41605518224','70','2','100','retail','0','2020-11-16 12:26:42','','','','2','Mpesa',12.28,'50','','','4','','1','2020-11-16 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5538,'41605518224','133','2','20','retail','0','2020-11-16 12:26:42','','','','0','Mpesa',2.46,'10','','','4','','1','2020-11-16 09:27:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5539,'41605519045','1','1','320','retail','0','2020-11-16 12:32:52','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-16 09:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','106.50','105.5','Inclusive',NULL),(5540,'41605519045','10','1','20','retail','0','2020-11-16 12:32:52','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-16 09:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','269.00','268','Inclusive',NULL),(5541,'41605519045','5','1','110','retail','0','2020-11-16 12:32:52','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-16 09:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','42.00','41','Inclusive',NULL),(5542,'41605519045','133','1','10','retail','0','2020-11-16 12:32:52','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-16 09:33:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5543,'41605519186','85','1','120','retail','0','2020-11-16 12:33:41','','','','0','Cash',14.74,'120','','','4','','1','2020-11-16 09:33:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','510.50','509.5','Inclusive',NULL),(5544,'41605519306','1','1','300','retail','0','2020-11-16 12:44:19','','','','159.60','Mpesa',36.84,'300','','','4','','1','2020-11-16 09:44:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','105.50','104.5','Inclusive',NULL),(5546,'41605519306','3','1','150','retail','0','2020-11-16 12:44:19','','','','0','Mpesa',18.42,'150','','','4','','1','2020-11-16 09:44:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive',NULL),(5547,'41605519306','5','1','100','retail','0','2020-11-16 12:44:19','','','','0','Mpesa',12.28,'100','','','4','','1','2020-11-16 09:44:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','41.00','40','Inclusive',NULL),(5548,'41605519306','10','1','20','retail','0','2020-11-16 12:44:19','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-16 09:44:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','268.00','267','Inclusive',NULL),(5549,'41605519306','133','1','10','retail','0','2020-11-16 12:44:19','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-16 09:44:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5550,'41605519306','137','1','50','retail','0','2020-11-16 12:44:19','','','','0','Mpesa',6.14,'50','','','4','','1','2020-11-16 09:44:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5551,'41605519889','1','1','340','retail','0','2020-11-16 12:45:58','','','','159.60','Cash',41.75,'340','','','4','','1','2020-11-16 09:46:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','104.00','103','Inclusive',NULL),(5552,'41605519889','4','1','260','retail','0','2020-11-16 12:45:58','','','','0','Cash',31.93,'260','','','4','','1','2020-11-16 09:46:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','36.75','35.75','Inclusive',NULL),(5553,'41605519889','7','1','200','retail','0','2020-11-16 12:45:58','','','','0','Cash',24.56,'200','','','4','','1','2020-11-16 09:46:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','116.50','115.5','Inclusive',NULL),(5554,'41605519889','10','1','20','retail','0','2020-11-16 12:45:58','','','','0','Cash',2.46,'20','','','4','','1','2020-11-16 09:46:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','267.00','266','Inclusive',NULL),(5555,'41605519966','1','1','320','retail','0','2020-11-16 13:44:23','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-16 10:44:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','103.00','102','Inclusive',NULL),(5556,'41605519966','5','1','110','retail','0','2020-11-16 13:44:23','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-16 10:44:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','40.00','39','Inclusive',NULL),(5557,'41605519966','10','1','20','retail','0','2020-11-16 13:44:23','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-16 10:44:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','266.00','265','Inclusive',NULL),(5558,'41605519966','133','1','10','retail','0','2020-11-16 13:44:23','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-16 10:44:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5559,'41605519966','15','1','30','retail','0','2020-11-16 13:44:23','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-16 10:44:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5560,'41605519966','70','1','50','retail','0','2020-11-16 13:44:23','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-16 10:44:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5561,'41605523482','163','0.5','200','retail','0','2020-11-16 14:11:42','','','','0','Cash',24.56,'400','','','4','','1','2020-11-16 11:11:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','221.00','220.5','Inclusive',NULL),(5562,'41605525108','1','2','640','retail','0','2020-11-16 14:41:20','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-11-16 11:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','102.00','100','Inclusive',NULL),(5563,'41605525108','5','2','220','retail','0','2020-11-16 14:41:20','','','','0','Mpesa',27.02,'110','','','4','','1','2020-11-16 11:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','39.00','37','Inclusive',NULL),(5564,'41605525108','10','2','40','retail','0','2020-11-16 14:41:20','','','','0','Mpesa',4.91,'20','','','4','','1','2020-11-16 11:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','265.00','263','Inclusive',NULL),(5565,'41605525108','133','2','20','retail','0','2020-11-16 14:41:20','','','','0','Mpesa',2.46,'10','','','4','','1','2020-11-16 11:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5566,'41605525108','19','2','60','retail','0','2020-11-16 14:41:20','','','','0','Mpesa',7.37,'30','','','4','','1','2020-11-16 11:42:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5567,'41605526932','3','1','170','retail','0','2020-11-16 15:16:08','','','','0','Cash',20.88,'170','','','4','','1','2020-11-16 12:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5568,'41605526932','6','1','70','retail','0','2020-11-16 15:16:08','','','','0','Cash',8.60,'70','','','4','','1','2020-11-16 12:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5569,'41605526932','133','1','10','retail','0','2020-11-16 15:16:08','','','','0','Cash',1.23,'10','','','4','','1','2020-11-16 12:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5570,'41605526932','11','1','20','retail','0','2020-11-16 15:16:08','','','','0','Cash',2.46,'20','','','4','','1','2020-11-16 12:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5571,'41605526932','19','1','30','retail','0','2020-11-16 15:16:08','','','','0','Cash',3.68,'30','','','4','','1','2020-11-16 12:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5572,'41605526932','70','1','50','retail','0','2020-11-16 15:16:08','','','','2','Cash',6.14,'50','','','4','','1','2020-11-16 12:16:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5573,'41605528976','15','2','60','retail','0','2020-11-16 15:47:55','','','','0','Cash',7.37,'30','','','4','','1','2020-11-16 12:48:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5574,'41605528976','19','2','60','retail','0','2020-11-16 15:47:55','','','','0','Cash',7.37,'30','','','4','','1','2020-11-16 12:48:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5575,'41605528976','23','2','60','retail','0','2020-11-16 15:47:55','','','','0','Cash',7.37,'30','','','4','','1','2020-11-16 12:48:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','-1.85','Inclusive',NULL),(5576,'41605528976','27','2','60','retail','0','2020-11-16 15:47:55','','','','0','Cash',7.37,'30','','','4','','1','2020-11-16 12:48:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.03','-1.91','Inclusive',NULL),(5577,'41605592166','3','1','170','retail','0','2020-11-17 08:52:45','','','','0','Cash',20.88,'170','','','4','','1','2020-11-17 05:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5578,'41605592166','6','1','70','retail','0','2020-11-17 08:52:45','','','','0','Cash',8.60,'70','','','4','','1','2020-11-17 05:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5579,'41605592166','133','1','10','retail','0','2020-11-17 08:52:45','','','','0','Cash',1.23,'10','','','4','','1','2020-11-17 05:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5580,'41605592166','11','1','20','retail','0','2020-11-17 08:52:45','','','','0','Cash',2.46,'20','','','4','','1','2020-11-17 05:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5581,'41605592166','15','1','30','retail','0','2020-11-17 08:52:45','','','','0','Cash',3.68,'30','','','4','','1','2020-11-17 05:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5582,'41605592166','70','1','50','retail','0','2020-11-17 08:52:45','','','','2','Cash',6.14,'50','','','4','','1','2020-11-17 05:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5583,'41605592385','3','2','340','retail','0','2020-11-17 08:56:57','','','','0','Cash',41.75,'170','','','4','','1','2020-11-17 05:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','1','Inclusive',NULL),(5584,'41605592385','6','2','140','retail','0','2020-11-17 08:56:57','','','','0','Cash',17.19,'70','','','4','','1','2020-11-17 05:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','0.00','1','Inclusive',NULL),(5585,'41605592385','11','2','40','retail','0','2020-11-17 08:56:57','','','','0','Cash',4.91,'20','','','4','','1','2020-11-17 05:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.00','1','Inclusive',NULL),(5587,'41605592385','15','2','60','retail','0','2020-11-17 08:56:57','','','','0','Cash',7.37,'30','','','4','','1','2020-11-17 05:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','','0.12','1.12','Inclusive',NULL),(5588,'41605592385','70','2','100','retail','0','2020-11-17 08:56:57','','','','2','Cash',12.28,'50','','','4','','1','2020-11-17 05:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','4','Inclusive',NULL),(5589,'41605592385','133','2','20','retail','0','2020-11-17 08:56:57','','','','0','Cash',2.46,'10','','','4','','1','2020-11-17 05:57:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','','0.00','1','Inclusive',NULL),(5590,'41605592623','1','1','320','retail','0','2020-11-17 10:14:55','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','97.50','96.5','Inclusive',NULL),(5591,'41605592623','5','1','110','retail','0','2020-11-17 10:14:55','','','','0','Cash',13.51,'110','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','37.00','36','Inclusive',NULL),(5592,'41605592623','15','1','30','retail','0','2020-11-17 10:14:55','','','','0','Cash',3.68,'30','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(5593,'41605592623','70','1','50','retail','0','2020-11-17 10:14:55','','','','2','Cash',6.14,'50','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','4.00','3','Inclusive',NULL),(5594,'41605592623','10','1','20','retail','0','2020-11-17 10:14:55','','','','0','Cash',2.46,'20','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','260.50','259.5','Inclusive',NULL),(5595,'41605592623','133','1','10','retail','0','2020-11-17 10:14:55','','','','0','Cash',1.23,'10','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(5596,'41605592623','137','1','50','retail','0','2020-11-17 10:14:55','','','','0','Cash',6.14,'50','','','4','','1','2020-11-17 07:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5597,'41605597300','74','1','50','retail','0','2020-11-17 10:57:40','','','','5','Cash',6.14,'50','','','4','','1','2020-11-17 07:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5598,'41605599866','1','2','640','retail','0','2020-11-17 12:51:46','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','96.50','94.5','Inclusive',NULL),(5599,'41605599866','5','2','220','retail','0','2020-11-17 12:51:46','','','','0','Cash',27.02,'110','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','36.00','34','Inclusive',NULL),(5600,'41605599866','10','2','40','retail','0','2020-11-17 12:51:46','','','','0','Cash',4.91,'20','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','259.50','257.5','Inclusive',NULL),(5601,'41605599866','133','2','20','retail','0','2020-11-17 12:51:46','','','','0','Cash',2.46,'10','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5602,'41605599866','15','2','60','retail','0','2020-11-17 12:51:46','','','','0','Cash',7.37,'30','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5603,'41605599866','70','1','50','retail','0','2020-11-17 12:51:46','','','','2','Cash',6.14,'50','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.00','2','Inclusive',NULL),(5604,'41605599866','7','1','200','retail','0','2020-11-17 12:51:46','','','','0','Cash',24.56,'200','','','4','','1','2020-11-17 09:51:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','115.00','114','Inclusive',NULL),(5605,'41605609990','91','5','700','retail','0','2020-11-17 13:52:51','','','','1','Cash',85.96,'140','','','4','','1','2020-11-17 10:53:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','205.00','200','Inclusive',NULL),(5606,'41605680792','1','3','960','retail','0','2020-11-18 10:35:42','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','94.50','91.5','Inclusive',NULL),(5608,'41605680792','3','3','480','retail','0','2020-11-18 10:35:42','','','','0','Cash',58.95,'160','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','3','1.00','-0.5','Inclusive',NULL),(5609,'41605680792','10','3','60','retail','0','2020-11-18 10:35:42','','','','0','Cash',7.37,'20','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','257.50','254.5','Inclusive',NULL),(5610,'41605680792','36','3','390','retail','0','2020-11-18 10:35:42','','','','0','Cash',47.89,'130','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.25','1','Inclusive',NULL),(5611,'41605680792','33','3','390','retail','0','2020-11-18 10:35:42','','','','0','Cash',47.89,'130','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.00','-2.25','Inclusive',NULL),(5612,'41605680792','48','3','180','retail','0','2020-11-18 10:35:42','','','','0','Cash',22.11,'60','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.00','-2.25','Inclusive',NULL),(5613,'41605680792','27','3','90','retail','0','2020-11-18 10:35:42','','','','0','Cash',11.05,'30','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.03','-2.88','Inclusive',NULL),(5615,'41605680792','70','3','150','retail','0','2020-11-18 10:35:42','','','','2','Cash',18.42,'50','','','4','','1','2020-11-18 07:36:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','2.00','-0.91','Inclusive',NULL),(5616,'41605684962','3','1','160','retail','0','2020-11-18 10:38:07','','','','0','Cash',19.65,'160','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive',NULL),(5617,'41605684962','2','1','90','retail','0','2020-11-18 10:38:07','','','','0','Cash',11.05,'90','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5618,'41605684962','11','1','20','retail','0','2020-11-18 10:38:07','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(5619,'41605684962','138','1','50','retail','0','2020-11-18 10:38:07','','','','0','Cash',6.14,'50','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(5620,'41605684962','137','1','50','retail','0','2020-11-18 10:38:07','','','','0','Cash',6.14,'50','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5621,'41605684962','139','1','50','retail','0','2020-11-18 10:38:07','','','','0','Cash',6.14,'50','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(5622,'41605684962','185','1','250','retail','0','2020-11-18 10:38:07','','','','0','Cash',30.70,'250','','','4','','1','2020-11-18 07:38:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','4.00','3','Inclusive',NULL),(5623,'41605685099','91','1','150','retail','0','2020-11-18 10:53:54','','','','1','Cash',18.42,'150','','','4','','1','2020-11-18 07:53:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','1','200.00','199','Inclusive',NULL),(5624,'41605686040','1','1','320','retail','0','2020-11-18 10:59:14','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-18 07:59:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','89.75','88.75','Inclusive',NULL),(5625,'41605686040','5','1','110','retail','0','2020-11-18 10:59:14','','','','0','Cash',13.51,'110','','','4','','1','2020-11-18 07:59:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','34.00','33','Inclusive',NULL),(5626,'41605686040','10','1','20','retail','0','2020-11-18 10:59:14','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 07:59:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','254.50','253.5','Inclusive',NULL),(5627,'41605686040','133','1','10','retail','0','2020-11-18 10:59:14','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 07:59:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5628,'41605686040','19','1','30','retail','0','2020-11-18 10:59:14','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 07:59:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5629,'41605686040','70','1','50','retail','0','2020-11-18 10:59:14','','','','2','Cash',6.14,'50','','','4','','1','2020-11-18 07:59:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive',NULL),(5630,'41605686362','15','1','30','retail','0','2020-11-18 11:42:34','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 08:42:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5631,'41605688963','1','10','2500','retail','0','2020-11-18 11:49:09','','','','159.60','Cash',307.02,'250','','','4','','1','2020-11-18 08:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','219.30','','88.75','78.75','Inclusive',NULL),(5632,'41605688963','4','5','1000','retail','0','2020-11-18 11:49:09','','','','0','Cash',122.81,'200','','','4','','1','2020-11-18 08:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','34.50','29.5','Inclusive',NULL),(5633,'41605688963','10','10','200','retail','0','2020-11-18 11:49:09','','','','0','Cash',24.56,'20','','','4','','1','2020-11-18 08:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','253.50','243.5','Inclusive',NULL),(5634,'41605689356','69','1','100','retail','0','2020-11-18 11:49:35','','','','0','Cash',12.28,'100','','','4','','1','2020-11-18 08:49:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(5635,'41605689382','9','1','50','retail','0','2020-11-18 11:50:18','','','','0','Cash',6.14,'50','','','4','','1','2020-11-18 08:50:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.25','0.25','Inclusive',NULL),(5636,'41605689429','143','1','300','retail','0','2020-11-18 11:52:38','','','','2','Cash',36.84,'300','','','4','','1','2020-11-18 08:53:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','3.00','2','Inclusive',NULL),(5637,'41605689429','54','1','80','retail','0','2020-11-18 11:52:38','','','','0','Cash',9.82,'80','','','4','','1','2020-11-18 08:53:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','70.18','','0.00','0','Inclusive',NULL),(5638,'41605689608','147','1','500','retail','0','2020-11-18 11:54:29','','','','0','Cash',61.40,'500','','','4','','1','2020-11-18 08:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','361.20','360.2','Inclusive',NULL),(5639,'41605689734','1','1','300','retail','0','2020-11-18 12:05:35','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-18 09:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','78.75','77.75','Inclusive',NULL),(5640,'41605689734','5','1','100','retail','0','2020-11-18 12:05:35','','','','0','Cash',12.28,'100','','','4','','1','2020-11-18 09:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','33.00','32','Inclusive',NULL),(5641,'41605689734','10','1','20','retail','0','2020-11-18 12:05:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 09:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','243.50','242.5','Inclusive',NULL),(5642,'41605689734','133','1','10','retail','0','2020-11-18 12:05:35','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 09:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5643,'41605689734','19','1','20','retail','0','2020-11-18 12:05:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 09:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5644,'41605689734','70','1','50','retail','0','2020-11-18 12:05:35','','','','2','Cash',6.14,'50','','','4','','1','2020-11-18 09:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(5645,'41605690406','94','1','180','retail','0','2020-11-18 12:07:04','','','','0','Mpesa',22.11,'180','','','4','','1','2020-11-18 09:07:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','231.00','230','Inclusive',NULL),(5646,'41605692271','1','1','320','retail','0','2020-11-18 12:40:38','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-18 09:40:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','77.75','76.75','Inclusive',NULL),(5647,'41605692271','5','1','110','retail','0','2020-11-18 12:40:38','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-18 09:40:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','32.00','31','Inclusive',NULL),(5648,'41605692271','133','1','10','retail','0','2020-11-18 12:40:38','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-18 09:40:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5649,'41605692271','10','1','20','retail','0','2020-11-18 12:40:38','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-18 09:40:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','242.50','241.5','Inclusive',NULL),(5650,'41605692271','19','1','30','retail','0','2020-11-18 12:40:38','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-18 09:40:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5651,'41605692271','74','1','50','retail','0','2020-11-18 12:40:38','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-18 09:40:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5652,'41605692446','85','5','600','retail','0','2020-11-18 12:41:15','','','','0','Cash',73.68,'120','','','4','','1','2020-11-18 09:41:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','509.50','504.5','Inclusive',NULL),(5653,'41605692495','1','1','320','retail','0','2020-11-18 13:55:49','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-18 10:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','76.75','75.75','Inclusive',NULL),(5654,'41605692495','5','1','110','retail','0','2020-11-18 13:55:49','','','','0','Cash',13.51,'110','','','4','','1','2020-11-18 10:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','31.00','30','Inclusive',NULL),(5655,'41605692495','10','1','20','retail','0','2020-11-18 13:55:49','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 10:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','241.50','240.5','Inclusive',NULL),(5656,'41605692495','133','1','10','retail','0','2020-11-18 13:55:49','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 10:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5657,'41605692495','15','1','30','retail','0','2020-11-18 13:55:49','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 10:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5658,'41605692495','70','1','50','retail','0','2020-11-18 13:55:49','','','','2','Cash',6.14,'50','','','4','','1','2020-11-18 10:55:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5659,'41605696959','1','2','640','retail','0','2020-11-18 14:48:33','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','75.75','73.75','Inclusive',NULL),(5660,'41605696959','5','2','220','retail','0','2020-11-18 14:48:33','','','','0','Cash',27.02,'110','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','30.00','28','Inclusive',NULL),(5661,'41605696959','10','2','40','retail','0','2020-11-18 14:48:33','','','','0','Cash',4.91,'20','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','240.50','238.5','Inclusive',NULL),(5662,'41605696959','15','1','30','retail','0','2020-11-18 14:48:33','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5663,'41605696959','19','1','30','retail','0','2020-11-18 14:48:33','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5664,'41605696959','133','2','20','retail','0','2020-11-18 14:48:33','','','','0','Cash',2.46,'10','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5665,'41605696959','70','2','100','retail','0','2020-11-18 14:48:33','','','','2','Cash',12.28,'50','','','4','','1','2020-11-18 11:48:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5666,'41605700122','152','1','300','retail','0','2020-11-18 15:01:59','','','','0','Cash',36.84,'300','','','4','','1','2020-11-18 12:02:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','0.20','0.2','Inclusive',NULL),(5667,'41605701316','1','1','320','retail','0','2020-11-18 15:09:38','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-18 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','73.75','72.75','Inclusive',NULL),(5668,'41605701316','5','1','110','retail','0','2020-11-18 15:09:38','','','','0','Cash',13.51,'110','','','4','','1','2020-11-18 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','28.00','27','Inclusive',NULL),(5669,'41605701316','10','1','20','retail','0','2020-11-18 15:09:38','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','238.50','237.5','Inclusive',NULL),(5670,'41605701316','133','1','10','retail','0','2020-11-18 15:09:38','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5671,'41605701316','15','1','30','retail','0','2020-11-18 15:09:38','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5672,'41605701316','70','1','50','retail','0','2020-11-18 15:09:38','','','','2','Cash',6.14,'50','','','4','','1','2020-11-18 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5673,'41605701427','1','1','320','retail','0','2020-11-18 15:26:13','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-18 12:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','72.75','71.75','Inclusive',NULL),(5674,'41605701427','2','1','90','retail','0','2020-11-18 15:26:13','','','','0','Mpesa',11.05,'90','','','4','','1','2020-11-18 12:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5675,'41605701427','10','1','20','retail','0','2020-11-18 15:26:13','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-18 12:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','237.50','236.5','Inclusive',NULL),(5676,'41605701427','33','1','130','retail','0','2020-11-18 15:26:13','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-18 12:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(5677,'41605701427','48','1','60','retail','0','2020-11-18 15:26:13','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-18 12:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(5678,'41605701427','27','1','30','retail','0','2020-11-18 15:26:13','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-18 12:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5679,'41605702679','1','1','320','retail','0','2020-11-18 15:32:28','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-18 12:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','71.50','70.5','Inclusive',NULL),(5680,'41605702679','5','1','110','retail','0','2020-11-18 15:32:28','','','','0','Cash',13.51,'110','','','4','','1','2020-11-18 12:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','27.00','26','Inclusive',NULL),(5681,'41605702679','10','1','20','retail','0','2020-11-18 15:32:28','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 12:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','236.50','235.5','Inclusive',NULL),(5682,'41605702679','133','1','10','retail','0','2020-11-18 15:32:28','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 12:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5683,'41605702679','19','1','30','retail','0','2020-11-18 15:32:28','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 12:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5684,'41605702679','70','1','50','retail','0','2020-11-18 15:32:28','','','','2','Cash',6.14,'50','','','4','','1','2020-11-18 12:32:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5685,'41605702753','2','1','90','retail','0','2020-11-18 15:45:12','','','','0','Cash',11.05,'90','','','4','','1','2020-11-18 12:45:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5686,'41605703518','1','1','320','retail','0','2020-11-18 16:09:47','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-18 13:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','70.25','69.25','Inclusive',NULL),(5687,'41605703518','5','1','110','retail','0','2020-11-18 16:09:47','','','','0','Cash',13.51,'110','','','4','','1','2020-11-18 13:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','26.00','25','Inclusive',NULL),(5688,'41605703518','10','1','20','retail','0','2020-11-18 16:09:47','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 13:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','235.50','234.5','Inclusive',NULL),(5689,'41605703518','133','1','10','retail','0','2020-11-18 16:09:47','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 13:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5690,'41605703518','15','1','30','retail','0','2020-11-18 16:09:47','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 13:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5691,'41605703518','70','1','50','retail','0','2020-11-18 16:09:47','','','','2','Cash',6.14,'50','','','4','','1','2020-11-18 13:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5692,'41605704993','1','1','320','retail','0','2020-11-18 16:13:03','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-18 13:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','69.25','68.25','Inclusive',NULL),(5693,'41605704993','5','1','110','retail','0','2020-11-18 16:13:03','','','','0','Cash',13.51,'110','','','4','','1','2020-11-18 13:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','25.00','24','Inclusive',NULL),(5694,'41605704993','10','1','20','retail','0','2020-11-18 16:13:03','','','','0','Cash',2.46,'20','','','4','','1','2020-11-18 13:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','234.50','233.5','Inclusive',NULL),(5695,'41605704993','133','1','10','retail','0','2020-11-18 16:13:03','','','','0','Cash',1.23,'10','','','4','','1','2020-11-18 13:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5696,'41605704993','15','1','30','retail','0','2020-11-18 16:13:03','','','','0','Cash',3.68,'30','','','4','','1','2020-11-18 13:13:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5697,'41605704993','169','1','50','retail','0','2020-11-18 16:13:03','','','','0','Cash',6.14,'50','','','4','','1','2020-11-18 13:13:15','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(5698,'41605705197','143','2','600','retail','0','2020-11-18 16:17:57','','','','2','Cash',73.68,'300','','','4','','1','2020-11-18 13:18:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','2','2.00','0','Inclusive',NULL),(5699,'41605705487','38','1','330','retail','0','2020-11-18 16:30:06','','','','0','Cash',40.53,'330','','','4','','1','2020-11-18 13:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5700,'41605705487','9','1','60','retail','0','2020-11-18 16:30:06','','','','0','Cash',7.37,'60','','','4','','1','2020-11-18 13:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5701,'41605705487','40','1','60','retail','0','2020-11-18 16:30:06','','','','0','Cash',7.37,'60','','','4','','1','2020-11-18 13:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5702,'41605765600','51','5','700','retail','0','2020-11-19 09:26:56','','','','0','Cash',85.96,'140','','','4','','1','2020-11-19 06:27:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','5','20.00','15','Inclusive',NULL),(5703,'41605767227','3','1','170','retail','0','2020-11-19 10:42:54','','','','0','Cash',20.88,'170','','','4','','1','2020-11-19 07:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5704,'41605767227','6','1','70','retail','0','2020-11-19 10:42:54','','','','0','Cash',8.60,'70','','','4','','1','2020-11-19 07:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(5705,'41605767227','11','1','20','retail','0','2020-11-19 10:42:54','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 07:43:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5706,'41605771781','1','1','320','retail','0','2020-11-19 11:05:10','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-19 08:05:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','67.75','66.75','Inclusive',NULL),(5707,'41605771781','5','1','110','retail','0','2020-11-19 11:05:10','','','','0','Cash',13.51,'110','','','4','','1','2020-11-19 08:05:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','24.00','23','Inclusive',NULL),(5708,'41605771781','133','1','10','retail','0','2020-11-19 11:05:10','','','','0','Cash',1.23,'10','','','4','','1','2020-11-19 08:05:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5709,'41605771781','10','1','20','retail','0','2020-11-19 11:05:10','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 08:05:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','233.00','232','Inclusive',NULL),(5710,'41605771781','15','1','30','retail','0','2020-11-19 11:05:10','','','','0','Cash',3.68,'30','','','4','','1','2020-11-19 08:05:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5711,'41605771781','70','1','50','retail','0','2020-11-19 11:05:10','','','','2','Cash',6.14,'50','','','4','','1','2020-11-19 08:05:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5712,'41605773118','1','2','640','retail','0','2020-11-19 11:59:58','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','66.75','64.75','Inclusive',NULL),(5713,'41605773118','5','2','220','retail','0','2020-11-19 11:59:58','','','','0','Cash',27.02,'110','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','23.00','21','Inclusive',NULL),(5714,'41605773118','133','2','20','retail','0','2020-11-19 11:59:58','','','','0','Cash',2.46,'10','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5715,'41605773118','10','2','40','retail','0','2020-11-19 11:59:58','','','','0','Cash',4.91,'20','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','232.00','230','Inclusive',NULL),(5716,'41605773118','19','2','60','retail','0','2020-11-19 11:59:58','','','','0','Cash',7.37,'30','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5717,'41605773118','70','1','50','retail','0','2020-11-19 11:59:58','','','','2','Cash',6.14,'50','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5718,'41605773118','74','1','50','retail','0','2020-11-19 11:59:58','','','','5','Cash',6.14,'50','','','4','','1','2020-11-19 09:00:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5719,'41605776405','1','1','320','retail','0','2020-11-19 13:20:30','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-19 10:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','64.75','63.75','Inclusive',NULL),(5720,'41605776405','5','1','110','retail','0','2020-11-19 13:20:30','','','','0','Cash',13.51,'110','','','4','','1','2020-11-19 10:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','21.00','20','Inclusive',NULL),(5721,'41605776405','133','1','10','retail','0','2020-11-19 13:20:30','','','','0','Cash',1.23,'10','','','4','','1','2020-11-19 10:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5722,'41605776405','10','1','20','retail','0','2020-11-19 13:20:30','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 10:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','230.00','229','Inclusive',NULL),(5723,'41605776405','23','1','30','retail','0','2020-11-19 13:20:30','','','','0','Cash',3.68,'30','','','4','','1','2020-11-19 10:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5724,'41605776405','70','1','50','retail','0','2020-11-19 13:20:30','','','','2','Cash',6.14,'50','','','4','','1','2020-11-19 10:20:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5725,'41605781236','1','3','960','retail','0','2020-11-19 13:49:40','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','63.75','60.75','Inclusive',NULL),(5726,'41605781236','10','3','60','retail','0','2020-11-19 13:49:40','','','','0','Cash',7.37,'20','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','229.00','226','Inclusive',NULL),(5727,'41605781236','2','3','270','retail','0','2020-11-19 13:49:40','','','','0','Cash',33.16,'90','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','3','0.00','-2.25','Inclusive',NULL),(5728,'41605781236','33','3','390','retail','0','2020-11-19 13:49:40','','','','0','Cash',47.89,'130','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.00','-2.25','Inclusive',NULL),(5729,'41605781236','27','3','90','retail','0','2020-11-19 13:49:40','','','','0','Cash',11.05,'30','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.03','-2.88','Inclusive',NULL),(5730,'41605781236','74','3','150','retail','0','2020-11-19 13:49:40','','','','5','Cash',18.42,'50','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(5731,'41605781236','91','5','700','retail','0','2020-11-19 13:49:40','','','','1','Cash',85.96,'140','','','4','','1','2020-11-19 10:49:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','199.00','194','Inclusive',NULL),(5732,'41605782988','1','2','640','retail','0','2020-11-19 13:58:31','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-19 10:58:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','60.00','58','Inclusive',NULL),(5733,'41605782988','5','2','220','retail','0','2020-11-19 13:58:31','','','','0','Cash',27.02,'110','','','4','','1','2020-11-19 10:58:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','20.00','18','Inclusive',NULL),(5734,'41605782988','10','2','40','retail','0','2020-11-19 13:58:31','','','','0','Cash',4.91,'20','','','4','','1','2020-11-19 10:58:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','226.00','224','Inclusive',NULL),(5735,'41605782988','15','2','60','retail','0','2020-11-19 13:58:31','','','','0','Cash',7.37,'30','','','4','','1','2020-11-19 10:58:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5736,'41605782988','70','2','100','retail','0','2020-11-19 13:58:31','','','','2','Cash',12.28,'50','','','4','','1','2020-11-19 10:58:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5737,'41605782988','133','2','20','retail','0','2020-11-19 13:58:31','','','','0','Cash',2.46,'10','','','4','','1','2020-11-19 10:58:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5738,'41605783523','38','1','330','retail','0','2020-11-19 14:00:24','','','','0','Cash',40.53,'330','','','4','','1','2020-11-19 11:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5739,'41605783523','40','1','60','retail','0','2020-11-19 14:00:24','','','','0','Cash',7.37,'60','','','4','','1','2020-11-19 11:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5740,'41605783523','9','1','60','retail','0','2020-11-19 14:00:24','','','','0','Cash',7.37,'60','','','4','','1','2020-11-19 11:03:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5741,'41605783922','1','1','320','retail','0','2020-11-19 14:06:52','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-19 11:07:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','58.00','57','Inclusive',NULL),(5742,'41605783922','5','1','110','retail','0','2020-11-19 14:06:52','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-19 11:07:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','18.00','17','Inclusive',NULL),(5743,'41605783922','133','1','10','retail','0','2020-11-19 14:06:52','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-19 11:07:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5744,'41605783922','19','1','30','retail','0','2020-11-19 14:06:52','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-19 11:07:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5745,'41605783922','70','1','50','retail','0','2020-11-19 14:06:52','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-19 11:07:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5746,'41605783922','10','1','20','retail','0','2020-11-19 14:06:52','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-19 11:07:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','224.00','223','Inclusive',NULL),(5747,'41605784025','1','1','300','retail','0','2020-11-19 14:54:10','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-19 11:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','57.00','56','Inclusive',NULL),(5748,'41605784025','5','1','100','retail','0','2020-11-19 14:54:10','','','','0','Cash',12.28,'100','','','4','','1','2020-11-19 11:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','17.00','16','Inclusive',NULL),(5749,'41605784025','10','1','20','retail','0','2020-11-19 14:54:10','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 11:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','223.00','222','Inclusive',NULL),(5750,'41605784025','133','1','10','retail','0','2020-11-19 14:54:10','','','','0','Cash',1.23,'10','','','4','','1','2020-11-19 11:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5751,'41605784025','19','1','20','retail','0','2020-11-19 14:54:10','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 11:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5752,'41605784025','70','1','50','retail','0','2020-11-19 14:54:10','','','','2','Cash',6.14,'50','','','4','','1','2020-11-19 11:54:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5753,'41605788043','3','1','160','retail','0','2020-11-19 15:46:25','','','','0','Cash',19.65,'160','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5754,'41605788043','2','1','90','retail','0','2020-11-19 15:46:25','','','','0','Cash',11.05,'90','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5755,'41605788043','11','1','20','retail','0','2020-11-19 15:46:25','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5756,'41605788043','27','1','30','retail','0','2020-11-19 15:46:25','','','','0','Cash',3.68,'30','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5757,'41605788043','74','1','50','retail','0','2020-11-19 15:46:25','','','','5','Cash',6.14,'50','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5758,'41605788043','137','1','50','retail','0','2020-11-19 15:46:25','','','','0','Cash',6.14,'50','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5759,'41605788043','139','1','50','retail','0','2020-11-19 15:46:25','','','','0','Cash',6.14,'50','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(5760,'41605788043','138','1','50','retail','0','2020-11-19 15:46:25','','','','0','Cash',6.14,'50','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(5761,'41605788043','1','1','320','retail','0','2020-11-19 15:46:25','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','55.25','54.25','Inclusive',NULL),(5762,'41605788043','10','1','20','retail','0','2020-11-19 15:46:25','','','','0','Cash',2.46,'20','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','221.50','220.5','Inclusive',NULL),(5763,'41605788043','133','1','10','retail','0','2020-11-19 15:46:25','','','','0','Cash',1.23,'10','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5764,'41605788043','5','1','110','retail','0','2020-11-19 15:46:25','','','','0','Cash',13.51,'110','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','16.00','15','Inclusive',NULL),(5765,'41605788043','19','1','30','retail','0','2020-11-19 15:46:25','','','','0','Cash',3.68,'30','','','4','','1','2020-11-19 12:46:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5766,'41605853826','1','3','960','retail','0','2020-11-20 09:33:09','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-20 06:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','54.25','51.25','Inclusive',NULL),(5767,'41605853826','5','3','330','retail','0','2020-11-20 09:33:09','','','','0','Cash',40.53,'110','','','4','','1','2020-11-20 06:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','15.00','12','Inclusive',NULL),(5768,'41605853826','10','3','60','retail','0','2020-11-20 09:33:09','','','','0','Cash',7.37,'20','','','4','','1','2020-11-20 06:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','220.50','217.5','Inclusive',NULL),(5769,'41605853826','133','3','30','retail','0','2020-11-20 09:33:09','','','','0','Cash',3.68,'10','','','4','','1','2020-11-20 06:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(5770,'41605853826','19','3','90','retail','0','2020-11-20 09:33:09','','','','0','Cash',11.05,'30','','','4','','1','2020-11-20 06:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(5772,'41605853826','70','3','150','retail','0','2020-11-20 09:33:09','','','','2','Cash',18.42,'50','','','4','','1','2020-11-20 06:33:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','1.00','-1.91','Inclusive',NULL),(5773,'41605853997','147','5','2500','retail','0','2020-11-20 09:34:15','','','','0','Cash',307.02,'500','','','4','','1','2020-11-20 06:34:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','359.60','354.6','Inclusive',NULL),(5774,'41605854064','1','1','340','retail','0','2020-11-20 09:35:53','','','','159.60','Cash',41.75,'340','','','4','','1','2020-11-20 06:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','51.25','50.25','Inclusive',NULL),(5775,'41605854064','4','1','260','retail','0','2020-11-20 09:35:53','','','','0','Cash',31.93,'260','','','4','','1','2020-11-20 06:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','228.07','','29.50','28.5','Inclusive',NULL),(5776,'41605854064','7','1','200','retail','0','2020-11-20 09:35:53','','','','0','Cash',24.56,'200','','','4','','1','2020-11-20 06:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','112.15','111.15','Inclusive',NULL),(5777,'41605854064','10','1','20','retail','0','2020-11-20 09:35:53','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 06:35:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','217.50','216.5','Inclusive',NULL),(5778,'41605854159','10','1','20','retail','0','2020-11-20 09:37:04','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 06:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','216.50','215.5','Inclusive',NULL),(5779,'41605854159','1','1','320','retail','0','2020-11-20 09:37:04','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 06:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','50.25','49.25','Inclusive',NULL),(5780,'41605854159','5','1','110','retail','0','2020-11-20 09:37:04','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 06:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','12.00','11','Inclusive',NULL),(5781,'41605854159','133','1','10','retail','0','2020-11-20 09:37:04','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 06:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5782,'41605854159','74','1','50','retail','0','2020-11-20 09:37:04','','','','5','Cash',6.14,'50','','','4','','1','2020-11-20 06:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5783,'41605854159','15','1','30','retail','0','2020-11-20 09:37:04','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 06:37:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5785,'41605857698','147','5','2200','retail','0','2020-11-20 10:35:50','','','','0','Cash',270.18,'440','','','4','','1','2020-11-20 07:36:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','385.96','','354.60','349.6','Inclusive',NULL),(5786,'41605857763','1','1','320','retail','0','2020-11-20 10:44:53','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 07:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','49.25','48.25','Inclusive',NULL),(5787,'41605857763','5','1','110','retail','0','2020-11-20 10:44:53','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 07:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','11.00','10','Inclusive',NULL),(5788,'41605857763','133','1','10','retail','0','2020-11-20 10:44:53','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 07:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5789,'41605857763','10','1','20','retail','0','2020-11-20 10:44:53','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 07:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','215.50','214.5','Inclusive',NULL),(5790,'41605857763','15','1','30','retail','0','2020-11-20 10:44:53','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 07:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5791,'41605857763','70','1','50','retail','0','2020-11-20 10:44:53','','','','2','Cash',6.14,'50','','','4','','1','2020-11-20 07:44:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(5792,'41605859949','1','1','300','retail','0','2020-11-20 11:14:38','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-20 08:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','48.25','46.75','Inclusive',NULL),(5793,'41605859949','5','1','100','retail','0','2020-11-20 11:14:38','','','','0','Cash',12.28,'100','','','4','','1','2020-11-20 08:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','10.00','9','Inclusive',NULL),(5794,'41605859949','133','1','10','retail','0','2020-11-20 11:14:38','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 08:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5795,'41605859949','10','1','20','retail','0','2020-11-20 11:14:38','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 08:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','214.50','213.5','Inclusive',NULL),(5796,'41605859949','3','1','150','retail','0','2020-11-20 11:14:38','','','','0','Cash',18.42,'150','','','4','','1','2020-11-20 08:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive',NULL),(5797,'41605859949','137','1','50','retail','0','2020-11-20 11:14:38','','','','0','Cash',6.14,'50','','','4','','1','2020-11-20 08:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5798,'41605860100','1','1','320','retail','0','2020-11-20 11:56:01','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 08:56:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.75','45.75','Inclusive',NULL),(5799,'41605860100','5','1','110','retail','0','2020-11-20 11:56:01','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 08:56:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','9.00','8','Inclusive',NULL),(5800,'41605860100','133','1','10','retail','0','2020-11-20 11:56:01','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 08:56:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5801,'41605860100','10','1','20','retail','0','2020-11-20 11:56:01','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 08:56:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','213.50','212.5','Inclusive',NULL),(5802,'41605860100','15','1','30','retail','0','2020-11-20 11:56:01','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 08:56:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5803,'41605860100','74','1','50','retail','0','2020-11-20 11:56:01','','','','5','Cash',6.14,'50','','','4','','1','2020-11-20 08:56:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5805,'41605864225','147','5','2500','retail','0','2020-11-20 12:24:33','','','','0','Cash',307.02,'500','','','4','','1','2020-11-20 09:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','349.60','344.6','Inclusive',NULL),(5806,'41605864225','65','1','500','retail','0','2020-11-20 12:24:33','','','','0','Cash',61.40,'500','','','4','','1','2020-11-20 09:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0','Inclusive',NULL),(5807,'41605864225','15','1','30','retail','0','2020-11-20 12:24:33','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 09:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5808,'41605864225','74','1','50','retail','0','2020-11-20 12:24:33','','','','5','Cash',6.14,'50','','','4','','1','2020-11-20 09:24:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5809,'41605864278','1','1','320','retail','0','2020-11-20 12:51:40','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 09:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','45.75','44.75','Inclusive',NULL),(5810,'41605864278','5','1','110','retail','0','2020-11-20 12:51:40','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 09:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','8.00','7','Inclusive',NULL),(5811,'41605864278','10','1','20','retail','0','2020-11-20 12:51:40','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 09:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','212.50','211.5','Inclusive',NULL),(5812,'41605864278','133','1','10','retail','0','2020-11-20 12:51:40','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 09:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5813,'41605864278','15','1','30','retail','0','2020-11-20 12:51:40','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 09:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5814,'41605864278','74','1','50','retail','0','2020-11-20 12:51:40','','','','5','Cash',6.14,'50','','','4','','1','2020-11-20 09:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5815,'41605869281','1','1','320','retail','0','2020-11-20 14:26:37','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 11:28:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','44.75','43.75','Inclusive',NULL),(5816,'41605869281','5','1','110','retail','0','2020-11-20 14:26:37','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 11:28:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','7.00','6','Inclusive',NULL),(5817,'41605869281','133','1','10','retail','0','2020-11-20 14:26:37','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 11:28:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5818,'41605869281','10','1','20','retail','0','2020-11-20 14:26:37','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 11:28:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','211.50','210.5','Inclusive',NULL),(5819,'41605871713','1','1','320','retail','0','2020-11-20 14:42:09','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 11:47:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','43.75','42.75','Inclusive',NULL),(5820,'41605871713','5','1','110','retail','0','2020-11-20 14:42:09','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 11:47:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','6.00','5','Inclusive',NULL),(5821,'41605871713','133','1','10','retail','0','2020-11-20 14:42:09','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 11:47:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5822,'41605871713','10','1','20','retail','0','2020-11-20 14:42:09','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 11:47:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','210.50','209.5','Inclusive',NULL),(5823,'41605871713','74','1','50','retail','0','2020-11-20 14:42:09','','','','5','Cash',6.14,'50','','','4','','1','2020-11-20 11:47:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5824,'41605871713','15','1','30','retail','0','2020-11-20 14:42:09','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 11:47:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5825,'41605872845','1','1','320','retail','0','2020-11-20 15:09:46','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','42.75','41.75','Inclusive',NULL),(5826,'41605872845','5','1','110','retail','0','2020-11-20 15:09:46','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.00','4','Inclusive',NULL),(5827,'41605872845','133','1','10','retail','0','2020-11-20 15:09:46','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5828,'41605872845','10','1','20','retail','0','2020-11-20 15:09:46','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','209.50','208.5','Inclusive',NULL),(5829,'41605872845','70','1','50','retail','0','2020-11-20 15:09:46','','','','2','Cash',6.14,'50','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5830,'41605872845','3','1','170','retail','0','2020-11-20 15:09:46','','','','0','Cash',20.88,'170','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5831,'41605872845','11','1','20','retail','0','2020-11-20 15:09:46','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5832,'41605872845','50','2','420','retail','0','2020-11-20 15:09:46','','','','0','Cash',51.58,'210','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','2','0.00','-1','Inclusive',NULL),(5833,'41605872845','55','1','60','retail','0','2020-11-20 15:09:46','','','','0','Cash',7.37,'60','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive',NULL),(5834,'41605872845','23','1','30','retail','0','2020-11-20 15:09:46','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5835,'41605872845','73','2','200','retail','0','2020-11-20 15:09:46','','','','0','Cash',24.56,'100','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','1.00','1.1','Inclusive',NULL),(5836,'41605872845','1','1','320','retail','0','2020-11-20 15:09:46','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','41.25','40.25','Inclusive',NULL),(5837,'41605872845','3','1','160','retail','0','2020-11-20 15:09:46','','','','0','Cash',19.65,'160','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5838,'41605872845','10','1','20','retail','0','2020-11-20 15:09:46','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','208.00','207','Inclusive',NULL),(5839,'41605872845','33','1','130','retail','0','2020-11-20 15:09:46','','','','0','Cash',15.96,'130','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(5840,'41605872845','48','1','60','retail','0','2020-11-20 15:09:46','','','','0','Cash',7.37,'60','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(5842,'41605872845','36','1','130','retail','0','2020-11-20 15:09:46','','','','0','Cash',15.96,'130','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(5843,'41605872845','27','1','30','retail','0','2020-11-20 15:09:46','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5844,'41605872845','70','1','50','retail','0','2020-11-20 15:09:46','','','','2','Cash',6.14,'50','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5845,'41605872845','40','1','60','retail','0','2020-11-20 15:09:46','','','','0','Cash',7.37,'60','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5846,'41605872845','38','1','330','retail','0','2020-11-20 15:09:46','','','','0','Cash',40.53,'330','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5847,'41605872845','9','1','60','retail','0','2020-11-20 15:09:46','','','','0','Cash',7.37,'60','','','4','','1','2020-11-20 12:10:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5848,'41605879898','185','1','250','retail','0','2020-11-20 16:46:47','','','','0','Cash',30.70,'250','','','4','','1','2020-11-20 13:47:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','3.00','2','Inclusive',NULL),(5849,'41605879898','94','1','150','retail','0','2020-11-20 16:46:47','','','','0','Cash',18.42,'150','','','4','','1','2020-11-20 13:47:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','230.00','229','Inclusive',NULL),(5850,'41605880991','1','1','320','retail','0','2020-11-20 17:06:10','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-20 14:06:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.75','38.75','Inclusive',NULL),(5851,'41605880991','5','1','110','retail','0','2020-11-20 17:06:10','','','','0','Cash',13.51,'110','','','4','','1','2020-11-20 14:06:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','4.00','3','Inclusive',NULL),(5852,'41605880991','10','1','20','retail','0','2020-11-20 17:06:10','','','','0','Cash',2.46,'20','','','4','','1','2020-11-20 14:06:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','207.00','206','Inclusive',NULL),(5853,'41605880991','133','1','10','retail','0','2020-11-20 17:06:10','','','','0','Cash',1.23,'10','','','4','','1','2020-11-20 14:06:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5854,'41605880991','15','1','30','retail','0','2020-11-20 17:06:10','','','','0','Cash',3.68,'30','','','4','','1','2020-11-20 14:06:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5855,'41605880991','169','1','50','retail','0','2020-11-20 17:06:10','','','','0','Cash',6.14,'50','','','4','','1','2020-11-20 14:06:14','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(5856,'61605940046','3','1','160','retail','0','2020-11-21 09:27:26','','','','0','Cash',19.65,'160','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5857,'61605940046','74','1','50','retail','0','2020-11-21 09:27:40','','','','5','Cash',6.14,'50','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5858,'61605940046','2','1','90','retail','0','2020-11-21 09:27:53','','','','0','Cash',11.05,'90','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5859,'61605940046','11','1','20','retail','0','2020-11-21 09:29:00','','','','0','Cash',2.46,'20','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5860,'61605940046','27','1','30','retail','0','2020-11-21 09:29:15','','','','0','Cash',3.68,'30','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5861,'61605940046','137','1','50','retail','0','2020-11-21 09:29:25','','','','0','Cash',6.14,'50','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(5862,'61605940046','138','1','50','retail','0','2020-11-21 09:30:07','','','','0','Cash',6.14,'50','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(5863,'61605940046','139','1','50','retail','0','2020-11-21 09:30:19','','','','0','Cash',6.14,'50','','','6','','1','2020-11-21 06:31:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(5864,'61605940262','85','1','120','retail','0','2020-11-21 09:31:02','','','','0','Cash',14.74,'120','','','6','','1','2020-11-21 06:31:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','504.50','503.5','Inclusive',NULL),(5865,'61605940301','1','2','640','retail','0','2020-11-21 09:34:37','','','','159.60','Cash',78.60,'320','','','6','','1','2020-11-21 06:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','38.00','36','Inclusive',NULL),(5866,'61605940301','5','2','220','retail','0','2020-11-21 09:35:43','','','','0','Cash',27.02,'110','','','6','','1','2020-11-21 06:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','3.00','1','Inclusive',NULL),(5867,'61605940301','133','2','20','retail','0','2020-11-21 09:35:55','','','','0','Cash',2.46,'10','','','6','','1','2020-11-21 06:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(5868,'61605940301','10','2','40','retail','0','2020-11-21 09:36:06','','','','0','Cash',4.91,'20','','','6','','1','2020-11-21 06:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','205.50','203.5','Inclusive',NULL),(5869,'61605940301','70','2','100','retail','0','2020-11-21 09:37:06','','','','2','Cash',12.28,'50','','','6','','1','2020-11-21 06:37:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5870,'61605940674','88','5','500','retail','0','2020-11-21 10:24:25','','','','0','Cash',61.40,'100','','','6','','1','2020-11-21 07:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','650.00','645','Inclusive',NULL),(5871,'61605949699','1','1','320','retail','0','2020-11-21 12:08:19','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-21 09:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','36.00','35','Inclusive',NULL),(5872,'61605949699','5','1','110','retail','0','2020-11-21 12:08:34','','','','0','Cash',13.51,'110','','','6','','1','2020-11-21 09:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(5873,'61605949699','133','1','10','retail','0','2020-11-21 12:08:42','','','','0','Cash',1.23,'10','','','6','','1','2020-11-21 09:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5874,'61605949699','10','1','20','retail','0','2020-11-21 12:08:52','','','','0','Cash',2.46,'20','','','6','','1','2020-11-21 09:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','203.50','202.5','Inclusive',NULL),(5875,'61605949699','70','1','50','retail','0','2020-11-21 12:09:25','','','','2','Cash',6.14,'50','','','6','','1','2020-11-21 09:12:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5876,'61605949925','1','1','320','retail','0','2020-11-21 12:12:05','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','35.00','34','Inclusive',NULL),(5877,'61605949925','5','1','110','retail','0','2020-11-21 12:12:17','','','','0','Cash',13.51,'110','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5878,'61605949925','133','1','10','retail','0','2020-11-21 12:12:31','','','','0','Cash',1.23,'10','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5879,'61605949925','70','1','50','retail','0','2020-11-21 12:12:52','','','','2','Cash',6.14,'50','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5880,'61605949925','10','1','20','retail','0','2020-11-21 12:13:07','','','','0','Cash',2.46,'20','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','202.50','201.5','Inclusive',NULL),(5881,'61605949925','73','1','100','retail','0','2020-11-21 12:13:18','','','','0','Cash',12.28,'100','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive',NULL),(5882,'61605949925','185','1','250','retail','0','2020-11-21 12:13:35','','','','0','Cash',30.70,'250','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','2.00','1','Inclusive',NULL),(5883,'61605949925','15','1','30','retail','0','2020-11-21 12:13:50','','','','0','Cash',3.68,'30','','','6','','1','2020-11-21 09:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5885,'61605950151','162','2','110','retail','0','2020-11-21 12:15:51','','','','0','Cash',13.51,'55','','','6','','1','2020-11-21 09:16:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','48.25','','60.00','58','Inclusive',NULL),(5886,'61605950183','65','1','500','retail','0','2020-11-21 12:19:43','','','','0','Cash',61.40,'500','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0','Inclusive',NULL),(5887,'61605950183','15','1','30','retail','0','2020-11-21 12:20:56','','','','0','Cash',3.68,'30','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5888,'61605950183','70','1','50','retail','0','2020-11-21 12:21:06','','','','2','Cash',6.14,'50','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5889,'61605950183','2','1','90','retail','0','2020-11-21 12:21:40','','','','0','Cash',11.05,'90','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5890,'61605950183','11','1','20','retail','0','2020-11-21 12:21:58','','','','0','Cash',2.46,'20','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5891,'61605950183','50','1','210','retail','0','2020-11-21 12:22:04','','','','0','Cash',25.79,'210','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive',NULL),(5892,'61605950183','55','1','50','retail','0','2020-11-21 12:22:12','','','','0','Cash',6.14,'50','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive',NULL),(5893,'61605950183','23','1','30','retail','0','2020-11-21 12:22:20','','','','0','Cash',3.68,'30','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5894,'61605950183','73','1','100','retail','0','2020-11-21 12:22:32','','','','0','Cash',12.28,'100','','','6','','1','2020-11-21 09:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(5895,'61605950569','1','1','320','retail','0','2020-11-21 12:22:49','','','','159.60','Cash',39.30,'320','','','6','','1','2020-11-21 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','33.75','32.75','Inclusive',NULL),(5896,'61605950569','5','1','110','retail','0','2020-11-21 12:28:21','','','','0','Cash',13.51,'110','','','6','','1','2020-11-21 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5897,'61605950569','133','1','10','retail','0','2020-11-21 12:28:32','','','','0','Cash',1.23,'10','','','6','','1','2020-11-21 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5898,'61605950569','10','1','20','retail','0','2020-11-21 12:29:04','','','','0','Cash',2.46,'20','','','6','','1','2020-11-21 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','201.00','200','Inclusive',NULL),(5899,'61605950569','15','1','30','retail','0','2020-11-21 12:29:12','','','','0','Cash',3.68,'30','','','6','','1','2020-11-21 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5900,'61605950569','74','1','50','retail','0','2020-11-21 12:29:23','','','','5','Cash',6.14,'50','','','6','','1','2020-11-21 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5901,'61605959832','85','1','120','retail','0','2020-11-21 14:57:12','','','','0','Cash',14.74,'120','','','6','','1','2020-11-21 11:57:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','503.50','502.5','Inclusive',NULL),(5902,'41606110376','1','1','320','retail','0','2020-11-23 08:48:28','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-23 05:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','32.75','31.75','Inclusive',NULL),(5903,'41606110376','5','1','110','retail','0','2020-11-23 08:48:28','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-23 05:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5904,'41606110376','10','1','20','retail','0','2020-11-23 08:48:28','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-23 05:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','200.00','199','Inclusive',NULL),(5905,'41606110376','133','1','10','retail','0','2020-11-23 08:48:28','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-23 05:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5906,'41606110376','15','1','30','retail','0','2020-11-23 08:48:28','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-23 05:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5907,'41606110376','74','1','50','retail','0','2020-11-23 08:48:28','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-23 05:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5908,'41606110527','38','1','330','retail','0','2020-11-23 09:57:36','','','','0','Cash',40.53,'330','','','4','','1','2020-11-23 06:57:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(5909,'41606110527','40','1','60','retail','0','2020-11-23 09:57:36','','','','0','Cash',7.37,'60','','','4','','1','2020-11-23 06:57:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(5910,'41606110527','9','1','60','retail','0','2020-11-23 09:57:36','','','','0','Cash',7.37,'60','','','4','','1','2020-11-23 06:57:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(5911,'41606114662','50','1','210','retail','0','2020-11-23 09:58:54','','','','0','Cash',25.79,'210','','','4','','1','2020-11-23 06:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive',NULL),(5912,'41606114662','11','1','20','retail','0','2020-11-23 09:58:54','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 06:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5913,'41606114662','2','1','90','retail','0','2020-11-23 09:58:54','','','','0','Cash',11.05,'90','','','4','','1','2020-11-23 06:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(5914,'41606114662','55','1','50','retail','0','2020-11-23 09:58:54','','','','0','Cash',6.14,'50','','','4','','1','2020-11-23 06:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive',NULL),(5915,'41606114662','23','1','30','retail','0','2020-11-23 09:58:54','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 06:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(5916,'41606114662','69','1','100','retail','0','2020-11-23 09:58:54','','','','0','Cash',12.28,'100','','','4','','1','2020-11-23 06:58:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(5917,'41606114739','1','3','960','retail','0','2020-11-23 10:39:10','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','31.50','28.5','Inclusive',NULL),(5918,'41606114739','3','3','480','retail','0','2020-11-23 10:39:10','','','','0','Cash',58.95,'160','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','3','0.00','-1.5','Inclusive',NULL),(5920,'41606114739','36','3','390','retail','0','2020-11-23 10:39:10','','','','0','Cash',47.89,'130','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.25','1','Inclusive',NULL),(5921,'41606114739','23','2','60','retail','0','2020-11-23 10:39:10','','','','0','Cash',7.37,'30','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','-1.85','Inclusive',NULL),(5922,'41606114739','27','1','30','retail','0','2020-11-23 10:39:10','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(5923,'41606114739','74','3','150','retail','0','2020-11-23 10:39:10','','','','5','Cash',18.42,'50','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(5924,'41606114739','10','3','60','retail','0','2020-11-23 10:39:10','','','','0','Cash',7.37,'20','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','195.50','192.5','Inclusive',NULL),(5925,'41606114739','48','3','180','retail','0','2020-11-23 10:39:10','','','','0','Cash',22.11,'60','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.00','-2.25','Inclusive',NULL),(5926,'41606114739','33','3','390','retail','0','2020-11-23 10:39:10','','','','0','Cash',47.89,'130','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.00','-2.25','Inclusive',NULL),(5927,'41606114739','3','1','170','retail','0','2020-11-23 10:39:10','','','','0','Cash',20.88,'170','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(5928,'41606114739','11','1','20','retail','0','2020-11-23 10:39:10','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(5929,'41606114739','133','1','10','retail','0','2020-11-23 10:39:10','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5930,'41606114739','6','1','70','retail','0','2020-11-23 10:39:10','','','','0','Cash',8.60,'70','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(5931,'41606114739','70','1','50','retail','0','2020-11-23 10:39:10','','','','2','Cash',6.14,'50','','','4','','1','2020-11-23 07:39:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5932,'41606117171','19','1','30','retail','0','2020-11-21 10:48:40','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 07:48:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5933,'41606117735','19','2','60','retail','0','2020-11-21 10:49:18','','','','0','Cash',7.37,'30','','','4','','1','2020-11-23 07:49:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5934,'41606117773','19','1','30','retail','0','2020-11-21 10:49:48','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 07:50:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5935,'41606117802','19','1','30','retail','0','2020-11-23 10:51:32','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 07:51:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5936,'41606117904','19','5','150','retail','0','2020-11-21 10:53:01','','','','0','Mpesa',18.42,'30','','','4','','1','2020-11-23 07:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.12','-4.73','Inclusive',NULL),(5937,'41606117904','74','5','250','retail','0','2020-11-21 10:53:01','','','','5','Mpesa',30.70,'50','','','4','','1','2020-11-23 07:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive',NULL),(5938,'41606117904','1','5','1600','retail','0','2020-11-21 10:53:01','','','','159.60','Mpesa',196.49,'320','','','4','','1','2020-11-23 07:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','26.50','21.5','Inclusive',NULL),(5939,'41606117904','5','5','550','retail','0','2020-11-21 10:53:01','','','','0','Mpesa',67.54,'110','','','4','','1','2020-11-23 07:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','-2.5','Inclusive',NULL),(5940,'41606117904','10','5','100','retail','0','2020-11-21 10:53:01','','','','0','Mpesa',12.28,'20','','','4','','1','2020-11-23 07:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','195.00','190','Inclusive',NULL),(5941,'41606117904','133','5','50','retail','0','2020-11-21 10:53:01','','','','0','Mpesa',6.14,'10','','','4','','1','2020-11-23 07:53:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(5942,'41606117996','1','5','1500','retail','0','2020-11-21 10:56:13','','','','159.60','Mpesa',184.21,'300','','','4','','1','2020-11-23 07:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','21.50','16.5','Inclusive',NULL),(5943,'41606117996','5','5','500','retail','0','2020-11-21 10:56:13','','','','0','Mpesa',61.40,'100','','','4','','1','2020-11-23 07:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5944,'41606117996','133','5','50','retail','0','2020-11-21 10:56:13','','','','0','Mpesa',6.14,'10','','','4','','1','2020-11-23 07:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(5945,'41606117996','10','5','100','retail','0','2020-11-21 10:56:13','','','','0','Mpesa',12.28,'20','','','4','','1','2020-11-23 07:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','190.00','185','Inclusive',NULL),(5946,'41606117996','19','5','100','retail','0','2020-11-21 10:56:13','','','','0','Mpesa',12.28,'20','','','4','','1','2020-11-23 07:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5947,'41606117996','74','5','250','retail','0','2020-11-21 10:56:13','','','','5','Mpesa',30.70,'50','','','4','','1','2020-11-23 07:56:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive',NULL),(5948,'41606118193','1','1','320','retail','0','2020-11-23 10:59:53','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-23 08:00:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','16.50','15.5','Inclusive',NULL),(5949,'41606118193','5','1','110','retail','0','2020-11-23 10:59:53','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 08:00:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5950,'41606118193','10','1','20','retail','0','2020-11-23 10:59:53','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 08:00:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','185.00','184','Inclusive',NULL),(5951,'41606118193','133','1','10','retail','0','2020-11-23 10:59:53','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 08:00:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5952,'41606118438','1','5','1600','retail','0','2020-11-23 11:26:47','','','','159.60','Cash',196.49,'320','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','15.50','8','Inclusive',NULL),(5953,'41606118438','3','5','800','retail','0','2020-11-23 11:26:47','','','','0','Cash',98.25,'160','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','5','0.00','-2.5','Inclusive',NULL),(5954,'41606118438','10','5','100','retail','0','2020-11-23 11:26:47','','','','0','Cash',12.28,'20','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','184.00','179','Inclusive',NULL),(5955,'41606118438','36','5','650','retail','0','2020-11-23 11:26:47','','','','0','Cash',79.82,'130','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','5','0.25','1.5','Inclusive',NULL),(5956,'41606118438','48','5','300','retail','0','2020-11-23 11:26:47','','','','0','Cash',36.84,'60','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','5','0.00','-3.75','Inclusive',NULL),(5957,'41606118438','33','5','650','retail','0','2020-11-23 11:26:47','','','','0','Cash',79.82,'130','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','5','0.00','-3.75','Inclusive',NULL),(5958,'41606118438','27','5','150','retail','0','2020-11-23 11:26:47','','','','0','Cash',18.42,'30','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.03','-4.82','Inclusive',NULL),(5959,'41606118438','70','5','250','retail','0','2020-11-23 11:26:47','','','','2','Cash',30.70,'50','','','4','','1','2020-11-23 08:26:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive',NULL),(5960,'41606120017','3','1','160','retail','0','2020-11-23 11:35:39','','','','0','Cash',19.65,'160','','','4','','1','2020-11-23 08:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5961,'41606120017','5','1','110','retail','0','2020-11-23 11:35:39','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 08:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5962,'41606120017','10','2','40','retail','0','2020-11-23 11:35:39','','','','0','Cash',4.91,'20','','','4','','1','2020-11-23 08:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','179.00','177','Inclusive',NULL),(5963,'41606120017','19','1','30','retail','0','2020-11-23 11:35:39','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 08:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5964,'41606120017','74','1','50','retail','0','2020-11-23 11:35:39','','','','5','Cash',6.14,'50','','','4','','1','2020-11-23 08:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5965,'41606120548','1','1','300','retail','0','2020-11-23 11:37:37','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-23 08:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','7.50','6.5','Inclusive',NULL),(5966,'41606120548','5','1','100','retail','0','2020-11-23 11:37:37','','','','0','Cash',12.28,'100','','','4','','1','2020-11-23 08:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(5967,'41606120548','133','1','10','retail','0','2020-11-23 11:37:37','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 08:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(5968,'41606120548','10','1','20','retail','0','2020-11-23 11:37:37','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 08:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','177.00','176','Inclusive',NULL),(5969,'41606120548','15','1','20','retail','0','2020-11-23 11:37:37','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 08:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(5970,'41606120548','70','1','50','retail','0','2020-11-23 11:37:37','','','','2','Cash',6.14,'50','','','4','','1','2020-11-23 08:37:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5971,'41606120670','88','5','500','retail','0','2020-11-23 11:59:27','','','','0','Cash',61.40,'100','','','4','','1','2020-11-23 08:59:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','645.00','640','Inclusive',NULL),(5972,'41606121973','3','1','160','retail','0','2020-11-23 12:04:49','','','','0','Cash',19.65,'160','','','4','','1','2020-11-23 09:04:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(5973,'41606121973','5','1','110','retail','0','2020-11-23 12:04:49','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 09:04:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5974,'41606121973','10','2','40','retail','0','2020-11-23 12:04:49','','','','0','Cash',4.91,'20','','','4','','1','2020-11-23 09:04:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','176.00','174','Inclusive',NULL),(5975,'41606121973','19','1','30','retail','0','2020-11-23 12:04:49','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 09:04:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(5976,'41606121973','70','1','50','retail','0','2020-11-23 12:04:49','','','','2','Cash',6.14,'50','','','4','','1','2020-11-23 09:04:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5977,'41606122296','1','2','640','retail','0','2020-11-23 12:14:48','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','6.00','4','Inclusive',NULL),(5978,'41606122296','10','2','40','retail','0','2020-11-23 12:14:48','','','','0','Cash',4.91,'20','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','174.00','172','Inclusive',NULL),(5979,'41606122296','3','2','320','retail','0','2020-11-23 12:14:48','','','','0','Cash',39.30,'160','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','2','0.00','-1','Inclusive',NULL),(5980,'41606122296','33','2','260','retail','0','2020-11-23 12:14:48','','','','0','Cash',31.93,'130','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.00','-1.5','Inclusive',NULL),(5981,'41606122296','48','2','120','retail','0','2020-11-23 12:14:48','','','','0','Cash',14.74,'60','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','-1.5','Inclusive',NULL),(5982,'41606122296','36','2','260','retail','0','2020-11-23 12:14:48','','','','0','Cash',31.93,'130','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.25','0.75','Inclusive',NULL),(5983,'41606122296','27','2','60','retail','0','2020-11-23 12:14:48','','','','0','Cash',7.37,'30','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.03','-1.91','Inclusive',NULL),(5984,'41606122296','70','2','100','retail','0','2020-11-23 12:14:48','','','','2','Cash',12.28,'50','','','4','','1','2020-11-23 09:15:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5990,'41606126488','1','2','640','retail','0','2020-11-23 13:16:02','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-23 10:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','2.50','0.5','Inclusive',NULL),(5991,'41606126488','5','2','220','retail','0','2020-11-23 13:16:02','','','','0','Cash',27.02,'110','','','4','','1','2020-11-23 10:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(5992,'41606126488','133','2','20','retail','0','2020-11-23 13:16:02','','','','0','Cash',2.46,'10','','','4','','1','2020-11-23 10:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.00','-0.9','Inclusive',NULL),(5993,'41606126488','10','2','40','retail','0','2020-11-23 13:16:02','','','','0','Cash',4.91,'20','','','4','','1','2020-11-23 10:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','171.50','169.5','Inclusive',NULL),(5994,'41606126488','19','2','60','retail','0','2020-11-23 13:16:02','','','','0','Cash',7.37,'30','','','4','','1','2020-11-23 10:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(5995,'41606126488','70','2','100','retail','0','2020-11-23 13:16:02','','','','2','Cash',12.28,'50','','','4','','1','2020-11-23 10:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(5996,'41606126979','5','1','110','retail','0','2020-11-23 14:00:47','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 11:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(5997,'41606126979','10','1','20','retail','0','2020-11-23 14:00:47','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 11:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','169.50','168.5','Inclusive',NULL),(5998,'41606126979','70','1','50','retail','0','2020-11-23 14:00:47','','','','2','Cash',6.14,'50','','','4','','1','2020-11-23 11:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(5999,'41606126979','1','1','320','retail','0','2020-11-23 14:00:47','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-23 11:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.50','39.5','Inclusive',NULL),(6000,'41606126979','15','1','30','retail','0','2020-11-23 14:00:47','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 11:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6001,'41606126979','133','1','10','retail','0','2020-11-23 14:00:47','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 11:00:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(6003,'41606130304','161','50','3000','retail','0','2020-11-23 14:18:49','','','','0','Cash',368.42,'60','','','4','','1','2020-11-23 11:18:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1580.00','1530','Inclusive',NULL),(6004,'41606130338','1','1','320','retail','0','2020-11-23 14:33:31','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-23 11:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.50','38.5','Inclusive',NULL),(6005,'41606130338','5','1','110','retail','0','2020-11-23 14:33:31','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 11:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6006,'41606130338','133','1','10','retail','0','2020-11-23 14:33:31','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 11:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6007,'41606130338','10','1','20','retail','0','2020-11-23 14:33:31','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 11:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','268.50','267.5','Inclusive',NULL),(6008,'41606130338','19','1','30','retail','0','2020-11-23 14:33:31','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 11:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6009,'41606130338','70','1','50','retail','0','2020-11-23 14:33:31','','','','2','Cash',6.14,'50','','','4','','1','2020-11-23 11:33:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6010,'41606131221','1','1','320','retail','0','2020-11-23 15:23:06','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-23 12:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','38.50','37.5','Inclusive',NULL),(6011,'41606131221','5','1','110','retail','0','2020-11-23 15:23:06','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 12:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6012,'41606131221','133','1','10','retail','0','2020-11-23 15:23:06','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 12:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6013,'41606131221','10','1','20','retail','0','2020-11-23 15:23:06','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 12:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','267.50','266.5','Inclusive',NULL),(6015,'41606131221','70','1','50','retail','0','2020-11-23 15:23:06','','','','2','Cash',6.14,'50','','','4','','1','2020-11-23 12:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6016,'41606131221','15','1','30','retail','0','2020-11-23 15:23:06','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 12:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6022,'41606137753','1','10','3000','retail','0','2020-11-23 16:25:15','','','','159.60','Cash',368.42,'300','','','4','','1','2020-11-23 13:27:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','37.50','27.5','Inclusive',NULL),(6023,'41606137753','5','10','1000','retail','0','2020-11-23 16:25:15','','','','0','Cash',122.81,'100','','','4','','1','2020-11-23 13:27:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(6024,'41606137753','133','10','100','retail','0','2020-11-23 16:25:15','','','','0','Cash',12.28,'10','','','4','','1','2020-11-23 13:27:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','10','0.00','-9.5','Inclusive',NULL),(6025,'41606137753','10','10','200','retail','0','2020-11-23 16:25:15','','','','0','Cash',24.56,'20','','','4','','1','2020-11-23 13:27:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','266.50','256.5','Inclusive',NULL),(6026,'41606137753','19','10','200','retail','0','2020-11-23 16:25:15','','','','0','Cash',24.56,'20','','','4','','1','2020-11-23 13:27:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','1.12','1.12','Inclusive',NULL),(6027,'41606137753','74','10','500','retail','0','2020-11-23 16:25:15','','','','5','Cash',61.40,'50','','','4','','1','2020-11-23 13:27:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','10','1.00','-8.7','Inclusive',NULL),(6028,'41606138067','1','1','320','retail','0','2020-11-23 16:37:08','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','27.50','26.5','Inclusive',NULL),(6029,'41606138067','5','1','110','retail','0','2020-11-23 16:37:08','','','','0','Cash',13.51,'110','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6030,'41606138067','133','1','10','retail','0','2020-11-23 16:37:08','','','','0','Cash',1.23,'10','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6031,'41606138067','10','1','20','retail','0','2020-11-23 16:37:08','','','','0','Cash',2.46,'20','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','256.50','255.5','Inclusive',NULL),(6032,'41606138067','15','1','30','retail','0','2020-11-23 16:37:08','','','','0','Cash',3.68,'30','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6033,'41606138067','74','1','50','retail','0','2020-11-23 16:37:08','','','','5','Cash',6.14,'50','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(6034,'41606138067','40','1','60','retail','0','2020-11-23 16:37:08','','','','0','Cash',7.37,'60','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6035,'41606138067','38','1','330','retail','0','2020-11-23 16:37:08','','','','0','Cash',40.53,'330','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6036,'41606138067','9','1','60','retail','0','2020-11-23 16:37:08','','','','0','Cash',7.37,'60','','','4','','1','2020-11-23 13:37:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6037,'41606138634','73','1','100','retail','0','2020-11-23 16:41:50','','','','0','Cash',12.28,'100','','','4','','1','2020-11-23 13:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(6039,'41606140095','161','400','24000','retail','0','2020-11-23 17:06:34','','','','0','Bank',2947.37,'60','','','4','','1','2020-11-23 14:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1530.00','1130','Inclusive',NULL),(6040,'41606140095','88','300','30000','retail','0','2020-11-23 17:06:34','','','','0','Bank',3684.21,'100','','','4','','1','2020-11-23 14:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','300','640.00','340','Inclusive',NULL),(6041,'41606140095','94','60','8100','retail','0','2020-11-23 17:06:34','','','','0','Bank',994.74,'135','','','4','','1','2020-11-23 14:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','118.42','','229.00','169','Inclusive',NULL),(6042,'41606140095','298','400','40000','retail','0','2020-11-23 17:06:34','','','','0','Bank',4912.28,'100','','','4','','1','2020-11-23 14:09:15','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','87.72','','400.00','0','Inclusive',NULL),(6043,'41606203053','1','1','320','retail','0','2020-11-24 10:38:37','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-24 07:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','26.50','25.5','Inclusive',NULL),(6044,'41606203053','5','1','110','retail','0','2020-11-24 10:38:37','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-24 07:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6045,'41606203053','10','1','20','retail','0','2020-11-24 10:38:37','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-24 07:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','255.50','254.5','Inclusive',NULL),(6046,'41606203053','133','1','10','retail','0','2020-11-24 10:38:37','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-24 07:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6047,'41606203053','15','1','30','retail','0','2020-11-24 10:38:37','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-24 07:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6048,'41606203053','70','1','50','retail','0','2020-11-24 10:38:37','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-24 07:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6049,'41606214550','1','1','320','retail','0','2020-11-24 13:44:07','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-24 10:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','25.50','24.5','Inclusive',NULL),(6050,'41606214550','5','1','110','retail','0','2020-11-24 13:44:07','','','','0','Cash',13.51,'110','','','4','','1','2020-11-24 10:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6051,'41606214550','133','1','10','retail','0','2020-11-24 13:44:07','','','','0','Cash',1.23,'10','','','4','','1','2020-11-24 10:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6052,'41606214550','10','1','20','retail','0','2020-11-24 13:44:07','','','','0','Cash',2.46,'20','','','4','','1','2020-11-24 10:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','254.50','253.5','Inclusive',NULL),(6053,'41606214550','15','1','30','retail','0','2020-11-24 13:44:07','','','','0','Cash',3.68,'30','','','4','','1','2020-11-24 10:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6054,'41606214550','70','1','50','retail','0','2020-11-24 13:44:07','','','','2','Cash',6.14,'50','','','4','','1','2020-11-24 10:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6055,'41606284654','85','5','500','retail','0','2020-11-25 09:11:32','','','','0','Cash',61.40,'100','','','4','','1','2020-11-25 06:11:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','702.50','697.5','Inclusive',NULL),(6056,'41606284702','85','5','600','retail','0','2020-11-25 09:30:58','','','','0','Mpesa',73.68,'120','','','4','','1','2020-11-25 06:35:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','697.50','692.5','Inclusive',NULL),(6057,'41606294364','3','1','170','retail','0','2020-11-25 11:54:31','','','','0','Cash',20.88,'170','','','4','','1','2020-11-25 08:54:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(6058,'41606294364','6','1','70','retail','0','2020-11-25 11:54:31','','','','0','Cash',8.60,'70','','','4','','1','2020-11-25 08:54:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive',NULL),(6059,'41606294364','11','1','20','retail','0','2020-11-25 11:54:31','','','','0','Cash',2.46,'20','','','4','','1','2020-11-25 08:54:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(6060,'41606294364','133','1','10','retail','0','2020-11-25 11:54:31','','','','0','Cash',1.23,'10','','','4','','1','2020-11-25 08:54:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6061,'41606294364','15','1','30','retail','0','2020-11-25 11:54:31','','','','0','Cash',3.68,'30','','','4','','1','2020-11-25 08:54:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6062,'41606294364','70','1','50','retail','0','2020-11-25 11:54:31','','','','2','Cash',6.14,'50','','','4','','1','2020-11-25 08:54:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6063,'41606294481','94','1','180','retail','0','2020-11-25 11:55:08','','','','0','Cash',22.11,'180','','','4','','1','2020-11-25 08:55:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','169.00','168','Inclusive',NULL),(6064,'41606294513','161','20','950','retail','0','2020-11-25 12:12:55','','','','0','Mpesa',116.67,'47.50','','','4','','1','2020-11-25 09:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1945.00','1925','Inclusive',NULL),(6065,'41606295629','64','1','1000','retail','0','2020-11-25 12:38:27','','','','0','Cash',122.81,'1000','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','65.50','64.5','Inclusive',NULL),(6066,'41606295629','27','1','30','retail','0','2020-11-25 12:38:27','','','','0','Cash',3.68,'30','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6067,'41606295629','74','1','50','retail','0','2020-11-25 12:38:27','','','','5','Cash',6.14,'50','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6068,'41606295629','94','10','1400','retail','0','2020-11-25 12:38:27','','','','0','Cash',171.93,'140','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','168.00','158','Inclusive',NULL),(6069,'41606295629','1','2','640','retail','0','2020-11-25 12:38:27','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','104.50','102.5','Inclusive',NULL),(6070,'41606295629','5','2','220','retail','0','2020-11-25 12:38:27','','','','0','Cash',27.02,'110','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(6071,'41606295629','10','2','40','retail','0','2020-11-25 12:38:27','','','','0','Cash',4.91,'20','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','253.50','251.5','Inclusive',NULL),(6072,'41606295629','133','2','20','retail','0','2020-11-25 12:38:27','','','','0','Cash',2.46,'10','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6073,'41606295629','15','2','60','retail','0','2020-11-25 12:38:27','','','','0','Cash',7.37,'30','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(6074,'41606295629','70','1','50','retail','0','2020-11-25 12:38:27','','','','2','Cash',6.14,'50','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6075,'41606295629','70','1','50','retail','0','2020-11-25 12:38:27','','','','2','Cash',6.14,'50','','','4','','1','2020-11-25 09:38:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6076,'41606297134','1','2','640','retail','0','2020-11-25 12:45:21','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','102.50','100.5','Inclusive',NULL),(6077,'41606297134','3','2','320','retail','0','2020-11-25 12:45:21','','','','0','Cash',39.30,'160','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','2','0.00','-1','Inclusive',NULL),(6078,'41606297134','10','2','40','retail','0','2020-11-25 12:45:21','','','','0','Cash',4.91,'20','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','251.50','249.5','Inclusive',NULL),(6079,'41606297134','36','2','260','retail','0','2020-11-25 12:45:21','','','','0','Cash',31.93,'130','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.25','0.75','Inclusive',NULL),(6080,'41606297134','33','2','260','retail','0','2020-11-25 12:45:21','','','','0','Cash',31.93,'130','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.00','-1.5','Inclusive',NULL),(6081,'41606297134','48','2','120','retail','0','2020-11-25 12:45:21','','','','0','Cash',14.74,'60','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','-1.5','Inclusive',NULL),(6082,'41606297134','27','2','60','retail','0','2020-11-25 12:45:21','','','','0','Cash',7.37,'30','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.03','-1.91','Inclusive',NULL),(6083,'41606297134','74','2','100','retail','0','2020-11-25 12:45:21','','','','5','Cash',12.28,'50','','','4','','1','2020-11-25 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6090,'41606297529','3','2','340','retail','0','2020-11-25 12:48:19','','','','0','Cash',41.75,'170','','','4','','1','2020-11-25 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','2.00','0','Inclusive',NULL),(6091,'41606297529','11','2','40','retail','0','2020-11-25 12:48:19','','','','0','Cash',4.91,'20','','','4','','1','2020-11-25 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','2.00','0','Inclusive',NULL),(6092,'41606297529','50','4','840','retail','0','2020-11-25 12:48:19','','','','0','Cash',103.16,'210','','','4','','1','2020-11-25 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','','0.00','0','Inclusive',NULL),(6093,'41606297529','55','2','120','retail','0','2020-11-25 12:48:19','','','','0','Cash',14.74,'60','','','4','','1','2020-11-25 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','2.00','0','Inclusive',NULL),(6094,'41606297529','23','2','60','retail','0','2020-11-25 12:48:19','','','','0','Cash',7.37,'30','','','4','','1','2020-11-25 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','2.09','0.09','Inclusive',NULL),(6095,'41606297529','73','4','400','retail','0','2020-11-25 12:48:19','','','','0','Cash',49.12,'100','','','4','','1','2020-11-25 09:48:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','4','2.00','2.2','Inclusive',NULL),(6096,'41606297709','94','20','2400','retail','0','2020-11-25 12:50:05','','','','0','Cash',294.74,'120','','','4','','1','2020-11-25 09:50:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','','158.00','138','Inclusive',NULL),(6097,'41606298714','143','6','1800','retail','0','2020-11-25 13:18:44','','','','2','Mpesa',221.05,'300','','','4','','1','2020-11-25 10:19:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','6','6.00','0','Inclusive',NULL),(6098,'61606312219','15','1','30','retail','0','2020-11-25 16:50:19','','','','0','Cash',3.68,'30','','','6','','1','2020-11-25 13:52:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6100,'71606314728','19','1','30','retail','0','2020-11-25 17:32:08','','','','0','Cash',3.68,'30','','','7','','1','2020-11-25 14:32:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(6101,'41606372988','7','1','200','retail','0','2020-11-25 10:29:35','','','','0','Mpesa',24.56,'200','','','4','','1','2020-11-26 07:29:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','107.95','106.95','Inclusive',NULL),(6102,'41606375797','1','2','600','retail','0','2020-11-25 10:32:31','','','','159.60','Cash',73.68,'300','','','4','','1','2020-11-26 07:32:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','98.50','96.5','Inclusive',NULL),(6103,'41606375797','5','2','200','retail','0','2020-11-25 10:32:31','','','','0','Cash',24.56,'100','','','4','','1','2020-11-26 07:32:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(6104,'41606375797','10','2','40','retail','0','2020-11-25 10:32:31','','','','0','Cash',4.91,'20','','','4','','1','2020-11-26 07:32:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','248.50','246.5','Inclusive',NULL),(6105,'41606375797','133','2','20','retail','0','2020-11-25 10:32:31','','','','0','Cash',2.46,'10','','','4','','1','2020-11-26 07:32:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6106,'41606375797','15','2','40','retail','0','2020-11-25 10:32:31','','','','0','Cash',4.91,'20','','','4','','1','2020-11-26 07:32:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(6107,'41606375797','70','2','100','retail','0','2020-11-25 10:32:31','','','','2','Cash',12.28,'50','','','4','','1','2020-11-26 07:32:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6108,'41606375965','1','1','320','retail','0','2020-11-25 10:39:56','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-26 07:40:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','96.50','95.5','Inclusive',NULL),(6109,'41606375965','2','1','90','retail','0','2020-11-25 10:39:56','','','','0','Mpesa',11.05,'90','','','4','','1','2020-11-26 07:40:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6110,'41606375965','10','1','20','retail','0','2020-11-25 10:39:56','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-26 07:40:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','246.50','245.5','Inclusive',NULL),(6111,'41606375965','33','1','130','retail','0','2020-11-25 10:39:56','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-26 07:40:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6112,'41606375965','19','1','30','retail','0','2020-11-25 10:39:56','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-26 07:40:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6113,'41606375965','74','1','50','retail','0','2020-11-25 10:39:56','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-26 07:40:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6114,'41606376412','147','5','2000','retail','0','2020-11-26 10:50:57','','','','0','Cash',245.61,'400','','','4','','1','2020-11-26 07:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','344.60','339.6','Inclusive',NULL),(6116,'41606377487','161','20','950','retail','0','2020-11-26 12:05:12','','','','0','Cash',116.67,'47.50','','','4','','1','2020-11-26 09:05:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1925.00','1905','Inclusive',NULL),(6117,'41606381529','1','5','1600','retail','0','2020-11-26 12:28:24','','','','159.60','Cash',196.49,'320','','','4','','1','2020-11-26 09:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','95.25','90.25','Inclusive',NULL),(6119,'41606381529','133','5','50','retail','0','2020-11-26 12:28:24','','','','0','Cash',6.14,'10','','','4','','1','2020-11-26 09:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive',NULL),(6120,'41606381529','10','5','100','retail','0','2020-11-26 12:28:24','','','','0','Cash',12.28,'20','','','4','','1','2020-11-26 09:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','245.50','240.5','Inclusive',NULL),(6121,'41606381529','74','5','250','retail','0','2020-11-26 12:28:24','','','','5','Cash',30.70,'50','','','4','','1','2020-11-26 09:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive',NULL),(6122,'41606381529','19','5','150','retail','0','2020-11-26 12:28:24','','','','0','Cash',18.42,'30','','','4','','1','2020-11-26 09:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.12','-4.73','Inclusive',NULL),(6123,'41606381529','5','5','550','retail','0','2020-11-26 12:28:24','','','','0','Cash',67.54,'110','','','4','','1','2020-11-26 09:28:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','-2.5','Inclusive',NULL),(6124,'41606383801','288','2','300','retail','0','2020-11-26 14:46:48','','','','0','Cash',36.84,'150','','','4','','1','2020-11-26 11:47:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','20.00','18','Inclusive',NULL),(6125,'41606391225','1','1','320','retail','0','2020-11-26 14:58:27','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','90.25','89.25','Inclusive',NULL),(6126,'41606391225','3','1','160','retail','0','2020-11-26 14:58:27','','','','0','Mpesa',19.65,'160','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(6127,'41606391225','10','1','20','retail','0','2020-11-26 14:58:27','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','240.50','239.5','Inclusive',NULL),(6128,'41606391225','36','1','130','retail','0','2020-11-26 14:58:27','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(6129,'41606391225','48','1','60','retail','0','2020-11-26 14:58:27','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(6130,'41606391225','33','1','130','retail','0','2020-11-26 14:58:27','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6131,'41606391225','27','1','30','retail','0','2020-11-26 14:58:27','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6132,'41606391225','70','1','50','retail','0','2020-11-26 14:58:27','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-26 11:58:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6133,'41606391914','1','1','320','retail','0','2020-11-26 15:06:18','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-26 12:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','88.75','87.75','Inclusive',NULL),(6134,'41606391914','5','1','110','retail','0','2020-11-26 15:06:18','','','','0','Cash',13.51,'110','','','4','','1','2020-11-26 12:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6135,'41606391914','133','1','10','retail','0','2020-11-26 15:06:18','','','','0','Cash',1.23,'10','','','4','','1','2020-11-26 12:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6136,'41606391914','10','1','20','retail','0','2020-11-26 15:06:18','','','','0','Cash',2.46,'20','','','4','','1','2020-11-26 12:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','239.50','238.5','Inclusive',NULL),(6137,'41606391914','15','1','30','retail','0','2020-11-26 15:06:18','','','','0','Cash',3.68,'30','','','4','','1','2020-11-26 12:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(6138,'41606391914','70','1','50','retail','0','2020-11-26 15:06:18','','','','2','Cash',6.14,'50','','','4','','1','2020-11-26 12:06:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6139,'41606392399','1','1','320','retail','0','2020-11-26 15:08:51','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-26 12:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','87.75','86.75','Inclusive',NULL),(6140,'71606392428','15','1','30','retail','0','2020-11-26 15:07:08','','','','0','Cash',3.68,'30','','','7','','1','2020-11-26 12:07:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6141,'41606392399','5','1','110','retail','0','2020-11-26 15:08:51','','','','0','Cash',13.51,'110','','','4','','1','2020-11-26 12:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6142,'41606392399','133','1','10','retail','0','2020-11-26 15:08:51','','','','0','Cash',1.23,'10','','','4','','1','2020-11-26 12:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6143,'41606392399','10','1','20','retail','0','2020-11-26 15:08:51','','','','0','Cash',2.46,'20','','','4','','1','2020-11-26 12:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','238.50','237.5','Inclusive',NULL),(6144,'41606392399','15','1','30','retail','0','2020-11-26 15:08:51','','','','0','Cash',3.68,'30','','','4','','1','2020-11-26 12:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6145,'41606392399','70','1','50','retail','0','2020-11-26 15:08:51','','','','2','Cash',6.14,'50','','','4','','1','2020-11-26 12:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6147,'41606392540','1','3','960','retail','0','2020-11-26 16:39:32','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','86.75','83.75','Inclusive',NULL),(6148,'41606392540','3','3','480','retail','0','2020-11-26 16:39:32','','','','0','Cash',58.95,'160','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','3','0.00','-1.5','Inclusive',NULL),(6149,'41606392540','10','3','60','retail','0','2020-11-26 16:39:32','','','','0','Cash',7.37,'20','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','237.50','234.5','Inclusive',NULL),(6150,'41606392540','48','3','180','retail','0','2020-11-26 16:39:32','','','','0','Cash',22.11,'60','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.00','-2.25','Inclusive',NULL),(6151,'41606392540','33','3','390','retail','0','2020-11-26 16:39:32','','','','0','Cash',47.89,'130','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.00','-2.25','Inclusive',NULL),(6152,'41606392540','36','3','390','retail','0','2020-11-26 16:39:32','','','','0','Cash',47.89,'130','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.25','1','Inclusive',NULL),(6153,'41606392540','27','3','90','retail','0','2020-11-26 16:39:32','','','','0','Cash',11.05,'30','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.03','-2.88','Inclusive',NULL),(6154,'41606392540','70','3','150','retail','0','2020-11-26 16:39:32','','','','2','Cash',18.42,'50','','','4','','1','2020-11-26 13:39:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(6155,'41606398339','163','1','400','retail','0','2020-11-26 16:46:10','','','','0','Cash',49.12,'400','','','4','','1','2020-11-26 13:46:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','220.50','219.5','Inclusive',NULL),(6156,'41606457843','143','4','1200','retail','0','2020-11-26 09:18:00','','','','2','Cash',147.37,'300','','','4','','1','2020-11-27 06:22:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','4','4.00','0','Inclusive',NULL),(6157,'41606460335','1','2','640','retail','0','2020-11-27 10:56:21','','','','159.60','Cash',78.60,'320','','','4','','1','2020-11-27 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','82.25','80.25','Inclusive',NULL),(6158,'41606460335','5','2','220','retail','0','2020-11-27 10:56:21','','','','0','Cash',27.02,'110','','','4','','1','2020-11-27 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(6159,'41606460335','133','2','20','retail','0','2020-11-27 10:56:21','','','','0','Cash',2.46,'10','','','4','','1','2020-11-27 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6160,'41606460335','10','2','40','retail','0','2020-11-27 10:56:21','','','','0','Cash',4.91,'20','','','4','','1','2020-11-27 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','234.50','232.5','Inclusive',NULL),(6161,'41606460335','23','2','60','retail','0','2020-11-27 10:56:21','','','','0','Cash',7.37,'30','','','4','','1','2020-11-27 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','-1.85','Inclusive',NULL),(6162,'41606460335','70','2','100','retail','0','2020-11-27 10:56:21','','','','2','Cash',12.28,'50','','','4','','1','2020-11-27 07:56:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6163,'41606463787','161','20','950','retail','0','2020-11-27 10:57:00','','','','0','Cash',116.67,'47.50','','','4','','1','2020-11-27 07:57:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1905.00','1885','Inclusive',NULL),(6164,'41606463825','185','2','500','retail','0','2020-11-27 10:57:45','','','','0','Cash',61.40,'250','','','4','','1','2020-11-27 08:12:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','4.00','2','Inclusive',NULL),(6165,'41606465697','5','1','100','retail','0','2020-11-27 12:16:46','','','','0','Cash',12.28,'100','','','4','','1','2020-11-27 09:16:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(6166,'41606465697','1','1','300','retail','0','2020-11-27 12:16:46','','','','159.60','Cash',36.84,'300','','','4','','1','2020-11-27 09:16:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','80.25','78.75','Inclusive',NULL),(6168,'41606465697','10','1','20','retail','0','2020-11-27 12:16:46','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 09:16:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','232.50','231.5','Inclusive',NULL),(6169,'41606465697','3','1','160','retail','0','2020-11-27 12:16:46','','','','0','Cash',19.65,'160','','','4','','1','2020-11-27 09:16:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(6170,'41606465697','137','1','50','retail','0','2020-11-27 12:16:46','','','','0','Cash',6.14,'50','','','4','','1','2020-11-27 09:16:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(6171,'41606468613','3','1','170','retail','0','2020-11-27 12:19:24','','','','0','Cash',20.88,'170','','','4','','1','2020-11-27 09:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6172,'41606468613','11','1','20','retail','0','2020-11-27 12:19:24','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 09:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6173,'41606468613','49','1','420','retail','0','2020-11-27 12:19:24','','','','0','Cash',51.58,'420','','','4','','1','2020-11-27 09:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','60.00','59','Inclusive',NULL),(6174,'41606468613','55','1','60','retail','0','2020-11-27 12:19:24','','','','0','Cash',7.37,'60','','','4','','1','2020-11-27 09:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive',NULL),(6175,'41606468613','23','1','30','retail','0','2020-11-27 12:19:24','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 09:19:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(6177,'41606468799','15','1','30','retail','0','2020-11-27 12:50:43','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 09:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6178,'41606468799','3','1','170','retail','0','2020-11-27 12:50:43','','','','0','Cash',20.88,'170','','','4','','1','2020-11-27 09:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6179,'41606468799','6','1','70','retail','0','2020-11-27 12:50:43','','','','0','Cash',8.60,'70','','','4','','1','2020-11-27 09:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','5.00','4','Inclusive',NULL),(6180,'41606468799','11','1','20','retail','0','2020-11-27 12:50:43','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 09:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6181,'41606468799','133','1','10','retail','0','2020-11-27 12:50:43','','','','0','Cash',1.23,'10','','','4','','1','2020-11-27 09:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6182,'41606470695','38','2','660','retail','0','2020-11-27 12:54:30','','','','0','Mpesa',81.05,'330','','','4','','1','2020-11-27 09:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','0.00','-1','Inclusive',NULL),(6183,'41606470695','9','2','120','retail','0','2020-11-27 12:54:30','','','','0','Mpesa',14.74,'60','','','4','','1','2020-11-27 09:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.25','-1.25','Inclusive',NULL),(6184,'41606470695','40','2','120','retail','0','2020-11-27 12:54:30','','','','0','Mpesa',14.74,'60','','','4','','1','2020-11-27 09:54:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','-1','Inclusive',NULL),(6185,'41606474222','1','1','320','retail','0','2020-11-27 13:58:30','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-27 10:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','77.75','76.75','Inclusive',NULL),(6186,'41606474222','5','1','110','retail','0','2020-11-27 13:58:30','','','','0','Cash',13.51,'110','','','4','','1','2020-11-27 10:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6187,'41606474222','10','1','20','retail','0','2020-11-27 13:58:30','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 10:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','230.50','229.5','Inclusive',NULL),(6188,'41606474222','133','1','10','retail','0','2020-11-27 13:58:30','','','','0','Cash',1.23,'10','','','4','','1','2020-11-27 10:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6189,'41606474222','19','1','30','retail','0','2020-11-27 13:58:30','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 10:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6190,'41606474222','70','1','50','retail','0','2020-11-27 13:58:30','','','','2','Cash',6.14,'50','','','4','','1','2020-11-27 10:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6191,'41606474715','3','1','170','retail','0','2020-11-27 14:00:20','','','','0','Cash',20.88,'170','','','4','','1','2020-11-27 11:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6192,'41606474715','11','1','20','retail','0','2020-11-27 14:00:20','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 11:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6193,'41606474715','49','1','420','retail','0','2020-11-27 14:00:20','','','','0','Cash',51.58,'420','','','4','','1','2020-11-27 11:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','59.00','58','Inclusive',NULL),(6194,'41606474715','55','1','60','retail','0','2020-11-27 14:00:20','','','','0','Cash',7.37,'60','','','4','','1','2020-11-27 11:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive',NULL),(6195,'41606474715','23','1','30','retail','0','2020-11-27 14:00:20','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 11:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(6196,'41606474715','73','2','200','retail','0','2020-11-27 14:00:20','','','','0','Cash',24.56,'100','','','4','','1','2020-11-27 11:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','2.00','0','Inclusive',NULL),(6197,'41606474846','65','1','500','retail','0','2020-11-27 14:02:31','','','','0','Cash',61.40,'500','','','4','','1','2020-11-27 11:02:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0','Inclusive',NULL),(6198,'41606474846','15','1','30','retail','0','2020-11-27 14:02:31','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 11:02:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6199,'41606474846','74','1','50','retail','0','2020-11-27 14:02:31','','','','5','Cash',6.14,'50','','','4','','1','2020-11-27 11:02:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6200,'41606474959','38','1','330','retail','0','2020-11-27 14:04:18','','','','0','Cash',40.53,'330','','','4','','1','2020-11-27 11:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6201,'41606474959','9','1','60','retail','0','2020-11-27 14:04:18','','','','0','Cash',7.37,'60','','','4','','1','2020-11-27 11:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6202,'41606474959','40','1','60','retail','0','2020-11-27 14:04:18','','','','0','Cash',7.37,'60','','','4','','1','2020-11-27 11:04:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6210,'41606475869','1','1','320','retail','0','2020-11-27 14:42:35','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','76.25','75.25','Inclusive',NULL),(6211,'41606475869','2','1','90','retail','0','2020-11-27 14:42:35','','','','0','Cash',11.05,'90','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6212,'41606475869','10','1','20','retail','0','2020-11-27 14:42:35','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','229.00','228','Inclusive',NULL),(6213,'41606475869','33','1','130','retail','0','2020-11-27 14:42:35','','','','0','Cash',15.96,'130','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','1.00','0','Inclusive',NULL),(6214,'41606475869','48','1','60','retail','0','2020-11-27 14:42:35','','','','0','Cash',7.37,'60','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(6215,'41606475869','27','1','30','retail','0','2020-11-27 14:42:35','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6216,'41606475869','70','1','50','retail','0','2020-11-27 14:42:35','','','','2','Cash',6.14,'50','','','4','','1','2020-11-27 11:43:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6217,'41606479698','143','3','900','retail','0','2020-11-27 15:22:38','','','','2','Cash',110.53,'300','','','4','','1','2020-11-27 12:22:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','3','4.00','1','Inclusive',NULL),(6218,'41606479831','1','1','320','retail','0','2020-11-27 15:40:55','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-27 12:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','75.00','74','Inclusive',NULL),(6219,'41606479831','10','1','20','retail','0','2020-11-27 15:40:55','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 12:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','228.00','227','Inclusive',NULL),(6220,'41606479831','5','1','110','retail','0','2020-11-27 15:40:55','','','','0','Cash',13.51,'110','','','4','','1','2020-11-27 12:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(6221,'41606479831','133','1','10','retail','0','2020-11-27 15:40:55','','','','0','Cash',1.23,'10','','','4','','1','2020-11-27 12:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(6222,'41606479831','19','1','30','retail','0','2020-11-27 15:40:55','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 12:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6223,'41606479831','74','1','50','retail','0','2020-11-27 15:40:55','','','','5','Cash',6.14,'50','','','4','','1','2020-11-27 12:41:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6224,'41606480867','1','1','320','retail','0','2020-11-27 15:44:06','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-27 12:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','74.00','73','Inclusive',NULL),(6225,'41606480867','133','1','10','retail','0','2020-11-27 15:44:06','','','','0','Cash',1.23,'10','','','4','','1','2020-11-27 12:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6226,'41606480867','5','1','110','retail','0','2020-11-27 15:44:06','','','','0','Cash',13.51,'110','','','4','','1','2020-11-27 12:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6227,'41606480867','2','1','90','retail','0','2020-11-27 15:44:06','','','','0','Cash',11.05,'90','','','4','','1','2020-11-27 12:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6228,'41606480867','19','1','30','retail','0','2020-11-27 15:44:06','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 12:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6229,'41606480867','74','1','50','retail','0','2020-11-27 15:44:06','','','','5','Cash',6.14,'50','','','4','','1','2020-11-27 12:44:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6230,'41606481060','10','1','20','retail','0','2020-11-27 15:45:13','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 12:45:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','227.00','226','Inclusive',NULL),(6231,'41606481120','3','1','170','retail','0','2020-11-27 16:27:45','','','','0','Mpesa',20.88,'170','','','4','','1','2020-11-28 09:27:34','1','1','returned','1','new','pcs','','2020-11-28 12:27:34','8','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6232,'41606481120','6','1','70','retail','0','2020-11-27 16:27:45','','','','0','Mpesa',8.60,'70','','','4','','1','2020-11-28 09:27:38','1','1','returned','1','new','pcs','','2020-11-28 12:27:38','8','yes','','0','','','VATABLE','61.40','1','4.00','3','Inclusive',NULL),(6233,'41606481120','15','1','30','retail','0','2020-11-27 16:27:45','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-28 09:27:41','1','1','returned','1','new','pcs','','2020-11-28 12:27:41','8','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(6234,'41606481120','74','1','50','retail','0','2020-11-27 16:27:45','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-28 09:27:44','1','1','returned','1','new','pcs','','2020-11-28 12:27:44','8','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6235,'41606481120','11','1','20','retail','0','2020-11-27 16:27:45','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-28 09:27:46','1','1','returned','1','new','pcs','','2020-11-28 12:27:46','8','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6236,'41606481120','133','1','10','retail','0','2020-11-27 16:27:45','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-28 09:27:52','1','1','returned','1','new','pcs','','2020-11-28 12:27:52','8','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6237,'41606484875','1','1','320','retail','0','2020-11-27 16:49:08','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-27 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','72.25','71.25','Inclusive',NULL),(6238,'41606484875','5','1','110','retail','0','2020-11-27 16:49:08','','','','0','Cash',13.51,'110','','','4','','1','2020-11-27 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6239,'41606484875','19','1','30','retail','0','2020-11-27 16:49:08','','','','0','Cash',3.68,'30','','','4','','1','2020-11-27 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6240,'41606484875','70','1','50','retail','0','2020-11-27 16:49:08','','','','2','Cash',6.14,'50','','','4','','1','2020-11-27 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6241,'41606484875','133','1','10','retail','0','2020-11-27 16:49:08','','','','0','Cash',1.23,'10','','','4','','1','2020-11-27 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6242,'41606484875','10','1','20','retail','0','2020-11-27 16:49:08','','','','0','Cash',2.46,'20','','','4','','1','2020-11-27 13:49:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','225.50','224.5','Inclusive',NULL),(6243,'41606484954','1','2','640','retail','0','2020-11-27 16:52:12','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-11-27 13:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','71.25','69.25','Inclusive',NULL),(6244,'41606484954','5','2','220','retail','0','2020-11-27 16:52:12','','','','0','Mpesa',27.02,'110','','','4','','1','2020-11-27 13:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(6245,'41606484954','10','2','40','retail','0','2020-11-27 16:52:12','','','','0','Mpesa',4.91,'20','','','4','','1','2020-11-27 13:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','224.50','222.5','Inclusive',NULL),(6246,'41606484954','133','2','20','retail','0','2020-11-27 16:52:12','','','','0','Mpesa',2.46,'10','','','4','','1','2020-11-27 13:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6247,'41606484954','15','2','60','retail','0','2020-11-27 16:52:12','','','','0','Mpesa',7.37,'30','','','4','','1','2020-11-27 13:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(6248,'41606484954','70','2','100','retail','0','2020-11-27 16:52:12','','','','2','Mpesa',12.28,'50','','','4','','1','2020-11-27 13:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6250,'41606557628','6','1','70','retail','0','2020-11-28 13:52:01','','','','0','Mpesa',8.60,'70','','','4','','1','2020-11-28 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','4.00','3','Inclusive',NULL),(6251,'41606557628','3','1','170','retail','0','2020-11-28 13:52:01','','','','0','Mpesa',20.88,'170','','','4','','1','2020-11-28 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(6252,'41606557628','133','1','10','retail','0','2020-11-28 13:52:01','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-28 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(6253,'41606557628','11','1','20','retail','0','2020-11-28 13:52:01','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-28 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','1.00','0','Inclusive',NULL),(6254,'41606557628','19','1','30','retail','0','2020-11-28 13:52:01','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-28 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6255,'41606557628','74','1','50','retail','0','2020-11-28 13:52:01','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-28 10:52:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(6256,'41606560737','1','1','320','retail','0','2020-11-28 14:27:09','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','69.25','68.25','Inclusive',NULL),(6257,'41606560737','5','1','110','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6258,'41606560737','10','1','20','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','222.50','221.5','Inclusive',NULL),(6259,'41606560737','133','1','10','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6260,'41606560737','15','1','30','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(6261,'41606560737','3','1','160','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',19.65,'160','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(6262,'41606560737','2','1','90','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',11.05,'90','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6263,'41606560737','11','1','20','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6264,'41606560737','139','1','50','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',6.14,'50','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive',NULL),(6265,'41606560737','137','1','50','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',6.14,'50','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(6266,'41606560737','138','1','50','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',6.14,'50','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.1','Inclusive',NULL),(6267,'41606560737','27','1','30','retail','0','2020-11-28 14:27:09','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6268,'41606560737','74','1','50','retail','0','2020-11-28 14:27:09','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-28 11:27:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6269,'41606562841','1','1','320','retail','0','2020-11-28 14:31:21','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-28 11:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','67.50','66.5','Inclusive',NULL),(6270,'41606562841','5','1','110','retail','0','2020-11-28 14:31:21','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-28 11:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6271,'41606562841','10','1','20','retail','0','2020-11-28 14:31:21','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-28 11:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','221.00','220','Inclusive',NULL),(6272,'41606562841','15','1','30','retail','0','2020-11-28 14:31:21','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-28 11:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6273,'41606562841','70','1','50','retail','0','2020-11-28 14:31:21','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-28 11:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6274,'41606562841','133','1','10','retail','0','2020-11-28 14:31:21','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-28 11:31:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6275,'41606715811','1','1','320','retail','0','2020-11-30 10:15:01','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-30 07:15:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','66.50','65.5','Inclusive',NULL),(6276,'41606715811','47','1','120','retail','0','2020-11-30 10:15:01','','','','0','Cash',14.74,'120','','','4','','1','2020-11-30 07:15:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.00','-0.5','Inclusive',NULL),(6277,'41606715811','33','1','130','retail','0','2020-11-30 10:15:01','','','','0','Cash',15.96,'130','','','4','','1','2020-11-30 07:15:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6278,'41606715811','36','1','130','retail','0','2020-11-30 10:15:01','','','','0','Cash',15.96,'130','','','4','','1','2020-11-30 07:15:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(6279,'41606720517','3','1','170','retail','0','2020-11-30 10:23:11','','','','0','Cash',20.88,'170','','','4','','1','2020-11-30 07:23:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6280,'41606720517','6','1','70','retail','0','2020-11-30 10:23:11','','','','0','Cash',8.60,'70','','','4','','1','2020-11-30 07:23:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','3.00','2','Inclusive',NULL),(6281,'41606720517','11','1','20','retail','0','2020-11-30 10:23:11','','','','0','Cash',2.46,'20','','','4','','1','2020-11-30 07:23:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6282,'41606720517','133','1','10','retail','0','2020-11-30 10:23:11','','','','0','Cash',1.23,'10','','','4','','1','2020-11-30 07:23:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6283,'41606721000','85','1','120','retail','0','2020-11-30 10:23:41','','','','0','Cash',14.74,'120','','','4','','1','2020-11-30 07:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','692.50','691.5','Inclusive',NULL),(6284,'41606721029','1','3','960','retail','0','2020-11-30 10:26:10','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-30 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','65.00','62','Inclusive',NULL),(6285,'41606721029','5','3','330','retail','0','2020-11-30 10:26:10','','','','0','Cash',40.53,'110','','','4','','1','2020-11-30 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive',NULL),(6286,'41606721029','10','3','60','retail','0','2020-11-30 10:26:10','','','','0','Cash',7.37,'20','','','4','','1','2020-11-30 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','219.50','216.5','Inclusive',NULL),(6287,'41606721029','133','3','30','retail','0','2020-11-30 10:26:10','','','','0','Cash',3.68,'10','','','4','','1','2020-11-30 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(6288,'41606721029','15','3','90','retail','0','2020-11-30 10:26:10','','','','0','Cash',11.05,'30','','','4','','1','2020-11-30 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(6289,'41606721029','70','3','150','retail','0','2020-11-30 10:26:10','','','','2','Cash',18.42,'50','','','4','','1','2020-11-30 07:26:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(6290,'41606721233','1','1','320','retail','0','2020-11-30 10:30:32','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-30 07:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','62.00','61','Inclusive',NULL),(6291,'41606721233','5','1','110','retail','0','2020-11-30 10:30:32','','','','0','Cash',13.51,'110','','','4','','1','2020-11-30 07:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6292,'41606721233','23','1','30','retail','0','2020-11-30 10:30:32','','','','0','Cash',3.68,'30','','','4','','1','2020-11-30 07:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(6293,'41606721233','70','1','50','retail','0','2020-11-30 10:30:32','','','','2','Cash',6.14,'50','','','4','','1','2020-11-30 07:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6294,'41606721233','133','1','10','retail','0','2020-11-30 10:30:32','','','','0','Cash',1.23,'10','','','4','','1','2020-11-30 07:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6295,'41606721233','10','1','20','retail','0','2020-11-30 10:30:32','','','','0','Cash',2.46,'20','','','4','','1','2020-11-30 07:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','216.50','215.5','Inclusive',NULL),(6296,'41606721608','38','1','330','retail','0','2020-11-30 10:38:11','','','','0','Cash',40.53,'330','','','4','','1','2020-11-30 07:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6297,'41606721608','40','1','60','retail','0','2020-11-30 10:38:11','','','','0','Cash',7.37,'60','','','4','','1','2020-11-30 07:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6298,'41606721608','9','1','60','retail','0','2020-11-30 10:38:11','','','','0','Cash',7.37,'60','','','4','','1','2020-11-30 07:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6299,'41606721608','73','1','100','retail','0','2020-11-30 10:38:11','','','','0','Cash',12.28,'100','','','4','','1','2020-11-30 07:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive',NULL),(6300,'41606721608','94','1','180','retail','0','2020-11-30 10:38:11','','','','0','Cash',22.11,'180','','','4','','1','2020-11-30 07:39:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','138.00','137','Inclusive',NULL),(6301,'41606723811','1','1','320','retail','0','2020-11-30 11:13:43','','','','159.60','Cash',39.30,'320','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','61.00','60','Inclusive',NULL),(6302,'41606723811','3','1','160','retail','0','2020-11-30 11:13:43','','','','0','Cash',19.65,'160','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive',NULL),(6303,'41606723811','10','1','20','retail','0','2020-11-30 11:13:43','','','','0','Cash',2.46,'20','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','215.50','214.5','Inclusive',NULL),(6304,'41606723811','48','1','60','retail','0','2020-11-30 11:13:43','','','','0','Cash',7.37,'60','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(6305,'41606723811','33','1','130','retail','0','2020-11-30 11:13:43','','','','0','Cash',15.96,'130','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6306,'41606723811','36','1','130','retail','0','2020-11-30 11:13:43','','','','0','Cash',15.96,'130','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(6307,'41606723811','27','1','30','retail','0','2020-11-30 11:13:43','','','','0','Cash',3.68,'30','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6308,'41606723811','74','1','50','retail','0','2020-11-30 11:13:43','','','','5','Cash',6.14,'50','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6309,'41606723811','70','1','50','retail','0','2020-11-30 11:13:43','','','','2','Cash',6.14,'50','','','4','','1','2020-11-30 08:13:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6310,'41606724030','169','1','50','retail','0','2020-11-28 11:14:59','','','','0','Mpesa',6.14,'50','','','4','','1','2020-11-30 08:15:50','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(6311,'41606724153','85','5','600','retail','0','2020-11-30 11:27:51','','','','0','Cash',73.68,'120','','','4','','1','2020-11-30 08:28:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','691.50','686.5','Inclusive',NULL),(6312,'41606727523','1','3','960','retail','0','2020-11-30 12:57:02','','','','159.60','Cash',117.89,'320','','','4','','1','2020-11-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','59.50','56.5','Inclusive',NULL),(6313,'41606727523','5','3','330','retail','0','2020-11-30 12:57:02','','','','0','Cash',40.53,'110','','','4','','1','2020-11-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive',NULL),(6314,'41606727523','133','3','30','retail','0','2020-11-30 12:57:02','','','','0','Cash',3.68,'10','','','4','','1','2020-11-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(6315,'41606727523','15','3','90','retail','0','2020-11-30 12:57:02','','','','0','Cash',11.05,'30','','','4','','1','2020-11-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(6316,'41606727523','70','3','150','retail','0','2020-11-30 12:57:02','','','','2','Cash',18.42,'50','','','4','','1','2020-11-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(6317,'41606727523','10','3','60','retail','0','2020-11-30 12:57:02','','','','0','Cash',7.37,'20','','','4','','1','2020-11-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','214.50','211.5','Inclusive',NULL),(6321,'41606730402','38','3','990','retail','0','2020-11-30 13:00:37','','','','0','Cash',121.58,'330','','','4','','1','2020-11-30 10:00:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','3','1.00','-0.5','Inclusive',NULL),(6322,'41606730402','9','3','180','retail','0','2020-11-30 13:00:37','','','','0','Cash',22.11,'60','','','4','','1','2020-11-30 10:00:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','1.25','-1','Inclusive',NULL),(6323,'41606730402','40','3','180','retail','0','2020-11-30 13:00:37','','','','0','Cash',22.11,'60','','','4','','1','2020-11-30 10:00:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','1.00','-0.5','Inclusive',NULL),(6324,'41606730444','3','3','510','retail','0','2020-11-30 13:04:01','','','','0','Cash',62.63,'170','','','4','','1','2020-11-30 10:09:06','1','1','returned','1','new','pcs','','2020-11-30 13:09:06','8','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6325,'41606730444','11','3','60','retail','0','2020-11-30 13:04:01','','','','0','Cash',7.37,'20','','','4','','1','2020-11-30 10:09:15','1','1','returned','1','new','pcs','','2020-11-30 13:09:15','8','yes','','0','','','VATABLE','17.54','3','0.00','-1.5','Inclusive',NULL),(6326,'41606730444','49','3','1260','retail','0','2020-11-30 13:04:01','','','','0','Cash',154.74,'420','','','4','','1','2020-11-30 10:09:18','1','1','returned','1','new','pcs','','2020-11-30 13:09:18','8','yes','','0','','','VATABLE','368.42','3','58.00','55','Inclusive',NULL),(6327,'41606730444','55','3','180','retail','0','2020-11-30 13:04:01','','','','0','Cash',22.11,'60','','','4','','1','2020-11-30 10:09:20','1','1','returned','1','new','pcs','','2020-11-30 13:09:20','8','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive',NULL),(6328,'41606730444','23','3','90','retail','0','2020-11-30 13:04:01','','','','0','Cash',11.05,'30','','','4','','1','2020-11-30 10:09:22','1','1','returned','1','new','pcs','','2020-11-30 13:09:22','8','yes','','0','','','VATABLE','26.32','3','0.09','-2.82','Inclusive',NULL),(6330,'41606730444','73','6','600','retail','0','2020-11-30 13:04:01','','','','0','Cash',73.68,'100','','','4','','1','2020-11-30 10:09:25','1','1','returned','1','new','pcs','','2020-11-30 13:09:25','8','yes','','0','','','VATABLE','87.72','6','0.00','0.3','Inclusive',NULL),(6331,'41606730649','3','2','340','retail','0','2020-11-30 13:10:50','','','','0','Cash',41.75,'170','','','4','','1','2020-11-30 10:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','3','Inclusive',NULL),(6332,'41606730649','11','2','40','retail','0','2020-11-30 13:10:50','','','','0','Cash',4.91,'20','','','4','','1','2020-11-30 10:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','0.00','-1','Inclusive',NULL),(6333,'41606730649','49','2','840','retail','0','2020-11-30 13:10:50','','','','0','Cash',103.16,'420','','','4','','1','2020-11-30 10:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','2','55.00','53','Inclusive',NULL),(6334,'41606730649','55','2','120','retail','0','2020-11-30 13:10:50','','','','0','Cash',14.74,'60','','','4','','1','2020-11-30 10:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','3','Inclusive',NULL),(6335,'41606730649','23','2','60','retail','0','2020-11-30 13:10:50','','','','0','Cash',7.37,'30','','','4','','1','2020-11-30 10:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','3.09','1.09','Inclusive',NULL),(6336,'41606730649','73','4','400','retail','0','2020-11-30 13:10:50','','','','0','Cash',49.12,'100','','','4','','1','2020-11-30 10:10:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','4','6.00','2','Inclusive',NULL),(6337,'41606731155','147','1','500','retail','0','2020-11-30 13:14:52','','','','0','Cash',61.40,'500','','','4','','1','2020-11-30 10:14:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','339.60','338.6','Inclusive',NULL),(6343,'41606737681','161','200','9000','retail','0','2020-11-30 15:54:39','','','','0','Mpesa',1105.26,'45','','','4','','1','2020-11-30 12:56:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','','1885.00','1685','Inclusive',NULL),(6344,'41606737681','297','200','45000','retail','0','2020-11-30 15:54:39','','','','0','Mpesa',5526.32,'225','','','4','','1','2020-11-30 12:56:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','197.37','','404.00','204','Inclusive',NULL),(6345,'41606737681','150','20','2500','retail','0','2020-11-30 15:54:39','','','','0','Mpesa',307.02,'125','','','4','','1','2020-11-30 12:56:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','109.65','','100.00','80','Inclusive',NULL),(6346,'41606737681','64','40','6000','retail','0','2020-11-30 15:54:39','','','','0','Mpesa',736.84,'150','','','4','','1','2020-11-30 12:56:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','64.00','24','Inclusive',NULL),(6347,'41606737681','178','20','5000','retail','0','2020-11-30 15:54:39','','','','0','Mpesa',614.04,'250','','','4','','1','2020-11-30 12:56:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','','115.00','95','Inclusive',NULL),(6348,'41606740982','64','1','1000','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',122.81,'1000','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','24.00','23','Inclusive',NULL),(6349,'41606740982','27','1','30','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6350,'41606740982','1','1','320','retail','0','2020-11-30 16:03:48','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','54.00','53','Inclusive',NULL),(6351,'41606740982','5','1','110','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',13.51,'110','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6352,'41606740982','133','1','10','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',1.23,'10','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(6353,'41606740982','10','1','20','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','209.00','208','Inclusive',NULL),(6354,'41606740982','19','1','30','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(6355,'41606740982','70','1','50','retail','0','2020-11-30 16:03:48','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(6356,'41606740982','1','1','320','retail','0','2020-11-30 16:03:48','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','53.00','52','Inclusive',NULL),(6357,'41606740982','3','1','160','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',19.65,'160','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','3.00','2','Inclusive',NULL),(6358,'41606740982','10','1','20','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','208.00','207','Inclusive',NULL),(6360,'41606740982','36','1','130','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','0.5','Inclusive',NULL),(6361,'41606740982','48','1','60','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(6362,'41606740982','33','1','130','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6363,'41606740982','27','1','30','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6364,'41606740982','74','1','50','retail','0','2020-11-30 16:03:48','','','','5','Mpesa',6.14,'50','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','3.00','2','Inclusive',NULL),(6365,'41606740982','1','1','320','retail','0','2020-11-30 16:03:48','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','52.00','51','Inclusive',NULL),(6366,'41606740982','2','1','90','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',11.05,'90','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6367,'41606740982','10','1','20','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','207.00','206','Inclusive',NULL),(6368,'41606740982','33','1','130','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6369,'41606740982','48','1','60','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',7.37,'60','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(6370,'41606740982','27','1','30','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6371,'41606740982','70','1','50','retail','0','2020-11-30 16:03:48','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6372,'41606740982','1','1','320','retail','0','2020-11-30 16:03:48','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','50.75','49.75','Inclusive',NULL),(6373,'41606740982','2','1','90','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',11.05,'90','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6374,'41606740982','10','1','20','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',2.46,'20','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','206.00','205','Inclusive',NULL),(6375,'41606740982','33','1','130','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',15.96,'130','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive',NULL),(6376,'41606740982','23','1','30','retail','0','2020-11-30 16:03:48','','','','0','Mpesa',3.68,'30','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.09','0.09','Inclusive',NULL),(6377,'41606740982','70','1','50','retail','0','2020-11-30 16:03:48','','','','2','Mpesa',6.14,'50','','','4','','1','2020-11-30 13:04:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6378,'41606803445','1','1','320','retail','0','2020-12-01 10:07:41','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-01 07:08:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','34.50','33.5','Inclusive',NULL),(6379,'41606803445','5','1','110','retail','0','2020-12-01 10:07:41','','','','0','Cash',13.51,'110','','','4','','1','2020-12-01 07:08:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6380,'41606803445','133','1','10','retail','0','2020-12-01 10:07:41','','','','0','Cash',1.23,'10','','','4','','1','2020-12-01 07:08:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(6381,'41606803445','10','1','20','retail','0','2020-12-01 10:07:41','','','','0','Cash',2.46,'20','','','4','','1','2020-12-01 07:08:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','105.00','104','Inclusive',NULL),(6382,'41606803445','19','1','30','retail','0','2020-12-01 10:07:41','','','','0','Cash',3.68,'30','','','4','','1','2020-12-01 07:08:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6383,'41606803445','169','1','50','retail','0','2020-12-01 10:07:41','','','','0','Cash',6.14,'50','','','4','','1','2020-12-01 07:08:06','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(6384,'41606806488','185','1','250','retail','0','2020-12-01 10:08:47','','','','0','Cash',30.70,'250','','','4','','1','2020-12-01 07:08:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','2.00','1','Inclusive',NULL),(6385,'41606806545','85','20','2000','retail','0','2020-12-01 10:29:42','','','','0','Cash',245.61,'100','','','4','','1','2020-12-01 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','716.50','696.5','Inclusive',NULL),(6386,'41606807942','1','1','320','retail','0','2020-12-01 12:33:23','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-01 09:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','73.50','72.5','Inclusive',NULL),(6387,'41606807942','5','1','110','retail','0','2020-12-01 12:33:23','','','','0','Cash',13.51,'110','','','4','','1','2020-12-01 09:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6388,'41606807942','133','1','10','retail','0','2020-12-01 12:33:23','','','','0','Cash',1.23,'10','','','4','','1','2020-12-01 09:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6389,'41606807942','10','1','20','retail','0','2020-12-01 12:33:23','','','','0','Cash',2.46,'20','','','4','','1','2020-12-01 09:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','104.00','103','Inclusive',NULL),(6390,'41606807942','137','1','50','retail','0','2020-12-01 12:33:23','','','','0','Cash',6.14,'50','','','4','','1','2020-12-01 09:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(6391,'41606807942','2','1','90','retail','0','2020-12-01 12:33:23','','','','0','Cash',11.05,'90','','','4','','1','2020-12-01 09:33:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6392,'41606815209','147','1','500','retail','0','2020-12-01 12:37:00','','','','0','Cash',61.40,'500','','','4','','1','2020-12-01 09:40:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','393.60','392.6','Inclusive',NULL),(6393,'41606815936','3','1','170','retail','0','2020-12-01 13:20:00','','','','0','Cash',20.88,'170','','','4','','1','2020-12-01 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6394,'41606815936','11','1','20','retail','0','2020-12-01 13:20:00','','','','0','Cash',2.46,'20','','','4','','1','2020-12-01 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6395,'41606815936','133','1','10','retail','0','2020-12-01 13:20:00','','','','0','Cash',1.23,'10','','','4','','1','2020-12-01 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6396,'41606815936','6','1','70','retail','0','2020-12-01 13:20:00','','','','0','Cash',8.60,'70','','','4','','1','2020-12-01 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(6397,'41606815936','15','1','30','retail','0','2020-12-01 13:20:00','','','','0','Cash',3.68,'30','','','4','','1','2020-12-01 10:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6398,'41606818005','1','1','320','retail','0','2020-12-01 13:46:37','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-01 10:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','71.75','70.75','Inclusive',NULL),(6399,'41606818005','5','1','110','retail','0','2020-12-01 13:46:37','','','','0','Cash',13.51,'110','','','4','','1','2020-12-01 10:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6400,'41606818005','10','1','20','retail','0','2020-12-01 13:46:37','','','','0','Cash',2.46,'20','','','4','','1','2020-12-01 10:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','102.50','101.5','Inclusive',NULL),(6401,'41606818005','133','1','10','retail','0','2020-12-01 13:46:37','','','','0','Cash',1.23,'10','','','4','','1','2020-12-01 10:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6402,'41606818005','15','1','30','retail','0','2020-12-01 13:46:37','','','','0','Cash',3.68,'30','','','4','','1','2020-12-01 10:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6403,'41606818005','74','1','50','retail','0','2020-12-01 13:46:37','','','','5','Cash',6.14,'50','','','4','','1','2020-12-01 10:46:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive',NULL),(6404,'41606819607','178','5','1400','retail','0','2020-12-01 15:10:39','','','','0','Cash',171.93,'280','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','245.61','','95.00','90','Inclusive',NULL),(6405,'41606819607','3','1','170','retail','0','2020-12-01 15:10:39','','','','0','Cash',20.88,'170','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6406,'41606819607','6','1','70','retail','0','2020-12-01 15:10:39','','','','0','Cash',8.60,'70','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(6407,'41606819607','11','1','20','retail','0','2020-12-01 15:10:39','','','','0','Cash',2.46,'20','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6408,'41606819607','133','1','10','retail','0','2020-12-01 15:10:39','','','','0','Cash',1.23,'10','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6409,'41606819607','19','1','30','retail','0','2020-12-01 15:10:39','','','','0','Cash',3.68,'30','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6410,'41606819607','70','1','50','retail','0','2020-12-01 15:10:39','','','','2','Cash',6.14,'50','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6411,'41606819607','65','1','500','retail','0','2020-12-01 15:10:39','','','','0','Cash',61.40,'500','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0.00','0','Inclusive',NULL),(6412,'41606819607','27','1','30','retail','0','2020-12-01 15:10:39','','','','0','Cash',3.68,'30','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6413,'41606819607','74','1','50','retail','0','2020-12-01 15:10:39','','','','5','Cash',6.14,'50','','','4','','1','2020-12-01 12:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(6414,'41606824663','288','1','150','retail','0','2020-12-01 16:38:37','','','','0','Mpesa',18.42,'150','','','4','','1','2020-12-01 13:38:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','131.58','','18.00','17','Inclusive',NULL),(6415,'41606831712','185','1','250','retail','0','2020-12-01 17:08:53','','','','0','Cash',30.70,'250','','','4','','1','2020-12-01 14:08:57','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','1.00','0','Inclusive',NULL),(6416,'41606888087','1','1','300','retail','0','2020-12-02 10:20:23','','','','159.60','Cash',36.84,'300','','','4','','1','2020-12-02 07:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','70.25','69.25','Inclusive',NULL),(6417,'41606888087','5','1','100','retail','0','2020-12-02 10:20:23','','','','0','Cash',12.28,'100','','','4','','1','2020-12-02 07:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(6418,'41606888087','15','1','20','retail','0','2020-12-02 10:20:23','','','','0','Cash',2.46,'20','','','4','','1','2020-12-02 07:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(6419,'41606888087','70','1','50','retail','0','2020-12-02 10:20:23','','','','2','Cash',6.14,'50','','','4','','1','2020-12-02 07:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6420,'41606888087','10','1','20','retail','0','2020-12-02 10:20:23','','','','0','Cash',2.46,'20','','','4','','1','2020-12-02 07:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','101.00','100','Inclusive',NULL),(6421,'41606888087','133','1','10','retail','0','2020-12-02 10:20:23','','','','0','Cash',1.23,'10','','','4','','1','2020-12-02 07:20:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6422,'41606893629','1','1','320','retail','0','2020-12-02 11:59:30','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','69.25','68.25','Inclusive',NULL),(6423,'41606893629','5','1','110','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6424,'41606893629','10','1','20','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','100.00','99','Inclusive',NULL),(6425,'41606893629','133','1','10','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6427,'41606893629','70','1','50','retail','0','2020-12-02 11:59:30','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6428,'41606893629','3','1','170','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',20.88,'170','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6429,'41606893629','6','1','70','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',8.60,'70','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(6430,'41606893629','133','1','10','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6431,'41606893629','11','1','20','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6432,'41606893629','15','1','30','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6433,'41606893629','19','1','30','retail','0','2020-12-02 11:59:30','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6434,'41606893629','70','1','50','retail','0','2020-12-02 11:59:30','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-02 08:59:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6435,'41606899923','147','5','2000','retail','0','2020-12-02 13:06:33','','','','0','Mpesa',245.61,'400','','','4','','1','2020-12-02 10:06:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','392.60','387.6','Inclusive',NULL),(6436,'41606899923','163','0.5','200','retail','0','2020-12-02 13:06:33','','','','0','Mpesa',24.56,'400','','','4','','1','2020-12-02 10:06:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','219.50','219','Inclusive',NULL),(6437,'41606903601','1','1','320','retail','0','2020-12-02 14:11:30','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','67.75','66.75','Inclusive',NULL),(6438,'41606903601','133','1','10','retail','0','2020-12-02 14:11:30','','','','0','Cash',1.23,'10','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6439,'41606903601','10','1','20','retail','0','2020-12-02 14:11:30','','','','0','Cash',2.46,'20','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','98.50','97.5','Inclusive',NULL),(6440,'41606903601','19','1','30','retail','0','2020-12-02 14:11:30','','','','0','Cash',3.68,'30','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6441,'41606903601','70','1','50','retail','0','2020-12-02 14:11:30','','','','2','Cash',6.14,'50','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6442,'41606903601','5','1','110','retail','0','2020-12-02 14:11:30','','','','0','Cash',13.51,'110','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6443,'41606903601','137','1','50','retail','0','2020-12-02 14:11:30','','','','0','Cash',6.14,'50','','','4','','1','2020-12-02 11:11:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(6444,'41606914921','1','1','320','retail','0','2020-12-02 16:19:36','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-02 13:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','66.75','65.75','Inclusive',NULL),(6445,'41606914921','5','1','110','retail','0','2020-12-02 16:19:36','','','','0','Cash',13.51,'110','','','4','','1','2020-12-02 13:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6446,'41606914921','10','1','20','retail','0','2020-12-02 16:19:36','','','','0','Cash',2.46,'20','','','4','','1','2020-12-02 13:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','97.50','96.5','Inclusive',NULL),(6447,'41606914921','133','1','10','retail','0','2020-12-02 16:19:36','','','','0','Cash',1.23,'10','','','4','','1','2020-12-02 13:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6448,'41606914921','19','1','30','retail','0','2020-12-02 16:19:36','','','','0','Cash',3.68,'30','','','4','','1','2020-12-02 13:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6449,'41606914921','70','1','50','retail','0','2020-12-02 16:19:36','','','','2','Cash',6.14,'50','','','4','','1','2020-12-02 13:19:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6450,'41606915932','70','1','50','retail','0','2020-12-02 16:32:20','','','','2','Cash',6.14,'50','','','4','','1','2020-12-02 13:32:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6451,'41606975624','38','1','330','retail','0','2020-12-03 10:10:49','','','','0','Cash',40.53,'330','','','4','','1','2020-12-03 07:10:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','1.00','0','Inclusive',NULL),(6452,'41606975624','40','1','60','retail','0','2020-12-03 10:10:49','','','','0','Cash',7.37,'60','','','4','','1','2020-12-03 07:10:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.00','0','Inclusive',NULL),(6453,'41606975624','9','1','60','retail','0','2020-12-03 10:10:49','','','','0','Cash',7.37,'60','','','4','','1','2020-12-03 07:10:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','1.25','0.25','Inclusive',NULL),(6454,'41606979455','152','1','350','retail','0','2020-12-03 10:56:29','','','','0','Mpesa',42.98,'350','','','4','','1','2020-12-03 07:56:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.20','0.8','Inclusive',NULL),(6455,'41606982682','1','1','300','retail','0','2020-12-03 11:07:14','','','','159.60','Mpesa',36.84,'300','','','4','','1','2020-12-03 08:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','65.75','64.75','Inclusive',NULL),(6456,'41606982682','5','1','100','retail','0','2020-12-03 11:07:14','','','','0','Mpesa',12.28,'100','','','4','','1','2020-12-03 08:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive',NULL),(6457,'41606982682','10','1','20','retail','0','2020-12-03 11:07:14','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 08:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','96.50','95.5','Inclusive',NULL),(6458,'41606982682','133','1','10','retail','0','2020-12-03 11:07:14','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 08:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6459,'41606982682','15','1','20','retail','0','2020-12-03 11:07:14','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 08:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(6460,'41606982682','74','1','50','retail','0','2020-12-03 11:07:14','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-03 08:07:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6461,'41606982843','1','1','320','retail','0','2020-12-03 11:08:23','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','64.75','63.75','Inclusive',NULL),(6462,'41606982843','5','1','110','retail','0','2020-12-03 11:08:23','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6463,'41606982843','10','1','20','retail','0','2020-12-03 11:08:23','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','95.50','94.5','Inclusive',NULL),(6464,'41606982843','133','1','10','retail','0','2020-12-03 11:08:23','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6465,'41606982843','15','1','30','retail','0','2020-12-03 11:08:23','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6466,'41606982843','74','1','50','retail','0','2020-12-03 11:08:23','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-03 08:08:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6467,'41606982911','64','1','1000','retail','0','2020-12-03 11:11:58','','','','0','Mpesa',122.81,'1000','','','4','','1','2020-12-03 08:12:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','22.50','21.5','Inclusive',NULL),(6468,'41606982911','27','1','30','retail','0','2020-12-03 11:11:58','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 08:12:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.03','0.03','Inclusive',NULL),(6469,'41606982911','70','1','50','retail','0','2020-12-03 11:11:58','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 08:12:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6470,'41606983126','1','1','320','retail','0','2020-12-03 11:13:21','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 08:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','63.75','62.75','Inclusive',NULL),(6471,'41606983126','5','1','110','retail','0','2020-12-03 11:13:21','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 08:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6472,'41606983126','10','1','20','retail','0','2020-12-03 11:13:21','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 08:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.50','93.5','Inclusive',NULL),(6473,'41606983126','133','1','10','retail','0','2020-12-03 11:13:21','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 08:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6474,'41606983126','19','1','30','retail','0','2020-12-03 11:13:21','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 08:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6475,'41606983126','70','1','50','retail','0','2020-12-03 11:13:21','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 08:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6476,'41606983211','1','1','320','retail','0','2020-12-03 11:14:29','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 08:14:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','62.75','61.75','Inclusive',NULL),(6477,'41606983211','5','1','110','retail','0','2020-12-03 11:14:29','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 08:14:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6478,'41606983211','10','1','20','retail','0','2020-12-03 11:14:29','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 08:14:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','93.50','92.5','Inclusive',NULL),(6479,'41606983211','133','1','10','retail','0','2020-12-03 11:14:29','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 08:14:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6480,'41606983211','19','1','30','retail','0','2020-12-03 11:14:29','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 08:14:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6481,'41606983211','70','1','50','retail','0','2020-12-03 11:14:29','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 08:14:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6482,'41606984196','1','1','320','retail','0','2020-12-03 11:31:36','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-03 08:34:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','61.75','60.75','Inclusive',NULL),(6483,'41606984196','5','1','110','retail','0','2020-12-03 11:31:36','','','','0','Cash',13.51,'110','','','4','','1','2020-12-03 08:34:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6484,'41606984196','10','1','20','retail','0','2020-12-03 11:31:36','','','','0','Cash',2.46,'20','','','4','','1','2020-12-03 08:34:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','92.50','91.5','Inclusive',NULL),(6485,'41606984196','133','1','10','retail','0','2020-12-03 11:31:36','','','','0','Cash',1.23,'10','','','4','','1','2020-12-03 08:34:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6486,'41606984196','15','1','30','retail','0','2020-12-03 11:31:36','','','','0','Cash',3.68,'30','','','4','','1','2020-12-03 08:34:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6487,'41606984196','70','1','50','retail','0','2020-12-03 11:31:36','','','','2','Cash',6.14,'50','','','4','','1','2020-12-03 08:34:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6488,'41606984491','1','1','320','retail','0','2020-12-03 11:36:04','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-03 08:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','60.75','59.75','Inclusive',NULL),(6489,'41606984491','5','1','110','retail','0','2020-12-03 11:36:04','','','','0','Cash',13.51,'110','','','4','','1','2020-12-03 08:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6490,'41606984491','10','1','20','retail','0','2020-12-03 11:36:04','','','','0','Cash',2.46,'20','','','4','','1','2020-12-03 08:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','91.50','90.5','Inclusive',NULL),(6491,'41606984491','133','1','10','retail','0','2020-12-03 11:36:04','','','','0','Cash',1.23,'10','','','4','','1','2020-12-03 08:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6492,'41606984491','19','1','30','retail','0','2020-12-03 11:36:04','','','','0','Cash',3.68,'30','','','4','','1','2020-12-03 08:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6493,'41606984491','74','1','50','retail','0','2020-12-03 11:36:04','','','','5','Cash',6.14,'50','','','4','','1','2020-12-03 08:36:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6494,'41606984571','15','1','30','retail','0','2020-12-03 11:54:37','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 08:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6495,'41606984571','70','1','50','retail','0','2020-12-03 11:54:37','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 08:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6496,'41606984571','1','1','320','retail','0','2020-12-03 11:54:37','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 08:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','59.75','58.75','Inclusive',NULL),(6497,'41606984571','5','1','110','retail','0','2020-12-03 11:54:37','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 08:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6498,'41606984571','133','1','10','retail','0','2020-12-03 11:54:37','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 08:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6499,'41606984571','10','1','20','retail','0','2020-12-03 11:54:37','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 08:54:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','90.50','89.5','Inclusive',NULL),(6500,'41606989155','147','5','2000','retail','0','2020-12-03 12:53:21','','','','0','Mpesa',245.61,'400','','','4','','1','2020-12-03 09:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','387.00','382','Inclusive',NULL),(6501,'41606993789','1','1','320','retail','0','2020-12-03 14:12:39','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 11:13:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','58.75','57.75','Inclusive',NULL),(6502,'41606993789','5','1','110','retail','0','2020-12-03 14:12:39','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 11:13:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6503,'41606993789','10','1','20','retail','0','2020-12-03 14:12:39','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 11:13:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','89.50','88.5','Inclusive',NULL),(6504,'41606993789','133','1','10','retail','0','2020-12-03 14:12:39','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 11:13:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6505,'41606993789','19','1','30','retail','0','2020-12-03 14:12:39','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 11:13:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6506,'41606993789','70','1','50','retail','0','2020-12-03 14:12:39','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 11:13:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6507,'41606993984','1','3','960','retail','0','2020-12-03 14:29:26','','','','159.60','Cash',117.89,'320','','','4','','1','2020-12-03 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','57.75','54.75','Inclusive',NULL),(6508,'41606993984','5','3','330','retail','0','2020-12-03 14:29:26','','','','0','Cash',40.53,'110','','','4','','1','2020-12-03 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','0.00','0','Inclusive',NULL),(6509,'41606993984','10','3','60','retail','0','2020-12-03 14:29:26','','','','0','Cash',7.37,'20','','','4','','1','2020-12-03 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','88.50','85.5','Inclusive',NULL),(6510,'41606993984','133','3','30','retail','0','2020-12-03 14:29:26','','','','0','Cash',3.68,'10','','','4','','1','2020-12-03 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(6511,'41606993984','19','3','90','retail','0','2020-12-03 14:29:26','','','','0','Cash',11.05,'30','','','4','','1','2020-12-03 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(6512,'41606993984','70','3','150','retail','0','2020-12-03 14:29:26','','','','2','Cash',18.42,'50','','','4','','1','2020-12-03 11:29:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(6513,'41606994980','38','1','330','retail','0','2020-12-03 14:30:31','','','','0','Mpesa',40.53,'330','','','4','','1','2020-12-03 11:30:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6514,'41606994980','40','1','60','retail','0','2020-12-03 14:30:31','','','','0','Mpesa',7.37,'60','','','4','','1','2020-12-03 11:30:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6515,'41606994980','9','1','60','retail','0','2020-12-03 14:30:31','','','','0','Mpesa',7.37,'60','','','4','','1','2020-12-03 11:30:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6516,'41606995972','1','2','640','retail','0','2020-12-03 14:50:49','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-03 11:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','54.75','52.75','Inclusive',NULL),(6517,'41606995972','5','2','220','retail','0','2020-12-03 14:50:49','','','','0','Cash',27.02,'110','','','4','','1','2020-12-03 11:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(6518,'41606995972','133','2','20','retail','0','2020-12-03 14:50:49','','','','0','Cash',2.46,'10','','','4','','1','2020-12-03 11:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6519,'41606995972','10','2','40','retail','0','2020-12-03 14:50:49','','','','0','Cash',4.91,'20','','','4','','1','2020-12-03 11:51:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','85.50','83.5','Inclusive',NULL),(6520,'41606996274','1','3','900','retail','0','2020-12-03 15:16:10','','','','159.60','Cash',110.53,'300','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','52.75','49.75','Inclusive',NULL),(6522,'41606996274','5','3','300','retail','0','2020-12-03 15:16:10','','','','0','Cash',36.84,'100','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','1','Inclusive',NULL),(6523,'41606996274','133','3','30','retail','0','2020-12-03 15:16:10','','','','0','Cash',3.68,'10','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(6524,'41606996274','3','3','450','retail','0','2020-12-03 15:16:10','','','','0','Cash',55.26,'150','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive',NULL),(6525,'41606996274','10','3','60','retail','0','2020-12-03 15:16:10','','','','0','Cash',7.37,'20','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','83.50','80.5','Inclusive',NULL),(6526,'41606996274','137','3','150','retail','0','2020-12-03 15:16:10','','','','0','Cash',18.42,'50','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.7','Inclusive',NULL),(6527,'41606996274','15','2','60','retail','0','2020-12-03 15:16:10','','','','0','Cash',7.37,'30','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(6528,'41606996274','69','1','100','retail','0','2020-12-03 15:16:10','','','','0','Cash',12.28,'100','','','4','','1','2020-12-03 12:16:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(6529,'41606997777','161','20','950','retail','0','2020-12-03 15:17:17','','','','0','Cash',116.67,'47.50','','','4','','1','2020-12-03 12:17:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1685.00','1665','Inclusive',NULL),(6530,'41606997899','1','1','320','retail','0','2020-12-03 15:21:10','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 12:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','48.25','47.25','Inclusive',NULL),(6531,'41606997899','5','1','110','retail','0','2020-12-03 15:21:10','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 12:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(6532,'41606997899','133','1','10','retail','0','2020-12-03 15:21:10','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 12:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6533,'41606997899','10','1','20','retail','0','2020-12-03 15:21:10','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 12:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','80.50','79.5','Inclusive',NULL),(6534,'41606997899','19','1','30','retail','0','2020-12-03 15:21:10','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 12:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6535,'41606997899','70','1','50','retail','0','2020-12-03 15:21:10','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 12:21:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6536,'41606998080','147','5','2500','retail','0','2020-12-03 15:49:30','','','','0','Cash',307.02,'500','','','4','','1','2020-12-03 12:49:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','382.00','377','Inclusive',NULL),(6537,'41606999778','88','240','14400','retail','0','2020-12-03 16:06:36','','','','0','Mpesa',1768.42,'60','','','4','','1','2020-12-03 13:06:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','940.00','700','Inclusive',NULL),(6538,'41606999778','43','20','2000','retail','0','2020-12-03 16:06:36','','','','0','Mpesa',245.61,'100','','','4','','1','2020-12-03 13:06:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','20.00','0','Inclusive',NULL),(6539,'41607000989','1','1','320','retail','0','2020-12-03 16:11:29','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','47.25','46.25','Inclusive',NULL),(6540,'41607000989','5','1','110','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6542,'41607000989','70','1','50','retail','0','2020-12-03 16:11:29','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6543,'41607000989','133','1','10','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6544,'41607000989','10','1','20','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','79.50','78.5','Inclusive',NULL),(6545,'41607000989','38','1','330','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',40.53,'330','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6546,'41607000989','9','1','60','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',7.37,'60','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6547,'41607000989','40','1','60','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',7.37,'60','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6548,'41607000989','15','1','30','retail','0','2020-12-03 16:11:29','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-03 13:11:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6549,'41607002471','1','1','320','retail','0','2020-12-03 16:35:10','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-03 13:35:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.25','45.25','Inclusive',NULL),(6550,'41607002471','5','1','110','retail','0','2020-12-03 16:35:10','','','','0','Cash',13.51,'110','','','4','','1','2020-12-03 13:35:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6551,'41607002471','10','1','20','retail','0','2020-12-03 16:35:10','','','','0','Cash',2.46,'20','','','4','','1','2020-12-03 13:35:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','78.50','77.5','Inclusive',NULL),(6556,'41607002515','19','1','30','retail','0','2020-12-03 16:38:38','','','','0','Cash',3.68,'30','','','4','','1','2020-12-03 13:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive',NULL),(6557,'41607002515','70','1','50','retail','0','2020-12-03 16:38:38','','','','2','Cash',6.14,'50','','','4','','1','2020-12-03 13:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6558,'41607002515','133','1','10','retail','0','2020-12-03 16:38:38','','','','0','Cash',1.23,'10','','','4','','1','2020-12-03 13:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive',NULL),(6559,'41607002515','3','1','170','retail','0','2020-12-03 16:38:38','','','','0','Cash',20.88,'170','','','4','','1','2020-12-03 13:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6560,'41607002515','6','1','70','retail','0','2020-12-03 16:38:38','','','','0','Cash',8.60,'70','','','4','','1','2020-12-03 13:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(6561,'41607002515','11','1','20','retail','0','2020-12-03 16:38:38','','','','0','Cash',2.46,'20','','','4','','1','2020-12-03 13:38:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6562,'41607063669','88','5','500','retail','0','2020-12-04 10:57:11','','','','0','Mpesa',61.40,'100','','','4','','1','2020-12-04 07:57:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','700.00','695','Inclusive',NULL),(6563,'41607071777','137','1','50','retail','0','2020-12-04 11:51:08','','','','0','Cash',6.14,'50','','','4','','1','2020-12-04 08:53:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(6564,'41607072024','1','1','320','retail','0','2020-12-04 12:18:10','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-04 09:18:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','44.75','43.75','Inclusive',NULL),(6565,'41607072024','5','1','110','retail','0','2020-12-04 12:18:10','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-04 09:18:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(6566,'41607072024','10','1','20','retail','0','2020-12-04 12:18:10','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-04 09:18:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','77.00','76','Inclusive',NULL),(6567,'41607072024','133','1','10','retail','0','2020-12-04 12:18:10','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-04 09:18:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6568,'41607072024','23','1','30','retail','0','2020-12-04 12:18:10','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-04 09:18:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(6570,'41607072024','70','1','50','retail','0','2020-12-04 12:18:10','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-04 09:18:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6571,'41607073504','1','2','640','retail','0','2020-12-04 12:22:32','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','43.75','41.75','Inclusive',NULL),(6572,'41607073504','5','2','220','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',27.02,'110','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(6574,'41607073504','10','2','40','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',4.91,'20','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','76.00','74','Inclusive',NULL),(6575,'41607073504','133','2','20','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',2.46,'10','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6576,'41607073504','23','2','60','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',7.37,'30','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','-1.85','Inclusive',NULL),(6577,'41607073504','70','2','100','retail','0','2020-12-04 12:22:32','','','','2','Mpesa',12.28,'50','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6578,'41607073504','38','2','660','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',81.05,'330','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','0.00','-1','Inclusive',NULL),(6579,'41607073504','40','2','120','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',14.74,'60','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','-1','Inclusive',NULL),(6580,'41607073504','9','2','120','retail','0','2020-12-04 12:22:32','','','','0','Mpesa',14.74,'60','','','4','','1','2020-12-04 09:22:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.25','-1.25','Inclusive',NULL),(6582,'41607073776','152','1','350','retail','0','2020-12-04 12:23:53','','','','0','Mpesa',42.98,'350','','','4','','1','2020-12-04 09:24:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.20','0.8','Inclusive',NULL),(6583,'41607074373','73','1','100','retail','0','2020-12-04 12:33:11','','','','0','Cash',12.28,'100','','','4','','1','2020-12-04 09:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','2.00','1','Inclusive',NULL),(6584,'41607074402','1','1','320','retail','0','2020-12-04 12:45:17','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-04 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','41.75','40.75','Inclusive',NULL),(6585,'41607074402','5','1','110','retail','0','2020-12-04 12:45:17','','','','0','Cash',13.51,'110','','','4','','1','2020-12-04 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(6586,'41607074402','10','1','20','retail','0','2020-12-04 12:45:17','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','74.00','73','Inclusive',NULL),(6587,'41607074402','133','1','10','retail','0','2020-12-04 12:45:17','','','','0','Cash',1.23,'10','','','4','','1','2020-12-04 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6588,'41607074402','15','1','30','retail','0','2020-12-04 12:45:17','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6589,'41607074402','74','1','50','retail','0','2020-12-04 12:45:17','','','','5','Cash',6.14,'50','','','4','','1','2020-12-04 09:45:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6590,'41607075132','1','1','320','retail','0','2020-12-04 12:48:35','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-04 09:49:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.75','39.75','Inclusive',NULL),(6591,'41607075132','5','1','110','retail','0','2020-12-04 12:48:35','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-04 09:49:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(6592,'41607075132','10','1','20','retail','0','2020-12-04 12:48:35','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-04 09:49:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','73.00','72','Inclusive',NULL),(6593,'41607075132','19','1','30','retail','0','2020-12-04 12:48:35','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-04 09:49:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6594,'41607075132','74','1','50','retail','0','2020-12-04 12:48:35','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-04 09:49:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6595,'41607075132','133','1','10','retail','0','2020-12-04 12:48:35','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-04 09:49:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6596,'41607075348','91','1','150','retail','0','2020-12-04 12:56:18','','','','1','Cash',18.42,'150','','','4','','1','2020-12-04 09:56:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','1','194.00','193','Inclusive',NULL),(6598,'41607076560','3','1','170','retail','0','2020-12-04 13:12:42','','','','0','Cash',20.88,'170','','','4','','1','2020-12-04 10:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6599,'41607076560','11','1','20','retail','0','2020-12-04 13:12:42','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 10:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6600,'41607076560','49','1','420','retail','0','2020-12-04 13:12:42','','','','0','Cash',51.58,'420','','','4','','1','2020-12-04 10:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','56.00','55','Inclusive',NULL),(6601,'41607076560','55','1','60','retail','0','2020-12-04 13:12:42','','','','0','Cash',7.37,'60','','','4','','1','2020-12-04 10:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','3.00','2','Inclusive',NULL),(6602,'41607076560','15','1','30','retail','0','2020-12-04 13:12:42','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 10:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6603,'41607076560','73','2','200','retail','0','2020-12-04 13:12:42','','','','0','Cash',24.56,'100','','','4','','1','2020-12-04 10:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','2','1.00','1.1','Inclusive',NULL),(6604,'41607076777','1','1','320','retail','0','2020-12-04 13:17:09','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.25','38.25','Inclusive',NULL),(6605,'41607076777','5','1','110','retail','0','2020-12-04 13:17:09','','','','0','Cash',13.51,'110','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6606,'41607076777','10','1','20','retail','0','2020-12-04 13:17:09','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','71.50','70.5','Inclusive',NULL),(6607,'41607076777','15','1','30','retail','0','2020-12-04 13:17:09','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6609,'41607076777','133','1','10','retail','0','2020-12-04 13:17:09','','','','0','Cash',1.23,'10','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6610,'41607076777','169','1','50','retail','0','2020-12-04 13:17:09','','','','0','Cash',6.14,'50','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','0.03','Inclusive',NULL),(6611,'41607076777','48','1','60','retail','0','2020-12-04 13:17:09','','','','0','Cash',7.37,'60','','','4','','1','2020-12-04 10:17:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive',NULL),(6612,'41607077042','91','10','1400','retail','0','2020-12-04 13:32:02','','','','1','Cash',171.93,'140','','','4','','1','2020-12-04 10:32:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','193.00','183','Inclusive',NULL),(6613,'41607077932','3','1','170','retail','0','2020-12-04 13:35:52','','','','0','Cash',20.88,'170','','','4','','1','2020-12-04 10:36:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive',NULL),(6614,'41607077932','19','1','30','retail','0','2020-12-04 13:35:52','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 10:36:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6615,'41607077932','70','1','50','retail','0','2020-12-04 13:35:52','','','','2','Cash',6.14,'50','','','4','','1','2020-12-04 10:36:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(6616,'41607077932','133','1','10','retail','0','2020-12-04 13:35:52','','','','0','Cash',1.23,'10','','','4','','1','2020-12-04 10:36:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6617,'41607077932','6','1','70','retail','0','2020-12-04 13:35:52','','','','0','Cash',8.60,'70','','','4','','1','2020-12-04 10:36:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(6618,'41607077932','11','1','20','retail','0','2020-12-04 13:35:52','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 10:36:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6620,'41607078250','1','1','320','retail','0','2020-12-04 13:42:53','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-04 10:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','37.25','36.25','Inclusive',NULL),(6621,'41607078250','5','1','110','retail','0','2020-12-04 13:42:53','','','','0','Cash',13.51,'110','','','4','','1','2020-12-04 10:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6622,'41607078250','15','1','30','retail','0','2020-12-04 13:42:53','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 10:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6623,'41607078250','70','1','50','retail','0','2020-12-04 13:42:53','','','','2','Cash',6.14,'50','','','4','','1','2020-12-04 10:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6624,'41607078250','133','1','10','retail','0','2020-12-04 13:42:53','','','','0','Cash',1.23,'10','','','4','','1','2020-12-04 10:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6625,'41607078250','10','1','20','retail','0','2020-12-04 13:42:53','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 10:43:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','70.00','69','Inclusive',NULL),(6626,'41607084883','1','1','320','retail','0','2020-12-04 15:29:31','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','36.25','35.25','Inclusive',NULL),(6627,'41607084883','5','1','110','retail','0','2020-12-04 15:29:31','','','','0','Cash',13.51,'110','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6628,'41607084883','10','1','20','retail','0','2020-12-04 15:29:31','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','69.00','68','Inclusive',NULL),(6629,'41607084883','133','1','10','retail','0','2020-12-04 15:29:31','','','','0','Cash',1.23,'10','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6630,'41607084883','15','1','30','retail','0','2020-12-04 15:29:31','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6631,'41607084883','74','1','50','retail','0','2020-12-04 15:29:31','','','','5','Cash',6.14,'50','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6632,'41607084883','38','1','330','retail','0','2020-12-04 15:29:31','','','','0','Cash',40.53,'330','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6633,'41607084883','9','1','60','retail','0','2020-12-04 15:29:31','','','','0','Cash',7.37,'60','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6634,'41607084883','40','1','60','retail','0','2020-12-04 15:29:31','','','','0','Cash',7.37,'60','','','4','','1','2020-12-04 12:29:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6635,'41607084976','38','2','660','retail','0','2020-12-04 15:41:21','','','','0','Cash',81.05,'330','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','2','0.00','-1','Inclusive',NULL),(6636,'41607084976','40','2','120','retail','0','2020-12-04 15:41:21','','','','0','Cash',14.74,'60','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','2','0.00','-1','Inclusive',NULL),(6637,'41607084976','9','1','60','retail','0','2020-12-04 15:41:21','','','','0','Cash',7.37,'60','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6638,'41607084976','9','1','60','retail','0','2020-12-04 15:41:21','','','','0','Cash',7.37,'60','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6639,'41607084976','1','1','320','retail','0','2020-12-04 15:41:21','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','35.25','34.25','Inclusive',NULL),(6640,'41607084976','5','1','110','retail','0','2020-12-04 15:41:21','','','','0','Cash',13.51,'110','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6641,'41607084976','133','1','10','retail','0','2020-12-04 15:41:21','','','','0','Cash',1.23,'10','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6642,'41607084976','10','1','20','retail','0','2020-12-04 15:41:21','','','','0','Cash',2.46,'20','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','68.00','67','Inclusive',NULL),(6643,'41607084976','15','1','30','retail','0','2020-12-04 15:41:21','','','','0','Cash',3.68,'30','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6644,'41607084976','70','1','50','retail','0','2020-12-04 15:41:21','','','','2','Cash',6.14,'50','','','4','','1','2020-12-04 12:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6645,'41607151715','1','9','2880','retail','0','2020-12-05 10:04:13','','','','159.60','Cash',353.68,'320','','','4','','1','2020-12-05 07:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','9','56.75','47.75','Inclusive',NULL),(6646,'41607151715','5','9','990','retail','0','2020-12-05 10:04:13','','','','0','Cash',121.58,'110','','','4','','1','2020-12-05 07:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','9','0.00','-4.5','Inclusive',NULL),(6647,'41607151715','10','9','180','retail','0','2020-12-05 10:04:13','','','','0','Cash',22.11,'20','','','4','','1','2020-12-05 07:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','9','67.00','58','Inclusive',NULL),(6648,'41607151715','133','9','90','retail','0','2020-12-05 10:04:13','','','','0','Cash',11.05,'10','','','4','','1','2020-12-05 07:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','9','0.00','-8.55','Inclusive',NULL),(6649,'41607151715','19','9','270','retail','0','2020-12-05 10:04:13','','','','0','Cash',33.16,'30','','','4','','1','2020-12-05 07:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','9','0.12','-8.61','Inclusive',NULL),(6650,'41607151715','70','9','450','retail','0','2020-12-05 10:04:13','','','','2','Cash',55.26,'50','','','4','','1','2020-12-05 07:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','9','0.00','-8.73','Inclusive',NULL),(6651,'41607151860','161','5','300','retail','0','2020-12-05 10:11:05','','','','0','Cash',36.84,'60','','','4','','1','2020-12-05 07:11:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','1665.00','1660','Inclusive',NULL),(6652,'41607159603','1','1','320','retail','0','2020-12-05 13:48:01','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','47.75','46.75','Inclusive',NULL),(6653,'41607159603','5','1','110','retail','0','2020-12-05 13:48:01','','','','0','Cash',13.51,'110','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6654,'41607159603','10','1','20','retail','0','2020-12-05 13:48:01','','','','0','Cash',2.46,'20','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','58.00','57','Inclusive',NULL),(6655,'41607159603','133','1','10','retail','0','2020-12-05 13:48:01','','','','0','Cash',1.23,'10','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6656,'41607159603','15','1','30','retail','0','2020-12-05 13:48:01','','','','0','Cash',3.68,'30','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6657,'41607159603','74','1','50','retail','0','2020-12-05 13:48:01','','','','5','Cash',6.14,'50','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6658,'41607159603','23','1','30','retail','0','2020-12-05 13:48:01','','','','0','Cash',3.68,'30','','','4','','1','2020-12-05 10:48:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(6659,'41607165327','1','1','320','retail','0','2020-12-05 14:13:26','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-05 11:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.75','45.75','Inclusive',NULL),(6660,'41607165327','5','1','110','retail','0','2020-12-05 14:13:26','','','','0','Cash',13.51,'110','','','4','','1','2020-12-05 11:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6661,'41607165327','10','1','20','retail','0','2020-12-05 14:13:26','','','','0','Cash',2.46,'20','','','4','','1','2020-12-05 11:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','57.00','56','Inclusive',NULL),(6662,'41607165327','133','1','10','retail','0','2020-12-05 14:13:26','','','','0','Cash',1.23,'10','','','4','','1','2020-12-05 11:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6663,'41607165327','15','1','30','retail','0','2020-12-05 14:13:26','','','','0','Cash',3.68,'30','','','4','','1','2020-12-05 11:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6664,'41607165327','74','1','50','retail','0','2020-12-05 14:13:26','','','','5','Cash',6.14,'50','','','4','','1','2020-12-05 11:13:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6665,'41607167372','64','1','1000','retail','0','2020-12-05 14:23:23','','','','0','Mpesa',122.81,'1000','','','4','','1','2020-12-05 11:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','21.50','20.5','Inclusive',NULL),(6666,'41607167372','27','1','30','retail','0','2020-12-05 14:23:23','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-05 11:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive',NULL),(6667,'41607167372','74','1','50','retail','0','2020-12-05 14:23:23','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-05 11:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6668,'41607321027','161','700','33250','retail','0','2020-12-07 09:04:38','','','','0','Invoice',4083.33,'47.50','','','4','','1','2020-12-07 06:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','1660.00','960','Inclusive',NULL),(6669,'41607321027','85','50','6000','retail','0','2020-12-07 09:04:38','','','','0','Invoice',736.84,'120','','','4','','1','2020-12-07 06:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','50','696.50','646.5','Inclusive',NULL),(6670,'41607323341','85','1','120','retail','0','2020-12-07 09:55:01','','','','0','Cash',14.74,'120','','','4','','1','2020-12-07 07:08:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','646.50','645.5','Inclusive',NULL),(6671,'41607324890','85','10','1200','retail','0','2020-12-07 10:08:21','','','','0','Invoice',147.37,'120','','','4','','1','2020-12-07 07:08:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','10','645.50','635.5','Inclusive',NULL),(6672,'41607324934','50','1','210','retail','0','2020-12-07 11:06:17','','','','0','Cash',25.79,'210','','','4','','1','2020-12-07 08:06:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive',NULL),(6673,'41607324934','2','1','90','retail','0','2020-12-07 11:06:17','','','','0','Cash',11.05,'90','','','4','','1','2020-12-07 08:06:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6674,'41607324934','11','1','20','retail','0','2020-12-07 11:06:17','','','','0','Cash',2.46,'20','','','4','','1','2020-12-07 08:06:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6675,'41607324934','55','1','50','retail','0','2020-12-07 11:06:17','','','','0','Cash',6.14,'50','','','4','','1','2020-12-07 08:06:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','2.00','1','Inclusive',NULL),(6676,'41607324934','23','1','30','retail','0','2020-12-07 11:06:17','','','','0','Cash',3.68,'30','','','4','','1','2020-12-07 08:06:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive',NULL),(6677,'41607324934','73','1','100','retail','0','2020-12-07 11:06:17','','','','0','Cash',12.28,'100','','','4','','1','2020-12-07 08:06:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive',NULL),(6678,'41607328389','1','2','600','retail','0','2020-12-07 11:27:54','','','','159.60','Cash',73.68,'300','','','4','','1','2020-12-07 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','45.50','43.5','Inclusive',NULL),(6680,'41607328389','4','2','400','retail','0','2020-12-07 11:27:54','','','','0','Cash',49.12,'200','','','4','','1','2020-12-07 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','','20.75','18.75','Inclusive',NULL),(6681,'41607328389','10','2','40','retail','0','2020-12-07 11:27:54','','','','0','Cash',4.91,'20','','','4','','1','2020-12-07 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','55.50','53.5','Inclusive',NULL),(6682,'41607328389','133','4','40','retail','0','2020-12-07 11:27:54','','','','0','Cash',4.91,'10','','','4','','1','2020-12-07 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.00','-3.8','Inclusive',NULL),(6683,'41607328389','19','2','40','retail','0','2020-12-07 11:27:54','','','','0','Cash',4.91,'20','','','4','','1','2020-12-07 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive',NULL),(6684,'41607328389','70','2','100','retail','0','2020-12-07 11:27:54','','','','2','Cash',12.28,'50','','','4','','1','2020-12-07 08:28:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6685,'41607329692','1','3','960','retail','0','2020-12-07 11:48:55','','','','159.60','Cash',117.89,'320','','','4','','1','2020-12-07 08:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','43.50','40.5','Inclusive',NULL),(6686,'41607329692','5','3','330','retail','0','2020-12-07 11:48:55','','','','0','Cash',40.53,'110','','','4','','1','2020-12-07 08:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','2.00','0.5','Inclusive',NULL),(6687,'41607329692','10','3','60','retail','0','2020-12-07 11:48:55','','','','0','Cash',7.37,'20','','','4','','1','2020-12-07 08:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','53.50','50.5','Inclusive',NULL),(6688,'41607329692','133','3','30','retail','0','2020-12-07 11:48:55','','','','0','Cash',3.68,'10','','','4','','1','2020-12-07 08:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive',NULL),(6689,'41607329692','15','3','90','retail','0','2020-12-07 11:48:55','','','','0','Cash',11.05,'30','','','4','','1','2020-12-07 08:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive',NULL),(6690,'41607329692','70','3','150','retail','0','2020-12-07 11:48:55','','','','2','Cash',18.42,'50','','','4','','1','2020-12-07 08:49:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive',NULL),(6692,'41607330978','2','1','90','retail','0','2020-12-07 11:58:17','','','','0','Cash',11.05,'90','','','4','','1','2020-12-07 08:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6693,'41607330978','11','1','20','retail','0','2020-12-07 11:58:17','','','','0','Cash',2.46,'20','','','4','','1','2020-12-07 08:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6694,'41607330978','55','1','50','retail','0','2020-12-07 11:58:17','','','','0','Cash',6.14,'50','','','4','','1','2020-12-07 08:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive',NULL),(6695,'41607330978','50','1','210','retail','0','2020-12-07 11:58:17','','','','0','Cash',25.79,'210','','','4','','1','2020-12-07 08:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive',NULL),(6696,'41607330978','15','1','30','retail','0','2020-12-07 11:58:17','','','','0','Cash',3.68,'30','','','4','','1','2020-12-07 08:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6697,'41607330978','73','1','100','retail','0','2020-12-07 11:58:17','','','','0','Cash',12.28,'100','','','4','','1','2020-12-07 08:58:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','0.00','0.05','Inclusive',NULL),(6698,'41607331502','38','1','330','retail','0','2020-12-07 11:58:49','','','','0','Cash',40.53,'330','','','4','','1','2020-12-07 08:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive',NULL),(6699,'41607331502','40','1','60','retail','0','2020-12-07 11:58:49','','','','0','Cash',7.37,'60','','','4','','1','2020-12-07 08:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive',NULL),(6700,'41607331502','9','1','60','retail','0','2020-12-07 11:58:49','','','','0','Cash',7.37,'60','','','4','','1','2020-12-07 08:58:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive',NULL),(6701,'41607331534','1','1','320','retail','0','2020-12-07 12:00:52','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.25','39.25','Inclusive',NULL),(6702,'41607331534','10','1','20','retail','0','2020-12-07 12:00:52','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','50.00','49','Inclusive',NULL),(6703,'41607331534','5','1','110','retail','0','2020-12-07 12:00:52','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive',NULL),(6704,'41607331534','19','1','30','retail','0','2020-12-07 12:00:52','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6705,'41607331534','70','1','50','retail','0','2020-12-07 12:00:52','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6706,'41607331534','133','1','10','retail','0','2020-12-07 12:00:52','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6707,'41607331534','2','1','90','retail','0','2020-12-07 12:00:52','','','','0','Mpesa',11.05,'90','','','4','','1','2020-12-07 09:01:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive',NULL),(6708,'41607331691','1','1','320','retail','0','2020-12-07 13:13:39','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-07 10:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.00','38','Inclusive',NULL),(6709,'41607331691','5','1','110','retail','0','2020-12-07 13:13:39','','','','0','Cash',13.51,'110','','','4','','1','2020-12-07 10:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive',NULL),(6710,'41607331691','10','1','20','retail','0','2020-12-07 13:13:39','','','','0','Cash',2.46,'20','','','4','','1','2020-12-07 10:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','49.00','48','Inclusive',NULL),(6711,'41607331691','74','1','50','retail','0','2020-12-07 13:13:39','','','','5','Cash',6.14,'50','','','4','','1','2020-12-07 10:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6712,'41607331691','133','1','10','retail','0','2020-12-07 13:13:39','','','','0','Cash',1.23,'10','','','4','','1','2020-12-07 10:15:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6713,'41607339498','1','1','320','retail','0','2020-12-07 14:12:27','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-07 11:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','38.00','37','Inclusive',NULL),(6714,'41607339498','5','1','110','retail','0','2020-12-07 14:12:27','','','','0','Cash',13.51,'110','','','4','','1','2020-12-07 11:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6715,'41607339498','10','1','20','retail','0','2020-12-07 14:12:27','','','','0','Cash',2.46,'20','','','4','','1','2020-12-07 11:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','48.00','47','Inclusive',NULL),(6716,'41607339498','133','1','10','retail','0','2020-12-07 14:12:27','','','','0','Cash',1.23,'10','','','4','','1','2020-12-07 11:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6717,'41607339498','19','1','30','retail','0','2020-12-07 14:12:27','','','','0','Cash',3.68,'30','','','4','','1','2020-12-07 11:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6718,'41607339498','70','1','50','retail','0','2020-12-07 14:12:27','','','','2','Cash',6.14,'50','','','4','','1','2020-12-07 11:12:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6719,'41607339555','3','1','170','retail','0','2020-12-07 14:21:38','','','','0','Mpesa',20.88,'170','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive',NULL),(6720,'41607339555','6','1','70','retail','0','2020-12-07 14:21:38','','','','0','Mpesa',8.60,'70','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive',NULL),(6721,'41607339555','11','1','20','retail','0','2020-12-07 14:21:38','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6722,'41607339555','133','1','10','retail','0','2020-12-07 14:21:38','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6723,'41607339555','19','1','30','retail','0','2020-12-07 14:21:38','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6724,'41607339555','70','1','50','retail','0','2020-12-07 14:21:38','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6725,'41607339555','137','1','50','retail','0','2020-12-07 14:21:38','','','','0','Mpesa',6.14,'50','','','4','','1','2020-12-07 11:21:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive',NULL),(6726,'41607340441','1','1','320','retail','0','2020-12-07 14:46:58','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-07 11:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','37.00','36','Inclusive',NULL),(6727,'41607340441','5','1','110','retail','0','2020-12-07 14:46:58','','','','0','Cash',13.51,'110','','','4','','1','2020-12-07 11:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6728,'41607340441','10','1','20','retail','0','2020-12-07 14:46:58','','','','0','Cash',2.46,'20','','','4','','1','2020-12-07 11:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','46.50','45.5','Inclusive',NULL),(6729,'41607340441','15','1','30','retail','0','2020-12-07 14:46:58','','','','0','Cash',3.68,'30','','','4','','1','2020-12-07 11:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6730,'41607340441','70','1','50','retail','0','2020-12-07 14:46:58','','','','2','Cash',6.14,'50','','','4','','1','2020-12-07 11:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6731,'41607340441','133','1','10','retail','0','2020-12-07 14:46:58','','','','0','Cash',1.23,'10','','','4','','1','2020-12-07 11:47:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6732,'41607342004','1','1','320','retail','0','2020-12-07 15:11:47','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-07 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','36.00','35','Inclusive',NULL),(6733,'41607342004','4','1','220','retail','0','2020-12-07 15:11:47','','','','0','Cash',27.02,'220','','','4','','1','2020-12-07 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','16.00','15','Inclusive',NULL),(6734,'41607342004','11','1','20','retail','0','2020-12-07 15:11:47','','','','0','Cash',2.46,'20','','','4','','1','2020-12-07 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive',NULL),(6735,'41607342004','15','1','30','retail','0','2020-12-07 15:11:47','','','','0','Cash',3.68,'30','','','4','','1','2020-12-07 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6736,'41607342004','133','2','20','retail','0','2020-12-07 15:11:47','','','','0','Cash',2.46,'10','','','4','','1','2020-12-07 12:11:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6737,'41607343114','7','1','200','retail','0','2020-12-07 15:27:18','','','','0','Cash',24.56,'200','','','4','','1','2020-12-07 12:27:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','98.25','97.25','Inclusive',NULL),(6738,'41607346531','1','2','640','retail','0','2020-12-07 16:10:04','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-07 13:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','35.00','33','Inclusive',NULL),(6739,'41607346531','5','2','220','retail','0','2020-12-07 16:10:04','','','','0','Cash',27.02,'110','','','4','','1','2020-12-07 13:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive',NULL),(6740,'41607346531','19','2','60','retail','0','2020-12-07 16:10:04','','','','0','Cash',7.37,'30','','','4','','1','2020-12-07 13:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive',NULL),(6741,'41607346531','70','2','100','retail','0','2020-12-07 16:10:04','','','','2','Cash',12.28,'50','','','4','','1','2020-12-07 13:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive',NULL),(6742,'41607346531','10','2','40','retail','0','2020-12-07 16:10:04','','','','0','Cash',4.91,'20','','','4','','1','2020-12-07 13:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','45.00','43','Inclusive',NULL),(6743,'41607346531','133','2','20','retail','0','2020-12-07 16:10:04','','','','0','Cash',2.46,'10','','','4','','1','2020-12-07 13:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive',NULL),(6744,'41607346610','70','1','50','retail','0','2020-12-07 16:28:27','','','','2','Cash',6.14,'50','','','4','','1','2020-12-07 13:28:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6745,'41607407745','1','1','320','retail','0','2020-12-08 10:12:52','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-08 07:13:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','33.00','32','Inclusive',NULL),(6746,'41607407745','5','1','110','retail','0','2020-12-08 10:12:52','','','','0','Cash',13.51,'110','','','4','','1','2020-12-08 07:13:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive',NULL),(6747,'41607407745','15','1','30','retail','0','2020-12-08 10:12:52','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 07:13:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive',NULL),(6748,'41607407745','74','1','50','retail','0','2020-12-08 10:12:52','','','','5','Cash',6.14,'50','','','4','','1','2020-12-08 07:13:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive',NULL),(6749,'41607407745','10','1','20','retail','0','2020-12-08 10:12:52','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 07:13:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','43.00','42','Inclusive',NULL),(6750,'41607407745','133','1','10','retail','0','2020-12-08 10:12:52','','','','0','Cash',1.23,'10','','','4','','1','2020-12-08 07:13:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive',NULL),(6751,'41607423294','1','1','320','retail','0','2020-12-08 13:28:14','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-08 10:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','32.00','31','Inclusive','416074233284112022'),(6752,'41607423294','5','1','110','retail','0','2020-12-08 13:28:49','','','','0','Cash',13.51,'110','','','4','','1','2020-12-08 10:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416074233363323233'),(6753,'41607423294','10','1','20','retail','0','2020-12-08 13:28:57','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 10:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','42.00','41','Inclusive','416074233422230023'),(6754,'41607423294','133','1','10','retail','0','2020-12-08 13:29:03','','','','0','Cash',1.23,'10','','','4','','1','2020-12-08 10:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416074233500630203'),(6755,'41607423294','19','1','30','retail','0','2020-12-08 13:29:11','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416074233600360233'),(6756,'41607423294','70','1','50','retail','0','2020-12-08 13:29:21','','','','2','Cash',6.14,'50','','','4','','1','2020-12-08 10:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074233672243223'),(6757,'41607423375','1','1','320','retail','0','2020-12-08 13:29:35','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-08 10:30:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','31.00','30','Inclusive','416074233960392220'),(6758,'41607423375','5','1','110','retail','0','2020-12-08 13:29:56','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-08 10:30:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416074234044040222'),(6759,'41607423375','10','1','20','retail','0','2020-12-08 13:30:05','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-08 10:30:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','41.00','40','Inclusive','416074234122242043'),(6760,'41607423375','133','1','10','retail','0','2020-12-08 13:30:12','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-08 10:30:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416074234213422473'),(6761,'41607423375','23','1','30','retail','0','2020-12-08 13:30:21','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-08 10:30:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','416074234313233224'),(6762,'41607423375','70','1','50','retail','0','2020-12-08 13:30:32','','','','2','Mpesa',6.14,'50','','','4','','1','2020-12-08 10:30:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074234392279233'),(6763,'41607423446','1','1','320','retail','0','2020-12-08 13:30:46','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-08 10:31:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','30.00','29','Inclusive','416074234623430300'),(6764,'41607423446','5','1','110','retail','0','2020-12-08 13:31:03','','','','0','Cash',13.51,'110','','','4','','1','2020-12-08 10:31:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416074234763226702'),(6765,'41607423446','10','1','20','retail','0','2020-12-08 13:31:16','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 10:31:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','40.00','39','Inclusive','416074234864330701'),(6766,'41607423446','133','1','10','retail','0','2020-12-08 13:31:26','','','','0','Cash',1.23,'10','','','4','','1','2020-12-08 10:31:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416074234943346273'),(6767,'41607423446','23','1','30','retail','0','2020-12-08 13:31:34','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:31:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','416074235023333074'),(6768,'41607423446','74','1','50','retail','0','2020-12-08 13:31:43','','','','5','Cash',6.14,'50','','','4','','1','2020-12-08 10:31:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074235106135202'),(6769,'41607423519','38','1','330','retail','0','2020-12-08 13:31:59','','','','0','Cash',40.53,'330','','','4','','1','2020-12-08 10:36:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416074237424433032'),(6770,'41607423519','9','1','60','retail','0','2020-12-08 13:35:43','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 10:36:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416074237603214232'),(6771,'41607423519','40','1','60','retail','0','2020-12-08 13:36:00','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 10:36:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416074237663027332'),(6772,'41607423795','3','1','160','retail','0','2020-12-08 13:36:35','','','','0','Cash',19.65,'160','','','4','','1','2020-12-08 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416074238522322326'),(6773,'41607423795','10','2','40','retail','0','2020-12-08 13:37:32','','','','0','Cash',4.91,'20','','','4','','1','2020-12-08 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','39.00','37','Inclusive','416074238643220321'),(6774,'41607423795','5','1','110','retail','0','2020-12-08 13:37:45','','','','0','Cash',13.51,'110','','','4','','1','2020-12-08 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416074238720233220'),(6775,'41607423795','19','1','30','retail','0','2020-12-08 13:37:53','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416074238882403206'),(6776,'41607423795','70','1','50','retail','0','2020-12-08 13:38:08','','','','2','Cash',6.14,'50','','','4','','1','2020-12-08 10:38:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074238970643233'),(6777,'41607423904','1','2','640','retail','0','2020-12-08 13:38:24','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-08 10:41:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','28.50','26.5','Inclusive','416074239433264233'),(6778,'41607423904','5','2','220','retail','0','2020-12-08 13:39:55','','','','0','Cash',27.02,'110','','','4','','1','2020-12-08 10:41:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','416074240032341234'),(6779,'41607423904','10','2','40','retail','0','2020-12-08 13:40:22','','','','0','Cash',4.91,'20','','','4','','1','2020-12-08 10:41:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','37.00','35','Inclusive','416074240433240344'),(6780,'41607423904','133','2','20','retail','0','2020-12-08 13:40:44','','','','0','Cash',2.46,'10','','','4','','1','2020-12-08 10:41:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','416074240632330223'),(6781,'41607424123','3','1','170','retail','0','2020-12-08 13:42:03','','','','0','Cash',20.88,'170','','','4','','1','2020-12-08 10:45:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416074241763272320'),(6782,'41607424123','133','1','10','retail','0','2020-12-08 13:43:13','','','','0','Cash',1.23,'10','','','4','','1','2020-12-08 10:45:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416074242104264304'),(6783,'41607424123','19','1','30','retail','0','2020-12-08 13:43:45','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:45:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416074242352023020'),(6784,'41607424123','70','1','50','retail','0','2020-12-08 13:43:55','','','','2','Cash',6.14,'50','','','4','','1','2020-12-08 10:45:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074242532333242'),(6785,'41607424123','6','1','70','retail','0','2020-12-08 13:44:26','','','','0','Cash',8.60,'70','','','4','','1','2020-12-08 10:45:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416074243162222220'),(6786,'41607424123','11','1','20','retail','0','2020-12-08 13:45:16','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 10:45:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416074243263323444'),(6787,'41607424341','1','1','320','retail','0','2020-12-08 13:45:41','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-08 10:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','26.00','25','Inclusive','416074243473324224'),(6788,'41607424341','5','1','110','retail','0','2020-12-08 13:45:48','','','','0','Cash',13.51,'110','','','4','','1','2020-12-08 10:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416074243582233322'),(6789,'41607424341','10','1','20','retail','0','2020-12-08 13:45:59','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 10:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','34.50','33.5','Inclusive','416074243677230006'),(6790,'41607424341','19','1','30','retail','0','2020-12-08 13:46:08','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive','416074243740000723'),(6791,'41607424341','70','1','50','retail','0','2020-12-08 13:46:14','','','','2','Cash',6.14,'50','','','4','','1','2020-12-08 10:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074243810002030'),(6792,'41607424341','133','1','10','retail','0','2020-12-08 13:46:21','','','','0','Cash',1.23,'10','','','4','','1','2020-12-08 10:48:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416074243929222202'),(6793,'41607424498','38','1','330','retail','0','2020-12-08 13:48:18','','','','0','Cash',40.53,'330','','','4','','1','2020-12-08 10:49:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416074245540200226'),(6794,'41607424498','9','1','60','retail','0','2020-12-08 13:49:15','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 10:49:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416074245632032036'),(6795,'41607424498','40','1','60','retail','0','2020-12-08 13:49:23','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 10:49:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416074245710202722'),(6796,'41607424581','94','2','360','retail','0','2020-12-08 13:49:42','','','','0','Cash',44.21,'180','','','4','','1','2020-12-08 10:50:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','2','137.00','135','Inclusive','416074246403333220'),(6797,'41607424954','3','1','160','retail','0','2020-12-08 13:55:54','','','','0','Cash',19.65,'160','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416074250090233000'),(6798,'41607424954','2','1','90','retail','0','2020-12-08 13:56:49','','','','0','Cash',11.05,'90','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','416074250182004223'),(6799,'41607424954','11','1','20','retail','0','2020-12-08 13:56:58','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416074250242003300'),(6800,'41607424954','74','1','50','retail','0','2020-12-08 13:57:05','','','','5','Cash',6.14,'50','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074250323304320'),(6801,'41607424954','15','1','30','retail','0','2020-12-08 13:57:12','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416074250423242233'),(6802,'41607424954','137','1','50','retail','0','2020-12-08 13:57:23','','','','0','Cash',6.14,'50','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416074250493022244'),(6803,'41607424954','139','1','50','retail','0','2020-12-08 13:57:30','','','','0','Cash',6.14,'50','','','4','','1','2020-12-08 10:57:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','416074250550400072'),(6804,'41607425063','1','1','320','retail','0','2020-12-08 13:57:43','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-08 10:59:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','24.25','23.25','Inclusive','416074250873363005'),(6805,'41607425063','10','1','20','retail','0','2020-12-08 13:58:08','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 10:59:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','33.00','32','Inclusive','416074251033134010'),(6806,'41607425063','5','1','110','retail','0','2020-12-08 13:58:23','','','','0','Cash',13.51,'110','','','4','','1','2020-12-08 10:59:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416074251100136132'),(6807,'41607425063','133','1','10','retail','0','2020-12-08 13:58:30','','','','0','Cash',1.23,'10','','','4','','1','2020-12-08 10:59:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416074251220602026'),(6808,'41607425063','19','1','30','retail','0','2020-12-08 13:58:42','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 10:59:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416074251283212233'),(6809,'41607425063','74','1','50','retail','0','2020-12-08 13:58:49','','','','5','Cash',6.14,'50','','','4','','1','2020-12-08 10:59:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074251372232237'),(6810,'41607425147','3','1','160','retail','0','2020-12-08 13:59:08','','','','0','Cash',19.65,'160','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416074251630000123'),(6811,'41607425147','2','1','90','retail','0','2020-12-08 13:59:24','','','','0','Cash',11.05,'90','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','416074251722004042'),(6812,'41607425147','11','1','20','retail','0','2020-12-08 13:59:32','','','','0','Cash',2.46,'20','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416074251892222270'),(6813,'41607425147','137','1','50','retail','0','2020-12-08 13:59:50','','','','0','Cash',6.14,'50','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416074251974337095'),(6814,'41607425147','139','1','50','retail','0','2020-12-08 13:59:57','','','','0','Cash',6.14,'50','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','416074252062260202'),(6815,'41607425147','27','1','30','retail','0','2020-12-08 14:00:15','','','','0','Cash',3.68,'30','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','416074252350353020'),(6816,'41607425147','34','0.1','50','retail','0','2020-12-08 14:13:50','','','','0','Cash',6.14,'500','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','6.55','6.45','Inclusive','416074265866602633'),(6817,'41607425147','169','1','50','retail','0','2020-12-08 14:30:45','','','','0','Cash',6.14,'50','','','4','','1','2020-12-08 11:51:59','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416074282703334762'),(6818,'41607428320','38','1','330','retail','0','2020-12-08 14:52:00','','','','0','Cash',40.53,'330','','','4','','1','2020-12-08 11:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416074284152252223'),(6819,'41607428320','40','1','60','retail','0','2020-12-08 14:53:35','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 11:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416074284242233442'),(6820,'41607428320','9','1','60','retail','0','2020-12-08 14:53:44','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 11:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416074284743032223'),(6821,'41607428483','1','3','960','retail','0','2020-12-08 14:54:44','','','','159.60','Cash',117.89,'320','','','4','','1','2020-12-08 11:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','27.50','24.5','Inclusive','416074285030341030'),(6822,'41607428483','5','3','330','retail','0','2020-12-08 14:55:04','','','','0','Cash',40.53,'110','','','4','','1','2020-12-08 11:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive','416074285197333242'),(6823,'41607428483','10','3','60','retail','0','2020-12-08 14:55:20','','','','0','Cash',7.37,'20','','','4','','1','2020-12-08 11:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','31.50','28.5','Inclusive','416074285278837227'),(6824,'41607428483','133','3','30','retail','0','2020-12-08 14:55:28','','','','0','Cash',3.68,'10','','','4','','1','2020-12-08 11:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive','416074285392332232'),(6825,'41607428483','19','3','90','retail','0','2020-12-08 14:55:40','','','','0','Cash',11.05,'30','','','4','','1','2020-12-08 11:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive','416074285484205033'),(6826,'41607428483','70','3','150','retail','0','2020-12-08 14:55:48','','','','2','Cash',18.42,'50','','','4','','1','2020-12-08 11:56:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','416074285686047222'),(6827,'41607428599','48','1','60','retail','0','2020-12-08 14:56:39','','','','0','Cash',7.37,'60','','','4','','1','2020-12-08 11:57:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive','416074286257022202'),(6828,'41607428599','33','1','130','retail','0','2020-12-08 14:57:05','','','','0','Cash',15.96,'130','','','4','','1','2020-12-08 11:57:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive','416074286326223420'),(6829,'41607428638','161','100','4500','retail','0','2020-12-08 14:57:18','','','','0','Cash',552.63,'45','','','4','','1','2020-12-08 12:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','','960.00','860','Inclusive','416074289146328404'),(6830,'41607428638','64','20','3000','retail','0','2020-12-08 15:02:03','','','','0','Cash',368.42,'150','','','4','','1','2020-12-08 12:17:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','20.50','0.5','Inclusive','416074289673307277'),(6831,'41607428638','178','20','5000','retail','0','2020-12-08 15:03:17','','','','0','Cash',614.04,'250','','','4','','1','2020-12-08 12:17:51','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','','90.00','70','Inclusive','416074290100000072'),(6832,'41607501413','1','1','320','retail','0','2020-12-09 11:10:13','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-09 08:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','25.50','24.5','Inclusive','416075014840233330'),(6833,'41607501413','19','1','30','retail','0','2020-12-09 11:11:25','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-09 08:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075014942373530'),(6834,'41607501413','74','1','50','retail','0','2020-12-09 11:11:34','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-09 08:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075015013432003'),(6835,'41607501413','133','1','10','retail','0','2020-12-09 11:11:41','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-09 08:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075015183002432'),(6836,'41607501413','5','1','110','retail','0','2020-12-09 11:11:59','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-09 08:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075015461333623'),(6837,'41607501413','10','1','20','retail','0','2020-12-09 11:12:27','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-09 08:12:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','28.50','27.5','Inclusive','416075015560325361'),(6838,'41607501581','140','20','2700','retail','0','2020-12-09 11:13:01','','','','0','Mpesa',331.58,'135','','','4','','1','2020-12-09 08:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','118.42','','200.00','180','Inclusive','416075016164776003'),(6839,'41607501581','110','40','2800','retail','0','2020-12-09 11:14:13','','','','0','Mpesa',343.86,'70','','','4','','1','2020-12-09 08:14:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','395.00','355','Inclusive','416075016671706311'),(6840,'41607501700','1','10','3200','retail','0','2020-12-09 11:15:00','','','','159.60','Cash',392.98,'320','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','10','24.50','14.5','Inclusive','416075017543460314'),(6841,'41607501700','3','10','1600','retail','0','2020-12-09 11:15:54','','','','0','Cash',196.49,'160','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','10','0.00','-5','Inclusive','416075017782702721'),(6842,'41607501700','10','10','200','retail','0','2020-12-09 11:16:19','','','','0','Cash',24.56,'20','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','27.50','17.5','Inclusive','416075020972009222'),(6843,'41607501700','36','10','1300','retail','0','2020-12-09 11:21:37','','','','0','Cash',159.65,'130','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','10','0.25','-7.25','Inclusive','416075021170222336'),(6844,'41607501700','33','10','1300','retail','0','2020-12-09 11:21:57','','','','0','Cash',159.65,'130','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','10','0.00','-7.5','Inclusive','416075021240242034'),(6845,'41607501700','46','2.5','600','retail','0','2020-12-09 11:22:16','','','','0','Cash',73.68,'240','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','','71.10','68.6','Inclusive','416075021612002110'),(6846,'41607501700','27','10','300','retail','0','2020-12-09 11:24:58','','','','0','Cash',36.84,'30','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','10','0.03','-9.67','Inclusive','416075023231523300'),(6847,'41607501700','70','10','500','retail','0','2020-12-09 11:28:36','','','','2','Cash',61.40,'50','','','4','','1','2020-12-09 09:57:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','10','1.00','-8.7','Inclusive','416075078630343062'),(6848,'41607507870','1','1','320','retail','0','2020-12-09 12:57:50','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-09 09:59:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','9.50','8.5','Inclusive','416075078783138703'),(6849,'41607507870','5','1','110','retail','0','2020-12-09 12:57:59','','','','0','Cash',13.51,'110','','','4','','1','2020-12-09 09:59:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','416075078857043603'),(6850,'41607507870','10','1','20','retail','0','2020-12-09 12:58:06','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 09:59:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','17.50','16.5','Inclusive','416075078920322204'),(6851,'41607507870','133','1','10','retail','0','2020-12-09 12:58:12','','','','0','Cash',1.23,'10','','','4','','1','2020-12-09 09:59:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075079000030000'),(6852,'41607507870','19','1','30','retail','0','2020-12-09 12:58:20','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 09:59:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075079200200321'),(6853,'41607507870','70','1','50','retail','0','2020-12-09 12:58:40','','','','2','Cash',6.14,'50','','','4','','1','2020-12-09 09:59:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','416075079303220037'),(6854,'41607507966','1','1','320','retail','0','2020-12-09 12:59:26','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-09 10:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','8.50','7.5','Inclusive','416075079793730222'),(6855,'41607507966','5','1','110','retail','0','2020-12-09 12:59:40','','','','0','Cash',13.51,'110','','','4','','1','2020-12-09 10:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075079873233375'),(6856,'41607507966','10','1','20','retail','0','2020-12-09 12:59:47','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 10:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','16.50','15.5','Inclusive','416075079942300039'),(6857,'41607507966','19','1','30','retail','0','2020-12-09 12:59:55','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 10:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075080013335323'),(6858,'41607507966','70','1','50','retail','0','2020-12-09 13:00:02','','','','2','Cash',6.14,'50','','','4','','1','2020-12-09 10:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075080093020032'),(6859,'41607507966','133','1','10','retail','0','2020-12-09 13:00:10','','','','0','Cash',1.23,'10','','','4','','1','2020-12-09 10:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075080173200820'),(6860,'41607508023','38','1','330','retail','0','2020-12-09 13:00:23','','','','0','Cash',40.53,'330','','','4','','1','2020-12-09 10:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416075081573035202'),(6861,'41607508023','40','1','60','retail','0','2020-12-09 13:02:37','','','','0','Cash',7.37,'60','','','4','','1','2020-12-09 10:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416075081650041003'),(6862,'41607508023','9','1','60','retail','0','2020-12-09 13:02:46','','','','0','Cash',7.37,'60','','','4','','1','2020-12-09 10:03:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416075081843253234'),(6863,'41607508204','64','0.5','500','retail','0','2020-12-09 13:04:00','','','','0','Cash',61.40,'1000','','','4','','1','2020-12-09 10:04:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','0.50','0','Inclusive','416075082584050201'),(6864,'41607508296','2','1','90','retail','0','2020-12-09 13:04:56','','','','0','Cash',11.05,'90','','','4','','1','2020-12-09 10:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','5.00','4','Inclusive','416075083172325732'),(6865,'41607508296','11','1','20','retail','0','2020-12-09 13:05:18','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 10:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416075083263022220'),(6866,'41607508296','50','1','210','retail','0','2020-12-09 13:05:31','','','','0','Cash',25.79,'210','','','4','','1','2020-12-09 10:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','416075083392927330'),(6867,'41607508296','55','1','50','retail','0','2020-12-09 13:05:40','','','','0','Cash',6.14,'50','','','4','','1','2020-12-09 10:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','416075083492306333'),(6868,'41607508296','23','1','30','retail','0','2020-12-09 13:05:49','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 10:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','416075083658323330'),(6869,'41607508296','74','2','100','retail','0','2020-12-09 13:08:47','','','','5','Cash',12.28,'50','','','4','','1','2020-12-09 10:09:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416075085713027730'),(6870,'41607509281','1','2','640','retail','0','2020-12-09 13:21:21','','','','159.60','Mpesa',78.60,'320','','','4','','1','2020-12-09 10:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','7.50','5.5','Inclusive','416075093423567602'),(6871,'41607509281','10','2','40','retail','0','2020-12-09 13:22:22','','','','0','Mpesa',4.91,'20','','','4','','1','2020-12-09 10:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','15.00','13','Inclusive','416075093622667220'),(6872,'41607509281','133','2','20','retail','0','2020-12-09 13:22:42','','','','0','Mpesa',2.46,'10','','','4','','1','2020-12-09 10:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','416075093702220333'),(6873,'41607509281','5','2','220','retail','0','2020-12-09 13:22:51','','','','0','Mpesa',27.02,'110','','','4','','1','2020-12-09 10:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','0','Inclusive','416075093802503022'),(6874,'41607509281','19','2','60','retail','0','2020-12-09 13:23:01','','','','0','Mpesa',7.37,'30','','','4','','1','2020-12-09 10:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','416075093920333221'),(6875,'41607509281','70','2','100','retail','0','2020-12-09 13:23:12','','','','2','Mpesa',12.28,'50','','','4','','1','2020-12-09 10:23:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416075094002930730'),(6876,'41607509551','1','1','320','retail','0','2020-12-09 13:27:25','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-09 10:57:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','5.50','4.5','Inclusive','416075113862120752'),(6877,'41607509551','5','1','110','retail','0','2020-12-09 13:56:26','','','','0','Cash',13.51,'110','','','4','','1','2020-12-09 10:57:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','416075114022220022'),(6878,'41607509551','133','1','10','retail','0','2020-12-09 13:56:43','','','','0','Cash',1.23,'10','','','4','','1','2020-12-09 10:57:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075114100733333'),(6879,'41607509551','70','1','50','retail','0','2020-12-09 13:56:51','','','','2','Cash',6.14,'50','','','4','','1','2020-12-09 10:57:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075114324523022'),(6880,'41607511469','152','1','350','retail','0','2020-12-09 13:59:39','','','','0','Cash',42.98,'350','','','4','','1','2020-12-09 10:59:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.4','0.4','Inclusive','416075115893222829'),(6881,'81607515465','15','1','30','retail','0','2020-12-09 15:04:25','','','','0','Cash',3.68,'30','','','8','','1','2020-12-09 12:06:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','816075155426302365'),(6882,'81607515669','15','1','30','retail','0','2020-12-09 15:07:49','','','','0','Cash',3.68,'30','','','8','','1','2020-12-09 12:10:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','816075157803226020'),(6883,'41607511596','38','1','330','retail','0','2020-12-09 13:59:56','','','','0','Cash',40.53,'330','','','4','','1','2020-12-09 12:16:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416075161242521013'),(6884,'41607511596','9','1','60','retail','0','2020-12-09 15:15:24','','','','0','Cash',7.37,'60','','','4','','1','2020-12-09 12:16:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416075161402362006'),(6885,'41607511596','40','1','60','retail','0','2020-12-09 15:15:41','','','','0','Cash',7.37,'60','','','4','','1','2020-12-09 12:16:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416075161673232111'),(6886,'41607516181','1','1','320','retail','0','2020-12-09 15:16:21','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-09 12:18:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','4.50','3.5','Inclusive','416075162121047202'),(6887,'41607516181','5','1','110','retail','0','2020-12-09 15:16:52','','','','0','Cash',13.51,'110','','','4','','1','2020-12-09 12:18:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','416075162322055002'),(6888,'41607516181','10','1','20','retail','0','2020-12-09 15:17:12','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 12:18:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','15.00','14','Inclusive','416075162473320653'),(6889,'41607516181','133','1','10','retail','0','2020-12-09 15:17:27','','','','0','Cash',1.23,'10','','','4','','1','2020-12-09 12:18:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075162543223203'),(6890,'41607516181','23','1','30','retail','0','2020-12-09 15:17:35','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 12:18:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','416075162643621232'),(6891,'41607516181','169','1','50','retail','0','2020-12-09 15:17:45','','','','0','Cash',6.14,'50','','','4','','1','2020-12-09 12:18:08','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075162793222200'),(6892,'41607516290','1','1','320','retail','0','2020-12-09 15:18:10','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-09 12:33:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','3.50','2.5','Inclusive','416075171220123726'),(6893,'41607516290','5','1','110','retail','0','2020-12-09 15:32:02','','','','0','Cash',13.51,'110','','','4','','1','2020-12-09 12:33:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075171316363132'),(6894,'41607516290','10','1','20','retail','0','2020-12-09 15:32:12','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 12:33:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','14.00','13','Inclusive','416075171482400401'),(6895,'41607516290','133','1','10','retail','0','2020-12-09 15:32:29','','','','0','Cash',1.23,'10','','','4','','1','2020-12-09 12:33:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075171633303062'),(6896,'41607516290','70','1','50','retail','0','2020-12-09 15:33:13','','','','2','Cash',6.14,'50','','','4','','1','2020-12-09 12:33:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075172037012030'),(6897,'41607517212','19','1','30','retail','0','2020-12-09 15:33:32','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 12:33:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075172220303313'),(6898,'41607517229','3','1','160','retail','0','2020-12-09 15:33:49','','','','0','Cash',19.65,'160','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416075175605005237'),(6899,'41607517229','2','1','90','retail','0','2020-12-09 15:39:20','','','','0','Cash',11.05,'90','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','4.00','3','Inclusive','416075175680310733'),(6900,'41607517229','11','1','20','retail','0','2020-12-09 15:39:28','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416075175775302323'),(6901,'41607517229','137','1','50','retail','0','2020-12-09 15:39:38','','','','0','Cash',6.14,'50','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416075175832322130'),(6902,'41607517229','139','1','50','retail','0','2020-12-09 15:39:43','','','','0','Cash',6.14,'50','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','416075175913433332'),(6903,'41607517229','138','1','50','retail','0','2020-12-09 15:39:52','','','','0','Cash',6.14,'50','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416075176173322272'),(6904,'41607517229','27','1','30','retail','0','2020-12-09 15:40:17','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','416075176270273030'),(6905,'41607517229','169','1','50','retail','0','2020-12-09 15:40:27','','','','0','Cash',6.14,'50','','','4','','1','2020-12-09 12:40:48','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075176350212033'),(6906,'41607517650','1','1','320','retail','0','2020-12-09 15:40:50','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-09 12:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','2.00','1','Inclusive','416075184282323233'),(6907,'41607517650','5','1','110','retail','0','2020-12-09 15:53:48','','','','0','Cash',13.51,'110','','','4','','1','2020-12-09 12:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075184353537234'),(6908,'41607517650','10','1','20','retail','0','2020-12-09 15:53:56','','','','0','Cash',2.46,'20','','','4','','1','2020-12-09 12:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','12.50','11.5','Inclusive','416075184450420233'),(6909,'41607517650','19','1','30','retail','0','2020-12-09 15:54:06','','','','0','Cash',3.68,'30','','','4','','1','2020-12-09 12:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075184553332500'),(6910,'41607517650','70','1','50','retail','0','2020-12-09 15:54:16','','','','2','Cash',6.14,'50','','','4','','1','2020-12-09 12:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075184642084204'),(6911,'41607517650','133','1','10','retail','0','2020-12-09 15:54:24','','','','0','Cash',1.23,'10','','','4','','1','2020-12-09 12:54:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075184703341652'),(6912,'41607581056','3','4','680','retail','0','2020-12-10 09:17:36','','','','0','Cash',83.51,'170','','','4','','1','2020-12-10 06:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416075810940433623'),(6913,'41607581056','11','4','80','retail','0','2020-12-10 09:18:54','','','','0','Cash',9.82,'20','','','4','','1','2020-12-10 06:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','4','0.00','-2','Inclusive','416075811463827210'),(6914,'41607581056','6','4','280','retail','0','2020-12-10 09:19:07','','','','0','Cash',34.39,'70','','','4','','1','2020-12-10 06:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','4','0.00','-3','Inclusive','416075811690122027'),(6915,'41607581056','19','4','120','retail','0','2020-12-10 09:19:30','','','','0','Cash',14.74,'30','','','4','','1','2020-12-10 06:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','4','0.12','-3.76','Inclusive','416075811803003220'),(6916,'41607581056','70','4','200','retail','0','2020-12-10 09:19:40','','','','2','Cash',24.56,'50','','','4','','1','2020-12-10 06:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.00','-3.88','Inclusive','416075811904022204'),(6917,'41607581056','133','4','40','retail','0','2020-12-10 09:19:51','','','','0','Cash',4.91,'10','','','4','','1','2020-12-10 06:21:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.00','-3.8','Inclusive','416075812733306333'),(6918,'41607581292','161','5','300','retail','0','2020-12-10 09:21:32','','','','0','Mpesa',36.84,'60','','','4','','1','2020-12-10 06:22:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','860.00','855','Inclusive','416075813352253204'),(6919,'61607582774','322','10','1500','retail','0','2020-12-10 09:46:14','','','','0','Invoice',184.21,'150','','','6','','1','2020-12-10 07:23:10','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','57.00','47','Inclusive','616075836208035040'),(6920,'61607582774','311','5','1250','retail','0','2020-12-10 10:00:22','','','','0','Invoice',153.51,'250','','','6','','1','2020-12-10 07:23:10','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','5','79.00','74','Inclusive','616075836410770262'),(6921,'61607582774','98','3','4200','retail','0','2020-12-10 10:00:42','','','','0','Invoice',515.79,'1400\\','','','6','','1','2020-12-10 07:23:10','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','450.00','447','Inclusive','616075845313204221'),(6922,'41607581452','3','1','160','retail','0','2020-12-10 09:24:12','','','','0','Cash',19.65,'160','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','1.00','0','Inclusive','416075853118002423'),(6923,'41607581452','2','1','90','retail','0','2020-12-10 10:28:32','','','','0','Cash',11.05,'90','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','3.00','2','Inclusive','416075853273403523'),(6924,'41607581452','11','1','20','retail','0','2020-12-10 10:28:48','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416075853360204653'),(6925,'41607581452','139','1','50','retail','0','2020-12-10 10:28:57','','','','0','Cash',6.14,'50','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','416075853464522202'),(6926,'41607581452','137','1','50','retail','0','2020-12-10 10:29:07','','','','0','Cash',6.14,'50','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416075853620082520'),(6927,'41607581452','138','1','50','retail','0','2020-12-10 10:29:23','','','','0','Cash',6.14,'50','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416075853763036022'),(6928,'41607581452','19','1','30','retail','0','2020-12-10 10:29:37','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075853870053243'),(6929,'41607581452','74','1','50','retail','0','2020-12-10 10:29:49','','','','5','Cash',6.14,'50','','','4','','1','2020-12-10 07:30:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','416075854026254143'),(6930,'41607585428','1','1','320','retail','0','2020-12-10 10:30:28','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-10 07:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','1.00','0','Inclusive','416075854433308743'),(6931,'41607585428','5','1','110','retail','0','2020-12-10 10:30:44','','','','0','Cash',13.51,'110','','','4','','1','2020-12-10 07:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075854584322347'),(6932,'41607585428','10','1','20','retail','0','2020-12-10 10:30:59','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 07:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','10.00','9','Inclusive','416075854742407322'),(6933,'41607585428','133','1','10','retail','0','2020-12-10 10:31:14','','','','0','Cash',1.23,'10','','','4','','1','2020-12-10 07:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075854822323442'),(6934,'41607585428','15','1','30','retail','0','2020-12-10 10:31:23','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 07:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075854952304337'),(6935,'41607585428','70','1','50','retail','0','2020-12-10 10:31:36','','','','2','Cash',6.14,'50','','','4','','1','2020-12-10 07:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075855046632025'),(6936,'61607585259','100','10','14000','retail','0','2020-12-10 10:27:39','','','','0','Invoice',1719.30,'1400','','','6','','1','2020-12-10 07:42:22','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','172.00','162','Inclusive','616075853103622033'),(6937,'61607585259','322','10','1500','retail','0','2020-12-10 10:28:31','','','','0','Invoice',184.21,'150','','','6','','1','2020-12-10 07:42:22','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','47.00','37','Inclusive','616075854642322664'),(6938,'61607585259','311','5','1250','retail','0','2020-12-10 10:31:05','','','','0','Invoice',153.51,'250','','','6','','1','2020-12-10 07:42:22','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','5','74.00','69','Inclusive','616075854793533055'),(6939,'41607588054','147','5','2500','retail','0','2020-12-10 11:21:20','','','','0','Cash',307.02,'500','','','4','','1','2020-12-10 08:30:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','374.40','369.4','Inclusive','416075889751830157'),(6940,'61607587775','194','6','4380','retail','0','2020-12-10 11:14:47','','','','0','Invoice',537.89,'730','','','6','','1','2020-12-10 08:32:38','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','640.35','','541.00','535','Inclusive','616075881092229230'),(6941,'61607587775','195','6','1200','retail','0','2020-12-10 11:15:10','','','','0','Invoice',147.37,'200','','','6','','1','2020-12-10 08:32:38','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','175.44','','204.00','198','Inclusive','616075881317750310'),(6942,'61607587775','98','12','3960','retail','0','2020-12-10 11:15:31','','','','0','Invoice',486.32,'330','','','6','','1','2020-12-10 08:32:38','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','289.47','','447.00','435','Inclusive','616075881452352231'),(6943,'61607589365','100','20','27600','retail','0','2020-12-10 11:36:48','','','','0','Invoice',3389.47,'1380','','','6','','1','2020-12-10 08:42:17','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1210.53','','162.00','142','Inclusive','616075895522323252'),(6944,'61607589365','194','20','14600','retail','0','2020-12-10 11:39:13','','','','0','Invoice',1792.98,'730','','','6','','1','2020-12-10 08:42:17','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','640.35','','535.00','515','Inclusive','616075895800551503'),(6945,'61607589837','100','3','4200','retail','0','2020-12-10 11:43:57','','','','0','Invoice',515.79,'1400','','','6','','1','2020-12-10 08:47:15','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','142.00','139','Inclusive','616075898742332695'),(6946,'41607589047','1','1','320','retail','0','2020-12-10 11:49:53','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-10 08:50:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.00','39','Inclusive','416075902011023140'),(6947,'41607589047','3','1','160','retail','0','2020-12-10 11:50:02','','','','0','Cash',19.65,'160','','','4','','1','2020-12-10 08:50:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416075902130407031'),(6948,'41607589047','10','1','20','retail','0','2020-12-10 11:50:13','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 08:50:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','59.00','58','Inclusive','416075902214233202'),(6949,'41607589047','33','1','130','retail','0','2020-12-10 11:50:22','','','','0','Cash',15.96,'130','','','4','','1','2020-12-10 08:50:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive','416075902272200401'),(6950,'41607589047','48','1','60','retail','0','2020-12-10 11:50:27','','','','0','Cash',7.37,'60','','','4','','1','2020-12-10 08:50:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive','416075902345529324'),(6951,'41607589047','36','1','130','retail','0','2020-12-10 11:50:34','','','','0','Cash',15.96,'130','','','4','','1','2020-12-10 08:50:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','-0.5','Inclusive','416075902404224343'),(6952,'41607590253','74','1','50','retail','0','2020-12-10 11:50:53','','','','5','Cash',6.14,'50','','','4','','1','2020-12-10 08:51:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075902612234200'),(6953,'41607590269','3','1','170','retail','0','2020-12-10 11:51:09','','','','0','Cash',20.88,'170','','','4','','1','2020-12-10 08:52:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416075902893473013'),(6954,'41607590269','6','1','70','retail','0','2020-12-10 11:51:30','','','','0','Cash',8.60,'70','','','4','','1','2020-12-10 08:52:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416075903003222409'),(6955,'41607590269','15','1','30','retail','0','2020-12-10 11:51:41','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 08:52:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075903090234026'),(6956,'41607590269','133','1','10','retail','0','2020-12-10 11:51:50','','','','0','Cash',1.23,'10','','','4','','1','2020-12-10 08:52:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075903180168562'),(6957,'41607590269','10','1','20','retail','0','2020-12-10 11:51:58','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 08:52:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','58.00','57','Inclusive','416075903250002232'),(6958,'41607590344','3','1','160','retail','0','2020-12-10 11:52:24','','','','0','Cash',19.65,'160','','','4','','1','2020-12-10 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416075903790023230'),(6959,'41607590344','5','1','110','retail','0','2020-12-10 11:53:00','','','','0','Cash',13.51,'110','','','4','','1','2020-12-10 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075903880533802'),(6960,'41607590344','10','2','40','retail','0','2020-12-10 11:53:08','','','','0','Cash',4.91,'20','','','4','','1','2020-12-10 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','57.00','55','Inclusive','416075903980209251'),(6961,'41607590344','15','1','30','retail','0','2020-12-10 11:53:18','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416075904072230322'),(6962,'41607590344','70','1','50','retail','0','2020-12-10 11:53:28','','','','2','Cash',6.14,'50','','','4','','1','2020-12-10 08:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416075904212223313'),(6963,'61607594721','100','5','7000','retail','0','2020-12-10 13:05:21','','','','0','Invoice',859.65,'1400','','','6','','1','2020-12-10 10:08:49','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','134.00','129','Inclusive','616075947365723004'),(6964,'41607590575','1','2','640','retail','0','2020-12-10 13:20:33','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-10 10:22:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','37.50','35.5','Inclusive','416075956750770345'),(6965,'41607590575','5','2','220','retail','0','2020-12-10 13:21:16','','','','0','Cash',27.02,'110','','','4','','1','2020-12-10 10:22:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','416075956863300325'),(6966,'41607590575','10','2','40','retail','0','2020-12-10 13:21:26','','','','0','Cash',4.91,'20','','','4','','1','2020-12-10 10:22:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','55.00','53','Inclusive','416075956930300323'),(6967,'41607590575','133','2','20','retail','0','2020-12-10 13:21:34','','','','0','Cash',2.46,'10','','','4','','1','2020-12-10 10:22:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','416075957063002200'),(6968,'41607590575','19','2','60','retail','0','2020-12-10 13:21:46','','','','0','Cash',7.37,'30','','','4','','1','2020-12-10 10:22:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','416075957183329032'),(6969,'41607590575','70','2','100','retail','0','2020-12-10 13:21:59','','','','2','Cash',12.28,'50','','','4','','1','2020-12-10 10:22:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416075957269026002'),(6970,'41607595732','1','1','320','retail','0','2020-12-10 13:22:12','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-10 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','35.50','34.5','Inclusive','416075973793333252'),(6971,'41607595732','5','1','110','retail','0','2020-12-10 13:49:39','','','','0','Cash',13.51,'110','','','4','','1','2020-12-10 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416075973990333230'),(6972,'41607595732','10','1','20','retail','0','2020-12-10 13:50:00','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','53.00','52','Inclusive','416075974082020243'),(6973,'41607595732','133','1','10','retail','0','2020-12-10 13:50:08','','','','0','Cash',1.23,'10','','','4','','1','2020-12-10 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416075974167012014'),(6974,'41607595732','23','1','30','retail','0','2020-12-10 13:50:16','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','416075974292007934'),(6975,'41607595732','74','1','50','retail','0','2020-12-10 13:50:30','','','','5','Cash',6.14,'50','','','4','','1','2020-12-10 10:50:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','416075974363921152'),(6976,'41607597443','38','1','330','retail','0','2020-12-10 13:50:43','','','','0','Mpesa',40.53,'330','','','4','','1','2020-12-10 10:51:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416075974524203200'),(6977,'41607597443','40','1','60','retail','0','2020-12-10 13:50:53','','','','0','Mpesa',7.37,'60','','','4','','1','2020-12-10 10:51:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416075974604199033'),(6978,'41607597443','9','1','60','retail','0','2020-12-10 13:51:00','','','','0','Mpesa',7.37,'60','','','4','','1','2020-12-10 10:51:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416075974704431033'),(6979,'41607599025','161','40','1800','retail','0','2020-12-10 14:17:05','','','','0','Mpesa',221.05,'45','','','4','','1','2020-12-10 11:18:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','39.47','','855.00','815','Inclusive','416075990412030327'),(6980,'41607599096','88','5','500','retail','0','2020-12-10 14:34:29','','','','0','Cash',61.40,'100','','','4','','1','2020-12-10 11:44:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','695.00','690','Inclusive','416076004233063433'),(6981,'41607599096','85','5','550','retail','0','2020-12-10 14:40:24','','','','0','Cash',67.54,'110','','','4','','1','2020-12-10 11:44:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','635.50','630.5','Inclusive','416076004560406463'),(6982,'41607600678','1','1','320','retail','0','2020-12-10 14:44:38','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','34.50','33.5','Inclusive','416076010190102022'),(6983,'41607600678','5','1','110','retail','0','2020-12-10 14:50:19','','','','0','Cash',13.51,'110','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416076010500603400'),(6984,'41607600678','10','1','20','retail','0','2020-12-10 14:50:51','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','52.00','51','Inclusive','416076010574100345'),(6985,'41607600678','133','1','10','retail','0','2020-12-10 14:50:58','','','','0','Cash',1.23,'10','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416076010672033062'),(6986,'41607600678','19','1','30','retail','0','2020-12-10 14:51:08','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076010752462100'),(6987,'41607600678','70','1','50','retail','0','2020-12-10 14:51:16','','','','2','Cash',6.14,'50','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076011450043334'),(6988,'41607600678','3','1','170','retail','0','2020-12-10 14:52:26','','','','0','Cash',20.88,'170','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416076011563131473'),(6989,'41607600678','6','1','70','retail','0','2020-12-10 14:52:36','','','','0','Cash',8.60,'70','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416076011644271233'),(6990,'41607600678','11','1','20','retail','0','2020-12-10 14:52:45','','','','0','Cash',2.46,'20','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416076011720032343'),(6991,'41607600678','133','1','10','retail','0','2020-12-10 14:52:52','','','','0','Cash',1.23,'10','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416076012042022200'),(6992,'41607600678','19','1','30','retail','0','2020-12-10 14:53:32','','','','0','Cash',3.68,'30','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076012242310022'),(6993,'41607600678','70','1','50','retail','0','2020-12-10 14:53:45','','','','2','Cash',6.14,'50','','','4','','1','2020-12-10 11:54:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076012382306282'),(6994,'61607595872','100','20','27600','retail','0','2020-12-10 14:14:49','','','','0','Invoice',3389.47,'1380','','','6','','1','2020-12-10 12:27:36','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1210.53','','129.00','109','Inclusive','616076012500220630'),(6995,'61607595872','194','20','15000','retail','0','2020-12-10 14:54:11','','','','0','Invoice',1842.11,'750','','','6','','1','2020-12-10 12:27:36','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','657.89','','510.00','490','Inclusive','616076012672322332'),(6996,'61607595872','98','24','8400','retail','0','2020-12-10 14:54:28','','','','0','Invoice',1031.58,'350','','','6','','1','2020-12-10 12:27:36','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','307.02','','435.00','411','Inclusive','616076012851330604'),(6997,'61607595872','195','48','9600','retail','0','2020-12-10 14:54:45','','','','0','Invoice',1178.95,'200','','','6','','1','2020-12-10 12:27:36','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','175.44','','198.00','150','Inclusive','616076013111233202'),(6998,'61607595872','323','40','4000','retail','0','2020-12-10 14:58:23','','','','0','Invoice',491.23,'100','','','6','','1','2020-12-10 12:27:36','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','87.72','','40.00','0','Inclusive','616076027602226723'),(6999,'61607595872','324','25','12500','retail','0','2020-12-10 15:19:21','','','','0','Invoice',1535.09,'500','','','6','','1','2020-12-10 12:27:36','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','438.60','','25.00','0','Inclusive','616076027730222060'),(7000,'61607603335','100','10','14000','retail','0','2020-12-10 15:28:55','','','','0','Invoice',1719.30,'1400','','','6','','1','2020-12-10 12:33:41','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','109.00','99','Inclusive','616076033952006633'),(7001,'61607603335','194','10','7300','retail','0','2020-12-10 15:29:56','','','','0','Invoice',896.49,'730','','','6','','1','2020-12-10 12:33:41','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','640.35','','490.00','480','Inclusive','616076034136204000'),(7002,'61607603335','98','10','3300','retail','0','2020-12-10 15:30:14','','','','0','Invoice',405.26,'330','','','6','','1','2020-12-10 12:33:41','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','289.47','','411.00','401','Inclusive','616076034350315403'),(7003,'61607603335','311','10','2500','retail','0','2020-12-10 15:30:36','','','','0','Invoice',307.02,'250','','','6','','1','2020-12-10 12:33:41','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','10','69.00','59','Inclusive','616076034555333063'),(7004,'61607603335','322','10','1500','retail','0','2020-12-10 15:30:56','','','','0','Invoice',184.21,'150','','','6','','1','2020-12-10 12:33:41','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','37.00','27','Inclusive','616076034780682327'),(7005,'41607603087','185','5','1250','retail','0','2020-12-10 16:45:33','','','','0','Cash',153.51,'250','','','4','','1','2020-12-10 13:46:13','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','5','5.00','0','Inclusive','416076079588218023'),(7006,'41607673651','1','1','320','retail','0','2020-12-11 11:00:51','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-11 08:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','73.00','72','Inclusive','416076739555730324'),(7007,'41607673651','5','1','110','retail','0','2020-12-11 11:05:56','','','','0','Cash',13.51,'110','','','4','','1','2020-12-11 08:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416076739630333214'),(7008,'41607673651','10','1','20','retail','0','2020-12-11 11:06:04','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 08:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','100.50','99.5','Inclusive','416076739692372199'),(7009,'41607673651','133','1','10','retail','0','2020-12-11 11:06:10','','','','0','Cash',1.23,'10','','','4','','1','2020-12-11 08:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416076739770073232'),(7010,'41607673651','15','1','30','retail','0','2020-12-11 11:06:18','','','','0','Cash',3.68,'30','','','4','','1','2020-12-11 08:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076739852273023'),(7011,'41607673651','74','1','50','retail','0','2020-12-11 11:06:25','','','','5','Cash',6.14,'50','','','4','','1','2020-12-11 08:06:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076739903320330'),(7012,'41607673996','161','80','3800','retail','0','2020-12-11 11:06:36','','','','0','Cash',466.67,'47.50','','','4','','1','2020-12-11 08:10:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','815.00','735','Inclusive','416076742232223023'),(7013,'41607674236','147','5','1800','retail','0','2020-12-11 11:10:36','','','','0','Cash',221.05,'360','','','4','','1','2020-12-11 08:57:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','315.79','','369.40','364.4','Inclusive','416076745831370333'),(7014,'41607677068','3','1','170','retail','0','2020-12-11 11:57:48','','','','0','Cash',20.88,'170','','','4','','1','2020-12-11 08:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416076771033723701'),(7015,'41607677068','6','1','70','retail','0','2020-12-11 11:58:24','','','','0','Cash',8.60,'70','','','4','','1','2020-12-11 08:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416076771133003321'),(7016,'41607677068','11','1','20','retail','0','2020-12-11 11:58:44','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 08:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416076771291313006'),(7017,'41607677068','133','1','10','retail','0','2020-12-11 11:58:50','','','','0','Cash',1.23,'10','','','4','','1','2020-12-11 08:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416076771355272230'),(7018,'41607677068','19','1','30','retail','0','2020-12-11 11:58:56','','','','0','Cash',3.68,'30','','','4','','1','2020-12-11 08:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076771460233247'),(7019,'41607677068','74','1','50','retail','0','2020-12-11 11:59:06','','','','5','Cash',6.14,'50','','','4','','1','2020-12-11 08:59:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076771576173502'),(7020,'41607677176','1','5','1600','retail','0','2020-12-11 11:59:36','','','','159.60','Cash',196.49,'320','','','4','','1','2020-12-11 09:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','5','71.50','66.5','Inclusive','416076795875533230'),(7021,'41607677176','5','5','550','retail','0','2020-12-11 12:39:48','','','','0','Cash',67.54,'110','','','4','','1','2020-12-11 09:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','5','0.00','-2.5','Inclusive','416076795990902223'),(7022,'41607677176','10','5','100','retail','0','2020-12-11 12:39:59','','','','0','Cash',12.28,'20','','','4','','1','2020-12-11 09:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','98.00','93','Inclusive','416076796073030247'),(7023,'41607677176','133','5','50','retail','0','2020-12-11 12:40:07','','','','0','Cash',6.14,'10','','','4','','1','2020-12-11 09:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive','416076796143374363'),(7024,'41607677176','15','5','150','retail','0','2020-12-11 12:40:15','','','','0','Cash',18.42,'30','','','4','','1','2020-12-11 09:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','5','0.12','-4.73','Inclusive','416076796333623212'),(7025,'41607677176','70','5','250','retail','0','2020-12-11 12:40:34','','','','2','Cash',30.70,'50','','','4','','1','2020-12-11 09:40:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive','416076796450603200'),(7026,'41607679652','161','20','950','retail','0','2020-12-11 12:40:52','','','','0','Cash',116.67,'47.50','','','4','','1','2020-12-11 09:48:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','41.67','','735.00','715','Inclusive','416076800348024227'),(7027,'41607680096','3','2','340','retail','0','2020-12-11 12:48:16','','','','0','Cash',41.75,'170','','','4','','1','2020-12-11 10:44:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416076833746330033'),(7028,'41607680096','6','2','140','retail','0','2020-12-11 13:42:55','','','','0','Cash',17.19,'70','','','4','','1','2020-12-11 10:44:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','2','0.00','-1.5','Inclusive','416076833937033202'),(7029,'41607680096','11','2','40','retail','0','2020-12-11 13:43:14','','','','0','Cash',4.91,'20','','','4','','1','2020-12-11 10:44:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','0.00','-1','Inclusive','416076834032203200'),(7030,'41607680096','133','2','20','retail','0','2020-12-11 13:43:23','','','','0','Cash',2.46,'10','','','4','','1','2020-12-11 10:44:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','416076834122631432'),(7031,'41607680096','70','2','100','retail','0','2020-12-11 13:43:33','','','','2','Cash',12.28,'50','','','4','','1','2020-12-11 10:44:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416076834223332320'),(7032,'41607683441','3','1','170','retail','0','2020-12-11 13:44:02','','','','0','Cash',20.88,'170','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416076849284322231'),(7033,'41607683441','6','1','70','retail','0','2020-12-11 14:08:49','','','','0','Cash',8.60,'70','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416076849393047028'),(7034,'41607683441','11','1','20','retail','0','2020-12-11 14:09:00','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416076849466386230'),(7035,'41607683441','133','1','10','retail','0','2020-12-11 14:09:07','','','','0','Cash',1.23,'10','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416076849530333249'),(7036,'41607683441','19','1','30','retail','0','2020-12-11 14:09:13','','','','0','Cash',3.68,'30','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076849597425332'),(7037,'41607683441','70','1','50','retail','0','2020-12-11 14:09:19','','','','2','Cash',6.14,'50','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076849694004092'),(7038,'41607683441','2','1','90','retail','0','2020-12-11 14:09:37','','','','0','Cash',11.05,'90','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','2.00','1','Inclusive','416076849883384223'),(7039,'41607683441','11','1','20','retail','0','2020-12-11 14:09:48','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416076849943620001'),(7040,'41607683441','69','1','100','retail','0','2020-12-11 14:09:55','','','','0','Cash',12.28,'100','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive','416076850040242050'),(7041,'41607683441','23','1','30','retail','0','2020-12-11 14:10:04','','','','0','Cash',3.68,'30','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','416076850093932437'),(7042,'41607683441','55','1','50','retail','0','2020-12-11 14:10:10','','','','0','Cash',6.14,'50','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','416076850162202503'),(7043,'41607683441','50','1','210','retail','0','2020-12-11 14:10:17','','','','0','Cash',25.79,'210','','','4','','1','2020-12-11 11:10:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','416076850240302106'),(7044,'41607685030','185','2','500','retail','0','2020-12-11 14:10:30','','','','0','Cash',61.40,'250','','','4','','1','2020-12-11 11:19:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','2','5.00','3','Inclusive','416076855572205622'),(7045,'41607685569','1','1','320','retail','0','2020-12-11 14:19:29','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-11 11:21:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','65.00','64','Inclusive','416076855970033306'),(7046,'41607685569','5','1','110','retail','0','2020-12-11 14:19:58','','','','0','Cash',13.51,'110','','','4','','1','2020-12-11 11:21:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416076856203220056'),(7047,'41607685569','10','1','20','retail','0','2020-12-11 14:20:21','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 11:21:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','91.00','90','Inclusive','416076856298832602'),(7048,'41607685569','133','1','10','retail','0','2020-12-11 14:20:29','','','','0','Cash',1.23,'10','','','4','','1','2020-12-11 11:21:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416076856384200602'),(7049,'41607685569','15','1','30','retail','0','2020-12-11 14:20:38','','','','0','Cash',3.68,'30','','','4','','1','2020-12-11 11:21:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076856470513333'),(7050,'41607685569','70','1','50','retail','0','2020-12-11 14:20:48','','','','2','Cash',6.14,'50','','','4','','1','2020-12-11 11:21:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076856593592230'),(7051,'41607685672','137','1','50','retail','0','2020-12-11 14:21:12','','','','0','Cash',6.14,'50','','','4','','1','2020-12-11 11:23:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416076858142134081'),(7052,'41607685820','1','5','1500','retail','0','2020-12-11 14:23:40','','','','159.60','Cash',184.21,'300','','','4','','1','2020-12-11 11:33:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','64.00','59','Inclusive','416076862984202232'),(7053,'41607685820','5','5','500','retail','0','2020-12-11 14:31:45','','','','0','Cash',61.40,'100','','','4','','1','2020-12-11 11:33:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','416076863133222201'),(7054,'41607685820','23','5','100','retail','0','2020-12-11 14:32:00','','','','0','Cash',12.28,'20','','','4','','1','2020-12-11 11:33:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.09','0.09','Inclusive','416076863313260332'),(7055,'41607685820','74','5','250','retail','0','2020-12-11 14:32:17','','','','5','Cash',30.70,'50','','','4','','1','2020-12-11 11:33:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive','416076863452233003'),(7056,'41607685820','133','5','50','retail','0','2020-12-11 14:32:26','','','','0','Cash',6.14,'10','','','4','','1','2020-12-11 11:33:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','5','0.00','-4.75','Inclusive','416076863545322163'),(7057,'41607685820','10','5','100','retail','0','2020-12-11 14:32:35','','','','0','Cash',12.28,'20','','','4','','1','2020-12-11 11:33:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','5','90.00','85','Inclusive','416076863676136036'),(7058,'41607686409','1','2','640','retail','0','2020-12-11 14:33:29','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-11 11:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','59.00','57','Inclusive','416076864352106381'),(7059,'41607686409','2','2','180','retail','0','2020-12-11 14:33:55','','','','0','Cash',22.11,'90','','','4','','1','2020-12-11 11:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','2','1.00','-0.5','Inclusive','416076864453080517'),(7060,'41607686409','10','2','40','retail','0','2020-12-11 14:34:06','','','','0','Cash',4.91,'20','','','4','','1','2020-12-11 11:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','85.00','83','Inclusive','416076864683102437'),(7061,'41607686409','33','2','260','retail','0','2020-12-11 14:34:29','','','','0','Cash',31.93,'130','','','4','','1','2020-12-11 11:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.00','-1.5','Inclusive','416076864807432003'),(7062,'41607686409','70','2','100','retail','0','2020-12-11 14:34:41','','','','2','Cash',12.28,'50','','','4','','1','2020-12-11 11:35:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416076865011232700'),(7063,'41607686537','71','0.1','100','retail','0','2020-12-11 14:44:48','','','','0','Cash',12.28,'1000','','','4','','1','2020-12-11 11:45:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','1.77','1.67','Inclusive','416076871114322160'),(7064,'41607687442','152','1','350','retail','0','2020-12-11 14:50:42','','','','0','Cash',42.98,'350','','','4','','1','2020-12-11 11:53:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','307.02','1','0.6','0.6','Inclusive','416076876074323234'),(7065,'41607691561','1','1','320','retail','0','2020-12-11 16:38:44','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-11 13:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','36.50','35.5','Inclusive','416076940930023012'),(7066,'41607691561','5','1','110','retail','0','2020-12-11 16:41:51','','','','0','Cash',13.51,'110','','','4','','1','2020-12-11 13:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416076941217343373'),(7067,'41607691561','10','1','20','retail','0','2020-12-11 16:42:01','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 13:42:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','34.00','33','Inclusive','416076941281128203'),(7068,'41607694133','1','2','640','retail','0','2020-12-11 16:42:13','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-11 13:48:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','35.50','33.5','Inclusive','416076941752633317'),(7069,'41607694133','5','2','220','retail','0','2020-12-11 16:47:22','','','','0','Cash',27.02,'110','','','4','','1','2020-12-11 13:48:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','416076944522347323'),(7070,'41607694133','133','2','20','retail','0','2020-12-11 16:47:33','','','','0','Cash',2.46,'10','','','4','','1','2020-12-11 13:48:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','1.00','-0.9','Inclusive','416076944603222242'),(7071,'41607694133','10','2','40','retail','0','2020-12-11 16:47:40','','','','0','Cash',4.91,'20','','','4','','1','2020-12-11 13:48:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','33.00','31','Inclusive','416076944692260026'),(7072,'41607694133','19','2','60','retail','0','2020-12-11 16:47:49','','','','0','Cash',7.37,'30','','','4','','1','2020-12-11 13:48:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','416076944830293024'),(7073,'41607694133','70','2','100','retail','0','2020-12-11 16:48:04','','','','2','Cash',12.28,'50','','','4','','1','2020-12-11 13:48:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416076945160143506'),(7074,'41607694523','1','1','320','retail','0','2020-12-11 16:48:43','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-11 13:56:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','33.50','32.5','Inclusive','416076949053223022'),(7075,'41607694523','5','1','110','retail','0','2020-12-11 16:55:05','','','','0','Cash',13.51,'110','','','4','','1','2020-12-11 13:56:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416076949187632122'),(7076,'41607694523','10','1','20','retail','0','2020-12-11 16:55:19','','','','0','Cash',2.46,'20','','','4','','1','2020-12-11 13:56:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','31.00','30','Inclusive','416076949376233332'),(7077,'41607694523','133','1','10','retail','0','2020-12-11 16:55:38','','','','0','Cash',1.23,'10','','','4','','1','2020-12-11 13:56:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive','416076949452250046'),(7078,'41607694523','19','1','30','retail','0','2020-12-11 16:55:46','','','','0','Cash',3.68,'30','','','4','','1','2020-12-11 13:56:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416076949544352093'),(7079,'41607694523','70','1','50','retail','0','2020-12-11 16:55:55','','','','2','Cash',6.14,'50','','','4','','1','2020-12-11 13:56:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416076949616492024'),(7080,'61607696616','100','2','2800','retail','0','2020-12-11 17:23:36','','','','0','Cash',343.86,'1400','','','6','','1','2020-12-11 14:25:29','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','99.00','97','Inclusive','616076966343066623'),(7081,'61607696616','322','2','600','retail','0','2020-12-11 17:23:55','','','','0','Cash',73.68,'300','','','6','','1','2020-12-11 14:25:29','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','263.16','','27.00','25','Inclusive','616076966566330213'),(7082,'61607696616','323','2','200','retail','0','2020-12-11 17:24:16','','','','0','Cash',24.56,'100','','','6','','1','2020-12-11 14:25:29','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','87.72','','3.00','1','Inclusive','616076966733663023'),(7083,'61607696731','323','1','100','retail','0','2020-12-11 17:25:31','','','','0','Cash',12.28,'100','','','6','','1','2020-12-11 14:26:10','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive','616076967556706320'),(7084,'61607696773','143','2','600','retail','0','2020-12-11 17:26:13','','','','2','Cash',73.68,'300','','','6','','1','2020-12-11 14:41:57','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','263.16','2','5.00','3','Inclusive','616076977072623033'),(7085,'61607763279','327','4','4000','retail','0','2020-12-12 11:54:39','','','','0','Cash',491.23,'1000','','','6','','1','2020-12-12 08:59:33','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','877.19','','36.00','32','Inclusive','616077633072327770'),(7086,'41607926734','3','1','170','retail','0','2020-12-14 09:18:54','','','','0','Cash',20.88,'170','','','4','','1','2020-12-14 06:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416079279982733222'),(7087,'41607926734','70','1','50','retail','0','2020-12-14 09:40:11','','','','2','Cash',6.14,'50','','','4','','1','2020-12-14 06:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416079280174832302'),(7088,'41607926734','15','1','30','retail','0','2020-12-14 09:40:17','','','','0','Cash',3.68,'30','','','4','','1','2020-12-14 06:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416079280268433063'),(7089,'41607926734','133','1','10','retail','0','2020-12-14 09:40:27','','','','0','Cash',1.23,'10','','','4','','1','2020-12-14 06:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416079280533033224'),(7090,'41607926734','6','1','70','retail','0','2020-12-14 09:40:53','','','','0','Cash',8.60,'70','','','4','','1','2020-12-14 06:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416079280628230603'),(7091,'41607926734','11','1','20','retail','0','2020-12-14 09:41:03','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 06:44:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416079280711920293'),(7092,'41607928272','1','1','300','retail','0','2020-12-14 09:44:32','','','','159.60','Cash',36.84,'300','','','4','','1','2020-12-14 07:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','52.00','51','Inclusive','416079294300093234'),(7093,'41607928272','10','1','20','retail','0','2020-12-14 10:03:51','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 07:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','79.50','78.5','Inclusive','416079294376222342'),(7094,'41607928272','133','1','10','retail','0','2020-12-14 10:03:58','','','','0','Cash',1.23,'10','','','4','','1','2020-12-14 07:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416079294442240341'),(7095,'41607928272','5','1','100','retail','0','2020-12-14 10:04:04','','','','0','Cash',12.28,'100','','','4','','1','2020-12-14 07:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','1.00','0','Inclusive','416079294522314900'),(7096,'41607928272','15','1','20','retail','0','2020-12-14 10:15:26','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 07:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','416079301353344033'),(7097,'41607928272','70','1','50','retail','0','2020-12-14 10:15:35','','','','2','Cash',6.14,'50','','','4','','1','2020-12-14 07:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416079301424320094'),(7098,'41607936718','110','20','1400','retail','0','2020-12-14 12:05:27','','','','0','Cash',171.93,'70','','','4','','1','2020-12-14 09:06:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','','355.00','335','Inclusive','416079367381323023'),(7099,'41607936771','1','1','320','retail','0','2020-12-14 12:06:11','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-14 09:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','51.00','50','Inclusive','416079369122013312'),(7100,'41607936771','5','1','110','retail','0','2020-12-14 12:08:32','','','','0','Cash',13.51,'110','','','4','','1','2020-12-14 09:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','416079369203432362'),(7101,'41607936771','10','1','20','retail','0','2020-12-14 12:08:41','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 09:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','78.50','77.5','Inclusive','416079369393692223'),(7102,'41607936771','133','1','10','retail','0','2020-12-14 12:09:00','','','','0','Cash',1.23,'10','','','4','','1','2020-12-14 09:09:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','3.00','2','Inclusive','416079369490264222'),(7103,'41607936970','1','2','640','retail','0','2020-12-14 12:09:30','','','','159.60','Cash',78.60,'320','','','4','','1','2020-12-14 09:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','50.00','48','Inclusive','416079392850335200'),(7104,'41607936970','10','2','40','retail','0','2020-12-14 12:48:42','','','','0','Cash',4.91,'20','','','4','','1','2020-12-14 09:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','77.50','75.5','Inclusive','416079393353031309'),(7105,'41607936970','133','2','20','retail','0','2020-12-14 12:49:07','','','','0','Cash',2.46,'10','','','4','','1','2020-12-14 09:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','2.00','0','Inclusive','416079393747323230'),(7106,'41607936970','4','1','220','retail','0','2020-12-14 12:49:35','','','','0','Cash',27.02,'220','','','4','','1','2020-12-14 09:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','31.00','30','Inclusive','416079394103013023'),(7107,'41607936970','19','2','60','retail','0','2020-12-14 12:50:18','','','','0','Cash',7.37,'30','','','4','','1','2020-12-14 09:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','416079394602232420'),(7108,'41607936970','70','2','100','retail','0','2020-12-14 12:51:01','','','','2','Cash',12.28,'50','','','4','','1','2020-12-14 09:51:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416079394773032120'),(7109,'41607939506','3','1','170','retail','0','2020-12-14 12:52:09','','','','0','Cash',20.88,'170','','','4','','1','2020-12-14 09:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416079395977232430'),(7110,'41607939506','6','1','70','retail','0','2020-12-14 12:53:17','','','','0','Cash',8.60,'70','','','4','','1','2020-12-14 09:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416079396082449373'),(7111,'41607939506','11','1','20','retail','0','2020-12-14 12:53:29','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 09:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416079396202032933'),(7112,'41607939506','133','1','10','retail','0','2020-12-14 12:53:40','','','','0','Cash',1.23,'10','','','4','','1','2020-12-14 09:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416079397182424329'),(7113,'41607939506','19','1','30','retail','0','2020-12-14 12:55:19','','','','0','Cash',3.68,'30','','','4','','1','2020-12-14 09:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416079397352334232'),(7114,'41607939506','70','1','50','retail','0','2020-12-14 12:55:35','','','','2','Cash',6.14,'50','','','4','','1','2020-12-14 09:56:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416079397490032323'),(7115,'41607940029','1','1','320','retail','0','2020-12-14 13:00:29','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-14 10:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','47.50','46.5','Inclusive','416079400410333233'),(7116,'41607940029','5','1','110','retail','0','2020-12-14 13:00:45','','','','0','Cash',13.51,'110','','','4','','1','2020-12-14 10:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416079400554042042'),(7117,'41607940029','10','1','20','retail','0','2020-12-14 13:00:56','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 10:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','75.00','74','Inclusive','416079400711333063'),(7118,'41607940029','133','1','10','retail','0','2020-12-14 13:01:12','','','','0','Cash',1.23,'10','','','4','','1','2020-12-14 10:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416079400818221243'),(7119,'41607940029','15','1','30','retail','0','2020-12-14 13:01:22','','','','0','Cash',3.68,'30','','','4','','1','2020-12-14 10:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416079400933263346'),(7120,'41607940029','74','1','50','retail','0','2020-12-14 13:01:34','','','','5','Cash',6.14,'50','','','4','','1','2020-12-14 10:01:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','416079401073002039'),(7121,'41607940117','1','1','320','retail','0','2020-12-14 13:01:57','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-14 10:05:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.50','45.5','Inclusive','416079401963333334'),(7122,'41607940117','5','1','110','retail','0','2020-12-14 13:03:17','','','','0','Cash',13.51,'110','','','4','','1','2020-12-14 10:05:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416079402132222329'),(7123,'41607940117','133','1','10','retail','0','2020-12-14 13:03:34','','','','0','Cash',1.23,'10','','','4','','1','2020-12-14 10:05:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416079402233023192'),(7124,'41607940117','10','1','20','retail','0','2020-12-14 13:03:44','','','','0','Cash',2.46,'20','','','4','','1','2020-12-14 10:05:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','74.00','73','Inclusive','416079402383300322'),(7125,'41607940117','15','1','30','retail','0','2020-12-14 13:03:59','','','','0','Cash',3.68,'30','','','4','','1','2020-12-14 10:05:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416079402470330022'),(7126,'41607940396','3','1','160','retail','0','2020-12-14 13:06:36','','','','0','Cash',19.65,'160','','','4','','1','2020-12-14 10:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416079404083440203'),(7127,'41607940396','5','1','110','retail','0','2020-12-14 13:06:48','','','','0','Cash',13.51,'110','','','4','','1','2020-12-14 10:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416079404180324201'),(7128,'41607940396','10','2','40','retail','0','2020-12-14 13:06:59','','','','0','Cash',4.91,'20','','','4','','1','2020-12-14 10:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','74.00','72','Inclusive','416079404320330090'),(7129,'41607940396','15','1','30','retail','0','2020-12-14 13:07:13','','','','0','Cash',3.68,'30','','','4','','1','2020-12-14 10:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416079404522300471'),(7130,'41607940396','74','1','50','retail','0','2020-12-14 13:07:32','','','','5','Cash',6.14,'50','','','4','','1','2020-12-14 10:07:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416079404623242393'),(7131,'61607940472','309','20','3000','retail','0','2020-12-14 13:07:52','','','','0','Cash',368.42,'150','','','6','','1','2020-12-14 10:10:28','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','20.00','0','Inclusive','616079405433603933'),(7132,'61607940472','310','20','5000','retail','0','2020-12-14 13:09:03','','','','0','Cash',614.04,'250','','','6','','1','2020-12-14 10:10:28','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','','56.00','36','Inclusive','616079405610636242'),(7133,'61607940673','310','20','5000','retail','0','2020-12-14 13:11:33','','','','0','Invoice',614.04,'250','','','6','','1','2020-12-14 10:54:02','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','','36.00','16','Inclusive','616079431155330330'),(7134,'61607940673','309','20','3000','retail','0','2020-12-14 13:51:56','','','','0','Invoice',368.42,'150','','','6','','1','2020-12-14 10:54:02','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','20.00','0','Inclusive','616079431313240307'),(7135,'41607940472','98','24','8160','retail','0','2020-12-14 13:07:52','','','','0','Mpesa',1002.11,'340','','','4','','1','2020-12-14 11:20:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','298.25','','24.00','0','Inclusive','416079443300402123'),(7136,'41607940472','195','30','5700','retail','0','2020-12-14 14:12:25','','','','0','Mpesa',700.00,'190','','','4','','1','2020-12-14 11:20:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','166.67','','41.00','11','Inclusive','416079443600462423'),(7137,'41607940472','284','54','0','retail','0','2020-12-14 14:12:52','','','','0','Mpesa',0.00,'0','','','4','','1','2020-12-14 11:20:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','54','55.00','1','Inclusive','416079447664309202'),(7138,'41607940472','276','54','0','retail','0','2020-12-14 14:19:27','','','','0','Mpesa',0.00,'0','','','4','','1','2020-12-14 11:20:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','54','174.00','120','Inclusive','416079448380230030'),(7139,'61607944444','100','5','7000','retail','0','2020-12-14 14:14:04','','','','0','Invoice',859.65,'1400','','','6','','1','2020-12-14 11:21:40','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','97.00','92','Inclusive','616079444812241020'),(7140,'61607944444','194','5','3650','retail','0','2020-12-14 14:14:41','','','','0','Invoice',448.25,'730','','','6','','1','2020-12-14 11:21:40','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','640.35','','480.00','475','Inclusive','616079445010235396'),(7141,'61607944444','325','5','2500','retail','0','2020-12-14 14:15:01','','','','0','Invoice',307.02,'500','','','6','','1','2020-12-14 11:21:40','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','438.60','','6.00','1','Inclusive','616079445403602333'),(7142,'41607944849','185','1','250','retail','0','2020-12-14 14:20:49','','','','0','Cash',30.70,'250','','','4','','1','2020-12-14 11:33:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','3.00','2','Inclusive','416079455962220000'),(7143,'61607945184','326','4','7200','retail','0','2020-12-14 14:26:24','','','','0','Invoice',884.21,'1800','','','6','','1','2020-12-14 11:34:07','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1578.95','','55.00','51','Inclusive','616079454496063200'),(7144,'61607945184','327','4','4000','retail','0','2020-12-14 14:30:49','','','','0','Invoice',491.23,'1000','','','6','','1','2020-12-14 11:34:07','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','877.19','','28.00','24','Inclusive','616079454716306037'),(7145,'61607945755','326','6','10800','retail','0','2020-12-14 14:35:55','','','','0','Invoice',1326.32,'1800','','','6','','1','2020-12-14 11:37:20','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1578.95','','51.00','45','Inclusive','616079457712299332'),(7146,'61607945883','328','12','5520','retail','0','2020-12-14 14:38:03','','','','0','Invoice',677.89,'460','','','6','','1','2020-12-14 11:43:46','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','403.51','','15.00','3','Inclusive','616079459226010031'),(7147,'61607945883','329','12','6960','retail','0','2020-12-14 14:38:42','','','','0','Invoice',854.74,'580','','','6','','1','2020-12-14 11:43:46','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','508.77','','12.00','0','Inclusive','616079459490390246'),(7148,'61607946312','327','4','4000','retail','0','2020-12-14 14:45:13','','','','0','Invoice',491.23,'1000','','','6','','1','2020-12-14 11:50:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','877.19','','24.00','20','Inclusive','616079464096029293'),(7149,'61607946312','326','3','5400','retail','0','2020-12-14 14:47:02','','','','0','Invoice',663.16,'1800','','','6','','1','2020-12-14 11:50:14','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1578.95','','45.00','42','Inclusive','616079464434239306'),(7150,'61607946703','327','6','6000','retail','0','2020-12-14 14:51:43','','','','0','Invoice',736.84,'1000','','','6','','1','2020-12-14 11:57:38','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','877.19','','20.00','14','Inclusive','616079469802003403'),(7151,'61607947272','100','10','14000','retail','0','2020-12-14 15:01:33','','','','0','Invoice',1719.30,'1400','','','6','','1','2020-12-14 12:59:47','1','1','returned','2','new','pcs','','2020-12-14 15:59:47','8','yes','','0','','','VATABLE','1228.07','','92.00','82','Inclusive','616079473063306277'),(7152,'61607947272','194','10','7300','retail','0','2020-12-14 15:01:47','','','','0','Invoice',896.49,'730','','','6','','1','2020-12-14 12:59:51','1','1','returned','2','new','pcs','','2020-12-14 15:59:51','8','yes','','0','','','VATABLE','640.35','','475.00','465','Inclusive','616079473351643306'),(7153,'61607947272','98','10','3300','retail','0','2020-12-14 15:02:43','','','','0','Invoice',405.26,'330','','','6','','1','2020-12-14 12:59:55','1','1','returned','2','new','pcs','','2020-12-14 15:59:55','8','yes','','0','','','VATABLE','289.47','','401.00','391','Inclusive','616079473977404322'),(7154,'61607947272','311','10','2500','retail','0','2020-12-14 15:03:26','','','','0','Invoice',307.02,'250','','','6','','1','2020-12-14 12:59:58','1','1','returned','2','new','pc','','2020-12-14 15:59:58','8','yes','','0','','','VATABLE','219.30','10','59.00','49','Inclusive','616079474332073230'),(7155,'61607947272','322','10','1500','retail','0','2020-12-14 15:03:54','','','','0','Invoice',184.21,'150','','','6','','1','2020-12-14 13:00:01','1','1','returned','2','new','pc','','2020-12-14 16:00:01','8','yes','','0','','','VATABLE','131.58','','25.00','15','Inclusive','616079474450737202'),(7156,'61607947669','99','1','6300','retail','0','2020-12-14 15:07:49','','','','0','Invoice',773.68,'6300','','','6','','1','2020-12-14 12:09:25','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','5526.32','','20.00','19','Inclusive','616079476933234002'),(7157,'61607947802','99','1','6300','retail','0','2020-12-14 15:10:02','','','','0','Invoice',773.68,'6300','','','6','','1','2020-12-14 12:11:20','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','5526.32','','19.00','18','Inclusive','616079478133303128'),(7158,'61607947908','100','6','8400','retail','0','2020-12-14 15:11:48','','','','0','Invoice',1031.58,'1400','','','6','','1','2020-12-14 12:13:19','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','82.00','76','Inclusive','616079479302220306'),(7159,'61607948306','331','1','600','retail','0','2020-12-14 15:27:45','','','','0','Invoice',73.68,'600','','','6','','1','2020-12-14 12:42:27','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','526.32','','1.00','0','Inclusive','616079488753021431'),(7160,'61607948306','332','1','700','retail','0','2020-12-14 15:27:55','','','','0','Invoice',85.96,'700','','','6','','1','2020-12-14 12:42:27','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','614.04','','2.00','1','Inclusive','616079488892033022'),(7161,'61607948306','326','6','10500','retail','0','2020-12-14 15:28:46','','','','0','Invoice',1289.47,'1750','','','6','','1','2020-12-14 12:42:27','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1535.09','','42.00','36','Inclusive','616079489658836576'),(7162,'41607950054','330','1','100','retail','0','2020-12-14 15:47:34','','','','0','Cash',12.28,'100','','','4','','1','2020-12-14 12:49:33','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','87.72','','45.00','44','Inclusive','416079500893203400'),(7163,'41607950175','330','1','100','retail','0','2020-12-14 15:49:35','','','','0','Cash',12.28,'100','','','4','','1','2020-12-14 12:51:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','87.72','','44.00','43','Inclusive','416079502093290227'),(7164,'61607951022','100','20','27600','retail','0','2020-12-14 16:03:42','','','','0','Invoice',3389.47,'1380','','','6','','1','2020-12-14 13:56:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1210.53','','86.00','66','Inclusive','616079510521302061'),(7165,'61607951022','194','20','15000','retail','0','2020-12-14 16:04:13','','','','0','Invoice',1842.11,'750','','','6','','1','2020-12-14 13:56:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','657.89','','475.00','455','Inclusive','616079510822561322'),(7166,'61607951022','98','24','8400','retail','0','2020-12-14 16:04:43','','','','0','Invoice',1031.58,'350','','','6','','1','2020-12-14 13:56:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','307.02','','401.00','377','Inclusive','616079511080130225'),(7167,'61607951022','195','48','9600','retail','0','2020-12-14 16:05:09','','','','0','Invoice',1178.95,'200','','','6','','1','2020-12-14 13:56:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','175.44','','150.00','102','Inclusive','616079511232022202'),(7168,'61607951022','311','20','5000','retail','0','2020-12-14 16:05:23','','','','0','Invoice',614.04,'250','','','6','','1','2020-12-22 11:28:39','1','1','returned','2','new','pc','','2020-12-22 14:28:39','8','yes','','0','','','VATABLE','219.30','20','59.00','39','Inclusive','616079511562301663'),(7169,'61607951022','310','18','2880','retail','0','2020-12-14 16:07:18','','','','0','Invoice',353.68,'160','','','6','','1','2020-12-22 14:00:23','1','1','returned','2','new','pc','','2020-12-22 17:00:23','8','yes','','0','','','VATABLE','140.35','','18.00','0','Inclusive','616079527695032922'),(7170,'61607951022','322','40','6000','retail','0','2020-12-14 16:32:50','','','','0','Invoice',736.84,'150','','','6','','1','2020-12-22 11:28:28','1','1','returned','2','new','pc','','2020-12-22 14:28:28','8','yes','','0','','','VATABLE','131.58','','40.00','0','Inclusive','616079527890223203'),(7171,'61607951022','323','40','4000','retail','0','2020-12-14 16:52:16','','','','0','Invoice',491.23,'100','','','6','','1','2020-12-14 13:56:02','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','87.72','','40.00','0','Inclusive','616079539563230233'),(7172,'61607951022','324','25','12500','retail','0','2020-12-14 16:52:36','','','','0','Invoice',1535.09,'500','','','6','','1','2020-12-14 13:56:02','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','438.60','','25.00','0','Inclusive','616079539784383223'),(7173,'41608013065','85','1','120','retail','0','2020-12-15 09:17:45','','','','0','Cash',14.74,'120','','','4','','1','2020-12-15 06:18:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','630.50','629.5','Inclusive','416080130787306363'),(7174,'61608012716','98','1','350','retail','0','2020-12-15 09:19:52','','','','0','Cash',42.98,'350','','','6','','1','2020-12-15 06:24:17','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','307.02','','377.00','376','Inclusive','616080132413301431'),(7175,'61608013458','98','1','350','retail','0','2020-12-15 09:24:18','','','','0','Cash',42.98,'350','','','6','','1','2020-12-15 06:25:05','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','307.02','','376.00','375','Inclusive','616080134930322660'),(7176,'61608013506','195','1','200','retail','0','2020-12-15 09:25:06','','','','0','Cash',24.56,'200','','','6','','1','2020-12-15 06:31:56','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','175.44','','102.00','101','Inclusive','616080137188323301'),(7177,'41608013089','1','1','320','retail','0','2020-12-15 09:18:09','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-15 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','44.00','43','Inclusive','416080140948603033'),(7178,'41608013089','5','1','110','retail','0','2020-12-15 09:34:55','','','','0','Cash',13.51,'110','','','4','','1','2020-12-15 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416080141040380300'),(7179,'41608013089','10','1','20','retail','0','2020-12-15 09:35:04','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','72.00','71','Inclusive','416080141110221036'),(7180,'41608013089','133','1','10','retail','0','2020-12-15 09:35:11','','','','0','Cash',1.23,'10','','','4','','1','2020-12-15 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','2.00','1','Inclusive','416080141192421312'),(7181,'41608013089','15','1','30','retail','0','2020-12-15 09:35:20','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080141341130121'),(7182,'41608013089','74','1','50','retail','0','2020-12-15 09:35:34','','','','5','Cash',6.14,'50','','','4','','1','2020-12-15 06:35:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','416080141426330320'),(7183,'41608014152','1','1','320','retail','0','2020-12-15 09:35:52','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-15 06:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','43.00','42','Inclusive','416080141702043202'),(7184,'41608014152','5','1','110','retail','0','2020-12-15 09:36:11','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-15 06:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416080141783012323'),(7185,'41608014152','133','1','10','retail','0','2020-12-15 09:36:19','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-15 06:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive','416080141851088433'),(7186,'41608014152','10','1','20','retail','0','2020-12-15 09:36:25','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-15 06:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','71.00','70','Inclusive','416080141910100316'),(7187,'41608014152','15','1','30','retail','0','2020-12-15 09:36:32','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-15 06:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080141979227313'),(7188,'41608014152','74','1','50','retail','0','2020-12-15 09:36:37','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-15 06:36:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416080142030233302'),(7189,'41608014210','147','5','2500','retail','0','2020-12-15 09:36:50','','','','0','Cash',307.02,'500','','','4','','1','2020-12-15 07:00:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','362.40','357.4','Inclusive','416080156100322232'),(7190,'41608022864','85','5','500','retail','0','2020-12-15 12:01:04','','','','0','Cash',61.40,'100','','','4','','1','2020-12-15 09:02:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','629.50','624.5','Inclusive','416080228972023093'),(7191,'41608023490','3','1','170','retail','0','2020-12-15 12:13:21','','','','0','Cash',20.88,'170','','','4','','1','2020-12-15 09:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416080236300332231'),(7192,'41608023490','15','1','30','retail','0','2020-12-15 12:15:57','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 09:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080237672623220'),(7193,'41608023490','70','1','50','retail','0','2020-12-15 12:16:08','','','','2','Cash',6.14,'50','','','4','','1','2020-12-15 09:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','416080237752232376'),(7194,'41608023490','133','1','10','retail','0','2020-12-15 12:16:16','','','','0','Cash',1.23,'10','','','4','','1','2020-12-15 09:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive','416080238162400036'),(7195,'41608023490','6','1','70','retail','0','2020-12-15 12:16:57','','','','0','Cash',8.60,'70','','','4','','1','2020-12-15 09:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416080238462403222'),(7196,'41608023490','11','1','20','retail','0','2020-12-15 12:17:26','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 09:20:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416080238610230630'),(7197,'41608024008','3','2','340','retail','0','2020-12-15 12:20:08','','','','0','Cash',41.75,'170','','','4','','1','2020-12-15 09:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416080243142032322'),(7198,'41608024008','2','2','180','retail','0','2020-12-15 12:25:25','','','','0','Cash',22.11,'90','','','4','','1','2020-12-15 09:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','2','0.00','-1.5','Inclusive','416080243393992232'),(7199,'41608024008','10','3','60','retail','0','2020-12-15 12:25:40','','','','0','Cash',7.37,'20','','','4','','1','2020-12-15 09:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','69.50','66.5','Inclusive','416080246413321038'),(7200,'41608024008','137','3','150','retail','0','2020-12-15 12:30:42','','','','0','Cash',18.42,'50','','','4','','1','2020-12-15 09:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.7','Inclusive','416080246513013322'),(7201,'41608024008','74','3','150','retail','0','2020-12-15 12:30:52','','','','5','Cash',18.42,'50','','','4','','1','2020-12-15 09:31:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','416080246720262032'),(7202,'41608024679','7','1','200','retail','0','2020-12-15 12:31:19','','','','0','Cash',24.56,'200','','','4','','1','2020-12-15 09:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','175.44','1','92.85','91.85','Inclusive','416080247082488708'),(7203,'41608024679','46','1','240','retail','0','2020-12-15 12:31:48','','','','0','Cash',29.47,'240','','','4','','1','2020-12-15 09:34:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','1','68.15','67.15','Inclusive','416080248872002402'),(7204,'41608024896','1','1','320','retail','0','2020-12-15 12:34:56','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.00','39','Inclusive','416080249554333993'),(7205,'41608024896','3','1','160','retail','0','2020-12-15 12:35:55','','','','0','Cash',19.65,'160','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','416080249623601224'),(7206,'41608024896','10','1','20','retail','0','2020-12-15 12:36:03','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','66.50','65.5','Inclusive','416080249710080222'),(7207,'41608024896','33','1','130','retail','0','2020-12-15 12:36:11','','','','0','Cash',15.96,'130','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive','416080249792372033'),(7208,'41608024896','48','1','60','retail','0','2020-12-15 12:36:20','','','','0','Cash',7.37,'60','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive','416080249913302603'),(7209,'41608024896','36','1','130','retail','0','2020-12-15 12:36:31','','','','0','Cash',15.96,'130','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.25','-0.5','Inclusive','416080249970342498'),(7210,'41608024896','27','1','30','retail','0','2020-12-15 12:36:38','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.03','0.03','Inclusive','416080250052542012'),(7211,'41608024896','70','1','50','retail','0','2020-12-15 12:36:46','','','','2','Cash',6.14,'50','','','4','','1','2020-12-15 09:36:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416080250130305333'),(7212,'41608026222','3','1','170','retail','0','2020-12-15 12:57:02','','','','0','Cash',20.88,'170','','','4','','1','2020-12-15 09:58:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416080262402120204'),(7213,'41608026222','11','1','20','retail','0','2020-12-15 12:57:20','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 09:58:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416080262472023320'),(7214,'41608026222','133','1','10','retail','0','2020-12-15 12:57:27','','','','0','Cash',1.23,'10','','','4','','1','2020-12-15 09:58:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416080262762202230'),(7215,'41608026222','6','1','70','retail','0','2020-12-15 12:57:56','','','','0','Cash',8.60,'70','','','4','','1','2020-12-15 09:58:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416080263042210063'),(7216,'41608026222','19','1','30','retail','0','2020-12-15 12:58:24','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 09:58:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080263192660022'),(7217,'41608026222','70','1','50','retail','0','2020-12-15 12:58:39','','','','2','Cash',6.14,'50','','','4','','1','2020-12-15 09:58:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416080263274620408'),(7218,'41608032221','91','5','700','retail','0','2020-12-15 14:38:16','','','','1','Cash',85.96,'140','','','4','','1','2020-12-15 11:38:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','183.00','178','Inclusive','416080323053232203'),(7219,'41608032319','1','2','600','retail','0','2020-12-15 14:38:39','','','','159.60','Cash',73.68,'300','','','4','','1','2020-12-15 12:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','38.00','36','Inclusive','416080334662123433'),(7220,'41608032319','5','2','200','retail','0','2020-12-15 14:57:46','','','','0','Cash',24.56,'100','','','4','','1','2020-12-15 12:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','416080334762373263'),(7221,'41608032319','10','2','40','retail','0','2020-12-15 14:58:04','','','','0','Cash',4.91,'20','','','4','','1','2020-12-15 12:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','65.00','63','Inclusive','416080334934043226'),(7222,'41608032319','133','2','20','retail','0','2020-12-15 14:58:14','','','','0','Cash',2.46,'10','','','4','','1','2020-12-15 12:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','416080335053401303'),(7223,'41608032319','19','2','40','retail','0','2020-12-15 14:58:26','','','','0','Cash',4.91,'20','','','4','','1','2020-12-15 12:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','416080335173333233'),(7224,'41608032319','70','2','100','retail','0','2020-12-15 14:58:37','','','','2','Cash',12.28,'50','','','4','','1','2020-12-15 12:01:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','416080335280822220'),(7225,'41608033672','3','1','170','retail','0','2020-12-15 15:01:12','','','','0','Cash',20.88,'170','','','4','','1','2020-12-15 12:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416080346623003243'),(7226,'41608033672','6','1','70','retail','0','2020-12-15 15:17:42','','','','0','Cash',8.60,'70','','','4','','1','2020-12-15 12:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416080346762202233'),(7227,'41608033672','11','1','20','retail','0','2020-12-15 15:17:57','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 12:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416080346838323380'),(7228,'41608033672','133','1','10','retail','0','2020-12-15 15:18:03','','','','0','Cash',1.23,'10','','','4','','1','2020-12-15 12:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416080346910300363'),(7229,'41608033672','70','1','50','retail','0','2020-12-15 15:18:12','','','','2','Cash',6.14,'50','','','4','','1','2020-12-15 12:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416080347020834132'),(7230,'41608033672','19','1','30','retail','0','2020-12-15 15:18:22','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 12:18:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080347090832333'),(7231,'41608034721','1','1','320','retail','0','2020-12-15 15:18:41','','','','159.60','Cash',39.30,'320','','','4','','1','2020-12-15 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','35.50','34.5','Inclusive','416080351102330032'),(7232,'41608034721','70','1','50','retail','0','2020-12-15 15:25:10','','','','2','Cash',6.14,'50','','','4','','1','2020-12-15 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416080351293933403'),(7233,'41608034721','19','1','30','retail','0','2020-12-15 15:25:30','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080351393220328'),(7234,'41608034721','133','1','10','retail','0','2020-12-15 15:25:40','','','','0','Cash',1.23,'10','','','4','','1','2020-12-15 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416080351803323806'),(7235,'41608034721','10','1','20','retail','0','2020-12-15 15:26:21','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','62.50','61.5','Inclusive','416080351912005334'),(7236,'41608034721','5','1','110','retail','0','2020-12-15 15:26:32','','','','0','Cash',13.51,'110','','','4','','1','2020-12-15 12:27:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416080352133412302'),(7237,'41608035236','50','1','210','retail','0','2020-12-15 15:27:16','','','','0','Cash',25.79,'210','','','4','','1','2020-12-15 12:30:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','416080352942320132'),(7238,'41608035236','11','1','20','retail','0','2020-12-15 15:28:15','','','','0','Cash',2.46,'20','','','4','','1','2020-12-15 12:30:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416080353010418521'),(7239,'41608035236','55','1','50','retail','0','2020-12-15 15:28:22','','','','0','Cash',6.14,'50','','','4','','1','2020-12-15 12:30:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','416080353115133333'),(7240,'41608035236','2','1','90','retail','0','2020-12-15 15:28:31','','','','0','Cash',11.05,'90','','','4','','1','2020-12-15 12:30:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','416080353200633233'),(7241,'41608035236','15','1','30','retail','0','2020-12-15 15:28:40','','','','0','Cash',3.68,'30','','','4','','1','2020-12-15 12:30:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080353620603630'),(7242,'41608035236','71','0.1','100','retail','0','2020-12-15 15:29:34','','','','0','Cash',12.28,'1000','','','4','','1','2020-12-15 12:30:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','','1.52','1.42','Inclusive','416080353923000222'),(7243,'41608035427','94','5','700','retail','0','2020-12-15 15:30:27','','','','0','Cash',85.96,'140','','','4','','1','2020-12-15 13:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','135.00','130','Inclusive','416080372082463222'),(7244,'41608037223','1','1','320','retail','0','2020-12-15 16:31:41','','','','159.60','Mpesa',39.30,'320','','','4','','1','2020-12-15 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','74.25','73.25','Inclusive','416080396769921337'),(7245,'41608037223','5','1','110','retail','0','2020-12-15 16:41:17','','','','0','Mpesa',13.51,'110','','','4','','1','2020-12-15 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416080396869061330'),(7246,'41608037223','10','1','20','retail','0','2020-12-15 16:41:26','','','','0','Mpesa',2.46,'20','','','4','','1','2020-12-15 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','111.00','110','Inclusive','416080396948012368'),(7247,'41608037223','133','1','10','retail','0','2020-12-15 16:41:35','','','','0','Mpesa',1.23,'10','','','4','','1','2020-12-15 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416080397100032320'),(7248,'41608037223','19','1','30','retail','0','2020-12-15 16:41:51','','','','0','Mpesa',3.68,'30','','','4','','1','2020-12-15 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416080397200320001'),(7249,'41608037223','74','1','50','retail','0','2020-12-15 16:42:01','','','','5','Mpesa',6.14,'50','','','4','','1','2020-12-15 13:44:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416080398228233304'),(7250,'71608094385','50','1','210','retail','0','2020-12-16 07:53:05','','','','0','Cash',25.79,'210','','','7','','1','2020-12-16 04:59:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','716080946173323101'),(7251,'71608094385','55','1','50','retail','0','2020-12-16 07:56:57','','','','0','Cash',6.14,'50','','','7','','1','2020-12-16 04:59:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','716080946330609083'),(7252,'71608094385','11','1','20','retail','0','2020-12-16 07:57:14','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 04:59:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716080946650303961'),(7253,'71608094385','2','1','90','retail','0','2020-12-16 07:57:46','','','','0','Cash',11.05,'90','','','7','','1','2020-12-16 04:59:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716080946868260900'),(7254,'71608094385','23','1','30','retail','0','2020-12-16 07:58:07','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 04:59:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716080947126304402'),(7255,'71608094774','1','2','640','retail','0','2020-12-16 07:59:34','','','','159.60','Mpesa',78.60,'320','','','7','','1','2020-12-16 06:48:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','73.00','71','Inclusive','716081012373010240'),(7256,'71608094774','5','2','220','retail','0','2020-12-16 09:47:18','','','','0','Mpesa',27.02,'110','','','7','','1','2020-12-16 06:48:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','716081012482182080'),(7257,'71608094774','133','2','20','retail','0','2020-12-16 09:47:28','','','','0','Mpesa',2.46,'10','','','7','','1','2020-12-16 06:48:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716081012580222230'),(7258,'71608094774','10','2','40','retail','0','2020-12-16 09:47:38','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-16 06:48:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','109.50','107.5','Inclusive','716081012663000133'),(7259,'71608094774','19','2','60','retail','0','2020-12-16 09:47:46','','','','0','Mpesa',7.37,'30','','','7','','1','2020-12-16 06:48:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716081012750786333'),(7260,'71608094774','70','2','100','retail','0','2020-12-16 09:48:09','','','','2','Mpesa',12.28,'50','','','7','','1','2020-12-16 06:48:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716081013007418130'),(7261,'71608101314','3','2','340','retail','0','2020-12-16 09:48:34','','','','0','Cash',41.75,'170','','','7','','1','2020-12-16 07:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716081026992363900'),(7262,'71608101314','6','2','140','retail','0','2020-12-16 10:11:39','','','','0','Cash',17.19,'70','','','7','','1','2020-12-16 07:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','2','0.00','-1.5','Inclusive','716081027133703030'),(7263,'71608101314','19','2','60','retail','0','2020-12-16 10:11:53','','','','0','Cash',7.37,'30','','','7','','1','2020-12-16 07:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716081027350082333'),(7264,'71608101314','11','2','40','retail','0','2020-12-16 10:12:16','','','','0','Cash',4.91,'20','','','7','','1','2020-12-16 07:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','0.00','-1','Inclusive','716081027452232020'),(7265,'71608101314','70','2','100','retail','0','2020-12-16 10:12:25','','','','2','Cash',12.28,'50','','','7','','1','2020-12-16 07:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716081027813788347'),(7266,'71608101314','133','2','20','retail','0','2020-12-16 10:13:02','','','','0','Cash',2.46,'10','','','7','','1','2020-12-16 07:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716081027952203310'),(7267,'71608111445','65','1','500','retail','0','2020-12-16 12:37:25','','','','0','Cash',61.40,'500','','','7','','1','2020-12-16 09:39:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','','0','0','Inclusive','716081114583233102'),(7268,'71608111445','70','1','50','retail','0','2020-12-16 12:39:12','','','','2','Cash',6.14,'50','','','7','','1','2020-12-16 09:39:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081115632142210'),(7269,'71608111445','27','1','30','retail','0','2020-12-16 12:39:23','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 09:39:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','716081115802322032'),(7270,'71608111588','3','1','170','retail','0','2020-12-16 12:39:48','','','','0','Cash',20.88,'170','','','7','','1','2020-12-16 09:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716081116010327231'),(7271,'71608111588','6','1','70','retail','0','2020-12-16 12:40:02','','','','0','Cash',8.60,'70','','','7','','1','2020-12-16 09:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716081116112103232'),(7272,'71608111588','11','1','20','retail','0','2020-12-16 12:40:12','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 09:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716081116200002308'),(7273,'71608111588','133','1','10','retail','0','2020-12-16 12:40:20','','','','0','Cash',1.23,'10','','','7','','1','2020-12-16 09:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081116672236303'),(7274,'71608111588','19','1','30','retail','0','2020-12-16 12:41:07','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 09:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081116783200132'),(7275,'71608111588','74','1','50','retail','0','2020-12-16 12:41:19','','','','5','Cash',6.14,'50','','','7','','1','2020-12-16 09:41:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081116914086383'),(7276,'71608114480','1','1','320','retail','0','2020-12-16 13:28:00','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-16 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','69.50','68.5','Inclusive','716081148583003340'),(7277,'71608114480','5','1','110','retail','0','2020-12-16 13:34:19','','','','0','Cash',13.51,'110','','','7','','1','2020-12-16 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716081148701323248'),(7278,'71608114480','133','1','10','retail','0','2020-12-16 13:34:31','','','','0','Cash',1.23,'10','','','7','','1','2020-12-16 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081148772343822'),(7279,'71608114480','10','1','20','retail','0','2020-12-16 13:34:38','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','106.00','105','Inclusive','716081148863332203'),(7280,'71608114480','15','1','30','retail','0','2020-12-16 13:34:47','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 10:35:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081148951108631'),(7281,'71608114902','2','1','90','retail','0','2020-12-16 13:35:02','','','','0','Cash',11.05,'90','','','7','','1','2020-12-16 10:35:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716081149121420070'),(7282,'71608114902','11','1','20','retail','0','2020-12-16 13:35:13','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 10:35:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716081149192642330'),(7283,'71608114902','50','1','210','retail','0','2020-12-16 13:35:20','','','','0','Cash',25.79,'210','','','7','','1','2020-12-16 10:35:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','716081149270476328'),(7284,'71608114902','55','1','50','retail','0','2020-12-16 13:35:27','','','','0','Cash',6.14,'50','','','7','','1','2020-12-16 10:35:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','716081149344163320'),(7285,'71608114941','1','1','320','retail','0','2020-12-16 13:35:41','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-16 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','68.25','67.25','Inclusive','716081149909460902'),(7286,'71608114941','5','1','110','retail','0','2020-12-16 13:36:31','','','','0','Cash',13.51,'110','','','7','','1','2020-12-16 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716081149981243232'),(7287,'71608114941','10','1','20','retail','0','2020-12-16 13:36:38','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','104.50','103.5','Inclusive','716081150068017500'),(7288,'71608114941','133','1','10','retail','0','2020-12-16 13:36:47','','','','0','Cash',1.23,'10','','','7','','1','2020-12-16 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081150166431030'),(7289,'71608114941','15','1','30','retail','0','2020-12-16 13:36:57','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081150325003221'),(7290,'71608114941','137','1','50','retail','0','2020-12-16 13:38:04','','','','0','Cash',6.14,'50','','','7','','1','2020-12-16 10:38:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716081150913024100'),(7291,'71608115102','137','1','50','retail','0','2020-12-16 13:38:22','','','','0','Cash',6.14,'50','','','7','','1','2020-12-16 10:40:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716081152252302222'),(7292,'71608115243','85','1','120','retail','0','2020-12-16 13:40:43','','','','0','Cash',14.74,'120','','','7','','1','2020-12-16 10:41:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','624.50','623.5','Inclusive','716081152803326048'),(7293,'71608115387','1','1','320','retail','0','2020-12-16 13:43:07','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-16 11:04:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','68.25','67.25','Inclusive','716081166153032361'),(7294,'71608115387','5','1','110','retail','0','2020-12-16 14:03:36','','','','0','Cash',13.51,'110','','','7','','1','2020-12-16 11:04:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','716081166358113100'),(7295,'71608115387','10','1','20','retail','0','2020-12-16 14:03:56','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 11:04:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','102.50','101.5','Inclusive','716081166440003406'),(7296,'71608115387','133','1','10','retail','0','2020-12-16 14:04:05','','','','0','Cash',1.23,'10','','','7','','1','2020-12-16 11:04:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081166526626226'),(7297,'71608115387','15','1','30','retail','0','2020-12-16 14:04:13','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 11:04:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081166602126204'),(7298,'71608115387','70','1','50','retail','0','2020-12-16 14:04:20','','','','2','Cash',6.14,'50','','','7','','1','2020-12-16 11:04:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081166674014370'),(7299,'71608117209','1','1','320','retail','0','2020-12-16 14:13:29','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-16 11:33:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','67.25','66.25','Inclusive','716081182752231272'),(7300,'71608117209','5','1','110','retail','0','2020-12-16 14:31:15','','','','0','Cash',13.51,'110','','','7','','1','2020-12-16 11:33:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716081183113822303'),(7301,'71608117209','133','1','10','retail','0','2020-12-16 14:31:51','','','','0','Cash',1.23,'10','','','7','','1','2020-12-16 11:33:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081183181120327'),(7302,'71608117209','74','1','50','retail','0','2020-12-16 14:31:59','','','','5','Cash',6.14,'50','','','7','','1','2020-12-16 11:33:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081183417033233'),(7303,'71608117209','10','1','20','retail','0','2020-12-16 14:32:21','','','','0','Cash',2.46,'20','','','7','','1','2020-12-16 11:33:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','101.50','100.5','Inclusive','716081183493322072'),(7304,'71608117209','15','1','30','retail','0','2020-12-16 14:32:29','','','','0','Cash',3.68,'30','','','7','','1','2020-12-16 11:33:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081183618821010'),(7305,'71608119369','88','5','500','retail','0','2020-12-16 14:49:29','','','','0','Mpesa',61.40,'100','','','7','','1','2020-12-16 11:49:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','5','690.00','685','Inclusive','716081193842029737'),(7306,'71608119396','1','1','320','retail','0','2020-12-16 14:49:56','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','68.25','67.25','Inclusive','716081194862443213'),(7307,'71608119396','5','1','110','retail','0','2020-12-16 14:51:26','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716081194944243104'),(7308,'71608119396','133','1','10','retail','0','2020-12-16 14:51:35','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081195030342933'),(7309,'71608119396','10','1','20','retail','0','2020-12-16 14:51:44','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','100.50','99.5','Inclusive','716081195110201235'),(7310,'71608119396','70','1','50','retail','0','2020-12-16 14:51:52','','','','2','Mpesa',6.14,'50','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081195223271330'),(7311,'71608119396','23','1','30','retail','0','2020-12-16 14:52:03','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716081195342602322'),(7312,'71608119396','74','1','50','retail','0','2020-12-16 14:52:14','','','','5','Mpesa',6.14,'50','','','7','','1','2020-12-16 11:54:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081195580659032'),(7313,'71608120072','333','0.25','50','retail','0','2020-12-16 15:01:12','','','','0','Cash',6.14,'200','','','7','','1','2020-12-16 12:06:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','175.44','','20.00','19.75','Inclusive','716081200858731030'),(7314,'71608120072','8','1','100','retail','0','2020-12-16 15:05:57','','','','0','Cash',12.28,'100','','','7','','1','2020-12-16 12:06:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','1','1.00','0','Inclusive','716081203720102730'),(7315,'71608120412','1','2','640','retail','0','2020-12-16 15:06:52','','','','159.60','Cash',78.60,'320','','','7','','1','2020-12-16 12:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','67.25','65.25','Inclusive','716081224580553504'),(7316,'71608120412','5','2','220','retail','0','2020-12-16 15:40:58','','','','0','Cash',27.02,'110','','','7','','1','2020-12-16 12:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','716081224697924343'),(7317,'71608120412','133','2','20','retail','0','2020-12-16 15:41:09','','','','0','Cash',2.46,'10','','','7','','1','2020-12-16 12:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716081224782140832'),(7318,'71608120412','70','2','100','retail','0','2020-12-16 15:41:19','','','','2','Cash',12.28,'50','','','7','','1','2020-12-16 12:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','2.00','0','Inclusive','716081224870223034'),(7319,'71608120412','10','2','40','retail','0','2020-12-16 15:41:40','','','','0','Cash',4.91,'20','','','7','','1','2020-12-16 12:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','99.50','97.5','Inclusive','716081225220222202'),(7320,'71608120412','19','2','60','retail','0','2020-12-16 15:42:02','','','','0','Cash',7.37,'30','','','7','','1','2020-12-16 12:43:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716081225403033332'),(7321,'71608182188','147','5','2500','retail','0','2020-12-17 08:16:28','','','','0','Cash',307.02,'500','','','7','','1','2020-12-17 05:16:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','5','357.40','352.4','Inclusive','716081821999100210'),(7322,'71608182188','85','5','600','retail','0','2020-12-17 08:16:40','','','','0','Cash',73.68,'120','','','7','','1','2020-12-17 05:16:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','623.50','618.5','Inclusive','716081822092032026'),(7323,'71608182218','3','1','170','retail','0','2020-12-17 08:16:58','','','','0','Cash',20.88,'170','','','7','','1','2020-12-17 05:22:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716081824182221003'),(7324,'71608182218','6','1','70','retail','0','2020-12-17 08:20:19','','','','0','Cash',8.60,'70','','','7','','1','2020-12-17 05:22:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive','716081824302233032'),(7325,'71608182218','11','1','20','retail','0','2020-12-17 08:20:31','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 05:22:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716081824444204043'),(7326,'71608182218','133','1','10','retail','0','2020-12-17 08:20:45','','','','0','Cash',1.23,'10','','','7','','1','2020-12-17 05:22:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081824611030341'),(7327,'71608182218','19','1','30','retail','0','2020-12-17 08:21:02','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 05:22:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081824722302280'),(7328,'71608182218','74','1','50','retail','0','2020-12-17 08:21:13','','','','5','Cash',6.14,'50','','','7','','1','2020-12-17 05:22:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081824964333022'),(7329,'71608182524','2','1','90','retail','0','2020-12-17 08:22:04','','','','0','Cash',11.05,'90','','','7','','1','2020-12-17 05:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716081825711852137'),(7330,'71608182524','11','1','20','retail','0','2020-12-17 08:22:51','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 05:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716081825818863303'),(7331,'71608182524','50','1','210','retail','0','2020-12-17 08:23:01','','','','0','Cash',25.79,'210','','','7','','1','2020-12-17 05:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','716081825913723023'),(7332,'71608182524','55','1','50','retail','0','2020-12-17 08:23:11','','','','0','Cash',6.14,'50','','','7','','1','2020-12-17 05:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','716081826043023260'),(7333,'71608182524','23','1','30','retail','0','2020-12-17 08:23:25','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 05:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716081826284800433'),(7334,'71608182524','74','2','100','retail','0','2020-12-17 08:23:59','','','','5','Cash',12.28,'50','','','7','','1','2020-12-17 05:25:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716081826633368210'),(7335,'71608182814','38','1','330','retail','0','2020-12-17 08:26:54','','','','0','Cash',40.53,'330','','','7','','1','2020-12-17 05:28:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716081828421220288'),(7336,'71608182814','40','1','60','retail','0','2020-12-17 08:27:31','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 05:28:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716081828633004200'),(7337,'71608182814','9','1','60','retail','0','2020-12-17 08:27:58','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 05:28:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716081828898302822'),(7338,'71608189989','3','1','160','retail','0','2020-12-17 10:26:29','','','','0','Cash',19.65,'160','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716081900027030220'),(7339,'71608189989','2','1','90','retail','0','2020-12-17 10:26:42','','','','0','Cash',11.05,'90','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716081900122390063'),(7340,'71608189989','11','1','20','retail','0','2020-12-17 10:26:53','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716081900192303030'),(7341,'71608189989','137','1','50','retail','0','2020-12-17 10:27:00','','','','0','Cash',6.14,'50','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716081900273234202'),(7342,'71608189989','139','1','50','retail','0','2020-12-17 10:27:07','','','','0','Cash',6.14,'50','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','716081900343022222'),(7343,'71608189989','138','1','50','retail','0','2020-12-17 10:27:15','','','','0','Cash',6.14,'50','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716081900424042600'),(7344,'71608189989','27','1','30','retail','0','2020-12-17 10:27:22','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','716081900500035240'),(7345,'71608189989','70','1','50','retail','0','2020-12-17 10:27:31','','','','2','Cash',6.14,'50','','','7','','1','2020-12-17 07:27:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081900584352300'),(7346,'71608190064','1','2','640','retail','0','2020-12-17 10:27:44','','','','159.60','Cash',78.60,'320','','','7','','1','2020-12-17 07:44:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','63.75','61.75','Inclusive','716081904160311700'),(7347,'71608190064','5','2','220','retail','0','2020-12-17 10:33:37','','','','0','Cash',27.02,'110','','','7','','1','2020-12-17 07:44:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','1.00','0','Inclusive','716081904334133337'),(7348,'71608190064','10','2','40','retail','0','2020-12-17 10:33:53','','','','0','Cash',4.91,'20','','','7','','1','2020-12-17 07:44:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','96.00','94','Inclusive','716081904430132040'),(7349,'71608190064','23','2','60','retail','0','2020-12-17 10:34:04','','','','0','Cash',7.37,'30','','','7','','1','2020-12-17 07:44:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.09','-1.85','Inclusive','716081904631163223'),(7350,'71608190064','74','2','100','retail','0','2020-12-17 10:34:24','','','','5','Cash',12.28,'50','','','7','','1','2020-12-17 07:44:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716081904752117026'),(7351,'71608190064','133','2','20','retail','0','2020-12-17 10:34:35','','','','0','Cash',2.46,'10','','','7','','1','2020-12-17 07:44:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716081904881833232'),(7352,'71608191087','1','1','320','retail','0','2020-12-17 10:44:47','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','61.75','60.75','Inclusive','716081912381130102'),(7353,'71608191087','5','1','110','retail','0','2020-12-17 10:47:19','','','','0','Cash',13.51,'110','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','716081912463313233'),(7354,'71608191087','133','1','10','retail','0','2020-12-17 10:47:26','','','','0','Cash',1.23,'10','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081912552025634'),(7355,'71608191087','74','1','50','retail','0','2020-12-17 10:47:36','','','','5','Cash',6.14,'50','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','','0.00','1','Inclusive','716081912691129623'),(7356,'71608191087','15','1','30','retail','0','2020-12-17 10:47:49','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716081912860103202'),(7357,'71608191087','10','1','20','retail','0','2020-12-17 10:48:28','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.00','93','Inclusive','716081913157700703'),(7358,'71608191087','74','1','50','retail','0','2020-12-17 10:48:36','','','','5','Cash',6.14,'50','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','716081913370783232'),(7359,'71608191087','38','1','330','retail','0','2020-12-17 10:48:57','','','','0','Cash',40.53,'330','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716081913477244969'),(7360,'71608191087','9','1','60','retail','0','2020-12-17 10:49:20','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716081913680333808'),(7361,'71608191087','40','1','60','retail','0','2020-12-17 10:49:28','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 07:49:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716081913759331001'),(7362,'71608191384','1','1','300','retail','0','2020-12-17 10:49:44','','','','159.60','Cash',36.84,'300','','','7','','1','2020-12-17 08:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','60.75','59.75','Inclusive','716081925772605033'),(7363,'71608191384','10','1','20','retail','0','2020-12-17 11:09:38','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 08:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','94.00','93','Inclusive','716081925870003527'),(7364,'71608191384','5','1','100','retail','0','2020-12-17 11:09:47','','','','0','Cash',12.28,'100','','','7','','1','2020-12-17 08:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','716081925944203232'),(7365,'71608191384','133','1','10','retail','0','2020-12-17 11:09:55','','','','0','Cash',1.23,'10','','','7','','1','2020-12-17 08:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081926166323323'),(7366,'71608191384','19','1','20','retail','0','2020-12-17 11:10:17','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 08:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','716081926250239323'),(7367,'71608191384','74','1','50','retail','0','2020-12-17 11:10:26','','','','5','Cash',6.14,'50','','','7','','1','2020-12-17 08:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081926362238333'),(7368,'71608192666','38','1','330','retail','0','2020-12-17 11:11:06','','','','0','Cash',40.53,'330','','','7','','1','2020-12-17 08:19:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716081930953023801'),(7369,'71608192666','9','1','60','retail','0','2020-12-17 11:18:16','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 08:19:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716081931062013001'),(7370,'71608192666','40','1','60','retail','0','2020-12-17 11:18:26','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 08:19:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716081931147220230'),(7371,'71608193167','38','1','330','retail','0','2020-12-17 11:19:27','','','','0','Cash',40.53,'330','','','7','','1','2020-12-17 08:19:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716081931783863724'),(7372,'71608193167','9','1','60','retail','0','2020-12-17 11:19:39','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 08:19:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716081931863640200'),(7373,'71608193167','40','1','60','retail','0','2020-12-17 11:19:47','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 08:19:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716081931942321311'),(7374,'71608182900','288','17','2380','retail','0','2020-12-17 08:28:21','','','','0','Cash',292.28,'140','','','7','','1','2020-12-17 08:47:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','122.81','','17.00','0','Inclusive','716081948373282082'),(7375,'61608195076','311','5','1250','retail','0','2020-12-17 11:51:17','','','','0','Invoice',153.51,'250','','','6','','1','2020-12-17 09:16:16','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','','39.00','34','Inclusive','616081951032326330'),(7376,'61608195076','100','4','5600','retail','0','2020-12-17 11:52:16','','','','0','Invoice',687.72,'1400','','','6','','1','2020-12-17 09:16:16','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','66.00','62','Inclusive','616081951563320132'),(7377,'61608195076','194','4','2920','retail','0','2020-12-17 11:52:36','','','','0','Invoice',358.60,'730','','','6','','1','2020-12-17 09:16:16','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','640.35','','455.00','451','Inclusive','616081951819286363'),(7378,'61608195076','98','4','1320','retail','0','2020-12-17 11:53:02','','','','0','Invoice',162.11,'330','','','6','','1','2020-12-17 09:16:16','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','289.47','','375.00','371','Inclusive','616081952030336260'),(7379,'61608195076','195','4','800','retail','0','2020-12-17 11:53:23','','','','0','Invoice',98.25,'200','','','6','','1','2020-12-17 09:16:16','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','175.44','','101.00','97','Inclusive','616081952212013520'),(7380,'61608195076','322','5','750','retail','0','2020-12-17 11:54:51','','','','0','Invoice',92.11,'150','','','6','','1','2020-12-17 09:16:16','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','5.00','0','Inclusive','616081962213263032'),(7381,'71608195185','1','1','320','retail','0','2020-12-17 11:53:05','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','59.75','58.75','Inclusive','716081968204800602'),(7382,'71608195185','3','1','160','retail','0','2020-12-17 12:20:21','','','','0','Cash',19.65,'160','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716081968353317332'),(7383,'71608195185','10','1','20','retail','0','2020-12-17 12:20:36','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','93.00','92','Inclusive','716081968442033088'),(7384,'71608195185','74','1','50','retail','0','2020-12-17 12:20:44','','','','5','Cash',6.14,'50','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716081968522160206'),(7385,'71608195185','133','1','10','retail','0','2020-12-17 12:20:52','','','','0','Cash',1.23,'10','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081968600826132'),(7386,'71608195185','19','2','60','retail','0','2020-12-17 12:21:00','','','','0','Cash',7.37,'30','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716081968691679224'),(7387,'71608195185','38','1','330','retail','0','2020-12-17 12:21:09','','','','0','Cash',40.53,'330','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716081968794031323'),(7388,'71608195185','9','1','60','retail','0','2020-12-17 12:21:19','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716081968880383326'),(7389,'71608195185','40','1','60','retail','0','2020-12-17 12:21:28','','','','0','Cash',7.37,'60','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716081968972378672'),(7390,'71608195185','5','1','110','retail','0','2020-12-17 12:21:38','','','','0','Cash',13.51,'110','','','7','','1','2020-12-17 09:23:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716081969429223300'),(7391,'61608196805','100','4','5600','retail','0','2020-12-17 12:20:05','','','','0','Invoice',687.72,'1400','','','6','','1','2020-12-17 09:31:03','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','62.00','58','Inclusive','616081970131740970'),(7392,'71608196987','1','1','300','retail','0','2020-12-17 12:23:07','','','','159.60','Mpesa',36.84,'300','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','58.25','56.75','Inclusive','716081972740123320'),(7393,'71608196987','3','1','150','retail','0','2020-12-17 12:27:54','','','','0','Mpesa',18.42,'150','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive','716081974282339721'),(7394,'71608196987','5','1','100','retail','0','2020-12-17 12:30:29','','','','0','Mpesa',12.28,'100','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','716081974423404402'),(7395,'71608196987','133','1','10','retail','0','2020-12-17 12:30:42','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716081974494318294'),(7396,'71608196987','137','1','50','retail','0','2020-12-17 12:30:50','','','','0','Mpesa',6.14,'50','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716081974594322900'),(7397,'71608196987','10','2','40','retail','0','2020-12-17 12:30:59','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','92.00','90','Inclusive','716081974803280334'),(7398,'71608196987','137','1','50','retail','0','2020-12-17 12:36:14','','','','0','Mpesa',6.14,'50','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716081977837223323'),(7399,'71608196987','5','1','110','retail','0','2020-12-17 12:36:39','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716081978092220920'),(7400,'71608196987','1','1','300','retail','0','2020-12-17 12:36:49','','','','159.60','Mpesa',36.84,'300','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','56.75','55.25','Inclusive','716081978172777217'),(7401,'71608196987','3','1','150','retail','0','2020-12-17 12:36:57','','','','0','Mpesa',18.42,'150','','','7','','1','2020-12-17 09:37:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive','716081978277033802'),(7402,'71608197852','94','2','360','retail','0','2020-12-17 12:37:32','','','','0','Cash',44.21,'180','','','7','','1','2020-12-17 10:06:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','2','130.00','128','Inclusive','716081996096603907'),(7403,'71608210637','3','1','170','retail','0','2020-12-17 16:10:37','','','','0','Cash',20.88,'170','','','7','','1','2020-12-17 13:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716082106490634201'),(7404,'71608210637','11','1','20','retail','0','2020-12-17 16:10:56','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 13:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716082106630260232'),(7405,'71608210637','133','1','10','retail','0','2020-12-17 16:11:04','','','','0','Cash',1.23,'10','','','7','','1','2020-12-17 13:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082106707734320'),(7406,'71608210637','19','1','30','retail','0','2020-12-17 16:11:10','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 13:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082106792233270'),(7407,'71608210637','70','1','50','retail','0','2020-12-17 16:11:57','','','','2','Cash',6.14,'50','','','7','','1','2020-12-17 13:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082107230020233'),(7408,'71608210637','6','1','70','retail','0','2020-12-17 16:12:33','','','','0','Cash',8.60,'70','','','7','','1','2020-12-17 13:12:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','2.00','1','Inclusive','716082107622010073'),(7409,'71608210772','1','1','320','retail','0','2020-12-17 16:12:52','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-17 13:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','54.75','53.75','Inclusive','716082108348234302'),(7410,'71608210772','5','1','110','retail','0','2020-12-17 16:13:55','','','','0','Cash',13.51,'110','','','7','','1','2020-12-17 13:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716082108423320122'),(7411,'71608210772','133','1','10','retail','0','2020-12-17 16:14:02','','','','0','Cash',1.23,'10','','','7','','1','2020-12-17 13:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082108480133222'),(7412,'71608210772','10','1','20','retail','0','2020-12-17 16:14:09','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 13:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','89.50','88.5','Inclusive','716082108562526050'),(7413,'71608210772','70','1','50','retail','0','2020-12-17 16:14:17','','','','2','Cash',6.14,'50','','','7','','1','2020-12-17 13:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082108630222300'),(7414,'71608210772','15','1','30','retail','0','2020-12-17 16:14:24','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 13:14:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082108712207637'),(7415,'71608271110','46','1','240','retail','0','2020-12-18 08:58:30','','','','0','Cash',29.47,'240','','','7','','1','2020-12-18 05:58:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','210.53','1','66.80','65.8','Inclusive','716082711240216112'),(7416,'71608271130','3','3','510','retail','0','2020-12-18 08:58:50','','','','0','Cash',62.63,'170','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716082717730274227'),(7417,'71608271130','6','3','210','retail','0','2020-12-18 09:09:34','','','','0','Cash',25.79,'70','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','3','1.00','-1.25','Inclusive','716082717872620312'),(7418,'71608271130','11','3','60','retail','0','2020-12-18 09:09:48','','','','0','Cash',7.37,'20','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','0.00','-1.5','Inclusive','716082717977262723'),(7419,'71608271130','70','3','150','retail','0','2020-12-18 09:09:57','','','','2','Cash',18.42,'50','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','716082718098090230'),(7420,'71608271130','19','3','90','retail','0','2020-12-18 09:10:09','','','','0','Cash',11.05,'30','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive','716082718188881330'),(7421,'71608271130','133','3','30','retail','0','2020-12-18 09:10:18','','','','0','Cash',3.68,'10','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive','716082718343222263'),(7422,'71608271130','47','1','120','retail','0','2020-12-18 09:10:50','','','','0','Cash',14.74,'120','','','7','','1','2020-12-18 06:12:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.00','-0.5','Inclusive','716082719522320633'),(7423,'61608271795','327','6','6000','retail','0','2020-12-18 09:09:55','','','','0','Invoice',736.84,'1000','','','6','','1','2020-12-18 06:16:09','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','877.19','','14.00','8','Inclusive','616082718150330214'),(7424,'61608271795','326','2','3600','retail','0','2020-12-18 09:10:15','','','','0','Invoice',442.11,'1800','','','6','','1','2020-12-18 06:16:09','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1578.95','','36.00','34','Inclusive','616082718286082808'),(7425,'71608271966','296','20','950','retail','0','2020-12-18 09:12:46','','','','0','Cash',116.67,'47.5','','','7','','1','2020-12-18 06:25:07','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','41.67','','400.00','380','Inclusive','716082726230367263'),(7426,'71608272709','1','1','320','retail','0','2020-12-18 09:56:09','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-18 07:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','52.25','51.25','Inclusive','716082745815340724'),(7427,'71608272709','5','1','110','retail','0','2020-12-18 09:56:22','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-18 07:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716082745923226025'),(7428,'71608272709','133','1','10','retail','0','2020-12-18 09:56:32','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-18 07:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082745998398002'),(7429,'71608272709','74','1','50','retail','0','2020-12-18 09:56:39','','','','5','Mpesa',6.14,'50','','','7','','1','2020-12-18 07:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082746083303262'),(7430,'71608272709','19','1','30','retail','0','2020-12-18 09:56:48','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-18 07:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082746313231623'),(7431,'71608272709','10','1','20','retail','0','2020-12-18 09:57:11','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-18 07:00:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','87.00','86','Inclusive','716082746390776916'),(7432,'71608274851','163','0.5','200','retail','0','2020-12-18 10:00:51','','','','0','Cash',24.56,'400','','','7','','1','2020-12-18 07:09:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','219.00','218.5','Inclusive','716082753110322220'),(7433,'71608275351','3','1','160','retail','0','2020-12-18 10:09:11','','','','0','Cash',19.65,'160','','','7','','1','2020-12-18 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716082756063262022'),(7434,'71608275351','11','1','20','retail','0','2020-12-18 10:13:27','','','','0','Cash',2.46,'20','','','7','','1','2020-12-18 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716082756123352202'),(7435,'71608275351','133','1','10','retail','0','2020-12-18 10:13:33','','','','0','Cash',1.23,'10','','','7','','1','2020-12-18 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082756194204835'),(7436,'71608275351','15','1','30','retail','0','2020-12-18 10:13:40','','','','0','Cash',3.68,'30','','','7','','1','2020-12-18 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082756292077422'),(7437,'71608275351','74','1','50','retail','0','2020-12-18 10:13:50','','','','5','Cash',6.14,'50','','','7','','1','2020-12-18 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082756373332202'),(7438,'71608275351','6','1','70','retail','0','2020-12-18 10:13:57','','','','0','Cash',8.60,'70','','','7','','1','2020-12-18 07:14:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','1.00','0','Inclusive','716082756462044323'),(7439,'71608275685','152','1','300','retail','0','2020-12-18 10:14:45','','','','0','Cash',36.84,'300','','','7','','1','2020-12-18 07:15:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','0.8','0.8','Inclusive','716082757353232420'),(7440,'71608277491','1','1','320','retail','0','2020-12-18 10:44:51','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-18 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','50.75','49.75','Inclusive','716082775283307323'),(7441,'71608277491','137','1','50','retail','0','2020-12-18 10:45:29','','','','0','Cash',6.14,'50','','','7','','1','2020-12-18 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716082775388031253'),(7442,'71608277491','10','1','20','retail','0','2020-12-18 10:45:39','','','','0','Cash',2.46,'20','','','7','','1','2020-12-18 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','85.50','84.5','Inclusive','716082775452027332'),(7443,'71608277491','133','1','10','retail','0','2020-12-18 10:45:46','','','','0','Cash',1.23,'10','','','7','','1','2020-12-18 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082775533237353'),(7444,'71608277491','5','1','110','retail','0','2020-12-18 10:45:54','','','','0','Cash',13.51,'110','','','7','','1','2020-12-18 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716082775632432332'),(7445,'71608281355','3','2','340','retail','0','2020-12-18 11:49:15','','','','0','Mpesa',41.75,'170','','','7','','1','2020-12-18 08:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716082813691333228'),(7446,'71608281355','6','2','140','retail','0','2020-12-18 11:49:29','','','','0','Mpesa',17.19,'70','','','7','','1','2020-12-18 08:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','2','0.00','-1.5','Inclusive','716082813810862130'),(7447,'71608281355','11','2','40','retail','0','2020-12-18 11:49:42','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-18 08:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','0.00','-1','Inclusive','716082813923032432'),(7448,'71608281355','133','2','20','retail','0','2020-12-18 11:49:52','','','','0','Mpesa',2.46,'10','','','7','','1','2020-12-18 08:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716082814068432023'),(7449,'71608281355','19','2','60','retail','0','2020-12-18 11:50:06','','','','0','Mpesa',7.37,'30','','','7','','1','2020-12-18 08:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716082814320222232'),(7450,'71608281355','74','2','100','retail','0','2020-12-18 11:50:54','','','','5','Mpesa',12.28,'50','','','7','','1','2020-12-18 08:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716082814693331342'),(7451,'71608281593','3','1','160','retail','0','2020-12-18 11:53:13','','','','0','Cash',19.65,'160','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716082816043320622'),(7452,'71608281593','2','1','90','retail','0','2020-12-18 11:53:24','','','','0','Cash',11.05,'90','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716082816202030223'),(7453,'71608281593','11','1','20','retail','0','2020-12-18 11:53:40','','','','0','Cash',2.46,'20','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716082816283323402'),(7454,'71608281593','138','1','50','retail','0','2020-12-18 11:53:49','','','','0','Cash',6.14,'50','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716082816383333330'),(7455,'71608281593','137','1','50','retail','0','2020-12-18 11:53:58','','','','0','Cash',6.14,'50','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716082816466262323'),(7456,'71608281593','139','1','50','retail','0','2020-12-18 11:54:07','','','','0','Cash',6.14,'50','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','716082816554336625'),(7457,'71608281593','27','1','30','retail','0','2020-12-18 11:54:15','','','','0','Cash',3.68,'30','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','716082816668333060'),(7458,'71608281593','70','1','50','retail','0','2020-12-18 11:54:27','','','','2','Cash',6.14,'50','','','7','','1','2020-12-18 08:55:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082816762306021'),(7459,'71608281716','1','1','320','retail','0','2020-12-18 11:55:16','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-18 08:59:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','48.00','47','Inclusive','716082818762373328'),(7460,'71608281716','5','1','110','retail','0','2020-12-18 11:57:57','','','','0','Cash',13.51,'110','','','7','','1','2020-12-18 08:59:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716082818832333303'),(7461,'71608281716','133','1','10','retail','0','2020-12-18 11:58:04','','','','0','Cash',1.23,'10','','','7','','1','2020-12-18 08:59:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082818913280882'),(7462,'71608281716','70','1','50','retail','0','2020-12-18 11:58:12','','','','2','Cash',6.14,'50','','','7','','1','2020-12-18 08:59:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082819018022800'),(7463,'71608281716','15','1','30','retail','0','2020-12-18 11:58:22','','','','0','Cash',3.68,'30','','','7','','1','2020-12-18 08:59:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082819092808321'),(7464,'71608281716','10','1','20','retail','0','2020-12-18 11:58:29','','','','0','Cash',2.46,'20','','','7','','1','2020-12-18 08:59:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','83.00','82','Inclusive','716082819183221032'),(7465,'71608281968','47','1','120','retail','0','2020-12-18 11:59:28','','','','0','Cash',14.74,'120','','','7','','1','2020-12-18 09:40:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','0.00','-0.5','Inclusive','716082843890223331'),(7466,'71608284558','1','1','320','retail','0','2020-12-18 12:42:38','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-18 10:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','47.00','46','Inclusive','716082885238323308'),(7467,'71608284558','5','1','110','retail','0','2020-12-18 13:48:44','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-18 10:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716082885372362530'),(7468,'71608284558','133','1','10','retail','0','2020-12-18 13:48:57','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-18 10:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082885442222205'),(7469,'71608284558','15','1','30','retail','0','2020-12-18 13:49:05','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-18 10:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082885522200025'),(7470,'71608284558','70','1','50','retail','0','2020-12-18 13:49:12','','','','2','Mpesa',6.14,'50','','','7','','1','2020-12-18 10:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082885608248033'),(7471,'71608284558','10','1','20','retail','0','2020-12-18 13:49:20','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-18 10:49:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','82.00','81','Inclusive','716082885708032008'),(7472,'71608288580','3','1','170','retail','0','2020-12-18 13:49:40','','','','0','Cash',20.88,'170','','','7','','1','2020-12-18 10:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716082885902332073'),(7473,'71608288580','6','1','70','retail','0','2020-12-18 13:49:50','','','','0','Cash',8.60,'70','','','7','','1','2020-12-18 10:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716082885975881313'),(7474,'71608288580','133','1','10','retail','0','2020-12-18 13:49:57','','','','0','Cash',1.23,'10','','','7','','1','2020-12-18 10:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716082886038730200'),(7475,'71608288580','70','1','50','retail','0','2020-12-18 13:50:04','','','','2','Cash',6.14,'50','','','7','','1','2020-12-18 10:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082886090223212'),(7476,'71608288580','15','1','30','retail','0','2020-12-18 13:50:10','','','','0','Cash',3.68,'30','','','7','','1','2020-12-18 10:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716082886163220033'),(7477,'71608288580','11','1','20','retail','0','2020-12-18 13:50:17','','','','0','Cash',2.46,'20','','','7','','1','2020-12-18 10:50:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716082886230634322'),(7478,'71608292994','3','1','160','retail','0','2020-12-18 15:03:14','','','','0','Cash',19.65,'160','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716082942032442202'),(7479,'71608292994','2','1','90','retail','0','2020-12-18 15:23:23','','','','0','Cash',11.05,'90','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716082942112321030'),(7480,'71608292994','11','1','20','retail','0','2020-12-18 15:23:31','','','','0','Cash',2.46,'20','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716082942182032233'),(7481,'71608292994','137','1','50','retail','0','2020-12-18 15:23:38','','','','0','Cash',6.14,'50','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716082942248434922'),(7482,'71608292994','139','1','50','retail','0','2020-12-18 15:23:45','','','','0','Cash',6.14,'50','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.10','-0.8','Inclusive','716082942339492190'),(7483,'71608292994','27','1','30','retail','0','2020-12-18 15:23:53','','','','0','Cash',3.68,'30','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','716082942423222239'),(7484,'71608292994','70','1','50','retail','0','2020-12-18 15:24:03','','','','2','Cash',6.14,'50','','','7','','1','2020-12-18 12:24:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716082942552292242'),(7485,'71608294294','1','2','640','retail','0','2020-12-18 15:24:54','','','','159.60','Cash',78.60,'320','','','7','','1','2020-12-18 13:08:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','44.75','42.75','Inclusive','716082964470322632'),(7486,'71608294294','10','2','40','retail','0','2020-12-18 16:00:53','','','','0','Cash',4.91,'20','','','7','','1','2020-12-18 13:08:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','80.00','78','Inclusive','716082964678223232'),(7487,'71608294294','2','2','180','retail','0','2020-12-18 16:01:08','','','','0','Cash',22.11,'90','','','7','','1','2020-12-18 13:08:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','2','0.00','-1.5','Inclusive','716082965000240033'),(7488,'71608294294','33','2','260','retail','0','2020-12-18 16:01:40','','','','0','Cash',31.93,'130','','','7','','1','2020-12-18 13:08:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','2','0.00','-1.5','Inclusive','716082965183351007'),(7489,'71608294294','19','2','60','retail','0','2020-12-18 16:01:59','','','','0','Cash',7.37,'30','','','7','','1','2020-12-18 13:08:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716082965352035353'),(7490,'71608294294','74','2','100','retail','0','2020-12-18 16:02:16','','','','5','Cash',12.28,'50','','','7','','1','2020-12-18 13:08:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716082965442329402'),(7491,'71608360347','1','2','640','retail','0','2020-12-19 09:45:48','','','','159.60','Mpesa',78.60,'320','','','7','','1','2020-12-19 06:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','42.25','40.25','Inclusive','716083603592409862'),(7492,'71608360347','4','2','440','retail','0','2020-12-19 09:46:00','','','','0','Mpesa',54.04,'220','','','7','','1','2020-12-19 06:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','31.00','29','Inclusive','716083603690209322'),(7493,'71608360347','133','4','40','retail','0','2020-12-19 09:46:10','','','','0','Mpesa',4.91,'10','','','7','','1','2020-12-19 06:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','4','0.00','-3.8','Inclusive','716083603902200337'),(7494,'71608360347','10','2','40','retail','0','2020-12-19 09:46:54','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-19 06:48:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','78.00','76','Inclusive','716083604522720120'),(7495,'71608360503','3','1','170','retail','0','2020-12-19 09:48:23','','','','0','Cash',20.88,'170','','','7','','1','2020-12-19 06:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716083605663403260'),(7496,'71608360503','6','1','70','retail','0','2020-12-19 09:49:35','','','','0','Cash',8.60,'70','','','7','','1','2020-12-19 06:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716083605890583200'),(7497,'71608360503','11','1','20','retail','0','2020-12-19 09:49:50','','','','0','Cash',2.46,'20','','','7','','1','2020-12-19 06:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716083605992533723'),(7498,'71608360503','133','1','10','retail','0','2020-12-19 09:50:00','','','','0','Cash',1.23,'10','','','7','','1','2020-12-19 06:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716083606060037206'),(7499,'71608360503','15','1','30','retail','0','2020-12-19 09:50:07','','','','0','Cash',3.68,'30','','','7','','1','2020-12-19 06:56:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716083606162206703'),(7500,'71608360977','85','1','120','retail','0','2020-12-19 09:56:17','','','','0','Cash',14.74,'120','','','7','','1','2020-12-19 08:07:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','618.50','617.5','Inclusive','716083652670333231'),(7501,'71608366943','1','1','320','retail','0','2020-12-19 11:35:43','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-19 08:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.75','38.75','Inclusive','716083669529833632'),(7502,'71608366943','5','1','110','retail','0','2020-12-19 11:35:53','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-19 08:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716083669593324303'),(7503,'71608366943','133','1','10','retail','0','2020-12-19 11:36:00','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-19 08:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716083669679367326'),(7504,'71608366943','10','1','20','retail','0','2020-12-19 11:36:07','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-19 08:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','75.50','74.5','Inclusive','716083669743002646'),(7505,'71608366943','15','1','30','retail','0','2020-12-19 11:36:15','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-19 08:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716083669922220090'),(7506,'71608366943','70','1','50','retail','0','2020-12-19 11:36:33','','','','2','Mpesa',6.14,'50','','','7','','1','2020-12-19 08:38:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716083670002030332'),(7507,'71608367085','1','1','320','retail','0','2020-12-19 11:38:05','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-19 08:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','38.75','37.75','Inclusive','716083677803280823'),(7508,'71608367085','5','1','110','retail','0','2020-12-19 11:49:40','','','','0','Cash',13.51,'110','','','7','','1','2020-12-19 08:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716083677878270462'),(7509,'71608367085','10','1','20','retail','0','2020-12-19 11:49:48','','','','0','Cash',2.46,'20','','','7','','1','2020-12-19 08:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','74.50','73.5','Inclusive','716083678300823808'),(7510,'71608367085','133','1','10','retail','0','2020-12-19 11:50:31','','','','0','Cash',1.23,'10','','','7','','1','2020-12-19 08:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716083678372138378'),(7511,'71608367085','70','1','50','retail','0','2020-12-19 11:50:38','','','','2','Cash',6.14,'50','','','7','','1','2020-12-19 08:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716083678440002333'),(7512,'71608367085','19','1','30','retail','0','2020-12-19 11:50:44','','','','0','Cash',3.68,'30','','','7','','1','2020-12-19 08:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716083678510702433'),(7513,'71608367856','1','1','320','retail','0','2020-12-19 11:50:56','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','37.75','36.75','Inclusive','716083682612060033'),(7514,'71608367856','2','1','90','retail','0','2020-12-19 11:57:41','','','','0','Mpesa',11.05,'90','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716083682686222286'),(7515,'71608367856','70','1','50','retail','0','2020-12-19 11:57:49','','','','2','Mpesa',6.14,'50','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716083682753031322'),(7516,'71608367856','27','1','30','retail','0','2020-12-19 11:57:56','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.03','-0.94','Inclusive','716083682810803238'),(7517,'71608367856','10','1','20','retail','0','2020-12-19 11:58:02','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','73.50','72.5','Inclusive','716083682890330223'),(7518,'71608367856','48','1','60','retail','0','2020-12-19 11:58:23','','','','0','Mpesa',7.37,'60','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.75','Inclusive','716083683108233042'),(7519,'71608367856','33','1','130','retail','0','2020-12-19 11:58:30','','','','0','Mpesa',15.96,'130','','','7','','1','2020-12-19 09:00:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','1','0.00','-0.75','Inclusive','716083683170337636'),(7520,'71608368423','1','1','320','retail','0','2020-12-19 12:00:23','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-19 09:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','41.50','40.5','Inclusive','716083685425403823'),(7521,'71608368423','5','1','110','retail','0','2020-12-19 12:02:23','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-19 09:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716083685563308352'),(7522,'71608368423','11','1','20','retail','0','2020-12-19 12:02:37','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-19 09:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716083685656220126'),(7523,'71608368423','133','1','10','retail','0','2020-12-19 12:02:45','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-19 09:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716083685743000337'),(7524,'71608368423','19','1','30','retail','0','2020-12-19 12:03:03','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-19 09:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716083685906460036'),(7525,'71608368423','74','1','50','retail','0','2020-12-19 12:03:31','','','','5','Mpesa',6.14,'50','','','7','','1','2020-12-19 09:04:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716083686222842032'),(7526,'71608371791','1','1','320','retail','0','2020-12-19 12:56:31','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-19 10:07:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.50','39.5','Inclusive','716083723743727260'),(7527,'71608371791','5','1','110','retail','0','2020-12-19 13:06:15','','','','0','Cash',13.51,'110','','','7','','1','2020-12-19 10:07:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716083724100743003'),(7528,'71608371791','10','1','20','retail','0','2020-12-19 13:06:50','','','','0','Cash',2.46,'20','','','7','','1','2020-12-19 10:07:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','72.00','71','Inclusive','716083724182403332'),(7529,'71608371791','133','1','10','retail','0','2020-12-19 13:06:58','','','','0','Cash',1.23,'10','','','7','','1','2020-12-19 10:07:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716083724273671333'),(7530,'71608371791','74','1','50','retail','0','2020-12-19 13:07:07','','','','5','Cash',6.14,'50','','','7','','1','2020-12-19 10:07:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716083724342202262'),(7531,'71608371791','23','1','30','retail','0','2020-12-19 13:07:15','','','','0','Cash',3.68,'30','','','7','','1','2020-12-19 10:07:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716083724422242320'),(7532,'71608527326','49','1','420','retail','0','2020-12-21 08:08:46','','','','0','Cash',51.58,'420','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','51.00','50','Inclusive','716085322433343022'),(7533,'71608527326','55','1','60','retail','0','2020-12-21 09:30:44','','','','0','Cash',7.37,'60','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive','716085322542153283'),(7534,'71608527326','3','1','170','retail','0','2020-12-21 09:30:55','','','','0','Cash',20.88,'170','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716085322718201783'),(7535,'71608527326','11','1','20','retail','0','2020-12-21 09:31:26','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716085322940223023'),(7536,'71608527326','74','4','200','retail','0','2020-12-21 09:31:54','','','','5','Cash',24.56,'50','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.00','-3.88','Inclusive','716085323250833243'),(7537,'71608527326','23','1','30','retail','0','2020-12-21 09:32:05','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716085323344025020'),(7538,'71608527326','38','1','330','retail','0','2020-12-21 09:32:15','','','','0','Cash',40.53,'330','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716085323797030222'),(7539,'71608527326','40','1','60','retail','0','2020-12-21 09:33:00','','','','0','Cash',7.37,'60','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716085323943247154'),(7540,'71608527326','9','1','60','retail','0','2020-12-21 09:33:14','','','','0','Cash',7.37,'60','','','7','','1','2020-12-21 06:34:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716085324112517322'),(7541,'71608532923','1','1','320','retail','0','2020-12-21 09:42:03','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-21 06:47:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.00','38','Inclusive','716085331533332033'),(7542,'71608532923','10','1','20','retail','0','2020-12-21 09:45:54','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 06:47:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','70.50','69.5','Inclusive','716085331613602303'),(7543,'71608532923','133','1','10','retail','0','2020-12-21 09:46:01','','','','0','Cash',1.23,'10','','','7','','1','2020-12-21 06:47:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716085331690214402'),(7544,'71608532923','70','1','50','retail','0','2020-12-21 09:46:09','','','','2','Cash',6.14,'50','','','7','','1','2020-12-21 06:47:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716085331770303333'),(7545,'71608532923','5','1','110','retail','0','2020-12-21 09:46:18','','','','0','Cash',13.51,'110','','','7','','1','2020-12-21 06:47:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716085331844132302'),(7546,'71608532923','19','1','30','retail','0','2020-12-21 09:46:24','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 06:47:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085331942923128'),(7547,'71608539942','147','1','500','retail','0','2020-12-21 11:39:02','','','','0','Cash',61.40,'500','','','7','','1','2020-12-21 08:39:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','350.40','349.4','Inclusive','716085399553223332'),(7548,'71608540402','10','2','40','retail','0','2020-12-21 11:46:42','','','','0','Cash',4.91,'20','','','7','','1','2020-12-21 09:19:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','69.50','67.5','Inclusive','716085423054152320'),(7549,'71608540402','3','1','160','retail','0','2020-12-21 12:18:26','','','','0','Cash',19.65,'160','','','7','','1','2020-12-21 09:19:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716085423170212333'),(7550,'71608540402','5','1','110','retail','0','2020-12-21 12:18:37','','','','0','Cash',13.51,'110','','','7','','1','2020-12-21 09:19:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716085423272020323'),(7551,'71608540402','74','1','50','retail','0','2020-12-21 12:18:47','','','','5','Cash',6.14,'50','','','7','','1','2020-12-21 09:19:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716085423340322008'),(7552,'71608540402','19','1','30','retail','0','2020-12-21 12:18:54','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 09:19:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085423441322033'),(7553,'71608542748','1','1','320','retail','0','2020-12-21 12:25:48','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-21 09:48:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','37.50','36.5','Inclusive','716085438746003220'),(7554,'71608542748','5','1','110','retail','0','2020-12-21 12:44:35','','','','0','Cash',13.51,'110','','','7','','1','2020-12-21 09:48:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716085438822802682'),(7555,'71608542748','133','1','10','retail','0','2020-12-21 12:44:42','','','','0','Cash',1.23,'10','','','7','','1','2020-12-21 09:48:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716085438902304334'),(7556,'71608542748','10','1','20','retail','0','2020-12-21 12:44:50','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 09:48:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','67.50','66.5','Inclusive','716085438984304233'),(7557,'71608542748','70','1','50','retail','0','2020-12-21 12:45:46','','','','2','Cash',6.14,'50','','','7','','1','2020-12-21 09:48:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716085439530350262'),(7558,'71608542748','15','1','30','retail','0','2020-12-21 12:45:54','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 09:48:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085439622009633'),(7559,'71608544112','1','1','320','retail','0','2020-12-21 12:48:32','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-21 09:51:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','36.50','35.5','Inclusive','716085441204820227'),(7560,'71608544112','4','1','220','retail','0','2020-12-21 12:49:21','','','','0','Cash',27.02,'220','','','7','','1','2020-12-21 09:51:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','192.98','','27.00','26','Inclusive','716085441802058302'),(7561,'71608544112','133','2','20','retail','0','2020-12-21 12:49:40','','','','0','Cash',2.46,'10','','','7','','1','2020-12-21 09:51:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716085441886833020'),(7562,'71608544112','11','1','20','retail','0','2020-12-21 12:49:48','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 09:51:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716085441952423246'),(7563,'71608544112','15','1','30','retail','0','2020-12-21 12:49:56','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 09:51:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085442033482334'),(7564,'71608546676','1','3','960','retail','0','2020-12-21 13:31:16','','','','159.60','Cash',117.89,'320','','','7','','1','2020-12-21 10:35:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','35.50','32.5','Inclusive','716085467467342433'),(7565,'71608546676','5','3','330','retail','0','2020-12-21 13:34:58','','','','0','Cash',40.53,'110','','','7','','1','2020-12-21 10:35:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','2.00','0.5','Inclusive','716085469074772242'),(7566,'71608546676','133','3','30','retail','0','2020-12-21 13:35:07','','','','0','Cash',3.68,'10','','','7','','1','2020-12-21 10:35:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive','716085469143710001'),(7567,'71608546676','10','3','60','retail','0','2020-12-21 13:35:15','','','','0','Cash',7.37,'20','','','7','','1','2020-12-21 10:35:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','66.00','63','Inclusive','716085469222923030'),(7568,'71608546676','70','3','150','retail','0','2020-12-21 13:35:22','','','','2','Cash',18.42,'50','','','7','','1','2020-12-21 10:35:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','716085469292292303'),(7569,'71608546676','23','3','90','retail','0','2020-12-21 13:35:29','','','','0','Cash',11.05,'30','','','7','','1','2020-12-21 10:35:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.09','-2.82','Inclusive','716085469379997322'),(7570,'71608546983','1','1','300','retail','0','2020-12-21 13:36:37','','','','159.60','Cash',36.84,'300','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','32.50','31','Inclusive','716085470087221808'),(7571,'71608546983','5','1','100','retail','0','2020-12-21 13:36:48','','','','0','Cash',12.28,'100','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','2.00','2','Inclusive','716085470203023323'),(7572,'71608546983','3','1','150','retail','0','2020-12-21 13:37:00','','','','0','Cash',18.42,'150','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','131.58','','0.00','0','Inclusive','716085470290023300'),(7573,'71608546983','137','1','50','retail','0','2020-12-21 13:37:09','','','','0','Cash',6.14,'50','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716085470374233020'),(7574,'71608546983','10','1','20','retail','0','2020-12-21 13:37:17','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','63.00','62','Inclusive','716085470482403003'),(7575,'71608546983','133','1','10','retail','0','2020-12-21 13:38:17','','','','0','Cash',1.23,'10','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716085471155234336'),(7576,'71608546983','49','1','420','retail','0','2020-12-21 13:38:35','','','','0','Cash',51.58,'420','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','50.00','49','Inclusive','716085471446432321'),(7577,'71608546983','3','1','160','retail','0','2020-12-21 13:39:05','','','','0','Cash',19.65,'160','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','1','0.00','-0.5','Inclusive','716085471565222223'),(7578,'71608546983','55','1','50','retail','0','2020-12-21 13:39:16','','','','0','Cash',6.14,'50','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','716085471683723031'),(7579,'71608546983','11','1','20','retail','0','2020-12-21 13:39:28','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716085471800034424'),(7580,'71608546983','74','4','200','retail','0','2020-12-21 13:39:41','','','','5','Cash',24.56,'50','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.00','-3.88','Inclusive','716085471951903377'),(7581,'71608546983','23','1','30','retail','0','2020-12-21 13:39:55','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716085472050270303'),(7582,'71608546983','143','1','300','retail','0','2020-12-21 13:42:04','','','','2','Cash',36.84,'300','','','7','','1','2020-12-21 10:50:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','1','1.00','0','Inclusive','716085473320722033'),(7583,'71608547846','1','1','320','retail','0','2020-12-21 13:50:46','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-21 10:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','30.50','29.5','Inclusive','716085478533822301'),(7584,'71608547846','5','1','110','retail','0','2020-12-21 13:50:53','','','','0','Cash',13.51,'110','','','7','','1','2020-12-21 10:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','2.00','1','Inclusive','716085478602320833'),(7585,'71608547846','10','1','20','retail','0','2020-12-21 13:51:00','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 10:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','61.50','60.5','Inclusive','716085478700370370'),(7586,'71608547846','133','1','10','retail','0','2020-12-21 13:51:10','','','','0','Cash',1.23,'10','','','7','','1','2020-12-21 10:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716085478773060230'),(7587,'71608547846','19','1','30','retail','0','2020-12-21 13:51:17','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 10:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085478872330872'),(7588,'71608547846','70','1','50','retail','0','2020-12-21 13:51:27','','','','2','Cash',6.14,'50','','','7','','1','2020-12-21 10:51:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716085478942346132'),(7589,'71608547900','1','1','320','retail','0','2020-12-21 13:51:40','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','29.50','28.5','Inclusive','716085485950032032'),(7590,'71608547900','5','1','110','retail','0','2020-12-21 14:03:15','','','','0','Cash',13.51,'110','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','716085486038033238'),(7591,'71608547900','133','1','10','retail','0','2020-12-21 14:03:24','','','','0','Cash',1.23,'10','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716085486124604382'),(7592,'71608547900','15','1','30','retail','0','2020-12-21 14:03:32','','','','0','Cash',3.68,'30','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085486213466436'),(7593,'71608547900','74','1','50','retail','0','2020-12-21 14:03:41','','','','5','Cash',6.14,'50','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716085486352123000'),(7594,'71608547900','10','1','20','retail','0','2020-12-21 14:03:56','','','','0','Cash',2.46,'20','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','60.50','59.5','Inclusive','716085486442774230'),(7595,'71608547900','38','1','330','retail','0','2020-12-21 14:04:04','','','','0','Cash',40.53,'330','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716085486560203121'),(7596,'71608547900','9','1','60','retail','0','2020-12-21 14:04:17','','','','0','Cash',7.37,'60','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716085486670020032'),(7597,'71608547900','40','1','60','retail','0','2020-12-21 14:04:27','','','','0','Cash',7.37,'60','','','7','','1','2020-12-21 11:04:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716085486732407214'),(7598,'71608549723','43','1','1000','retail','0','2020-12-21 14:22:03','','','','0','Cash',122.81,'1000','','','7','','1','2020-12-21 11:22:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','877.19','1','1.00','0','Inclusive','716085497342302978'),(7599,'61608535357','100','25','34500','retail','0','2020-12-21 11:41:34','','','','0','Invoice',4236.84,'1380','','','6','','1','2020-12-21 13:04:14','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1210.53','','58.00','33','Inclusive','616085401131435345'),(7600,'61608535357','194','20','14600','retail','0','2020-12-21 11:41:53','','','','0','Invoice',1792.98,'730','','','6','','1','2020-12-21 13:04:14','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','640.35','','451.00','431','Inclusive','616085401330003230'),(7601,'61608535357','98','12','3960','retail','0','2020-12-21 11:42:13','','','','0','Invoice',486.32,'330','','','6','','1','2020-12-21 13:04:14','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','289.47','','371.00','553','Inclusive','616085401562300303'),(7602,'61608535357','195','24','4800','retail','0','2020-12-21 11:42:36','','','','0','Invoice',589.47,'200','','','6','','1','2020-12-21 13:04:14','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','175.44','','97.00','273','Inclusive','616085401744261072'),(7603,'61608535357','310','24','3600','retail','0','2020-12-21 13:55:18','','','','0','Invoice',442.11,'150','','','6','','1','2020-12-21 13:04:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','131.58','','200.00','176','Inclusive','616085481360335204'),(7604,'61608535357','309','12','3000','retail','0','2020-12-21 15:54:07','','','','0','Invoice',368.42,'250','','','6','','1','2020-12-21 13:04:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','219.30','','81.00','69','Inclusive','616085552862280322'),(7605,'61608556045','100','20','28000','retail','0','2020-12-21 16:07:25','','','','0','Invoice',3438.60,'1400','','','6','','1','2020-12-21 13:11:13','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','33.00','13','Inclusive','616085561202422543'),(7606,'61608556304','100','4','5600','retail','0','2020-12-21 16:11:44','','','','0','Invoice',687.72,'1400','','','6','','1','2020-12-21 13:13:13','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1228.07','','13.00','9','Inclusive','616085563203153333'),(7607,'71608555683','1','1','320','retail','0','2020-12-21 16:01:23','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-21 13:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','28.50','27.5','Inclusive','716085559490933030'),(7608,'71608555683','5','1','110','retail','0','2020-12-21 16:05:49','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-21 13:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716085559583502003'),(7609,'71608555683','133','1','10','retail','0','2020-12-21 16:05:58','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-21 13:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716085559671763224'),(7610,'71608555683','74','1','50','retail','0','2020-12-21 16:06:07','','','','5','Mpesa',6.14,'50','','','7','','1','2020-12-21 13:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716085559833232508'),(7611,'71608555683','19','1','30','retail','0','2020-12-21 16:06:24','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-21 13:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716085559986010234'),(7612,'71608555683','10','1','20','retail','0','2020-12-21 16:06:39','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-21 13:16:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','59.50','58.5','Inclusive','716085560083021442'),(7613,'71608558622','70','2','100','retail','0','2020-12-21 16:50:31','','','','2','Mpesa',12.28,'50','','','7','','1','2020-12-21 13:51:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716085586404002403'),(7614,'71608613905','1','2','640','retail','0','2020-12-22 08:11:45','','','','159.60','Mpesa',78.60,'320','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','27.50','25.5','Inclusive','716086140317333100'),(7615,'71608613905','5','2','220','retail','0','2020-12-22 08:13:51','','','','0','Mpesa',27.02,'110','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','716086140512134213'),(7616,'71608613905','10','1','20','retail','0','2020-12-22 08:14:12','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','58.50','57.5','Inclusive','716086140683130302'),(7617,'71608613905','70','2','100','retail','0','2020-12-22 08:14:59','','','','2','Mpesa',12.28,'50','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716086141076331632'),(7618,'71608613905','15','2','60','retail','0','2020-12-22 08:15:51','','','','0','Mpesa',7.37,'30','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716086142203023020'),(7619,'71608613905','133','2','20','retail','0','2020-12-22 08:17:01','','','','0','Mpesa',2.46,'10','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716086142322323123'),(7620,'71608613905','10','1','20','retail','0','2020-12-22 08:17:13','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-22 05:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','58.50','57.5','Inclusive','716086142413326432'),(7621,'61608615184','326','3','5400','retail','0','2020-12-22 10:02:29','','','','0','Invoice',663.16,'1800','','','6','','1','2020-12-22 07:23:43','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1578.95','','34.00','31','Inclusive','616086206320302021'),(7622,'61608615184','327','15','15000','retail','0','2020-12-22 10:03:53','','','','0','Invoice',1842.11,'1000','','','6','','1','2020-12-22 07:23:43','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','877.19','','15.00','0','Inclusive','616086217162323313'),(7623,'71608621966','1','3','960','retail','0','2020-12-22 10:26:06','','','','159.60','Mpesa',117.89,'320','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','25.50','22.5','Inclusive','716086219752783021'),(7624,'71608621966','5','3','330','retail','0','2020-12-22 10:26:16','','','','0','Mpesa',40.53,'110','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive','716086219860063228'),(7625,'71608621966','74','3','150','retail','0','2020-12-22 10:26:27','','','','5','Mpesa',18.42,'50','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','716086220012062332'),(7626,'71608621966','133','3','30','retail','0','2020-12-22 10:26:41','','','','0','Mpesa',3.68,'10','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive','716086220100003003'),(7627,'71608621966','10','3','60','retail','0','2020-12-22 10:26:51','','','','0','Mpesa',7.37,'20','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','57.50','54.5','Inclusive','716086220200201306'),(7628,'71608621966','15','3','90','retail','0','2020-12-22 10:27:01','','','','0','Mpesa',11.05,'30','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive','716086220390232123'),(7629,'71608621966','38','3','990','retail','0','2020-12-22 10:27:37','','','','0','Mpesa',121.58,'330','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','3','0.00','-1.5','Inclusive','716086220658333033'),(7630,'71608621966','9','3','180','retail','0','2020-12-22 10:27:46','','','','0','Mpesa',22.11,'60','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.25','-2','Inclusive','716086220780433772'),(7631,'71608621966','40','3','180','retail','0','2020-12-22 10:27:58','','','','0','Mpesa',22.11,'60','','','7','','1','2020-12-22 07:31:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.00','-1.5','Inclusive','716086221062060322'),(7632,'71608622312','1','1','300','retail','0','2020-12-22 10:31:52','','','','159.60','Cash',36.84,'300','','','7','','1','2020-12-22 07:34:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','22.50','21.5','Inclusive','716086224162621322'),(7633,'71608622312','5','1','100','retail','0','2020-12-22 10:33:43','','','','0','Cash',12.28,'100','','','7','','1','2020-12-22 07:34:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','716086224306307330'),(7634,'71608622312','10','1','20','retail','0','2020-12-22 10:33:56','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 07:34:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','54.50','53.5','Inclusive','716086224437322302'),(7635,'71608622312','133','1','10','retail','0','2020-12-22 10:34:04','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 07:34:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive','716086224503343020'),(7636,'71608622312','15','1','20','retail','0','2020-12-22 10:34:11','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 07:34:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','716086224606246200'),(7637,'71608622312','70','1','50','retail','0','2020-12-22 10:34:26','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 07:34:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086224732024233'),(7638,'71608622478','1','1','320','retail','0','2020-12-22 10:34:38','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-22 07:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','21.50','20.5','Inclusive','716086229462082020'),(7639,'71608622478','5','1','110','retail','0','2020-12-22 10:42:26','','','','0','Cash',13.51,'110','','','7','','1','2020-12-22 07:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716086229552233123'),(7640,'71608622478','70','1','50','retail','0','2020-12-22 10:42:36','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 07:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086229662006223'),(7641,'71608622478','133','1','10','retail','0','2020-12-22 10:42:47','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 07:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086229750022202'),(7642,'71608622478','19','1','30','retail','0','2020-12-22 10:42:56','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 07:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086229942103990'),(7643,'71608622478','10','1','20','retail','0','2020-12-22 10:43:15','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 07:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','53.50','52.5','Inclusive','716086230053007208'),(7644,'71608623092','55','1','60','retail','0','2020-12-22 10:44:52','','','','0','Mpesa',7.37,'60','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive','716086247763020102'),(7645,'71608623092','10','1','20','retail','0','2020-12-22 11:12:57','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','52.50','51.5','Inclusive','716086247892227006'),(7646,'71608623092','49','1','420','retail','0','2020-12-22 11:13:10','','','','0','Mpesa',51.58,'420','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','49.00','48','Inclusive','716086247983323720'),(7647,'71608623092','23','1','30','retail','0','2020-12-22 11:13:19','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716086248170207030'),(7648,'71608623092','74','4','200','retail','0','2020-12-22 11:13:37','','','','5','Mpesa',24.56,'50','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.00','-3.88','Inclusive','716086248353248422'),(7649,'71608623092','3','1','170','retail','0','2020-12-22 11:13:55','','','','0','Mpesa',20.88,'170','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','1.00','0','Inclusive','716086248650033424'),(7650,'71608623092','1','2','640','retail','0','2020-12-22 11:15:38','','','','159.60','Mpesa',78.60,'320','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','20.50','18.5','Inclusive','716086249560532324'),(7651,'71608623092','5','2','220','retail','0','2020-12-22 11:15:57','','','','0','Mpesa',27.02,'110','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','716086250033522000'),(7652,'71608623092','10','2','40','retail','0','2020-12-22 11:16:43','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','51.50','49.5','Inclusive','716086250183326023'),(7653,'71608623092','133','2','20','retail','0','2020-12-22 11:16:58','','','','0','Mpesa',2.46,'10','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716086250566522352'),(7654,'71608623092','70','2','100','retail','0','2020-12-22 11:17:37','','','','2','Mpesa',12.28,'50','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716086250993203306'),(7655,'71608623092','19','2','60','retail','0','2020-12-22 11:18:20','','','','0','Mpesa',7.37,'30','','','7','','1','2020-12-22 08:19:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716086251243305223'),(7656,'71608625150','185','1','250','retail','0','2020-12-22 11:19:11','','','','0','Mpesa',30.70,'250','','','7','','1','2020-12-22 08:41:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','219.30','1','2.00','1','Inclusive','716086264632343203'),(7657,'71608626510','296','5','300','retail','0','2020-12-22 11:41:50','','','','0','Cash',36.84,'60','','','7','','1','2020-12-22 08:49:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','52.63','','380.00','375','Inclusive','716086269303426042'),(7658,'71608626973','1','2','640','retail','0','2020-12-22 11:49:33','','','','159.60','Mpesa',78.60,'320','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','18.50','16.5','Inclusive','716086278060223202'),(7659,'71608626973','5','2','220','retail','0','2020-12-22 12:03:26','','','','0','Mpesa',27.02,'110','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','716086278157327232'),(7660,'71608626973','133','2','20','retail','0','2020-12-22 12:03:35','','','','0','Mpesa',2.46,'10','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716086278230286320'),(7661,'71608626973','15','1','30','retail','0','2020-12-22 12:03:44','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086278350262022'),(7662,'71608626973','10','2','40','retail','0','2020-12-22 12:03:56','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','49.50','47.5','Inclusive','716086278458330208'),(7663,'71608626973','15','1','30','retail','0','2020-12-22 12:04:11','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086278593262533'),(7664,'71608626973','70','2','100','retail','0','2020-12-22 12:04:19','','','','2','Mpesa',12.28,'50','','','7','','1','2020-12-22 09:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716086278693822300'),(7665,'71608628047','1','1','320','retail','0','2020-12-22 12:07:27','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','16.50','15.5','Inclusive','716086283202422323'),(7666,'71608628047','5','1','110','retail','0','2020-12-22 12:12:01','','','','0','Cash',13.51,'110','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','716086283372636002'),(7667,'71608628047','70','1','50','retail','0','2020-12-22 12:13:13','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086284003001400'),(7668,'71608628047','10','1','20','retail','0','2020-12-22 12:13:21','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','47.50','46.5','Inclusive','716086284093200203'),(7669,'71608628047','15','1','30','retail','0','2020-12-22 12:13:30','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086284194397004'),(7670,'71608628047','19','1','30','retail','0','2020-12-22 12:13:39','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086284262680601'),(7671,'71608628047','74','1','50','retail','0','2020-12-22 12:13:47','','','','5','Cash',6.14,'50','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086284332303023'),(7672,'71608628047','133','1','10','retail','0','2020-12-22 12:13:53','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086284448646802'),(7673,'71608628047','3','1','170','retail','0','2020-12-22 12:14:04','','','','0','Cash',20.88,'170','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716086284552262263'),(7674,'71608628047','6','1','70','retail','0','2020-12-22 12:14:16','','','','0','Cash',8.60,'70','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716086284643262071'),(7675,'71608628047','133','1','10','retail','0','2020-12-22 12:14:24','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086284712330022'),(7676,'71608628047','10','1','20','retail','0','2020-12-22 12:14:32','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 09:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','46.50','45.5','Inclusive','716086284814226860'),(7677,'71608629019','1','2','640','retail','0','2020-12-22 12:23:39','','','','159.60','Mpesa',78.60,'320','','','7','','1','2020-12-22 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','2','15.00','13','Inclusive','716086292063432220'),(7678,'71608629019','70','2','100','retail','0','2020-12-22 12:26:47','','','','2','Mpesa',12.28,'50','','','7','','1','2020-12-22 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716086292160902133'),(7679,'71608629019','19','2','60','retail','0','2020-12-22 12:26:56','','','','0','Mpesa',7.37,'30','','','7','','1','2020-12-22 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','2','0.12','-1.82','Inclusive','716086292243222032'),(7680,'71608629019','133','2','20','retail','0','2020-12-22 12:27:05','','','','0','Mpesa',2.46,'10','','','7','','1','2020-12-22 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','2','0.00','-1.9','Inclusive','716086293541322026'),(7681,'71608629019','10','2','40','retail','0','2020-12-22 12:29:14','','','','0','Mpesa',4.91,'20','','','7','','1','2020-12-22 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','2','45.50','43.5','Inclusive','716086293646323322'),(7682,'71608629019','5','2','220','retail','0','2020-12-22 12:29:24','','','','0','Mpesa',27.02,'110','','','7','','1','2020-12-22 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','2','0.00','-1','Inclusive','716086293789820006'),(7683,'71608629606','1','10','3000','retail','0','2020-12-22 12:50:24','','','','159.60','Cash',368.42,'300','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','13.00','3','Inclusive','716086306350334426'),(7684,'71608629606','133','10','100','retail','0','2020-12-22 12:50:36','','','','0','Cash',12.28,'10','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','10','0.00','-9.5','Inclusive','716086306490732323'),(7685,'71608629606','5','10','1000','retail','0','2020-12-22 12:50:50','','','','0','Cash',122.81,'100','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','716086306708228103'),(7686,'71608629606','10','10','200','retail','0','2020-12-22 12:51:10','','','','0','Cash',24.56,'20','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','10','43.50','33.5','Inclusive','716086306812324308'),(7687,'71608629606','74','5','250','retail','0','2020-12-22 12:51:21','','','','5','Cash',30.70,'50','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive','716086307020228233'),(7688,'71608629606','70','5','250','retail','0','2020-12-22 12:51:42','','','','2','Cash',30.70,'50','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','5','0.00','-4.85','Inclusive','716086307130263333'),(7689,'71608629606','23','5','100','retail','0','2020-12-22 12:52:21','','','','0','Cash',12.28,'20','','','7','','1','2020-12-22 09:54:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.09','0.09','Inclusive','716086307660763721'),(7690,'61608629376','334','5','15000','retail','0','2020-12-22 12:29:36','','','','0','Invoice',1842.11,'3000','','','6','','1','2020-12-22 10:12:16','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','2631.58','5','5.00','0','Inclusive','616086294003603482'),(7691,'71608632541','1','1','320','retail','0','2020-12-22 13:22:21','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','43.00','42','Inclusive','716086326161822206'),(7692,'71608632541','5','1','110','retail','0','2020-12-22 13:23:37','','','','0','Cash',13.51,'110','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','20.00','19','Inclusive','716086326492203023'),(7693,'71608632541','133','1','10','retail','0','2020-12-22 13:24:10','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086326653663231'),(7694,'71608632541','70','1','50','retail','0','2020-12-22 13:24:26','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086326746333336'),(7695,'71608632541','70','1','50','retail','0','2020-12-22 13:24:35','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086326862660210'),(7696,'71608632541','3','1','170','retail','0','2020-12-22 13:24:46','','','','0','Cash',20.88,'170','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716086327163311213'),(7697,'71608632541','6','1','70','retail','0','2020-12-22 13:25:23','','','','0','Cash',8.60,'70','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716086327372303006'),(7698,'71608632541','133','1','10','retail','0','2020-12-22 13:25:38','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086327582382220'),(7699,'71608632541','70','1','50','retail','0','2020-12-22 13:25:58','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086327677036223'),(7700,'71608632541','19','1','30','retail','0','2020-12-22 13:26:08','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086327796223143'),(7701,'71608632541','11','1','20','retail','0','2020-12-22 13:26:20','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 10:26:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716086327860702430'),(7702,'71608635582','1','1','320','retail','0','2020-12-22 14:13:02','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-22 11:14:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','41.50','40.5','Inclusive','716086355908341228'),(7703,'71608635582','5','1','110','retail','0','2020-12-22 14:13:11','','','','0','Cash',13.51,'110','','','7','','1','2020-12-22 11:14:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','19.00','18','Inclusive','716086355980360088'),(7704,'71608635582','133','1','10','retail','0','2020-12-22 14:13:19','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 11:14:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086356073704822'),(7705,'71608635582','19','1','30','retail','0','2020-12-22 14:13:36','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 11:14:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086356230822233'),(7706,'71608635582','10','1','20','retail','0','2020-12-22 14:13:44','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 11:14:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','83.00','82','Inclusive','716086356302223620'),(7707,'71608635582','74','1','50','retail','0','2020-12-22 14:14:34','','','','5','Cash',6.14,'50','','','7','','1','2020-12-22 11:14:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086356891660323'),(7708,'71608635768','1','1','320','retail','0','2020-12-22 14:16:08','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-22 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','40.50','39.5','Inclusive','716086357750622253'),(7709,'71608635768','133','1','10','retail','0','2020-12-22 14:16:15','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086357820528233'),(7710,'71608635768','10','1','20','retail','0','2020-12-22 14:16:23','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','82.00','81','Inclusive','716086357891662008'),(7711,'71608635768','5','1','110','retail','0','2020-12-22 14:16:29','','','','0','Cash',13.51,'110','','','7','','1','2020-12-22 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','18.00','17','Inclusive','716086357963330277'),(7712,'71608635768','15','1','30','retail','0','2020-12-22 14:16:36','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086358064236808'),(7713,'71608635768','70','1','50','retail','0','2020-12-22 14:16:46','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086358141083532'),(7714,'71608636128','3','1','170','retail','0','2020-12-22 14:22:08','','','','0','Cash',20.88,'170','','','7','','1','2020-12-22 12:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716086393083682823'),(7715,'71608636128','6','1','70','retail','0','2020-12-22 15:15:09','','','','0','Cash',8.60,'70','','','7','','1','2020-12-22 12:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716086393208062200'),(7716,'71608636128','15','1','30','retail','0','2020-12-22 15:15:21','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 12:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086393273261233'),(7717,'71608636128','74','1','50','retail','0','2020-12-22 15:15:28','','','','5','Cash',6.14,'50','','','7','','1','2020-12-22 12:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086393353632272'),(7718,'71608636128','10','1','20','retail','0','2020-12-22 15:15:35','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 12:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','81.00','80','Inclusive','716086393434304200'),(7719,'71608636128','133','1','10','retail','0','2020-12-22 15:15:51','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 12:16:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086393600033932'),(7720,'71608639368','94','10','1400','retail','0','2020-12-22 15:16:08','','','','0','Cash',171.93,'140','','','7','','1','2020-12-22 12:18:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','122.81','','128.00','118','Inclusive','716086394553205326'),(7721,'71608639491','1','1','320','retail','0','2020-12-22 15:18:11','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-22 12:26:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','39.00','38','Inclusive','716086398862932342'),(7722,'71608639491','5','1','110','retail','0','2020-12-22 15:24:47','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-22 12:26:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','17.00','16','Inclusive','716086398946034292'),(7723,'71608639491','133','1','10','retail','0','2020-12-22 15:24:55','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-22 12:26:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086399033302739'),(7724,'71608639491','10','1','20','retail','0','2020-12-22 15:25:03','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-22 12:26:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','80.00','79','Inclusive','716086399102692601'),(7725,'71608639491','15','1','30','retail','0','2020-12-22 15:25:11','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-22 12:26:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086399183322283'),(7726,'71608639491','70','1','50','retail','0','2020-12-22 15:25:19','','','','2','Mpesa',6.14,'50','','','7','','1','2020-12-22 12:26:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086399307024202'),(7727,'71608639967','3','1','170','retail','0','2020-12-22 15:26:07','','','','0','Cash',20.88,'170','','','7','','1','2020-12-22 12:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716086405143003330'),(7728,'71608639967','11','1','20','retail','0','2020-12-22 15:35:19','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 12:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716086405294023230'),(7729,'71608639967','15','1','30','retail','0','2020-12-22 15:35:30','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 12:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086405394912204'),(7730,'71608639967','70','1','50','retail','0','2020-12-22 15:35:39','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 12:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086405486320024'),(7731,'71608639967','6','1','70','retail','0','2020-12-22 15:35:49','','','','0','Cash',8.60,'70','','','7','','1','2020-12-22 12:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716086405653237620'),(7732,'71608639967','133','1','10','retail','0','2020-12-22 15:36:05','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 12:36:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086405750231322'),(7733,'71608640581','1','3','960','retail','0','2020-12-22 15:36:21','','','','159.60','Cash',117.89,'320','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','37.50','34.5','Inclusive','716086411553660302'),(7734,'71608640581','5','3','330','retail','0','2020-12-22 15:45:55','','','','0','Cash',40.53,'110','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','16.00','13','Inclusive','716086411632213016'),(7735,'71608640581','10','3','60','retail','0','2020-12-22 15:46:04','','','','0','Cash',7.37,'20','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','78.50','75.5','Inclusive','716086411821032402'),(7736,'71608640581','133','3','30','retail','0','2020-12-22 15:46:23','','','','0','Cash',3.68,'10','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive','716086411933844732'),(7737,'71608640581','70','3','150','retail','0','2020-12-22 15:46:33','','','','2','Cash',18.42,'50','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','716086412094206302'),(7738,'71608640581','19','1','30','retail','0','2020-12-22 15:47:02','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086412442201600'),(7739,'71608640581','19','1','30','retail','0','2020-12-22 15:47:25','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086412561411524'),(7740,'71608640581','19','1','30','retail','0','2020-12-22 15:48:14','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086413057382322'),(7741,'71608640581','19','1','30','retail','0','2020-12-22 15:48:25','','','','0','Cash',3.68,'30','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716086413134321224'),(7742,'71608640581','70','1','50','retail','0','2020-12-22 15:48:33','','','','2','Cash',6.14,'50','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086413252123222'),(7743,'71608640581','3','1','170','retail','0','2020-12-22 15:48:45','','','','0','Cash',20.88,'170','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716086413336332304'),(7744,'71608640581','133','1','10','retail','0','2020-12-22 15:48:54','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086413407003220'),(7745,'71608640581','6','1','70','retail','0','2020-12-22 15:49:01','','','','0','Cash',8.60,'70','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716086413483400763'),(7746,'71608640581','10','1','20','retail','0','2020-12-22 15:49:08','','','','0','Cash',2.46,'20','','','7','','1','2020-12-22 12:54:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','75.50','74.5','Inclusive','716086413566363132'),(7747,'71608644990','1','1','320','retail','0','2020-12-22 16:49:50','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-22 13:50:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','34.00','33','Inclusive','716086449974286228'),(7748,'71608644990','5','1','110','retail','0','2020-12-22 16:49:57','','','','0','Cash',13.51,'110','','','7','','1','2020-12-22 13:50:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','13.00','12','Inclusive','716086450137306400'),(7749,'71608644990','133','1','10','retail','0','2020-12-22 16:50:13','','','','0','Cash',1.23,'10','','','7','','1','2020-12-22 13:50:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716086450223110022'),(7750,'71608644990','137','1','50','retail','0','2020-12-22 16:50:22','','','','0','Cash',6.14,'50','','','7','','1','2020-12-22 13:50:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','716086450323036624'),(7751,'71608644990','74','1','50','retail','0','2020-12-22 16:50:32','','','','5','Cash',6.14,'50','','','7','','1','2020-12-22 13:50:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716086450445323822'),(7752,'71608645057','94','1','180','retail','0','2020-12-22 16:50:57','','','','0','Cash',22.11,'180','','','7','','1','2020-12-22 14:01:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','157.89','1','118.00','117','Inclusive','716086457043302622'),(7753,'71608700547','147','5','2000','retail','0','2020-12-23 08:15:47','','','','0','Cash',245.61,'400','','','7','','1','2020-12-23 05:17:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','350.88','','349.40','344.4','Inclusive','716087005643003402'),(7754,'71608700630','1','1','300','retail','0','2020-12-23 08:17:10','','','','159.60','Cash',36.84,'300','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','33.00','32','Inclusive','716087024133273373'),(7755,'71608700630','5','1','100','retail','0','2020-12-23 08:46:53','','','','0','Cash',12.28,'100','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','12.00','11','Inclusive','716087024210620304'),(7756,'71608700630','133','1','10','retail','0','2020-12-23 09:41:48','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087057286202777'),(7757,'71608700630','10','1','20','retail','0','2020-12-23 09:42:09','','','','0','Cash',2.46,'20','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','74.50','73.5','Inclusive','716087057380703003'),(7758,'71608700630','15','1','20','retail','0','2020-12-23 09:42:18','','','','0','Cash',2.46,'20','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','716087057462303860'),(7759,'71608700630','70','1','50','retail','0','2020-12-23 09:46:06','','','','2','Cash',6.14,'50','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','1.00','0','Inclusive','716087059867703323'),(7760,'71608700630','2','1','90','retail','0','2020-12-23 09:46:51','','','','0','Cash',11.05,'90','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive','716087060333362030'),(7761,'71608700630','55','1','50','retail','0','2020-12-23 09:47:13','','','','0','Cash',6.14,'50','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive','716087060426060328'),(7762,'71608700630','23','1','30','retail','0','2020-12-23 09:47:23','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716087060502277382'),(7763,'71608700630','74','2','100','retail','0','2020-12-23 09:47:30','','','','5','Cash',12.28,'50','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716087060586383130'),(7764,'71608700630','11','1','20','retail','0','2020-12-23 09:47:38','','','','0','Cash',2.46,'20','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716087060670230367'),(7765,'71608700630','50','1','210','retail','0','2020-12-23 09:48:12','','','','0','Cash',25.79,'210','','','7','','1','2020-12-23 06:49:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive','716087061452732604'),(7766,'71608706154','1','1','320','retail','0','2020-12-23 09:49:14','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-23 06:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','31.75','30.75','Inclusive','716087061837080303'),(7767,'71608706154','5','1','110','retail','0','2020-12-23 09:49:43','','','','0','Cash',13.51,'110','','','7','','1','2020-12-23 06:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','11.00','10','Inclusive','716087061916210121'),(7768,'71608707543','1','1','320','retail','0','2020-12-23 10:12:23','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','30.75','29.75','Inclusive','716087075520020222'),(7769,'71608707543','5','1','110','retail','0','2020-12-23 10:12:32','','','','0','Cash',13.51,'110','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','10.00','9','Inclusive','716087075593323874'),(7770,'71608707543','133','1','10','retail','0','2020-12-23 10:12:39','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive','716087075723205203'),(7771,'71608707543','15','1','30','retail','0','2020-12-23 10:12:53','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087075823343522'),(7772,'71608707543','70','1','50','retail','0','2020-12-23 10:13:41','','','','2','Cash',6.14,'50','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716087076288333202'),(7773,'71608707543','10','1','20','retail','0','2020-12-23 10:13:49','','','','0','Cash',2.46,'20','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','73.00','72','Inclusive','716087076380730703'),(7774,'71608707543','38','1','330','retail','0','2020-12-23 10:13:58','','','','0','Cash',40.53,'330','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','716087076730300033'),(7775,'71608707543','9','1','60','retail','0','2020-12-23 10:14:34','','','','0','Cash',7.37,'60','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','716087076844023230'),(7776,'71608707543','40','1','60','retail','0','2020-12-23 10:14:44','','','','0','Cash',7.37,'60','','','7','','1','2020-12-23 07:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','716087076953337340'),(7777,'71608707967','1','2','640','retail','0','2020-12-23 10:19:27','','','','159.60','Cash',78.60,'320','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','29.75','27.75','Inclusive','716087079760002932'),(7778,'71608707967','70','1','50','retail','0','2020-12-23 10:19:36','','','','2','Cash',6.14,'50','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716087079842232220'),(7779,'71608707967','23','1','30','retail','0','2020-12-23 10:19:45','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive','716087080354023732'),(7780,'71608707967','5','2','220','retail','0','2020-12-23 10:20:36','','','','0','Cash',27.02,'110','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','9.00','7','Inclusive','716087080432323004'),(7781,'71608707967','133','1','10','retail','0','2020-12-23 10:20:43','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087080510230322'),(7782,'71608707967','10','2','40','retail','0','2020-12-23 10:20:52','','','','0','Cash',4.91,'20','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','72.00','70','Inclusive','716087080628863107'),(7783,'71608707967','133','1','10','retail','0','2020-12-23 10:21:53','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087081210032180'),(7784,'71608707967','15','1','30','retail','0','2020-12-23 10:24:21','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087082713238783'),(7785,'71608707967','74','1','50','retail','0','2020-12-23 10:24:31','','','','5','Cash',6.14,'50','','','7','','1','2020-12-23 07:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716087082797282083'),(7786,'71608708682','1','1','320','retail','0','2020-12-23 10:31:22','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-23 07:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','27.75','26.75','Inclusive','716087089961208730'),(7787,'71608708682','133','1','10','retail','0','2020-12-23 10:36:37','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 07:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','1.00','0','Inclusive','716087090066100230'),(7788,'71608708682','74','1','50','retail','0','2020-12-23 10:36:47','','','','5','Cash',6.14,'50','','','7','','1','2020-12-23 07:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716087090151233332'),(7789,'71608708682','10','1','20','retail','0','2020-12-23 10:36:56','','','','0','Cash',2.46,'20','','','7','','1','2020-12-23 07:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','71.00','70','Inclusive','716087090253002062'),(7790,'71608708682','5','1','110','retail','0','2020-12-23 10:37:06','','','','0','Cash',13.51,'110','','','7','','1','2020-12-23 07:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','7.00','6','Inclusive','716087090402222330'),(7791,'71608708682','19','1','30','retail','0','2020-12-23 10:37:20','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 07:37:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087090493007233'),(7792,'71608709058','1','1','320','retail','0','2020-12-23 10:37:38','','','','159.60','Mpesa',39.30,'320','','','7','','1','2020-12-23 07:42:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','26.75','25.75','Inclusive','716087091493381772'),(7793,'71608709058','5','1','110','retail','0','2020-12-23 10:39:10','','','','0','Mpesa',13.51,'110','','','7','','1','2020-12-23 07:42:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','6.00','5','Inclusive','716087091573023103'),(7794,'71608709058','133','1','10','retail','0','2020-12-23 10:39:18','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-23 07:42:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087091667620232'),(7795,'71608709058','11','1','20','retail','0','2020-12-23 10:41:47','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-23 07:42:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716087093278222321'),(7796,'71608709340','1','1','320','retail','0','2020-12-23 10:42:20','','','','159.60','Cash',39.30,'320','','','7','','1','2020-12-23 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','25.75','24.75','Inclusive','716087097531300322'),(7797,'71608709340','5','1','110','retail','0','2020-12-23 10:49:14','','','','0','Cash',13.51,'110','','','7','','1','2020-12-23 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','5.00','4','Inclusive','716087097603860823'),(7798,'71608709340','133','1','10','retail','0','2020-12-23 10:49:21','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087097662202220'),(7799,'71608709340','10','1','20','retail','0','2020-12-23 10:49:27','','','','0','Cash',2.46,'20','','','7','','1','2020-12-23 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','69.50','68.5','Inclusive','716087097733223433'),(7800,'71608709340','70','1','50','retail','0','2020-12-23 10:49:34','','','','2','Cash',6.14,'50','','','7','','1','2020-12-23 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716087097813013339'),(7801,'71608709340','15','1','30','retail','0','2020-12-23 10:49:41','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 07:49:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087097882202202'),(7802,'71608709794','3','1','170','retail','0','2020-12-23 10:52:45','','','','0','Mpesa',20.88,'170','','','7','','1','2020-12-23 07:55:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','716087099747212440'),(7803,'71608709794','133','1','10','retail','0','2020-12-23 10:52:54','','','','0','Mpesa',1.23,'10','','','7','','1','2020-12-23 07:55:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087099800043222'),(7804,'71608709794','6','1','70','retail','0','2020-12-23 10:53:01','','','','0','Mpesa',8.60,'70','','','7','','1','2020-12-23 07:55:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','716087099893221322'),(7805,'71608709794','15','1','30','retail','0','2020-12-23 10:53:10','','','','0','Mpesa',3.68,'30','','','7','','1','2020-12-23 07:55:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087099978232909'),(7806,'71608709794','74','1','50','retail','0','2020-12-23 10:53:17','','','','5','Mpesa',6.14,'50','','','7','','1','2020-12-23 07:55:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','716087100060130312'),(7807,'71608709794','11','1','20','retail','0','2020-12-23 10:53:27','','','','0','Mpesa',2.46,'20','','','7','','1','2020-12-23 07:55:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','716087100155302137'),(7808,'71608712588','1','2','640','retail','0','2020-12-23 11:36:28','','','','159.60','Cash',78.60,'320','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','','24.25','22.25','Inclusive','716087126040082333'),(7809,'71608712588','5','2','220','retail','0','2020-12-23 11:36:45','','','','0','Cash',27.02,'110','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','','4.00','2','Inclusive','716087126114132220'),(7810,'71608712588','133','1','10','retail','0','2020-12-23 11:36:52','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087126199172471'),(7811,'71608712588','10','2','40','retail','0','2020-12-23 11:37:00','','','','0','Cash',4.91,'20','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','68.00','66','Inclusive','716087126488333708'),(7812,'71608712588','15','1','30','retail','0','2020-12-23 11:37:29','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087126633233320'),(7813,'71608712588','15','1','30','retail','0','2020-12-23 11:37:48','','','','0','Cash',3.68,'30','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','716087126760112266'),(7814,'71608712588','74','2','100','retail','0','2020-12-23 11:37:57','','','','5','Cash',12.28,'50','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive','716087126866720873'),(7815,'71608712588','133','1','10','retail','0','2020-12-23 11:38:23','','','','0','Cash',1.23,'10','','','7','','1','2020-12-23 08:39:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','716087127127383732'),(7816,'61608719256','335','9','81000','retail','0','2020-12-23 13:27:36','','','','0','Invoice',9947.37,'9000','','','6','','1','2020-12-23 10:47:24','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','7894.74','9','9.00','0','Inclusive','616087193032920303'),(7817,'61608719256','339','10','12000','retail','0','2020-12-23 13:28:23','','','','0','Invoice',1473.68,'1200','','','6','','1','2020-12-23 10:47:24','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1052.63','10','10.00','0','Inclusive','616087194224424224'),(7818,'61608719256','337','4','8000','retail','0','2020-12-23 13:30:22','','','','0','Invoice',982.46,'2000','','','6','','1','2020-12-23 10:47:24','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1754.39','','2000.00','0','Inclusive','616087195053237372'),(7819,'61608719256','336','1','9000','retail','0','2020-12-23 13:34:31','','','','0','Invoice',1105.26,'9000','','','6','','1','2020-12-23 10:47:24','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','7894.74','1','1.00','0','Inclusive','616087197730034221'),(7820,'61608719256','338','3','6900','retail','0','2020-12-23 13:36:13','','','','0','Invoice',847.37,'2300','','','6','','1','2020-12-23 10:47:24','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','2017.54','','3.00','0','Inclusive','616087198020021222'),(7821,'81608721128','340','5','45000','retail','0','2020-12-23 13:58:48','','','','0','Invoice',5526.32,'9000','','','8','','1','2020-12-23 10:59:46','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','7894.74','5','5.00','0','Inclusive','816087211431313008'),(7822,'41609744386','3','1','170','retail','0','2021-01-04 10:13:06','','','','0','Cash',20.88,'170','','','4','','1','2021-01-04 07:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416097444173144343'),(7823,'41609744386','6','1','70','retail','0','2021-01-04 10:13:39','','','','0','Cash',8.60,'70','','','4','','1','2021-01-04 07:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','61.40','1','0.00','-0.75','Inclusive','416097444261703334'),(7824,'41609744386','11','1','20','retail','0','2021-01-04 10:13:47','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 07:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416097444364472037'),(7825,'41609744386','133','1','10','retail','0','2021-01-04 10:13:57','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 07:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097444472334307'),(7826,'41609744386','19','1','30','retail','0','2021-01-04 10:14:08','','','','0','Cash',3.68,'30','','','4','','1','2021-01-04 07:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416097444552202035'),(7827,'41609744386','70','1','50','retail','0','2021-01-04 10:14:15','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 07:15:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097444634143220'),(7828,'41609744503','38','1','330','retail','0','2021-01-04 10:15:48','','','','0','Cash',40.53,'330','','','4','','1','2021-01-04 07:16:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416097445593330630'),(7829,'41609744503','9','1','60','retail','0','2021-01-04 10:16:00','','','','0','Cash',7.37,'60','','','4','','1','2021-01-04 07:16:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416097445793007392'),(7830,'41609744503','40','1','60','retail','0','2021-01-04 10:16:20','','','','0','Cash',7.37,'60','','','4','','1','2021-01-04 07:16:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416097445892231223'),(7831,'41609744621','85','5','600','retail','0','2021-01-04 10:17:58','','','','0','Cash',73.68,'120','','','4','','1','2021-01-04 07:28:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','5','617.50','612.5','Inclusive','416097453294233222'),(7832,'41609745341','1','4','1280','retail','0','2021-01-04 10:29:01','','','','159.60','Cash',157.19,'320','','','4','','1','2021-01-04 07:37:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','4','21.75','17.75','Inclusive','416097458650200231'),(7833,'41609745873','85','1','120','retail','0','2021-01-04 10:37:53','','','','0','Cash',14.74,'120','','','4','','1','2021-01-04 07:45:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','105.26','1','612.50','611.5','Inclusive','416097463544202002'),(7834,'41609746361','1','1','300','retail','0','2021-01-04 11:34:58','','','','159.60','Cash',36.84,'300','','','4','','1','2021-01-04 08:45:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','17.75','16.75','Inclusive','416097493111446341'),(7835,'41609746361','5','1','100','retail','0','2021-01-04 11:35:13','','','','0','Cash',12.28,'100','','','4','','1','2021-01-04 08:45:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','2.00','1','Inclusive','416097493613202304'),(7836,'41609746361','10','1','20','retail','0','2021-01-04 11:36:02','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 08:45:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','65.50','64.5','Inclusive','416097493692296310'),(7837,'41609746361','15','1','20','retail','0','2021-01-04 11:36:10','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 08:45:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','416097493770240902'),(7838,'41609746361','70','1','50','retail','0','2021-01-04 11:36:42','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 08:45:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097498932320021'),(7839,'41609746361','133','1','10','retail','0','2021-01-04 11:45:13','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 08:45:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097499214040110'),(7840,'41609749949','1','1','320','retail','0','2021-01-04 11:45:49','','','','159.60','Cash',39.30,'320','','','4','','1','2021-01-04 09:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','16.75','15.75','Inclusive','416097522762202320'),(7841,'41609749949','5','1','110','retail','0','2021-01-04 12:24:37','','','','0','Cash',13.51,'110','','','4','','1','2021-01-04 09:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','416097522880302002'),(7842,'41609749949','10','1','20','retail','0','2021-01-04 12:24:48','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 09:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','64.50','63.5','Inclusive','416097522953233022'),(7843,'41609749949','133','1','10','retail','0','2021-01-04 12:24:56','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 09:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097523032033232'),(7844,'41609749949','19','1','30','retail','0','2021-01-04 12:25:04','','','','0','Cash',3.68,'30','','','4','','1','2021-01-04 09:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416097523102002253'),(7845,'41609749949','70','1','50','retail','0','2021-01-04 12:25:11','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 09:25:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097523243211740'),(7846,'41609752331','38','3','990','retail','0','2021-01-04 12:25:31','','','','0','Cash',121.58,'330','','','4','','1','2021-01-04 10:22:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','3','0.00','-1.5','Inclusive','416097556743233344'),(7847,'41609752331','39','3','180','retail','0','2021-01-04 13:21:15','','','','0','Cash',22.11,'60','','','4','','1','2021-01-04 10:22:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','36.00','33','Inclusive','416097556950333222'),(7848,'41609752331','9','3','180','retail','0','2021-01-04 13:21:35','','','','0','Cash',22.11,'60','','','4','','1','2021-01-04 10:22:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.25','-2','Inclusive','416097557122127272'),(7849,'41609755741','1','3','960','retail','0','2021-01-04 13:22:21','','','','159.60','Cash',117.89,'320','','','4','','1','2021-01-04 10:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','15.75','12.75','Inclusive','416097557765027273'),(7850,'41609755741','5','3','330','retail','0','2021-01-04 13:23:19','','','','0','Cash',40.53,'110','','','4','','1','2021-01-04 10:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','3','0.00','-1.5','Inclusive','416097558083832363'),(7851,'41609755741','10','3','60','retail','0','2021-01-04 13:23:29','','','','0','Cash',7.37,'20','','','4','','1','2021-01-04 10:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','63.50','60.5','Inclusive','416097558191572202'),(7852,'41609755741','133','3','30','retail','0','2021-01-04 13:23:39','','','','0','Cash',3.68,'10','','','4','','1','2021-01-04 10:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','3','0.00','-2.85','Inclusive','416097558284530262'),(7853,'41609755741','19','3','90','retail','0','2021-01-04 13:23:49','','','','0','Cash',11.05,'30','','','4','','1','2021-01-04 10:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','1.12','-1.79','Inclusive','416097558374202202'),(7854,'41609755741','70','3','150','retail','0','2021-01-04 13:23:58','','','','2','Cash',18.42,'50','','','4','','1','2021-01-04 10:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','416097558490230637'),(7855,'41609755856','3','3','510','retail','0','2021-01-04 13:24:17','','','','0','Cash',62.63,'170','','','4','','1','2021-01-04 10:35:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416097558842405024'),(7856,'41609755856','11','3','60','retail','0','2021-01-04 13:24:45','','','','0','Cash',7.37,'20','','','4','','1','2021-01-04 10:35:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','0.00','-1.5','Inclusive','416097558943073428'),(7857,'41609755856','55','3','180','retail','0','2021-01-04 13:24:54','','','','0','Cash',22.11,'60','','','4','','1','2021-01-04 10:35:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive','416097559063220330'),(7858,'41609755856','49','3','1260','retail','0','2021-01-04 13:25:07','','','','0','Cash',154.74,'420','','','4','','1','2021-01-04 10:35:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','3','46.50','43.5','Inclusive','416097559182380303'),(7859,'41609755856','15','3','90','retail','0','2021-01-04 13:25:19','','','','0','Cash',11.05,'30','','','4','','1','2021-01-04 10:35:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.12','-2.79','Inclusive','416097559299390522'),(7860,'41609755856','74','12','600','retail','0','2021-01-04 13:35:16','','','','5','Cash',73.68,'50','','','4','','1','2021-01-04 10:35:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','12','0.00','-11.64','Inclusive','416097565312105304'),(7861,'41609756540','1','3','960','retail','0','2021-01-04 13:35:40','','','','159.60','Cash',117.89,'320','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','3','51.25','48.25','Inclusive','416097565803302030'),(7862,'41609756540','3','3','480','retail','0','2021-01-04 13:36:20','','','','0','Cash',58.95,'160','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','140.35','3','0.00','-1.5','Inclusive','416097565946632242'),(7863,'41609756540','10','3','60','retail','0','2021-01-04 13:36:35','','','','0','Cash',7.37,'20','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','3','59.00','56','Inclusive','416097566066004720'),(7864,'41609756540','36','3','390','retail','0','2021-01-04 13:36:47','','','','0','Cash',47.89,'130','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.25','-2','Inclusive','416097566510393333'),(7865,'41609756540','33','3','390','retail','0','2021-01-04 13:37:31','','','','0','Cash',47.89,'130','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','114.04','3','0.00','-2.25','Inclusive','416097566636333503'),(7866,'41609756540','48','3','180','retail','0','2021-01-04 13:37:43','','','','0','Cash',22.11,'60','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','3','0.00','-2.25','Inclusive','416097566736032222'),(7867,'41609756540','27','3','90','retail','0','2021-01-04 13:37:54','','','','0','Cash',11.05,'30','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','3','0.03','-2.88','Inclusive','416097567040420322'),(7868,'41609756540','169','3','150','retail','0','2021-01-04 13:38:24','','','','0','Cash',18.42,'50','','','4','','1','2021-01-04 10:38:59','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.86','3','0.00','-2.91','Inclusive','416097567223022234'),(7869,'41609760527','40','1','60','retail','0','2021-01-04 14:42:07','','','','0','Cash',7.37,'60','','','4','','1','2021-01-04 11:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.00','-0.5','Inclusive','416097605419472276'),(7870,'41609760527','9','1','60','retail','0','2021-01-04 14:42:22','','','','0','Cash',7.37,'60','','','4','','1','2021-01-04 11:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','1','0.25','-0.5','Inclusive','416097605526332226'),(7871,'41609760527','38','1','330','retail','0','2021-01-04 14:42:32','','','','0','Cash',40.53,'330','','','4','','1','2021-01-04 11:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','289.47','1','0.00','-0.5','Inclusive','416097605603730020'),(7872,'41609760902','3','1','170','retail','0','2021-01-04 14:48:22','','','','0','Cash',20.88,'170','','','4','','1','2021-01-04 11:50:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','149.12','','0.00','0','Inclusive','416097609246063362'),(7873,'41609760902','11','1','20','retail','0','2021-01-04 14:48:45','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 11:50:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive','416097609342932042'),(7874,'41609760902','49','1','420','retail','0','2021-01-04 14:48:54','','','','0','Cash',51.58,'420','','','4','','1','2021-01-04 11:50:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','368.42','1','43.50','42.5','Inclusive','416097609412233374'),(7875,'41609760902','55','1','60','retail','0','2021-01-04 14:49:02','','','','0','Cash',7.37,'60','','','4','','1','2021-01-04 11:50:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','52.63','','0.00','0','Inclusive','416097609511232062'),(7876,'41609760902','15','1','30','retail','0','2021-01-04 14:49:11','','','','0','Cash',3.68,'30','','','4','','1','2021-01-04 11:50:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416097609572343023'),(7877,'41609760902','74','4','200','retail','0','2021-01-04 14:49:43','','','','5','Cash',24.56,'50','','','4','','1','2021-01-04 11:50:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','4','0.00','-3.88','Inclusive','416097609900222064'),(7878,'41609765203','1','1','320','retail','0','2021-01-04 16:00:03','','','','159.60','Cash',39.30,'320','','','4','','1','2021-01-04 13:01:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','46.25','45.25','Inclusive','416097652143926501'),(7879,'41609765203','5','1','110','retail','0','2021-01-04 16:00:15','','','','0','Cash',13.51,'110','','','4','','1','2021-01-04 13:01:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','1.00','0','Inclusive','416097652300907632'),(7880,'41609765203','10','1','20','retail','0','2021-01-04 16:00:31','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 13:01:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','55.50','54.5','Inclusive','416097652393302133'),(7881,'41609765203','133','1','10','retail','0','2021-01-04 16:00:40','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 13:01:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097652484203336'),(7882,'41609765203','19','1','30','retail','0','2021-01-04 16:00:49','','','','0','Cash',3.68,'30','','','4','','1','2021-01-04 13:01:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','1.12','0.12','Inclusive','416097652560293323'),(7883,'41609765203','70','1','50','retail','0','2021-01-04 16:00:56','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 13:01:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097652643576052'),(7884,'41609765271','1','1','320','retail','0','2021-01-04 16:01:11','','','','159.60','Cash',39.30,'320','','','4','','1','2021-01-04 13:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','45.25','44.25','Inclusive','416097652822013010'),(7885,'41609765271','5','1','110','retail','0','2021-01-04 16:01:22','','','','0','Cash',13.51,'110','','','4','','1','2021-01-04 13:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416097652892473222'),(7886,'41609765271','10','1','20','retail','0','2021-01-04 16:01:30','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 13:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','54.50','53.5','Inclusive','416097652999433326'),(7887,'41609765271','133','1','10','retail','0','2021-01-04 16:01:39','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 13:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097653123329332'),(7888,'41609765271','15','1','30','retail','0','2021-01-04 16:01:53','','','','0','Cash',3.68,'30','','','4','','1','2021-01-04 13:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416097653192063323'),(7889,'41609765271','70','1','50','retail','0','2021-01-04 16:02:00','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 13:02:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097653290364123'),(7890,'41609765337','1','1','320','retail','0','2021-01-04 16:02:17','','','','159.60','Cash',39.30,'320','','','4','','1','2021-01-04 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','44.25','43.25','Inclusive','416097653583322271'),(7891,'41609765337','5','1','110','retail','0','2021-01-04 16:02:39','','','','0','Cash',13.51,'110','','','4','','1','2021-01-04 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416097653662201276'),(7892,'41609765337','70','1','50','retail','0','2021-01-04 16:02:47','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097653793035770'),(7893,'41609765337','10','1','20','retail','0','2021-01-04 16:02:59','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','53.50','52.5','Inclusive','416097653867876930'),(7894,'41609765337','133','1','10','retail','0','2021-01-04 16:03:06','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097653933374333'),(7895,'41609765337','15','1','30','retail','0','2021-01-04 16:03:14','','','','0','Cash',3.68,'30','','','4','','1','2021-01-04 13:03:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416097654012322334'),(7896,'41609765408','1','1','300','retail','0','2021-01-04 16:03:28','','','','159.60','Cash',36.84,'300','','','4','','1','2021-01-04 13:11:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','263.16','','43.25','42.25','Inclusive','416097658339302006'),(7897,'41609765408','5','1','100','retail','0','2021-01-04 16:10:33','','','','0','Cash',12.28,'100','','','4','','1','2021-01-04 13:11:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','87.72','','0.00','0','Inclusive','416097658406633133'),(7898,'41609765408','10','1','20','retail','0','2021-01-04 16:10:41','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 13:11:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','52.50','51.5','Inclusive','416097658479320439'),(7899,'41609765408','133','1','10','retail','0','2021-01-04 16:10:48','','','','0','Cash',1.23,'10','','','4','','1','2021-01-04 13:11:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416097658533370223'),(7900,'41609765408','19','1','20','retail','0','2021-01-04 16:10:54','','','','0','Cash',2.46,'20','','','4','','1','2021-01-04 13:11:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','','0.12','0.12','Inclusive','416097658666161342'),(7901,'41609765408','70','1','50','retail','0','2021-01-04 16:11:06','','','','2','Cash',6.14,'50','','','4','','1','2021-01-04 13:11:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416097658753352022'),(7902,'41609765899','147','1','500','retail','0','2021-01-04 16:11:39','','','','0','Cash',61.40,'500','','','4','','1','2021-01-04 13:13:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','344.40','343.4','Inclusive','416097660126440340'),(7903,'41609767891','147','1','500','retail','0','2021-01-04 16:44:51','','','','0','Cash',61.40,'500','','','4','','1','2021-01-04 13:58:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','438.60','1','343.40','342.4','Inclusive','416097687182292312'),(7904,'71609828979','136','1','300','retail','0','2021-01-05 09:42:59','','','','0','Cash',36.84,'300','','','7','','1','2021-01-06 07:27:39','1','1','returned','2','new','pcs','','2021-01-06 10:27:39','8','yes','','0','','','VATABLE','263.16','1','162.00','161','Inclusive','716098290372330322'),(7905,'71609828979','1','1','320','retail','0','2021-01-05 09:56:59','','','','159.60','Cash',39.30,'320','','','7','','1','2021-01-06 07:27:42','1','1','returned','1','new','pcs','','2021-01-06 10:27:42','8','yes','','0','','','VATABLE','280.70','1','41.25','40.25','Inclusive','716098298303232217'),(7906,'41609824698','1','1','320','retail','0','2021-01-05 08:33:11','','','','159.60','Cash',39.30,'320','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','280.70','1','42.25','41.25','Inclusive','416098298213922332'),(7907,'41609824698','5','1','110','retail','0','2021-01-05 09:57:02','','','','0','Cash',13.51,'110','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','96.49','1','0.00','-0.5','Inclusive','416098298311403230'),(7908,'41609824698','10','1','20','retail','0','2021-01-05 09:57:12','','','','0','Cash',2.46,'20','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','51.50','50.5','Inclusive','416098298392246390'),(7909,'41609824698','133','1','10','retail','0','2021-01-05 09:57:19','','','','0','Cash',1.23,'10','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.77','1','0.00','-0.95','Inclusive','416098298452024302'),(7910,'41609824698','15','1','30','retail','0','2021-01-05 09:57:26','','','','0','Cash',3.68,'30','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.12','-0.85','Inclusive','416098298520292303'),(7911,'41609824698','70','1','50','retail','0','2021-01-05 09:57:33','','','','2','Cash',6.14,'50','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.97','Inclusive','416098298801202982'),(7912,'41609824698','137','1','50','retail','0','2021-01-05 09:58:00','','','','0','Cash',6.14,'50','','','4','','1','2021-01-05 06:58:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.9','Inclusive','416098298902039310'),(7913,'41609831060','1','1','320','retail','0','2021-01-05 10:17:40','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-05 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','40.25','39.25','Inclusive','416098340380230202'),(7914,'41609831060','5','1','110','retail','0','2021-01-05 11:07:19','','','','0','Cash',15.17,'110','','','4','','1','2021-01-05 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416098340520425439'),(7915,'41609831060','10','1','20','retail','0','2021-01-05 11:07:33','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','50.50','49.5','Inclusive','416098340613021022'),(7916,'41609831060','133','1','10','retail','0','2021-01-05 11:07:42','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098340707638229'),(7917,'41609831060','15','1','30','retail','0','2021-01-05 11:07:51','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416098340780423323'),(7918,'41609831060','70','1','50','retail','0','2021-01-05 11:07:59','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 08:08:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098340877006420'),(7919,'41609834094','1','1','320','retail','0','2021-01-05 11:08:14','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-05 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','39.25','38.25','Inclusive','416098341033034003'),(7920,'41609834094','5','1','110','retail','0','2021-01-05 11:08:23','','','','0','Cash',15.17,'110','','','4','','1','2021-01-05 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416098341109083110'),(7921,'41609834094','10','1','20','retail','0','2021-01-05 11:08:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','49.50','48.5','Inclusive','416098341176670063'),(7922,'41609834094','74','1','50','retail','0','2021-01-05 11:08:37','','','','5','Cash',6.90,'50','','','4','','1','2021-01-05 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098341264361442'),(7923,'41609834094','133','1','10','retail','0','2021-01-05 11:08:47','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098341333033003'),(7924,'41609834094','15','1','30','retail','0','2021-01-05 11:08:54','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 08:09:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416098341501240442'),(7925,'71609834601','1','1','320','retail','0','2021-01-05 11:16:41','','','','159.60','Cash',44.14,'320','','','7','','1','2021-01-06 07:25:51','1','1','returned','1','new','pcs','','2021-01-06 10:25:51','8','yes','','0','','','VATABLE','275.86','1','36.25','35.25','Inclusive','716098346092932041'),(7926,'71609834601','133','1','10','retail','0','2021-01-05 11:16:50','','','','0','Cash',1.38,'10','','','7','','1','2021-01-06 07:25:54','1','1','returned','1','new','pcs','','2021-01-06 10:25:54','8','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','716098346193399232'),(7927,'71609834601','5','1','110','retail','0','2021-01-05 11:17:00','','','','0','Cash',15.17,'110','','','7','','1','2021-01-06 07:25:57','1','1','returned','1','new','pcs','','2021-01-06 10:25:57','8','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','716098346280343022'),(7928,'41609834157','177','20','4500','retail','0','2021-01-05 11:09:17','','','','0','Cash',620.69,'225','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','193.97','','255.00','235','Inclusive','416098345412902141'),(7929,'41609834157','1','2','640','retail','0','2021-01-05 11:15:55','','','','159.60','Cash',88.28,'320','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','38.25','36.25','Inclusive','416098345683032332'),(7930,'41609834157','5','2','220','retail','0','2021-01-05 11:16:09','','','','0','Cash',30.34,'110','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416098345763242438'),(7931,'41609834157','10','2','40','retail','0','2021-01-05 11:16:17','','','','0','Cash',5.52,'20','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','48.50','46.5','Inclusive','416098345864800288'),(7932,'41609834157','133','2','20','retail','0','2021-01-05 11:16:27','','','','0','Cash',2.76,'10','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416098345944229849'),(7933,'41609834157','19','2','60','retail','0','2021-01-05 11:16:35','','','','0','Cash',8.28,'30','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416098346136226260'),(7934,'41609834157','70','1','50','retail','0','2021-01-05 11:16:54','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098346222342403'),(7935,'41609834157','74','1','50','retail','0','2021-01-05 11:17:02','','','','5','Cash',6.90,'50','','','4','','1','2021-01-05 08:18:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098346333022630'),(7936,'71609834634','296','5','300','retail','0','2021-01-05 11:18:36','','','','0','Cash',41.38,'60','','','7','','1','2021-01-06 07:32:48','1','1','returned','1','new','pc','','2021-01-06 10:32:48','8','yes','','0','','','VATABLE','51.72','','375.00','370','Inclusive','716098347350380032'),(7937,'71609834634','1','1','320','retail','0','2021-01-05 11:19:02','','','','159.60','Cash',44.14,'320','','','7','','1','2021-01-06 07:32:45','1','1','returned','1','new','pcs','','2021-01-06 10:32:45','8','yes','','0','','','VATABLE','275.86','1','35.25','34.25','Inclusive','716098347584242735'),(7938,'41609834687','3','1','170','retail','0','2021-01-05 11:18:07','','','','0','Cash',23.45,'170','','','4','','1','2021-01-05 08:58:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416098370421300233'),(7939,'41609834687','6','1','70','retail','0','2021-01-05 11:57:23','','','','0','Cash',9.66,'70','','','4','','1','2021-01-05 08:58:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416098370513243307'),(7940,'41609834687','11','1','20','retail','0','2021-01-05 11:57:32','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 08:58:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416098370582230022'),(7941,'41609834687','133','1','10','retail','0','2021-01-05 11:57:38','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 08:58:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098370642343030'),(7942,'41609834687','19','1','30','retail','0','2021-01-05 11:57:45','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 08:58:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416098370740330073'),(7943,'41609834687','70','1','50','retail','0','2021-01-05 11:57:55','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 08:58:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098370839328932'),(7944,'41609837095','1','1','320','retail','0','2021-01-05 11:58:15','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-05 09:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','33.75','32.75','Inclusive','416098378092332022'),(7945,'41609837095','5','1','110','retail','0','2021-01-05 12:10:09','','','','0','Cash',15.17,'110','','','4','','1','2021-01-05 09:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416098378211893233'),(7946,'41609837095','133','1','10','retail','0','2021-01-05 12:10:22','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 09:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098378272822230'),(7947,'41609837095','10','1','20','retail','0','2021-01-05 12:10:28','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 09:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','46.00','45','Inclusive','416098378351322320'),(7948,'41609837095','19','1','30','retail','0','2021-01-05 12:10:35','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 09:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416098378423223228'),(7949,'41609837095','70','1','50','retail','0','2021-01-05 12:10:43','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 09:10:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098378502045930'),(7950,'41609837857','1','1','320','retail','0','2021-01-05 12:10:57','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-05 09:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','32.75','31.75','Inclusive','416098383072023103'),(7951,'41609837857','5','1','110','retail','0','2021-01-05 12:18:28','','','','0','Cash',15.17,'110','','','4','','1','2021-01-05 09:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416098383154232903'),(7952,'41609837857','10','1','20','retail','0','2021-01-05 12:18:35','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 09:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','45.00','44','Inclusive','416098383220203423'),(7953,'41609837857','133','1','10','retail','0','2021-01-05 12:18:42','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 09:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098383290930232'),(7954,'41609837857','23','1','30','retail','0','2021-01-05 12:18:50','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 09:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','2.09','1.09','Inclusive','416098383373222029'),(7955,'41609837857','70','1','50','retail','0','2021-01-05 12:18:57','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 09:19:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098383432402833'),(7956,'41609838350','1','1','320','retail','0','2021-01-05 12:19:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-05 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','31.75','30.75','Inclusive','416098383672220023'),(7957,'41609838350','5','1','110','retail','0','2021-01-05 12:19:27','','','','0','Cash',15.17,'110','','','4','','1','2021-01-05 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416098383752321383'),(7958,'41609838350','10','1','20','retail','0','2021-01-05 12:19:36','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','44.00','43','Inclusive','416098383820820333'),(7959,'41609838350','133','1','10','retail','0','2021-01-05 12:19:42','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098383890233893'),(7960,'41609838350','23','1','30','retail','0','2021-01-05 12:19:49','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.09','0.09','Inclusive','416098383952332000'),(7961,'41609838350','70','1','50','retail','0','2021-01-05 12:19:56','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 09:20:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098384022603042'),(7962,'41609838409','1','1','320','retail','0','2021-01-05 12:20:09','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-05 10:16:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','30.75','29.75','Inclusive','416098417280396246'),(7963,'41609838409','5','1','110','retail','0','2021-01-05 13:15:29','','','','0','Cash',15.17,'110','','','4','','1','2021-01-05 10:16:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416098417382640243'),(7964,'41609838409','10','1','20','retail','0','2021-01-05 13:15:38','','','','0','Cash',2.76,'20','','','4','','1','2021-01-05 10:16:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','43.00','42','Inclusive','416098417472346030'),(7965,'41609838409','133','1','10','retail','0','2021-01-05 13:15:48','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 10:16:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098417544712243'),(7966,'41609838409','23','1','30','retail','0','2021-01-05 13:15:55','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 10:16:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416098417642323404'),(7967,'41609838409','70','1','50','retail','0','2021-01-05 13:16:04','','','','2','Cash',6.90,'50','','','4','','1','2021-01-05 10:16:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416098417727093334'),(7968,'41609841779','65','1','500','retail','0','2021-01-05 13:16:19','','','','0','Cash',68.97,'500','','','4','','1','2021-01-05 10:46:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416098434555293233'),(7969,'41609841779','15','1','30','retail','0','2021-01-05 13:44:24','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 10:46:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416098434844060333'),(7970,'41609841779','169','2','100','retail','0','2021-01-05 13:44:44','','','','0','Cash',13.79,'50','','','4','','1','2021-01-05 10:46:42','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416098435013233312'),(7971,'41609843604','3','1','170','retail','0','2021-01-05 13:46:44','','','','0','Cash',23.45,'170','','','4','','1','2021-01-05 10:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416098440448203322'),(7972,'41609843604','6','1','70','retail','0','2021-01-05 13:54:04','','','','0','Cash',9.66,'70','','','4','','1','2021-01-05 10:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416098440652232821'),(7973,'41609843604','133','1','10','retail','0','2021-01-05 13:54:31','','','','0','Cash',1.38,'10','','','4','','1','2021-01-05 10:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416098440770224933'),(7974,'41609843604','15','1','30','retail','0','2021-01-05 13:54:38','','','','0','Cash',4.14,'30','','','4','','1','2021-01-05 10:56:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416098440855320324'),(7975,'41609910778','85','5','600','retail','0','2021-01-06 08:26:18','','','','0','Cash',82.76,'120','','','4','','1','2021-01-06 07:31:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','5','611.50','606.5','Inclusive','416099177352023100'),(7976,'41609918308','5','1','110','retail','0','2021-01-06 10:31:48','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 07:44:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416099190392202232'),(7977,'41609918308','3','1','160','retail','0','2021-01-06 10:44:00','','','','0','Cash',22.07,'160','','','4','','1','2021-01-06 07:44:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416099190502309303'),(7978,'41609918308','10','2','40','retail','0','2021-01-06 10:44:11','','','','0','Cash',5.52,'20','','','4','','1','2021-01-06 07:44:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','42.00','40','Inclusive','416099190623222022'),(7979,'41609918308','19','1','30','retail','0','2021-01-06 10:44:23','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 07:44:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099190712303331'),(7980,'41609918308','70','1','50','retail','0','2021-01-06 10:44:32','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 07:44:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099190802313002'),(7981,'41609919089','1','1','320','retail','0','2021-01-06 10:44:49','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 07:54:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','31.75','30.75','Inclusive','416099195702290234'),(7982,'41609919089','5','1','110','retail','0','2021-01-06 10:52:50','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 07:54:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099195970993496'),(7983,'41609919089','10','1','20','retail','0','2021-01-06 10:53:17','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 07:54:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','40.00','39','Inclusive','416099196046939630'),(7984,'41609919089','19','1','30','retail','0','2021-01-06 10:53:25','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 07:54:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099196126329349'),(7985,'41609919089','70','1','50','retail','0','2021-01-06 10:53:32','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 07:54:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099196193240302'),(7986,'41609919089','133','1','10','retail','0','2021-01-06 10:53:39','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 07:54:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416099196486932430'),(7987,'41609920932','1','1','320','retail','0','2021-01-06 11:15:32','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 08:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','30.75','29.75','Inclusive','416099210162303492'),(7988,'41609920932','5','1','110','retail','0','2021-01-06 11:16:56','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 08:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099210240322092'),(7989,'41609920932','10','1','20','retail','0','2021-01-06 11:17:05','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 08:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','39.00','38','Inclusive','416099210313902230'),(7990,'41609920932','15','1','30','retail','0','2021-01-06 11:17:12','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 08:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099210382262209'),(7991,'41609920932','74','1','50','retail','0','2021-01-06 11:17:19','','','','5','Cash',6.90,'50','','','4','','1','2021-01-06 08:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099210462230001'),(7992,'41609920932','133','1','10','retail','0','2021-01-06 11:17:27','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 08:17:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099210540046220'),(7993,'41609921060','2','2','180','retail','0','2021-01-06 11:17:40','','','','0','Cash',24.83,'90','','','4','','1','2021-01-06 08:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','2','0.00','-1.5','Inclusive','416099214223120424'),(7994,'41609921060','137','1','50','retail','0','2021-01-06 11:23:43','','','','0','Cash',6.90,'50','','','4','','1','2021-01-06 08:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416099214455024312'),(7995,'41609921466','1','1','320','retail','0','2021-01-06 11:24:26','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','29.25','28.25','Inclusive','416099218403900113'),(7996,'41609921466','5','1','110','retail','0','2021-01-06 11:30:41','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099218470633144'),(7997,'41609921466','10','1','20','retail','0','2021-01-06 11:30:48','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','38.00','37','Inclusive','416099218540681233'),(7998,'41609921466','133','1','10','retail','0','2021-01-06 11:30:55','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099218612426609'),(7999,'41609921466','19','1','30','retail','0','2021-01-06 11:31:02','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099218683443394'),(8000,'41609921466','74','1','50','retail','0','2021-01-06 11:31:09','','','','5','Cash',6.90,'50','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099218813223398'),(8001,'41609921466','38','1','330','retail','0','2021-01-06 11:31:21','','','','0','Cash',45.52,'330','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416099218913032332'),(8002,'41609921466','40','1','60','retail','0','2021-01-06 11:31:31','','','','0','Cash',8.28,'60','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416099219042062200'),(8003,'41609921466','9','1','60','retail','0','2021-01-06 11:32:08','','','','0','Cash',8.28,'60','','','4','','1','2021-01-06 08:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416099219353023213'),(8004,'41609921942','3','1','160','retail','0','2021-01-06 11:32:22','','','','0','Cash',22.07,'160','','','4','','1','2021-01-06 09:28:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416099252544332312'),(8005,'41609921942','5','1','110','retail','0','2021-01-06 12:27:35','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 09:28:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416099252623200002'),(8006,'41609921942','10','2','40','retail','0','2021-01-06 12:27:43','','','','0','Cash',5.52,'20','','','4','','1','2021-01-06 09:28:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','37.00','35','Inclusive','416099252722921332'),(8007,'41609921942','15','1','30','retail','0','2021-01-06 12:27:52','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 09:28:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099252820352092'),(8008,'41609921942','70','1','50','retail','0','2021-01-06 12:28:03','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 09:28:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099252903132293'),(8009,'41609925298','1','1','320','retail','0','2021-01-06 12:28:18','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','27.75','26.25','Inclusive','416099260932020002'),(8010,'41609925298','3','1','170','retail','0','2021-01-06 12:41:33','','','','0','Cash',23.45,'170','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416099261004293439'),(8011,'41609925298','5','1','100','retail','0','2021-01-06 12:41:41','','','','0','Cash',13.79,'100','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416099261071236306'),(8012,'41609925298','15','1','30','retail','0','2021-01-06 12:41:47','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','0.12','0.12','Inclusive','416099261442322934'),(8013,'41609925298','133','1','10','retail','0','2021-01-06 12:42:25','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099261520219202'),(8014,'41609925298','137','1','50','retail','0','2021-01-06 12:42:33','','','','0','Cash',6.90,'50','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416099261622631001'),(8015,'41609925298','15','1','30','retail','0','2021-01-06 12:44:49','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099263640249309'),(8016,'41609925298','10','1','20','retail','0','2021-01-06 12:46:04','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 09:49:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','35.00','34','Inclusive','416099264210332993'),(8017,'41609926593','177','5','1300','retail','0','2021-01-06 12:49:53','','','','0','Mpesa',179.31,'260','','','4','','1','2021-01-06 09:54:46','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','224.14','','235.00','230','Inclusive','416099266822362926'),(8018,'41609926593','65','1','500','retail','0','2021-01-06 12:53:09','','','','0','Mpesa',68.97,'500','','','4','','1','2021-01-06 09:54:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416099267992099229'),(8019,'41609926593','23','1','30','retail','0','2021-01-06 12:53:25','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-06 09:54:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416099268350320323'),(8020,'41609926593','40','1','60','retail','0','2021-01-06 12:53:55','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-06 09:54:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416099268430002804'),(8021,'41609926593','9','1','60','retail','0','2021-01-06 12:54:04','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-06 09:54:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416099268553830333'),(8022,'41609926593','38','1','330','retail','0','2021-01-06 12:54:16','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-06 09:54:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416099268630133430'),(8023,'41609926888','178','5','1300','retail','0','2021-01-06 12:55:11','','','','0','Mpesa',179.31,'260','','','4','','1','2021-01-06 09:55:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','224.14','','70.00','65','Inclusive','416099269264043004'),(8024,'41609927344','1','1','320','retail','0','2021-01-06 13:02:24','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 10:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','26.25','25.25','Inclusive','416099291663022222'),(8025,'41609927344','5','1','110','retail','0','2021-01-06 13:32:47','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 10:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099291783032320'),(8026,'41609927344','10','1','20','retail','0','2021-01-06 13:32:59','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 10:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','34.00','33','Inclusive','416099291923222332'),(8027,'41609927344','133','1','10','retail','0','2021-01-06 13:33:13','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 10:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099292000293024'),(8028,'41609927344','15','1','30','retail','0','2021-01-06 13:33:21','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 10:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099292089200200'),(8029,'41609927344','70','1','50','retail','0','2021-01-06 13:33:28','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 10:40:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099292173233794'),(8030,'41609931123','1','1','320','retail','0','2021-01-06 14:05:23','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 11:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','25.25','24.25','Inclusive','416099311333132231'),(8031,'41609931123','5','1','110','retail','0','2021-01-06 14:05:33','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 11:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099311412331240'),(8032,'41609931123','10','1','20','retail','0','2021-01-06 14:05:41','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 11:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','33.00','32','Inclusive','416099311512924036'),(8033,'41609931123','133','1','10','retail','0','2021-01-06 14:05:52','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 11:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099311666032130'),(8034,'41609931123','23','1','30','retail','0','2021-01-06 14:06:06','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 11:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416099311743026222'),(8035,'41609931123','70','1','50','retail','0','2021-01-06 14:06:15','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 11:07:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099311823028012'),(8036,'41609931242','1','1','320','retail','0','2021-01-06 14:07:22','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 11:10:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','24.25','23.25','Inclusive','416099313555353065'),(8037,'41609931242','5','1','110','retail','0','2021-01-06 14:09:16','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 11:10:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099313632002326'),(8038,'41609931242','10','1','20','retail','0','2021-01-06 14:09:24','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 11:10:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','32.00','31','Inclusive','416099313723302222'),(8039,'41609931242','133','1','10','retail','0','2021-01-06 14:09:33','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 11:10:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099313819422333'),(8040,'41609931242','23','1','30','retail','0','2021-01-06 14:09:42','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 11:10:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416099314081132340'),(8041,'41609931242','70','1','50','retail','0','2021-01-06 14:10:09','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 11:10:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099314211200229'),(8042,'41609932648','1','1','300','retail','0','2021-01-06 14:30:48','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-06 11:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','23.25','22.25','Inclusive','416099326569322332'),(8043,'41609932648','5','1','100','retail','0','2021-01-06 14:30:56','','','','0','Cash',13.79,'100','','','4','','1','2021-01-06 11:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416099326633302602'),(8044,'41609932648','10','1','20','retail','0','2021-01-06 14:31:05','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 11:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','31.00','30','Inclusive','416099326743233094'),(8045,'41609932648','133','1','10','retail','0','2021-01-06 14:31:16','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 11:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099326972229932'),(8046,'41609932648','15','1','20','retail','0','2021-01-06 14:31:38','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 11:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416099327097202713'),(8047,'41609932648','70','1','50','retail','0','2021-01-06 14:31:50','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 11:32:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099327183602833'),(8048,'41609933287','1','1','320','retail','0','2021-01-06 14:41:27','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-06 12:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','22.25','21.25','Inclusive','416099366919224423'),(8049,'41609933287','5','1','110','retail','0','2021-01-06 15:38:11','','','','0','Cash',15.17,'110','','','4','','1','2021-01-06 12:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099367120022220'),(8050,'41609933287','10','1','20','retail','0','2021-01-06 15:38:33','','','','0','Cash',2.76,'20','','','4','','1','2021-01-06 12:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','30.00','29','Inclusive','416099367327330030'),(8051,'41609933287','133','1','10','retail','0','2021-01-06 15:38:53','','','','0','Cash',1.38,'10','','','4','','1','2021-01-06 12:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099367402230032'),(8052,'41609933287','19','1','30','retail','0','2021-01-06 15:39:02','','','','0','Cash',4.14,'30','','','4','','1','2021-01-06 12:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099367484722892'),(8053,'41609933287','70','1','50','retail','0','2021-01-06 15:39:09','','','','2','Cash',6.90,'50','','','4','','1','2021-01-06 12:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416099367563032335'),(8054,'41609936761','40','1','60','retail','0','2021-01-06 16:02:12','','','','0','Cash',8.28,'60','','','4','','1','2021-01-06 13:10:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416099381906841334'),(8055,'41609936761','9','1','60','retail','0','2021-01-06 16:03:10','','','','0','Cash',8.28,'60','','','4','','1','2021-01-06 13:10:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416099381963422303'),(8056,'41609936761','38','1','330','retail','0','2021-01-06 16:03:17','','','','0','Cash',45.52,'330','','','4','','1','2021-01-06 13:10:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416099382062238030'),(8057,'41609938625','1','2','640','retail','0','2021-01-06 16:10:25','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-01-06 13:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','22.25','20.25','Inclusive','416099387232303790'),(8058,'41609938625','5','2','220','retail','0','2021-01-06 16:12:04','','','','0','Mpesa',30.34,'110','','','4','','1','2021-01-06 13:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416099387383236662'),(8059,'41609938625','10','2','40','retail','0','2021-01-06 16:12:20','','','','0','Mpesa',5.52,'20','','','4','','1','2021-01-06 13:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','29.00','27','Inclusive','416099387482086322'),(8060,'41609938625','133','2','20','retail','0','2021-01-06 16:12:28','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-06 13:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416099387630303733'),(8061,'41609938625','19','2','60','retail','0','2021-01-06 16:12:43','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-06 13:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416099387732243307'),(8062,'41609938625','70','2','100','retail','0','2021-01-06 16:12:53','','','','2','Mpesa',13.79,'50','','','4','','1','2021-01-06 13:13:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416099387933733344'),(8063,'41609938844','47','1','120','retail','0','2021-01-06 16:14:04','','','','0','Cash',16.55,'120','','','4','','1','2021-01-06 13:14:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','0.00','-0.5','Inclusive','416099388564390393'),(8064,'41609938890','85','5','550','retail','0','2021-01-06 16:14:50','','','','0','Cash',75.86,'110','','','4','','1','2021-01-06 13:15:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','','606.50','601.5','Inclusive','416099389172343290'),(8065,'41609938948','152','1','350','retail','0','2021-01-06 16:15:48','','','','0','Cash',48.28,'350','','','4','','1','2021-01-06 13:16:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','1','1','Inclusive','416099389668806034'),(8066,'41609938994','1','1','320','retail','0','2021-01-06 16:16:34','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-06 13:43:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','20.25','19.25','Inclusive','416099390176243479'),(8067,'41609938994','5','1','110','retail','0','2021-01-06 16:16:57','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-06 13:43:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416099390240949220'),(8068,'41609938994','10','1','20','retail','0','2021-01-06 16:17:05','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-06 13:43:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','27.00','26','Inclusive','416099390349230932'),(8069,'41609938994','133','1','10','retail','0','2021-01-06 16:17:15','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-06 13:43:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416099390462046322'),(8070,'41609938994','19','1','30','retail','0','2021-01-06 16:17:26','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-06 13:43:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416099390510060332'),(8071,'41609941226','40','1','60','retail','0','2021-01-06 16:53:46','','','','0','Cash',8.28,'60','','','4','','1','2021-01-06 13:54:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.00','0','Inclusive','416099412371303343'),(8072,'41609941226','9','1','60','retail','0','2021-01-06 16:53:57','','','','0','Cash',8.28,'60','','','4','','1','2021-01-06 13:54:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416099412470103024'),(8073,'41609941226','38','1','330','retail','0','2021-01-06 16:54:07','','','','0','Cash',45.52,'330','','','4','','1','2021-01-06 13:54:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416099412660029426'),(8074,'41609941518','71','0.05','100','retail','0','2021-01-06 16:58:58','','','','0','Cash',13.79,'2000','','','4','','1','2021-01-06 13:59:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.97','0.92','Inclusive','416099415522023514'),(8075,'41610001944','1','1','300','retail','0','2021-01-07 09:45:45','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-07 06:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','18.25','17.25','Inclusive','416100019700322002'),(8076,'41610001944','5','1','100','retail','0','2021-01-07 09:46:11','','','','0','Cash',13.79,'100','','','4','','1','2021-01-07 06:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416100019912413231'),(8077,'41610001944','10','1','20','retail','0','2021-01-07 09:46:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 06:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','26.00','25','Inclusive','416100019973401093'),(8078,'41610001944','133','1','10','retail','0','2021-01-07 09:46:38','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 06:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100020050530033'),(8079,'41610001944','19','1','20','retail','0','2021-01-07 09:46:45','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 06:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416100020112011223'),(8080,'41610001944','70','1','50','retail','0','2021-01-07 09:46:51','','','','2','Cash',6.90,'50','','','4','','1','2021-01-07 06:47:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100020183030412'),(8081,'41610002049','1','1','300','retail','0','2021-01-07 09:47:29','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-07 06:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','17.25','16.25','Inclusive','416100020681603022'),(8082,'41610002049','5','1','100','retail','0','2021-01-07 09:47:49','','','','0','Cash',13.79,'100','','','4','','1','2021-01-07 06:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416100020811220221'),(8083,'41610002049','10','1','20','retail','0','2021-01-07 09:48:02','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 06:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','25.00','24','Inclusive','416100020882824002'),(8084,'41610002049','133','1','10','retail','0','2021-01-07 09:48:09','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 06:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100021003102232'),(8085,'41610002049','15','1','20','retail','0','2021-01-07 09:48:20','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 06:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416100021192022223'),(8086,'41610002049','74','1','50','retail','0','2021-01-07 09:48:40','','','','5','Cash',6.90,'50','','','4','','1','2021-01-07 06:49:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416100021262200324'),(8087,'41610002150','1','1','320','retail','0','2021-01-07 09:49:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 07:00:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','16.25','15.25','Inclusive','416100025860230365'),(8088,'41610002150','5','1','110','retail','0','2021-01-07 09:56:27','','','','0','Cash',15.17,'110','','','4','','1','2021-01-07 07:00:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416100026013320202'),(8089,'41610002150','10','1','20','retail','0','2021-01-07 09:56:42','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 07:00:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','24.00','23','Inclusive','416100026080200102'),(8090,'41610002150','133','1','10','retail','0','2021-01-07 09:56:48','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 07:00:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100026144033331'),(8091,'41610002150','19','1','30','retail','0','2021-01-07 09:56:54','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 07:00:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100026310261323'),(8092,'41610002829','85','1','120','retail','0','2021-01-07 10:00:29','','','','0','Cash',16.55,'120','','','4','','1','2021-01-07 07:02:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','601.50','600.5','Inclusive','416100029522332300'),(8093,'41610002958','1','1','320','retail','0','2021-01-07 10:02:38','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 07:12:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','15.25','14.25','Inclusive','416100034933320133'),(8094,'41610002958','2','1','90','retail','0','2021-01-07 10:11:34','','','','0','Cash',12.41,'90','','','4','','1','2021-01-07 07:12:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416100035020032031'),(8095,'41610002958','10','1','20','retail','0','2021-01-07 10:11:42','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 07:12:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','23.00','22','Inclusive','416100035093223233'),(8096,'41610002958','33','1','130','retail','0','2021-01-07 10:11:50','','','','0','Cash',17.93,'130','','','4','','1','2021-01-07 07:12:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416100035160442402'),(8097,'41610002958','19','1','30','retail','0','2021-01-07 10:11:57','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 07:12:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100035212230121'),(8098,'41610004051','74','1','50','retail','0','2021-01-07 10:20:51','','','','5','Cash',6.90,'50','','','4','','1','2021-01-07 07:21:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100040626002202'),(8099,'41610007607','1','10','3200','retail','0','2021-01-07 11:20:07','','','','159.60','Mpesa',441.38,'320','','','4','','1','2021-01-07 08:24:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','10','14.00','4','Inclusive','416100076163241371'),(8100,'41610007607','5','10','1100','retail','0','2021-01-07 11:20:16','','','','0','Mpesa',151.72,'110','','','4','','1','2021-01-07 08:24:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','10','0.00','-5','Inclusive','416100076240122302'),(8101,'41610007607','10','10','200','retail','0','2021-01-07 11:20:25','','','','0','Mpesa',27.59,'20','','','4','','1','2021-01-07 08:24:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','10','22.00','12','Inclusive','416100076382020203'),(8102,'41610007607','133','10','100','retail','0','2021-01-07 11:20:39','','','','0','Mpesa',13.79,'10','','','4','','1','2021-01-07 08:24:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','10','0.00','-9.5','Inclusive','416100076471313416'),(8103,'41610007607','23','10','300','retail','0','2021-01-07 11:20:47','','','','0','Mpesa',41.38,'30','','','4','','1','2021-01-07 08:24:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','10','0.09','-9.61','Inclusive','416100076567600333'),(8104,'41610007607','71','0.5','500','retail','0','2021-01-07 11:20:56','','','','0','Mpesa',68.97,'1000','','','4','','1','2021-01-07 08:24:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','0.89','0.39','Inclusive','416100077020304020'),(8105,'41610007849','1','1','320','retail','0','2021-01-07 11:24:09','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-07 08:26:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','4.00','3','Inclusive','416100078712030322'),(8106,'41610007849','5','1','110','retail','0','2021-01-07 11:24:32','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-07 08:26:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416100078782024737'),(8107,'41610007849','10','1','20','retail','0','2021-01-07 11:24:38','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-07 08:26:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','12.00','11','Inclusive','416100079109220030'),(8108,'41610007849','133','1','10','retail','0','2021-01-07 11:25:11','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-07 08:26:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100079177300013'),(8109,'41610007849','23','1','30','retail','0','2021-01-07 11:25:18','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-07 08:26:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416100079304303339'),(8110,'41610007849','71','0.1','100','retail','0','2021-01-07 11:25:30','','','','0','Mpesa',13.79,'1000','','','4','','1','2021-01-07 08:26:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','0.39','0.29','Inclusive','416100079573932653'),(8111,'41610012452','74','1','50','retail','0','2021-01-07 12:40:52','','','','5','Cash',6.90,'50','','','4','','1','2021-01-07 09:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100126342036121'),(8112,'41610012652','1','1','320','retail','0','2021-01-07 12:44:13','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 09:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','363.00','362','Inclusive','416100130853344280'),(8113,'41610012652','5','1','110','retail','0','2021-01-07 12:51:25','','','','0','Cash',15.17,'110','','','4','','1','2021-01-07 09:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416100130912401102'),(8114,'41610012652','10','1','20','retail','0','2021-01-07 12:51:32','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 09:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','61.00','60','Inclusive','416100131002021230'),(8115,'41610012652','133','1','10','retail','0','2021-01-07 12:51:40','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 09:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100131060033123'),(8116,'41610012652','19','1','30','retail','0','2021-01-07 12:51:47','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 09:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100131143241004'),(8117,'41610012652','70','1','50','retail','0','2021-01-07 12:51:55','','','','2','Cash',6.90,'50','','','4','','1','2021-01-07 09:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100131222320123'),(8118,'41610013424','1','4','1280','retail','0','2021-01-07 12:57:04','','','','159.60','Cash',176.55,'320','','','4','','1','2021-01-07 10:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','4','362.00','358','Inclusive','416100138899820113'),(8119,'41610013424','5','4','440','retail','0','2021-01-07 13:04:49','','','','0','Cash',60.69,'110','','','4','','1','2021-01-07 10:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','4','0.00','-2','Inclusive','416100138972601231'),(8120,'41610013424','10','4','80','retail','0','2021-01-07 13:04:57','','','','0','Cash',11.03,'20','','','4','','1','2021-01-07 10:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','60.00','56','Inclusive','416100139050610224'),(8121,'41610013424','133','4','40','retail','0','2021-01-07 13:05:06','','','','0','Cash',5.52,'10','','','4','','1','2021-01-07 10:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','4','0.00','-3.8','Inclusive','416100139134200213'),(8122,'41610013424','15','8','240','retail','0','2021-01-07 13:05:14','','','','0','Cash',33.10,'30','','','4','','1','2021-01-07 10:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','8','0.12','-7.64','Inclusive','416100139249339320'),(8123,'41610014062','3','1','160','retail','0','2021-01-07 13:07:42','','','','0','Cash',22.07,'160','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416100140860436303'),(8124,'41610014062','2','1','90','retail','0','2021-01-07 13:08:06','','','','0','Cash',12.41,'90','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416100140940334332'),(8125,'41610014062','137','1','50','retail','0','2021-01-07 13:08:14','','','','0','Cash',6.90,'50','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416100140991233090'),(8126,'41610014062','139','1','50','retail','0','2021-01-07 13:08:20','','','','0','Cash',6.90,'50','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.10','0.1','Inclusive','416100141073131000'),(8127,'41610014062','138','1','50','retail','0','2021-01-07 13:08:27','','','','0','Cash',6.90,'50','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416100141132333302'),(8128,'41610014062','27','1','30','retail','0','2021-01-07 13:08:33','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416100141180100232'),(8129,'41610014062','74','1','50','retail','0','2021-01-07 13:08:39','','','','5','Cash',6.90,'50','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100141256103113'),(8130,'41610014062','11','1','20','retail','0','2021-01-07 13:08:46','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 10:09:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416100141753323020'),(8131,'41610014180','70','4','200','retail','0','2021-01-07 13:09:40','','','','2','Cash',27.59,'50','','','4','','1','2021-01-07 10:10:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','4','0.00','-3.88','Inclusive','416100142263330210'),(8132,'41610014234','97','1','100','retail','0','2021-01-07 13:48:04','','','','0','Cash',13.79,'100','','','4','','1','2021-01-07 10:48:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','34.00','33','Inclusive','416100164910122304'),(8133,'41610016497','1','1','320','retail','0','2021-01-07 13:48:17','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 11:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','357.25','356.25','Inclusive','416100188386212283'),(8134,'41610016497','5','1','110','retail','0','2021-01-07 14:27:19','','','','0','Cash',15.17,'110','','','4','','1','2021-01-07 11:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416100188782223311'),(8135,'41610016497','10','1','20','retail','0','2021-01-07 14:27:59','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 11:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','55.50','54.5','Inclusive','416100188872832332'),(8136,'41610016497','133','1','10','retail','0','2021-01-07 14:28:08','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 11:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100188944034422'),(8137,'41610016497','15','1','30','retail','0','2021-01-07 14:28:15','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 11:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100189036332203'),(8138,'41610016497','70','1','50','retail','0','2021-01-07 14:28:23','','','','2','Cash',6.90,'50','','','4','','1','2021-01-07 11:28:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100189092033933'),(8139,'41610018917','4','1','220','retail','0','2021-01-07 14:28:37','','','','0','Cash',30.34,'220','','','4','','1','2021-01-07 11:48:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','158.00','157','Inclusive','416100200481231431'),(8140,'41610018917','1','1','320','retail','0','2021-01-07 14:47:38','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 11:48:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','356.25','355.25','Inclusive','416100200660332003'),(8141,'41610018917','133','2','20','retail','0','2021-01-07 14:47:47','','','','0','Cash',2.76,'10','','','4','','1','2021-01-07 11:48:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416100200842023132'),(8142,'41610018917','70','1','50','retail','0','2021-01-07 14:48:05','','','','2','Cash',6.90,'50','','','4','','1','2021-01-07 11:48:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100200940630222'),(8143,'41610020443','7','1','200','retail','0','2021-01-07 14:54:03','','','','0','Cash',27.59,'200','','','4','','1','2021-01-07 12:11:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','78.45','77.45','Inclusive','416100214820133042'),(8144,'41610021494','1','1','320','retail','0','2021-01-07 15:11:34','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 12:13:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','355.25','354.25','Inclusive','416100215261242003'),(8145,'41610021494','5','1','110','retail','0','2021-01-07 15:12:07','','','','0','Cash',15.17,'110','','','4','','1','2021-01-07 12:13:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416100215402613223'),(8146,'41610021494','10','1','20','retail','0','2021-01-07 15:12:21','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 12:13:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','54.50','53.5','Inclusive','416100215505023005'),(8147,'41610021494','133','1','10','retail','0','2021-01-07 15:12:30','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 12:13:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100215582325341'),(8148,'41610021494','19','1','30','retail','0','2021-01-07 15:12:38','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 12:13:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100215670720000'),(8149,'41610021494','70','1','50','retail','0','2021-01-07 15:12:48','','','','2','Cash',6.90,'50','','','4','','1','2021-01-07 12:13:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100215812020641'),(8150,'41610021588','11','1','20','retail','0','2021-01-07 15:13:36','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 12:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416100216240631361'),(8151,'41610021588','50','1','210','retail','0','2021-01-07 15:13:46','','','','0','Cash',28.97,'210','','','4','','1','2021-01-07 12:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416100216341341404'),(8152,'41610021588','55','1','50','retail','0','2021-01-07 15:13:55','','','','0','Cash',6.90,'50','','','4','','1','2021-01-07 12:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416100216453332536'),(8153,'41610021588','15','1','30','retail','0','2021-01-07 15:14:14','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 12:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100216632633003'),(8154,'41610021588','71','0.05','100','retail','0','2021-01-07 15:14:36','','','','0','Cash',13.79,'2000','','','4','','1','2021-01-07 12:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.23','0.18','Inclusive','416100216880120000'),(8155,'41610021588','2','1','90','retail','0','2021-01-07 15:15:38','','','','0','Cash',12.41,'90','','','4','','1','2021-01-07 12:15:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416100217472303203'),(8156,'41610021755','1','1','320','retail','0','2021-01-07 15:15:55','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','354.50','353.5','Inclusive','416100230762333300'),(8157,'41610021755','5','1','110','retail','0','2021-01-07 15:37:58','','','','0','Cash',15.17,'110','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416100230850032452'),(8158,'41610021755','10','1','20','retail','0','2021-01-07 15:38:06','','','','0','Cash',2.76,'20','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','53.00','52','Inclusive','416100231060320322'),(8159,'41610021755','133','1','10','retail','0','2021-01-07 15:38:27','','','','0','Cash',1.38,'10','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100231223242102'),(8160,'41610021755','15','1','30','retail','0','2021-01-07 15:38:55','','','','0','Cash',4.14,'30','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100231455202211'),(8161,'41610021755','71','0.1','200','retail','0','2021-01-07 15:39:29','','','','0','Cash',27.59,'2000','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.18','0.08','Inclusive','416100231923326902'),(8162,'41610021755','85','1','120','retail','0','2021-01-07 15:40:03','','','','0','Cash',16.55,'120','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','600.50','599.5','Inclusive','416100232153313123'),(8163,'41610021755','97','1','100','retail','0','2021-01-07 15:40:15','','','','0','Cash',13.79,'100','','','4','','1','2021-01-07 12:40:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','33.00','32','Inclusive','416100232272032123'),(8164,'41610023237','3','1','170','retail','0','2021-01-07 15:40:37','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-07 12:49:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416100237050232370'),(8165,'41610023237','6','1','70','retail','0','2021-01-07 15:48:26','','','','0','Mpesa',9.66,'70','','','4','','1','2021-01-07 12:49:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416100237142022362'),(8166,'41610023237','11','1','20','retail','0','2021-01-07 15:48:35','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-07 12:49:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416100237224402320'),(8167,'41610023237','133','1','10','retail','0','2021-01-07 15:48:42','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-07 12:49:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416100237282223328'),(8168,'41610023237','19','1','30','retail','0','2021-01-07 15:48:49','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-07 12:49:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416100237350222320'),(8169,'41610023237','70','1','50','retail','0','2021-01-07 15:48:56','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-07 12:49:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416100237433337111'),(8170,'41610103806','1','1','320','retail','0','2021-01-08 14:03:26','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-08 11:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','353.00','352','Inclusive','416101038140011036'),(8171,'41610103806','5','1','110','retail','0','2021-01-08 14:03:34','','','','0','Cash',15.17,'110','','','4','','1','2021-01-08 11:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416101038222280102'),(8172,'41610103806','10','1','20','retail','0','2021-01-08 14:03:42','','','','0','Cash',2.76,'20','','','4','','1','2021-01-08 11:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','51.50','50.5','Inclusive','416101038283632234'),(8173,'41610103806','133','1','10','retail','0','2021-01-08 14:03:49','','','','0','Cash',1.38,'10','','','4','','1','2021-01-08 11:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101038366033363'),(8174,'41610103806','19','1','30','retail','0','2021-01-08 14:03:56','','','','0','Cash',4.14,'30','','','4','','1','2021-01-08 11:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101038422034201'),(8175,'41610103806','70','1','50','retail','0','2021-01-08 14:04:02','','','','2','Cash',6.90,'50','','','4','','1','2021-01-08 11:04:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101038662623366'),(8176,'41610103872','1','1','320','retail','0','2021-01-08 14:04:32','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-08 11:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','352.00','351','Inclusive','416101049893031209'),(8177,'41610103872','5','1','110','retail','0','2021-01-08 14:23:10','','','','0','Cash',15.17,'110','','','4','','1','2021-01-08 11:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416101049980042483'),(8178,'41610103872','133','1','10','retail','0','2021-01-08 14:23:18','','','','0','Cash',1.38,'10','','','4','','1','2021-01-08 11:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101050043601232'),(8179,'41610103872','10','1','20','retail','0','2021-01-08 14:23:24','','','','0','Cash',2.76,'20','','','4','','1','2021-01-08 11:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','50.50','49.5','Inclusive','416101050136323003'),(8180,'41610103872','15','1','30','retail','0','2021-01-08 14:23:33','','','','0','Cash',4.14,'30','','','4','','1','2021-01-08 11:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101050190020016'),(8181,'41610103872','74','1','50','retail','0','2021-01-08 14:23:39','','','','5','Cash',6.90,'50','','','4','','1','2021-01-08 11:23:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101050263223203'),(8182,'41610105035','3','1','170','retail','0','2021-01-08 15:06:35','','','','0','Cash',23.45,'170','','','4','','1','2021-01-08 12:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416101076230322222'),(8183,'41610105035','11','1','20','retail','0','2021-01-08 15:07:03','','','','0','Cash',2.76,'20','','','4','','1','2021-01-08 12:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416101076442322033'),(8184,'41610105035','133','1','10','retail','0','2021-01-08 15:07:24','','','','0','Cash',1.38,'10','','','4','','1','2021-01-08 12:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101076582300263'),(8185,'41610105035','19','1','30','retail','0','2021-01-08 15:07:48','','','','0','Cash',4.14,'30','','','4','','1','2021-01-08 12:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101076816032032'),(8186,'41610105035','74','1','50','retail','0','2021-01-08 15:08:02','','','','5','Cash',6.90,'50','','','4','','1','2021-01-08 12:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101076913360442'),(8187,'41610105035','6','1','70','retail','0','2021-01-08 15:08:55','','','','0','Cash',9.66,'70','','','4','','1','2021-01-08 12:09:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416101077456043330'),(8188,'41610107752','137','1','50','retail','0','2021-01-08 16:05:08','','','','0','Cash',6.90,'50','','','4','','1','2021-01-08 13:11:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416101114702236301'),(8189,'41610111494','65','1','500','retail','0','2021-01-08 16:11:34','','','','0','Mpesa',68.97,'500','','','4','','1','2021-01-08 13:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416101116116213220'),(8190,'41610111494','15','1','30','retail','0','2021-01-08 16:13:38','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-08 13:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101116473711222'),(8191,'41610111494','74','1','50','retail','0','2021-01-08 16:14:07','','','','5','Mpesa',6.90,'50','','','4','','1','2021-01-08 13:14:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416101116542133320'),(8192,'41610173116','1','3','900','retail','0','2021-01-09 09:18:37','','','','159.60','Cash',124.14,'300','','','4','','1','2021-01-09 06:20:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','349.50','346.5','Inclusive','416101731293333033'),(8193,'41610173116','5','3','300','retail','0','2021-01-09 09:18:50','','','','0','Cash',41.38,'100','','','4','','1','2021-01-09 06:20:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416101731422263031'),(8194,'41610173116','10','3','60','retail','0','2021-01-09 09:19:02','','','','0','Cash',8.28,'20','','','4','','1','2021-01-09 06:20:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','47.50','44.5','Inclusive','416101731536633130'),(8195,'41610173116','133','3','30','retail','0','2021-01-09 09:19:13','','','','0','Cash',4.14,'10','','','4','','1','2021-01-09 06:20:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416101731683332112'),(8196,'41610173116','19','3','60','retail','0','2021-01-09 09:19:46','','','','0','Cash',8.28,'20','','','4','','1','2021-01-09 06:20:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416101731983420303'),(8197,'41610173116','70','3','150','retail','0','2021-01-09 09:19:59','','','','2','Cash',20.69,'50','','','4','','1','2021-01-09 06:20:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416101732110220106'),(8198,'41610173253','3','1','170','retail','0','2021-01-09 09:20:53','','','','0','Cash',23.45,'170','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416101736434342623'),(8199,'41610173253','10','1','20','retail','0','2021-01-09 09:27:56','','','','0','Cash',2.76,'20','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','44.50','43.5','Inclusive','416101736834402032'),(8200,'41610173253','133','1','10','retail','0','2021-01-09 09:28:03','','','','0','Cash',1.38,'10','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101736903239002'),(8201,'41610173253','19','1','30','retail','0','2021-01-09 09:28:11','','','','0','Cash',4.14,'30','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101736972126230'),(8202,'41610173253','70','1','50','retail','0','2021-01-09 09:28:18','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101737055203140'),(8203,'41610173253','6','1','70','retail','0','2021-01-09 09:28:39','','','','0','Cash',9.66,'70','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416101737273272323'),(8204,'41610173253','97','1','100','retail','0','2021-01-09 09:28:47','','','','0','Cash',13.79,'100','','','4','','1','2021-01-09 06:30:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','32.00','31','Inclusive','416101738054703102'),(8205,'41610173913','3','1','170','retail','0','2021-01-09 09:31:53','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-09 06:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416101740100103332'),(8206,'41610173913','11','1','20','retail','0','2021-01-09 09:33:30','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-09 06:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416101740183023032'),(8207,'41610173913','49','1','420','retail','0','2021-01-09 09:33:38','','','','0','Mpesa',57.93,'420','','','4','','1','2021-01-09 06:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','1','42.00','41','Inclusive','416101740263310631'),(8208,'41610173913','55','1','60','retail','0','2021-01-09 09:33:46','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-09 06:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416101740362214432'),(8209,'41610173913','15','1','30','retail','0','2021-01-09 09:33:56','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-09 06:34:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101740452430400'),(8210,'41610174082','70','1','50','retail','0','2021-01-09 09:34:42','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 06:35:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101740942443314'),(8211,'41610174119','1','1','320','retail','0','2021-01-09 09:35:19','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-09 06:36:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','345.50','344.5','Inclusive','416101741304420233'),(8212,'41610174119','5','1','110','retail','0','2021-01-09 09:35:31','','','','0','Cash',15.17,'110','','','4','','1','2021-01-09 06:36:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416101741382426202'),(8213,'41610174119','10','1','20','retail','0','2021-01-09 09:35:39','','','','0','Cash',2.76,'20','','','4','','1','2021-01-09 06:36:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','43.00','42','Inclusive','416101741451012224'),(8214,'41610174119','133','1','10','retail','0','2021-01-09 09:35:46','','','','0','Cash',1.38,'10','','','4','','1','2021-01-09 06:36:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101741584223010'),(8215,'41610174119','70','1','50','retail','0','2021-01-09 09:35:58','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 06:36:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101741712271412'),(8216,'41610174119','15','1','30','retail','0','2021-01-09 09:36:11','','','','0','Cash',4.14,'30','','','4','','1','2021-01-09 06:36:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101741794442792'),(8217,'41610174203','1','1','320','retail','0','2021-01-09 09:36:43','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-09 06:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','344.50','343.5','Inclusive','416101743642333330'),(8218,'41610174203','5','1','110','retail','0','2021-01-09 09:39:24','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-09 06:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416101743741120004'),(8219,'41610174203','10','1','20','retail','0','2021-01-09 09:39:34','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-09 06:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','42.00','41','Inclusive','416101743949319403'),(8220,'41610174203','133','1','10','retail','0','2021-01-09 09:39:55','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-09 06:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101744021040440'),(8221,'41610174203','15','1','30','retail','0','2021-01-09 09:40:02','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-09 06:41:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101744184403643'),(8222,'41610174468','1','2','640','retail','0','2021-01-09 09:41:08','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-01-09 06:45:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','343.50','341.5','Inclusive','416101745163373316'),(8223,'41610174468','5','2','220','retail','0','2021-01-09 09:41:56','','','','0','Mpesa',30.34,'110','','','4','','1','2021-01-09 06:45:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416101745563422030'),(8224,'41610174468','10','2','40','retail','0','2021-01-09 09:42:36','','','','0','Mpesa',5.52,'20','','','4','','1','2021-01-09 06:45:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','41.00','39','Inclusive','416101745653304502'),(8225,'41610174468','133','2','20','retail','0','2021-01-09 09:42:46','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-09 06:45:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416101745736231110'),(8226,'41610174468','15','2','60','retail','0','2021-01-09 09:42:53','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-09 06:45:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416101745880220041'),(8227,'41610174468','70','2','100','retail','0','2021-01-09 09:43:08','','','','2','Mpesa',13.79,'50','','','4','','1','2021-01-09 06:45:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416101745983437611'),(8228,'41610174735','1','4','1280','retail','0','2021-01-09 09:45:35','','','','159.60','Mpesa',176.55,'320','','','4','','1','2021-01-09 07:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','4','341.50','337.5','Inclusive','416101747543020023'),(8229,'41610174735','4','9','1980','retail','0','2021-01-09 09:45:54','','','','0','Mpesa',273.10,'220','','','4','','1','2021-01-09 07:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','150.75','141.75','Inclusive','416101750410230203'),(8230,'41610174735','8','1','100','retail','0','2021-01-09 09:50:42','','','','0','Mpesa',13.79,'100','','','4','','1','2021-01-09 07:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','0.00','-0.5','Inclusive','416101757602223002'),(8231,'41610174735','15','2','60','retail','0','2021-01-09 10:02:41','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-09 07:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416101757783182383'),(8232,'41610174735','70','4','200','retail','0','2021-01-09 10:03:42','','','','2','Mpesa',27.59,'50','','','4','','1','2021-01-09 07:12:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','4','0.00','-3.88','Inclusive','416101758414413022'),(8233,'41610180576','1','1','320','retail','0','2021-01-09 11:22:56','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-09 08:24:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','337.25','336.25','Inclusive','416101805833343336'),(8234,'41610180576','5','1','110','retail','0','2021-01-09 11:23:04','','','','0','Cash',15.17,'110','','','4','','1','2021-01-09 08:24:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416101805926202822'),(8235,'41610180576','10','1','20','retail','0','2021-01-09 11:23:13','','','','0','Cash',2.76,'20','','','4','','1','2021-01-09 08:24:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','38.50','37.5','Inclusive','416101806002122020'),(8236,'41610180576','133','1','10','retail','0','2021-01-09 11:23:21','','','','0','Cash',1.38,'10','','','4','','1','2021-01-09 08:24:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101806070008200'),(8237,'41610180576','15','1','30','retail','0','2021-01-09 11:23:28','','','','0','Cash',4.14,'30','','','4','','1','2021-01-09 08:24:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101806140024032'),(8238,'41610180576','70','1','50','retail','0','2021-01-09 11:23:42','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 08:24:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101806351812203'),(8239,'41610180642','1','5','1600','retail','0','2021-01-09 11:24:02','','','','159.60','Cash',220.69,'320','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','336.25','331.25','Inclusive','416101809090900132'),(8240,'41610180642','5','5','550','retail','0','2021-01-09 11:28:29','','','','0','Cash',75.86,'110','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','0.00','-2.5','Inclusive','416101809176730213'),(8241,'41610180642','133','5','50','retail','0','2021-01-09 11:28:38','','','','0','Cash',6.90,'10','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416101809233222313'),(8242,'41610180642','10','5','100','retail','0','2021-01-09 11:28:44','','','','0','Cash',13.79,'20','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','37.50','32.5','Inclusive','416101809312280041'),(8243,'41610180642','19','2','60','retail','0','2021-01-09 11:28:52','','','','0','Cash',8.28,'30','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416101809403303300'),(8244,'41610180642','1','1','320','retail','0','2021-01-09 11:29:00','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','331.25','330.25','Inclusive','416101811234001123'),(8245,'41610180642','2','1','90','retail','0','2021-01-09 11:32:03','','','','0','Cash',12.41,'90','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','1.00','0','Inclusive','416101811300332232'),(8246,'41610180642','10','1','20','retail','0','2021-01-09 11:32:11','','','','0','Cash',2.76,'20','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','32.50','31.5','Inclusive','416101811442033243'),(8247,'41610180642','33','1','130','retail','0','2021-01-09 11:32:24','','','','0','Cash',17.93,'130','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416101811500353330'),(8248,'41610180642','48','1','60','retail','0','2021-01-09 11:32:31','','','','0','Cash',8.28,'60','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416101811592202032'),(8249,'41610180642','27','1','30','retail','0','2021-01-09 11:32:40','','','','0','Cash',4.14,'30','','','4','','1','2021-01-09 08:33:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416101811699201212'),(8250,'41610185827','1','2','640','retail','0','2021-01-09 12:50:27','','','','159.60','Cash',88.28,'320','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','330.25','328.25','Inclusive','416101858370142222'),(8251,'41610185827','70','1','50','retail','0','2021-01-09 12:50:38','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101858492838003'),(8252,'41610185827','70','1','50','retail','0','2021-01-09 12:50:50','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101858603228212'),(8253,'41610185827','5','2','220','retail','0','2021-01-09 12:51:00','','','','0','Cash',30.34,'110','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416101858692203002'),(8254,'41610185827','10','2','40','retail','0','2021-01-09 12:51:09','','','','0','Cash',5.52,'20','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','31.50','29.5','Inclusive','416101858772533420'),(8255,'41610185827','133','2','20','retail','0','2021-01-09 12:51:18','','','','0','Cash',2.76,'10','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416101858888820883'),(8256,'41610185827','19','2','60','retail','0','2021-01-09 12:51:28','','','','0','Cash',8.28,'30','','','4','','1','2021-01-09 09:51:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416101858999019230'),(8257,'41610185909','1','1','320','retail','0','2021-01-09 13:17:37','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-09 10:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','328.25','327.25','Inclusive','416101882191302323'),(8258,'41610185909','5','1','110','retail','0','2021-01-09 13:30:19','','','','0','Cash',15.17,'110','','','4','','1','2021-01-09 10:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416101882262468236'),(8259,'41610185909','10','1','20','retail','0','2021-01-09 13:30:26','','','','0','Cash',2.76,'20','','','4','','1','2021-01-09 10:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','29.50','28.5','Inclusive','416101882330812203'),(8260,'41610185909','133','1','10','retail','0','2021-01-09 13:30:33','','','','0','Cash',1.38,'10','','','4','','1','2021-01-09 10:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416101882393263838'),(8261,'41610185909','19','1','30','retail','0','2021-01-09 13:30:39','','','','0','Cash',4.14,'30','','','4','','1','2021-01-09 10:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416101882452220023'),(8262,'41610185909','70','1','50','retail','0','2021-01-09 13:30:45','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 10:31:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101882550302283'),(8263,'41610188262','147','5','1800','retail','0','2021-01-09 13:31:02','','','','0','Invoice',248.28,'360','','','4','','1','2021-01-09 10:39:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','340.40','335.4','Inclusive','416101886555011330'),(8264,'41610188828','147','5','1800','retail','0','2021-01-09 13:40:28','','','','0','Invoice',248.28,'360','','','4','','1','2021-01-09 10:41:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','335.40','330.4','Inclusive','416101888403002220'),(8265,'41610190423','70','1','50','retail','0','2021-01-09 14:07:16','','','','2','Cash',6.90,'50','','','4','','1','2021-01-09 11:07:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416101904480313219'),(8266,'41610343822','341','0.5','400','retail','0','2021-01-11 08:43:43','','','','340','Cash',55.17,'800','','','4','','1','2021-01-11 05:50:35','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','689.66','','5.00','4.5','Inclusive','416103441855020302'),(8267,'41610344237','195','105','19950','retail','0','2021-01-11 08:50:37','','','','0','Cash',2751.72,'190','','','4','','1','2021-01-11 05:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','163.79','','116.00','11','Inclusive','416103442980034306'),(8268,'41610344237','98','84','28560','retail','0','2021-01-11 08:51:47','','','','0','Cash',3939.31,'340','','','4','','1','2021-01-11 05:53:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','293.10','','84.00','0','Inclusive','416103443251022341'),(8269,'41610344237','276','7','455','retail','0','2021-01-11 08:52:12','','','','0','Cash',62.76,'65','','','4','','1','2021-01-11 05:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','56.03','','316.00','309','Inclusive','416103443473243044'),(8270,'41610344237','276','189','0','retail','0','2021-01-11 08:52:40','','','','0','Cash',0.00,'0','','','4','','1','2021-01-11 05:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','189','309.00','120','Inclusive','416103443766360321'),(8271,'41610344237','284','189','0','retail','0','2021-01-11 08:52:58','','','','0','Cash',0.00,'0','','','4','','1','2021-01-11 05:53:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','189','190.00','1','Inclusive','416103443934904433'),(8272,'41610349765','1','2','600','retail','0','2021-01-11 10:22:45','','','','159.60','Mpesa',82.76,'300','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','327.25','325.25','Inclusive','416103510310120422'),(8273,'41610349765','3','2','300','retail','0','2021-01-11 10:44:10','','','','0','Mpesa',41.38,'150','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','0.00','0','Inclusive','416103510651260323'),(8274,'41610349765','5','2','220','retail','0','2021-01-11 10:44:32','','','','0','Mpesa',30.34,'110','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416103510800323323'),(8275,'41610349765','10','2','40','retail','0','2021-01-11 10:44:40','','','','0','Mpesa',5.52,'20','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','28.50','26.5','Inclusive','416103510882032236'),(8276,'41610349765','133','2','20','retail','0','2021-01-11 10:44:49','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416103510962413923'),(8277,'41610349765','15','2','60','retail','0','2021-01-11 10:44:56','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416103511043304241'),(8278,'41610349765','137','2','100','retail','0','2021-01-11 10:45:05','','','','0','Mpesa',13.79,'50','','','4','','1','2021-01-11 07:48:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.8','Inclusive','416103511173327016'),(8279,'41610351332','3','4','680','retail','0','2021-01-11 10:48:52','','','','0','Cash',93.79,'170','','','4','','1','2021-01-11 08:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416103547693492323'),(8280,'41610351332','11','4','80','retail','0','2021-01-11 11:46:11','','','','0','Cash',11.03,'20','','','4','','1','2021-01-11 08:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','1.00','-1','Inclusive','416103547823023622'),(8281,'41610351332','23','4','120','retail','0','2021-01-11 11:46:24','','','','0','Cash',16.55,'30','','','4','','1','2021-01-11 08:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','4','1.09','-2.79','Inclusive','416103547960046622'),(8282,'41610351332','49','4','1680','retail','0','2021-01-11 11:46:37','','','','0','Cash',231.72,'420','','','4','','1','2021-01-11 08:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','4','40.50','36.5','Inclusive','416103548052334412'),(8283,'41610351332','55','4','240','retail','0','2021-01-11 11:46:47','','','','0','Cash',33.10,'60','','','4','','1','2021-01-11 08:48:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1.00','1','Inclusive','416103548221032114'),(8284,'61610347341','334','2','6000','retail','0','2021-01-11 09:42:21','','','','0','Invoice',827.59,'3000','','','6','','1','2021-01-11 08:54:41','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','2586.21','','9.00','8','Inclusive','616103541080228210'),(8285,'61610355407','194','2','1460','retail','0','2021-01-11 11:56:47','','','','0','Invoice',201.38,'730','','','6','','1','2021-01-11 09:02:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','629.31','','431.00','429','Inclusive','616103554252366320'),(8286,'61610355780','334','7','21000','retail','0','2021-01-7 12:20:39','','','','0','Invoice',2896.55,'3000','','','6','','1','2021-01-07 09:20:39','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','2586.21','7','8.00','1','Inclusive','616103558383230263'),(8287,'61610355780','326','1','1800','retail','0','2021-01-11 12:05:54','','','','0','Invoice',248.28,'1800','','','6','','1','2021-01-11 09:25:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','31.00','30','Inclusive','616103559972324230'),(8288,'61610355780','100','11','15400','retail','0','2021-01-11 12:11:47','','','','0','Invoice',2124.14,'1400','','','6','','1','2021-01-11 09:25:02','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','14.00','3','Inclusive','616103567927249463'),(8289,'61610357228','326','3','5400','retail','0','2021-01-11 12:27:08','','','','0','Invoice',744.83,'1800','','','6','','1','2021-01-11 09:41:07','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','30.00','27','Inclusive','616103573223233043'),(8290,'61610357228','311','2','500','retail','0','2021-01-11 12:28:43','','','','0','Invoice',68.97,'250','','','6','','1','2021-01-11 09:41:07','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','215.52','2','54.00','52','Inclusive','616103573462224073'),(8291,'61610357228','322','2','300','retail','0','2021-01-11 12:29:07','','','','0','Invoice',41.38,'150','','','6','','1','2021-01-11 09:41:07','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','40.00','38','Inclusive','616103575016020330'),(8292,'61610357228','309','2','500','retail','0','2021-01-11 12:31:41','','','','0','Invoice',68.97,'250','','','6','','1','2021-01-11 09:41:07','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','215.52','','69.00','67','Inclusive','616103575213036062'),(8293,'61610357228','310','2','300','retail','0','2021-01-11 12:32:01','','','','0','Invoice',41.38,'150','','','6','','1','2021-01-11 09:41:07','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','194.00','192','Inclusive','616103575390022302'),(8294,'61610358151','100','3','4200','retail','0','2021-01-11 12:42:31','','','','0','Invoice',579.31,'1400','','','6','','1','2021-01-11 10:09:18','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','3.00','0','Inclusive','616103583083288332'),(8295,'61610358151','194','6','4380','retail','0','2021-01-11 13:06:58','','','','0','Invoice',604.14,'730','','','6','','1','2021-01-11 10:09:18','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','629.31','','429.00','423','Inclusive','616103596363332203'),(8296,'61610358151','98','6','1980','retail','0','2021-01-11 13:07:17','','','','0','Invoice',273.10,'330','','','6','','1','2021-01-11 10:09:18','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','284.48','','553.00','547','Inclusive','616103596582233233'),(8297,'61610358151','195','6','1200','retail','0','2021-01-11 13:07:39','','','','0','Invoice',165.52,'200','','','6','','1','2021-01-11 10:09:18','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','172.41','','273.00','267','Inclusive','616103596745630636'),(8298,'41610354933','1','2','640','retail','0','2021-01-11 11:48:53','','','','159.60','Cash',88.28,'320','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','322.25','319.25','Inclusive','416103563310232132'),(8299,'41610354933','10','2','40','retail','0','2021-01-11 13:59:01','','','','0','Cash',5.52,'20','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','25.50','23.5','Inclusive','416103627502254064'),(8300,'41610354933','5','2','220','retail','0','2021-01-11 13:59:31','','','','0','Cash',30.34,'110','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416103627874223336'),(8301,'41610354933','133','2','20','retail','0','2021-01-11 13:59:54','','','','0','Cash',2.76,'10','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416103628063222823'),(8302,'41610354933','19','1','30','retail','0','2021-01-11 14:00:07','','','','0','Cash',4.14,'30','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416103628133131021'),(8303,'41610354933','70','2','100','retail','0','2021-01-11 14:00:14','','','','2','Cash',13.79,'50','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416103628233232003'),(8304,'41610354933','19','1','30','retail','0','2021-01-11 14:00:23','','','','0','Cash',4.14,'30','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416103628390306023'),(8305,'41610354933','38','1','330','retail','0','2021-01-11 14:00:40','','','','0','Cash',45.52,'330','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','1.00','0','Inclusive','416103628533122330'),(8306,'41610354933','40','1','60','retail','0','2021-01-11 14:00:53','','','','0','Cash',8.28,'60','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.00','0','Inclusive','416103628642433400'),(8307,'41610354933','9','1','60','retail','0','2021-01-11 14:01:21','','','','0','Cash',8.28,'60','','','4','','1','2021-01-11 11:02:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.25','0.25','Inclusive','416103628930309220'),(8308,'41610362965','1','1','320','retail','0','2021-01-11 14:02:45','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','319.25','318.25','Inclusive','416103693840344143'),(8309,'41610362965','2','1','90','retail','0','2021-01-11 15:49:46','','','','0','Cash',12.41,'90','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416103693953304542'),(8310,'41610362965','10','1','20','retail','0','2021-01-11 15:49:55','','','','0','Cash',2.76,'20','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','23.50','22.5','Inclusive','416103694091000099'),(8311,'41610362965','133','1','10','retail','0','2021-01-11 15:50:09','','','','0','Cash',1.38,'10','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416103694160613443'),(8312,'41610362965','19','1','30','retail','0','2021-01-11 15:50:17','','','','0','Cash',4.14,'30','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416103694252203000'),(8313,'41610362965','70','1','50','retail','0','2021-01-11 15:50:26','','','','2','Cash',6.90,'50','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416103694363332402'),(8314,'41610362965','5','1','110','retail','0','2021-01-11 15:50:36','','','','0','Cash',15.17,'110','','','4','','1','2021-01-11 12:50:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416103694482300664'),(8315,'41610452619','161','100','6000','retail','0','2021-01-12 14:56:59','','','','0','Mpesa',827.59,'60','','','4','','1','2021-01-12 11:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1715.00','1615','Inclusive','416104526360205423'),(8316,'41610452732','3','1','160','retail','0','2021-01-12 14:58:52','','','','0','Cash',22.07,'160','','','4','','1','2021-01-12 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416104538954230222'),(8317,'41610452732','2','1','90','retail','0','2021-01-12 15:18:16','','','','0','Cash',12.41,'90','','','4','','1','2021-01-12 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416104539044063414'),(8318,'41610452732','11','1','20','retail','0','2021-01-12 15:18:25','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','2.00','1','Inclusive','416104539101130022'),(8319,'41610452732','137','1','50','retail','0','2021-01-12 15:18:31','','','','0','Cash',6.90,'50','','','4','','1','2021-01-12 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416104539163300236'),(8320,'41610452732','138','1','50','retail','0','2021-01-12 15:18:37','','','','0','Cash',6.90,'50','','','4','','1','2021-01-12 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416104539241232423'),(8321,'41610452732','139','1','50','retail','0','2021-01-12 15:18:45','','','','0','Cash',6.90,'50','','','4','','1','2021-01-12 12:19:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416104539334222314'),(8322,'41610453942','3','1','170','retail','0','2021-01-12 15:19:03','','','','0','Cash',23.45,'170','','','4','','1','2021-01-12 12:20:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416104539593300433'),(8323,'41610453942','11','1','20','retail','0','2021-01-12 15:19:20','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 12:20:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','1.00','0','Inclusive','416104539653303222'),(8324,'41610453942','6','1','70','retail','0','2021-01-12 15:19:26','','','','0','Cash',9.66,'70','','','4','','1','2021-01-12 12:20:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416104539710001030'),(8325,'41610453942','133','1','10','retail','0','2021-01-12 15:19:32','','','','0','Cash',1.38,'10','','','4','','1','2021-01-12 12:20:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416104539783202043'),(8326,'41610454010','1','2','640','retail','0','2021-01-12 15:20:10','','','','159.60','Cash',88.28,'320','','','4','','1','2021-01-12 12:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','316.75','314.75','Inclusive','416104542392301033'),(8327,'41610454010','5','2','220','retail','0','2021-01-12 15:23:59','','','','0','Cash',30.34,'110','','','4','','1','2021-01-12 12:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416104542476644212'),(8328,'41610454010','10','2','40','retail','0','2021-01-12 15:24:08','','','','0','Cash',5.52,'20','','','4','','1','2021-01-12 12:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','22.50','20.5','Inclusive','416104542583222802'),(8329,'41610454010','133','2','20','retail','0','2021-01-12 15:24:19','','','','0','Cash',2.76,'10','','','4','','1','2021-01-12 12:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416104542685042324'),(8330,'41610454010','15','2','60','retail','0','2021-01-12 15:24:29','','','','0','Cash',8.28,'30','','','4','','1','2021-01-12 12:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416104542762433024'),(8331,'41610454010','71','0.05','100','retail','0','2021-01-12 15:31:09','','','','0','Cash',13.79,'2000','','','4','','1','2021-01-12 12:31:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.52','0.47','Inclusive','416104546961412062'),(8332,'41610454720','2','1','90','retail','0','2021-01-12 15:32:00','','','','0','Cash',12.41,'90','','','4','','1','2021-01-12 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416104557292220403'),(8333,'41610454720','11','1','20','retail','0','2021-01-12 15:48:50','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416104557366223232'),(8334,'41610454720','50','1','210','retail','0','2021-01-12 15:48:57','','','','0','Cash',28.97,'210','','','4','','1','2021-01-12 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','1.00','0','Inclusive','416104557432503036'),(8335,'41610454720','55','1','50','retail','0','2021-01-12 15:49:17','','','','0','Cash',6.90,'50','','','4','','1','2021-01-12 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416104557661423334'),(8336,'41610454720','23','1','30','retail','0','2021-01-12 15:49:27','','','','0','Cash',4.14,'30','','','4','','1','2021-01-12 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.09','0.09','Inclusive','416104557752474703'),(8337,'41610454720','71','0.05','100','retail','0','2021-01-12 15:49:49','','','','0','Cash',13.79,'2000','','','4','','1','2021-01-12 12:50:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.47','0.42','Inclusive','416104558044232313'),(8338,'41610455838','1','1','320','retail','0','2021-01-12 15:50:38','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-12 12:53:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','314.50','313.5','Inclusive','416104559422233023'),(8339,'41610455838','5','1','110','retail','0','2021-01-12 15:52:22','','','','0','Cash',15.17,'110','','','4','','1','2021-01-12 12:53:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416104559681453321'),(8340,'41610455838','133','1','10','retail','0','2021-01-12 15:52:49','','','','0','Cash',1.38,'10','','','4','','1','2021-01-12 12:53:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416104559753232790'),(8341,'41610455838','10','1','20','retail','0','2021-01-12 15:52:55','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 12:53:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','20.00','19','Inclusive','416104559842202020'),(8342,'41610455838','15','1','30','retail','0','2021-01-12 15:53:05','','','','0','Cash',4.14,'30','','','4','','1','2021-01-12 12:53:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416104559925145004'),(8343,'41610455838','70','1','50','retail','0','2021-01-12 15:53:13','','','','2','Cash',6.90,'50','','','4','','1','2021-01-12 12:53:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104560023261224'),(8344,'41610456078','1','1','300','retail','0','2021-01-12 15:54:38','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-12 12:56:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','313.50','312.5','Inclusive','416104560933266132'),(8345,'41610456078','5','1','100','retail','0','2021-01-12 15:54:53','','','','0','Cash',13.79,'100','','','4','','1','2021-01-12 12:56:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416104561012612412'),(8346,'41610456078','10','1','20','retail','0','2021-01-12 15:55:02','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 12:56:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','19.00','18','Inclusive','416104561099232600'),(8347,'41610456078','133','1','10','retail','0','2021-01-12 15:55:10','','','','0','Cash',1.38,'10','','','4','','1','2021-01-12 12:56:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416104561173032262'),(8348,'41610456078','19','1','20','retail','0','2021-01-12 15:55:17','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 12:56:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416104561266352162'),(8349,'41610456078','70','1','50','retail','0','2021-01-12 15:55:27','','','','2','Cash',6.90,'50','','','4','','1','2021-01-12 12:56:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104561399004232'),(8350,'41610457118','161','20','950','retail','0','2021-01-12 16:11:59','','','','0','Cash',131.03,'47.50','','','4','','1','2021-01-12 13:12:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1615.00','1595','Inclusive','416104571280254123'),(8351,'41610457160','1','1','320','retail','0','2021-01-12 16:12:40','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-12 13:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','311.25','310.25','Inclusive','416104571980832321'),(8352,'41610457160','5','1','110','retail','0','2021-01-12 16:13:18','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-12 13:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416104572061000023'),(8353,'41610457160','10','1','20','retail','0','2021-01-12 16:13:27','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-12 13:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','18.00','17','Inclusive','416104572573012126'),(8354,'41610457160','133','1','10','retail','0','2021-01-12 16:14:18','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-12 13:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416104572652232522'),(8355,'41610457160','70','1','50','retail','0','2021-01-12 16:14:25','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-12 13:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104572853232305'),(8356,'41610457160','15','1','30','retail','0','2021-01-12 16:14:46','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-12 13:15:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416104572944524043'),(8357,'41610457343','1','1','320','retail','0','2021-01-12 16:15:43','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-12 13:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','310.25','309.25','Inclusive','416104573604622325'),(8358,'41610457343','5','1','110','retail','0','2021-01-12 16:16:01','','','','0','Cash',15.17,'110','','','4','','1','2021-01-12 13:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416104574133073622'),(8359,'41610457343','10','1','20','retail','0','2021-01-12 16:16:54','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 13:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','17.00','16','Inclusive','416104574220302533'),(8360,'41610457343','133','1','10','retail','0','2021-01-12 16:17:03','','','','0','Cash',1.38,'10','','','4','','1','2021-01-12 13:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416104574293324622'),(8361,'41610457343','19','1','30','retail','0','2021-01-12 16:17:10','','','','0','Cash',4.14,'30','','','4','','1','2021-01-12 13:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416104574384144453'),(8362,'41610457343','70','1','50','retail','0','2021-01-12 16:17:19','','','','2','Cash',6.90,'50','','','4','','1','2021-01-12 13:17:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104574473303342'),(8363,'41610457456','65','1','500','retail','0','2021-01-12 16:17:36','','','','0','Cash',68.97,'500','','','4','','1','2021-01-12 13:18:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416104574821232326'),(8364,'41610457456','27','1','30','retail','0','2021-01-12 16:18:18','','','','0','Cash',4.14,'30','','','4','','1','2021-01-12 13:18:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416104575204207242'),(8365,'41610457456','70','1','50','retail','0','2021-01-12 16:18:41','','','','2','Cash',6.90,'50','','','4','','1','2021-01-12 13:18:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104575294323347'),(8366,'41610457539','1','1','320','retail','0','2021-01-12 16:19:00','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-12 13:26:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','309.25','308.25','Inclusive','416104575630323200'),(8367,'41610457539','5','1','110','retail','0','2021-01-12 16:19:23','','','','0','Cash',15.17,'110','','','4','','1','2021-01-12 13:26:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416104576593346422'),(8368,'41610457539','10','1','20','retail','0','2021-01-12 16:21:00','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 13:26:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','16.00','15','Inclusive','416104576682360304'),(8369,'41610457539','133','1','10','retail','0','2021-01-12 16:21:09','','','','0','Cash',1.38,'10','','','4','','1','2021-01-12 13:26:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416104576766231266'),(8370,'41610457539','15','1','30','retail','0','2021-01-12 16:21:17','','','','0','Cash',4.14,'30','','','4','','1','2021-01-12 13:26:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416104576843703207'),(8371,'41610457539','70','1','50','retail','0','2021-01-12 16:21:25','','','','2','Cash',6.90,'50','','','4','','1','2021-01-12 13:26:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104576930325343'),(8372,'41610457964','1','1','320','retail','0','2021-01-12 16:26:04','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','308.25','307.25','Inclusive','416104584771244671'),(8373,'41610457964','2','1','90','retail','0','2021-01-12 16:34:38','','','','0','Cash',12.41,'90','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416104584864184423'),(8374,'41610457964','33','1','130','retail','0','2021-01-12 16:52:47','','','','0','Cash',17.93,'130','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416104595883402140'),(8375,'41610457964','48','1','60','retail','0','2021-01-12 16:53:09','','','','0','Cash',8.28,'60','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416104596013000301'),(8376,'41610457964','70','1','50','retail','0','2021-01-12 16:53:21','','','','2','Cash',6.90,'50','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416104596090032423'),(8377,'41610457964','27','1','30','retail','0','2021-01-12 16:53:30','','','','0','Cash',4.14,'30','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416104596323334335'),(8378,'41610457964','10','1','20','retail','0','2021-01-12 16:53:53','','','','0','Cash',2.76,'20','','','4','','1','2021-01-12 13:54:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','15.00','14','Inclusive','416104596683202033'),(8379,'41610459676','147','5','1800','retail','0','2021-01-12 16:54:36','','','','0','Cash',248.28,'360','','','4','','1','2021-01-12 13:55:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','330.40','325.4','Inclusive','416104596960433092'),(8380,'41610516086','85','1','120','retail','0','2021-01-13 08:34:46','','','','0','Cash',16.55,'120','','','4','','1','2021-01-13 05:34:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','599.50','598.5','Inclusive','416105160930631331'),(8381,'41610516102','147','5','2000','retail','0','2021-01-13 08:35:02','','','','0','Cash',275.86,'400','','','4','','1','2021-01-13 05:48:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','325.40','320.4','Inclusive','416105168872132200'),(8382,'61610518547','135','35','33250','retail','0','2020-12-23 10:57:36','','','','0','Invoice',4586.21,'950','','','6','','1','2021-01-13 08:39:23','1','1','returned','2','new','pcs','','2021-01-13 11:39:23','8','yes','','0','','','VATABLE','818.97','35','60.00','25','Inclusive','616105191800333343'),(8383,'61610518547','84','5','3000','retail','0','2020-12-23 10:57:36','','','','0','Invoice',413.79,'600','','','6','','1','2021-01-13 08:39:27','1','1','returned','2','new','pcs','','2021-01-13 11:39:27','8','yes','','0','','','VATABLE','517.24','5','13.00','8','Inclusive','616105192273230022'),(8384,'41610516913','71','0.05','100','retail','0','2021-01-13 10:06:14','','','','0','Mpesa',13.79,'2000','','','4','','1','2021-01-13 07:06:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.42','0.37','Inclusive','416105215890330500'),(8385,'41610521607','1','1','300','retail','0','2021-01-13 10:06:47','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-13 07:10:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','307.00','306','Inclusive','416105217435440222'),(8386,'41610521607','5','1','100','retail','0','2021-01-13 10:09:04','','','','0','Cash',13.79,'100','','','4','','1','2021-01-13 07:10:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416105217603146322'),(8387,'41610521607','10','1','20','retail','0','2021-01-13 10:09:21','','','','0','Cash',2.76,'20','','','4','','1','2021-01-13 07:10:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','14.00','13','Inclusive','416105217696069345'),(8388,'41610521607','133','1','10','retail','0','2021-01-13 10:09:30','','','','0','Cash',1.38,'10','','','4','','1','2021-01-13 07:10:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105217764223330'),(8389,'41610521607','15','1','20','retail','0','2021-01-13 10:09:37','','','','0','Cash',2.76,'20','','','4','','1','2021-01-13 07:10:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416105217833370333'),(8390,'41610521607','74','1','50','retail','0','2021-01-13 10:09:44','','','','5','Cash',6.90,'50','','','4','','1','2021-01-13 07:10:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416105217904226265'),(8391,'41610521815','38','1','330','retail','0','2021-01-13 10:10:15','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416105218683128601'),(8392,'41610521815','9','1','60','retail','0','2021-01-13 10:11:08','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416105218760123255'),(8393,'41610521815','40','1','60','retail','0','2021-01-13 10:11:16','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','2.00','1','Inclusive','416105218901490233'),(8394,'41610521815','3','1','170','retail','0','2021-01-13 10:11:31','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416105219074039226'),(8395,'41610521815','11','1','20','retail','0','2021-01-13 10:11:49','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416105219253160223'),(8396,'41610521815','49','1','420','retail','0','2021-01-13 10:12:06','','','','0','Mpesa',57.93,'420','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','1','36.50','35.5','Inclusive','416105219332632633'),(8397,'41610521815','55','1','60','retail','0','2021-01-13 10:12:14','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416105219433440221'),(8398,'41610521815','3','1','160','retail','0','2021-01-13 10:13:31','','','','0','Mpesa',22.07,'160','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416105220250343203'),(8399,'41610521815','2','1','90','retail','0','2021-01-13 10:13:46','','','','0','Mpesa',12.41,'90','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416105220370022033'),(8400,'41610521815','11','1','20','retail','0','2021-01-13 10:13:58','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416105220480023244'),(8401,'41610521815','137','1','50','retail','0','2021-01-13 10:14:08','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416105220572223530'),(8402,'41610521815','138','1','50','retail','0','2021-01-13 10:14:18','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416105220655302330'),(8403,'41610521815','139','1','50','retail','0','2021-01-13 10:14:26','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416105220734214236'),(8404,'41610521815','1','1','320','retail','0','2021-01-13 10:14:34','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','304.75','303.75','Inclusive','416105220972245350'),(8405,'41610521815','5','1','110','retail','0','2021-01-13 10:14:58','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416105221090415230'),(8406,'41610521815','10','1','20','retail','0','2021-01-13 10:15:16','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','12.00','11','Inclusive','416105221910123113'),(8407,'41610521815','133','1','10','retail','0','2021-01-13 10:16:31','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-13 07:18:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105222030252403'),(8408,'41610522318','152','1','300','retail','0','2021-01-13 10:18:38','','','','0','Mpesa',41.38,'300','','','4','','1','2021-01-13 07:19:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','1.00','0','Inclusive','416105223551460563'),(8409,'41610522715','7','1','200','retail','0','2021-01-13 10:25:15','','','','0','Cash',27.59,'200','','','4','','1','2021-01-13 07:50:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','74.75','73.75','Inclusive','416105242420442330'),(8410,'61610518547','149','3','6000','retail','0','2021-01-13 10:57:05','','','','0','Mpesa',827.59,'2000','','','6','','1','2021-01-13 08:08:00','1','1','returned','2','new','pcs','','2021-01-13 11:08:00','8','yes','','0','','','VATABLE','1724.14','','792.00','789','Inclusive','616105246462633024'),(8411,'61610525526','149','3','6000','retail','0','2021-01-13 11:12:06','','','','0','Mpesa',827.59,'2000','','','6','','1','2021-01-13 08:39:52','1','1','returned','2','new','pcs','','2021-01-13 11:39:52','8','yes','','0','','','VATABLE','1724.14','','792.00','789','Inclusive','616105256732222002'),(8412,'61610526712','149','3','6000','retail','0','2021-01-13 11:31:52','','','','0','Mpesa',827.59,'2000','','','6','','1','2021-01-13 08:40:09','1','1','returned','2','new','pcs','','2021-01-13 11:40:09','8','yes','','0','','','VATABLE','1724.14','','789.00','786','Inclusive','616105267361235623'),(8413,'71610527113','149','3','6000','retail','0','2021-01-13 11:38:33','','','','0','Mpesa',827.59,'2000','','','7','','1','2021-01-13 10:53:00','1','1','returned','2','new','pcs','','2021-01-13 13:53:00','8','yes','','0','','','VATABLE','1724.14','','786.00','783','Inclusive','716105271412031210'),(8414,'41610524247','1','1','320','retail','0','2021-01-13 10:50:47','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-13 08:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','303.75','302.75','Inclusive','416105268810433431'),(8415,'41610524247','5','1','110','retail','0','2021-01-13 11:34:41','','','','0','Cash',15.17,'110','','','4','','1','2021-01-13 08:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416105268915331435'),(8416,'41610524247','10','1','20','retail','0','2021-01-13 11:34:51','','','','0','Cash',2.76,'20','','','4','','1','2021-01-13 08:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','11.00','10','Inclusive','416105268983012134'),(8417,'41610524247','133','1','10','retail','0','2021-01-13 11:34:59','','','','0','Cash',1.38,'10','','','4','','1','2021-01-13 08:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105269055420300'),(8418,'41610524247','15','1','30','retail','0','2021-01-13 11:35:06','','','','0','Cash',4.14,'30','','','4','','1','2021-01-13 08:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416105269120611239'),(8419,'41610524247','70','1','50','retail','0','2021-01-13 11:35:13','','','','2','Cash',6.90,'50','','','4','','1','2021-01-13 08:41:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416105269202233231'),(8420,'71610527243','84','2','1000','retail','0','2021-01-13 11:40:43','','','','0','Cash',137.93,'500','','','7','','1','2021-01-13 10:53:17','1','1','returned','2','new','pcs','','2021-01-13 13:53:17','8','yes','','0','','','VATABLE','431.03','','13.00','11','Inclusive','716105273144020700'),(8421,'61610528554','135','35','33250','retail','0','2021-01-13 12:02:34','','','','0','Invoice',4586.21,'950','','','6','','1','2021-01-13 09:04:56','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','818.97','35','60.00','25','Inclusive','616105285690221208'),(8422,'61610528554','84','5','3000','retail','0','2021-01-13 12:02:50','','','','0','Invoice',413.79,'600','','','6','','1','2021-01-13 09:04:56','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','517.24','5','11.00','6','Inclusive','616105285808203200'),(8423,'61610528732','149','3','6000','retail','0','2021-01-13 12:05:32','','','','0','Mpesa',827.59,'2000','','','6','','1','2021-01-13 09:07:18','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','789.00','786','Inclusive','616105287533865303'),(8424,'61610529113','149','3','6000','retail','0','2021-01-13 12:11:53','','','','0','Mpesa',827.59,'2000','','','6','','1','2021-01-13 10:55:23','1','1','returned','2','new','pcs','','2021-01-13 13:55:23','8','yes','','0','','','VATABLE','1724.14','','786.00','783','Inclusive','616105291503332153'),(8425,'61610529257','149','3','6000','retail','0','2021-01-13 12:14:17','','','','0','Mpesa',827.59,'2000','','','6','','1','2021-01-13 10:53:44','1','1','returned','2','new','pcs','','2021-01-13 13:53:44','8','yes','','0','','','VATABLE','1724.14','','783.00','780','Inclusive','616105293414012223'),(8426,'61610529521','149','3','6000','retail','0','2021-01-13 12:18:41','','','','0','Cash',827.59,'2000','','','6','','1','2021-01-13 10:54:11','1','1','returned','2','new','pcs','','2021-01-13 13:54:11','8','yes','','0','','','VATABLE','1724.14','','780.00','777','Inclusive','616105303842302632'),(8427,'81610530448','149','3','6000','retail','0','2021-01-13 12:34:08','','','','0','Cash',827.59,'2000','','','8','','1','2021-01-13 10:52:40','1','1','returned','2','new','pcs','','2021-01-13 13:52:40','8','yes','','0','','','VATABLE','1724.14','','777.00','774','Inclusive','816105304720232020'),(8428,'41610527317','1','1','320','retail','0','2021-01-13 11:41:57','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-13 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','302.75','301.75','Inclusive','416105351515250201'),(8429,'41610527317','5','1','110','retail','0','2021-01-13 13:52:32','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-13 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416105351591032424'),(8430,'41610527317','10','1','20','retail','0','2021-01-13 13:52:40','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-13 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','10.00','9','Inclusive','416105351662265232'),(8431,'41610527317','133','1','10','retail','0','2021-01-13 13:52:46','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-13 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105351735103306'),(8432,'41610527317','23','1','30','retail','0','2021-01-13 13:52:53','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-13 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416105351792320070'),(8433,'41610527317','70','1','50','retail','0','2021-01-13 13:52:59','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-13 10:53:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416105351860002035'),(8434,'41610535206','1','1','320','retail','0','2021-01-13 13:53:26','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-13 11:38:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','301.75','300.75','Inclusive','416105378543342300'),(8435,'41610535206','5','1','110','retail','0','2021-01-13 14:37:35','','','','0','Cash',15.17,'110','','','4','','1','2021-01-13 11:38:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416105378673532223'),(8436,'41610535206','10','1','20','retail','0','2021-01-13 14:37:48','','','','0','Cash',2.76,'20','','','4','','1','2021-01-13 11:38:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','9.00','8','Inclusive','416105378750550043'),(8437,'41610535206','133','1','10','retail','0','2021-01-13 14:37:55','','','','0','Cash',1.38,'10','','','4','','1','2021-01-13 11:38:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105378822234032'),(8438,'41610537920','3','1','170','retail','0','2021-01-13 14:38:40','','','','0','Cash',23.45,'170','','','4','','1','2021-01-13 11:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416105389893321326'),(8439,'41610537920','11','1','20','retail','0','2021-01-13 14:56:48','','','','0','Cash',2.76,'20','','','4','','1','2021-01-13 11:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416105390186302230'),(8440,'41610537920','6','1','70','retail','0','2021-01-13 14:57:03','','','','0','Cash',9.66,'70','','','4','','1','2021-01-13 11:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416105390280632025'),(8441,'41610537920','133','1','10','retail','0','2021-01-13 14:57:09','','','','0','Cash',1.38,'10','','','4','','1','2021-01-13 11:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105390350504132'),(8442,'41610537920','15','1','30','retail','0','2021-01-13 14:57:15','','','','0','Cash',4.14,'30','','','4','','1','2021-01-13 11:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416105390436931203'),(8443,'41610537920','70','1','50','retail','0','2021-01-13 14:57:24','','','','2','Cash',6.90,'50','','','4','','1','2021-01-13 11:57:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416105390545300403'),(8444,'61610539550','348','1','250','retail','0','2021-01-13 15:05:50','','','','0','Cash',34.48,'250','','','6','','1','2021-01-13 12:08:35','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','215.52','','1.00','0','Inclusive','616105396363266232'),(8445,'61610539842','331','1','650','retail','0','2021-01-13 15:10:42','','','','0','Cash',89.66,'650','','','6','','1','2021-01-13 12:11:30','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','560.34','','5.00','4','Inclusive','616105398583303215'),(8446,'61610539892','346','3','6000','retail','0','2021-01-13 15:11:32','','','','0','Cash',827.59,'2000','','','6','','1','2021-01-13 12:12:31','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1724.14','3','3.00','0','Inclusive','616105399279300032'),(8447,'41610539207','1','1','320','retail','0','2021-01-13 15:00:07','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-13 12:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','301.25','300.25','Inclusive','416105409892022000'),(8448,'41610539207','5','1','110','retail','0','2021-01-13 15:29:50','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-13 12:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416105409953230922'),(8449,'41610539207','133','1','10','retail','0','2021-01-13 15:29:56','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-13 12:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416105410151343400'),(8450,'41610539207','10','1','20','retail','0','2021-01-13 15:30:15','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-13 12:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','7.50','6.5','Inclusive','416105410221232033'),(8451,'41610539207','19','1','30','retail','0','2021-01-13 15:30:22','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-13 12:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416105410382320030'),(8452,'41610539207','70','1','50','retail','0','2021-01-13 15:30:39','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-13 12:31:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416105410585802332'),(8453,'41610541067','74','1','50','retail','0','2021-01-13 15:31:07','','','','5','Mpesa',6.90,'50','','','4','','1','2021-01-13 12:33:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416105412081332300'),(8454,'61610539952','320','1','174','retail','0','2021-01-13 15:12:32','','','','0','Cash',24.00,'174','','','6','','1','2021-01-13 12:38:18','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','150.00','','146.00','145','Inclusive','616105400424625010'),(8455,'61610539952','345','1','580','retail','0','2021-01-13 15:14:11','','','','0','Cash',80.00,'580','','','6','','1','2021-01-13 12:38:18','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','500.00','','1.00','0','Inclusive','616105400693022012'),(8456,'61610539952','347','1','870','retail','0','2021-01-13 15:15:21','','','','0','Cash',120.00,'870','','','6','','1','2021-01-13 12:38:18','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','750.00','','1.00','0','Inclusive','616105401383113033'),(8457,'61610539952','344','1','464','retail','0','2021-01-13 15:23:28','','','','0','Cash',64.00,'464','','','6','','1','2021-01-13 12:38:18','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','400.00','','1.00','0','Inclusive','616105413152433220'),(8458,'41610541328','350','5','2100','retail','0','2021-01-13 16:28:14','','','','0','Mpesa',289.66,'420','','','4','','1','2021-01-13 13:30:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','362.07','','5.00','0','Inclusive','416105445193201306'),(8459,'41610541328','178','5','1300','retail','0','2021-01-13 16:29:07','','','','0','Mpesa',179.31,'260','','','4','','1','2021-01-13 13:30:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','224.14','','65.00','60','Inclusive','416105445582342523'),(8460,'41610541328','349','5','1650','retail','0','2021-01-13 16:29:31','','','','0','Mpesa',227.59,'330','','','4','','1','2021-01-13 13:30:17','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','284.48','','5.00','0','Inclusive','416105445913306013'),(8461,'41610605209','161','20','800','retail','0','2021-01-14 09:20:09','','','','0','Cash',110.34,'40','','','4','','1','2021-01-14 06:28:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','34.48','','1595.00','1575','Inclusive','416106057072303332'),(8462,'41610605735','140','20','2800','retail','0','2021-01-14 09:28:55','','','','0','Cash',386.21,'140','','','4','','1','2021-01-14 07:44:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','180.00','160','Inclusive','416106102292610326'),(8463,'41610610277','19','1','30','retail','0','2021-01-14 10:44:38','','','','0','Cash',4.14,'30','','','4','','1','2021-01-14 07:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106106406261622'),(8464,'41610610277','137','1','50','retail','0','2021-01-14 10:50:41','','','','0','Cash',6.90,'50','','','4','','1','2021-01-14 07:51:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416106106491421432'),(8465,'41610610719','1','1','320','retail','0','2021-01-14 10:51:59','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','300.25','299.25','Inclusive','416106136992022939'),(8466,'41610610719','3','1','160','retail','0','2021-01-14 11:41:40','','','','0','Mpesa',22.07,'160','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','1.00','0','Inclusive','416106137532302163'),(8467,'41610610719','48','1','60','retail','0','2021-01-14 11:42:34','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416106137747042414'),(8468,'41610610719','33','1','130','retail','0','2021-01-14 11:42:55','','','','0','Mpesa',17.93,'130','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416106137803331363'),(8469,'41610610719','36','1','130','retail','0','2021-01-14 11:43:01','','','','0','Mpesa',17.93,'130','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416106137872602333'),(8470,'41610610719','10','1','20','retail','0','2021-01-14 11:43:08','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','6.50','5.5','Inclusive','416106137953303233'),(8471,'41610610719','15','1','30','retail','0','2021-01-14 11:43:16','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106138020123224'),(8472,'41610610719','70','1','50','retail','0','2021-01-14 11:43:22','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-14 08:43:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106138150002423'),(8473,'41610613825','7','1','200','retail','0','2021-01-14 11:43:45','','','','0','Cash',27.59,'200','','','4','','1','2021-01-14 09:07:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','73.50','72.5','Inclusive','416106152230503323'),(8474,'41610615230','1','1','320','retail','0','2021-01-14 12:07:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-14 09:11:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','299.25','298.25','Inclusive','416106154670332216'),(8475,'41610615230','5','1','110','retail','0','2021-01-14 12:11:07','','','','0','Cash',15.17,'110','','','4','','1','2021-01-14 09:11:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416106154743324162'),(8476,'41610615230','10','1','20','retail','0','2021-01-14 12:11:15','','','','0','Cash',2.76,'20','','','4','','1','2021-01-14 09:11:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','5.50','4.5','Inclusive','416106154840260282'),(8477,'41610615491','161','5','300','retail','0','2021-01-14 12:11:31','','','','0','Cash',41.38,'60','','','4','','1','2021-01-14 09:38:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1575.00','1570','Inclusive','416106171003013161'),(8478,'41610617115','1','1','320','retail','0','2021-01-14 12:38:35','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-14 10:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','298.25','297.25','Inclusive','416106198732022237'),(8479,'41610617115','5','1','110','retail','0','2021-01-14 13:24:34','','','','0','Cash',15.17,'110','','','4','','1','2021-01-14 10:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416106198833384332'),(8480,'41610617115','10','1','20','retail','0','2021-01-14 13:24:43','','','','0','Cash',2.76,'20','','','4','','1','2021-01-14 10:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','4.50','3.5','Inclusive','416106198934322436'),(8481,'41610617115','133','1','10','retail','0','2021-01-14 13:24:53','','','','0','Cash',1.38,'10','','','4','','1','2021-01-14 10:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416106198992233233'),(8482,'41610617115','19','1','30','retail','0','2021-01-14 13:24:59','','','','0','Cash',4.14,'30','','','4','','1','2021-01-14 10:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106199073317306'),(8483,'41610617115','67','0.025','50','retail','0','2021-01-14 13:25:33','','','','0','Cash',6.90,'2000','','','4','','1','2021-01-14 10:26:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.77','0.745','Inclusive','416106199502022552'),(8484,'41610619981','137','1','50','retail','0','2021-01-14 13:26:21','','','','0','Cash',6.90,'50','','','4','','1','2021-01-14 10:27:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416106200488821362'),(8485,'61610621888','84','17','10200','retail','0','2021-01-14 13:58:20','','','','0','Invoice',1406.90,'600','','','6','','1','2021-01-14 11:02:48','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','517.24','17','17.00','0','Inclusive','616106221136620333'),(8486,'41610620083','1','1','320','retail','0','2021-01-14 13:28:03','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','297.25','296.25','Inclusive','416106247132007612'),(8487,'41610620083','5','1','110','retail','0','2021-01-14 14:45:13','','','','0','Cash',15.17,'110','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416106247230460223'),(8488,'41610620083','10','1','20','retail','0','2021-01-14 14:45:24','','','','0','Cash',2.76,'20','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','3.50','2.5','Inclusive','416106247303003336'),(8489,'41610620083','133','1','10','retail','0','2021-01-14 14:45:31','','','','0','Cash',1.38,'10','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416106247373363262'),(8490,'41610620083','19','1','30','retail','0','2021-01-14 14:45:38','','','','0','Cash',4.14,'30','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106247453241032'),(8491,'41610620083','70','1','50','retail','0','2021-01-14 14:45:45','','','','2','Cash',6.90,'50','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106247543044331'),(8492,'41610620083','137','1','50','retail','0','2021-01-14 14:45:55','','','','0','Cash',6.90,'50','','','4','','1','2021-01-14 11:46:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416106247780602222'),(8493,'41610624819','38','1','330','retail','0','2021-01-14 14:46:59','','','','0','Cash',45.52,'330','','','4','','1','2021-01-14 12:04:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416106257546334023'),(8494,'41610624819','9','1','60','retail','0','2021-01-14 15:02:50','','','','0','Cash',8.28,'60','','','4','','1','2021-01-14 12:04:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416106258575325624'),(8495,'41610624819','40','1','60','retail','0','2021-01-14 15:04:18','','','','0','Cash',8.28,'60','','','4','','1','2021-01-14 12:04:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.00','0','Inclusive','416106258700320205'),(8496,'41610625877','1','1','320','retail','0','2021-01-14 15:04:37','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','296.25','295.25','Inclusive','416106279423224223'),(8497,'41610625877','2','1','90','retail','0','2021-01-14 15:39:03','','','','0','Mpesa',12.41,'90','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416106279496324400'),(8498,'41610625877','133','1','10','retail','0','2021-01-14 15:39:10','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416106279603347662'),(8499,'41610625877','10','1','20','retail','0','2021-01-14 15:39:20','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','2.50','1.5','Inclusive','416106279683866042'),(8500,'41610625877','19','1','30','retail','0','2021-01-14 15:39:28','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416106279807026020'),(8501,'41610625877','70','1','50','retail','0','2021-01-14 15:39:40','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106279882132033'),(8502,'41610625877','5','1','110','retail','0','2021-01-14 15:39:49','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-14 12:40:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416106279973742332'),(8503,'41610628010','1','1','320','retail','0','2021-01-14 15:40:10','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-14 12:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','295.00','294','Inclusive','416106283493442294'),(8504,'41610628010','5','1','110','retail','0','2021-01-14 15:45:49','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-14 12:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416106283562643038'),(8505,'41610628010','10','1','20','retail','0','2021-01-14 15:45:57','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-14 12:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','1.50','0.5','Inclusive','416106283780420263'),(8506,'41610628010','133','1','10','retail','0','2021-01-14 15:46:19','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-14 12:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416106283832221233'),(8507,'41610628010','19','1','30','retail','0','2021-01-14 15:46:24','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-14 12:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106283904230022'),(8508,'41610628010','70','1','50','retail','0','2021-01-14 15:46:31','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-14 12:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106284040343044'),(8509,'41610630100','3','1','170','retail','0','2021-01-14 16:15:00','','','','0','Cash',23.45,'170','','','4','','1','2021-01-14 13:17:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416106301484103282'),(8510,'41610630100','6','1','70','retail','0','2021-01-14 16:15:48','','','','0','Cash',9.66,'70','','','4','','1','2021-01-14 13:17:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416106301593224320'),(8511,'41610630100','11','1','20','retail','0','2021-01-14 16:15:59','','','','0','Cash',2.76,'20','','','4','','1','2021-01-14 13:17:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','1.00','0','Inclusive','416106301660033336'),(8512,'41610630100','133','1','10','retail','0','2021-01-14 16:16:06','','','','0','Cash',1.38,'10','','','4','','1','2021-01-14 13:17:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416106301724060230'),(8513,'41610630100','19','1','30','retail','0','2021-01-14 16:16:12','','','','0','Cash',4.14,'30','','','4','','1','2021-01-14 13:17:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106301792630224'),(8514,'41610630100','70','1','50','retail','0','2021-01-14 16:16:20','','','','2','Cash',6.90,'50','','','4','','1','2021-01-14 13:17:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106301868333220'),(8515,'41610631034','150','20','2500','retail','0','2021-01-14 16:30:35','','','','0','Cash',344.83,'125','','','4','','1','2021-01-14 13:55:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','107.76','','80.00','60','Inclusive','416106325033033030'),(8516,'41610632926','150','20','2300','retail','0','2021-01-14 17:02:06','','','','0','Cash',317.24,'115','','','4','','1','2021-01-14 14:04:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','99.14','','60.00','40','Inclusive','416106329929243634'),(8517,'41610691098','161','5','300','retail','0','2021-01-15 09:11:38','','','','0','Cash',41.38,'60','','','4','','1','2021-01-15 06:12:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1570.00','1565','Inclusive','416106911133129103'),(8518,'41610691126','161','60','2850','retail','0','2021-01-15 09:12:06','','','','0','Bank',393.10,'47.50','','','4','','1','2021-01-15 06:30:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1565.00','1505','Inclusive','416106921471910029'),(8519,'41610692221','3','1','170','retail','0','2021-01-15 09:30:21','','','','0','Cash',23.45,'170','','','4','','1','2021-01-15 06:47:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416106932300123322'),(8520,'41610692221','6','1','70','retail','0','2021-01-15 09:47:11','','','','0','Cash',9.66,'70','','','4','','1','2021-01-15 06:47:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416106932404030220'),(8521,'41610692221','11','1','20','retail','0','2021-01-15 09:47:21','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 06:47:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416106932463422266'),(8522,'41610692221','133','1','10','retail','0','2021-01-15 09:47:27','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 06:47:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416106932533200323'),(8523,'41610692221','15','1','30','retail','0','2021-01-15 09:47:33','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 06:47:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106932594031343'),(8524,'41610692221','70','1','50','retail','0','2021-01-15 09:47:40','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 06:47:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106932660602230'),(8525,'41610693280','3','1','170','retail','0','2021-01-15 09:48:01','','','','0','Cash',23.45,'170','','','4','','1','2021-01-15 08:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416106933072007900'),(8526,'41610693280','6','1','70','retail','0','2021-01-15 09:48:27','','','','0','Cash',9.66,'70','','','4','','1','2021-01-15 08:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416106933131914230'),(8527,'41610693280','133','1','10','retail','0','2021-01-15 09:48:39','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 08:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416106933310000332'),(8528,'41610693280','15','1','30','retail','0','2021-01-15 09:50:14','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 08:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416106934263103166'),(8529,'41610693280','70','1','50','retail','0','2021-01-15 09:50:27','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 08:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416106934342033210'),(8530,'41610693280','11','1','20','retail','0','2021-01-15 09:51:11','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 08:09:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416106981813328932'),(8531,'41610698193','1','2','600','retail','0','2021-01-15 11:09:53','','','','159.60','Cash',82.76,'300','','','4','','1','2021-01-15 08:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','292.50','290.5','Inclusive','416106983710320222'),(8532,'41610698193','5','2','200','retail','0','2021-01-15 11:12:57','','','','0','Cash',27.59,'100','','','4','','1','2021-01-15 08:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416106983858206532'),(8533,'41610698193','10','2','40','retail','0','2021-01-15 11:13:13','','','','0','Cash',5.52,'20','','','4','','1','2021-01-15 08:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','49.50','47.5','Inclusive','416106984042041422'),(8534,'41610698193','133','2','20','retail','0','2021-01-15 11:13:24','','','','0','Cash',2.76,'10','','','4','','1','2021-01-15 08:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416106984160094306'),(8535,'41610698193','15','2','40','retail','0','2021-01-15 11:13:37','','','','0','Cash',5.52,'20','','','4','','1','2021-01-15 08:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416106984632334333'),(8536,'41610698193','70','2','100','retail','0','2021-01-15 11:14:31','','','','2','Cash',13.79,'50','','','4','','1','2021-01-15 08:14:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416106984853438026'),(8537,'41610700894','3','1','160','retail','0','2021-01-15 11:54:54','','','','0','Cash',22.07,'160','','','4','','1','2021-01-15 08:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416107009023022201'); INSERT INTO `sales_order` VALUES (8538,'41610700894','5','1','110','retail','0','2021-01-15 11:55:03','','','','0','Cash',15.17,'110','','','4','','1','2021-01-15 08:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107009131003320'),(8539,'41610700894','10','2','40','retail','0','2021-01-15 11:55:14','','','','0','Cash',5.52,'20','','','4','','1','2021-01-15 08:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','47.50','45.5','Inclusive','416107009221000232'),(8540,'41610700894','19','1','30','retail','0','2021-01-15 11:55:22','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 08:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416107009373733123'),(8541,'41610700894','70','1','50','retail','0','2021-01-15 11:55:38','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 08:55:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107009443323032'),(8542,'41610700949','1','1','320','retail','0','2021-01-15 11:55:49','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-15 09:52:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','290.00','289','Inclusive','416107042301732233'),(8543,'41610700949','5','1','110','retail','0','2021-01-15 12:50:31','','','','0','Cash',15.17,'110','','','4','','1','2021-01-15 09:52:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107042380021727'),(8544,'41610700949','10','1','20','retail','0','2021-01-15 12:50:39','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 09:52:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','45.50','44.5','Inclusive','416107043050054255'),(8545,'41610700949','133','1','10','retail','0','2021-01-15 12:51:45','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 09:52:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107043123224331'),(8546,'41610700949','15','1','30','retail','0','2021-01-15 12:51:52','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 09:52:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416107043243343402'),(8547,'41610700949','70','1','50','retail','0','2021-01-15 12:52:05','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 09:52:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107043330333333'),(8548,'41610704340','1','1','320','retail','0','2021-01-15 12:52:20','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-15 09:53:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','289.00','288','Inclusive','416107043502332032'),(8549,'41610704340','5','1','110','retail','0','2021-01-15 12:52:30','','','','0','Cash',15.17,'110','','','4','','1','2021-01-15 09:53:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107043560202032'),(8550,'41610704340','133','1','10','retail','0','2021-01-15 12:52:36','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 09:53:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107043632423012'),(8551,'41610704340','10','1','20','retail','0','2021-01-15 12:52:43','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 09:53:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','44.50','43.5','Inclusive','416107043696229341'),(8552,'41610704340','15','1','30','retail','0','2021-01-15 12:52:49','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 09:53:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416107043773203723'),(8553,'41610704340','70','1','50','retail','0','2021-01-15 12:52:58','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 09:53:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107044110016216'),(8554,'61610705413','326','5','9000','retail','0','2021-01-15 13:10:13','','','','0','Invoice',1241.38,'1800','','','6','','1','2021-01-15 10:14:57','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','22.00','17','Inclusive','616107054812063044'),(8555,'61610705792','326','1','1900','retail','0','2021-01-15 13:16:32','','','','0','Invoice',262.07,'1900','','','6','','1','2021-01-15 10:17:58','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','17.00','16','Inclusive','616107058053372232'),(8556,'41610704419','1','1','320','retail','0','2021-01-15 12:53:39','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-15 11:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','288.00','287','Inclusive','416107089243703230'),(8557,'41610704419','5','1','110','retail','0','2021-01-15 14:08:45','','','','0','Cash',15.17,'110','','','4','','1','2021-01-15 11:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107089313234013'),(8558,'41610704419','10','1','20','retail','0','2021-01-15 14:08:51','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 11:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','43.50','42.5','Inclusive','416107089383338004'),(8559,'41610704419','133','1','10','retail','0','2021-01-15 14:08:58','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 11:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107089517931323'),(8560,'41610704419','23','1','30','retail','0','2021-01-15 14:09:12','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 11:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416107089704323303'),(8561,'41610704419','70','1','50','retail','0','2021-01-15 14:09:30','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 11:09:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107089781820022'),(8562,'41610708987','330','1','100','retail','0','2021-01-15 14:09:47','','','','0','Cash',13.79,'100','','','4','','1','2021-01-15 11:20:31','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','86.21','','43.00','42','Inclusive','416107095913422037'),(8563,'41610711314','1','1','320','retail','0','2021-01-15 14:48:34','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-15 11:56:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','287.00','286','Inclusive','416107116132042233'),(8564,'41610711314','5','1','110','retail','0','2021-01-15 14:53:33','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-15 11:56:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107116270101163'),(8565,'41610711314','10','1','20','retail','0','2021-01-15 14:53:47','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-15 11:56:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','42.50','41.5','Inclusive','416107116352222036'),(8566,'41610711314','133','1','10','retail','0','2021-01-15 14:53:56','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-15 11:56:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107116550250132'),(8567,'41610711314','23','1','30','retail','0','2021-01-15 14:54:16','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-15 11:56:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416107116766460033'),(8568,'41610711314','70','1','50','retail','0','2021-01-15 14:54:36','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-15 11:56:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107116866200311'),(8569,'41610711762','1','1','320','retail','0','2021-01-15 14:56:02','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-15 11:57:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','286.00','285','Inclusive','416107117711202223'),(8570,'41610711762','5','1','110','retail','0','2021-01-15 14:56:12','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-15 11:57:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107117822222213'),(8571,'41610711762','10','1','20','retail','0','2021-01-15 14:56:22','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-15 11:57:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','41.50','40.5','Inclusive','416107117909622012'),(8572,'41610711762','133','1','10','retail','0','2021-01-15 14:56:31','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-15 11:57:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107117974234122'),(8573,'41610711762','15','1','30','retail','0','2021-01-15 14:56:38','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-15 11:57:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416107118062371204'),(8574,'41610711762','70','1','50','retail','0','2021-01-15 14:56:46','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-15 11:57:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107118258322332'),(8575,'41610711835','38','1','330','retail','0','2021-01-15 14:57:15','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-15 11:57:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416107118432027303'),(8576,'41610711835','40','1','60','retail','0','2021-01-15 14:57:24','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-15 11:57:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416107118492223610'),(8577,'41610711835','9','1','60','retail','0','2021-01-15 14:57:30','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-15 11:57:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416107118651617828'),(8578,'41610713200','1','1','320','retail','0','2021-01-15 15:20:00','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-15 12:43:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','284.00','283','Inclusive','416107142064236343'),(8579,'41610713200','5','1','110','retail','0','2021-01-15 15:36:46','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-15 12:43:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107142136303202'),(8580,'41610713200','10','1','20','retail','0','2021-01-15 15:36:54','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-15 12:43:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','40.50','39.5','Inclusive','416107142226333230'),(8581,'41610714592','19','1','30','retail','0','2021-01-15 15:43:12','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-15 12:47:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','4.12','3.12','Inclusive','416107147803488204'),(8582,'41610714592','70','1','50','retail','0','2021-01-15 15:46:20','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-15 12:47:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','4.00','3','Inclusive','416107148102213328'),(8583,'41610714592','133','1','10','retail','0','2021-01-15 15:46:51','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-15 12:47:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107148201322221'),(8584,'41610714848','1','1','320','retail','0','2021-01-15 15:47:28','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-15 13:09:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','283.00','282','Inclusive','416107161040262303'),(8585,'41610714848','5','1','110','retail','0','2021-01-15 16:08:25','','','','0','Cash',15.17,'110','','','4','','1','2021-01-15 13:09:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107161122213231'),(8586,'41610714848','10','1','20','retail','0','2021-01-15 16:08:33','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 13:09:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','40.50','39.5','Inclusive','416107161210310306'),(8587,'41610714848','133','1','10','retail','0','2021-01-15 16:08:42','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 13:09:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107161294624066'),(8588,'41610714848','19','1','30','retail','0','2021-01-15 16:08:50','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 13:09:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','3.12','2.12','Inclusive','416107161401611223'),(8589,'41610714848','70','1','50','retail','0','2021-01-15 16:09:00','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 13:09:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','3.00','2','Inclusive','416107161544034036'),(8590,'41610716167','1','5','1600','retail','0','2021-01-15 16:09:27','','','','159.60','Mpesa',220.69,'320','','','4','','1','2021-01-15 13:43:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','282.00','277','Inclusive','416107180363303202'),(8591,'41610716167','5','5','550','retail','0','2021-01-15 16:40:37','','','','0','Mpesa',75.86,'110','','','4','','1','2021-01-15 13:43:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','0.00','-2.5','Inclusive','416107180450032422'),(8592,'41610716167','10','5','100','retail','0','2021-01-15 16:40:51','','','','0','Mpesa',13.79,'20','','','4','','1','2021-01-15 13:43:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','39.50','34.5','Inclusive','416107180622313232'),(8593,'41610716167','133','5','50','retail','0','2021-01-15 16:41:02','','','','0','Mpesa',6.90,'10','','','4','','1','2021-01-15 13:43:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416107180799103332'),(8594,'41610716167','74','5','250','retail','0','2021-01-15 16:41:53','','','','5','Mpesa',34.48,'50','','','4','','1','2021-01-15 13:43:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416107181503321353'),(8595,'41610718220','1','1','320','retail','0','2021-01-15 16:43:40','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','277.00','276','Inclusive','416107182830042333'),(8596,'41610718220','5','1','110','retail','0','2021-01-15 16:44:44','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107182901302212'),(8597,'41610718220','10','1','20','retail','0','2021-01-15 16:44:51','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','34.50','33.5','Inclusive','416107182963126223'),(8598,'41610718220','133','1','10','retail','0','2021-01-15 16:44:57','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107183020202603'),(8599,'41610718220','15','1','30','retail','0','2021-01-15 16:45:03','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416107183114727232'),(8600,'41610718220','74','1','50','retail','0','2021-01-15 16:45:11','','','','5','Mpesa',6.90,'50','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107183190213493'),(8601,'41610718220','38','1','330','retail','0','2021-01-15 16:45:20','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416107183330303223'),(8602,'41610718220','40','1','60','retail','0','2021-01-15 16:45:34','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416107183412603100'),(8603,'41610718220','9','1','60','retail','0','2021-01-15 16:45:42','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-15 13:45:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416107183492447401'),(8604,'41610718358','1','1','320','retail','0','2021-01-15 16:45:58','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','276.00','275','Inclusive','416107185431141240'),(8605,'41610718358','3','1','160','retail','0','2021-01-15 16:49:04','','','','0','Cash',22.07,'160','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416107185504033221'),(8606,'41610718358','10','1','20','retail','0','2021-01-15 16:49:11','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','33.50','32.5','Inclusive','416107185581023213'),(8607,'41610718358','48','1','60','retail','0','2021-01-15 16:49:19','','','','0','Cash',8.28,'60','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416107186473303372'),(8608,'41610718358','33','1','130','retail','0','2021-01-15 16:50:48','','','','0','Cash',17.93,'130','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416107187457222332'),(8609,'41610718358','36','1','130','retail','0','2021-01-15 16:52:26','','','','0','Cash',17.93,'130','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416107187784223670'),(8610,'41610718358','27','1','30','retail','0','2021-01-15 16:52:59','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.03','0.03','Inclusive','416107188670033330'),(8611,'41610718358','74','1','50','retail','0','2021-01-15 16:54:27','','','','5','Cash',6.90,'50','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416107188763327434'),(8612,'41610718358','1','1','320','retail','0','2021-01-15 16:54:37','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','274.50','273.5','Inclusive','416107188912100440'),(8613,'41610718358','5','1','110','retail','0','2021-01-15 16:54:51','','','','0','Cash',15.17,'110','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107188983324032'),(8614,'41610718358','11','1','20','retail','0','2021-01-15 16:54:59','','','','0','Cash',2.76,'20','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416107189060206323'),(8615,'41610718358','133','1','10','retail','0','2021-01-15 16:55:06','','','','0','Cash',1.38,'10','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107189333200220'),(8616,'41610718358','15','1','30','retail','0','2021-01-15 16:55:34','','','','0','Cash',4.14,'30','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416107189473393342'),(8617,'41610718358','70','1','50','retail','0','2021-01-15 16:55:47','','','','2','Cash',6.90,'50','','','4','','1','2021-01-15 13:56:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','2.00','1','Inclusive','416107189599222304'),(8618,'61610778397','194','10','7300','retail','0','2021-01-16 09:30:32','','','','0','Invoice',1006.90,'730','','','6','','1','2021-01-16 06:46:45','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','629.31','','423.00','413','Inclusive','616107786512262730'),(8619,'61610778397','100','15','20700','retail','0','2021-01-16 09:44:25','','','','0','Invoice',2855.17,'1380','','','6','','1','2021-01-16 06:46:45','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1189.66','','15.00','0','Inclusive','616107794763262233'),(8620,'41610782877','1','1','320','retail','0','2021-01-16 10:41:47','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','273.50','272.5','Inclusive','416107829560323424'),(8621,'41610782877','2','1','90','retail','0','2021-01-16 10:42:37','','','','0','Cash',12.41,'90','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416107829872223001'),(8622,'41610782877','5','1','110','retail','0','2021-01-16 10:43:08','','','','0','Cash',15.17,'110','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416107830122023238'),(8623,'41610782877','10','1','20','retail','0','2021-01-16 10:43:32','','','','0','Cash',2.76,'20','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','32.00','31','Inclusive','416107830183022832'),(8624,'41610782877','133','1','10','retail','0','2021-01-16 10:43:39','','','','0','Cash',1.38,'10','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416107830260230631'),(8625,'41610782877','23','1','30','retail','0','2021-01-16 10:43:47','','','','0','Cash',4.14,'30','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416107830452240423'),(8626,'41610782877','70','1','50','retail','0','2021-01-16 10:44:05','','','','2','Cash',6.90,'50','','','4','','1','2021-01-16 07:44:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416107830572233262'),(8627,'41610783067','88','5','500','retail','0','2021-01-16 10:44:27','','','','0','Mpesa',68.97,'100','','','4','','1','2021-01-16 07:50:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','685.00','680','Inclusive','416107833013213370'),(8628,'41610783436','15','5','150','retail','0','2021-01-16 10:50:36','','','','0','Mpesa',20.69,'30','','','4','','1','2021-01-16 07:51:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.12','-4.73','Inclusive','416107834763730323'),(8629,'61610779648','325','8','2240','retail','0','2021-01-16 09:47:28','','','','0','Invoice',308.97,'280','','','6','','1','2021-01-16 08:25:38','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','241.38','','34.00','26','Inclusive','616107830616016013'),(8630,'61610779648','352','8','2240','retail','0','2021-01-16 11:06:53','','','','0','Invoice',308.97,'280','','','6','','1','2021-01-16 08:25:38','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','241.38','','12.00','4','Inclusive','616107844531700622'),(8631,'61610779648','353','8','2240','retail','0','2021-01-16 11:07:34','','','','0','Invoice',308.97,'280','','','6','','1','2021-01-16 08:25:38','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','241.38','','13.00','5','Inclusive','616107844870036623'),(8632,'61610779648','327','5','5500','retail','0','2021-01-16 11:17:37','','','','0','Invoice',758.62,'1100','','','6','','1','2021-01-16 08:25:38','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','948.28','','10.00','5','Inclusive','616107854202655230'),(8633,'41610783652','5','3','330','retail','0','2021-01-16 10:54:12','','','','0','Cash',45.52,'110','','','4','','1','2021-01-16 08:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','1.00','-0.5','Inclusive','416107857942313290'),(8634,'41610783652','1','3','960','retail','0','2021-01-16 11:29:55','','','','159.60','Cash',132.41,'320','','','4','','1','2021-01-16 08:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','271.25','268.25','Inclusive','416107858020472203'),(8635,'41610783652','10','3','60','retail','0','2021-01-16 11:30:03','','','','0','Cash',8.28,'20','','','4','','1','2021-01-16 08:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','31.00','28','Inclusive','416107858113228113'),(8636,'41610783652','133','3','30','retail','0','2021-01-16 11:30:12','','','','0','Cash',4.14,'10','','','4','','1','2021-01-16 08:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','1.00','-1.85','Inclusive','416107858337332328'),(8637,'41610783652','15','3','90','retail','0','2021-01-16 11:30:34','','','','0','Cash',12.41,'30','','','4','','1','2021-01-16 08:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416107858501300011'),(8638,'41610783652','70','3','150','retail','0','2021-01-16 11:30:50','','','','2','Cash',20.69,'50','','','4','','1','2021-01-16 08:31:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416107858781288303'),(8639,'61610785562','325','12','3600','retail','0','2021-01-16 11:26:02','','','','0','Invoice',496.55,'300','','','6','','1','2021-01-16 08:38:31','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','26.00','14','Inclusive','616107855905234400'),(8640,'61610786332','325','4','1200','retail','0','2021-01-16 11:38:52','','','','0','Invoice',165.52,'300','','','6','','1','2021-01-16 08:42:54','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','14.00','10','Inclusive','616107863503223230'),(8641,'61610786652','354','6','900','retail','0','2021-01-16 11:46:12','','','','0','Invoice',124.14,'150','','','6','','1','2021-01-16 08:49:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','12.00','6','Inclusive','616107868293022329'),(8642,'61610786652','355','6','600','retail','0','2021-01-16 11:47:09','','','','0','Invoice',82.76,'100','','','6','','1','2021-01-16 08:49:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','86.21','','6.00','0','Inclusive','616107868460632433'),(8643,'61610786652','325','4','1200','retail','0','2021-01-16 11:48:04','','','','0','Invoice',165.52,'300','','','6','','1','2021-01-16 08:49:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','10.00','6','Inclusive','616107869003923323'),(8644,'61610787053','325','5','1500','retail','0','2021-01-16 11:50:53','','','','0','Invoice',206.90,'300','','','6','','1','2021-01-16 08:54:21','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','6.00','1','Inclusive','616107870813877060'),(8645,'61610787053','353','5','1500','retail','0','2021-01-16 11:51:21','','','','0','Invoice',206.90,'300','','','6','','1','2021-01-16 08:54:21','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','5.00','0','Inclusive','616107870952732322'),(8646,'61610787053','354','6','900','retail','0','2021-01-16 11:51:36','','','','0','Invoice',124.14,'150','','','6','','1','2021-01-16 08:54:21','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','6.00','0','Inclusive','616107871186172214'),(8647,'61610787285','328','6','1080','retail','0','2021-01-16 11:54:45','','','','0','Invoice',148.97,'180','','','6','','1','2021-01-16 08:58:28','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','155.17','','9.00','3','Inclusive','616107874283238022'),(8648,'61610787543','356','2','1200','retail','0','2021-01-16 11:59:03','','','','0','Invoice',165.52,'600','','','6','','1','2021-01-16 09:00:56','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','517.24','','2.00','0','Inclusive','616107875662527336'),(8649,'61610787685','100','5','6900','retail','0','2021-01-16 12:06:56','','','','0','Invoice',951.72,'1380','','','6','','1','2021-01-16 09:11:35','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1189.66','','5.00','0','Inclusive','616107881150220220'),(8650,'61610789760','317','4','2400','retail','0','2021-01-16 12:36:00','','','','0','Invoice',331.03,'600','','','6','','1','2021-01-16 09:45:25','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','517.24','','4.00','0','Inclusive','616107901083027002'),(8651,'61610789760','352','4','1200','retail','0','2021-01-16 12:41:49','','','','0','Invoice',165.52,'300','','','6','','1','2021-01-16 09:45:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','4.00','0','Inclusive','616107901280223327'),(8652,'41610789150','10','10','200','retail','0','2021-01-16 12:25:50','','','','0','Cash',27.59,'20','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','28.00','18','Inclusive','416107900110203023'),(8653,'41610789150','133','10','100','retail','0','2021-01-16 12:40:30','','','','0','Cash',13.79,'10','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','10','1.00','-8.5','Inclusive','416107900477101133'),(8654,'41610789150','5','10','1000','retail','0','2021-01-16 12:40:52','','','','0','Cash',137.93,'100','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','2.00','2','Inclusive','416107900693300329'),(8655,'41610789150','1','10','3000','retail','0','2021-01-16 12:41:10','','','','159.60','Cash',413.79,'300','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','258.25','248.25','Inclusive','416107900773003304'),(8656,'41610789150','19','10','200','retail','0','2021-01-16 12:41:17','','','','0','Cash',27.59,'20','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','3.12','3.12','Inclusive','416107900913122072'),(8657,'41610789150','74','10','500','retail','0','2021-01-16 12:49:50','','','','5','Cash',68.97,'50','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','10','0.00','-9.7','Inclusive','416107906971030000'),(8658,'41610789150','9','5','300','retail','0','2021-01-16 12:51:54','','','','0','Cash',41.38,'60','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','5','0.25','-3.5','Inclusive','416107907364330332'),(8659,'41610789150','40','5','300','retail','0','2021-01-16 12:52:16','','','','0','Cash',41.38,'60','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','5','0.00','-2.5','Inclusive','416107907479722401'),(8660,'41610789150','38','5','1650','retail','0','2021-01-16 12:52:28','','','','0','Cash',227.59,'330','','','4','','1','2021-01-16 09:53:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','5','0.00','-2.5','Inclusive','416107907599074223'),(8661,'41610790793','51','5','700','retail','0','2021-01-16 13:05:25','','','','0','Cash',96.55,'140','','','4','','1','2021-01-16 10:08:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','5','55.00','50','Inclusive','416107916790042373'),(8662,'41610950217','38','1','330','retail','0','2021-01-18 09:10:17','','','','0','Cash',45.52,'330','','','4','','1','2021-01-18 06:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416109502324200232'),(8663,'41610950217','40','1','60','retail','0','2021-01-18 09:10:33','','','','0','Cash',8.28,'60','','','4','','1','2021-01-18 06:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416109502444244120'),(8664,'41610950217','9','1','60','retail','0','2021-01-18 09:10:44','','','','0','Cash',8.28,'60','','','4','','1','2021-01-18 06:11:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416109502542032330'),(8665,'41610950961','3','1','170','retail','0','2021-01-18 09:22:54','','','','0','Cash',23.45,'170','','','4','','1','2021-01-18 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416109509852202255'),(8666,'41610950961','6','1','70','retail','0','2021-01-18 09:23:06','','','','0','Cash',9.66,'70','','','4','','1','2021-01-18 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416109509973939922'),(8667,'41610950961','11','1','20','retail','0','2021-01-18 09:23:18','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416109510090512322'),(8668,'41610950961','133','1','10','retail','0','2021-01-18 09:23:30','','','','0','Cash',1.38,'10','','','4','','1','2021-01-18 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416109510620330060'),(8669,'41610950961','19','1','30','retail','0','2021-01-18 09:24:23','','','','0','Cash',4.14,'30','','','4','','1','2021-01-18 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','3.12','2.12','Inclusive','416109510750000223'),(8670,'41610950961','70','1','50','retail','0','2021-01-18 09:24:36','','','','2','Cash',6.90,'50','','','4','','1','2021-01-18 06:25:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109511081322202'),(8671,'41610951157','161','1','60','retail','0','2021-01-18 09:25:57','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-18 06:29:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1505.00','1504','Inclusive','416109513542511413'),(8672,'41610951384','161','4','240','retail','0','2021-01-18 09:29:45','','','','0','Mpesa',33.10,'60','','','4','','1','2021-01-18 06:30:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1504.00','1500','Inclusive','416109513930333000'),(8673,'61610951458','326','2','3600','retail','0','2021-01-18 10:15:07','','','','0','Invoice',496.55,'1800','','','6','','1','2021-01-18 07:59:51','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1551.72','','16.00','14','Inclusive','616109541292203336'),(8674,'61610951458','327','5','6000','retail','0','2021-01-18 10:54:52','','','','0','Invoice',827.59,'1200','','','6','','1','2021-01-18 07:59:51','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1034.48','','5.00','0','Inclusive','616109565026306333'),(8675,'61610956852','326','5','9500','retail','0','2021-01-18 11:00:52','','','','0','Invoice',1310.34,'1900','','','6','','1','2021-01-18 08:09:38','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','14.00','9','Inclusive','616109568763342083'),(8676,'61610957403','326','1','1900','retail','0','2021-01-18 11:10:04','','','','0','Invoice',262.07,'1900','','','6','','1','2021-01-18 08:18:35','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','9.00','8','Inclusive','616109574161112310'),(8677,'41610951422','1','1','320','retail','0','2021-01-18 09:57:22','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-18 08:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','247.75','246.75','Inclusive','416109582109200130'),(8678,'41610951422','5','1','110','retail','0','2021-01-18 11:23:31','','','','0','Cash',15.17,'110','','','4','','1','2021-01-18 08:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','2.00','1','Inclusive','416109582433842290'),(8679,'41610951422','10','1','20','retail','0','2021-01-18 11:24:04','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 08:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','67.50','66.5','Inclusive','416109582579324612'),(8680,'41610951422','19','1','30','retail','0','2021-01-18 11:24:17','','','','0','Cash',4.14,'30','','','4','','1','2021-01-18 08:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','2.12','1.12','Inclusive','416109582633200600'),(8681,'41610951422','70','1','50','retail','0','2021-01-18 11:24:23','','','','2','Cash',6.90,'50','','','4','','1','2021-01-18 08:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109582710804051'),(8682,'41610951422','133','1','10','retail','0','2021-01-18 11:24:31','','','','0','Cash',1.38,'10','','','4','','1','2021-01-18 08:24:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416109582772203228'),(8683,'41610958290','1','1','320','retail','0','2021-01-18 11:24:50','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-18 08:25:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','246.75','245.75','Inclusive','416109583010335232'),(8684,'41610958290','5','1','110','retail','0','2021-01-18 11:25:02','','','','0','Cash',15.17,'110','','','4','','1','2021-01-18 08:25:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416109583102010260'),(8685,'41610958290','133','1','10','retail','0','2021-01-18 11:25:10','','','','0','Cash',1.38,'10','','','4','','1','2021-01-18 08:25:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416109583162801233'),(8686,'41610958290','10','1','20','retail','0','2021-01-18 11:25:17','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 08:25:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','66.50','65.5','Inclusive','416109583243222202'),(8687,'41610958290','19','1','30','retail','0','2021-01-18 11:25:25','','','','0','Cash',4.14,'30','','','4','','1','2021-01-18 08:25:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416109583333220120'),(8688,'41610958290','70','1','50','retail','0','2021-01-18 11:25:34','','','','2','Cash',6.90,'50','','','4','','1','2021-01-18 08:25:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109583423230062'),(8689,'61610957931','194','12','8760','retail','0','2021-01-18 11:18:51','','','','0','Invoice',1208.28,'730','','','6','','1','2021-01-18 08:28:49','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','629.31','','413.00','401','Inclusive','616109579459332430'),(8690,'61610957931','98','12','3960','retail','0','2021-01-18 11:19:06','','','','0','Invoice',546.21,'330','','','6','','1','2021-01-18 08:28:49','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','284.48','','547.00','535','Inclusive','616109579792200939'),(8691,'61610957931','195','12','2400','retail','0','2021-01-18 11:19:40','','','','0','Invoice',331.03,'200','','','6','','1','2021-01-18 08:28:49','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','172.41','','267.00','255','Inclusive','616109579922261152'),(8692,'61610957931','100','12','16560','retail','0','2021-01-18 11:25:43','','','','0','Invoice',2284.14,'1380','','','6','','1','2021-01-18 08:28:49','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1189.66','','12.00','0','Inclusive','616109584073232050'),(8693,'41610958349','1','1','320','retail','0','2021-01-18 11:25:49','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','245.75','244.75','Inclusive','416109593703993312'),(8694,'41610958349','2','1','90','retail','0','2021-01-18 11:42:51','','','','0','Cash',12.41,'90','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416109593854293034'),(8695,'41610958349','10','1','20','retail','0','2021-01-18 11:43:07','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','65.50','64.5','Inclusive','416109594002212220'),(8696,'41610958349','33','1','130','retail','0','2021-01-18 11:43:21','','','','0','Cash',17.93,'130','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416109594150343036'),(8697,'41610958349','48','1','60','retail','0','2021-01-18 11:43:35','','','','0','Cash',8.28,'60','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416109594303943943'),(8698,'41610958349','70','1','50','retail','0','2021-01-18 11:43:51','','','','2','Cash',6.90,'50','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109594470090042'),(8699,'41610958349','27','1','30','retail','0','2021-01-18 11:44:07','','','','0','Cash',4.14,'30','','','4','','1','2021-01-18 08:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416109594553230350'),(8700,'41610959726','1','1','320','retail','0','2021-01-18 12:23:37','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-18 09:25:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','244.50','243.5','Inclusive','416109618432301260'),(8701,'41610959726','5','1','110','retail','0','2021-01-18 12:24:04','','','','0','Cash',15.17,'110','','','4','','1','2021-01-18 09:25:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416109618606362366'),(8702,'41610959726','10','1','20','retail','0','2021-01-18 12:24:21','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 09:25:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','64.50','63.5','Inclusive','416109618748244248'),(8703,'41610959726','70','1','50','retail','0','2021-01-18 12:24:35','','','','2','Cash',6.90,'50','','','4','','1','2021-01-18 09:25:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109618872123214'),(8704,'41610959726','133','1','10','retail','0','2021-01-18 12:24:47','','','','0','Cash',1.38,'10','','','4','','1','2021-01-18 09:25:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416109618952330022'),(8705,'41610962911','1','1','320','retail','0','2021-01-18 12:41:51','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-18 11:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','243.50','242.5','Inclusive','416109685760363633'),(8706,'41610962911','5','1','110','retail','0','2021-01-18 14:16:18','','','','0','Cash',15.17,'110','','','4','','1','2021-01-18 11:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416109686190963360'),(8707,'41610962911','10','1','20','retail','0','2021-01-18 14:17:00','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 11:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','63.50','62.5','Inclusive','416109686268463131'),(8708,'41610962911','74','1','50','retail','0','2021-01-18 14:17:07','','','','5','Cash',6.90,'50','','','4','','1','2021-01-18 11:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109686352432631'),(8709,'41610962911','15','1','30','retail','0','2021-01-18 14:17:16','','','','0','Cash',4.14,'30','','','4','','1','2021-01-18 11:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','2.12','1.12','Inclusive','416109686433423033'),(8710,'41610962911','133','1','10','retail','0','2021-01-18 14:17:24','','','','0','Cash',1.38,'10','','','4','','1','2021-01-18 11:17:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416109686510226316'),(8711,'41610968658','1','1','320','retail','0','2021-01-18 14:17:38','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-18 11:30:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','242.50','241.5','Inclusive','416109693912632099'),(8712,'41610968658','5','1','110','retail','0','2021-01-18 14:29:52','','','','0','Cash',15.17,'110','','','4','','1','2021-01-18 11:30:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416109694112064342'),(8713,'41610968658','10','1','20','retail','0','2021-01-18 14:30:11','','','','0','Cash',2.76,'20','','','4','','1','2021-01-18 11:30:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','62.50','61.5','Inclusive','416109694183361330'),(8714,'41610968658','133','1','10','retail','0','2021-01-18 14:30:18','','','','0','Cash',1.38,'10','','','4','','1','2021-01-18 11:30:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416109694244393339'),(8715,'41610968658','15','1','30','retail','0','2021-01-18 14:30:25','','','','0','Cash',4.14,'30','','','4','','1','2021-01-18 11:30:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416109694320362962'),(8716,'41610968658','70','1','50','retail','0','2021-01-18 14:30:32','','','','2','Cash',6.90,'50','','','4','','1','2021-01-18 11:30:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109694403200633'),(8717,'41610969446','1','1','320','retail','0','2021-01-18 15:31:56','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-18 12:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','241.50','240.5','Inclusive','416109733370210336'),(8718,'41610969446','5','1','110','retail','0','2021-01-18 15:35:38','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-18 12:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416109733442322034'),(8719,'41610969446','10','1','20','retail','0','2021-01-18 15:35:45','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-18 12:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','61.50','60.5','Inclusive','416109733513223632'),(8720,'41610969446','133','1','10','retail','0','2021-01-18 15:35:51','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-18 12:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416109733684409388'),(8721,'41610969446','23','1','30','retail','0','2021-01-18 15:36:09','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-18 12:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416109733776321277'),(8722,'41610969446','70','1','50','retail','0','2021-01-18 15:36:17','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-18 12:36:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416109733883208102'),(8723,'41610973400','97','5','500','retail','0','2021-01-18 15:36:40','','','','0','Cash',68.97,'100','','','4','','1','2021-01-18 12:47:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','31.00','26','Inclusive','416109740654039303'),(8724,'41610978565','195','150','28500','retail','0','2021-01-18 17:02:45','','','','0','Mpesa',3931.03,'190','','','4','','1','2021-01-18 14:09:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','163.79','','161.00','11','Inclusive','416109789248024329'),(8725,'41610978565','276','150','0','retail','0','2021-01-18 17:08:55','','','','0','Mpesa',0.00,'0','','','4','','1','2021-01-18 14:09:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','150','270.00','120','Inclusive','416109789463206233'),(8726,'41610978565','284','150','0','retail','0','2021-01-18 17:09:06','','','','0','Mpesa',0.00,'0','','','4','','1','2021-01-18 14:09:30','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','150','151.00','1','Inclusive','416109789613004098'),(8727,'41611036439','1','1','320','retail','0','2021-01-19 09:07:19','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','240.50','239.5','Inclusive','416110364570433240'),(8728,'41611036439','5','1','110','retail','0','2021-01-19 09:07:38','','','','0','Cash',15.17,'110','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416110364683632300'),(8729,'41611036439','133','1','10','retail','0','2021-01-19 09:07:49','','','','0','Cash',1.38,'10','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416110364770067032'),(8730,'41611036439','10','1','20','retail','0','2021-01-19 09:07:58','','','','0','Cash',2.76,'20','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','60.50','59.5','Inclusive','416110364862412006'),(8731,'41611036439','70','1','50','retail','0','2021-01-19 09:08:07','','','','2','Cash',6.90,'50','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110365073062120'),(8732,'41611036439','23','1','30','retail','0','2021-01-19 09:08:39','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416110365272261027'),(8733,'41611036439','8','1','100','retail','0','2021-01-19 09:08:48','','','','0','Cash',13.79,'100','','','4','','1','2021-01-19 06:09:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','0.00','-0.5','Inclusive','416110365483332333'),(8734,'41611036555','10','2','40','retail','0','2021-01-19 09:11:46','','','','0','Cash',5.52,'20','','','4','','1','2021-01-19 06:20:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','59.50','57.5','Inclusive','416110367113002371'),(8735,'41611036555','5','1','110','retail','0','2021-01-19 09:18:13','','','','0','Cash',15.17,'110','','','4','','1','2021-01-19 06:20:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416110371022273023'),(8736,'41611036555','3','1','160','retail','0','2021-01-19 09:18:23','','','','0','Cash',22.07,'160','','','4','','1','2021-01-19 06:20:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416110371101036421'),(8737,'41611036555','15','1','30','retail','0','2021-01-19 09:18:30','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 06:20:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110371327042242'),(8738,'41611036555','70','1','50','retail','0','2021-01-19 09:19:39','','','','2','Cash',6.90,'50','','','4','','1','2021-01-19 06:20:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110372113322111'),(8739,'41611037218','1','5','1600','retail','0','2021-01-19 09:20:19','','','','159.60','Cash',220.69,'320','','','4','','1','2021-01-19 06:22:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','239.00','234','Inclusive','416110372989203332'),(8740,'41611037218','5','5','550','retail','0','2021-01-19 09:21:38','','','','0','Cash',75.86,'110','','','4','','1','2021-01-19 06:22:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','0.00','-2.5','Inclusive','416110373053031020'),(8741,'41611037218','10','5','100','retail','0','2021-01-19 09:21:45','','','','0','Cash',13.79,'20','','','4','','1','2021-01-19 06:22:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','57.50','52.5','Inclusive','416110373202233321'),(8742,'41611037218','133','5','50','retail','0','2021-01-19 09:22:01','','','','0','Cash',6.90,'10','','','4','','1','2021-01-19 06:22:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416110373303332333'),(8743,'41611037218','19','5','150','retail','0','2021-01-19 09:22:10','','','','0','Cash',20.69,'30','','','4','','1','2021-01-19 06:22:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.12','-4.73','Inclusive','416110373383372133'),(8744,'41611037218','70','5','250','retail','0','2021-01-19 09:22:19','','','','2','Cash',34.48,'50','','','4','','1','2021-01-19 06:22:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416110373530102407'),(8745,'41611037359','1','1','320','retail','0','2021-01-19 09:22:39','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-19 06:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','234.00','233','Inclusive','416110373883230131'),(8746,'41611037359','5','1','110','retail','0','2021-01-19 09:23:09','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-19 06:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416110373953232393'),(8747,'41611037359','19','1','30','retail','0','2021-01-19 09:23:15','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-19 06:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110374003062671'),(8748,'41611037359','70','1','50','retail','0','2021-01-19 09:23:21','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-19 06:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110374072077332'),(8749,'41611037359','133','1','10','retail','0','2021-01-19 09:23:28','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-19 06:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416110374144103220'),(8750,'41611037359','10','1','20','retail','0','2021-01-19 09:23:35','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 06:25:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','52.50','51.5','Inclusive','416110374233303470'),(8751,'41611037524','1','1','320','retail','0','2021-01-19 09:25:24','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-19 06:53:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','233.00','232','Inclusive','416110391623032902'),(8752,'41611037524','5','1','110','retail','0','2021-01-19 09:52:42','','','','0','Cash',15.17,'110','','','4','','1','2021-01-19 06:53:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416110391692232123'),(8753,'41611037524','10','1','20','retail','0','2021-01-19 09:52:49','','','','0','Cash',2.76,'20','','','4','','1','2021-01-19 06:53:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','51.50','50.5','Inclusive','416110391814039311'),(8754,'41611037524','133','1','10','retail','0','2021-01-19 09:53:02','','','','0','Cash',1.38,'10','','','4','','1','2021-01-19 06:53:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416110391880222280'),(8755,'41611037524','15','1','30','retail','0','2021-01-19 09:53:09','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 06:53:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110391954230331'),(8756,'41611037524','70','1','50','retail','0','2021-01-19 09:53:15','','','','2','Cash',6.90,'50','','','4','','1','2021-01-19 06:53:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110392033032234'),(8757,'41611039578','1','1','320','retail','0','2021-01-19 09:59:39','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-19 07:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','232.00','231','Inclusive','416110395853502052'),(8758,'41611039578','5','1','110','retail','0','2021-01-19 09:59:46','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-19 07:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416110395912912032'),(8759,'41611039578','10','1','20','retail','0','2021-01-19 09:59:52','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 07:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','50.50','49.5','Inclusive','416110396080300322'),(8760,'41611039578','133','1','10','retail','0','2021-01-19 10:00:08','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-19 07:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416110396150062423'),(8761,'41611039578','19','1','30','retail','0','2021-01-19 10:00:16','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-19 07:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110396242361600'),(8762,'41611039578','70','1','50','retail','0','2021-01-19 10:00:25','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-19 07:00:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110396340212212'),(8763,'41611040431','2','1','90','retail','0','2021-01-19 10:13:51','','','','0','Mpesa',12.41,'90','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416110404432300432'),(8764,'41611040431','11','1','20','retail','0','2021-01-19 10:14:04','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416110404490113409'),(8765,'41611040431','50','1','210','retail','0','2021-01-19 10:14:10','','','','0','Mpesa',28.97,'210','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416110404696034200'),(8766,'41611040431','55','1','50','retail','0','2021-01-19 10:14:30','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416110404813323200'),(8767,'41611040431','23','1','30','retail','0','2021-01-19 10:14:41','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416110404931232023'),(8768,'41611040431','71','0.05','100','retail','0','2021-01-19 10:18:35','','','','0','Mpesa',13.79,'2000','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.80','0.75','Inclusive','416110407294316241'),(8769,'41611040431','38','1','330','retail','0','2021-01-19 10:19:00','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','1.00','0','Inclusive','416110407513231113'),(8770,'41611040431','40','1','60','retail','0','2021-01-19 10:19:11','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.00','0','Inclusive','416110407570302037'),(8771,'41611040431','9','1','60','retail','0','2021-01-19 10:19:18','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 07:19:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416110407670422023'),(8772,'41611049081','3','1','170','retail','0','2021-01-19 12:38:01','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-19 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416110490900209039'),(8773,'41611049081','133','1','10','retail','0','2021-01-19 12:38:18','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-19 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416110491054300203'),(8774,'41611049081','11','1','20','retail','0','2021-01-19 12:38:26','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416110491174422222'),(8775,'41611049081','6','1','70','retail','0','2021-01-19 12:38:47','','','','0','Mpesa',9.66,'70','','','4','','1','2021-01-19 09:42:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416110491399023643'),(8776,'41611049376','3','1','160','retail','0','2021-01-19 12:42:56','','','','0','Mpesa',22.07,'160','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416110495581093122'),(8777,'41611049376','2','1','90','retail','0','2021-01-19 12:45:58','','','','0','Mpesa',12.41,'90','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416110495763103112'),(8778,'41611049376','139','1','50','retail','0','2021-01-19 12:46:16','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416110495850926231'),(8779,'41611049376','137','1','50','retail','0','2021-01-19 12:46:26','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416110495921251233'),(8780,'41611049376','138','1','50','retail','0','2021-01-19 12:46:33','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416110495993309333'),(8781,'41611049376','11','1','20','retail','0','2021-01-19 12:46:40','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416110496162263449'),(8782,'41611049376','27','1','30','retail','0','2021-01-19 12:46:57','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416110496236302232'),(8783,'41611049376','3','1','170','retail','0','2021-01-19 12:47:04','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416110497054230223'),(8784,'41611049376','11','1','20','retail','0','2021-01-19 12:48:26','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416110497173040620'),(8785,'41611049376','49','1','420','retail','0','2021-01-19 12:48:37','','','','0','Mpesa',57.93,'420','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','1','35.00','34','Inclusive','416110497233333147'),(8786,'41611049376','55','1','60','retail','0','2021-01-19 12:48:44','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416110497322192733'),(8787,'41611049376','23','1','30','retail','0','2021-01-19 12:48:53','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416110497410221032'),(8788,'41611049376','38','1','330','retail','0','2021-01-19 12:49:25','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416110497754052230'),(8789,'41611049376','9','1','60','retail','0','2021-01-19 12:49:36','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416110497876404017'),(8790,'41611049376','9','1','60','retail','0','2021-01-19 12:49:47','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 09:50:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416110497954039493'),(8791,'41611049809','3','1','170','retail','0','2021-01-19 12:50:09','','','','0','Cash',23.45,'170','','','4','','1','2021-01-19 10:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416110513510202030'),(8792,'41611049809','6','1','70','retail','0','2021-01-19 13:15:52','','','','0','Cash',9.66,'70','','','4','','1','2021-01-19 10:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416110513622302124'),(8793,'41611049809','11','1','20','retail','0','2021-01-19 13:16:03','','','','0','Cash',2.76,'20','','','4','','1','2021-01-19 10:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416110513692023313'),(8794,'41611049809','133','1','10','retail','0','2021-01-19 13:16:10','','','','0','Cash',1.38,'10','','','4','','1','2021-01-19 10:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416110513972125401'),(8795,'41611049809','23','1','30','retail','0','2021-01-19 13:16:37','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 10:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416110514100626312'),(8796,'41611049809','169','1','50','retail','0','2021-01-19 13:16:50','','','','0','Cash',6.90,'50','','','4','','1','2021-01-19 10:17:08','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110514170002021'),(8797,'41611051430','1','1','320','retail','0','2021-01-19 13:17:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-19 10:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','228.00','227','Inclusive','416110515415333314'),(8798,'41611051430','4','1','220','retail','0','2021-01-19 13:19:02','','','','0','Cash',30.34,'220','','','4','','1','2021-01-19 10:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','100.75','99.75','Inclusive','416110515510305021'),(8799,'41611051430','10','1','20','retail','0','2021-01-19 13:19:12','','','','0','Cash',2.76,'20','','','4','','1','2021-01-19 10:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','48.00','47','Inclusive','416110515573323024'),(8800,'41611051430','133','2','20','retail','0','2021-01-19 13:19:17','','','','0','Cash',2.76,'10','','','4','','1','2021-01-19 10:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416110515634403303'),(8801,'41611051430','15','1','30','retail','0','2021-01-19 13:19:24','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 10:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110515733345233'),(8802,'41611051690','1','1','320','retail','0','2021-01-19 13:21:30','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','227.00','226','Inclusive','416110556485416134'),(8803,'41611051690','3','1','160','retail','0','2021-01-19 14:27:28','','','','0','Mpesa',22.07,'160','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416110556555615320'),(8804,'41611051690','10','1','20','retail','0','2021-01-19 14:27:35','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','47.00','46','Inclusive','416110556703320160'),(8805,'41611051690','33','1','130','retail','0','2021-01-19 14:27:50','','','','0','Mpesa',17.93,'130','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416110556893926360'),(8806,'41611051690','48','1','60','retail','0','2021-01-19 14:28:09','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416110556962103330'),(8807,'41611051690','36','1','130','retail','0','2021-01-19 14:28:17','','','','0','Mpesa',17.93,'130','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416110557033023022'),(8808,'41611051690','27','1','30','retail','0','2021-01-19 14:28:24','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416110557123453125'),(8809,'41611051690','70','1','50','retail','0','2021-01-19 14:28:33','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110557192431333'),(8810,'41611051690','38','1','330','retail','0','2021-01-19 14:28:40','','','','0','Mpesa',45.52,'330','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416110557430612274'),(8811,'41611051690','40','1','60','retail','0','2021-01-19 14:29:03','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416110557482053302'),(8812,'41611051690','9','1','60','retail','0','2021-01-19 14:29:09','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-19 11:29:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416110557562111162'),(8813,'41611055764','1','2','640','retail','0','2021-01-19 14:29:24','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','225.50','223.5','Inclusive','416110568043223132'),(8814,'41611055764','10','2','40','retail','0','2021-01-19 14:46:45','','','','0','Mpesa',5.52,'20','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','46.00','44','Inclusive','416110568110536312'),(8815,'41611055764','133','2','20','retail','0','2021-01-19 14:46:52','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416110568172822211'),(8816,'41611055764','5','2','220','retail','0','2021-01-19 14:46:58','','','','0','Mpesa',30.34,'110','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416110568706423062'),(8817,'41611055764','15','2','60','retail','0','2021-01-19 14:47:50','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416110568854023203'),(8818,'41611055764','74','2','100','retail','0','2021-01-19 14:48:06','','','','5','Mpesa',13.79,'50','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','1.00','-0.94','Inclusive','416110568943322823'),(8819,'41611055764','133','2','20','retail','0','2021-01-19 14:48:15','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-19 11:50:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416110569032339633'),(8820,'41611057986','85','1','120','retail','0','2021-01-19 15:06:26','','','','0','Cash',16.55,'120','','','4','','1','2021-01-19 12:06:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','603.50','602.5','Inclusive','416110579932963024'),(8821,'41611058002','1','1','300','retail','0','2021-01-19 15:06:42','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-19 12:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','223.50','222.5','Inclusive','416110580790643862'),(8822,'41611058002','4','1','200','retail','0','2021-01-19 15:08:29','','','','0','Cash',27.59,'200','','','4','','1','2021-01-19 12:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','98.25','97.25','Inclusive','416110581152100322'),(8823,'41611058002','10','1','20','retail','0','2021-01-19 15:08:44','','','','0','Cash',2.76,'20','','','4','','1','2021-01-19 12:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','44.00','43','Inclusive','416110581310420144'),(8824,'41611058002','133','2','20','retail','0','2021-01-19 15:08:51','','','','0','Cash',2.76,'10','','','4','','1','2021-01-19 12:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','1.00','-0.9','Inclusive','416110581461023223'),(8825,'41611058002','19','1','30','retail','0','2021-01-19 15:09:06','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 12:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110581541032221'),(8826,'41611058002','70','1','50','retail','0','2021-01-19 15:09:14','','','','2','Cash',6.90,'50','','','4','','1','2021-01-19 12:09:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110581601450203'),(8827,'41611058166','85','5','500','retail','0','2021-01-19 15:09:26','','','','0','Cash',68.97,'100','','','4','','1','2021-01-19 12:10:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','602.50','597.5','Inclusive','416110582273041132'),(8828,'41611058239','1','1','320','retail','0','2021-01-19 15:10:39','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-19 12:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','222.50','221.5','Inclusive','416110582633338323'),(8829,'41611058239','5','1','110','retail','0','2021-01-19 15:11:03','','','','0','Cash',15.17,'110','','','4','','1','2021-01-19 12:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416110582702413231'),(8830,'41611058239','10','1','20','retail','0','2021-01-19 15:11:10','','','','0','Cash',2.76,'20','','','4','','1','2021-01-19 12:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','43.00','42','Inclusive','416110582770024833'),(8831,'41611058239','15','1','30','retail','0','2021-01-19 15:11:18','','','','0','Cash',4.14,'30','','','4','','1','2021-01-19 12:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416110582871372850'),(8832,'41611058239','70','1','50','retail','0','2021-01-19 15:11:27','','','','2','Cash',6.90,'50','','','4','','1','2021-01-19 12:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416110582972032242'),(8833,'41611058239','137','1','50','retail','0','2021-01-19 15:11:38','','','','0','Cash',6.90,'50','','','4','','1','2021-01-19 12:11:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416110583060002313'),(8834,'41611058312','1','3','960','retail','0','2021-01-19 15:11:52','','','','159.60','Mpesa',132.41,'320','','','4','','1','2021-01-19 12:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','221.50','218.5','Inclusive','416110583500282332'),(8835,'41611058312','5','3','330','retail','0','2021-01-19 15:12:30','','','','0','Mpesa',45.52,'110','','','4','','1','2021-01-19 12:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416110583573623003'),(8836,'41611058312','10','3','60','retail','0','2021-01-19 15:12:37','','','','0','Mpesa',8.28,'20','','','4','','1','2021-01-19 12:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','42.00','39','Inclusive','416110583631000132'),(8837,'41611058312','133','3','30','retail','0','2021-01-19 15:12:44','','','','0','Mpesa',4.14,'10','','','4','','1','2021-01-19 12:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','1.00','-1.85','Inclusive','416110583748318738'),(8838,'41611058312','15','3','90','retail','0','2021-01-19 15:12:55','','','','0','Mpesa',12.41,'30','','','4','','1','2021-01-19 12:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416110583830388001'),(8839,'41611058312','70','3','150','retail','0','2021-01-19 15:13:04','','','','2','Mpesa',20.69,'50','','','4','','1','2021-01-19 12:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416110583922500040'),(8840,'41611058401','38','3','990','retail','0','2021-01-19 15:13:21','','','','0','Mpesa',136.55,'330','','','4','','1','2021-01-19 12:14:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','3','0.00','-1.5','Inclusive','416110584220203022'),(8841,'41611058401','40','3','180','retail','0','2021-01-19 15:13:42','','','','0','Mpesa',24.83,'60','','','4','','1','2021-01-19 12:14:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','3','0.00','-1.5','Inclusive','416110584332002346'),(8842,'41611058401','9','3','180','retail','0','2021-01-19 15:13:54','','','','0','Mpesa',24.83,'60','','','4','','1','2021-01-19 12:14:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','3','0.25','-2','Inclusive','416110584492319231'),(8843,'41611058457','59','0.25','100','retail','0','2021-01-19 15:14:17','','','','0','Cash',13.79,'400','','','4','','1','2021-01-19 12:35:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','4.00','3.75','Inclusive','416110595993924390'),(8844,'61611059830','100','40','55200','retail','0','2021-01-19 15:37:10','','','','0','Invoice',7613.79,'1380','','','6','','1','2021-01-22 12:50:37','1','1','returned','2','new','pcs','','2021-01-22 15:50:37','8','yes','','0','','','VATABLE','1189.66','','60.00','20','Inclusive','616110598522242210'),(8845,'61611059830','194','50','36500','retail','0','2021-01-19 15:37:33','','','','0','Invoice',5034.48,'730','','','6','','1','2021-01-22 12:51:48','1','1','returned','2','new','pcs','','2021-01-22 15:51:48','8','yes','','0','','','VATABLE','629.31','','351.00','301','Inclusive','616110598681222113'),(8846,'61611059830','309','24','6000','retail','0','2021-01-19 15:38:21','','','','0','Invoice',827.59,'250','','','6','','1','2021-01-22 12:51:51','1','1','returned','2','new','pc','','2021-01-22 15:51:51','8','yes','','0','','','VATABLE','215.52','','67.00','43','Inclusive','616110599919926522'),(8847,'61611059830','310','48','7200','retail','0','2021-01-19 15:39:52','','','','0','Invoice',993.10,'150','','','6','','1','2021-01-22 12:51:54','1','1','returned','2','new','pc','','2021-01-22 15:51:54','8','yes','','0','','','VATABLE','129.31','','192.00','144','Inclusive','616110600113034103'),(8848,'61611060130','100','20','28000','retail','0','2021-01-19 15:42:10','','','','0','Invoice',3862.07,'1400','','','6','','1','2021-01-19 12:43:55','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','20.00','0','Inclusive','616110601493320632'),(8849,'61611060130','194','6','4380','retail','0','2021-01-19 15:42:30','','','','0','Invoice',604.14,'730','','','6','','1','2021-01-19 12:43:55','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','629.31','','301.00','295','Inclusive','616110601602101100'),(8850,'61611060644','309','5','1250','retail','0','2021-01-19 15:50:44','','','','0','Invoice',172.41,'250','','','6','','1','2021-01-19 12:51:42','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','215.52','','43.00','38','Inclusive','616110606596322229'),(8851,'41611125130','161','5','250','retail','0','2021-01-20 09:45:30','','','','0','Cash',34.48,'50','','','4','','1','2021-01-20 07:03:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','1500.00','1495','Inclusive','416111261741713422'),(8852,'41611126208','1','1','320','retail','0','2021-01-20 10:03:28','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-20 09:16:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','218.50','217.5','Inclusive','416111331371132210'),(8853,'41611126208','5','1','110','retail','0','2021-01-20 11:58:58','','','','0','Cash',15.17,'110','','','4','','1','2021-01-20 09:16:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416111331493422330'),(8854,'41611126208','10','1','20','retail','0','2021-01-20 11:59:10','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 09:16:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','39.00','38','Inclusive','416111332414113234'),(8855,'41611126208','133','1','10','retail','0','2021-01-20 12:00:55','','','','0','Cash',1.38,'10','','','4','','1','2021-01-20 09:16:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416111332712341432'),(8856,'41611126208','2','1','90','retail','0','2021-01-20 12:02:37','','','','0','Cash',12.41,'90','','','4','','1','2021-01-20 09:16:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416111341969133300'),(8857,'41611134207','1','1','320','retail','0','2021-01-20 12:16:48','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-20 09:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','219.25','218.25','Inclusive','416111344973401410'),(8858,'41611134207','5','1','110','retail','0','2021-01-20 12:21:38','','','','0','Cash',15.17,'110','','','4','','1','2021-01-20 09:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416111345100302333'),(8859,'41611134207','10','1','20','retail','0','2021-01-20 12:21:50','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 09:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','38.00','37','Inclusive','416111345174313223'),(8860,'41611134207','133','1','10','retail','0','2021-01-20 12:21:57','','','','0','Cash',1.38,'10','','','4','','1','2021-01-20 09:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416111345244332132'),(8861,'41611134207','15','1','30','retail','0','2021-01-20 12:22:05','','','','0','Cash',4.14,'30','','','4','','1','2021-01-20 09:23:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416111345666332020'),(8862,'41611134588','70','1','50','retail','0','2021-01-20 12:23:08','','','','2','Cash',6.90,'50','','','4','','1','2021-01-20 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416111345983042223'),(8863,'41611134605','3','1','160','retail','0','2021-01-20 12:24:57','','','','0','Cash',22.07,'160','','','4','','1','2021-01-20 09:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416111348133401203'),(8864,'41611134605','2','1','90','retail','0','2021-01-20 12:26:54','','','','0','Cash',12.41,'90','','','4','','1','2021-01-20 09:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416111348222022423'),(8865,'41611134605','11','1','20','retail','0','2021-01-20 12:27:03','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 09:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416111348303123430'),(8866,'41611134605','137','1','50','retail','0','2021-01-20 12:27:11','','','','0','Cash',6.90,'50','','','4','','1','2021-01-20 09:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416111348401232034'),(8867,'41611134605','139','1','50','retail','0','2021-01-20 12:27:20','','','','0','Cash',6.90,'50','','','4','','1','2021-01-20 09:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416111348472341301'),(8868,'41611134605','138','1','50','retail','0','2021-01-20 12:27:27','','','','0','Cash',6.90,'50','','','4','','1','2021-01-20 09:27:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416111348561022142'),(8869,'41611134865','3','1','160','retail','0','2021-01-20 12:27:45','','','','0','Cash',22.07,'160','','','4','','1','2021-01-20 09:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416111348912103803'),(8870,'41611134865','2','1','90','retail','0','2021-01-20 12:28:11','','','','0','Cash',12.41,'90','','','4','','1','2021-01-20 09:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416111348984828216'),(8871,'41611134865','11','1','20','retail','0','2021-01-20 12:28:18','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 09:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416111349053310050'),(8872,'41611134865','137','1','50','retail','0','2021-01-20 12:28:25','','','','0','Cash',6.90,'50','','','4','','1','2021-01-20 09:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416111349119424339'),(8873,'41611134865','139','1','50','retail','0','2021-01-20 12:28:32','','','','0','Cash',6.90,'50','','','4','','1','2021-01-20 09:28:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416111349181301339'),(8874,'41611134926','2','1','90','retail','0','2021-01-20 12:28:46','','','','0','Cash',12.41,'90','','','4','','1','2021-01-20 09:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416111349541133032'),(8875,'41611134926','3','1','160','retail','0','2021-01-20 12:29:14','','','','0','Cash',22.07,'160','','','4','','1','2021-01-20 09:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416111349616422366'),(8876,'41611134926','11','1','20','retail','0','2021-01-20 12:29:21','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 09:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416111349680132230'),(8877,'41611134926','137','1','50','retail','0','2021-01-20 12:29:29','','','','0','Cash',6.90,'50','','','4','','1','2021-01-20 09:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416111349781343030'),(8878,'41611134987','38','2','660','retail','0','2021-01-20 12:29:47','','','','0','Cash',91.03,'330','','','4','','1','2021-01-20 09:30:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','2','0.00','-1','Inclusive','416111350122300240'),(8879,'41611134987','9','2','120','retail','0','2021-01-20 12:30:13','','','','0','Cash',16.55,'60','','','4','','1','2021-01-20 09:30:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.25','-1.25','Inclusive','416111350252132422'),(8880,'41611134987','40','2','120','retail','0','2021-01-20 12:30:25','','','','0','Cash',16.55,'60','','','4','','1','2021-01-20 09:30:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.00','-1','Inclusive','416111350330221314'),(8881,'41611135039','65','1','490','retail','0','2021-01-20 12:32:39','','','','0','Cash',67.59,'490','','','4','','1','2021-01-20 09:33:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','422.41','','0','0','Inclusive','416111351692300124'),(8882,'41611135202','3','1','170','retail','0','2021-01-20 12:33:22','','','','0','Cash',23.45,'170','','','4','','1','2021-01-20 09:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416111357411617312'),(8883,'41611135202','6','1','70','retail','0','2021-01-20 12:42:22','','','','0','Cash',9.66,'70','','','4','','1','2021-01-20 09:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416111357500021222'),(8884,'41611135202','11','1','20','retail','0','2021-01-20 12:42:30','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 09:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416111357583502033'),(8885,'41611135202','133','1','10','retail','0','2021-01-20 12:42:39','','','','0','Cash',1.38,'10','','','4','','1','2021-01-20 09:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416111357674110570'),(8886,'41611135202','19','1','30','retail','0','2021-01-20 12:42:47','','','','0','Cash',4.14,'30','','','4','','1','2021-01-20 09:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416111357772260332'),(8887,'41611135202','70','1','50','retail','0','2021-01-20 12:42:58','','','','2','Cash',6.90,'50','','','4','','1','2021-01-20 09:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416111357852513082'),(8888,'41611136876','85','1','120','retail','0','2021-01-20 13:01:16','','','','0','Cash',16.55,'120','','','4','','1','2021-01-20 10:01:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','597.50','596.5','Inclusive','416111368884882283'),(8889,'41611136894','3','1','170','retail','0','2021-01-20 13:01:34','','','','0','Cash',23.45,'170','','','4','','1','2021-01-20 10:34:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416111387942020423'),(8890,'41611136894','6','1','70','retail','0','2021-01-20 13:33:15','','','','0','Cash',9.66,'70','','','4','','1','2021-01-20 10:34:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416111388092103393'),(8891,'41611136894','11','1','20','retail','0','2021-01-20 13:33:56','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 10:34:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416111388438008233'),(8892,'41611136894','133','1','10','retail','0','2021-01-20 13:34:04','','','','0','Cash',1.38,'10','','','4','','1','2021-01-20 10:34:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416111388508830023'),(8893,'41611136894','19','1','30','retail','0','2021-01-20 13:34:10','','','','0','Cash',4.14,'30','','','4','','1','2021-01-20 10:34:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416111388573232151'),(8894,'41611138865','1','2','640','retail','0','2021-01-20 13:34:25','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-01-20 11:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','214.00','212','Inclusive','416111412554222031'),(8895,'41611138865','5','2','220','retail','0','2021-01-20 14:14:16','','','','0','Mpesa',30.34,'110','','','4','','1','2021-01-20 11:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416111412681132463'),(8896,'41611138865','133','2','20','retail','0','2021-01-20 14:14:29','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-20 11:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416111412803100133'),(8897,'41611138865','10','2','40','retail','0','2021-01-20 14:14:42','','','','0','Mpesa',5.52,'20','','','4','','1','2021-01-20 11:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','34.50','32.5','Inclusive','416111412890432312'),(8898,'41611138865','15','2','60','retail','0','2021-01-20 14:14:50','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-20 11:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','1.12','-0.82','Inclusive','416111413143041230'),(8899,'41611138865','70','2','100','retail','0','2021-01-20 14:15:15','','','','2','Mpesa',13.79,'50','','','4','','1','2021-01-20 11:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416111413272231422'),(8900,'41611142335','1','1','320','retail','0','2021-01-20 14:32:15','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-20 11:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','212.00','211','Inclusive','416111423421360012'),(8901,'41611142335','5','1','110','retail','0','2021-01-20 14:32:22','','','','0','Cash',15.17,'110','','','4','','1','2021-01-20 11:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416111423513252213'),(8902,'41611142335','133','1','10','retail','0','2021-01-20 14:32:37','','','','0','Cash',1.38,'10','','','4','','1','2021-01-20 11:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416111423632233661'),(8903,'41611142335','10','1','20','retail','0','2021-01-20 14:32:44','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 11:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','32.50','31.5','Inclusive','416111423720633421'),(8904,'41611142335','23','1','30','retail','0','2021-01-20 14:32:53','','','','0','Cash',4.14,'30','','','4','','1','2021-01-20 11:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416111423881810222'),(8905,'41611142335','70','1','50','retail','0','2021-01-20 14:33:08','','','','2','Cash',6.90,'50','','','4','','1','2021-01-20 11:33:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416111423950002350'),(8906,'41611142402','1','1','320','retail','0','2021-01-20 14:33:22','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-20 11:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','211.00','210','Inclusive','416111424111120142'),(8907,'41611142402','5','1','110','retail','0','2021-01-20 14:33:31','','','','0','Cash',15.17,'110','','','4','','1','2021-01-20 11:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416111424202021206'),(8908,'41611142402','10','1','20','retail','0','2021-01-20 14:33:41','','','','0','Cash',2.76,'20','','','4','','1','2021-01-20 11:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','31.50','30.5','Inclusive','416111424302212003'),(8909,'41611142402','133','1','10','retail','0','2021-01-20 14:33:50','','','','0','Cash',1.38,'10','','','4','','1','2021-01-20 11:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416111424370332432'),(8910,'41611142402','23','1','30','retail','0','2021-01-20 14:33:58','','','','0','Cash',4.14,'30','','','4','','1','2021-01-20 11:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416111424454262220'),(8911,'41611142402','70','1','50','retail','0','2021-01-20 14:34:06','','','','2','Cash',6.90,'50','','','4','','1','2021-01-20 11:34:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416111424532240322'),(8912,'41611144855','1','7','2100','retail','0','2021-01-20 15:14:15','','','','159.60','Cash',289.66,'300','','','4','','1','2021-01-20 13:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','210.00','203','Inclusive','416111478513484324'),(8913,'41611144855','5','7','700','retail','0','2021-01-20 16:04:17','','','','0','Cash',96.55,'100','','','4','','1','2021-01-20 13:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416111478653020332'),(8914,'41611144855','133','7','70','retail','0','2021-01-20 16:04:32','','','','0','Cash',9.66,'10','','','4','','1','2021-01-20 13:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','7','0.00','-6.65','Inclusive','416111478812022128'),(8915,'41611144855','19','7','140','retail','0','2021-01-20 16:04:42','','','','0','Cash',19.31,'20','','','4','','1','2021-01-20 13:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416111478942906933'),(8916,'41611144855','74','7','350','retail','0','2021-01-20 16:04:55','','','','5','Cash',48.28,'50','','','4','','1','2021-01-20 13:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','7','2.00','-4.79','Inclusive','416111479033303123'),(8917,'41611144855','10','7','140','retail','0','2021-01-20 16:05:12','','','','0','Cash',19.31,'20','','','4','','1','2021-01-20 13:07:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','7','30.50','23.5','Inclusive','416111479210300142'),(8918,'41611148062','3','4','680','retail','0','2021-01-20 16:07:42','','','','0','Cash',93.79,'170','','','4','','1','2021-01-20 13:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416111489723441107'),(8919,'41611148062','11','4','80','retail','0','2021-01-20 16:22:53','','','','0','Cash',11.03,'20','','','4','','1','2021-01-20 13:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','0.00','-2','Inclusive','416111489871283170'),(8920,'41611148062','49','4','1680','retail','0','2021-01-20 16:23:07','','','','0','Cash',231.72,'420','','','4','','1','2021-01-20 13:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','4','34.00','30','Inclusive','416111490510930030'),(8921,'41611148062','55','4','240','retail','0','2021-01-20 16:24:11','','','','0','Cash',33.10,'60','','','4','','1','2021-01-20 13:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416111490652223104'),(8922,'41611148062','71','0.4','800','retail','0','2021-01-20 16:25:56','','','','0','Cash',110.34,'2000','','','4','','1','2021-01-20 13:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.48','1.08','Inclusive','416111491879213112'),(8923,'41611148062','15','4','120','retail','0','2021-01-20 16:26:35','','','','0','Cash',16.55,'30','','','4','','1','2021-01-20 13:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','4','1.12','-2.76','Inclusive','416111492180244311'),(8924,'41611150183','150','20','2800','retail','0','2021-01-20 16:43:03','','','','0','Cash',386.21,'140','','','4','','1','2021-01-20 13:55:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','40.00','20','Inclusive','416111502022203132'),(8925,'41611150183','150','5','700','retail','0','2021-01-20 16:43:33','','','','0','Cash',96.55,'140','','','4','','1','2021-01-20 13:55:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','20.00','15','Inclusive','416111502314203362'),(8926,'41611150183','110','20','1400','retail','0','2021-01-20 16:44:03','','','','0','Cash',193.10,'70','','','4','','1','2021-01-20 13:55:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','','335.00','315','Inclusive','416111502823202034'),(8927,'41611207544','1','10','3000','retail','0','2021-01-21 08:39:04','','','','159.60','Cash',413.79,'300','','','4','','1','2021-01-21 05:41:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','201.00','191','Inclusive','416112075600022242'),(8928,'41611207544','7','1','200','retail','0','2021-01-21 08:40:19','','','','0','Cash',27.59,'200','','','4','','1','2021-01-21 05:41:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','64.35','63.35','Inclusive','416112076292306403'),(8929,'41611207544','8','1','100','retail','0','2021-01-21 08:40:30','','','','0','Cash',13.79,'100','','','4','','1','2021-01-21 05:41:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','0.00','-0.5','Inclusive','416112076392230232'),(8930,'41611207544','10','7','140','retail','0','2021-01-21 08:40:39','','','','0','Cash',19.31,'20','','','4','','1','2021-01-21 05:41:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','7','22.50','15.5','Inclusive','416112076514332402'),(8931,'41611207544','4','10','2200','retail','0','2021-01-21 08:41:12','','','','0','Cash',303.45,'220','','','4','','1','2021-01-21 05:41:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','82.75','72.75','Inclusive','416112076860031022'),(8932,'41611213596','1','1','300','retail','0','2021-01-21 10:19:56','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-21 07:45:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','191.00','190','Inclusive','416112150483012313'),(8933,'41611213596','5','1','100','retail','0','2021-01-21 10:44:09','','','','0','Cash',13.79,'100','','','4','','1','2021-01-21 07:45:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','1.00','0','Inclusive','416112150553353324'),(8934,'41611213596','133','1','10','retail','0','2021-01-21 10:44:16','','','','0','Cash',1.38,'10','','','4','','1','2021-01-21 07:45:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416112150700226330'),(8935,'41611213596','10','1','20','retail','0','2021-01-21 10:44:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-21 07:45:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','15.50','14.5','Inclusive','416112150890130021'),(8936,'41611213596','15','1','20','retail','0','2021-01-21 10:44:49','','','','0','Cash',2.76,'20','','','4','','1','2021-01-21 07:45:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','1.12','0.12','Inclusive','416112151033140021'),(8937,'41611213596','70','1','50','retail','0','2021-01-21 10:45:04','','','','2','Cash',6.90,'50','','','4','','1','2021-01-21 07:45:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416112151130211213'),(8938,'41611215155','177','20','4000','retail','0','2021-01-21 10:52:22','','','','0','Mpesa',551.72,'200','','','4','','1','2021-01-21 07:52:54','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','172.41','','250.00','230','Inclusive','416112155592242533'),(8939,'41611215576','1','1','320','retail','0','2021-01-21 10:52:56','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-21 08:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','190.00','189','Inclusive','416112182061630238'),(8940,'41611215576','5','1','110','retail','0','2021-01-21 11:36:47','','','','0','Cash',15.17,'110','','','4','','1','2021-01-21 08:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416112182133213023'),(8941,'41611215576','10','1','20','retail','0','2021-01-21 11:36:54','','','','0','Cash',2.76,'20','','','4','','1','2021-01-21 08:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','14.50','13.5','Inclusive','416112182212303022'),(8942,'41611215576','133','1','10','retail','0','2021-01-21 11:37:02','','','','0','Cash',1.38,'10','','','4','','1','2021-01-21 08:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416112182292362120'),(8943,'41611215576','15','1','30','retail','0','2021-01-21 11:37:10','','','','0','Cash',4.14,'30','','','4','','1','2021-01-21 08:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416112182373331203'),(8944,'41611215576','74','1','50','retail','0','2021-01-21 11:37:18','','','','5','Cash',6.90,'50','','','4','','1','2021-01-21 08:38:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','2.00','1','Inclusive','416112182434122242'),(8945,'41611218298','1','5','1500','retail','0','2021-01-21 11:38:18','','','','159.60','Cash',206.90,'300','','','4','','1','2021-01-21 09:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','189.00','184','Inclusive','416112224682363206'),(8946,'41611218298','4','3.5','770','retail','0','2021-01-21 12:47:55','','','','0','Cash',106.21,'220','','','4','','1','2021-01-21 09:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','72.25','68.75','Inclusive','416112225020222125'),(8947,'41611218298','8','1','100','retail','0','2021-01-21 12:48:30','','','','0','Cash',13.79,'100','','','4','','1','2021-01-21 09:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','0.00','-0.5','Inclusive','416112225311052362'),(8948,'41611218298','32','1','250','retail','0','2021-01-21 12:48:52','','','','0','Cash',34.48,'250','','','4','','1','2021-01-21 09:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','0.00','-0.5','Inclusive','416112225433232224'),(8949,'41611218298','19','2','60','retail','0','2021-01-21 12:49:15','','','','0','Cash',8.28,'30','','','4','','1','2021-01-21 09:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416112225642265236'),(8950,'41611218298','67','0.1','200','retail','0','2021-01-21 12:49:25','','','','0','Cash',27.59,'2000','','','4','','1','2021-01-21 09:50:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.31','0.21','Inclusive','416112226016214421'),(8951,'41611225594','152','1','350','retail','0','2021-01-21 13:39:54','','','','0','Mpesa',48.28,'350','','','4','','1','2021-01-21 10:40:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','0.2','0.2','Inclusive','416112256033632632'),(8952,'41611226885','147','5','1800','retail','0','2021-01-21 14:01:25','','','','0','Invoice',248.28,'360','','','4','','1','2021-01-21 11:04:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','318.40','313.4','Inclusive','416112269381021206'),(8953,'41611230415','364','2','15000','retail','0','2021-01-21 15:00:15','','','','0','Mpesa',2068.97,'7500','','','4','','1','2021-01-21 12:11:45','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','6465.52','','2.00','0','Inclusive','416112304262220242'),(8954,'41611230415','51','20','2800','retail','0','2021-01-21 15:00:34','','','','0','Mpesa',386.21,'140','','','4','','1','2021-01-21 12:11:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','20','50.00','30','Inclusive','416112304542630265'),(8955,'41611295045','88','5','500','retail','0','2021-01-22 08:57:25','','','','0','Mpesa',68.97,'100','','','4','','1','2021-01-22 06:48:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','680.00','675','Inclusive','416112980680003248'),(8956,'61611294658','326','1','1850','retail','0','2021-01-22 09:53:50','','','','0','Cash',255.17,'1850','','','6','','1','2021-01-22 06:55:12','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1594.83','','73.00','72','Inclusive','616112984392321332'),(8957,'41611299015','85','1','120','retail','0','2021-01-22 10:03:35','','','','0','Cash',16.55,'120','','','4','','1','2021-01-22 07:13:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','596.50','595.5','Inclusive','416112996141220114'),(8958,'41611300488','161','20','950','retail','0','2021-01-22 10:28:08','','','','0','Cash',131.03,'47.50','','','4','','1','2021-01-22 07:28:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1495.00','1475','Inclusive','416113004962320300'),(8959,'41611300514','298','600','60000','retail','0','2021-01-22 10:28:34','','','','0','Invoice',8275.86,'100','','','4','','1','2021-01-22 07:47:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','86.21','','744.00','144','Inclusive','416113008583208304'),(8960,'41611300514','161','500','30000','retail','0','2021-01-22 10:34:47','','','','0','Invoice',4137.93,'60','','','4','','1','2021-01-22 07:47:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1975.00','1475','Inclusive','416113009642432401'),(8961,'41611300514','88','400','40000','retail','0','2021-01-22 10:36:18','','','','0','Invoice',5517.24,'100','','','4','','1','2021-01-22 07:47:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','400','1075.00','675','Inclusive','416113009946443202'),(8962,'41611300514','94','60','8100','retail','0','2021-01-22 10:36:34','','','','0','Invoice',1117.24,'135','','','4','','1','2021-01-22 07:47:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','116.38','','147.00','87','Inclusive','416113013192363103'),(8963,'41611303973','1','5','1600','retail','0','2021-01-22 11:26:13','','','','159.60','Mpesa',220.69,'320','','','4','','1','2021-01-22 08:28:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','183.00','178','Inclusive','416113039866280023'),(8964,'41611303973','10','5','100','retail','0','2021-01-22 11:26:27','','','','0','Mpesa',13.79,'20','','','4','','1','2021-01-22 08:28:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','113.50','108.5','Inclusive','416113039981423313'),(8965,'41611303973','133','5','50','retail','0','2021-01-22 11:26:39','','','','0','Mpesa',6.90,'10','','','4','','1','2021-01-22 08:28:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','1.00','-3.75','Inclusive','416113040084122126'),(8966,'41611303973','5','5','550','retail','0','2021-01-22 11:26:49','','','','0','Mpesa',75.86,'110','','','4','','1','2021-01-22 08:28:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','1.00','-1.5','Inclusive','416113040181320312'),(8967,'41611303973','15','5','150','retail','0','2021-01-22 11:26:59','','','','0','Mpesa',20.69,'30','','','4','','1','2021-01-22 08:28:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.12','-4.73','Inclusive','416113040762033442'),(8968,'41611303973','70','5','250','retail','0','2021-01-22 11:27:57','','','','2','Mpesa',34.48,'50','','','4','','1','2021-01-22 08:28:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416113040862022606'),(8969,'41611304095','11','1','20','retail','0','2021-01-22 11:47:29','','','','0','Cash',2.76,'20','','','4','','1','2021-01-22 08:49:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','1.00','0','Inclusive','416113052573601330'),(8970,'41611304095','15','1','30','retail','0','2021-01-22 11:47:38','','','','0','Cash',4.14,'30','','','4','','1','2021-01-22 08:49:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416113052652260102'),(8971,'41611304095','74','1','50','retail','0','2021-01-22 11:47:46','','','','5','Cash',6.90,'50','','','4','','1','2021-01-22 08:49:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416113052722222322'),(8972,'41611304095','133','1','10','retail','0','2021-01-22 11:47:52','','','','0','Cash',1.38,'10','','','4','','1','2021-01-22 08:49:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416113052793237570'),(8973,'41611304095','6','1','70','retail','0','2021-01-22 11:48:13','','','','0','Cash',9.66,'70','','','4','','1','2021-01-22 08:49:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416113052992211226'),(8974,'41611304095','3','1','170','retail','0','2021-01-22 11:48:19','','','','0','Cash',23.45,'170','','','4','','1','2021-01-22 08:49:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416113053071140340'),(8975,'41611305344','7','1','200','retail','0','2021-01-22 11:53:45','','','','0','Cash',27.59,'200','','','4','','1','2021-01-22 08:54:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','62.00','61','Inclusive','416113056350126421'),(8976,'41611305697','1','3','960','retail','0','2021-01-22 11:54:57','','','','159.60','Mpesa',132.41,'320','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','177.50','174.5','Inclusive','416113057680330132'),(8977,'41611305697','5','3','330','retail','0','2021-01-22 11:56:16','','','','0','Mpesa',45.52,'110','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416113058173312033'),(8978,'41611305697','10','3','60','retail','0','2021-01-22 11:56:58','','','','0','Mpesa',8.28,'20','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','108.50','105.5','Inclusive','416113058272062002'),(8979,'41611305697','133','3','30','retail','0','2021-01-22 11:57:08','','','','0','Mpesa',4.14,'10','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416113058382310003'),(8980,'41611305697','23','2','60','retail','0','2021-01-22 11:57:19','','','','0','Mpesa',8.28,'30','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.09','-1.85','Inclusive','416113058543385621'),(8981,'41611305697','19','1','30','retail','0','2021-01-22 11:57:34','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416113058600300121'),(8982,'41611305697','70','3','150','retail','0','2021-01-22 11:57:41','','','','2','Mpesa',20.69,'50','','','4','','1','2021-01-22 08:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416113058740247203'),(8983,'71611308096','98','1','330','retail','0','2021-01-22 12:34:56','','','','0','Cash',45.52,'330','','','7','','1','2021-01-22 09:38:43','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','284.48','','864.00','863','Inclusive','716113081291933290'),(8984,'71611308096','143','1','250','retail','0','2021-01-22 12:37:41','','','','2','Cash',34.48,'250','','','7','','1','2021-01-22 09:38:43','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','215.52','','1.00','0','Inclusive','716113082702223322'),(8985,'41611305979','1','2','600','retail','0','2021-01-22 11:59:39','','','','159.60','Mpesa',82.76,'300','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','174.50','171','Inclusive','416113069364623362'),(8986,'41611305979','3','2','300','retail','0','2021-01-22 12:16:35','','','','0','Mpesa',41.38,'150','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','0.00','0','Inclusive','416113070064403203'),(8987,'41611305979','5','2','200','retail','0','2021-01-22 12:17:55','','','','0','Mpesa',27.59,'100','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416113070854232220'),(8988,'41611305979','133','2','20','retail','0','2021-01-22 12:18:13','','','','0','Mpesa',2.76,'10','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','1.00','-0.9','Inclusive','416113071053213342'),(8989,'41611305979','10','2','40','retail','0','2021-01-22 12:18:26','','','','0','Mpesa',5.52,'20','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','105.50','103.5','Inclusive','416113071140110323'),(8990,'41611305979','137','2','100','retail','0','2021-01-22 12:18:35','','','','0','Mpesa',13.79,'50','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.8','Inclusive','416113071251263402'),(8991,'41611305979','71','0.1','200','retail','0','2021-01-22 12:19:41','','','','0','Mpesa',27.59,'2000','','','4','','1','2021-01-22 09:42:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','2.08','1.98','Inclusive','416113072002033222'),(8993,'71611311212','98','1','300','retail','0','2021-01-22 13:26:52','','','','0','Cash',41.38,'300','','','7','','1','2021-01-22 10:27:53','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','258.62','','862.00','861','Inclusive','716113112272261233'),(8994,'511611313400','98','1','300','retail','0','2021-01-22 14:03:20','','','','0','Cash',41.38,'300','','','51','','1','2021-01-22 11:06:15','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','258.62','','861.00','860','Inclusive','5116113134163131130'),(8995,'71611310227','98','1','330','retail','0','2021-01-22 13:10:27','','','','0','Cash',45.52,'330','','','7','','1','2021-01-22 12:49:38','1','1','printed','3','printed','pcs','','','','yes','','0','','','VATABLE','284.48','','863.00','862','Inclusive','716113102391310200'),(8996,'41611318115','1','1','320','retail','0','2021-01-22 15:21:55','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-22 13:01:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','171.00','170','Inclusive','416113204421263402'),(8997,'41611318115','5','1','110','retail','0','2021-01-22 16:00:42','','','','0','Cash',15.17,'110','','','4','','1','2021-01-22 13:01:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416113204501212513'),(8998,'41611318115','133','1','10','retail','0','2021-01-22 16:00:51','','','','0','Cash',1.38,'10','','','4','','1','2021-01-22 13:01:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416113204572022342'),(8999,'41611318115','10','1','20','retail','0','2021-01-22 16:00:58','','','','0','Cash',2.76,'20','','','4','','1','2021-01-22 13:01:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','103.50','102.5','Inclusive','416113204654121323'),(9000,'41611318115','15','1','30','retail','0','2021-01-22 16:01:07','','','','0','Cash',4.14,'30','','','4','','1','2021-01-22 13:01:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416113204733332223'),(9001,'41611318115','70','1','50','retail','0','2021-01-22 16:01:14','','','','2','Cash',6.90,'50','','','4','','1','2021-01-22 13:01:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416113204820200344'),(9002,'41611320489','137','1','50','retail','0','2021-01-22 16:01:29','','','','0','Cash',6.90,'50','','','4','','1','2021-01-22 13:01:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416113205032002300'),(9003,'61611319951','100','20','27600','retail','0','2021-01-22 15:52:31','','','','0','Invoice',3806.90,'1380','','','6','','1','2021-01-22 13:05:43','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1189.66','','40.00','20','Inclusive','616113200044600332'),(9004,'61611319951','194','50','36500','retail','0','2021-01-22 15:53:25','','','','0','Invoice',5034.48,'730','','','6','','1','2021-01-22 13:05:43','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','629.31','','345.00','295','Inclusive','616113200642603220'),(9005,'61611319951','309','24','6000','retail','0','2021-01-22 15:54:25','','','','0','Invoice',827.59,'250','','','6','','1','2021-01-22 13:05:43','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','215.52','','62.00','38','Inclusive','616113200853660106'),(9006,'61611319951','310','48','7200','retail','0','2021-01-22 15:54:46','','','','0','Invoice',993.10,'150','','','6','','1','2021-01-22 13:05:43','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','192.00','144','Inclusive','616113201043322212'),(9007,'41611320826','3','1','170','retail','0','2021-01-22 16:07:06','','','','0','Cash',23.45,'170','','','4','','1','2021-01-22 13:07:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416113208360020200'),(9008,'41611320852','1','1','320','retail','0','2021-01-22 16:07:32','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-22 13:08:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','168.50','167.5','Inclusive','416113208670216002'),(9009,'41611320852','5','1','110','retail','0','2021-01-22 16:07:47','','','','0','Cash',15.17,'110','','','4','','1','2021-01-22 13:08:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416113208742200303'),(9010,'41611320852','10','1','20','retail','0','2021-01-22 16:07:55','','','','0','Cash',2.76,'20','','','4','','1','2021-01-22 13:08:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','102.50','101.5','Inclusive','416113208843320114'),(9011,'41611320852','133','1','10','retail','0','2021-01-22 16:08:06','','','','0','Cash',1.38,'10','','','4','','1','2021-01-22 13:08:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416113208953353363'),(9012,'41611320852','15','1','30','retail','0','2021-01-22 16:08:16','','','','0','Cash',4.14,'30','','','4','','1','2021-01-22 13:08:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416113209092036320'),(9013,'41611320852','74','1','50','retail','0','2021-01-22 16:08:30','','','','5','Cash',6.90,'50','','','4','','1','2021-01-22 13:08:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416113209203312026'),(9014,'71611322863','1','1','320','retail','0','2021-01-22 16:41:16','','','','159.60','Cash',44.14,'320','','','7','','1','2021-01-22 13:41:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','167.50','166.5','Inclusive','716113229023160200'),(9015,'71611322908','195','1','250','retail','0','2021-01-22 16:42:57','','','','0','Cash',34.48,'250','','','7','','1','2021-01-23 07:33:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','1','11.00','10','Inclusive','716113230113233231'),(9016,'61611389731','100','4','5600','retail','0','2021-01-23 11:15:31','','','','0','Invoice',772.41,'1400','','','6','','1','2021-01-23 08:16:40','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','20.00','16','Inclusive','616113897433003601'),(9017,'41611390404','49','1','420','retail','0','2021-01-23 11:26:44','','','','0','Cash',57.93,'420','','','4','','1','2021-01-23 08:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','1','29.00','28','Inclusive','416113904231393492'),(9018,'41611390404','11','1','20','retail','0','2021-01-23 11:27:04','','','','0','Cash',2.76,'20','','','4','','1','2021-01-23 08:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416113904410940021'),(9019,'41611390404','3','1','170','retail','0','2021-01-23 11:27:21','','','','0','Cash',23.45,'170','','','4','','1','2021-01-23 08:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416113904514023421'),(9020,'41611390404','55','1','60','retail','0','2021-01-23 11:27:31','','','','0','Cash',8.28,'60','','','4','','1','2021-01-23 08:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416113904620062330'),(9021,'41611390404','63','0.05','60','retail','0','2021-01-23 11:28:25','','','','0','Cash',8.28,'1200','','','4','','1','2021-01-23 08:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1034.48','0.05','3.00','2.95','Inclusive','416113905263022512'),(9022,'41611390567','11','1','20','retail','0','2021-01-23 11:29:27','','','','0','Cash',2.76,'20','','','4','','1','2021-01-23 08:33:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416113907129021230'),(9023,'41611390567','3','1','170','retail','0','2021-01-23 11:31:53','','','','0','Cash',23.45,'170','','','4','','1','2021-01-23 08:33:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416113907272396220'),(9024,'41611390567','6','1','70','retail','0','2021-01-23 11:32:18','','','','0','Cash',9.66,'70','','','4','','1','2021-01-23 08:33:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416113907451122403'),(9025,'41611390567','133','1','10','retail','0','2021-01-23 11:32:26','','','','0','Cash',1.38,'10','','','4','','1','2021-01-23 08:33:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416113907533223307'),(9026,'41611390567','19','1','30','retail','0','2021-01-23 11:32:34','','','','0','Cash',4.14,'30','','','4','','1','2021-01-23 08:33:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416113907933320437'),(9027,'41611390567','70','1','50','retail','0','2021-01-23 11:33:13','','','','2','Cash',6.90,'50','','','4','','1','2021-01-23 08:33:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416113907991704603'),(9028,'41611390817','161','30','1845.9','retail','0','2021-01-23 11:33:37','','','','0','Mpesa',254.61,'61.53','','','4','','1','2021-01-23 08:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','53.04','','1475.00','1445','Inclusive','416113910044310223'),(9029,'41611391078','51','5','700','retail','0','2021-01-23 11:37:58','','','','0','Cash',96.55,'140','','','4','','1','2021-01-23 09:59:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','5','30.00','25','Inclusive','416113959413015903'),(9030,'61611562589','197','3','4200','retail','0','2021-01-25 11:16:29','','','','0','Invoice',579.31,'1400','','','6','','1','2021-01-25 08:28:31','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1206.90','','63.00','60','Inclusive','616115626282122313'),(9031,'61611562589','360','3','4200','retail','0','2021-01-25 11:17:09','','','','0','Invoice',579.31,'1400','','','6','','1','2021-01-25 08:28:31','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1206.90','','27.00','24','Inclusive','616115626812116623'),(9032,'61611562589','326','20','38000','retail','0','2021-01-25 11:18:05','','','','0','Invoice',5241.38,'1900','','','6','','1','2021-01-25 08:28:31','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','72.00','52','Inclusive','616115627043224622'),(9033,'61611562589','331','6','3600','retail','0','2021-01-25 11:18:38','','','','0','Invoice',496.55,'600','','','6','','1','2021-01-25 08:28:31','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','517.24','','28.00','22','Inclusive','616115627506302023'),(9034,'61611562589','354','12','1800','retail','0','2021-01-25 11:19:11','','','','0','Invoice',248.28,'150','','','6','','1','2021-01-25 08:28:31','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','60.00','48','Inclusive','616115627772270430'),(9035,'61611562589','327','10','12000','retail','0','2021-01-25 11:20:53','','','','0','Invoice',1655.17,'1200','','','6','','1','2021-01-25 08:28:31','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1034.48','','42.00','32','Inclusive','616115628888180302'),(9036,'41611563810','166','1','300','retail','0','2021-01-25 11:36:50','','','','0','Cash',41.38,'300','','','4','','1','2021-01-25 08:39:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','28.00','27','Inclusive','416115638253026640'),(9037,'41611563963','152','1','350','retail','0','2021-01-25 11:39:23','','','','0','Cash',48.28,'350','','','4','','1','2021-01-25 08:44:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','0.4','0.4','Inclusive','416115642544233123'),(9038,'61611563424','360','10','13000','retail','0','2021-01-25 11:35:39','','','','0','Invoice',1793.10,'1300','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1120.69','','24.00','14','Inclusive','616115638466331332'),(9039,'61611563424','331','12','7200','retail','0','2021-01-25 11:37:26','','','','0','Invoice',993.10,'600','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','517.24','','22.00','10','Inclusive','616115638862232030'),(9040,'61611563424','354','48','7200','retail','0','2021-01-25 11:38:07','','','','0','Invoice',993.10,'150','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','129.31','','48.00','0','Inclusive','616115639120226220'),(9041,'61611563424','361','1','800','retail','0','2021-01-25 11:38:33','','','','0','Invoice',110.34,'800','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','689.66','','1.00','0','Inclusive','616115639416192330'),(9042,'61611563424','362','1','650','retail','0','2021-01-25 11:39:02','','','','0','Invoice',89.66,'650','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','560.34','','1.00','0','Inclusive','616115639710231073'),(9043,'61611563424','312','1','650','retail','0','2021-01-25 11:39:32','','','','0','Invoice',89.66,'650','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','560.34','','1.00','0','Inclusive','616115639920699203'),(9044,'61611563424','363','1','650','retail','0','2021-01-25 11:44:19','','','','0','Invoice',89.66,'650','','','6','','1','2021-01-25 08:47:25','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','560.34','','1.00','0','Inclusive','616115642793226314'),(9045,'61611564464','197','5','6000','retail','0','2021-01-25 11:47:44','','','','0','Invoice',827.59,'1200','','','6','','1','2021-01-25 08:54:14','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1034.48','','60.00','55','Inclusive','616115644873433331'),(9046,'61611564464','360','2','2400','retail','0','2021-01-25 11:48:08','','','','0','Invoice',331.03,'1200','','','6','','1','2021-01-25 08:54:14','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1034.48','','14.00','12','Inclusive','616115645093341321'),(9047,'41611564270','1','1','320','retail','0','2021-01-25 11:44:30','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-25 08:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','165.50','164.5','Inclusive','416115649182263342'),(9048,'41611564270','5','1','110','retail','0','2021-01-25 11:55:18','','','','0','Cash',15.17,'110','','','4','','1','2021-01-25 08:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416115649860080209'),(9049,'41611564270','10','1','20','retail','0','2021-01-25 11:56:27','','','','0','Cash',2.76,'20','','','4','','1','2021-01-25 08:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','101.50','100.5','Inclusive','416115649955233292'),(9050,'41611564270','133','1','10','retail','0','2021-01-25 11:56:36','','','','0','Cash',1.38,'10','','','4','','1','2021-01-25 08:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416115650055223030'),(9051,'41611564270','19','1','30','retail','0','2021-01-25 11:56:46','','','','0','Cash',4.14,'30','','','4','','1','2021-01-25 08:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416115650192052125'),(9052,'41611564270','70','1','50','retail','0','2021-01-25 11:57:01','','','','2','Cash',6.90,'50','','','4','','1','2021-01-25 08:57:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416115650320423250'),(9053,'41611565052','1','1','320','retail','0','2021-01-25 11:57:32','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-25 09:01:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','164.50','163.5','Inclusive','416115651053261052'),(9054,'41611565052','5','1','110','retail','0','2021-01-25 11:58:26','','','','0','Cash',15.17,'110','','','4','','1','2021-01-25 09:01:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416115651171522134'),(9055,'41611565052','133','1','10','retail','0','2021-01-25 11:58:49','','','','0','Cash',1.38,'10','','','4','','1','2021-01-25 09:01:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416115651443633020'),(9056,'41611565052','10','1','20','retail','0','2021-01-25 11:59:05','','','','0','Cash',2.76,'20','','','4','','1','2021-01-25 09:01:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','100.50','99.5','Inclusive','416115651572242420'),(9057,'41611565052','15','1','30','retail','0','2021-01-25 11:59:18','','','','0','Cash',4.14,'30','','','4','','1','2021-01-25 09:01:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416115652302323465'),(9058,'41611565052','70','1','50','retail','0','2021-01-25 12:00:31','','','','2','Cash',6.90,'50','','','4','','1','2021-01-25 09:01:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416115652404432322'),(9059,'61611564944','353','12','3600','retail','0','2021-01-25 11:55:44','','','','0','Invoice',496.55,'300','','','6','','1','2021-01-25 09:11:51','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','20.00','8','Inclusive','616115650475321426'),(9060,'61611564944','325','12','3600','retail','0','2021-01-25 11:57:28','','','','0','Invoice',496.55,'300','','','6','','1','2021-01-25 09:11:51','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','21.00','9','Inclusive','616115650952333026'),(9061,'61611564944','332','12','7800','retail','0','2021-01-25 11:58:15','','','','0','Invoice',1075.86,'650','','','6','','1','2021-01-25 09:11:51','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','560.34','','21.00','9','Inclusive','616115651310303123'),(9062,'61611564944','356','12','8400','retail','0','2021-01-25 11:58:52','','','','0','Invoice',1158.62,'700','','','6','','1','2021-01-25 09:11:51','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','603.45','','12.00','0','Inclusive','616115651902303320'),(9063,'61611564944','326','10','19000','retail','0','2021-01-25 12:01:08','','','','0','Invoice',2620.69,'1900','','','6','','1','2021-01-25 09:11:51','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','1637.93','','52.00','42','Inclusive','616115652823228232'),(9064,'61611565950','353','8','2400','retail','0','2021-01-25 12:12:30','','','','0','Invoice',331.03,'300','','','6','','1','2021-01-25 09:19:55','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','8.00','0','Inclusive','616115660114323322'),(9065,'61611565950','360','4','5600','retail','0','2021-01-25 12:13:32','','','','0','Invoice',772.41,'1400','','','6','','1','2021-01-25 09:19:55','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','1206.90','','12.00','8','Inclusive','616115660456260363'),(9066,'41611565290','1','1','320','retail','0','2021-01-25 12:01:30','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-25 09:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','163.50','162.5','Inclusive','416115665316133343'),(9067,'41611565290','5','1','110','retail','0','2021-01-25 12:22:12','','','','0','Cash',15.17,'110','','','4','','1','2021-01-25 09:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416115665434232211'),(9068,'41611565290','133','1','10','retail','0','2021-01-25 12:22:24','','','','0','Cash',1.38,'10','','','4','','1','2021-01-25 09:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416115665593443021'),(9069,'41611565290','10','1','20','retail','0','2021-01-25 12:22:40','','','','0','Cash',2.76,'20','','','4','','1','2021-01-25 09:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','99.50','98.5','Inclusive','416115665686322332'),(9070,'41611565290','15','1','30','retail','0','2021-01-25 12:22:49','','','','0','Cash',4.14,'30','','','4','','1','2021-01-25 09:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416115665770321302'),(9071,'41611565290','74','1','50','retail','0','2021-01-25 12:22:58','','','','5','Cash',6.90,'50','','','4','','1','2021-01-25 09:23:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416115665862342322'),(9072,'41611566596','65','1','500','retail','0','2021-01-25 12:23:16','','','','0','Cash',68.97,'500','','','4','','1','2021-01-25 09:25:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416115666133230326'),(9073,'41611566596','27','1','30','retail','0','2021-01-25 12:23:43','','','','0','Cash',4.14,'30','','','4','','1','2021-01-25 09:25:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416115666424666362'),(9074,'41611566596','74','1','50','retail','0','2021-01-25 12:24:03','','','','5','Cash',6.90,'50','','','4','','1','2021-01-25 09:25:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416115666542625132'),(9075,'61611566750','357','12','2160','retail','0','2021-01-25 13:10:16','','','','0','Invoice',297.93,'180','','','6','','1','2021-01-25 10:17:33','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','155.17','','12.00','0','Inclusive','616115694413436303'),(9076,'61611566750','358','12','2160','retail','0','2021-01-25 13:10:42','','','','0','Invoice',297.93,'180','','','6','','1','2021-01-25 10:17:33','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','155.17','','12.00','0','Inclusive','616115694682142206'),(9077,'61611566750','359','8','2400','retail','0','2021-01-25 13:11:09','','','','0','Invoice',331.03,'300','','','6','','1','2021-01-25 10:17:33','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','258.62','','8.00','0','Inclusive','616115694872233743'),(9078,'61611566750','304','8','5200','retail','0','2021-01-25 13:11:28','','','','0','Invoice',717.24,'650','','','6','','1','2021-01-25 10:17:33','1','1','printed','2','new','pc','','','','yes','','0','','','VATABLE','560.34','','19.00','11','Inclusive','616115695221321660'),(9079,'61611566750','317','8','5200','retail','0','2021-01-25 13:14:44','','','','0','Invoice',717.24,'650','','','6','','1','2021-01-25 10:17:33','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','560.34','','16.00','8','Inclusive','616115697016326362'),(9080,'41611575641','178','20','5500','retail','0','2021-01-25 14:54:01','','','','0','Mpesa',758.62,'275','','','4','','1','2021-01-25 11:55:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','237.07','','60.00','40','Inclusive','416115756872321113'),(9081,'41611575715','1','1','320','retail','0','2021-01-25 14:55:15','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-25 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','162.50','161.5','Inclusive','416115767591532112'),(9082,'41611575715','5','1','110','retail','0','2021-01-25 15:12:40','','','','0','Cash',15.17,'110','','','4','','1','2021-01-25 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416115767743672412'),(9083,'41611575715','10','1','20','retail','0','2021-01-25 15:12:55','','','','0','Cash',2.76,'20','','','4','','1','2021-01-25 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','98.50','97.5','Inclusive','416115767880202227'),(9084,'41611575715','19','1','30','retail','0','2021-01-25 15:13:09','','','','0','Cash',4.14,'30','','','4','','1','2021-01-25 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416115767962226134'),(9085,'41611575715','74','1','50','retail','0','2021-01-25 15:13:17','','','','5','Cash',6.90,'50','','','4','','1','2021-01-25 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416115768063241333'),(9086,'41611575715','133','1','10','retail','0','2021-01-25 15:14:10','','','','0','Cash',1.38,'10','','','4','','1','2021-01-25 12:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416115768582432312'),(9087,'41611576866','9','1','60','retail','0','2021-01-25 15:14:26','','','','0','Cash',8.28,'60','','','4','','1','2021-01-25 12:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416115768771282342'),(9088,'41611576866','40','1','60','retail','0','2021-01-25 15:14:38','','','','0','Cash',8.28,'60','','','4','','1','2021-01-25 12:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416115768853222168'),(9089,'41611576866','38','1','330','retail','0','2021-01-25 15:14:46','','','','0','Cash',45.52,'330','','','4','','1','2021-01-25 12:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416115768933630980'),(9090,'41611577233','91','10','1400','retail','0','2021-01-25 15:20:33','','','','1','Cash',193.10,'140','','','4','','1','2021-01-25 12:21:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','178.00','168','Inclusive','416115772813721012'),(9091,'41611577308','288','5','700','retail','0','2021-01-25 15:21:48','','','','0','Cash',96.55,'140','','','4','','1','2021-01-25 13:22:32','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','120.69','','5.00','0','Inclusive','416115808876103220'),(9092,'41611640413','1','1','320','retail','0','2021-01-26 08:53:33','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-26 05:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','162.50','161.5','Inclusive','416116405143232236'),(9093,'41611640413','5','1','110','retail','0','2021-01-26 08:55:15','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-26 05:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416116405232261630'),(9094,'41611640413','10','1','20','retail','0','2021-01-26 08:55:24','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-26 05:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','97.50','96.5','Inclusive','416116405313251042'),(9095,'41611640413','133','1','10','retail','0','2021-01-26 08:55:32','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-26 05:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416116405396030430'),(9096,'41611640413','15','1','30','retail','0','2021-01-26 08:55:40','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-26 05:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416116405633440324'),(9097,'41611640413','70','1','50','retail','0','2021-01-26 08:56:04','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-26 05:58:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416116406080068024'),(9098,'41611640880','147','5','2000','retail','0','2021-01-26 09:01:20','','','','0','Cash',275.86,'400','','','4','','1','2021-01-26 06:01:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','311.40','306.4','Inclusive','416116408903460224'),(9099,'41611640903','97','1','100','retail','0','2021-01-26 09:01:43','','','','0','Cash',13.79,'100','','','4','','1','2021-01-26 06:02:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','26.00','25','Inclusive','416116409540324344'),(9100,'41611641115','161','40','1900','retail','0','2021-01-26 09:05:15','','','','0','Mpesa',262.07,'47.50','','','4','','1','2021-01-26 06:50:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1445.00','1405','Inclusive','416116435862433361'),(9101,'41611641115','64','20','3000','retail','0','2021-01-26 09:47:44','','','','0','Mpesa',413.79,'150','','','4','','1','2021-01-26 06:50:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','28.00','8','Inclusive','416116437780223382'),(9102,'41611643808','49','1','420','retail','0','2021-01-26 09:50:08','','','','0','Mpesa',57.93,'420','','','4','','1','2021-01-26 06:54:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','1','28.00','27','Inclusive','416116439032266233'),(9103,'41611643808','3','1','170','retail','0','2021-01-26 09:51:43','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-26 06:54:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416116439439133003'),(9104,'41611643808','11','1','20','retail','0','2021-01-26 09:52:24','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-26 06:54:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416116439523204032'),(9105,'41611643808','15','1','30','retail','0','2021-01-26 09:52:33','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-26 06:54:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416116439743332223'),(9106,'41611643808','55','1','60','retail','0','2021-01-26 09:53:10','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-26 06:54:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416116439963102009'),(9107,'41611643808','71','0.1','200','retail','0','2021-01-26 09:53:16','','','','0','Mpesa',27.59,'2000','','','4','','1','2021-01-26 06:54:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.86','1.76','Inclusive','416116440210301443'),(9108,'41611644054','94','5','700','retail','0','2021-01-26 09:54:14','','','','0','Mpesa',96.55,'140','','','4','','1','2021-01-26 06:54:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','87.00','82','Inclusive','416116440683423364'),(9109,'41611644092','38','3','990','retail','0','2021-01-26 09:54:52','','','','0','Mpesa',136.55,'330','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','3','0.00','-1.5','Inclusive','416116443931423336'),(9110,'41611644092','9','3','180','retail','0','2021-01-26 09:59:54','','','','0','Mpesa',24.83,'60','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','3','0.25','-2','Inclusive','416116444380623243'),(9111,'41611644092','40','3','180','retail','0','2021-01-26 10:00:39','','','','0','Mpesa',24.83,'60','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','3','0.00','-1.5','Inclusive','416116444464423643'),(9112,'41611644092','1','3','960','retail','0','2021-01-26 10:00:47','','','','159.60','Mpesa',132.41,'320','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','161.00','158','Inclusive','416116444586254252'),(9113,'41611644092','5','3','330','retail','0','2021-01-26 10:00:58','','','','0','Mpesa',45.52,'110','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416116444670203030'),(9114,'41611644092','10','3','60','retail','0','2021-01-26 10:01:07','','','','0','Mpesa',8.28,'20','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','96.00','93','Inclusive','416116444764402632'),(9115,'41611644092','133','3','30','retail','0','2021-01-26 10:01:16','','','','0','Mpesa',4.14,'10','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416116444842334300'),(9116,'41611644092','15','3','90','retail','0','2021-01-26 10:01:24','','','','0','Mpesa',12.41,'30','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416116444963330349'),(9117,'41611644092','74','3','150','retail','0','2021-01-26 10:01:36','','','','5','Mpesa',20.69,'50','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416116445052242200'),(9118,'41611644092','110','40','2800','retail','0','2021-01-26 10:01:45','','','','0','Mpesa',386.21,'70','','','4','','1','2021-01-26 07:02:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','','315.00','275','Inclusive','416116445204111220'),(9119,'41611644586','163','0.5','200','retail','0','2021-01-26 10:03:06','','','','0','Cash',27.59,'400','','','4','','1','2021-01-26 08:51:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','213.50','213','Inclusive','416116510452232001'),(9120,'41611651066','333','0.5','250','retail','0','2021-01-26 11:51:06','','','','0','Mpesa',34.48,'500','','','4','','1','2021-01-26 09:14:39','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','431.03','','19.75','19.25','Inclusive','416116523202162360'),(9121,'41611652481','3','1','170','retail','0','2021-01-26 12:14:41','','','','0','Cash',23.45,'170','','','4','','1','2021-01-26 09:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416116527301023222'),(9122,'41611652481','6','1','70','retail','0','2021-01-26 12:18:51','','','','0','Cash',9.66,'70','','','4','','1','2021-01-26 09:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416116527553221222'),(9123,'41611652481','11','1','20','retail','0','2021-01-26 12:21:34','','','','0','Cash',2.76,'20','','','4','','1','2021-01-26 09:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416116529002303000'),(9124,'41611652481','133','1','10','retail','0','2021-01-26 12:21:41','','','','0','Cash',1.38,'10','','','4','','1','2021-01-26 09:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416116529062230120'),(9125,'41611652481','19','1','30','retail','0','2021-01-26 12:21:47','','','','0','Cash',4.14,'30','','','4','','1','2021-01-26 09:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416116529134310320'),(9126,'41611652481','70','1','50','retail','0','2021-01-26 12:21:54','','','','2','Cash',6.90,'50','','','4','','1','2021-01-26 09:22:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416116529220423320'),(9127,'41611652935','1','1','320','retail','0','2021-01-26 12:22:15','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-26 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','157.50','156.5','Inclusive','416116530335233300'),(9128,'41611652935','5','1','110','retail','0','2021-01-26 12:23:53','','','','0','Cash',15.17,'110','','','4','','1','2021-01-26 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416116530402013353'),(9129,'41611652935','10','1','20','retail','0','2021-01-26 12:24:01','','','','0','Cash',2.76,'20','','','4','','1','2021-01-26 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','92.50','91.5','Inclusive','416116530470334143'),(9130,'41611652935','133','1','10','retail','0','2021-01-26 12:24:07','','','','0','Cash',1.38,'10','','','4','','1','2021-01-26 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416116530582026623'),(9131,'41611652935','19','1','30','retail','0','2021-01-26 12:24:18','','','','0','Cash',4.14,'30','','','4','','1','2021-01-26 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416116530661323062'),(9132,'41611652935','70','1','50','retail','0','2021-01-26 12:24:27','','','','2','Cash',6.90,'50','','','4','','1','2021-01-26 09:24:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416116530733330723'),(9133,'41611653079','147','5','2000','retail','0','2021-01-26 12:24:39','','','','0','Cash',275.86,'400','','','4','','1','2021-01-26 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','306.40','301.4','Inclusive','416116532430632341'),(9134,'41611653079','161','5','500','retail','0','2021-01-26 12:27:31','','','','0','Cash',68.97,'100','','','4','','1','2021-01-26 09:27:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','1405.00','1400','Inclusive','416116532603303223'),(9135,'41611655076','1','1','320','retail','0','2021-01-26 12:57:56','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-26 10:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','156.50','155.5','Inclusive','416116567786224730'),(9136,'41611655076','5','1','110','retail','0','2021-01-26 13:26:18','','','','0','Cash',15.17,'110','','','4','','1','2021-01-26 10:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416116567901005243'),(9137,'41611655076','10','1','20','retail','0','2021-01-26 13:26:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-26 10:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','91.50','90.5','Inclusive','416116567996320732'),(9138,'41611655076','133','1','10','retail','0','2021-01-26 13:26:40','','','','0','Cash',1.38,'10','','','4','','1','2021-01-26 10:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416116568070200213'),(9139,'41611655076','19','1','30','retail','0','2021-01-26 13:26:48','','','','0','Cash',4.14,'30','','','4','','1','2021-01-26 10:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416116568162202302'),(9140,'41611655076','70','1','50','retail','0','2021-01-26 13:26:57','','','','2','Cash',6.90,'50','','','4','','1','2021-01-26 10:27:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416116568263322001'),(9141,'41611656833','71','0.05','100','retail','0','2021-01-26 14:23:28','','','','0','Cash',13.79,'2000','','','4','','1','2021-01-26 11:24:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.67','1.62','Inclusive','416116602284640032'),(9142,'41611663688','1','1','320','retail','0','2021-01-26 15:21:29','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','155.50','154.5','Inclusive','416116638621224323'),(9143,'41611663688','5','1','110','retail','0','2021-01-26 15:24:23','','','','0','Cash',15.17,'110','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416116638742133633'),(9144,'41611663688','10','1','20','retail','0','2021-01-26 15:24:35','','','','0','Cash',2.76,'20','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','90.50','89.5','Inclusive','416116638870260022'),(9145,'41611663688','133','1','10','retail','0','2021-01-26 15:24:48','','','','0','Cash',1.38,'10','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416116638963332632'),(9146,'41611663688','74','1','50','retail','0','2021-01-26 15:24:57','','','','5','Cash',6.90,'50','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416116639153265211'),(9147,'41611663688','19','1','30','retail','0','2021-01-26 15:25:16','','','','0','Cash',4.14,'30','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416116639226422330'),(9148,'41611663688','137','1','50','retail','0','2021-01-26 15:25:23','','','','0','Cash',6.90,'50','','','4','','1','2021-01-26 12:26:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416116639616640031'),(9149,'41611669406','143','1','300','retail','0','2021-01-26 16:56:46','','','','2','Mpesa',41.38,'300','','','4','','1','2021-01-26 13:57:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','3.00','2','Inclusive','416116694144343324'),(9150,'511611669785','98','6','2100','retail','0','2021-01-26 17:03:05','','','','0','Cash',289.66,'350','','','51','','1','2021-01-26 14:04:08','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','301.72','','860.00','854','Inclusive','5116116698071000306'),(9151,'41611669972','1','4','1280','retail','0','2021-01-26 17:06:12','','','','159.60','Mpesa',176.55,'320','','','4','','1','2021-01-26 14:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','4','154.50','150.5','Inclusive','416116699822190000'),(9152,'41611669972','5','4','440','retail','0','2021-01-26 17:06:22','','','','0','Mpesa',60.69,'110','','','4','','1','2021-01-26 14:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','4','0.00','-2','Inclusive','416116699913314326'),(9153,'41611669972','10','4','80','retail','0','2021-01-26 17:06:31','','','','0','Mpesa',11.03,'20','','','4','','1','2021-01-26 14:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','89.50','85.5','Inclusive','416116699999931294'),(9154,'41611669972','133','4','40','retail','0','2021-01-26 17:06:40','','','','0','Mpesa',5.52,'10','','','4','','1','2021-01-26 14:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','4','0.00','-3.8','Inclusive','416116700092221333'),(9155,'41611669972','19','4','120','retail','0','2021-01-26 17:06:50','','','','0','Mpesa',16.55,'30','','','4','','1','2021-01-26 14:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','4','0.12','-3.76','Inclusive','416116700582320302'),(9156,'41611669972','70','4','200','retail','0','2021-01-26 17:07:39','','','','2','Mpesa',27.59,'50','','','4','','1','2021-01-26 14:07:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','4','0.00','-3.88','Inclusive','416116700682210113'),(9157,'41611728078','3','5','850','retail','0','2021-01-27 09:14:38','','','','0','Cash',117.24,'170','','','4','','1','2021-01-27 06:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416117281050302376'),(9158,'41611728078','11','5','100','retail','0','2021-01-27 09:15:14','','','','0','Cash',13.79,'20','','','4','','1','2021-01-27 06:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','0.00','-2.5','Inclusive','416117281233020303'),(9159,'41611728078','49','5','2100','retail','0','2021-01-27 09:15:24','','','','0','Cash',289.66,'420','','','4','','1','2021-01-27 06:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','5','27.00','22','Inclusive','416117281343113233'),(9160,'41611728078','55','5','300','retail','0','2021-01-27 09:15:35','','','','0','Cash',41.38,'60','','','4','','1','2021-01-27 06:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416117281491312340'),(9161,'41611728078','23','5','150','retail','0','2021-01-27 09:15:55','','','','0','Cash',20.69,'30','','','4','','1','2021-01-27 06:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.09','-4.76','Inclusive','416117281696243332'),(9162,'41611728078','71','0.5','1000','retail','0','2021-01-27 09:16:33','','','','0','Cash',137.93,'2000','','','4','','1','2021-01-27 06:17:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.59','1.09','Inclusive','416117282083228338'),(9163,'41611728234','1','10','3200','retail','0','2021-01-27 09:17:14','','','','159.60','Cash',441.38,'320','','','4','','1','2021-01-27 06:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','10','148.00','138','Inclusive','416117282913042322'),(9164,'41611728234','10','10','200','retail','0','2021-01-27 09:18:12','','','','0','Cash',27.59,'20','','','4','','1','2021-01-27 06:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','10','83.00','73','Inclusive','416117283067334022'),(9165,'41611728234','133','10','100','retail','0','2021-01-27 09:18:27','','','','0','Cash',13.79,'10','','','4','','1','2021-01-27 06:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','10','0.00','-9.5','Inclusive','416117283243102833'),(9166,'41611728234','5','10','1100','retail','0','2021-01-27 09:18:45','','','','0','Cash',151.72,'110','','','4','','1','2021-01-27 06:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','10','0.00','-5','Inclusive','416117283352825352'),(9167,'41611728234','19','10','300','retail','0','2021-01-27 09:18:55','','','','0','Cash',41.38,'30','','','4','','1','2021-01-27 06:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','10','0.12','-9.58','Inclusive','416117283482210118'),(9168,'41611728234','70','10','500','retail','0','2021-01-27 09:19:08','','','','2','Cash',68.97,'50','','','4','','1','2021-01-27 06:24:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','10','0.00','-9.7','Inclusive','416117283593542022'),(9169,'41611734733','1','1','320','retail','0','2021-01-27 11:05:33','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-27 08:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','138.00','137','Inclusive','416117354103413113'),(9170,'41611734733','5','1','110','retail','0','2021-01-27 11:16:51','','','','0','Cash',15.17,'110','','','4','','1','2021-01-27 08:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416117354181707122'),(9171,'41611734733','10','1','20','retail','0','2021-01-27 11:16:58','','','','0','Cash',2.76,'20','','','4','','1','2021-01-27 08:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','73.00','72','Inclusive','416117354247173003'),(9172,'41611734733','133','1','10','retail','0','2021-01-27 11:17:05','','','','0','Cash',1.38,'10','','','4','','1','2021-01-27 08:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416117354311330410'),(9173,'41611734733','23','1','30','retail','0','2021-01-27 11:17:11','','','','0','Cash',4.14,'30','','','4','','1','2021-01-27 08:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416117354370423204'),(9174,'41611734733','70','1','50','retail','0','2021-01-27 11:17:17','','','','2','Cash',6.90,'50','','','4','','1','2021-01-27 08:17:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416117354443712212'),(9175,'41611738563','1','1','320','retail','0','2021-01-27 12:09:23','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-27 09:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','137.00','136','Inclusive','416117385866210138'),(9176,'41611738563','5','1','110','retail','0','2021-01-27 12:09:46','','','','0','Mpesa',15.17,'110','','','4','','1','2021-01-27 09:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416117385931355003'),(9177,'41611738563','10','1','20','retail','0','2021-01-27 12:09:53','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-27 09:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','72.00','71','Inclusive','416117385993339672'),(9178,'41611738563','133','1','10','retail','0','2021-01-27 12:10:00','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-27 09:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416117386092000773'),(9179,'41611738563','15','1','30','retail','0','2021-01-27 12:10:10','','','','0','Mpesa',4.14,'30','','','4','','1','2021-01-27 09:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416117386197223312'),(9180,'41611738563','74','1','50','retail','0','2021-01-27 12:10:20','','','','5','Mpesa',6.90,'50','','','4','','1','2021-01-27 09:10:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416117386294307407'),(9181,'41611738672','3','1','150','retail','0','2021-01-27 12:11:12','','','','0','Cash',20.69,'150','','','4','','1','2021-01-27 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','0.00','0','Inclusive','416117395133005721'),(9182,'41611738672','6','1','60','retail','0','2021-01-27 12:25:13','','','','0','Cash',8.28,'60','','','4','','1','2021-01-27 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416117395277013209'),(9183,'41611738672','11','1','20','retail','0','2021-01-27 12:25:28','','','','0','Cash',2.76,'20','','','4','','1','2021-01-27 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416117395440235000'),(9184,'41611738672','133','1','10','retail','0','2021-01-27 12:25:45','','','','0','Cash',1.38,'10','','','4','','1','2021-01-27 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416117395512133002'),(9185,'41611738672','19','1','10','retail','0','2021-01-27 12:25:52','','','','0','Cash',1.38,'10','','','4','','1','2021-01-27 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','','0.12','0.12','Inclusive','416117395597024222'),(9186,'41611738672','70','1','50','retail','0','2021-01-27 12:26:00','','','','2','Cash',6.90,'50','','','4','','1','2021-01-27 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416117395676333233'),(9187,'41611739624','162','1','50','retail','0','2021-01-27 12:27:04','','','','0','Cash',6.90,'50','','','4','','1','2021-01-27 09:29:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','58.00','57','Inclusive','416117397603236600'),(9188,'41611739782','4','3','660','retail','0','2021-01-27 12:29:42','','','','0','Mpesa',91.03,'220','','','4','','1','2021-01-27 10:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','47.75','44.75','Inclusive','416117442623261204'),(9189,'41611739782','1','2','640','retail','0','2021-01-27 13:44:30','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-01-27 10:46:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','135.50','133.5','Inclusive','416117442790046332'),(9190,'41611744398','163','20','7600','retail','0','2021-01-27 13:46:38','','','','0','Mpesa',1048.28,'380','','','4','','1','2021-01-27 11:27:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','327.59','','213.00','193','Inclusive','416117466697006430'),(9191,'41611746848','1','1','320','retail','0','2021-01-27 14:27:28','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-27 11:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','133.50','132.5','Inclusive','416117470312132313'),(9192,'41611746848','5','1','110','retail','0','2021-01-27 14:30:31','','','','0','Cash',15.17,'110','','','4','','1','2021-01-27 11:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416117470372122142'),(9193,'41611746848','133','1','10','retail','0','2021-01-27 14:30:38','','','','0','Cash',1.38,'10','','','4','','1','2021-01-27 11:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416117470440404333'),(9194,'41611746848','10','1','20','retail','0','2021-01-27 14:30:44','','','','0','Cash',2.76,'20','','','4','','1','2021-01-27 11:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','70.50','69.5','Inclusive','416117470503142034'),(9195,'41611746848','19','1','30','retail','0','2021-01-27 14:30:51','','','','0','Cash',4.14,'30','','','4','','1','2021-01-27 11:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416117470613223303'),(9196,'41611746848','70','1','50','retail','0','2021-01-27 14:31:02','','','','2','Cash',6.90,'50','','','4','','1','2021-01-27 11:34:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416117470737721330'),(9197,'41611747286','1','1','300','retail','0','2021-01-27 14:34:46','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-27 11:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','132.50','131.5','Inclusive','416117482973039142'),(9198,'41611747286','5','1','100','retail','0','2021-01-27 14:51:38','','','','0','Cash',13.79,'100','','','4','','1','2021-01-27 11:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416117483081044332'),(9199,'41611747286','133','1','10','retail','0','2021-01-27 14:51:49','','','','0','Cash',1.38,'10','','','4','','1','2021-01-27 11:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416117483662334230'),(9200,'41611747286','10','1','20','retail','0','2021-01-27 14:52:47','','','','0','Cash',2.76,'20','','','4','','1','2021-01-27 11:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','69.50','68.5','Inclusive','416117483782247124'),(9201,'41611747286','23','1','20','retail','0','2021-01-27 14:52:59','','','','0','Cash',2.76,'20','','','4','','1','2021-01-27 11:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.09','0.09','Inclusive','416117483922436422'),(9202,'41611747286','74','1','50','retail','0','2021-01-27 14:53:12','','','','5','Cash',6.90,'50','','','4','','1','2021-01-27 11:54:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416117484060743401'),(9203,'41611752565','1','1','320','retail','0','2021-01-27 16:02:45','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-27 13:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','131.50','130.5','Inclusive','416117525723324222'),(9204,'41611752565','5','1','110','retail','0','2021-01-27 16:02:52','','','','0','Cash',15.17,'110','','','4','','1','2021-01-27 13:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416117525893230163'),(9205,'41611752565','133','1','10','retail','0','2021-01-27 16:03:09','','','','0','Cash',1.38,'10','','','4','','1','2021-01-27 13:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416117526101731223'),(9206,'41611752565','10','1','20','retail','0','2021-01-27 16:03:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-27 13:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','71.50','70.5','Inclusive','416117526206330034'),(9207,'41611752565','19','1','30','retail','0','2021-01-27 16:03:41','','','','0','Cash',4.14,'30','','','4','','1','2021-01-27 13:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416117526290303927'),(9208,'41611752565','70','1','50','retail','0','2021-01-27 16:03:50','','','','2','Cash',6.90,'50','','','4','','1','2021-01-27 13:04:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416117526395033723'),(9209,'41611822365','3','3','510','retail','0','2021-01-28 11:47:24','','','','0','Cash',70.34,'170','','','4','','1','2021-01-28 09:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416118262003026422'),(9210,'41611822365','6','3','210','retail','0','2021-01-28 12:30:07','','','','0','Cash',28.97,'70','','','4','','1','2021-01-28 09:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','3','0.00','-2.25','Inclusive','416118262412832142'),(9211,'41611822365','11','3','60','retail','0','2021-01-28 12:30:42','','','','0','Cash',8.28,'20','','','4','','1','2021-01-28 09:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','0.00','-1.5','Inclusive','416118262513123236'),(9212,'41611822365','133','3','30','retail','0','2021-01-28 12:30:51','','','','0','Cash',4.14,'10','','','4','','1','2021-01-28 09:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416118262626012303'),(9213,'41611822365','19','3','90','retail','0','2021-01-28 12:31:02','','','','0','Cash',12.41,'30','','','4','','1','2021-01-28 09:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416118262696022333'),(9214,'41611822365','70','3','150','retail','0','2021-01-28 12:31:10','','','','2','Cash',20.69,'50','','','4','','1','2021-01-28 09:31:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416118262812112822'),(9215,'41611826291','85','20','1800','retail','0','2021-01-28 12:31:31','','','','0','Cash',248.28,'90','','','4','','1','2021-01-28 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','575.50','555.5','Inclusive','416118263523013426'),(9216,'41611826291','147','1','400','retail','0','2021-01-28 12:32:43','','','','0','Cash',55.17,'400','','','4','','1','2021-01-28 09:33:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','301.40','300.4','Inclusive','416118263811333221'),(9217,'41611826406','85','5','600','retail','0','2021-01-28 12:33:26','','','','0','Mpesa',82.76,'120','','','4','','1','2021-01-28 09:34:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','5','555.50','550.5','Inclusive','416118264262220286'),(9218,'41611826868','161','10','600','retail','0','2021-01-28 12:41:08','','','','0','Cash',82.76,'60','','','4','','1','2021-01-28 10:57:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1400.00','1390','Inclusive','416118312241312201'),(9219,'41611831433','1','1','300','retail','0','2021-01-28 13:57:13','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','29.00','28','Inclusive','416118321381210202'),(9220,'41611831433','5','1','100','retail','0','2021-01-28 14:08:59','','','','0','Cash',13.79,'100','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416118321700230232'),(9221,'41611831433','10','1','20','retail','0','2021-01-28 14:09:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','69.00','68','Inclusive','416118321788003803'),(9222,'41611831433','133','1','10','retail','0','2021-01-28 14:09:39','','','','0','Cash',1.38,'10','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416118321850243206'),(9223,'41611831433','15','1','20','retail','0','2021-01-28 14:09:45','','','','0','Cash',2.76,'20','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416118321913203311'),(9224,'41611831433','74','1','50','retail','0','2021-01-28 14:09:52','','','','5','Cash',6.90,'50','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416118321981408023'),(9225,'41611831433','38','1','330','retail','0','2021-01-28 14:09:59','','','','0','Cash',45.52,'330','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416118322090123222'),(9226,'41611831433','9','1','60','retail','0','2021-01-28 14:10:09','','','','0','Cash',8.28,'60','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416118322199323210'),(9227,'41611831433','40','1','60','retail','0','2021-01-28 14:10:20','','','','0','Cash',8.28,'60','','','4','','1','2021-01-28 11:10:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416118322263242623'),(9228,'41611832251','147','5','1700','retail','0','2021-01-28 14:10:51','','','','0','Cash',234.48,'340','','','4','','1','2021-01-28 11:12:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','293.10','','300.40','295.4','Inclusive','416118323060122420'),(9229,'41611832345','3','1','170','retail','0','2021-01-28 14:12:25','','','','0','Cash',23.45,'170','','','4','','1','2021-01-28 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416118325221033048'),(9230,'41611832345','6','1','70','retail','0','2021-01-28 14:15:23','','','','0','Cash',9.66,'70','','','4','','1','2021-01-28 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416118325281222301'),(9231,'41611832345','11','1','20','retail','0','2021-01-28 14:15:29','','','','0','Cash',2.76,'20','','','4','','1','2021-01-28 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416118325352005221'),(9232,'41611832345','133','1','10','retail','0','2021-01-28 14:15:36','','','','0','Cash',1.38,'10','','','4','','1','2021-01-28 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416118325421141242'),(9233,'41611832345','15','1','30','retail','0','2021-01-28 14:15:42','','','','0','Cash',4.14,'30','','','4','','1','2021-01-28 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416118325471231183'),(9234,'41611832345','70','1','50','retail','0','2021-01-28 14:15:48','','','','2','Cash',6.90,'50','','','4','','1','2021-01-28 11:16:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416118325560033226'),(9235,'41611832571','85','1','120','retail','0','2021-01-28 14:16:11','','','','0','Cash',16.55,'120','','','4','','1','2021-01-28 11:36:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','550.50','549.5','Inclusive','416118338091113382'),(9236,'41611833820','1','1','320','retail','0','2021-01-28 14:37:00','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-28 12:10:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','27.50','26.5','Inclusive','416118357582213335'),(9237,'41611833820','5','1','110','retail','0','2021-01-28 15:09:19','','','','0','Cash',15.17,'110','','','4','','1','2021-01-28 12:10:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416118357681321222'),(9238,'41611833820','10','1','20','retail','0','2021-01-28 15:09:29','','','','0','Cash',2.76,'20','','','4','','1','2021-01-28 12:10:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','67.50','66.5','Inclusive','416118357776830332'),(9239,'41611833820','133','1','10','retail','0','2021-01-28 15:09:37','','','','0','Cash',1.38,'10','','','4','','1','2021-01-28 12:10:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416118357871885382'),(9240,'41611833820','23','1','30','retail','0','2021-01-28 15:09:48','','','','0','Cash',4.14,'30','','','4','','1','2021-01-28 12:10:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416118357953312202'),(9241,'41611833820','74','1','50','retail','0','2021-01-28 15:09:56','','','','5','Cash',6.90,'50','','','4','','1','2021-01-28 12:10:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416118358040586121'),(9242,'511611902607','195','15','2850','retail','0','2021-01-29 09:43:27','','','','0','Cash',393.10,'190','','','51','','1','2021-01-29 06:45:03','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','163.79','','624.00','609','Inclusive','5116119026270036100'),(9243,'511611902607','98','10','3300','retail','0','2021-01-29 09:44:20','','','','0','Cash',455.17,'0330','','','51','','1','2021-01-29 06:45:03','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','284.48','','854.00','844','Inclusive','5116119026752020203'),(9244,'41611905955','40','5','300','retail','0','2021-01-29 10:39:15','','','','0','Mpesa',41.38,'60','','','4','','1','2021-01-29 07:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','5','0.00','-2.5','Inclusive','416119059722333102'),(9245,'41611905955','9','5','300','retail','0','2021-01-29 10:39:33','','','','0','Mpesa',41.38,'60','','','4','','1','2021-01-29 07:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','5','0.25','-3.5','Inclusive','416119059853892959'),(9246,'41611905955','38','5','1650','retail','0','2021-01-29 10:39:46','','','','0','Mpesa',227.59,'330','','','4','','1','2021-01-29 07:41:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','5','0.00','-2.5','Inclusive','416119060013002001'),(9247,'41611906086','1','1','320','retail','0','2021-01-29 10:41:27','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-29 07:44:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','26.50','25.5','Inclusive','416119061982322200'),(9248,'41611906086','5','1','110','retail','0','2021-01-29 10:43:19','','','','0','Cash',15.17,'110','','','4','','1','2021-01-29 07:44:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416119062096033030'),(9249,'41611906086','10','1','20','retail','0','2021-01-29 10:43:29','','','','0','Cash',2.76,'20','','','4','','1','2021-01-29 07:44:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','116.50','115.5','Inclusive','416119062211213311'),(9250,'41611906086','133','1','10','retail','0','2021-01-29 10:43:42','','','','0','Cash',1.38,'10','','','4','','1','2021-01-29 07:44:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119062392632033'),(9251,'41611906086','15','1','30','retail','0','2021-01-29 10:44:00','','','','0','Cash',4.14,'30','','','4','','1','2021-01-29 07:44:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416119062562023336'),(9252,'41611906086','74','1','50','retail','0','2021-01-29 10:44:17','','','','5','Cash',6.90,'50','','','4','','1','2021-01-29 07:44:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416119062676242302'),(9253,'41611906277','137','1','50','retail','0','2021-01-29 10:44:37','','','','0','Cash',6.90,'50','','','4','','1','2021-01-29 07:44:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416119062884340122'),(9254,'41611906304','1','1','320','retail','0','2021-01-29 10:45:04','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-29 07:47:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','25.50','24.5','Inclusive','416119063571133321'),(9255,'41611906304','5','1','110','retail','0','2021-01-29 10:45:58','','','','0','Cash',15.17,'110','','','4','','1','2021-01-29 07:47:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416119063773620224'),(9256,'41611906304','59','0.25','60','retail','0','2021-01-29 10:46:19','','','','0','Cash',8.28,'240','','','4','','1','2021-01-29 07:47:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','0.25','3.75','3.5','Inclusive','416119063993223622'),(9257,'41611906304','133','1','10','retail','0','2021-01-29 10:46:42','','','','0','Cash',1.38,'10','','','4','','1','2021-01-29 07:47:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119064353213400'),(9258,'41611906304','137','1','50','retail','0','2021-01-29 10:47:16','','','','0','Cash',6.90,'50','','','4','','1','2021-01-29 07:47:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416119064449360342'),(9259,'41611906784','1','1','300','retail','0','2021-01-29 10:53:04','','','','159.60','Cash',41.38,'300','','','4','','1','2021-01-29 08:02:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','24.50','23.5','Inclusive','416119072969222371'),(9260,'41611906784','5','1','100','retail','0','2021-01-29 11:01:37','','','','0','Cash',13.79,'100','','','4','','1','2021-01-29 08:02:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416119073100333033'),(9261,'41611906784','10','1','20','retail','0','2021-01-29 11:01:51','','','','0','Cash',2.76,'20','','','4','','1','2021-01-29 08:02:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','115.50','114.5','Inclusive','416119073181320202'),(9262,'41611906784','133','1','10','retail','0','2021-01-29 11:01:58','','','','0','Cash',1.38,'10','','','4','','1','2021-01-29 08:02:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119073272232303'),(9263,'41611906784','15','1','20','retail','0','2021-01-29 11:02:08','','','','0','Cash',2.76,'20','','','4','','1','2021-01-29 08:02:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416119073360932603'),(9264,'41611906784','70','1','50','retail','0','2021-01-29 11:02:17','','','','2','Cash',6.90,'50','','','4','','1','2021-01-29 08:02:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119073453123339'),(9265,'41611909010','3','1','170','retail','0','2021-01-29 11:30:10','','','','0','Cash',23.45,'170','','','4','','1','2021-01-29 08:38:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','1.00','0','Inclusive','416119094442340903'),(9266,'41611909010','133','1','10','retail','0','2021-01-29 11:37:25','','','','0','Cash',1.38,'10','','','4','','1','2021-01-29 08:38:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119094519230633'),(9267,'41611909010','11','1','20','retail','0','2021-01-29 11:37:31','','','','0','Cash',2.76,'20','','','4','','1','2021-01-29 08:38:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416119094712232330'),(9268,'41611909010','6','1','70','retail','0','2021-01-29 11:37:52','','','','0','Cash',9.66,'70','','','4','','1','2021-01-29 08:38:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416119094933312622'),(9269,'41611909010','15','1','30','retail','0','2021-01-29 11:38:13','','','','0','Cash',4.14,'30','','','4','','1','2021-01-29 08:38:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416119094990302922'),(9270,'41611909010','74','1','50','retail','0','2021-01-29 11:38:20','','','','5','Cash',6.90,'50','','','4','','1','2021-01-29 08:38:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119095080589222'),(9271,'41611909523','2','1','90','retail','0','2021-01-29 11:38:43','','','','0','Mpesa',12.41,'90','','','4','','1','2021-01-29 09:06:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416119110963102309'),(9272,'41611909523','11','1','20','retail','0','2021-01-29 12:04:57','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-29 09:06:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416119111043022324'),(9273,'41611909523','50','1','210','retail','0','2021-01-29 12:05:04','','','','0','Mpesa',28.97,'210','','','4','','1','2021-01-29 09:06:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416119111100620130'),(9274,'41611909523','55','1','50','retail','0','2021-01-29 12:05:10','','','','0','Mpesa',6.90,'50','','','4','','1','2021-01-29 09:06:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416119111202241202'),(9275,'41611909523','71','0.05','100','retail','0','2021-01-29 12:05:33','','','','0','Mpesa',13.79,'2000','','','4','','1','2021-01-29 09:06:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.94','0.89','Inclusive','416119111511512202'),(9276,'41611911196','3','1','170','retail','0','2021-01-29 12:06:36','','','','0','Mpesa',23.45,'170','','','4','','1','2021-01-29 09:07:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416119112063960224'),(9277,'41611911196','11','1','20','retail','0','2021-01-29 12:06:47','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-29 09:07:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416119112171132213'),(9278,'41611911196','133','1','10','retail','0','2021-01-29 12:06:57','','','','0','Mpesa',1.38,'10','','','4','','1','2021-01-29 09:07:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119112242241239'),(9279,'41611911196','70','1','50','retail','0','2021-01-29 12:07:05','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-29 09:07:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119112442091444'),(9280,'41611911196','6','1','70','retail','0','2021-01-29 12:07:34','','','','0','Mpesa',9.66,'70','','','4','','1','2021-01-29 09:07:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416119112710333713'),(9281,'41611911280','1','1','320','retail','0','2021-01-29 12:08:00','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','22.75','21.75','Inclusive','416119112944322292'),(9282,'41611911280','3','1','160','retail','0','2021-01-29 12:08:14','','','','0','Mpesa',22.07,'160','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416119113140011233'),(9283,'41611911280','10','1','20','retail','0','2021-01-29 12:08:34','','','','0','Mpesa',2.76,'20','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','113.00','112','Inclusive','416119113212321131'),(9284,'41611911280','36','1','130','retail','0','2021-01-29 12:08:42','','','','0','Mpesa',17.93,'130','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416119113280412323'),(9285,'41611911280','33','1','130','retail','0','2021-01-29 12:08:49','','','','0','Mpesa',17.93,'130','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416119113830918230'),(9286,'41611911280','48','1','60','retail','0','2021-01-29 12:09:43','','','','0','Mpesa',8.28,'60','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416119113943301333'),(9287,'41611911280','70','1','50','retail','0','2021-01-29 12:09:55','','','','2','Mpesa',6.90,'50','','','4','','1','2021-01-29 09:10:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119114111112302'),(9288,'41611911420','46','1','240','retail','0','2021-01-29 12:10:20','','','','0','Mpesa',33.10,'240','','','4','','1','2021-01-29 09:14:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','1','60.50','59.5','Inclusive','416119116656626223'),(9289,'41611911420','185','2','500','retail','0','2021-01-29 12:14:26','','','','0','Mpesa',68.97,'250','','','4','','1','2021-01-29 09:14:47','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','2','4.00','2','Inclusive','416119116783960220'),(9290,'41611911689','1','30','9000','retail','0','2021-01-29 12:14:49','','','','159.60','Cash',1241.38,'300','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','61.25','31.25','Inclusive','416119208503112031'),(9291,'41611911689','5','30','3000','retail','0','2021-01-29 14:47:31','','','','0','Cash',413.79,'100','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416119208760047320'),(9292,'41611911689','19','15','300','retail','0','2021-01-29 14:47:56','','','','0','Cash',41.38,'20','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416119208852229858'),(9293,'41611911689','15','15','300','retail','0','2021-01-29 14:48:06','','','','0','Cash',41.38,'20','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416119208970266023'),(9294,'41611911689','70','30','1500','retail','0','2021-01-29 14:48:18','','','','2','Cash',206.90,'50','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','30','0.00','-29.1','Inclusive','416119209071221204'),(9295,'41611911689','133','30','300','retail','0','2021-01-29 14:48:28','','','','0','Cash',41.38,'10','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','30','0.00','-28.5','Inclusive','416119211673232669'),(9296,'41611911689','10','30','600','retail','0','2021-01-29 14:52:47','','','','0','Cash',82.76,'20','','','4','','1','2021-01-29 11:53:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','30','112.00','82','Inclusive','416119211790090031'),(9297,'41611922309','1','1','320','retail','0','2021-01-29 15:11:49','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-29 13:36:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','31.25','30.25','Inclusive','416119273367231702'),(9298,'41611922309','5','1','110','retail','0','2021-01-29 16:35:37','','','','0','Cash',15.17,'110','','','4','','1','2021-01-29 13:36:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416119273442003330'),(9299,'41611922309','10','1','20','retail','0','2021-01-29 16:35:45','','','','0','Cash',2.76,'20','','','4','','1','2021-01-29 13:36:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','82.00','81','Inclusive','416119273540354425'),(9300,'41611922309','133','1','10','retail','0','2021-01-29 16:35:55','','','','0','Cash',1.38,'10','','','4','','1','2021-01-29 13:36:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119273624600212'),(9301,'41611922309','15','1','30','retail','0','2021-01-29 16:36:14','','','','0','Cash',4.14,'30','','','4','','1','2021-01-29 13:36:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416119273813224033'),(9302,'41611922309','74','1','50','retail','0','2021-01-29 16:36:21','','','','5','Cash',6.90,'50','','','4','','1','2021-01-29 13:36:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119273894221228'),(9303,'41611927397','137','1','50','retail','0','2021-01-29 16:36:37','','','','0','Cash',6.90,'50','','','4','','1','2021-01-29 13:37:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416119274160032633'),(9304,'41611930019','1','1','320','retail','0','2021-01-29 17:20:19','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-29 14:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','30.25','29.25','Inclusive','416119300282232632'),(9305,'41611930019','5','1','110','retail','0','2021-01-29 17:20:28','','','','0','Cash',15.17,'110','','','4','','1','2021-01-29 14:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416119300354053030'),(9306,'41611930019','10','1','20','retail','0','2021-01-29 17:20:36','','','','0','Cash',2.76,'20','','','4','','1','2021-01-29 14:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','81.00','80','Inclusive','416119300500220303'),(9307,'41611930019','133','1','10','retail','0','2021-01-29 17:20:50','','','','0','Cash',1.38,'10','','','4','','1','2021-01-29 14:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416119300573200932'),(9308,'41611930019','19','1','30','retail','0','2021-01-29 17:20:57','','','','0','Cash',4.14,'30','','','4','','1','2021-01-29 14:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416119300642022013'),(9309,'41611930019','70','1','50','retail','0','2021-01-29 17:21:05','','','','2','Cash',6.90,'50','','','4','','1','2021-01-29 14:21:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119300729222062'),(9310,'41611992138','161','20','950','retail','0','2021-01-30 10:35:38','','','','0','Cash',131.03,'47.50','','','4','','1','2021-01-30 07:36:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1390.00','1370','Inclusive','416119921500203224'),(9311,'41611992169','51','5','700','retail','0','2021-01-30 10:36:10','','','','0','Cash',96.55,'140','','','4','','1','2021-01-30 08:14:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','5','25.00','20','Inclusive','416119943677041321'),(9312,'41611992169','110','1','100','retail','0','2021-01-30 11:12:48','','','','0','Cash',13.79,'100','','','4','','1','2021-01-30 08:14:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','275.00','274','Inclusive','416119943902020429'),(9313,'41611994444','74','1','50','retail','0','2021-01-30 11:14:04','','','','5','Cash',6.90,'50','','','4','','1','2021-01-30 08:15:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416119945102205333'),(9314,'41611994521','185','1','250','retail','0','2021-01-30 11:15:21','','','','0','Cash',34.48,'250','','','4','','1','2021-01-30 08:33:26','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','1','2.00','1','Inclusive','416119956012024320'),(9315,'41611996587','1','1','320','retail','0','2021-01-30 11:49:47','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','30.25','29.25','Inclusive','416119999064466323'),(9316,'41611996587','3','1','160','retail','0','2021-01-30 12:45:07','','','','0','Cash',22.07,'160','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416119999201209301'),(9317,'41611996587','10','1','20','retail','0','2021-01-30 12:45:20','','','','0','Cash',2.76,'20','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','80.00','79','Inclusive','416119999272222370'),(9318,'41611996587','33','1','130','retail','0','2021-01-30 12:45:28','','','','0','Cash',17.93,'130','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416119999433223222'),(9319,'41611996587','46','1','240','retail','0','2021-01-30 12:45:43','','','','0','Cash',33.10,'240','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','206.90','1','59.50','58.5','Inclusive','416120000813103301'),(9320,'41611996587','36','1','130','retail','0','2021-01-30 12:48:02','','','','0','Cash',17.93,'130','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416120001480231303'),(9321,'41611996587','27','1','20','retail','0','2021-01-30 12:49:09','','','','0','Cash',2.76,'20','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.03','0.03','Inclusive','416120001610220230'),(9322,'41611996587','71','0.025','50','retail','0','2021-01-30 12:49:38','','','','0','Cash',6.90,'2000','','','4','','1','2021-01-30 09:57:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.83','0.805','Inclusive','416120001903023242'),(9323,'41612000667','1','1','320','retail','0','2021-01-30 12:57:47','','','','159.60','Cash',44.14,'320','','','4','','1','2021-01-30 10:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','28.75','27.75','Inclusive','416120022131314300'),(9324,'41612000667','10','1','20','retail','0','2021-01-30 13:23:33','','','','0','Cash',2.76,'20','','','4','','1','2021-01-30 10:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','79.00','78','Inclusive','416120022213130230'),(9325,'41612000667','133','1','10','retail','0','2021-01-30 13:23:41','','','','0','Cash',1.38,'10','','','4','','1','2021-01-30 10:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416120022362301023'),(9326,'41612000667','5','1','110','retail','0','2021-01-30 13:23:57','','','','0','Cash',15.17,'110','','','4','','1','2021-01-30 10:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416120022442103123'),(9327,'41612000667','19','1','30','retail','0','2021-01-30 13:24:04','','','','0','Cash',4.14,'30','','','4','','1','2021-01-30 10:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416120022533622312'),(9328,'41612000667','74','1','50','retail','0','2021-01-30 13:24:14','','','','5','Cash',6.90,'50','','','4','','1','2021-01-30 10:24:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416120022662322220'),(9329,'41612163586','85','5','500','retail','0','2021-02-01 10:13:06','','','','0','Cash',68.97,'100','','','4','','1','2021-02-01 08:19:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','549.50','544.5','Inclusive','416121675362332322'),(9330,'41612167575','147','5','1800','retail','0','2021-02-01 11:19:35','','','','0','Invoice',248.28,'360','','','4','','1','2021-02-01 08:22:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','295.40','290.4','Inclusive','416121675969364053'),(9331,'41612168596','1','1','320','retail','0','2021-02-01 11:36:36','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','27.75','26.75','Inclusive','416121688610001448'),(9332,'41612168596','2','1','90','retail','0','2021-02-01 11:41:02','','','','0','Mpesa',12.41,'90','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416121688682323210'),(9333,'41612168596','5','1','110','retail','0','2021-02-01 11:41:09','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416121688762343620'),(9334,'41612168596','10','1','20','retail','0','2021-02-01 11:41:17','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','78.00','77','Inclusive','416121688840221232'),(9335,'41612168596','19','1','30','retail','0','2021-02-01 11:41:25','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416121688912894636'),(9336,'41612168596','70','1','50','retail','0','2021-02-01 11:41:32','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416121689011231306'),(9337,'41612168596','133','1','10','retail','0','2021-02-01 11:41:41','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416121689402332212'),(9338,'41612168596','2','1','90','retail','0','2021-02-01 11:42:20','','','','0','Mpesa',12.41,'90','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416121689503264266'),(9339,'41612168596','11','1','20','retail','0','2021-02-01 11:42:30','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416121689562342262'),(9340,'41612168596','50','1','210','retail','0','2021-02-01 11:42:37','','','','0','Mpesa',28.97,'210','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416121689644331309'),(9341,'41612168596','55','1','50','retail','0','2021-02-01 11:43:05','','','','0','Mpesa',6.90,'50','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416121689943809360'),(9342,'41612168596','23','1','30','retail','0','2021-02-01 11:43:14','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416121690013120362'),(9343,'41612168596','71','0.05','100','retail','0','2021-02-01 11:43:29','','','','0','Mpesa',13.79,'2000','','','4','','1','2021-02-01 08:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.78','0.73','Inclusive','416121690282230243'),(9344,'41612169050','1','1','320','retail','0','2021-02-01 11:44:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-01 09:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','26.25','25.25','Inclusive','416121716370207123'),(9345,'41612169050','4','1','220','retail','0','2021-02-01 12:27:17','','','','0','Cash',30.34,'220','','','4','','1','2021-02-01 09:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','42.25','41.25','Inclusive','416121716453225524'),(9346,'41612169050','133','2','20','retail','0','2021-02-01 12:27:50','','','','0','Cash',2.76,'10','','','4','','1','2021-02-01 09:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416121716771410331'),(9347,'41612169050','10','1','20','retail','0','2021-02-01 12:27:58','','','','0','Cash',2.76,'20','','','4','','1','2021-02-01 09:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','76.50','75.5','Inclusive','416121716962320331'),(9348,'41612169050','19','1','30','retail','0','2021-02-01 12:28:17','','','','0','Cash',4.14,'30','','','4','','1','2021-02-01 09:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416121717043224323'),(9349,'41612169050','70','1','50','retail','0','2021-02-01 12:28:25','','','','2','Cash',6.90,'50','','','4','','1','2021-02-01 09:29:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416121717180324330'),(9350,'41612171799','1','3','960','retail','0','2021-02-01 12:29:59','','','','159.60','Cash',132.41,'320','','','4','','1','2021-02-01 09:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','25.25','22.25','Inclusive','416121724362426000'),(9351,'41612171799','5','3','330','retail','0','2021-02-01 12:40:46','','','','0','Cash',45.52,'110','','','4','','1','2021-02-01 09:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416121724612220410'),(9352,'41612171799','10','3','60','retail','0','2021-02-01 12:41:02','','','','0','Cash',8.28,'20','','','4','','1','2021-02-01 09:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','75.50','72.5','Inclusive','416121724782002402'),(9353,'41612171799','133','3','30','retail','0','2021-02-01 12:41:19','','','','0','Cash',4.14,'10','','','4','','1','2021-02-01 09:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416121724878332202'),(9354,'41612171799','15','3','90','retail','0','2021-02-01 12:41:28','','','','0','Cash',12.41,'30','','','4','','1','2021-02-01 09:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416121724973413072'),(9355,'41612171799','74','3','150','retail','0','2021-02-01 12:41:38','','','','5','Cash',20.69,'50','','','4','','1','2021-02-01 09:41:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416121725102071030'),(9356,'41612179125','1','2','640','retail','0','2021-02-01 14:32:05','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-02-01 11:36:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','22.25','20.25','Inclusive','416121791364333333'),(9357,'41612179125','4','2','440','retail','0','2021-02-01 14:32:17','','','','0','Mpesa',60.69,'220','','','4','','1','2021-02-01 11:36:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','39.75','37.75','Inclusive','416121791497124102'),(9358,'41612179125','10','1','20','retail','0','2021-02-01 14:32:42','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-01 11:36:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','72.50','71.5','Inclusive','416121791733733322'),(9359,'41612179125','133','4','40','retail','0','2021-02-01 14:32:53','','','','0','Mpesa',5.52,'10','','','4','','1','2021-02-01 11:36:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','4','0.00','-3.8','Inclusive','416121791892121202'),(9360,'41612179125','38','2','660','retail','0','2021-02-01 14:33:09','','','','0','Mpesa',91.03,'330','','','4','','1','2021-02-01 11:36:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','2','0.00','-1','Inclusive','416121792033210146'),(9361,'41612179125','40','1','60','retail','0','2021-02-01 14:33:24','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-01 11:36:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','4.00','3','Inclusive','416121792132329363'),(9362,'41612179365','1','1','340','retail','0','2021-02-01 14:36:05','','','','159.60','Mpesa',46.90,'340','','','4','','1','2021-02-01 11:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','293.10','','20.25','19.25','Inclusive','416121794343331230'),(9363,'41612179365','5','1','130','retail','0','2021-02-01 14:37:20','','','','0','Mpesa',17.93,'130','','','4','','1','2021-02-01 11:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','','0.00','0','Inclusive','416121794522235233'),(9364,'41612179365','10','1','20','retail','0','2021-02-01 14:38:20','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-01 11:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','71.50','70.5','Inclusive','416121795073122323'),(9365,'41612179606','1','20','6000','retail','0','2021-02-01 14:40:06','','','','159.60','Cash',827.59,'300','','','4','','1','2021-02-01 11:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','59.25','39.25','Inclusive','416121805446224008'),(9366,'41612179606','4','20','5000','retail','0','2021-02-01 14:56:10','','','','0','Cash',689.66,'250','','','4','','1','2021-02-01 11:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','215.52','','76.75','56.75','Inclusive','416121805842323033'),(9367,'41612179606','37','8','4000','retail','0','2021-02-01 14:57:10','','','','250.00','Cash',551.72,'500','','','4','','1','2021-02-01 11:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','10.00','2','Inclusive','416121806580122801'),(9368,'41612179606','7','6','1200','retail','0','2021-02-01 14:58:11','','','','0','Cash',165.52,'200','','','4','','1','2021-02-01 11:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','6','53.60','47.6','Inclusive','416121807050308161'),(9369,'41612179606','27','1','30','retail','0','2021-02-01 14:58:26','','','','0','Cash',4.14,'30','','','4','','1','2021-02-01 11:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416121807202030033'),(9370,'41612180737','1','1','320','retail','0','2021-02-01 14:58:57','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-01 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','39.25','38.25','Inclusive','416121810973080309'),(9371,'41612180737','5','1','110','retail','0','2021-02-01 15:04:58','','','','0','Cash',15.17,'110','','','4','','1','2021-02-01 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416121811093040632'),(9372,'41612180737','133','1','10','retail','0','2021-02-01 15:05:10','','','','0','Cash',1.38,'10','','','4','','1','2021-02-01 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416121811171823112'),(9373,'41612180737','70','1','50','retail','0','2021-02-01 15:19:20','','','','2','Cash',6.90,'50','','','4','','1','2021-02-01 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416121820430333233'),(9374,'41612180737','15','1','30','retail','0','2021-02-01 15:21:01','','','','0','Cash',4.14,'30','','','4','','1','2021-02-01 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416121820766422222'),(9375,'41612180737','10','1','20','retail','0','2021-02-01 15:21:17','','','','0','Cash',2.76,'20','','','4','','1','2021-02-01 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','121.50','120.5','Inclusive','416121820848320202'),(9376,'41612182090','94','1','150','retail','0','2021-02-01 15:21:30','','','','0','Cash',20.69,'150','','','4','','1','2021-02-01 12:22:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','82.00','81','Inclusive','416121821241133320'),(9377,'41612182145','3','1','170','retail','0','2021-02-01 15:27:26','','','','0','Cash',23.45,'170','','','4','','1','2021-02-01 12:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416121824752432231'),(9378,'41612182145','5','1','110','retail','0','2021-02-01 15:27:55','','','','0','Cash',15.17,'110','','','4','','1','2021-02-01 12:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416121824831032212'),(9379,'41612182145','133','1','10','retail','0','2021-02-01 15:28:04','','','','0','Cash',1.38,'10','','','4','','1','2021-02-01 12:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416121824982233243'),(9380,'41612182145','19','1','30','retail','0','2021-02-01 15:28:19','','','','0','Cash',4.14,'30','','','4','','1','2021-02-01 12:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416121825063421032'),(9381,'41612182145','11','1','20','retail','0','2021-02-01 15:29:04','','','','0','Cash',2.76,'20','','','4','','1','2021-02-01 12:29:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416121825543020204'),(9382,'41612245381','1','2','640','retail','0','2021-02-02 08:56:21','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-02 06:03:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','38.75','36.75','Inclusive','416122454064431222'),(9383,'41612245381','5','2','220','retail','0','2021-02-02 08:56:47','','','','0','Cash',30.34,'110','','','4','','1','2021-02-02 06:03:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416122454213122143'),(9384,'41612245381','10','2','40','retail','0','2021-02-02 08:57:16','','','','0','Cash',5.52,'20','','','4','','1','2021-02-02 06:03:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','120.00','118','Inclusive','416122454472337210'),(9385,'41612245381','133','2','20','retail','0','2021-02-02 08:57:28','','','','0','Cash',2.76,'10','','','4','','1','2021-02-02 06:03:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','1.00','-0.9','Inclusive','416122454602231410'),(9386,'41612245381','15','2','60','retail','0','2021-02-02 08:57:41','','','','0','Cash',8.28,'30','','','4','','1','2021-02-02 06:03:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416122454723322543'),(9387,'41612245381','70','2','100','retail','0','2021-02-02 08:57:53','','','','2','Cash',13.79,'50','','','4','','1','2021-02-02 06:03:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416122455135213222'),(9388,'41612246141','38','1','330','retail','0','2021-02-02 09:09:01','','','','0','Mpesa',45.52,'330','','','4','','1','2021-02-02 07:02:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416122493339623334'),(9389,'41612246141','40','1','60','retail','0','2021-02-02 10:02:14','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-02 07:02:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','3.00','2','Inclusive','416122493463342332'),(9390,'41612246141','9','1','60','retail','0','2021-02-02 10:02:27','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-02 07:02:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416122493653123004'),(9391,'41612249382','1','1','320','retail','0','2021-02-02 10:03:02','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-02 07:20:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','36.75','35.75','Inclusive','416122503054233352'),(9392,'41612249382','5','1','110','retail','0','2021-02-02 10:18:26','','','','0','Cash',15.17,'110','','','4','','1','2021-02-02 07:20:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416122503164545023'),(9393,'41612249382','10','1','20','retail','0','2021-02-02 10:18:37','','','','0','Cash',2.76,'20','','','4','','1','2021-02-02 07:20:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','118.00','117','Inclusive','416122503232132042'),(9394,'41612249382','133','1','10','retail','0','2021-02-02 10:18:44','','','','0','Cash',1.38,'10','','','4','','1','2021-02-02 07:20:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416122503882213432'),(9395,'41612249382','23','1','30','retail','0','2021-02-02 10:19:49','','','','0','Cash',4.14,'30','','','4','','1','2021-02-02 07:20:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416122504240232202'),(9396,'41612249382','70','1','50','retail','0','2021-02-02 10:20:25','','','','2','Cash',6.90,'50','','','4','','1','2021-02-02 07:20:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416122504316020434'),(9397,'41612250458','2','1','90','retail','0','2021-02-02 10:20:58','','','','0','Cash',12.41,'90','','','4','','1','2021-02-02 07:21:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416122504681223323'),(9398,'41612250474','1','1','320','retail','0','2021-02-02 10:21:14','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-02 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','35.50','34.5','Inclusive','416122506363213320'),(9399,'41612250474','5','1','110','retail','0','2021-02-02 10:23:57','','','','0','Cash',15.17,'110','','','4','','1','2021-02-02 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416122506426233300'),(9400,'41612250474','133','1','10','retail','0','2021-02-02 10:24:03','','','','0','Cash',1.38,'10','','','4','','1','2021-02-02 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416122506510252100'),(9401,'41612250474','15','1','30','retail','0','2021-02-02 10:24:11','','','','0','Cash',4.14,'30','','','4','','1','2021-02-02 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416122507673333240'),(9402,'41612250474','74','1','50','retail','0','2021-02-02 10:26:08','','','','5','Cash',6.90,'50','','','4','','1','2021-02-02 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416122507742303273'),(9403,'41612250474','10','1','20','retail','0','2021-02-02 10:26:15','','','','0','Cash',2.76,'20','','','4','','1','2021-02-02 07:26:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','117.00','116','Inclusive','416122507853204353'),(9404,'41612250791','1','1','320','retail','0','2021-02-02 10:26:31','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-02 07:32:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','34.50','33.5','Inclusive','416122510590334053'),(9405,'41612250791','2','1','90','retail','0','2021-02-02 10:31:00','','','','0','Cash',12.41,'90','','','4','','1','2021-02-02 07:32:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416122510672201231'),(9406,'41612250791','10','1','20','retail','0','2021-02-02 10:31:07','','','','0','Cash',2.76,'20','','','4','','1','2021-02-02 07:32:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','116.00','115','Inclusive','416122510793303720'),(9407,'41612250791','33','1','130','retail','0','2021-02-02 10:31:20','','','','0','Cash',17.93,'130','','','4','','1','2021-02-02 07:32:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416122510882022322'),(9408,'41612250791','169','1','50','retail','0','2021-02-02 10:31:29','','','','0','Cash',6.90,'50','','','4','','1','2021-02-02 07:32:08','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416122511233422026'),(9409,'41612251130','1','2','600','retail','0','2021-02-02 10:32:10','','','','159.60','Cash',82.76,'300','','','4','','1','2021-02-02 08:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','33.25','31.25','Inclusive','416122530492343432'),(9410,'41612251130','5','2','200','retail','0','2021-02-02 11:04:09','','','','0','Cash',27.59,'100','','','4','','1','2021-02-02 08:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416122530575620002'),(9411,'41612251130','133','2','20','retail','0','2021-02-02 11:04:18','','','','0','Cash',2.76,'10','','','4','','1','2021-02-02 08:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416122530792027072'),(9412,'41612251130','10','2','40','retail','0','2021-02-02 11:04:39','','','','0','Cash',5.52,'20','','','4','','1','2021-02-02 08:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','115.00','113','Inclusive','416122530933123222'),(9413,'41612251130','19','2','40','retail','0','2021-02-02 11:04:53','','','','0','Cash',5.52,'20','','','4','','1','2021-02-02 08:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416122531022204056'),(9414,'41612251130','70','2','100','retail','0','2021-02-02 11:05:03','','','','2','Cash',13.79,'50','','','4','','1','2021-02-02 08:05:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416122531151554245'),(9415,'41612253141','147','1','500','retail','0','2021-02-02 11:05:41','','','','0','Cash',68.97,'500','','','4','','1','2021-02-02 08:08:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','1','290.40','289.4','Inclusive','416122533302421250'),(9416,'41612253336','38','1','330','retail','0','2021-02-02 11:08:56','','','','0','Cash',45.52,'330','','','4','','1','2021-02-02 08:36:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416122549360222600'),(9417,'41612253336','40','1','60','retail','0','2021-02-02 11:35:37','','','','0','Cash',8.28,'60','','','4','','1','2021-02-02 08:36:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','2.00','1','Inclusive','416122549452325205'),(9418,'41612253336','9','1','60','retail','0','2021-02-02 11:35:45','','','','0','Cash',8.28,'60','','','4','','1','2021-02-02 08:36:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416122549570432375'),(9419,'41612257014','147','5','2000','retail','0','2021-02-02 12:10:14','','','','0','Mpesa',275.86,'400','','','4','','1','2021-02-02 09:11:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','289.40','284.4','Inclusive','416122570342402221'),(9420,'41612257067','161','20','950','retail','0','2021-02-02 12:11:07','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-02 09:27:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1370.00','1350','Inclusive','416122579540233022'),(9421,'41612258028','1','2','640','retail','0','2021-02-02 12:27:08','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-02-02 09:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','30.25','27.25','Inclusive','416122590552521522'),(9422,'41612258028','3','2','340','retail','0','2021-02-02 12:44:16','','','','0','Mpesa',46.90,'170','','','4','','1','2021-02-02 09:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416122590802033121'),(9423,'41612258028','133','2','20','retail','0','2021-02-02 12:45:05','','','','0','Mpesa',2.76,'10','','','4','','1','2021-02-02 09:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416122592402323001'),(9424,'41612258028','10','2','40','retail','0','2021-02-02 12:47:21','','','','0','Mpesa',5.52,'20','','','4','','1','2021-02-02 09:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','113.00','111','Inclusive','416122592511210332'),(9425,'41612258028','137','2','100','retail','0','2021-02-02 12:47:32','','','','0','Mpesa',13.79,'50','','','4','','1','2021-02-02 09:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.8','Inclusive','416122592670322930'),(9426,'41612258028','5','2','220','retail','0','2021-02-02 12:47:47','','','','0','Mpesa',30.34,'110','','','4','','1','2021-02-02 09:50:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','','0.00','0','Inclusive','416122593211423233'),(9427,'41612259447','1','1','300','retail','0','2021-02-02 12:50:47','','','','159.60','Mpesa',41.38,'300','','','4','','1','2021-02-02 10:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','27.25','26.25','Inclusive','416122609783323282'),(9428,'41612259447','5','1','100','retail','0','2021-02-02 13:16:19','','','','0','Mpesa',13.79,'100','','','4','','1','2021-02-02 10:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416122609963320962'),(9429,'41612259447','133','1','10','retail','0','2021-02-02 13:16:36','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-02 10:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416122610050000123'),(9430,'41612259447','10','1','20','retail','0','2021-02-02 13:16:46','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-02 10:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','111.00','110','Inclusive','416122610254210222'),(9431,'41612259447','15','1','20','retail','0','2021-02-02 13:17:07','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-02 10:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416122610484222823'),(9432,'41612259447','70','1','50','retail','0','2021-02-02 13:17:29','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-02 10:18:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416122610622221230'),(9433,'41612261136','161','5','300','retail','0','2021-02-02 13:18:56','','','','0','Mpesa',41.38,'60','','','4','','1','2021-02-02 10:19:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1350.00','1345','Inclusive','416122611573043212'),(9434,'41612261189','7','2','400','retail','0','2021-02-02 13:19:49','','','','0','Cash',55.17,'200','','','4','','1','2021-02-02 10:53:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','46.60','44.6','Inclusive','416122631986189622'),(9435,'41612263500','143','2','600','retail','0','2021-02-02 13:58:20','','','','2','Cash',82.76,'300','','','4','','1','2021-02-02 11:02:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','2','2.00','0','Inclusive','416122637572212335'),(9436,'41612263765','1','1','320','retail','0','2021-02-02 14:02:45','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-02 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','26.25','25.25','Inclusive','416122645465324336'),(9437,'41612263765','5','1','110','retail','0','2021-02-02 14:15:47','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-02 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416122645554523232'),(9438,'41612263765','133','1','10','retail','0','2021-02-02 14:15:55','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-02 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416122645644223660'),(9439,'41612263765','10','1','20','retail','0','2021-02-02 14:16:04','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-02 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','110.00','109','Inclusive','416122645726402007'),(9440,'41612263765','15','1','30','retail','0','2021-02-02 14:16:12','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-02 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416122645851304620'),(9441,'41612263765','71','0.025','50','retail','0','2021-02-02 14:16:26','','','','0','Mpesa',6.90,'2000','','','4','','1','2021-02-02 11:17:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.61','0.59','Inclusive','416122646080330023'),(9442,'41612264734','1','1','320','retail','0','2021-02-02 14:18:54','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-02 11:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','25.25','24.25','Inclusive','416122648228422230'),(9443,'41612264734','5','1','110','retail','0','2021-02-02 14:20:22','','','','0','Cash',15.17,'110','','','4','','1','2021-02-02 11:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416122648302322622'),(9444,'41612264734','10','1','20','retail','0','2021-02-02 14:20:32','','','','0','Cash',2.76,'20','','','4','','1','2021-02-02 11:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','109.00','108','Inclusive','416122648402030022'),(9445,'41612264734','133','1','10','retail','0','2021-02-02 14:20:41','','','','0','Cash',1.38,'10','','','4','','1','2021-02-02 11:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416122648552032202'),(9446,'41612264734','19','1','30','retail','0','2021-02-02 14:20:55','','','','0','Cash',4.14,'30','','','4','','1','2021-02-02 11:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416122648632248326'),(9447,'41612264734','74','1','50','retail','0','2021-02-02 14:21:03','','','','5','Cash',6.90,'50','','','4','','1','2021-02-02 11:23:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','2.00','1','Inclusive','416122648736333223'),(9448,'41612266978','1','2','640','retail','0','2021-02-02 14:56:18','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-02 12:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','24.25','22.25','Inclusive','416122700072300703'),(9449,'41612266978','5','2','220','retail','0','2021-02-02 15:46:48','','','','0','Cash',30.34,'110','','','4','','1','2021-02-02 12:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416122700183103330'),(9450,'41612266978','10','2','40','retail','0','2021-02-02 15:46:59','','','','0','Cash',5.52,'20','','','4','','1','2021-02-02 12:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','108.00','106','Inclusive','416122700631232600'),(9451,'41612266978','133','2','20','retail','0','2021-02-02 15:47:43','','','','0','Cash',2.76,'10','','','4','','1','2021-02-02 12:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416122700782320332'),(9452,'41612266978','19','2','60','retail','0','2021-02-02 15:47:58','','','','0','Cash',8.28,'30','','','4','','1','2021-02-02 12:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416122700933122230'),(9453,'41612266978','74','2','100','retail','0','2021-02-02 15:48:14','','','','5','Cash',13.79,'50','','','4','','1','2021-02-02 12:51:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','1.00','-0.94','Inclusive','416122701140400233'),(9454,'41612270284','11','1','20','retail','0','2021-02-02 15:51:24','','','','0','Cash',2.76,'20','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416122703494323303'),(9455,'41612270284','3','1','160','retail','0','2021-02-02 15:52:29','','','','0','Cash',22.07,'160','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416122703662122303'),(9456,'41612270284','2','1','90','retail','0','2021-02-02 15:52:46','','','','0','Cash',12.41,'90','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416122703773122033'),(9457,'41612270284','137','1','50','retail','0','2021-02-02 15:52:58','','','','0','Cash',6.90,'50','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416122703861221377'),(9458,'41612270284','138','1','50','retail','0','2021-02-02 15:53:07','','','','0','Cash',6.90,'50','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416122703980222236'),(9459,'41612270284','139','1','50','retail','0','2021-02-02 15:53:19','','','','0','Cash',6.90,'50','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.10','0.1','Inclusive','416122704080200024'),(9460,'41612270284','27','1','30','retail','0','2021-02-02 15:53:29','','','','0','Cash',4.14,'30','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416122704203222262'),(9461,'41612270284','169','1','50','retail','0','2021-02-02 15:53:40','','','','0','Cash',6.90,'50','','','4','','1','2021-02-02 12:53:54','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416122704280332443'),(9462,'41612270436','185','1','250','retail','0','2021-02-02 15:53:57','','','','0','Cash',34.48,'250','','','4','','1','2021-02-02 12:55:11','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','1','1.00','0','Inclusive','416122704922342209'),(9463,'41612270513','97','1','100','retail','0','2021-02-02 15:55:13','','','','0','Cash',13.79,'100','','','4','','1','2021-02-02 13:14:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','1','25.00','24','Inclusive','416122716723007317'),(9464,'41612271682','3','1','170','retail','0','2021-02-02 16:14:42','','','','0','Cash',23.45,'170','','','4','','1','2021-02-02 13:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416122732834317223'),(9465,'41612271682','6','1','70','retail','0','2021-02-02 16:41:24','','','','0','Cash',9.66,'70','','','4','','1','2021-02-02 13:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416122732932223021'),(9466,'41612271682','11','1','20','retail','0','2021-02-02 16:41:33','','','','0','Cash',2.76,'20','','','4','','1','2021-02-02 13:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416122733024022322'),(9467,'41612271682','133','1','10','retail','0','2021-02-02 16:41:42','','','','0','Cash',1.38,'10','','','4','','1','2021-02-02 13:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416122733472024226'),(9468,'41612271682','15','1','30','retail','0','2021-02-02 16:42:27','','','','0','Cash',4.14,'30','','','4','','1','2021-02-02 13:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416122733562033221'),(9469,'41612271682','70','1','50','retail','0','2021-02-02 16:42:37','','','','2','Cash',6.90,'50','','','4','','1','2021-02-02 13:42:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416122733640202333'),(9470,'41612332917','85','1','120','retail','0','2021-02-03 09:15:18','','','','0','Cash',16.55,'120','','','4','','1','2021-02-03 06:20:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','544.50','543.5','Inclusive','416123332253033223'),(9471,'41612334288','3','1','170','retail','0','2021-02-03 09:38:08','','','','0','Cash',23.45,'170','','','4','','1','2021-02-03 06:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416123343144302403'),(9472,'41612334288','6','1','70','retail','0','2021-02-03 09:38:35','','','','0','Cash',9.66,'70','','','4','','1','2021-02-03 06:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416123343262223334'),(9473,'41612334288','11','1','20','retail','0','2021-02-03 09:38:48','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 06:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416123343393000322'),(9474,'41612334288','133','1','10','retail','0','2021-02-03 09:39:00','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 06:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123343501261306'),(9475,'41612334288','15','1','30','retail','0','2021-02-03 09:39:11','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 06:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416123343674336422'),(9476,'41612334288','71','0.025','50','retail','0','2021-02-03 09:39:28','','','','0','Cash',6.90,'2000','','','4','','1','2021-02-03 06:40:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.53','0.505','Inclusive','416123343843301424'),(9477,'41612334440','3','1','160','retail','0','2021-02-03 09:40:40','','','','0','Cash',22.07,'160','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','0.00','0','Inclusive','416123362752222302'),(9478,'41612334440','2','1','90','retail','0','2021-02-03 10:11:15','','','','0','Cash',12.41,'90','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416123362823363030'),(9479,'41612334440','11','1','20','retail','0','2021-02-03 10:11:27','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416123362992233632'),(9480,'41612334440','137','1','50','retail','0','2021-02-03 10:11:40','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416123363063046322'),(9481,'41612334440','138','1','50','retail','0','2021-02-03 10:11:46','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416123363133322322'),(9482,'41612334440','139','1','50','retail','0','2021-02-03 10:11:54','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416123363223232230'),(9483,'41612334440','70','1','50','retail','0','2021-02-03 10:12:03','','','','2','Cash',6.90,'50','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416123363334020443'),(9484,'41612334440','27','1','30','retail','0','2021-02-03 10:12:13','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 07:12:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416123363420003334'),(9485,'41612336356','3','1','140','retail','0','2021-02-03 10:12:36','','','','0','Cash',19.31,'140','','','4','','1','2021-02-03 07:29:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','0.00','0','Inclusive','416123371972322716'),(9486,'41612336356','6','1','60','retail','0','2021-02-03 10:26:38','','','','0','Cash',8.28,'60','','','4','','1','2021-02-03 07:29:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416123372254044250'),(9487,'41612336356','11','1','20','retail','0','2021-02-03 10:27:06','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 07:29:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416123372347333013'),(9488,'41612336356','133','1','10','retail','0','2021-02-03 10:27:15','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 07:29:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123372422332322'),(9489,'41612336356','19','1','20','retail','0','2021-02-03 10:27:23','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 07:29:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416123372502230235'),(9490,'41612336356','71','0.025','50','retail','0','2021-02-03 10:27:31','','','','0','Cash',6.90,'2000','','','4','','1','2021-02-03 07:29:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.51','0.49','Inclusive','416123372722202210'),(9491,'41612337352','94','20','2300','retail','0','2021-02-03 10:29:12','','','','0','Cash',317.24,'115','','','4','','1','2021-02-03 07:31:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','99.14','','81.00','61','Inclusive','416123374052504223'),(9492,'41612337464','1','3','960','retail','0','2021-02-03 10:31:04','','','','159.60','Mpesa',132.41,'320','','','4','','1','2021-02-03 07:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','19.25','16.25','Inclusive','416123386292202633'),(9493,'41612337464','5','3','330','retail','0','2021-02-03 10:50:36','','','','0','Mpesa',45.52,'110','','','4','','1','2021-02-03 07:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416123386473832224'),(9494,'41612337464','10','3','60','retail','0','2021-02-03 10:50:48','','','','0','Mpesa',8.28,'20','','','4','','1','2021-02-03 07:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','103.50','100.5','Inclusive','416123386562033402'),(9495,'41612337464','133','3','30','retail','0','2021-02-03 10:50:57','','','','0','Mpesa',4.14,'10','','','4','','1','2021-02-03 07:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416123386682463611'),(9496,'41612337464','19','3','90','retail','0','2021-02-03 10:51:08','','','','0','Mpesa',12.41,'30','','','4','','1','2021-02-03 07:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416123386810633216'),(9497,'41612337464','70','3','150','retail','0','2021-02-03 10:51:22','','','','2','Mpesa',20.69,'50','','','4','','1','2021-02-03 07:52:06','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','0.00','-2.91','Inclusive','416123386932332311'),(9498,'41612340890','1','1','320','retail','0','2021-02-03 11:28:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','16.25','15.25','Inclusive','416123416643034302'),(9499,'41612340890','2','1','90','retail','0','2021-02-03 11:41:04','','','','0','Cash',12.41,'90','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416123416782222436'),(9500,'41612340890','10','1','20','retail','0','2021-02-03 11:41:19','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','100.50','99.5','Inclusive','416123416984223222'),(9501,'41612340890','5','1','110','retail','0','2021-02-03 11:41:39','','','','0','Cash',15.17,'110','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416123417190111320'),(9502,'41612340890','23','1','30','retail','0','2021-02-03 11:42:00','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416123417282360000'),(9503,'41612340890','133','1','10','retail','0','2021-02-03 11:42:09','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123417421023043'),(9504,'41612340890','137','1','50','retail','0','2021-02-03 11:42:23','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 08:42:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416123417552252021'),(9505,'41612341765','1','2','620','retail','0','2021-02-03 11:42:45','','','','159.60','Cash',85.52,'310','','','4','','1','2021-02-03 09:03:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','267.24','','15.00','12.5','Inclusive','416123428672273232'),(9506,'41612341765','5','2','210','retail','0','2021-02-03 12:01:08','','','','0','Cash',28.97,'105','','','4','','1','2021-02-03 09:03:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','90.52','','0.00','0','Inclusive','416123428784222323'),(9507,'41612341765','3','1','150','retail','0','2021-02-03 12:01:19','','','','0','Cash',20.69,'150','','','4','','1','2021-02-03 09:03:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','0.00','0','Inclusive','416123428962903322'),(9508,'41612341765','133','2','20','retail','0','2021-02-03 12:01:36','','','','0','Cash',2.76,'10','','','4','','1','2021-02-03 09:03:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416123429252490122'),(9509,'41612341765','10','2','40','retail','0','2021-02-03 12:02:06','','','','0','Cash',5.52,'20','','','4','','1','2021-02-03 09:03:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','99.50','97.5','Inclusive','416123429382212313'),(9510,'41612341765','23','2','60','retail','0','2021-02-03 12:02:19','','','','0','Cash',8.28,'30','','','4','','1','2021-02-03 09:03:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.09','-1.85','Inclusive','416123429550220051'),(9511,'41612343039','1','1','320','retail','0','2021-02-03 12:03:59','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-03 09:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','12.50','11.5','Inclusive','416123435053232631'),(9512,'41612343039','5','1','110','retail','0','2021-02-03 12:11:46','','','','0','Cash',15.17,'110','','','4','','1','2021-02-03 09:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416123435163223123'),(9513,'41612343039','10','1','20','retail','0','2021-02-03 12:11:57','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 09:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','97.50','96.5','Inclusive','416123435273312702'),(9514,'41612343039','133','1','10','retail','0','2021-02-03 12:12:08','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 09:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123435430332322'),(9515,'41612343039','15','1','30','retail','0','2021-02-03 12:12:23','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 09:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416123435550421222'),(9516,'41612343039','74','1','50','retail','0','2021-02-03 12:12:35','','','','5','Cash',6.90,'50','','','4','','1','2021-02-03 09:13:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416123435910322320'),(9517,'41612343624','3','1','160','retail','0','2021-02-03 12:13:44','','','','0','Cash',22.07,'160','','','4','','1','2021-02-03 09:22:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416123440713023323'),(9518,'41612343624','6','1','70','retail','0','2021-02-03 12:21:13','','','','0','Cash',9.66,'70','','','4','','1','2021-02-03 09:22:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416123440933392242'),(9519,'41612343624','15','1','30','retail','0','2021-02-03 12:21:34','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 09:22:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416123441193112432'),(9520,'41612344130','1','2','600','retail','0','2021-02-03 12:22:10','','','','159.60','Cash',82.76,'300','','','4','','1','2021-02-03 09:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','11.00','9','Inclusive','416123444714222020'),(9521,'41612344130','5','2','200','retail','0','2021-02-03 12:27:52','','','','0','Cash',27.59,'100','','','4','','1','2021-02-03 09:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416123444810034324'),(9522,'41612344130','10','2','40','retail','0','2021-02-03 12:28:02','','','','0','Cash',5.52,'20','','','4','','1','2021-02-03 09:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','96.50','94.5','Inclusive','416123444901362000'),(9523,'41612344130','133','2','20','retail','0','2021-02-03 12:28:10','','','','0','Cash',2.76,'10','','','4','','1','2021-02-03 09:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416123444984412230'),(9524,'41612344130','15','2','40','retail','0','2021-02-03 12:28:19','','','','0','Cash',5.52,'20','','','4','','1','2021-02-03 09:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416123445082300323'),(9525,'41612344130','70','2','100','retail','0','2021-02-03 12:28:29','','','','2','Cash',13.79,'50','','','4','','1','2021-02-03 09:29:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416123445183112315'),(9526,'41612344568','1','1','320','retail','0','2021-02-03 12:29:28','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-03 09:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','9.00','8','Inclusive','416123448922340223'),(9527,'41612344568','5','1','110','retail','0','2021-02-03 12:34:53','','','','0','Cash',15.17,'110','','','4','','1','2021-02-03 09:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416123449034233062'),(9528,'41612344568','10','1','20','retail','0','2021-02-03 12:35:04','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 09:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','94.50','93.5','Inclusive','416123449134220442'),(9529,'41612344568','133','1','10','retail','0','2021-02-03 12:35:14','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 09:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123449210126223'),(9530,'41612344568','19','1','30','retail','0','2021-02-03 12:35:22','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 09:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416123449353032232'),(9531,'41612344568','70','1','50','retail','0','2021-02-03 12:35:36','','','','2','Cash',6.90,'50','','','4','','1','2021-02-03 09:35:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416123449453023143'),(9532,'41612344956','2','1','90','retail','0','2021-02-03 12:35:57','','','','0','Cash',12.41,'90','','','4','','1','2021-02-03 09:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416123449690323430'),(9533,'41612344956','11','1','20','retail','0','2021-02-03 12:36:10','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 09:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416123449770223232'),(9534,'41612344956','55','1','50','retail','0','2021-02-03 12:36:18','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 09:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416123450020224325'),(9535,'41612344956','50','1','210','retail','0','2021-02-03 12:36:43','','','','0','Cash',28.97,'210','','','4','','1','2021-02-03 09:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416123450142213321'),(9536,'41612344956','15','1','30','retail','0','2021-02-03 12:36:54','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 09:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416123450260222422'),(9537,'41612344956','71','0.05','100','retail','0','2021-02-03 12:38:14','','','','0','Cash',13.79,'2000','','','4','','1','2021-02-03 09:39:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.49','0.44','Inclusive','416123451571260351'),(9538,'41612345177','1','1','320','retail','0','2021-02-03 12:39:37','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-03 09:46:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','7.75','6.75','Inclusive','416123455121432340'),(9539,'41612345177','5','1','110','retail','0','2021-02-03 12:45:13','','','','0','Cash',15.17,'110','','','4','','1','2021-02-03 09:46:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416123455190246400'),(9540,'41612345177','133','1','10','retail','0','2021-02-03 12:45:20','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 09:46:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123455252623322'),(9541,'41612345177','10','1','20','retail','0','2021-02-03 12:45:26','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 09:46:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','93.00','92','Inclusive','416123455350235242'),(9542,'41612345177','19','1','30','retail','0','2021-02-03 12:45:36','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 09:46:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416123455513302315'),(9543,'41612345563','1','1','300','retail','0','2021-02-03 12:46:03','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-03 10:25:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','6.75','5.75','Inclusive','416123478422242233'),(9544,'41612345563','5','1','100','retail','0','2021-02-03 13:24:04','','','','0','Cash',13.79,'100','','','4','','1','2021-02-03 10:25:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416123478550433034'),(9545,'41612345563','133','1','10','retail','0','2021-02-03 13:24:16','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 10:25:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123478658023322'),(9546,'41612345563','10','1','20','retail','0','2021-02-03 13:24:25','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 10:25:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','92.00','91','Inclusive','416123478741223447'),(9547,'41612345563','19','1','20','retail','0','2021-02-03 13:24:34','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 10:25:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416123478803002333'),(9548,'41612345563','70','1','50','retail','0','2021-02-03 13:24:41','','','','2','Cash',6.90,'50','','','4','','1','2021-02-03 10:25:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416123478892833422'),(9549,'41612347946','85','2','240','retail','0','2021-02-03 13:25:46','','','','0','Cash',33.10,'120','','','4','','1','2021-02-03 10:49:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','2','543.50','541.5','Inclusive','416123493552322430'),(9550,'41612349375','1','1','300','retail','0','2021-02-03 13:49:35','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-03 12:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','5.75','4.75','Inclusive','416123561646062223'),(9551,'41612349375','5','1','100','retail','0','2021-02-03 15:42:45','','','','0','Cash',13.79,'100','','','4','','1','2021-02-03 12:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416123561732131200'),(9552,'41612349375','133','1','10','retail','0','2021-02-03 15:42:54','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 12:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123561832323406'),(9553,'41612349375','10','1','20','retail','0','2021-02-03 15:43:03','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 12:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','91.00','90','Inclusive','416123561930222313'),(9554,'41612349375','19','1','20','retail','0','2021-02-03 15:43:13','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 12:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416123562126321322'),(9555,'41612349375','70','1','50','retail','0','2021-02-03 15:43:32','','','','2','Cash',6.90,'50','','','4','','1','2021-02-03 12:44:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416123562212265242'),(9556,'41612356254','65','1','500','retail','0','2021-02-03 15:44:14','','','','0','Cash',68.97,'500','','','4','','1','2021-02-03 12:48:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416123564760223313'),(9557,'41612358616','1','1','320','retail','0','2021-02-03 16:23:36','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-03 13:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','4.75','3.75','Inclusive','416123594052354200'),(9558,'41612358616','5','1','110','retail','0','2021-02-03 16:36:46','','','','0','Cash',15.17,'110','','','4','','1','2021-02-03 13:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416123594222323043'),(9559,'41612358616','133','1','10','retail','0','2021-02-03 16:37:03','','','','0','Cash',1.38,'10','','','4','','1','2021-02-03 13:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416123594353533232'),(9560,'41612358616','19','1','30','retail','0','2021-02-03 16:37:15','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 13:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416123594451220220'),(9561,'41612358616','70','1','50','retail','0','2021-02-03 16:37:25','','','','2','Cash',6.90,'50','','','4','','1','2021-02-03 13:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416123594524321222'),(9562,'41612358616','10','1','20','retail','0','2021-02-03 16:37:33','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 13:37:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','90.00','89','Inclusive','416123594603251233'),(9563,'41612361530','38','1','330','retail','0','2021-02-03 17:12:10','','','','0','Mpesa',45.52,'330','','','4','','1','2021-02-03 14:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416123615393000214'),(9564,'41612361530','40','1','60','retail','0','2021-02-03 17:12:19','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-03 14:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.00','0','Inclusive','416123615462321234'),(9565,'41612361530','9','1','60','retail','0','2021-02-03 17:12:26','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-03 14:13:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416123615552151622'),(9566,'41612361712','3','1','160','retail','0','2021-02-03 17:15:12','','','','0','Cash',22.07,'160','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416123632060322224'),(9567,'41612361712','2','1','90','retail','0','2021-02-03 17:40:08','','','','0','Cash',12.41,'90','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416123632272320431'),(9568,'41612361712','11','1','20','retail','0','2021-02-03 17:40:27','','','','0','Cash',2.76,'20','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416123632373223332'),(9569,'41612361712','137','1','50','retail','0','2021-02-03 17:40:38','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416123632453025302'),(9570,'41612361712','139','1','50','retail','0','2021-02-03 17:40:45','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416123632515330220'),(9571,'41612361712','138','1','50','retail','0','2021-02-03 17:40:52','','','','0','Cash',6.90,'50','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416123632601120203'),(9572,'41612361712','27','1','30','retail','0','2021-02-03 17:41:00','','','','0','Cash',4.14,'30','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416123632672233062'),(9573,'41612361712','74','1','50','retail','0','2021-02-03 17:41:08','','','','5','Cash',6.90,'50','','','4','','1','2021-02-03 14:41:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416123632762422200'),(9574,'41612421273','147','5','2000','retail','0','2021-02-04 09:47:53','','','','0','Cash',275.86,'400','','','4','','1','2021-02-04 06:48:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','284.40','279.4','Inclusive','416124212899421324'),(9575,'41612430358','1','1','320','retail','0','2021-02-04 12:19:19','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','43.00','42','Inclusive','416124303884320033'),(9576,'41612430358','2','1','90','retail','0','2021-02-04 12:20:21','','','','0','Mpesa',12.41,'90','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416124304322412002'),(9577,'41612430358','10','1','20','retail','0','2021-02-04 12:20:33','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','88.50','87.5','Inclusive','416124304423334230'),(9578,'41612430358','33','1','130','retail','0','2021-02-04 12:20:43','','','','0','Mpesa',17.93,'130','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416124304522322100'),(9579,'41612430358','48','1','60','retail','0','2021-02-04 12:20:53','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416124304674242106'),(9580,'41612430358','27','1','30','retail','0','2021-02-04 12:21:08','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416124304783332224'),(9581,'41612430358','74','1','50','retail','0','2021-02-04 12:21:19','','','','5','Mpesa',6.90,'50','','','4','','1','2021-02-04 09:21:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416124304882004236'),(9582,'41612430517','1','1','320','retail','0','2021-02-04 12:21:57','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-04 09:40:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','41.25','40.25','Inclusive','416124315892504231'),(9583,'41612430517','5','1','110','retail','0','2021-02-04 12:39:49','','','','0','Cash',15.17,'110','','','4','','1','2021-02-04 09:40:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416124315990422029'),(9584,'41612430517','70','1','50','retail','0','2021-02-04 12:40:00','','','','2','Cash',6.90,'50','','','4','','1','2021-02-04 09:40:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416124316083306032'),(9585,'41612430517','133','1','10','retail','0','2021-02-04 12:40:08','','','','0','Cash',1.38,'10','','','4','','1','2021-02-04 09:40:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','2.00','1','Inclusive','416124316173421343'),(9586,'41612431632','15','1','30','retail','0','2021-02-04 12:40:32','','','','0','Cash',4.14,'30','','','4','','1','2021-02-04 09:40:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416124316410011304'),(9587,'41612431648','10','1','20','retail','0','2021-02-04 12:40:48','','','','0','Cash',2.76,'20','','','4','','1','2021-02-04 09:41:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','87.50','86.5','Inclusive','416124316976243474'),(9588,'41612431704','161','5','300','retail','0','2021-02-04 12:41:44','','','','0','Cash',41.38,'60','','','4','','1','2021-02-04 10:44:40','1','1','returned','1','new','pcs','','2021-02-04 13:44:39','7','yes','','0','','','VATABLE','51.72','','1345.00','1340','Inclusive','416124320232320222'),(9589,'41612432039','2','1','90','retail','0','2021-02-04 12:47:19','','','','0','Cash',12.41,'90','','','4','','1','2021-02-04 10:25:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416124342443403222'),(9590,'41612432039','11','1','20','retail','0','2021-02-04 13:24:06','','','','0','Cash',2.76,'20','','','4','','1','2021-02-04 10:25:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416124342611224340'),(9591,'41612432039','55','1','50','retail','0','2021-02-04 13:24:23','','','','0','Cash',6.90,'50','','','4','','1','2021-02-04 10:25:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416124342733334343'),(9592,'41612432039','50','1','210','retail','0','2021-02-04 13:24:34','','','','0','Cash',28.97,'210','','','4','','1','2021-02-04 10:25:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416124342812230420'),(9593,'41612432039','15','1','30','retail','0','2021-02-04 13:24:43','','','','0','Cash',4.14,'30','','','4','','1','2021-02-04 10:25:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416124343002020413'),(9594,'41612432039','71','0.05','100','retail','0','2021-02-04 13:25:01','','','','0','Cash',13.79,'2000','','','4','','1','2021-02-04 10:25:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.38','0.33','Inclusive','416124343161661303'),(9595,'41612434343','1','1','320','retail','0','2021-02-04 13:25:43','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-04 10:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','40.00','39','Inclusive','416124361210202302'),(9596,'41612434343','10','1','20','retail','0','2021-02-04 13:55:22','','','','0','Cash',2.76,'20','','','4','','1','2021-02-04 10:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','86.00','85','Inclusive','416124361302431112'),(9597,'41612434343','133','1','10','retail','0','2021-02-04 13:55:32','','','','0','Cash',1.38,'10','','','4','','1','2021-02-04 10:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416124361424332224'),(9598,'41612434343','23','1','30','retail','0','2021-02-04 13:55:43','','','','0','Cash',4.14,'30','','','4','','1','2021-02-04 10:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416124361763327233'),(9599,'41612434343','5','1','110','retail','0','2021-02-04 13:56:17','','','','0','Cash',15.17,'110','','','4','','1','2021-02-04 10:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416124361862001232'),(9600,'41612434343','74','1','50','retail','0','2021-02-04 13:56:27','','','','5','Cash',6.90,'50','','','4','','1','2021-02-04 10:57:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416124362000232203'),(9601,'41612436255','1','1','320','retail','0','2021-02-04 13:57:35','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-04 11:00:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','39.00','38','Inclusive','416124363952240300'),(9602,'41612436403','3','1','170','retail','0','2021-02-04 14:00:03','','','','0','Mpesa',23.45,'170','','','4','','1','2021-02-04 11:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416124385204022036'),(9603,'41612436403','6','1','70','retail','0','2021-02-04 14:35:22','','','','0','Mpesa',9.66,'70','','','4','','1','2021-02-04 11:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416124385322230034'),(9604,'41612436403','11','1','20','retail','0','2021-02-04 14:35:32','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-04 11:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416124385408412802'),(9605,'41612436403','133','1','10','retail','0','2021-02-04 14:35:41','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-04 11:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416124385483232322'),(9606,'41612436403','19','1','30','retail','0','2021-02-04 14:35:49','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-04 11:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416124385578043023'),(9607,'41612436403','74','1','50','retail','0','2021-02-04 14:35:58','','','','5','Mpesa',6.90,'50','','','4','','1','2021-02-04 11:38:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416124385660433230'),(9608,'41612438766','161','20','950','retail','0','2021-02-04 14:39:26','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-04 11:43:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1345.00','1325','Inclusive','416124389961222022'),(9609,'41612439099','3','1','170','retail','0','2021-02-04 14:44:59','','','','0','Cash',23.45,'170','','','4','','1','2021-02-04 12:37:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416124422080023003'),(9610,'41612439099','11','1','20','retail','0','2021-02-04 15:36:57','','','','0','Cash',2.76,'20','','','4','','1','2021-02-04 12:37:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416124422242136331'),(9611,'41612439099','133','1','10','retail','0','2021-02-04 15:37:04','','','','0','Cash',1.38,'10','','','4','','1','2021-02-04 12:37:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416124422351233223'),(9612,'41612439099','6','1','70','retail','0','2021-02-04 15:37:26','','','','0','Cash',9.66,'70','','','4','','1','2021-02-04 12:37:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416124422553342211'),(9613,'41612439099','15','1','30','retail','0','2021-02-04 15:37:36','','','','0','Cash',4.14,'30','','','4','','1','2021-02-04 12:37:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416124422640324430'),(9614,'41612442276','147','100','30000','retail','0','2021-02-04 15:37:56','','','','0','Mpesa',4137.93,'300','','','4','','1','2021-02-04 12:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','279.40','179.4','Inclusive','416124435143324244'),(9615,'41612446473','161','20','950','retail','0','2021-02-04 16:47:53','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-04 13:48:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1325.00','1305','Inclusive','416124464896342268'),(9616,'41612447169','152','1','300','retail','0','2021-02-04 16:59:29','','','','0','Cash',41.38,'300','','','4','','1','2021-02-04 14:02:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','0.6','0.6','Inclusive','416124471931003203'),(9617,'41612447169','163','1','300','retail','0','2021-02-04 17:00:29','','','','0','Cash',41.38,'300','','','4','','1','2021-02-04 14:02:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','193.00','192','Inclusive','416124473460344343'),(9618,'41612447366','10','1','30','retail','0','2021-02-04 17:02:46','','','','0','Cash',4.14,'30','','','4','','1','2021-02-04 14:08:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','','84.00','83','Inclusive','416124477102322242'),(9619,'41612447726','65','1','500','retail','0','2021-02-04 17:08:46','','','','0','Mpesa',68.97,'500','','','4','','1','2021-02-04 14:13:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416124477982822043'),(9620,'41612447726','3','1','170','retail','0','2021-02-04 17:10:05','','','','0','Mpesa',23.45,'170','','','4','','1','2021-02-04 14:13:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416124478393030222'),(9621,'41612447726','6','1','70','retail','0','2021-02-04 17:10:45','','','','0','Mpesa',9.66,'70','','','4','','1','2021-02-04 14:13:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416124478699342031'),(9622,'41612447726','11','1','20','retail','0','2021-02-04 17:11:10','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-04 14:13:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416124479694432324'),(9623,'41612447726','133','1','10','retail','0','2021-02-04 17:12:50','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-04 14:13:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416124479770221231'),(9624,'41612447726','70','1','50','retail','0','2021-02-04 17:12:58','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-04 14:13:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416124479884393038'),(9625,'41612505775','1','1','300','retail','0','2021-02-05 09:16:16','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-05 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','40.50','39.5','Inclusive','416125102553032253'),(9626,'41612505775','5','1','100','retail','0','2021-02-05 10:30:57','','','','0','Cash',13.79,'100','','','4','','1','2021-02-05 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','5.00','4','Inclusive','416125102656022410'),(9627,'41612505775','10','1','20','retail','0','2021-02-05 10:31:05','','','','0','Cash',2.76,'20','','','4','','1','2021-02-05 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','86.50','85.5','Inclusive','416125102725323222'),(9628,'41612505775','133','1','10','retail','0','2021-02-05 10:31:13','','','','0','Cash',1.38,'10','','','4','','1','2021-02-05 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','5.00','4','Inclusive','416125102810202201'),(9629,'41612505775','15','1','20','retail','0','2021-02-05 10:31:22','','','','0','Cash',2.76,'20','','','4','','1','2021-02-05 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416125102922131242'),(9630,'41612505775','74','1','50','retail','0','2021-02-05 10:31:32','','','','5','Cash',6.90,'50','','','4','','1','2021-02-05 07:32:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416125103002300301'),(9631,'41612510343','1','2','640','retail','0','2021-02-05 10:32:23','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-05 08:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','39.50','37.5','Inclusive','416125151122023223'),(9632,'41612510343','5','2','220','retail','0','2021-02-05 11:51:53','','','','0','Cash',30.34,'110','','','4','','1','2021-02-05 08:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','4.00','2','Inclusive','416125151232031143'),(9633,'41612510343','10','2','40','retail','0','2021-02-05 11:52:04','','','','0','Cash',5.52,'20','','','4','','1','2021-02-05 08:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','85.50','83.5','Inclusive','416125151322421321'),(9634,'41612510343','133','2','20','retail','0','2021-02-05 11:52:13','','','','0','Cash',2.76,'10','','','4','','1','2021-02-05 08:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','4.00','2','Inclusive','416125151423452323'),(9635,'41612510343','15','2','60','retail','0','2021-02-05 11:52:23','','','','0','Cash',8.28,'30','','','4','','1','2021-02-05 08:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416125151511002555'),(9636,'41612510343','74','2','100','retail','0','2021-02-05 11:52:32','','','','5','Cash',13.79,'50','','','4','','1','2021-02-05 08:52:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416125151601326522'),(9637,'41612515170','3','1','170','retail','0','2021-02-05 11:52:50','','','','0','Cash',23.45,'170','','','4','','1','2021-02-05 12:22:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416125186502183342'),(9638,'41612515170','133','1','10','retail','0','2021-02-05 15:21:13','','','','0','Cash',1.38,'10','','','4','','1','2021-02-05 12:22:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','2.00','1','Inclusive','416125276810822304'),(9639,'41612515170','6','1','70','retail','0','2021-02-05 15:21:22','','','','0','Cash',9.66,'70','','','4','','1','2021-02-05 12:22:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416125276963032134'),(9640,'41612515170','11','1','20','retail','0','2021-02-05 15:21:37','','','','0','Cash',2.76,'20','','','4','','1','2021-02-05 12:22:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416125277052000247'),(9641,'41612515170','19','1','30','retail','0','2021-02-05 15:21:46','','','','0','Cash',4.14,'30','','','4','','1','2021-02-05 12:22:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416125277183380733'),(9642,'41612515170','70','1','50','retail','0','2021-02-05 15:21:58','','','','2','Cash',6.90,'50','','','4','','1','2021-02-05 12:22:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','6.00','5','Inclusive','416125277293402210'),(9643,'41612528043','64','20','3000','retail','0','2021-02-05 15:54:35','','','','0','Mpesa',413.79,'150','','','4','','1','2021-02-05 13:02:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','129.31','','61.00','41','Inclusive','416125296870320303'),(9644,'41612528043','365','20','4000','retail','0','2021-02-05 15:54:48','','','','0','Mpesa',551.72,'200','','','4','','1','2021-02-05 13:02:58','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','172.41','','70.00','50','Inclusive','416125299800301303'),(9645,'41612528043','178','20','5500','retail','0','2021-02-05 16:01:34','','','','0','Mpesa',758.62,'275','','','4','','1','2021-02-05 13:02:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','237.07','','40.00','20','Inclusive','416125301092202290'),(9646,'41612528043','366','20','6500','retail','0','2021-02-05 16:02:10','','','','0','Mpesa',896.55,'325','','','4','','1','2021-02-05 13:02:58','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','280.17','','20.00','0','Inclusive','416125301583302020'),(9647,'41612530734','1','1','320','retail','0','2021-02-05 16:12:14','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-05 13:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','37.00','36','Inclusive','416125307422343024'),(9648,'41612530734','5','1','110','retail','0','2021-02-05 16:12:23','','','','0','Cash',15.17,'110','','','4','','1','2021-02-05 13:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','2.00','1','Inclusive','416125307565302232'),(9649,'41612530734','70','1','50','retail','0','2021-02-05 16:12:37','','','','2','Cash',6.90,'50','','','4','','1','2021-02-05 13:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','5.00','4','Inclusive','416125307693333229'),(9650,'41612530734','10','1','20','retail','0','2021-02-05 16:12:50','','','','0','Cash',2.76,'20','','','4','','1','2021-02-05 13:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','83.00','82','Inclusive','416125307772147220'),(9651,'41612530734','133','1','10','retail','0','2021-02-05 16:12:58','','','','0','Cash',1.38,'10','','','4','','1','2021-02-05 13:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416125308496130434'),(9652,'41612530734','19','1','30','retail','0','2021-02-05 16:14:10','','','','0','Cash',4.14,'30','','','4','','1','2021-02-05 13:14:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416125308593320342'),(9653,'41612530872','70','1','50','retail','0','2021-02-05 16:14:32','','','','2','Cash',6.90,'50','','','4','','1','2021-02-05 13:15:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','4.00','3','Inclusive','416125308874002230'),(9654,'41612531082','1','1','320','retail','0','2021-02-05 16:18:02','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-05 13:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','36.00','35','Inclusive','416125316753566013'),(9655,'41612531082','5','1','110','retail','0','2021-02-05 16:27:56','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-05 13:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416125316832622012'),(9656,'41612531082','133','1','10','retail','0','2021-02-05 16:28:04','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-05 13:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416125316921220301'),(9657,'41612531082','74','1','50','retail','0','2021-02-05 16:28:13','','','','5','Mpesa',6.90,'50','','','4','','1','2021-02-05 13:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416125317333232333'),(9658,'41612531082','15','1','30','retail','0','2021-02-05 16:28:54','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-05 13:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416125317545521310'),(9659,'41612531082','10','1','20','retail','0','2021-02-05 16:29:15','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-05 13:29:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','82.00','81','Inclusive','416125317706201211'),(9660,'41612535240','1','1','320','retail','0','2021-02-05 17:27:21','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-06 07:39:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','35.00','34','Inclusive','416125352553332232'),(9661,'41612535240','5','1','110','retail','0','2021-02-06 10:39:03','','','','0','Cash',15.17,'110','','','4','','1','2021-02-06 07:39:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416125971502430232'),(9662,'41612535240','10','1','20','retail','0','2021-02-06 10:39:15','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 07:39:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','81.00','80','Inclusive','416125971613333502'),(9663,'41612535240','133','1','10','retail','0','2021-02-06 10:39:22','','','','0','Cash',1.38,'10','','','4','','1','2021-02-06 07:39:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416125971676093192'),(9664,'41612535240','19','1','30','retail','0','2021-02-06 10:39:28','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 07:39:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416125971763136003'),(9665,'41612597195','1','3','960','retail','0','2021-02-06 10:39:55','','','','159.60','Cash',132.41,'320','','','4','','1','2021-02-06 07:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','33.00','30','Inclusive','416125972143222322'),(9666,'41612597195','5','3','330','retail','0','2021-02-06 10:40:14','','','','0','Cash',45.52,'110','','','4','','1','2021-02-06 07:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','1.00','-0.5','Inclusive','416125972272327102'),(9667,'41612597195','133','3','30','retail','0','2021-02-06 10:40:27','','','','0','Cash',4.14,'10','','','4','','1','2021-02-06 07:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416125972399202923'),(9668,'41612597195','10','3','60','retail','0','2021-02-06 10:40:39','','','','0','Cash',8.28,'20','','','4','','1','2021-02-06 07:44:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','80.00','77','Inclusive','416125973183122094'),(9669,'41612597558','91','5','600','retail','0','2021-02-06 10:45:58','','','','1','Cash',82.76,'120','','','4','','1','2021-02-06 07:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','','168.00','163','Inclusive','416125981012239223'),(9670,'41612598137','3','1','170','retail','0','2021-02-06 10:55:37','','','','0','Cash',23.45,'170','','','4','','1','2021-02-06 09:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416126025330251223'),(9671,'41612598137','6','1','70','retail','0','2021-02-06 12:08:55','','','','0','Cash',9.66,'70','','','4','','1','2021-02-06 09:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416126026622402202'),(9672,'41612598137','11','1','20','retail','0','2021-02-06 12:11:03','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 09:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416126026726220036'),(9673,'41612598137','133','1','10','retail','0','2021-02-06 12:11:12','','','','0','Cash',1.38,'10','','','4','','1','2021-02-06 09:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416126026813222232'),(9674,'41612598137','15','1','30','retail','0','2021-02-06 12:11:21','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 09:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416126026873033022'),(9675,'41612598137','70','1','50','retail','0','2021-02-06 12:11:28','','','','2','Cash',6.90,'50','','','4','','1','2021-02-06 09:11:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','3.00','2','Inclusive','416126027042132336'),(9676,'41612602717','65','1','500','retail','0','2021-02-06 12:11:57','','','','0','Cash',68.97,'500','','','4','','1','2021-02-06 09:13:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416126027260221720'),(9677,'41612602717','170','1','100','retail','0','2021-02-06 12:12:13','','','','0','Cash',13.79,'100','','','4','','1','2021-02-06 09:13:20','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','86.21','1','0.00','-0.5','Inclusive','416126027437331226'),(9678,'41612602717','27','1','30','retail','0','2021-02-06 12:12:24','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 09:13:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416126027513320133'),(9679,'41612602717','94','2','360','retail','0','2021-02-06 12:12:31','','','','0','Cash',49.66,'180','','','4','','1','2021-02-06 09:13:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','2','61.00','59','Inclusive','416126027952035302'),(9680,'41612603303','1','1','320','retail','0','2021-02-06 12:21:43','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-06 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','29.50','28.5','Inclusive','416126033313222403'),(9681,'41612603303','5','1','110','retail','0','2021-02-06 12:22:12','','','','0','Cash',15.17,'110','','','4','','1','2021-02-06 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416126033473302332'),(9682,'41612603303','133','1','10','retail','0','2021-02-06 12:22:28','','','','0','Cash',1.38,'10','','','4','','1','2021-02-06 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416126033602330400'),(9683,'41612603303','10','1','20','retail','0','2021-02-06 12:22:40','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','76.50','75.5','Inclusive','416126033731332322'),(9684,'41612603303','15','1','30','retail','0','2021-02-06 12:22:54','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416126033870232206'),(9685,'41612603303','74','1','50','retail','0','2021-02-06 12:23:08','','','','5','Cash',6.90,'50','','','4','','1','2021-02-06 09:23:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416126033963203343'),(9686,'41612603405','1','1','320','retail','0','2021-02-06 12:23:25','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-06 09:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','28.50','27.5','Inclusive','416126034210462022'),(9687,'41612603405','5','1','110','retail','0','2021-02-06 12:23:41','','','','0','Cash',15.17,'110','','','4','','1','2021-02-06 09:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416126034296024323'),(9688,'41612603405','133','1','10','retail','0','2021-02-06 12:23:50','','','','0','Cash',1.38,'10','','','4','','1','2021-02-06 09:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416126034384284103'),(9689,'41612603405','10','1','20','retail','0','2021-02-06 12:23:59','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 09:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','75.50','74.5','Inclusive','416126034450340000'),(9690,'41612603405','15','1','30','retail','0','2021-02-06 12:24:05','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 09:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416126034516322620'),(9691,'41612603405','70','1','50','retail','0','2021-02-06 12:24:12','','','','2','Cash',6.90,'50','','','4','','1','2021-02-06 09:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','2.00','1','Inclusive','416126034592030623'),(9692,'41612603468','3','1','170','retail','0','2021-02-06 12:24:29','','','','0','Cash',23.45,'170','','','4','','1','2021-02-06 09:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416126034872211131'),(9693,'41612603468','6','1','70','retail','0','2021-02-06 12:24:48','','','','0','Cash',9.66,'70','','','4','','1','2021-02-06 09:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416126034961321436'),(9694,'41612603468','11','1','20','retail','0','2021-02-06 12:24:58','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 09:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416126035062020233'),(9695,'41612603468','133','1','10','retail','0','2021-02-06 12:25:10','','','','0','Cash',1.38,'10','','','4','','1','2021-02-06 09:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416126035304204422'),(9696,'41612603468','23','1','30','retail','0','2021-02-06 12:25:31','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 09:27:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416126035412552403'),(9697,'41612603656','38','1','330','retail','0','2021-02-06 12:27:36','','','','0','Cash',45.52,'330','','','4','','1','2021-02-06 09:40:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416126043853220220'),(9698,'41612603656','40','1','60','retail','0','2021-02-06 12:39:46','','','','0','Cash',8.28,'60','','','4','','1','2021-02-06 09:40:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416126043950124034'),(9699,'41612603656','9','1','60','retail','0','2021-02-06 12:39:56','','','','0','Cash',8.28,'60','','','4','','1','2021-02-06 09:40:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416126044124042030'),(9700,'41612605683','2','1','90','retail','0','2021-02-06 13:01:23','','','','0','Cash',12.41,'90','','','4','','1','2021-02-06 10:03:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416126056922001122'),(9701,'41612605683','11','1','20','retail','0','2021-02-06 13:01:33','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 10:03:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416126057042324202'),(9702,'41612605683','50','1','210','retail','0','2021-02-06 13:01:45','','','','0','Cash',28.97,'210','','','4','','1','2021-02-06 10:03:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416126057133131313'),(9703,'41612605683','55','1','50','retail','0','2021-02-06 13:01:54','','','','0','Cash',6.90,'50','','','4','','1','2021-02-06 10:03:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416126057232013310'),(9704,'41612605683','15','1','30','retail','0','2021-02-06 13:02:07','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 10:03:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416126057343330224'),(9705,'41612605683','71','0.1','200','retail','0','2021-02-06 13:02:27','','','','0','Cash',27.59,'2000','','','4','','1','2021-02-06 10:03:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.12','0.02','Inclusive','416126057672030223'),(9706,'41612605785','1','1','320','retail','0','2021-02-06 13:03:05','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-06 10:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','26.25','25.25','Inclusive','416126080802020023'),(9707,'41612605785','5','1','110','retail','0','2021-02-06 13:41:20','','','','0','Cash',15.17,'110','','','4','','1','2021-02-06 10:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416126080886233232'),(9708,'41612605785','10','1','20','retail','0','2021-02-06 13:41:29','','','','0','Cash',2.76,'20','','','4','','1','2021-02-06 10:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','73.50','72.5','Inclusive','416126080942003263'),(9709,'41612605785','133','1','10','retail','0','2021-02-06 13:41:35','','','','0','Cash',1.38,'10','','','4','','1','2021-02-06 10:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416126081071707333'),(9710,'41612605785','19','1','30','retail','0','2021-02-06 13:41:47','','','','0','Cash',4.14,'30','','','4','','1','2021-02-06 10:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416126081132242323'),(9711,'41612605785','70','1','50','retail','0','2021-02-06 13:41:54','','','','2','Cash',6.90,'50','','','4','','1','2021-02-06 10:42:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416126081232212300'),(9712,'41612767138','161','5','250','retail','0','2021-02-08 09:52:19','','','','0','Cash',34.48,'50','','','4','','1','2021-02-08 06:53:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','1805.00','1800','Inclusive','416127671777432112'),(9713,'41612767201','152','1','350','retail','0','2021-02-08 09:53:21','','','','0','Cash',48.28,'350','','','4','','1','2021-02-08 07:19:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','301.72','1','0.8','0.8','Inclusive','416127687430634407'),(9714,'41612768755','1','3','960','retail','0','2021-02-08 10:19:15','','','','159.60','Mpesa',132.41,'320','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','25.25','22.25','Inclusive','416127693842314732'),(9715,'41612768755','5','3','330','retail','0','2021-02-08 10:29:45','','','','0','Mpesa',45.52,'110','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416127693946203249'),(9716,'41612768755','133','3','30','retail','0','2021-02-08 10:29:55','','','','0','Mpesa',4.14,'10','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416127694050302230'),(9717,'41612768755','10','3','60','retail','0','2021-02-08 10:30:07','','','','0','Mpesa',8.28,'20','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','72.50','69.5','Inclusive','416127694200337120'),(9718,'41612768755','15','3','90','retail','0','2021-02-08 10:30:21','','','','0','Mpesa',12.41,'30','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416127694332002333'),(9719,'41612768755','71','0.075','150','retail','0','2021-02-08 10:32:03','','','','0','Mpesa',20.69,'2000','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.02','0.95','Inclusive','416127700400322321'),(9720,'41612768755','40','3','180','retail','0','2021-02-08 10:41:08','','','','0','Mpesa',24.83,'60','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','3','0.00','-1.5','Inclusive','416127715485334632'),(9721,'41612768755','9','3','180','retail','0','2021-02-08 11:05:48','','','','0','Mpesa',24.83,'60','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','3','0.25','-2','Inclusive','416127715583738020'),(9722,'41612768755','38','3','990','retail','0','2021-02-08 11:05:59','','','','0','Mpesa',136.55,'330','','','4','','1','2021-02-08 08:06:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','3','0.00','-1.5','Inclusive','416127716012234202'),(9723,'41612787417','49','1','420','retail','0','2021-02-08 15:30:17','','','','0','Cash',57.93,'420','','','4','','1','2021-02-08 12:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','1','19.50','18.5','Inclusive','416127874283142217'),(9724,'41612787417','3','1','170','retail','0','2021-02-08 15:30:29','','','','0','Cash',23.45,'170','','','4','','1','2021-02-08 12:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416127874630710262'),(9725,'41612787417','11','1','20','retail','0','2021-02-08 15:31:04','','','','0','Cash',2.76,'20','','','4','','1','2021-02-08 12:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416127874803273231'),(9726,'41612787417','55','1','60','retail','0','2021-02-08 15:31:21','','','','0','Cash',8.28,'60','','','4','','1','2021-02-08 12:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416127874952340432'),(9727,'41612787417','23','1','30','retail','0','2021-02-08 15:31:35','','','','0','Cash',4.14,'30','','','4','','1','2021-02-08 12:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416127876028378332'),(9728,'41612787417','71','0.1','200','retail','0','2021-02-08 15:34:23','','','','0','Cash',27.59,'2000','','','4','','1','2021-02-08 12:35:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.95','0.85','Inclusive','416127876812271322'),(9729,'41612787722','1','1','320','retail','0','2021-02-08 15:35:22','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-08 12:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','61.75','60.75','Inclusive','416127877510323012'),(9730,'41612787722','3','1','170','retail','0','2021-02-08 15:35:52','','','','0','Mpesa',23.45,'170','','','4','','1','2021-02-08 12:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416127877633332023'),(9731,'41612787722','10','1','20','retail','0','2021-02-08 15:37:03','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-08 12:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','118.00','117','Inclusive','416127878343020442'),(9732,'41612787722','133','1','10','retail','0','2021-02-08 15:37:15','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-08 12:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416127878423231782'),(9733,'41612787722','137','1','50','retail','0','2021-02-08 15:38:00','','','','0','Mpesa',6.90,'50','','','4','','1','2021-02-08 12:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416127878963820026'),(9734,'41612787722','5','1','110','retail','0','2021-02-08 15:38:16','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-08 12:38:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416127879151004222'),(9735,'41612787928','1','3','900','retail','0','2021-02-08 15:38:48','','','','159.60','Cash',124.14,'300','','','4','','1','2021-02-08 12:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','60.25','57.25','Inclusive','416127879782923743'),(9736,'41612787928','133','3','30','retail','0','2021-02-08 15:39:52','','','','0','Cash',4.14,'10','','','4','','1','2021-02-08 12:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416127880208880300'),(9737,'41612787928','10','3','60','retail','0','2021-02-08 15:40:28','','','','0','Cash',8.28,'20','','','4','','1','2021-02-08 12:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','117.00','114','Inclusive','416127880553224210'),(9738,'41612787928','5','3','300','retail','0','2021-02-08 15:40:56','','','','0','Cash',41.38,'100','','','4','','1','2021-02-08 12:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','2','Inclusive','416127880740403270'),(9739,'41612787928','19','3','60','retail','0','2021-02-08 15:42:20','','','','0','Cash',8.28,'20','','','4','','1','2021-02-08 12:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416127881492084030'),(9740,'41612787928','70','3','150','retail','0','2021-02-08 15:42:30','','','','2','Cash',20.69,'50','','','4','','1','2021-02-08 12:44:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','3','3.00','0','Inclusive','416127881650842233'),(9741,'41612788651','1','1','320','retail','0','2021-02-08 15:50:51','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-08 13:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','56.75','55.75','Inclusive','416127895993341993'),(9742,'41612788651','5','1','110','retail','0','2021-02-08 16:06:40','','','','0','Cash',15.17,'110','','','4','','1','2021-02-08 13:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','3.00','2','Inclusive','416127896072331323'),(9743,'41612788651','133','1','10','retail','0','2021-02-08 16:06:47','','','','0','Cash',1.38,'10','','','4','','1','2021-02-08 13:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416127896133634237'),(9744,'41612788651','23','1','30','retail','0','2021-02-08 16:06:54','','','','0','Cash',4.14,'30','','','4','','1','2021-02-08 13:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416127896224333000'),(9745,'41612788651','70','1','50','retail','0','2021-02-08 16:07:03','','','','2','Cash',6.90,'50','','','4','','1','2021-02-08 13:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416127896318602031'),(9746,'41612788651','10','1','20','retail','0','2021-02-08 16:07:12','','','','0','Cash',2.76,'20','','','4','','1','2021-02-08 13:07:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','114.00','113','Inclusive','416127896436230423'),(9747,'41612789652','1','1','320','retail','0','2021-02-08 16:07:32','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-08 13:08:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','55.75','54.75','Inclusive','416127896609223216'),(9748,'41612789652','5','1','110','retail','0','2021-02-08 16:07:41','','','','0','Cash',15.17,'110','','','4','','1','2021-02-08 13:08:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','2.00','1','Inclusive','416127896692202732'),(9749,'41612789652','133','1','10','retail','0','2021-02-08 16:07:50','','','','0','Cash',1.38,'10','','','4','','1','2021-02-08 13:08:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416127896803602214'),(9750,'41612789652','10','1','20','retail','0','2021-02-08 16:08:00','','','','0','Cash',2.76,'20','','','4','','1','2021-02-08 13:08:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','113.00','112','Inclusive','416127896874362220'),(9751,'41612789652','23','1','30','retail','0','2021-02-08 16:08:08','','','','0','Cash',4.14,'30','','','4','','1','2021-02-08 13:08:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416127896983202382'),(9752,'41612789652','70','1','50','retail','0','2021-02-08 16:08:19','','','','2','Cash',6.90,'50','','','4','','1','2021-02-08 13:08:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416127897071737322'),(9753,'41612791859','38','1','330','retail','0','2021-02-08 16:44:20','','','','0','Cash',45.52,'330','','','4','','1','2021-02-08 13:45:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416127918704033201'),(9754,'41612791859','40','1','60','retail','0','2021-02-08 16:44:31','','','','0','Cash',8.28,'60','','','4','','1','2021-02-08 13:45:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416127918808100337'),(9755,'41612791859','9','1','60','retail','0','2021-02-08 16:44:41','','','','0','Cash',8.28,'60','','','4','','1','2021-02-08 13:45:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416127918903339083'),(9756,'511612857836','98','12','3960','retail','0','2021-02-09 11:03:56','','','','0','Cash',546.21,'0330','','','51','','1','2021-02-09 08:05:29','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','284.48','','844.00','832','Inclusive','5116128578692983328'),(9757,'41612872550','1','2','640','retail','0','2021-02-09 15:09:10','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-09 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','53.75','51.75','Inclusive','416128725581233423'),(9758,'41612872550','5','2','220','retail','0','2021-02-09 15:09:18','','','','0','Cash',30.34,'110','','','4','','1','2021-02-09 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','2.00','0','Inclusive','416128725653055303'),(9759,'41612872550','10','2','40','retail','0','2021-02-09 15:09:25','','','','0','Cash',5.52,'20','','','4','','1','2021-02-09 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','113.00','111','Inclusive','416128725804231240'),(9760,'41612872550','133','2','20','retail','0','2021-02-09 15:09:41','','','','0','Cash',2.76,'10','','','4','','1','2021-02-09 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','2.00','0','Inclusive','416128725927323232'),(9761,'41612872550','19','2','60','retail','0','2021-02-09 15:09:53','','','','0','Cash',8.28,'30','','','4','','1','2021-02-09 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','3.12','1.12','Inclusive','416128726080213324'),(9762,'41612872550','70','2','100','retail','0','2021-02-09 15:10:08','','','','2','Cash',13.79,'50','','','4','','1','2021-02-09 12:10:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416128726204372244'),(9763,'41612873092','38','1','330','retail','0','2021-02-09 15:20:39','','','','0','Cash',45.52,'330','','','4','','1','2021-02-09 12:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416128732480078224'),(9764,'41612873092','9','1','60','retail','0','2021-02-09 15:20:49','','','','0','Cash',8.28,'60','','','4','','1','2021-02-09 12:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416128732562320132'),(9765,'41612873092','40','1','60','retail','0','2021-02-09 15:20:57','','','','0','Cash',8.28,'60','','','4','','1','2021-02-09 12:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','1.00','0','Inclusive','416128732642222330'),(9766,'41612873092','94','1','180','retail','0','2021-02-09 15:21:04','','','','0','Cash',24.83,'180','','','4','','1','2021-02-09 12:24:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','59.00','58','Inclusive','416128734313231120'),(9767,'41612873457','65','1','500','retail','0','2021-02-09 15:24:17','','','','0','Cash',68.97,'500','','','4','','1','2021-02-09 12:34:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416128739748203433'),(9768,'41612873457','27','1','30','retail','0','2021-02-09 15:33:04','','','','0','Cash',4.14,'30','','','4','','1','2021-02-09 12:34:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416128740132438318'),(9769,'41612873457','70','1','50','retail','0','2021-02-09 15:33:34','','','','2','Cash',6.90,'50','','','4','','1','2021-02-09 12:34:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416128740300222133'),(9770,'41612874051','1','1','320','retail','0','2021-02-09 15:34:11','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-09 12:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','51.75','50.75','Inclusive','416128741812414436'),(9771,'41612874051','5','1','110','retail','0','2021-02-09 15:36:21','','','','0','Cash',15.17,'110','','','4','','1','2021-02-09 12:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416128741894410822'),(9772,'41612874051','10','1','20','retail','0','2021-02-09 15:36:29','','','','0','Cash',2.76,'20','','','4','','1','2021-02-09 12:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','111.00','110','Inclusive','416128741992394202'),(9773,'41612874051','133','1','10','retail','0','2021-02-09 15:36:40','','','','0','Cash',1.38,'10','','','4','','1','2021-02-09 12:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416128742092214622'),(9774,'41612874051','15','1','30','retail','0','2021-02-09 15:36:49','','','','0','Cash',4.14,'30','','','4','','1','2021-02-09 12:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416128742257341124'),(9775,'41612874051','74','1','50','retail','0','2021-02-09 15:37:05','','','','5','Cash',6.90,'50','','','4','','1','2021-02-09 12:37:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','2.00','1','Inclusive','416128742353242433'),(9776,'41612874244','1','2','640','retail','0','2021-02-09 15:37:24','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','50.75','48.75','Inclusive','416128744586533120'),(9777,'41612874244','5','2','220','retail','0','2021-02-09 15:40:58','','','','0','Cash',30.34,'110','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416128744740008724'),(9778,'41612874244','133','2','20','retail','0','2021-02-09 15:41:14','','','','0','Cash',2.76,'10','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416128744843044702'),(9779,'41612874244','10','2','40','retail','0','2021-02-09 15:41:25','','','','0','Cash',5.52,'20','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','110.00','108','Inclusive','416128744954052453'),(9780,'41612874244','19','1','30','retail','0','2021-02-09 15:41:36','','','','0','Cash',4.14,'30','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416128745047022334'),(9781,'41612874244','23','1','30','retail','0','2021-02-09 15:41:44','','','','0','Cash',4.14,'30','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416128745122232823'),(9782,'41612874244','70','1','50','retail','0','2021-02-09 15:41:53','','','','2','Cash',6.90,'50','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416128745300222632'),(9783,'41612874244','74','1','50','retail','0','2021-02-09 15:42:10','','','','5','Cash',6.90,'50','','','4','','1','2021-02-09 12:42:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416128745404304033'),(9784,'41612875124','88','5','500','retail','0','2021-02-09 15:52:04','','','','0','Cash',68.97,'100','','','4','','1','2021-02-09 12:52:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','675.00','670','Inclusive','416128751353475023'),(9785,'41612875143','3','1','160','retail','0','2021-02-09 15:52:23','','','','0','Cash',22.07,'160','','','4','','1','2021-02-09 13:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','','0.00','0','Inclusive','416128770333230203'),(9786,'41612875143','5','1','110','retail','0','2021-02-09 16:23:54','','','','0','Cash',15.17,'110','','','4','','1','2021-02-09 13:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416128770453407050'),(9787,'41612875143','70','1','50','retail','0','2021-02-09 16:24:49','','','','2','Cash',6.90,'50','','','4','','1','2021-02-09 13:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416128771052353373'),(9788,'41612875143','10','2','40','retail','0','2021-02-09 16:25:47','','','','0','Cash',5.52,'20','','','4','','1','2021-02-09 13:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','108.50','106.5','Inclusive','416128771681423672'),(9789,'41612875143','19','1','30','retail','0','2021-02-09 16:29:10','','','','0','Cash',4.14,'30','','','4','','1','2021-02-09 13:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416128774623262321'),(9790,'41612877471','85','1','120','retail','0','2021-02-09 16:31:11','','','','0','Cash',16.55,'120','','','4','','1','2021-02-09 13:32:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','541.50','540.5','Inclusive','416128775192063233'),(9791,'41612877528','161','5','300','retail','0','2021-02-09 16:32:08','','','','0','Mpesa',41.38,'60','','','4','','1','2021-02-09 13:35:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1800.00','1795','Inclusive','416128776993420661'),(9792,'41612878284','7','1','200','retail','0','2021-02-09 16:44:44','','','','0','Cash',27.59,'200','','','4','','1','2021-02-09 13:45:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','40.35','39.35','Inclusive','416128782943027983'),(9793,'41612879782','1','1','320','retail','0','2021-02-09 17:09:42','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-09 14:11:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','48.25','47.25','Inclusive','416128798011032200'),(9794,'41612879782','5','1','110','retail','0','2021-02-09 17:10:02','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-09 14:11:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416128798302833368'),(9795,'41612879782','133','1','10','retail','0','2021-02-09 17:10:30','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-09 14:11:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416128798376223143'),(9796,'41612879782','19','1','30','retail','0','2021-02-09 17:10:38','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-09 14:11:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416128798466220384'),(9797,'41612879782','70','1','50','retail','0','2021-02-09 17:10:46','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-09 14:11:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416128798746772033'),(9798,'41612879782','10','1','20','retail','0','2021-02-09 17:11:15','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-09 14:11:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','106.50','105.5','Inclusive','416128798842283273'),(9799,'41612942082','7','1','200','retail','0','2021-02-10 10:28:02','','','','0','Cash',27.59,'200','','','4','','1','2021-02-10 07:28:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','39.30','38.3','Inclusive','416129420932220243'),(9800,'41612942100','163','0.6','200.04','retail','0','2021-02-10 10:28:21','','','','0','Cash',27.59,'333.40','','','4','','1','2021-02-10 09:09:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','287.41','','192.00','191.4','Inclusive','416129479970002032'),(9801,'41612948192','1','1','320','retail','0','2021-02-10 12:09:52','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-10 09:33:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','47.25','46.25','Inclusive','416129495223232344'),(9802,'41612948192','5','1','110','retail','0','2021-02-10 12:32:03','','','','0','Cash',15.17,'110','','','4','','1','2021-02-10 09:33:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416129495311333323'),(9803,'41612948192','10','1','20','retail','0','2021-02-10 12:32:12','','','','0','Cash',2.76,'20','','','4','','1','2021-02-10 09:33:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','105.50','104.5','Inclusive','416129495429323903'),(9804,'41612948192','133','1','10','retail','0','2021-02-10 12:32:23','','','','0','Cash',1.38,'10','','','4','','1','2021-02-10 09:33:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416129495499114399'),(9805,'41612948192','70','1','50','retail','0','2021-02-10 12:32:38','','','','2','Cash',6.90,'50','','','4','','1','2021-02-10 09:33:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416129495696291234'),(9806,'41612948192','12','0.03','30','retail','0','2021-02-10 12:32:50','','','','0','Cash',4.14,'1000','','','4','','1','2021-02-10 09:33:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','0.03','3.12','3.09','Inclusive','416129495826312323'),(9807,'41612949591','3','1','170','retail','0','2021-02-10 12:33:11','','','','0','Cash',23.45,'170','','','4','','1','2021-02-10 09:51:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416129503985583023'),(9808,'41612949591','11','1','20','retail','0','2021-02-10 12:46:38','','','','0','Cash',2.76,'20','','','4','','1','2021-02-10 09:51:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416129505401040222'),(9809,'41612949591','133','1','10','retail','0','2021-02-10 12:49:01','','','','0','Cash',1.38,'10','','','4','','1','2021-02-10 09:51:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416129505612906520'),(9810,'41612949591','19','1','30','retail','0','2021-02-10 12:49:22','','','','0','Cash',4.14,'30','','','4','','1','2021-02-10 09:51:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416129505796214137'),(9811,'41612949591','70','1','50','retail','0','2021-02-10 12:49:39','','','','2','Cash',6.90,'50','','','4','','1','2021-02-10 09:51:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416129505905950201'),(9812,'41612949591','6','1','70','retail','0','2021-02-10 12:49:51','','','','0','Cash',9.66,'70','','','4','','1','2021-02-10 09:51:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416129506560625993'),(9813,'41612950676','3','1','170','retail','0','2021-02-10 12:51:16','','','','0','Cash',23.45,'170','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416129507012732333'),(9814,'41612950676','6','1','70','retail','0','2021-02-10 12:51:42','','','','0','Cash',9.66,'70','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416129507092322222'),(9815,'41612950676','133','1','10','retail','0','2021-02-10 12:51:49','','','','0','Cash',1.38,'10','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416129507392163632'),(9816,'41612950676','11','1','20','retail','0','2021-02-10 12:52:19','','','','0','Cash',2.76,'20','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416129507452233935'),(9817,'41612950676','23','1','30','retail','0','2021-02-10 12:52:26','','','','0','Cash',4.14,'30','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416129507572632733'),(9818,'41612950676','70','1','50','retail','0','2021-02-10 12:52:38','','','','2','Cash',6.90,'50','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416129507643322030'),(9819,'41612950676','65','1','500','retail','0','2021-02-10 12:52:52','','','','0','Cash',68.97,'500','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','0','0','Inclusive','416129507800032402'),(9820,'41612950676','15','1','30','retail','0','2021-02-10 12:53:07','','','','0','Cash',4.14,'30','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416129507972323013'),(9821,'41612950676','71','0.025','50','retail','0','2021-02-10 12:53:18','','','','0','Cash',6.90,'2000','','','4','','1','2021-02-10 09:53:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.82','0.8','Inclusive','416129508072237228'),(9822,'41612957765','161','5','300','retail','0','2021-02-10 14:49:25','','','','0','Cash',41.38,'60','','','4','','1','2021-02-10 11:49:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1795.00','1790','Inclusive','416129577771903032'),(9823,'41612957790','1','4','1280','retail','0','2021-02-10 14:49:50','','','','159.60','Cash',176.55,'320','','','4','','1','2021-02-10 12:45:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','4','45.25','41.25','Inclusive','416129610623301303'),(9824,'41612957790','5','4','440','retail','0','2021-02-10 15:44:22','','','','0','Cash',60.69,'110','','','4','','1','2021-02-10 12:45:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','4','0.00','-2','Inclusive','416129610712323310'),(9825,'41612957790','10','4','80','retail','0','2021-02-10 15:44:32','','','','0','Cash',11.03,'20','','','4','','1','2021-02-10 12:45:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','103.50','99.5','Inclusive','416129610802494331'),(9826,'41612957790','133','4','40','retail','0','2021-02-10 15:44:41','','','','0','Cash',5.52,'10','','','4','','1','2021-02-10 12:45:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','4','0.00','-3.8','Inclusive','416129610894232321'),(9827,'41612957790','19','4','120','retail','0','2021-02-10 15:44:50','','','','0','Cash',16.55,'30','','','4','','1','2021-02-10 12:45:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','4','0.12','-3.76','Inclusive','416129610993330102'),(9828,'41612957790','70','4','200','retail','0','2021-02-10 15:45:08','','','','2','Cash',27.59,'50','','','4','','1','2021-02-10 12:45:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','4','0.00','-3.88','Inclusive','416129611166341202'),(9829,'41612961122','178','10','2600','retail','0','2021-02-10 15:45:22','','','','0','Cash',358.62,'260','','','4','','1','2021-02-10 12:46:23','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','224.14','','20.00','10','Inclusive','416129611492402223'),(9830,'71611641295','98','1','320','retail','0','2021-01-26 09:08:15','','','','0','Cash',44.14,'320','','','7','','1','2021-02-11 07:28:51','1','1','printed','2','new','pcs','','','','yes','','0','','','VATABLE','275.86','','535.00','534','Inclusive','716116413282318043'),(9831,'511613031533','309','2','500','retail','0','2021-02-11 11:18:54','','','','0','Cash',68.97,'250','','','51','','1','2021-02-11 08:20:40','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','215.52','','4.00','2','Inclusive','5116130315613362023'),(9832,'511613031533','311','1','250','retail','0','2021-02-11 11:19:21','','','','0','Cash',34.48,'250','','','51','','1','2021-02-11 08:20:40','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','24.00','23','Inclusive','5116130315761206303'),(9833,'511613031533','319','1','500','retail','0','2021-02-11 11:19:37','','','','0','Cash',68.97,'500','','','51','','1','2021-02-11 08:20:40','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','431.03','','25.00','24','Inclusive','5116130315952365022'),(9834,'41613033093','3','1','160','retail','0','2021-02-11 11:49:17','','','','0','Cash',22.07,'160','','','4','','1','2021-02-11 08:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416130334151203033'),(9835,'41613033093','10','2','40','retail','0','2021-02-11 11:50:16','','','','0','Cash',5.52,'20','','','4','','1','2021-02-11 08:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','102.50','100.5','Inclusive','416130334242202233'),(9836,'41613033093','5','1','110','retail','0','2021-02-11 11:50:25','','','','0','Cash',15.17,'110','','','4','','1','2021-02-11 08:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416130334342002330'),(9837,'41613033093','19','1','30','retail','0','2021-02-11 11:50:34','','','','0','Cash',4.14,'30','','','4','','1','2021-02-11 08:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416130334406022032'),(9838,'41613033093','70','1','50','retail','0','2021-02-11 11:50:41','','','','2','Cash',6.90,'50','','','4','','1','2021-02-11 08:50:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416130334483300202'),(9839,'41613033455','1','1','320','retail','0','2021-02-11 11:50:55','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-11 08:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','40.25','39.25','Inclusive','416130334873303033'),(9840,'41613033455','5','1','110','retail','0','2021-02-11 11:51:27','','','','0','Cash',15.17,'110','','','4','','1','2021-02-11 08:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416130334964330029'),(9841,'41613033455','10','1','20','retail','0','2021-02-11 11:51:36','','','','0','Cash',2.76,'20','','','4','','1','2021-02-11 08:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','100.50','99.5','Inclusive','416130335052232343'),(9842,'41613033455','70','1','50','retail','0','2021-02-11 11:51:46','','','','2','Cash',6.90,'50','','','4','','1','2021-02-11 08:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416130335110425336'),(9843,'41613033455','133','1','10','retail','0','2021-02-11 11:51:52','','','','0','Cash',1.38,'10','','','4','','1','2021-02-11 08:52:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416130335183503123'),(9844,'41613033528','147','5','1800','retail','0','2021-02-11 11:52:08','','','','0','Cash',248.28,'360','','','4','','1','2021-02-11 08:53:47','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','175.40','170.4','Inclusive','416130335466023200'),(9845,'41613034467','1','2','640','retail','0','2021-02-11 12:07:47','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-11 09:10:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','39.25','37.25','Inclusive','416130344760223243'),(9846,'41613034467','5','2','220','retail','0','2021-02-11 12:07:57','','','','0','Cash',30.34,'110','','','4','','1','2021-02-11 09:10:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416130344890230033'),(9847,'41613034467','10','2','40','retail','0','2021-02-11 12:08:10','','','','0','Cash',5.52,'20','','','4','','1','2021-02-11 09:10:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','99.50','97.5','Inclusive','416130344993343342'),(9848,'41613034467','133','2','20','retail','0','2021-02-11 12:08:21','','','','0','Cash',2.76,'10','','','4','','1','2021-02-11 09:10:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416130345082035214'),(9849,'41613034467','74','2','100','retail','0','2021-02-11 12:08:42','','','','5','Cash',13.79,'50','','','4','','1','2021-02-11 09:10:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','1.00','-0.94','Inclusive','416130345430043030'),(9850,'41613034467','23','2','60','retail','0','2021-02-11 12:09:27','','','','0','Cash',8.28,'30','','','4','','1','2021-02-11 09:10:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.09','-1.85','Inclusive','416130345970632322'),(9851,'41613034646','1','1','300','retail','0','2021-02-11 12:10:46','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-11 09:51:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','37.25','36.25','Inclusive','416130369830122203'),(9852,'41613034646','5','1','100','retail','0','2021-02-11 12:49:44','','','','0','Cash',13.79,'100','','','4','','1','2021-02-11 09:51:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416130369913330432'),(9853,'41613034646','133','1','10','retail','0','2021-02-11 12:49:51','','','','0','Cash',1.38,'10','','','4','','1','2021-02-11 09:51:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416130369973030343'),(9854,'41613034646','23','1','20','retail','0','2021-02-11 12:49:58','','','','0','Cash',2.76,'20','','','4','','1','2021-02-11 09:51:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.09','0.09','Inclusive','416130370077602742'),(9855,'41613034646','70','1','50','retail','0','2021-02-11 12:50:39','','','','2','Cash',6.90,'50','','','4','','1','2021-02-11 09:51:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416130370464424423'),(9856,'41613034646','10','1','20','retail','0','2021-02-11 12:50:47','','','','0','Cash',2.76,'20','','','4','','1','2021-02-11 09:51:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','98.50','97.5','Inclusive','416130370533233233'),(9857,'41613037269','1','1','320','retail','0','2021-02-11 12:54:29','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-11 10:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','36.25','35.25','Inclusive','416130380573320002'),(9858,'41613037269','5','1','110','retail','0','2021-02-11 13:07:38','','','','0','Cash',15.17,'110','','','4','','1','2021-02-11 10:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416130380663136032'),(9859,'41613037269','133','1','10','retail','0','2021-02-11 13:07:47','','','','0','Cash',1.38,'10','','','4','','1','2021-02-11 10:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416130380783203233'),(9860,'41613037269','10','1','20','retail','0','2021-02-11 13:07:59','','','','0','Cash',2.76,'20','','','4','','1','2021-02-11 10:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','97.50','96.5','Inclusive','416130380868321663'),(9861,'41613037269','74','1','50','retail','0','2021-02-11 13:08:14','','','','5','Cash',6.90,'50','','','4','','1','2021-02-11 10:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416130381023221330'),(9862,'41613037269','19','1','30','retail','0','2021-02-11 13:08:23','','','','0','Cash',4.14,'30','','','4','','1','2021-02-11 10:08:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416130381210230130'),(9863,'41613038127','1','5','1600','retail','0','2021-02-11 13:16:41','','','','159.60','Cash',220.69,'320','','','4','','1','2021-02-11 10:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','35.25','30.25','Inclusive','416130386142242061'),(9864,'41613038127','5','5','550','retail','0','2021-02-11 13:16:54','','','','0','Cash',75.86,'110','','','4','','1','2021-02-11 10:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','0.00','-2.5','Inclusive','416130386286421036'),(9865,'41613038127','133','5','50','retail','0','2021-02-11 13:17:08','','','','0','Cash',6.90,'10','','','4','','1','2021-02-11 10:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416130386372132063'),(9866,'41613038127','10','5','100','retail','0','2021-02-11 13:17:17','','','','0','Cash',13.79,'20','','','4','','1','2021-02-11 10:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','96.50','91.5','Inclusive','416130386452005523'),(9867,'41613038127','15','5','150','retail','0','2021-02-11 13:17:26','','','','0','Cash',20.69,'30','','','4','','1','2021-02-11 10:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.12','-4.73','Inclusive','416130387264332022'),(9868,'41613038127','70','5','250','retail','0','2021-02-11 13:18:47','','','','2','Cash',34.48,'50','','','4','','1','2021-02-11 10:19:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416130387370313200'),(9869,'41613038745','1','1','320','retail','0','2021-02-11 13:19:05','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-11 10:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','30.25','29.25','Inclusive','416130398220203221'),(9870,'41613038745','5','1','110','retail','0','2021-02-11 13:37:03','','','','0','Cash',15.17,'110','','','4','','1','2021-02-11 10:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416130398313230208'),(9871,'41613038745','10','1','20','retail','0','2021-02-11 13:37:11','','','','0','Cash',2.76,'20','','','4','','1','2021-02-11 10:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','91.50','90.5','Inclusive','416130398433280233'),(9872,'41613038745','133','1','10','retail','0','2021-02-11 13:37:24','','','','0','Cash',1.38,'10','','','4','','1','2021-02-11 10:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416130398563331233'),(9873,'41613038745','23','1','30','retail','0','2021-02-11 13:37:37','','','','0','Cash',4.14,'30','','','4','','1','2021-02-11 10:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416130398726420233'),(9874,'41613038745','74','1','50','retail','0','2021-02-11 13:37:52','','','','5','Cash',6.90,'50','','','4','','1','2021-02-11 10:38:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416130398844334238'),(9875,'41613039899','38','1','330','retail','0','2021-02-11 13:38:19','','','','0','Cash',45.52,'330','','','4','','1','2021-02-11 10:38:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416130399090391243'),(9876,'41613039899','40','1','60','retail','0','2021-02-11 13:38:30','','','','0','Cash',8.28,'60','','','4','','1','2021-02-11 10:38:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416130399202333233'),(9877,'41613039899','9','1','60','retail','0','2021-02-11 13:38:40','','','','0','Cash',8.28,'60','','','4','','1','2021-02-11 10:38:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416130399293929422'),(9878,'41613039938','38','1','330','retail','0','2021-02-11 13:38:58','','','','0','Cash',45.52,'330','','','4','','1','2021-02-11 10:40:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416130400163120342'),(9879,'41613039938','40','1','60','retail','0','2021-02-11 13:40:16','','','','0','Cash',8.28,'60','','','4','','1','2021-02-11 10:40:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416130400293320403'),(9880,'41613039938','9','1','60','retail','0','2021-02-11 13:40:29','','','','0','Cash',8.28,'60','','','4','','1','2021-02-11 10:40:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416130400383333606'),(9881,'41613040116','94','1','180','retail','0','2021-02-11 13:41:56','','','','0','Cash',24.83,'180','','','4','','1','2021-02-11 12:11:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','58.00','57','Inclusive','416130454925566232'),(9882,'41613045504','85','1','100','retail','0','2021-02-11 15:11:44','','','','0','Cash',13.79,'100','','','4','','1','2021-02-11 12:55:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','540.50','539.5','Inclusive','416130480757330522'),(9883,'41613045504','74','1','50','retail','0','2021-02-11 15:54:44','','','','5','Cash',6.90,'50','','','4','','1','2021-02-11 12:55:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416130481130220004'),(9884,'41613048126','3','1','170','retail','0','2021-02-11 15:55:26','','','','0','Cash',23.45,'170','','','4','','1','2021-02-11 13:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416130486593322213'),(9885,'41613048126','6','1','70','retail','0','2021-02-11 16:04:19','','','','0','Cash',9.66,'70','','','4','','1','2021-02-11 13:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416130486684443022'),(9886,'41613048126','11','1','20','retail','0','2021-02-11 16:04:28','','','','0','Cash',2.76,'20','','','4','','1','2021-02-11 13:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416130486752385422'),(9887,'41613048126','15','1','30','retail','0','2021-02-11 16:04:36','','','','0','Cash',4.14,'30','','','4','','1','2021-02-11 13:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416130486824610330'),(9888,'41613048126','70','1','50','retail','0','2021-02-11 16:04:43','','','','2','Cash',6.90,'50','','','4','','1','2021-02-11 13:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416130486942002420'),(9889,'41613048126','133','1','10','retail','0','2021-02-11 16:04:55','','','','0','Cash',1.38,'10','','','4','','1','2021-02-11 13:05:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416130487030433304'),(9890,'41613048734','161','10','600','retail','0','2021-02-11 16:05:34','','','','0','Cash',82.76,'60','','','4','','1','2021-02-11 13:24:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1790.00','1780','Inclusive','416130498183022393'),(9891,'511613031643','309','2','500','retail','0','2021-02-11 11:20:43','','','','0','Mpesa',68.97,'250','','','51','','1','2021-02-12 06:09:20','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','215.52','','2.00','0','Inclusive','5116130316736132072'),(9892,'511613031643','311','1','250','retail','0','2021-02-11 11:21:21','','','','0','Mpesa',34.48,'250','','','51','','1','2021-02-12 06:09:20','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','215.52','1','23.00','22','Inclusive','5116130316911023523'),(9893,'511613031643','319','1','500','retail','0','2021-02-11 11:21:31','','','','0','Mpesa',68.97,'500','','','51','','1','2021-02-12 06:09:20','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','431.03','','24.00','23','Inclusive','5116130317023032032'),(9894,'41613113599','1','5','1600','retail','0','2021-02-12 10:06:39','','','','159.60','Cash',220.69,'320','','','4','','1','2021-02-12 07:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','28.75','23.75','Inclusive','416131136371303231'),(9895,'41613113599','3','5','800','retail','0','2021-02-12 10:07:18','','','','0','Cash',110.34,'160','','','4','','1','2021-02-12 07:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','5','0.00','-2.5','Inclusive','416131136512003203'),(9896,'41613113599','10','5','100','retail','0','2021-02-12 10:07:31','','','','0','Cash',13.79,'20','','','4','','1','2021-02-12 07:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','90.00','85','Inclusive','416131136723006622'),(9897,'41613113599','48','5','300','retail','0','2021-02-12 10:24:17','','','','0','Cash',41.38,'60','','','4','','1','2021-02-12 07:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','5','0.00','-3.75','Inclusive','416131146788226316'),(9898,'41613113599','34','1.25','650','retail','0','2021-02-12 10:28:38','','','','0','Cash',89.66,'520','','','4','','1','2021-02-12 07:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','448.28','','20.40','19.15','Inclusive','416131149492314293'),(9899,'41613113599','33','5','650','retail','0','2021-02-12 10:30:49','','','','0','Cash',89.66,'130','','','4','','1','2021-02-12 07:34:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','5','0.00','-3.75','Inclusive','416131152291233223'),(9900,'41613115242','1','1','300','retail','0','2021-02-12 10:34:02','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-12 08:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','21.25','20.25','Inclusive','416131180812038211'),(9901,'41613115242','5','1','100','retail','0','2021-02-12 11:21:21','','','','0','Cash',13.79,'100','','','4','','1','2021-02-12 08:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','3.00','2','Inclusive','416131181003022233'),(9902,'41613115242','10','1','20','retail','0','2021-02-12 11:21:41','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 08:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','85.00','84','Inclusive','416131181170113137'),(9903,'41613115242','133','1','10','retail','0','2021-02-12 11:21:58','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 08:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131181384282333'),(9904,'41613115242','15','1','20','retail','0','2021-02-12 11:22:19','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 08:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416131181468302202'),(9905,'41613115242','74','1','50','retail','0','2021-02-12 11:22:27','','','','5','Cash',6.90,'50','','','4','','1','2021-02-12 08:23:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131181522442322'),(9906,'41613118183','1','1','320','retail','0','2021-02-12 11:23:03','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-12 08:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','20.25','19.25','Inclusive','416131202442220043'),(9907,'41613118183','5','1','110','retail','0','2021-02-12 11:57:25','','','','0','Cash',15.17,'110','','','4','','1','2021-02-12 08:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','2.00','1','Inclusive','416131202510021224'),(9908,'41613118183','133','1','10','retail','0','2021-02-12 11:57:32','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 08:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131202573310342'),(9909,'41613118183','10','1','20','retail','0','2021-02-12 11:57:38','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 08:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','84.00','83','Inclusive','416131202632413320'),(9910,'41613118183','15','1','30','retail','0','2021-02-12 11:57:44','','','','0','Cash',4.14,'30','','','4','','1','2021-02-12 08:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416131202991622002'),(9911,'41613118183','70','1','50','retail','0','2021-02-12 11:58:19','','','','2','Cash',6.90,'50','','','4','','1','2021-02-12 08:58:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131203080320202'),(9912,'41613120315','7','3','600','retail','0','2021-02-12 11:58:35','','','','0','Cash',82.76,'200','','','4','','1','2021-02-12 09:03:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','3','111.75','108.75','Inclusive','416131203373223223'),(9913,'41613120610','1','1','320','retail','0','2021-02-12 12:03:30','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-12 10:52:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','19.25','18.25','Inclusive','416131270853814300'),(9914,'41613120610','5','1','110','retail','0','2021-02-12 13:51:28','','','','0','Cash',15.17,'110','','','4','','1','2021-02-12 10:52:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416131270972222400'),(9915,'41613120610','133','1','10','retail','0','2021-02-12 13:51:37','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 10:52:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131271043322232'),(9916,'41613120610','19','1','30','retail','0','2021-02-12 13:51:45','','','','0','Cash',4.14,'30','','','4','','1','2021-02-12 10:52:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416131271233233342'),(9917,'41613120610','10','1','20','retail','0','2021-02-12 13:52:04','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 10:52:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','83.00','82','Inclusive','416131271313031121'),(9918,'41613120610','169','1','50','retail','0','2021-02-12 13:52:12','','','','0','Cash',6.90,'50','','','4','','1','2021-02-12 10:52:28','1','1','printed','1','new','Kg','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131271400022312'),(9919,'41613127469','1','1','320','retail','0','2021-02-12 13:57:49','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','18.25','17.25','Inclusive','416131302690396912'),(9920,'41613127469','5','1','110','retail','0','2021-02-12 14:44:31','','','','0','Cash',15.17,'110','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416131302913222312'),(9921,'41613127469','133','1','10','retail','0','2021-02-12 14:44:52','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131303111302221'),(9922,'41613127469','10','1','20','retail','0','2021-02-12 14:45:12','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','82.00','81','Inclusive','416131303214323020'),(9923,'41613127469','19','1','30','retail','0','2021-02-12 14:45:22','','','','0','Cash',4.14,'30','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416131303300233001'),(9924,'41613127469','70','1','50','retail','0','2021-02-12 14:45:30','','','','2','Cash',6.90,'50','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131303373333223'),(9925,'41613127469','51','5','700','retail','0','2021-02-12 14:45:38','','','','0','Cash',96.55,'140','','','4','','1','2021-02-12 12:05:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','5','20.00','15','Inclusive','416131303501326233'),(9926,'41613131505','1','1','320','retail','0','2021-02-12 15:05:05','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-12 12:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','17.25','16.25','Inclusive','416131344864242334'),(9927,'41613131505','5','1','110','retail','0','2021-02-12 15:54:48','','','','0','Cash',15.17,'110','','','4','','1','2021-02-12 12:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416131344973013314'),(9928,'41613131505','10','1','20','retail','0','2021-02-12 15:54:58','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 12:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','81.00','80','Inclusive','416131345100453313'),(9929,'41613131505','133','1','10','retail','0','2021-02-12 15:55:11','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 12:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131345194300010'),(9930,'41613131505','19','1','30','retail','0','2021-02-12 15:55:20','','','','0','Cash',4.14,'30','','','4','','1','2021-02-12 12:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416131345284236221'),(9931,'41613131505','70','1','50','retail','0','2021-02-12 15:55:29','','','','2','Cash',6.90,'50','','','4','','1','2021-02-12 12:55:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131345382243361'),(9932,'41613134588','1','1','320','retail','0','2021-02-12 15:56:28','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-12 12:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','16.25','15.25','Inclusive','416131346403226462'),(9933,'41613134588','5','1','110','retail','0','2021-02-12 15:57:21','','','','0','Cash',15.17,'110','','','4','','1','2021-02-12 12:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416131346491314133'),(9934,'41613134588','133','1','10','retail','0','2021-02-12 15:57:30','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 12:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131346590330233'),(9935,'41613134588','10','1','20','retail','0','2021-02-12 15:57:40','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 12:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','80.00','79','Inclusive','416131346699230323'),(9936,'41613134588','19','1','30','retail','0','2021-02-12 15:57:50','','','','0','Cash',4.14,'30','','','4','','1','2021-02-12 12:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416131346762326320'),(9937,'41613134588','74','1','50','retail','0','2021-02-12 15:57:57','','','','5','Cash',6.90,'50','','','4','','1','2021-02-12 12:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131346870021670'),(9938,'41613136382','38','1','330','retail','0','2021-02-12 16:26:22','','','','0','Cash',45.52,'330','','','4','','1','2021-02-12 13:27:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','1.00','0','Inclusive','416131364093613230'),(9939,'41613136382','40','1','60','retail','0','2021-02-12 16:26:50','','','','0','Cash',8.28,'60','','','4','','1','2021-02-12 13:27:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416131364204220120'),(9940,'41613136382','9','1','60','retail','0','2021-02-12 16:27:02','','','','0','Cash',8.28,'60','','','4','','1','2021-02-12 13:27:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416131364312036303'),(9941,'41613140104','1','1','320','retail','0','2021-02-12 17:28:25','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-12 14:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','15.25','14.25','Inclusive','416131401121011220'),(9942,'41613140104','5','1','110','retail','0','2021-02-12 17:28:33','','','','0','Cash',15.17,'110','','','4','','1','2021-02-12 14:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416131401211221114'),(9943,'41613140104','133','1','10','retail','0','2021-02-12 17:28:41','','','','0','Cash',1.38,'10','','','4','','1','2021-02-12 14:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416131401266031243'),(9944,'41613140104','10','1','20','retail','0','2021-02-12 17:28:47','','','','0','Cash',2.76,'20','','','4','','1','2021-02-12 14:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','79.00','78','Inclusive','416131401333443030'),(9945,'41613140104','19','1','30','retail','0','2021-02-12 17:28:54','','','','0','Cash',4.14,'30','','','4','','1','2021-02-12 14:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416131401404233024'),(9946,'41613140104','70','1','50','retail','0','2021-02-12 17:29:00','','','','2','Cash',6.90,'50','','','4','','1','2021-02-12 14:29:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416131401481441066'),(9947,'41613200153','1','2','640','retail','0','2021-02-13 10:09:14','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-13 07:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','14.25','12.25','Inclusive','416132026524203423'),(9948,'41613200153','5','2','220','retail','0','2021-02-13 10:50:54','','','','0','Cash',30.34,'110','','','4','','1','2021-02-13 07:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','','0.00','1','Inclusive','416132026670023262'),(9949,'41613200153','10','2','40','retail','0','2021-02-13 10:51:08','','','','0','Cash',5.52,'20','','','4','','1','2021-02-13 07:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','78.00','76','Inclusive','416132026763132272'),(9950,'41613200153','133','5','50','retail','0','2021-02-13 10:51:26','','','','0','Cash',6.90,'10','','','4','','1','2021-02-13 07:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416132026934433120'),(9951,'41613200153','15','2','60','retail','0','2021-02-13 10:51:33','','','','0','Cash',8.28,'30','','','4','','1','2021-02-13 07:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416132027013323221'),(9952,'41613200153','74','2','100','retail','0','2021-02-13 10:51:42','','','','5','Cash',13.79,'50','','','4','','1','2021-02-13 07:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416132027093042242'),(9953,'41613202718','38','1','330','retail','0','2021-02-13 10:51:58','','','','0','Cash',45.52,'330','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416132033003032222'),(9954,'41613202718','9','1','60','retail','0','2021-02-13 11:01:41','','','','0','Cash',8.28,'60','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416132033813302321'),(9955,'41613202718','40','1','60','retail','0','2021-02-13 11:03:02','','','','0','Cash',8.28,'60','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416132033890203929'),(9956,'41613202718','1','1','290','retail','0','2021-02-13 11:03:10','','','','159.60','Cash',40.00,'290','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','250.00','','12.25','11.25','Inclusive','416132034310003632'),(9957,'41613202718','5','1','90','retail','0','2021-02-13 11:04:18','','','','0','Cash',12.41,'90','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','1.00','0','Inclusive','416132034661201030'),(9958,'41613202718','10','1','20','retail','0','2021-02-13 11:04:33','','','','0','Cash',2.76,'20','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','76.00','75','Inclusive','416132034802230331'),(9959,'41613202718','19','1','20','retail','0','2021-02-13 11:04:40','','','','0','Cash',2.76,'20','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416132034873214234'),(9960,'41613202718','70','1','50','retail','0','2021-02-13 11:04:53','','','','2','Cash',6.90,'50','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416132035043223220'),(9961,'41613202718','133','1','10','retail','0','2021-02-13 11:05:05','','','','0','Cash',1.38,'10','','','4','','1','2021-02-13 08:07:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416132035161232223'),(9962,'41613203632','85','5','500','retail','0','2021-02-13 11:07:12','','','','0','Cash',68.97,'100','','','4','','1','2021-02-13 08:16:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','539.50','534.5','Inclusive','416132041203232324'),(9963,'41613204174','1','1','320','retail','0','2021-02-13 12:25:25','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-13 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','11.25','10.25','Inclusive','416132083383312033'),(9964,'41613204174','5','1','110','retail','0','2021-02-13 12:25:39','','','','0','Cash',15.17,'110','','','4','','1','2021-02-13 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416132083722341371'),(9965,'41613204174','10','1','20','retail','0','2021-02-13 12:26:13','','','','0','Cash',2.76,'20','','','4','','1','2021-02-13 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','75.00','74','Inclusive','416132083872023202'),(9966,'41613204174','133','1','10','retail','0','2021-02-13 12:26:28','','','','0','Cash',1.38,'10','','','4','','1','2021-02-13 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416132083953202539'),(9967,'41613204174','19','1','30','retail','0','2021-02-13 12:26:36','','','','0','Cash',4.14,'30','','','4','','1','2021-02-13 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416132084073227333'),(9968,'41613204174','74','1','50','retail','0','2021-02-13 12:26:47','','','','5','Cash',6.90,'50','','','4','','1','2021-02-13 09:27:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416132084153204332'),(9969,'41613214367','1','1','320','retail','0','2021-02-13 14:06:07','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','10.25','9.25','Inclusive','416132146283338130'),(9970,'41613214367','5','1','110','retail','0','2021-02-13 14:10:29','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416132146372232313'),(9971,'41613214367','10','1','20','retail','0','2021-02-13 14:10:38','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','74.00','73','Inclusive','416132146473216002'),(9972,'41613214367','133','1','10','retail','0','2021-02-13 14:10:47','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416132146553020640'),(9973,'41613214367','19','1','30','retail','0','2021-02-13 14:10:55','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416132146632633322'),(9974,'41613214367','70','1','50','retail','0','2021-02-13 14:11:04','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416132146721221234'),(9975,'41613214367','94','1','180','retail','0','2021-02-13 14:11:12','','','','0','Mpesa',24.83,'180','','','4','','1','2021-02-13 11:14:26','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','57.00','56','Inclusive','416132147003420231'),(9976,'41613215175','3','2','340','retail','0','2021-02-13 14:19:35','','','','0','Cash',46.90,'170','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416132151882642383'),(9977,'41613215175','6','2','140','retail','0','2021-02-13 14:19:58','','','','0','Cash',19.31,'70','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','2','0.00','-1.5','Inclusive','416132152132223233'),(9978,'41613215175','11','2','40','retail','0','2021-02-13 14:20:14','','','','0','Cash',5.52,'20','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','0.00','-1','Inclusive','416132152320222031'),(9979,'41613215175','133','2','20','retail','0','2021-02-13 14:20:33','','','','0','Cash',2.76,'10','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416132152413103113'),(9980,'41613215175','19','1','30','retail','0','2021-02-13 14:20:42','','','','0','Cash',4.14,'30','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416132152493223324'),(9981,'41613215175','23','1','30','retail','0','2021-02-13 14:20:50','','','','0','Cash',4.14,'30','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416132152562343335'),(9982,'41613215175','70','1','50','retail','0','2021-02-13 14:20:57','','','','2','Cash',6.90,'50','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416132152653420552'),(9983,'41613215175','74','1','50','retail','0','2021-02-13 14:21:05','','','','5','Cash',6.90,'50','','','4','','1','2021-02-13 11:21:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416132152902422030'),(9984,'511613117884','100','1','1350','retail','0','2021-02-12 11:18:04','','','','0','Cash',186.21,'1350','','','51','','1','2021-02-15 06:03:16','1','1','printed','3','new','pcs','','','','yes','','0','','','VATABLE','1163.79','','344.00','343','Inclusive','5116131179383210133'),(9985,'41613371013','1','1','300','retail','0','2021-02-15 09:36:53','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-15 07:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','8.25','7.25','Inclusive','416133731462663633'),(9986,'41613371013','4','1','200','retail','0','2021-02-15 10:12:28','','','','0','Cash',27.59,'200','','','4','','1','2021-02-15 07:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','42.75','41.75','Inclusive','416133731593110437'),(9987,'41613371013','10','1','20','retail','0','2021-02-15 10:12:40','','','','0','Cash',2.76,'20','','','4','','1','2021-02-15 07:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','72.00','71','Inclusive','416133731672073320'),(9988,'41613371013','133','2','20','retail','0','2021-02-15 10:13:32','','','','0','Cash',2.76,'10','','','4','','1','2021-02-15 07:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416133732294103323'),(9989,'41613371013','19','1','20','retail','0','2021-02-15 10:13:50','','','','0','Cash',2.76,'20','','','4','','1','2021-02-15 07:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416133732363410003'),(9990,'41613371013','70','1','50','retail','0','2021-02-15 10:13:57','','','','2','Cash',6.90,'50','','','4','','1','2021-02-15 07:15:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416133732462243323'),(9991,'41613373337','1','1','300','retail','0','2021-02-15 10:17:08','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-15 07:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','7.25','6.25','Inclusive','416133733483143313'),(9992,'41613373337','4','1','200','retail','0','2021-02-15 10:17:08','','','','0','Cash',27.59,'200','','','4','','1','2021-02-15 07:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','','41.75','40.75','Inclusive','416133733560213020'),(9993,'41613373337','10','1','20','retail','0','2021-02-15 10:17:08','','','','0','Cash',2.76,'20','','','4','','1','2021-02-15 07:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','71.00','70','Inclusive','416133733662342330'),(9994,'41613373337','133','2','20','retail','0','2021-02-15 10:17:08','','','','0','Cash',2.76,'10','','','4','','1','2021-02-15 07:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416133733742200274'),(9995,'41613373337','19','1','20','retail','0','2021-02-15 10:17:08','','','','0','Cash',2.76,'20','','','4','','1','2021-02-15 07:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416133733846233433'),(9996,'41613373337','70','1','50','retail','0','2021-02-15 10:17:08','','','','2','Cash',6.90,'50','','','4','','1','2021-02-15 07:17:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416133734036344060'),(9997,'41613373472','94','1','180','retail','0','2021-02-15 10:17:52','','','','0','Cash',24.83,'180','','','4','','1','2021-02-15 08:10:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','56.00','55','Inclusive','416133766333330213'),(9998,'41613376643','161','20','950','retail','0','2021-02-15 11:10:43','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-15 09:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','2180.00','2160','Inclusive','416133794683344394'),(9999,'41613376643','97','10','1000','retail','0','2021-02-15 11:58:35','','','','0','Cash',137.93,'100','','','4','','1','2021-02-15 09:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','10','24.00','14','Inclusive','416133795399933610'),(10000,'41613376643','88','5','500','retail','0','2021-02-15 11:59:03','','','','0','Cash',68.97,'100','','','4','','1','2021-02-15 09:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','670.00','665','Inclusive','416133795820232373'),(10001,'41613379662','147','45','13500','retail','0','2021-02-15 12:35:11','','','','0','Cash',1862.07,'300','','','4','','1','2021-02-15 10:08:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','520.40','475.4','Inclusive','416133818524122004'),(10002,'41613383791','161','140','6650','retail','0','2021-02-15 13:09:51','','','','0','Cash',917.24,'47.50','','','4','','1','2021-02-15 10:10:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','2160.00','2020','Inclusive','416133838180224833'),(10003,'41613383852','178','10','2600','retail','0','2021-02-15 13:10:52','','','','0','Cash',358.62,'260','','','4','','1','2021-02-15 10:12:01','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','224.14','','90.00','80','Inclusive','416133838682236300'),(10004,'41613383852','161','5','300','retail','0','2021-02-15 13:11:32','','','','0','Cash',41.38,'60','','','4','','1','2021-02-15 10:12:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','2020.00','2015','Inclusive','416133839030230334'),(10005,'41613392515','1','1','320','retail','0','2021-02-15 15:35:15','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-15 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','6.25','5.25','Inclusive','416133927933292221'),(10006,'41613392515','5','1','110','retail','0','2021-02-15 15:39:55','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-15 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416133928043303142'),(10007,'41613392515','10','1','20','retail','0','2021-02-15 15:40:04','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-15 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','70.00','69','Inclusive','416133928112916322'),(10008,'41613392515','133','1','10','retail','0','2021-02-15 15:40:12','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-15 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416133928202233231'),(10009,'41613392515','15','1','30','retail','0','2021-02-15 15:40:21','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-15 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416133928293832492'),(10010,'41613392515','70','1','50','retail','0','2021-02-15 15:40:29','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-15 12:40:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416133928382224213'),(10011,'41613392860','1','1','300','retail','0','2021-02-15 15:41:00','','','','159.60','Mpesa',41.38,'300','','','4','','1','2021-02-15 12:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','5.25','4.25','Inclusive','416133929222102612'),(10012,'41613392860','5','1','100','retail','0','2021-02-15 15:42:03','','','','0','Mpesa',13.79,'100','','','4','','1','2021-02-15 12:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416133929339223009'),(10013,'41613392860','10','1','20','retail','0','2021-02-15 15:42:14','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-15 12:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','69.00','68','Inclusive','416133929420433223'),(10014,'41613392860','133','1','10','retail','0','2021-02-15 15:42:23','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-15 12:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416133929503203334'),(10015,'41613392860','15','1','20','retail','0','2021-02-15 15:42:31','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-15 12:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416133929622032093'),(10016,'41613392860','70','1','50','retail','0','2021-02-15 15:42:42','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-15 12:43:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416133929703234232'),(10017,'41613393010','3','1','160','retail','0','2021-02-15 15:43:30','','','','0','Mpesa',22.07,'160','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416133930722243323'),(10018,'41613393010','2','1','90','retail','0','2021-02-15 15:44:32','','','','0','Mpesa',12.41,'90','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416133930822333323'),(10019,'41613393010','11','1','20','retail','0','2021-02-15 15:44:43','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416133930942243043'),(10020,'41613393010','137','1','50','retail','0','2021-02-15 15:44:54','','','','0','Mpesa',6.90,'50','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416133931050043031'),(10021,'41613393010','139','1','50','retail','0','2021-02-15 15:45:06','','','','0','Mpesa',6.90,'50','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416133931174232730'),(10022,'41613393010','138','1','50','retail','0','2021-02-15 15:45:17','','','','0','Mpesa',6.90,'50','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416133931290333320'),(10023,'41613393010','27','1','30','retail','0','2021-02-15 15:45:29','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.03','0.03','Inclusive','416133931392322323'),(10024,'41613393010','70','1','50','retail','0','2021-02-15 15:45:40','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-15 12:46:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416133931553239363'),(10025,'41613394042','85','20','1800','retail','0','2021-02-15 16:00:42','','','','0','Cash',248.28,'90','','','4','','1','2021-02-15 13:31:10','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','534.50','514.5','Inclusive','416133956846033143'),(10026,'41613398406','147','5','2000','retail','0','2021-02-15 17:13:26','','','','0','Cash',275.86,'400','','','4','','1','2021-02-15 14:14:30','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','475.40','470.4','Inclusive','416133984219821023'),(10027,'41613455778','1','1','320','retail','0','2021-02-16 09:09:39','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-16 06:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','3.50','2.5','Inclusive','416134585835250013'),(10028,'41613455778','5','1','110','retail','0','2021-02-16 09:56:24','','','','0','Cash',15.17,'110','','','4','','1','2021-02-16 06:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416134585925253102'),(10029,'41613455778','10','1','20','retail','0','2021-02-16 09:56:33','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 06:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','67.50','66.5','Inclusive','416134585992083393'),(10030,'41613455778','133','1','10','retail','0','2021-02-16 09:56:39','','','','0','Cash',1.38,'10','','','4','','1','2021-02-16 06:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416134586054220322'),(10031,'41613455778','19','1','30','retail','0','2021-02-16 09:56:46','','','','0','Cash',4.14,'30','','','4','','1','2021-02-16 06:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416134586136202040'),(10032,'41613455778','74','1','50','retail','0','2021-02-16 09:56:54','','','','5','Cash',6.90,'50','','','4','','1','2021-02-16 06:57:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134586203124522'),(10033,'41613458629','3','1','170','retail','0','2021-02-16 10:12:59','','','','0','Cash',23.45,'170','','','4','','1','2021-02-16 07:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416134595872244235'),(10034,'41613458629','6','1','70','retail','0','2021-02-16 10:13:08','','','','0','Cash',9.66,'70','','','4','','1','2021-02-16 07:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416134596021002020'),(10035,'41613458629','11','1','20','retail','0','2021-02-16 10:13:23','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 07:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416134596111433034'),(10036,'41613458629','133','1','10','retail','0','2021-02-16 10:13:32','','','','0','Cash',1.38,'10','','','4','','1','2021-02-16 07:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416134596172426272'),(10037,'41613458629','15','1','30','retail','0','2021-02-16 10:13:38','','','','0','Cash',4.14,'30','','','4','','1','2021-02-16 07:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416134596273634232'),(10038,'41613458629','74','1','50','retail','0','2021-02-16 10:13:47','','','','5','Cash',6.90,'50','','','4','','1','2021-02-16 07:14:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134596354253233'),(10039,'41613460098','1','2','640','retail','0','2021-02-16 10:21:38','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-16 08:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','2.00','0','Inclusive','416134619114330232'),(10040,'41613460098','3','2','340','retail','0','2021-02-16 11:02:13','','','','0','Cash',46.90,'170','','','4','','1','2021-02-16 08:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416134625472142233'),(10041,'41613460098','5','2','220','retail','0','2021-02-16 11:02:28','','','','0','Cash',30.34,'110','','','4','','1','2021-02-16 08:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416134625583233200'),(10042,'41613460098','10','2','40','retail','0','2021-02-16 11:02:39','','','','0','Cash',5.52,'20','','','4','','1','2021-02-16 08:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','66.00','64','Inclusive','416134625672634006'),(10043,'41613460098','133','2','20','retail','0','2021-02-16 11:02:48','','','','0','Cash',2.76,'10','','','4','','1','2021-02-16 08:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416134625954062631'),(10044,'41613460098','137','2','100','retail','0','2021-02-16 11:03:16','','','','0','Cash',13.79,'50','','','4','','1','2021-02-16 08:04:42','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.8','Inclusive','416134626252263360'),(10045,'41613462683','85','1','120','retail','0','2021-02-16 11:25:13','','','','0','Cash',16.55,'120','','','4','','1','2021-02-16 08:27:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','514.50','513.5','Inclusive','416134640172202231'),(10046,'41613464026','98','36','12240','retail','0','2021-02-16 11:27:06','','','','0','Cash',1688.28,'340','','','4','','1','2021-02-16 08:35:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','293.10','','36.00','0','Inclusive','416134640623630662'),(10047,'41613464026','195','96','18240','retail','0','2021-02-16 11:28:19','','','','0','Cash',2515.86,'190','','','4','','1','2021-02-16 08:35:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','163.79','','106.00','10','Inclusive','416134641202323344'),(10048,'41613464026','284','132','0','retail','0','2021-02-16 11:28:47','','','','0','Cash',0.00,'0','','','4','','1','2021-02-16 08:35:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','132','151.00','19','Inclusive','416134641453015333'),(10049,'41613464026','276','132','0','retail','0','2021-02-16 11:33:52','','','','0','Cash',0.00,'0','','','4','','1','2021-02-16 08:35:43','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','0.00','132','132.00','0','Inclusive','416134645243300306'),(10050,'41613464545','1','1','320','retail','0','2021-02-16 11:35:45','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-16 08:37:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','39.00','38','Inclusive','416134646141323216'),(10051,'41613464545','5','1','110','retail','0','2021-02-16 11:36:55','','','','0','Cash',15.17,'110','','','4','','1','2021-02-16 08:37:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416134646222226362'),(10052,'41613464545','10','1','20','retail','0','2021-02-16 11:37:03','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 08:37:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','64.00','63','Inclusive','416134646374446202'),(10053,'41613464545','133','1','10','retail','0','2021-02-16 11:37:18','','','','0','Cash',1.38,'10','','','4','','1','2021-02-16 08:37:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416134646456323303'),(10054,'41613464545','15','1','30','retail','0','2021-02-16 11:37:26','','','','0','Cash',4.14,'30','','','4','','1','2021-02-16 08:37:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416134646566246323'),(10055,'41613464545','70','1','50','retail','0','2021-02-16 11:37:36','','','','2','Cash',6.90,'50','','','4','','1','2021-02-16 08:37:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134646693400903'),(10056,'41613464675','1','4','1280','retail','0','2021-02-16 11:37:55','','','','159.60','Cash',176.55,'320','','','4','','1','2021-02-16 08:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','38.00','32','Inclusive','416134657700030333'),(10057,'41613464675','3','4','640','retail','0','2021-02-16 11:56:11','','','','0','Cash',88.28,'160','','','4','','1','2021-02-16 08:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','4','0.00','-2','Inclusive','416134657816110172'),(10058,'41613464675','10','4','80','retail','0','2021-02-16 11:56:27','','','','0','Cash',11.03,'20','','','4','','1','2021-02-16 08:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','63.00','59','Inclusive','416134657977422344'),(10059,'41613464675','48','4','240','retail','0','2021-02-16 11:56:38','','','','0','Cash',33.10,'60','','','4','','1','2021-02-16 08:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','4','0.00','-3','Inclusive','416134658390030062'),(10060,'41613464675','36','4','520','retail','0','2021-02-16 11:57:20','','','','0','Cash',71.72,'130','','','4','','1','2021-02-16 08:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','4','0.25','-2.75','Inclusive','416134658501462153'),(10061,'41613464675','33','4','520','retail','0','2021-02-16 11:57:30','','','','0','Cash',71.72,'130','','','4','','1','2021-02-16 08:58:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','4','0.00','-3','Inclusive','416134658583232520'),(10062,'41613465894','163','45','15300','retail','0','2021-02-16 11:58:14','','','','0','Cash',2110.34,'340','','','4','','1','2021-02-16 09:12:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','293.10','','191.40','146.4','Inclusive','416134666701312332'),(10063,'41613467826','74','1','50','retail','0','2021-02-16 12:30:26','','','','5','Cash',6.90,'50','','','4','','1','2021-02-16 09:43:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134686270062422'),(10064,'41613468633','7','1','200','retail','0','2021-02-16 12:43:53','','','','0','Cash',27.59,'200','','','4','','1','2021-02-16 10:43:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','1','106.95','105.95','Inclusive','416134722074332020'),(10065,'41613472218','1','1','320','retail','0','2021-02-16 13:43:38','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-16 10:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','32.00','31','Inclusive','416134728794046033'),(10066,'41613472218','5','1','110','retail','0','2021-02-16 13:54:40','','','','0','Cash',15.17,'110','','','4','','1','2021-02-16 10:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416134728882200273'),(10067,'41613472218','10','1','20','retail','0','2021-02-16 13:54:49','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 10:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','59.00','58','Inclusive','416134728952303282'),(10068,'41613472218','133','1','10','retail','0','2021-02-16 13:54:56','','','','0','Cash',1.38,'10','','','4','','1','2021-02-16 10:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416134729143310309'),(10069,'41613472218','19','1','30','retail','0','2021-02-16 13:55:15','','','','0','Cash',4.14,'30','','','4','','1','2021-02-16 10:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416134729232324619'),(10070,'41613472218','70','1','50','retail','0','2021-02-16 13:55:24','','','','2','Cash',6.90,'50','','','4','','1','2021-02-16 10:55:35','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134729317042134'),(10071,'41613472937','94','2','360','retail','0','2021-02-16 13:55:37','','','','0','Cash',49.66,'180','','','4','','1','2021-02-16 11:23:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','2','55.00','53','Inclusive','416134745953232331'),(10072,'41613474945','1','5','1600','retail','0','2021-02-16 14:29:05','','','','159.60','Cash',220.69,'320','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','31.00','26','Inclusive','416134754623356332'),(10073,'41613474945','5','5','550','retail','0','2021-02-16 14:37:43','','','','0','Cash',75.86,'110','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','0.00','-2.5','Inclusive','416134754700242033'),(10074,'41613474945','10','5','100','retail','0','2021-02-16 14:37:51','','','','0','Cash',13.79,'20','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','58.00','53','Inclusive','416134754792337233'),(10075,'41613474945','133','5','50','retail','0','2021-02-16 14:38:00','','','','0','Cash',6.90,'10','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416134754883632341'),(10076,'41613474945','15','3','90','retail','0','2021-02-16 14:38:09','','','','0','Cash',12.41,'30','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416134755002123340'),(10077,'41613474945','19','2','60','retail','0','2021-02-16 14:38:20','','','','0','Cash',8.28,'30','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416134755093033730'),(10078,'41613474945','74','5','250','retail','0','2021-02-16 14:38:30','','','','5','Cash',34.48,'50','','','4','','1','2021-02-16 11:38:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416134755213224002'),(10079,'41613475532','1','1','320','retail','0','2021-02-16 14:38:52','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-16 12:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','26.00','25','Inclusive','416134768193829071'),(10080,'41613475532','4','1','220','retail','0','2021-02-16 15:00:20','','','','0','Cash',30.34,'220','','','4','','1','2021-02-16 12:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','54.50','53.5','Inclusive','416134768283231242'),(10081,'41613475532','133','2','20','retail','0','2021-02-16 15:00:35','','','','0','Cash',2.76,'10','','','4','','1','2021-02-16 12:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416134768412081223'),(10082,'41613475532','10','1','20','retail','0','2021-02-16 15:00:42','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 12:00:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','53.00','52','Inclusive','416134768513232803'),(10083,'41613485436','94','1','180','retail','0','2021-02-16 17:23:56','','','','0','Cash',24.83,'180','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','53.00','52','Inclusive','416134854672022230'),(10084,'41613485436','3','1','170','retail','0','2021-02-16 17:24:27','','','','0','Cash',23.45,'170','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416134854771033805'),(10085,'41613485436','6','1','70','retail','0','2021-02-16 17:24:38','','','','0','Cash',9.66,'70','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416134854892201420'),(10086,'41613485436','10','1','20','retail','0','2021-02-16 17:24:55','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','52.00','51','Inclusive','416134855025823220'),(10087,'41613485436','133','1','10','retail','0','2021-02-16 17:25:03','','','','0','Cash',1.38,'10','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416134855102340333'),(10088,'41613485436','19','1','30','retail','0','2021-02-16 17:25:12','','','','0','Cash',4.14,'30','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416134855200253283'),(10089,'41613485436','70','1','50','retail','0','2021-02-16 17:25:22','','','','2','Cash',6.90,'50','','','4','','1','2021-02-16 14:26:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134855331325043'),(10090,'41613485597','3','2','340','retail','0','2021-02-16 17:26:37','','','','0','Mpesa',46.90,'170','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416134856836302223'),(10091,'41613485597','6','2','140','retail','0','2021-02-16 17:28:14','','','','0','Mpesa',19.31,'70','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','2','0.00','-1.5','Inclusive','416134857053322727'),(10092,'41613485597','11','2','40','retail','0','2021-02-16 17:28:26','','','','0','Mpesa',5.52,'20','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','0.00','-1','Inclusive','416134857151202070'),(10093,'41613485597','133','2','20','retail','0','2021-02-16 17:28:35','','','','0','Mpesa',2.76,'10','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416134857273734033'),(10094,'41613485597','15','2','60','retail','0','2021-02-16 17:28:48','','','','0','Mpesa',8.28,'30','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416134857503533630'),(10095,'41613485597','70','1','50','retail','0','2021-02-16 17:29:11','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134857743332414'),(10096,'41613485597','74','1','50','retail','0','2021-02-16 17:29:35','','','','5','Mpesa',6.90,'50','','','4','','1','2021-02-16 14:29:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134857831432202'),(10097,'41613485801','1','1','320','retail','0','2021-02-16 17:30:01','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-16 14:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','22.50','21.5','Inclusive','416134858242302224'),(10098,'41613485801','5','1','110','retail','0','2021-02-16 17:30:25','','','','0','Cash',15.17,'110','','','4','','1','2021-02-16 14:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416134858353333231'),(10099,'41613485801','10','1','20','retail','0','2021-02-16 17:30:36','','','','0','Cash',2.76,'20','','','4','','1','2021-02-16 14:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','50.00','49','Inclusive','416134858474234054'),(10100,'41613485801','133','1','10','retail','0','2021-02-16 17:30:48','','','','0','Cash',1.38,'10','','','4','','1','2021-02-16 14:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416134858574243333'),(10101,'41613485801','19','1','30','retail','0','2021-02-16 17:30:57','','','','0','Cash',4.14,'30','','','4','','1','2021-02-16 14:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416134858671233231'),(10102,'41613485801','70','1','50','retail','0','2021-02-16 17:31:08','','','','2','Cash',6.90,'50','','','4','','1','2021-02-16 14:31:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416134858752381628'),(10103,'41613544129','147','5','2000','retail','0','2021-02-17 09:42:10','','','','0','Cash',275.86,'400','','','4','','1','2021-02-17 06:43:32','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','344.83','','470.40','465.4','Inclusive','416135441462360130'),(10104,'41613544214','161','10','600','retail','0','2021-02-17 09:43:34','','','','0','Cash',82.76,'60','','','4','','1','2021-02-17 06:46:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','2015.00','2005','Inclusive','416135443922324222'),(10105,'41613544419','51','5','700','retail','0','2021-02-17 09:46:59','','','','0','Cash',96.55,'140','','','4','','1','2021-02-17 07:01:52','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','5','15.00','10','Inclusive','416135453070731003'),(10106,'41613545314','1','4','1280','retail','0','2021-02-17 10:08:43','','','','159.60','Cash',176.55,'320','','','4','','1','2021-02-17 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','21.50','17.5','Inclusive','416135476543323224'),(10107,'41613545314','4','2','440','retail','0','2021-02-17 10:44:30','','','','0','Cash',60.69,'220','','','4','','1','2021-02-17 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','51.75','49.75','Inclusive','416135478863634212'),(10108,'41613545314','10','4','80','retail','0','2021-02-17 10:44:47','','','','0','Cash',11.03,'20','','','4','','1','2021-02-17 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','49.00','45','Inclusive','416135478983320249'),(10109,'41613545314','133','4','40','retail','0','2021-02-17 10:45:22','','','','0','Cash',5.52,'10','','','4','','1','2021-02-17 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','4','0.00','-3.8','Inclusive','416135479470321444'),(10110,'41613545314','15','4','120','retail','0','2021-02-17 10:45:54','','','','0','Cash',16.55,'30','','','4','','1','2021-02-17 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','4','1.12','-2.76','Inclusive','416135479640203372'),(10111,'41613545314','70','4','200','retail','0','2021-02-17 10:46:05','','','','2','Cash',27.59,'50','','','4','','1','2021-02-17 07:46:21','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','4','0.00','-3.88','Inclusive','416135479757704232'),(10112,'41613547984','185','1','250','retail','0','2021-02-17 11:03:33','','','','0','Cash',34.48,'250','','','4','','1','2021-02-17 08:04:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','1','2.00','1','Inclusive','416135490633413030'),(10113,'41613551085','143','7','1999.998','retail','0','2021-02-17 11:38:05','','','','2','Cash',275.86,'285.714','','','4','','1','2021-02-17 08:39:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','246.31','','8.00','1','Inclusive','416135511002020632'),(10114,'41613731496','1','1','320','retail','0','2021-02-19 13:44:56','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-19 10:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','17.50','16.5','Inclusive','416137315862703302'),(10115,'41613731496','5','1','110','retail','0','2021-02-19 13:47:11','','','','0','Cash',15.17,'110','','','4','','1','2021-02-19 10:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416137316787123700'),(10116,'41613731496','10','1','20','retail','0','2021-02-19 13:47:59','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 10:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','45.00','44','Inclusive','416137316872260330'),(10117,'41613731496','133','1','10','retail','0','2021-02-19 13:48:08','','','','0','Cash',1.38,'10','','','4','','1','2021-02-19 10:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137316966162610'),(10118,'41613731496','15','1','30','retail','0','2021-02-19 13:48:17','','','','0','Cash',4.14,'30','','','4','','1','2021-02-19 10:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416137317020331472'),(10119,'41613731496','74','1','50','retail','0','2021-02-19 13:48:23','','','','5','Cash',6.90,'50','','','4','','1','2021-02-19 10:48:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137317112330121'),(10120,'41613731727','3','1','170','retail','0','2021-02-19 13:49:09','','','','0','Mpesa',23.45,'170','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416137317804202104'),(10121,'41613731727','6','1','70','retail','0','2021-02-19 13:49:46','','','','0','Mpesa',9.66,'70','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416137318383071382'),(10122,'41613731727','133','1','10','retail','0','2021-02-19 13:50:39','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137318493224041'),(10123,'41613731727','11','1','20','retail','0','2021-02-19 13:50:50','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','1.00','0','Inclusive','416137318563633326'),(10124,'41613731727','15','1','30','retail','0','2021-02-19 13:50:57','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416137318633236341'),(10125,'41613731727','70','1','50','retail','0','2021-02-19 13:51:04','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137318723033303'),(10126,'41613731727','94','20','1800','retail','0','2021-02-19 13:51:12','','','','0','Mpesa',248.28,'90','','','4','','1','2021-02-19 10:51:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','','52.00','32','Inclusive','416137318864122334'),(10127,'41613732474','71','0.05','100','retail','0','2021-02-19 14:01:14','','','','0','Cash',13.79,'2000','','','4','','1','2021-02-19 11:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.17','0.12','Inclusive','416137325042303223'),(10128,'41613732474','2','1','90','retail','0','2021-02-19 14:02:12','','','','0','Cash',12.41,'90','','','4','','1','2021-02-19 11:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416137325453322273'),(10129,'41613732474','11','1','20','retail','0','2021-02-19 14:02:26','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','1.00','0','Inclusive','416137325527201032'),(10130,'41613732474','55','1','60','retail','0','2021-02-19 14:02:32','','','','0','Cash',8.28,'60','','','4','','1','2021-02-19 11:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416137325620072232'),(10131,'41613732474','50','1','210','retail','0','2021-02-19 14:02:49','','','','0','Cash',28.97,'210','','','4','','1','2021-02-19 11:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416137325812310243'),(10132,'41613732474','23','1','20','retail','0','2021-02-19 14:03:02','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:03:48','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.09','0.09','Inclusive','416137325923052204'),(10133,'41613732633','94','1','180','retail','0','2021-02-19 14:03:53','','','','0','Cash',24.83,'180','','','4','','1','2021-02-19 11:04:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','32.00','31','Inclusive','416137326450222243'),(10134,'41613732663','88','5','500','retail','0','2021-02-19 14:04:23','','','','0','Cash',68.97,'100','','','4','','1','2021-02-19 11:07:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','665.00','660','Inclusive','416137328543432326'),(10135,'41613732935','38','2','660','retail','0','2021-02-19 14:08:55','','','','0','Cash',91.03,'330','','','4','','1','2021-02-19 11:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','2','2.00','0','Inclusive','416137329583190402'),(10136,'41613732935','40','2','120','retail','0','2021-02-19 14:09:19','','','','0','Cash',16.55,'60','','','4','','1','2021-02-19 11:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.00','-1','Inclusive','416137329771043293'),(10137,'41613732935','9','2','120','retail','0','2021-02-19 14:09:46','','','','0','Cash',16.55,'60','','','4','','1','2021-02-19 11:10:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.25','-1.25','Inclusive','416137329950233432'),(10138,'41613733012','1','1','320','retail','0','2021-02-19 14:10:12','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-19 11:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','16.25','15.25','Inclusive','416137330383011003'),(10139,'41613733012','5','1','110','retail','0','2021-02-19 14:10:39','','','','0','Cash',15.17,'110','','','4','','1','2021-02-19 11:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416137331153347322'),(10140,'41613733012','133','1','10','retail','0','2021-02-19 14:11:56','','','','0','Cash',1.38,'10','','','4','','1','2021-02-19 11:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137331240320232'),(10141,'41613733012','10','1','20','retail','0','2021-02-19 14:12:05','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','44.00','43','Inclusive','416137331343323343'),(10142,'41613733012','19','1','30','retail','0','2021-02-19 14:12:14','','','','0','Cash',4.14,'30','','','4','','1','2021-02-19 11:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416137331471074123'),(10143,'41613733012','71','0.025','50','retail','0','2021-02-19 14:12:51','','','','0','Cash',6.90,'2000','','','4','','1','2021-02-19 11:13:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.07','0.05','Inclusive','416137331817343000'),(10144,'41613733200','161','5','250','retail','0','2021-02-19 14:13:20','','','','0','Cash',34.48,'50','','','4','','1','2021-02-19 11:14:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','2005.00','2000','Inclusive','416137332333206002'),(10145,'41613733266','7','2','400','retail','0','2021-02-19 14:14:26','','','','0','Cash',55.17,'200','','','4','','1','2021-02-19 11:14:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','172.41','2','104.40','102.4','Inclusive','416137332903222322'),(10146,'41613733300','288','1','150','retail','0','2021-02-19 14:15:01','','','','0','Cash',20.69,'150','','','4','','1','2021-02-19 11:17:03','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','129.31','','40.00','39','Inclusive','416137333942033230'),(10147,'41613733425','1','1','320','retail','0','2021-02-19 14:17:05','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-19 11:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','15.25','14.25','Inclusive','416137334841443404'),(10148,'41613733425','5','1','110','retail','0','2021-02-19 14:18:06','','','','0','Cash',15.17,'110','','','4','','1','2021-02-19 11:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','3.00','2','Inclusive','416137335093302522'),(10149,'41613733425','133','1','10','retail','0','2021-02-19 14:18:29','','','','0','Cash',1.38,'10','','','4','','1','2021-02-19 11:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137335163323302'),(10150,'41613733425','10','1','20','retail','0','2021-02-19 14:18:36','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','43.00','42','Inclusive','416137335253232733'),(10151,'41613733425','15','1','30','retail','0','2021-02-19 14:18:46','','','','0','Cash',4.14,'30','','','4','','1','2021-02-19 11:19:25','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416137335352310222'),(10152,'41613733582','85','200','16000','retail','0','2021-02-19 14:19:42','','','','0','Cash',2206.90,'80','','','4','','1','2021-02-19 11:20:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','','513.50','313.5','Inclusive','416137336000023303'),(10153,'41613733636','97','1','100','retail','0','2021-02-19 14:25:16','','','','0','Mpesa',13.79,'100','','','4','','1','2021-02-19 11:36:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','14.00','13','Inclusive','416137345657302262'),(10154,'41613733636','161','5','300','retail','0','2021-02-19 14:36:18','','','','0','Mpesa',41.38,'60','','','4','','1','2021-02-19 11:36:58','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','2000.00','1995','Inclusive','416137345893733343'),(10155,'41613734714','177','20','4000','retail','0','2021-02-19 14:38:34','','','','0','Mpesa',551.72,'200','','','4','','1','2021-02-19 11:39:36','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','172.41','','230.00','210','Inclusive','416137347462302233'),(10156,'41613734779','85','1','120','retail','0','2021-02-19 14:39:39','','','','0','Cash',16.55,'120','','','4','','1','2021-02-19 11:40:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','313.50','312.5','Inclusive','416137348342242323'),(10157,'41613734845','288','2','300','retail','0','2021-02-19 14:40:45','','','','0','Cash',41.38,'150','','','4','','1','2021-02-19 11:42:09','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','129.31','','39.00','37','Inclusive','416137349163202431'),(10158,'41613734931','1','1','320','retail','0','2021-02-19 14:44:04','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','94.25','93.25','Inclusive','416137350573033503'),(10159,'41613734931','5','1','110','retail','0','2021-02-19 14:44:18','','','','0','Cash',15.17,'110','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','3.00','2','Inclusive','416137350673353072'),(10160,'41613734931','10','1','20','retail','0','2021-02-19 14:44:28','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','92.00','91','Inclusive','416137350803300323'),(10161,'41613734931','133','1','10','retail','0','2021-02-19 14:44:40','','','','0','Cash',1.38,'10','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137350861621200'),(10162,'41613734931','19','1','30','retail','0','2021-02-19 14:44:47','','','','0','Cash',4.14,'30','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416137350930233313'),(10163,'41613734931','70','1','50','retail','0','2021-02-19 14:44:54','','','','2','Cash',6.90,'50','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137351003410330'),(10164,'41613734931','38','1','330','retail','0','2021-02-19 14:45:01','','','','0','Cash',45.52,'330','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416137351093203323'),(10165,'41613734931','9','1','60','retail','0','2021-02-19 14:45:10','','','','0','Cash',8.28,'60','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416137351241050032'),(10166,'41613734931','40','1','60','retail','0','2021-02-19 14:45:24','','','','0','Cash',8.28,'60','','','4','','1','2021-02-19 11:45:45','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416137351341224332'),(10167,'41613735147','1','1','300','retail','0','2021-02-19 14:45:47','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-19 11:47:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','93.25','92.25','Inclusive','416137351891324339'),(10168,'41613735147','5','1','100','retail','0','2021-02-19 14:46:29','','','','0','Cash',13.79,'100','','','4','','1','2021-02-19 11:47:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','2.00','1','Inclusive','416137351980274671'),(10169,'41613735147','133','1','10','retail','0','2021-02-19 14:46:39','','','','0','Cash',1.38,'10','','','4','','1','2021-02-19 11:47:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137352053022120'),(10170,'41613735147','10','1','20','retail','0','2021-02-19 14:46:46','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:47:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','91.00','90','Inclusive','416137352132020233'),(10171,'41613735147','19','1','20','retail','0','2021-02-19 14:46:54','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:47:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416137352253334521'),(10172,'41613735147','70','1','50','retail','0','2021-02-19 14:47:06','','','','2','Cash',6.90,'50','','','4','','1','2021-02-19 11:47:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137352363630532'),(10173,'41613735271','1','1','320','retail','0','2021-02-19 14:47:51','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-19 11:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','92.25','91.25','Inclusive','416137353044200303'),(10174,'41613735271','5','1','110','retail','0','2021-02-19 14:48:24','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-19 11:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416137353110242412'),(10175,'41613735271','133','1','10','retail','0','2021-02-19 14:48:31','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-19 11:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137353192343020'),(10176,'41613735271','10','1','20','retail','0','2021-02-19 14:48:40','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-19 11:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','90.00','89','Inclusive','416137353260023203'),(10177,'41613735271','70','1','50','retail','0','2021-02-19 14:48:46','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-19 11:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137353353250322'),(10178,'41613735271','23','1','30','retail','0','2021-02-19 14:48:55','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-19 11:49:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416137353433223023'),(10179,'41613735357','1','1','320','retail','0','2021-02-19 14:49:17','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-19 11:50:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','91.25','90.25','Inclusive','416137353800426236'),(10180,'41613735357','5','1','110','retail','0','2021-02-19 14:49:41','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-19 11:50:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416137353890392090'),(10181,'41613735357','133','1','10','retail','0','2021-02-19 14:49:50','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-19 11:50:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137353983213203'),(10182,'41613735357','10','1','20','retail','0','2021-02-19 14:49:58','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-19 11:50:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','89.00','88','Inclusive','416137354092232322'),(10183,'41613735357','15','1','30','retail','0','2021-02-19 14:50:09','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-19 11:50:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416137354161122770'),(10184,'41613735357','70','1','50','retail','0','2021-02-19 14:50:17','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-19 11:50:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137354263320023'),(10185,'41613735442','1','1','320','retail','0','2021-02-19 14:50:42','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','90.25','89.25','Inclusive','416137356099023520'),(10186,'41613735442','5','1','110','retail','0','2021-02-19 14:53:29','','','','0','Cash',15.17,'110','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416137356188033233'),(10187,'41613735442','133','1','10','retail','0','2021-02-19 14:53:39','','','','0','Cash',1.38,'10','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416137356263423133'),(10188,'41613735442','10','1','20','retail','0','2021-02-19 14:53:46','','','','0','Cash',2.76,'20','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','88.00','87','Inclusive','416137356344323303'),(10189,'41613735442','19','1','30','retail','0','2021-02-19 14:53:55','','','','0','Cash',4.14,'30','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416137356400223324'),(10190,'41613735442','70','1','50','retail','0','2021-02-19 14:54:01','','','','2','Cash',6.90,'50','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416137356540200534'),(10191,'41613735442','94','1','180','retail','0','2021-02-19 14:54:14','','','','0','Cash',24.83,'180','','','4','','1','2021-02-19 11:55:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','155.17','1','31.00','30','Inclusive','416137356702766706'),(10192,'41613735718','185','4','1000','retail','0','2021-02-19 14:55:18','','','','0','Cash',137.93,'250','','','4','','1','2021-02-19 11:55:40','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','4','5.00','1','Inclusive','416137357281325334'),(10193,'41613735741','1','5','1500','retail','0','2021-02-19 14:55:42','','','','159.60','Cash',206.90,'300','','','4','','1','2021-02-19 11:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','89.25','84.25','Inclusive','416137357953300920'),(10194,'41613735741','5','5','500','retail','0','2021-02-19 14:56:36','','','','0','Cash',68.97,'100','','','4','','1','2021-02-19 11:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416137358040341303'),(10195,'41613735741','10','5','100','retail','0','2021-02-19 14:56:45','','','','0','Cash',13.79,'20','','','4','','1','2021-02-19 11:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','87.00','82','Inclusive','416137358123333831'),(10196,'41613735741','133','5','50','retail','0','2021-02-19 14:56:53','','','','0','Cash',6.90,'10','','','4','','1','2021-02-19 11:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416137358280228324'),(10197,'41613735741','70','5','250','retail','0','2021-02-19 14:57:09','','','','2','Cash',34.48,'50','','','4','','1','2021-02-19 11:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416137358412213242'),(10198,'41613735741','19','5','100','retail','0','2021-02-19 14:57:21','','','','0','Cash',13.79,'20','','','4','','1','2021-02-19 11:58:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416137358553333125'),(10199,'41613735889','1','5','1500','retail','0','2021-02-19 14:58:09','','','','159.60','Cash',206.90,'300','','','4','','1','2021-02-20 07:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','84.25','79.25','Inclusive','416137359552443333'),(10200,'41613735889','5','5','500','retail','0','2021-02-19 15:01:54','','','','0','Cash',68.97,'100','','','4','','1','2021-02-20 07:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416137361333321321'),(10201,'41613735889','10','5','100','retail','0','2021-02-19 15:02:14','','','','0','Cash',13.79,'20','','','4','','1','2021-02-20 07:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','82.00','77','Inclusive','416137361481423324'),(10202,'41613735889','133','5','50','retail','0','2021-02-19 15:02:29','','','','0','Cash',6.90,'10','','','4','','1','2021-02-20 07:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416137361726221133'),(10203,'41613735889','70','5','250','retail','0','2021-02-19 15:02:52','','','','2','Cash',34.48,'50','','','4','','1','2021-02-20 07:23:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416137367350323225'),(10204,'41613805796','1','5','1500','retail','0','2021-02-20 10:23:16','','','','159.60','Cash',206.90,'300','','','4','','1','2021-02-20 07:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','79.25','74.25','Inclusive','416138058362823602'),(10205,'41613805796','5','5','500','retail','0','2021-02-20 10:23:57','','','','0','Cash',68.97,'100','','','4','','1','2021-02-20 07:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416138058506180633'),(10206,'41613805796','133','5','50','retail','0','2021-02-20 10:24:10','','','','0','Cash',6.90,'10','','','4','','1','2021-02-20 07:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416138058600130038'),(10207,'41613805796','10','5','100','retail','0','2021-02-20 10:24:21','','','','0','Cash',13.79,'20','','','4','','1','2021-02-20 07:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','77.00','72','Inclusive','416138059213830302'),(10208,'41613805796','23','5','100','retail','0','2021-02-20 10:25:22','','','','0','Cash',13.79,'20','','','4','','1','2021-02-20 07:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.09','0.09','Inclusive','416138059311931003'),(10209,'41613805796','74','5','250','retail','0','2021-02-20 10:25:32','','','','5','Cash',34.48,'50','','','4','','1','2021-02-20 07:34:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416138059403433230'),(10210,'41613806576','1','1','320','retail','0','2021-02-20 10:36:16','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-20 07:37:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','74.25','73.25','Inclusive','416138065846063322'),(10211,'41613806576','5','1','110','retail','0','2021-02-20 10:36:24','','','','0','Cash',15.17,'110','','','4','','1','2021-02-20 07:37:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416138065962403330'),(10212,'41613806576','133','1','10','retail','0','2021-02-20 10:36:37','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 07:37:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138066072223266'),(10213,'41613806576','10','1','20','retail','0','2021-02-20 10:36:48','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 07:37:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','72.00','71','Inclusive','416138066161223262'),(10214,'41613806576','23','1','30','retail','0','2021-02-20 10:36:56','','','','0','Cash',4.14,'30','','','4','','1','2021-02-20 07:37:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416138066260031063'),(10215,'41613806576','74','1','50','retail','0','2021-02-20 10:37:06','','','','5','Cash',6.90,'50','','','4','','1','2021-02-20 07:37:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138066413204004'),(10216,'41613806659','3','1','140','retail','0','2021-02-20 10:37:39','','','','0','Cash',19.31,'140','','','4','','1','2021-02-20 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','0.00','0','Inclusive','416138066756838480'),(10217,'41613806659','6','1','60','retail','0','2021-02-20 10:37:56','','','','0','Cash',8.28,'60','','','4','','1','2021-02-20 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416138066860331333'),(10218,'41613806659','133','1','10','retail','0','2021-02-20 10:38:07','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138066950032322'),(10219,'41613806659','11','1','20','retail','0','2021-02-20 10:38:15','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416138067061413360'),(10220,'41613806659','19','1','20','retail','0','2021-02-20 10:38:27','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416138067150032331'),(10221,'41613806659','70','1','50','retail','0','2021-02-20 10:38:36','','','','2','Cash',6.90,'50','','','4','','1','2021-02-20 07:39:38','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138067236202322'),(10222,'41613806780','3','1','170','retail','0','2021-02-20 10:39:40','','','','0','Cash',23.45,'170','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416138067922234643'),(10223,'41613806780','6','1','70','retail','0','2021-02-20 10:39:53','','','','0','Cash',9.66,'70','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416138068193303622'),(10224,'41613806780','11','1','20','retail','0','2021-02-20 10:40:20','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416138068280332268'),(10225,'41613806780','133','1','10','retail','0','2021-02-20 10:40:29','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138068710344132'),(10226,'41613806780','74','1','50','retail','0','2021-02-20 10:41:11','','','','5','Cash',6.90,'50','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138068806338320'),(10227,'41613806780','15','1','30','retail','0','2021-02-20 10:41:21','','','','0','Cash',4.14,'30','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416138068892930402'),(10228,'41613806780','137','1','50','retail','0','2021-02-20 10:41:30','','','','0','Cash',6.90,'50','','','4','','1','2021-02-20 07:42:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416138068973133380'),(10229,'41613806942','85','1','120','retail','0','2021-02-20 10:42:22','','','','0','Cash',16.55,'120','','','4','','1','2021-02-20 08:05:11','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','312.50','311.5','Inclusive','416138069542063120'),(10230,'41613808313','38','1','330','retail','0','2021-02-20 11:05:13','','','','0','Cash',45.52,'330','','','4','','1','2021-02-20 08:06:02','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416138083410323343'),(10231,'41613808364','91','5','700','retail','0','2021-02-20 11:06:04','','','','1','Cash',96.55,'140','','','4','','1','2021-02-20 08:07:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','168.00','163','Inclusive','416138083840232036'),(10232,'41613808422','1','1','320','retail','0','2021-02-20 11:07:02','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','72.25','71.25','Inclusive','416138086703823022'),(10233,'41613808422','5','1','110','retail','0','2021-02-20 11:11:10','','','','0','Cash',15.17,'110','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416138086826021388'),(10234,'41613808422','133','1','10','retail','0','2021-02-20 11:11:22','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138086910030628'),(10235,'41613808422','10','1','20','retail','0','2021-02-20 11:11:32','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','70.00','69','Inclusive','416138086982933113'),(10236,'41613808422','19','1','30','retail','0','2021-02-20 11:11:39','','','','0','Cash',4.14,'30','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416138087501353728'),(10237,'41613808422','67','0.05','100','retail','0','2021-02-20 11:12:38','','','','0','Cash',13.79,'2000','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.53','0.48','Inclusive','416138087928723401'),(10238,'41613808422','28','0.1','50','retail','0','2021-02-20 11:13:20','','','','0','Cash',6.90,'500','','','4','','1','2021-02-20 08:14:20','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','431.03','','3.00','2.9','Inclusive','416138088373843223'),(10239,'41613808862','1','1','320','retail','0','2021-02-20 11:14:22','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-20 08:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','71.25','70.25','Inclusive','416138088733283820'),(10240,'41613808862','5','1','110','retail','0','2021-02-20 11:14:34','','','','0','Cash',15.17,'110','','','4','','1','2021-02-20 08:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416138088813322122'),(10241,'41613808862','10','1','20','retail','0','2021-02-20 11:14:41','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 08:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','69.00','68','Inclusive','416138088883332223'),(10242,'41613808862','133','1','10','retail','0','2021-02-20 11:14:48','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 08:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138089169230628'),(10243,'41613808862','15','1','30','retail','0','2021-02-20 11:15:17','','','','0','Cash',4.14,'30','','','4','','1','2021-02-20 08:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416138089401222003'),(10244,'41613808862','74','1','50','retail','0','2021-02-20 11:15:40','','','','5','Cash',6.90,'50','','','4','','1','2021-02-20 08:16:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138089482233623'),(10245,'41613808966','178','5','1300','retail','0','2021-02-20 11:16:06','','','','0','Cash',179.31,'260','','','4','','1','2021-02-20 08:17:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','224.14','','80.00','75','Inclusive','416138089936003124'),(10246,'41613809057','3','1','170','retail','0','2021-02-20 11:17:37','','','','0','Cash',23.45,'170','','','4','','1','2021-02-20 08:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416138090699024622'),(10247,'41613809057','6','1','70','retail','0','2021-02-20 11:17:50','','','','0','Cash',9.66,'70','','','4','','1','2021-02-20 08:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416138090793443320'),(10248,'41613809057','11','1','20','retail','0','2021-02-20 11:18:10','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 08:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416138091010333332'),(10249,'41613809057','133','1','10','retail','0','2021-02-20 11:18:21','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 08:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138091093901333'),(10250,'41613809057','19','1','30','retail','0','2021-02-20 11:18:29','','','','0','Cash',4.14,'30','','','4','','1','2021-02-20 08:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416138091172348323'),(10251,'41613809057','70','1','50','retail','0','2021-02-20 11:18:37','','','','2','Cash',6.90,'50','','','4','','1','2021-02-20 08:19:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138091260663020'),(10252,'41613809164','161','20','950','retail','0','2021-02-20 11:19:24','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-20 08:20:03','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1995.00','1975','Inclusive','416138091863349200'),(10253,'41613809205','1','2','640','retail','0','2021-02-20 11:20:05','','','','159.60','Mpesa',88.28,'320','','','4','','1','2021-02-20 08:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','69.75','67.75','Inclusive','416138092550928432'),(10254,'41613809205','5','2','220','retail','0','2021-02-20 11:20:56','','','','0','Mpesa',30.34,'110','','','4','','1','2021-02-20 08:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','0.00','-1','Inclusive','416138097462123324'),(10255,'41613809205','10','2','40','retail','0','2021-02-20 11:29:07','','','','0','Mpesa',5.52,'20','','','4','','1','2021-02-20 08:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','67.50','65.5','Inclusive','416138097563003159'),(10256,'41613809205','133','2','20','retail','0','2021-02-20 11:29:17','','','','0','Mpesa',2.76,'10','','','4','','1','2021-02-20 08:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','0.00','-1.9','Inclusive','416138097656602422'),(10257,'41613809205','70','2','100','retail','0','2021-02-20 11:29:35','','','','2','Mpesa',13.79,'50','','','4','','1','2021-02-20 08:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416138097863123314'),(10258,'41613809205','19','2','60','retail','0','2021-02-20 11:30:11','','','','0','Mpesa',8.28,'30','','','4','','1','2021-02-20 08:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416138098220223063'),(10259,'41613809836','91','5','700','retail','0','2021-02-20 11:30:36','','','','1','Cash',96.55,'140','','','4','','1','2021-02-20 08:31:08','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','163.00','158','Inclusive','416138098523330523'),(10260,'41613809869','1','1','320','retail','0','2021-02-20 11:31:09','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','67.75','66.75','Inclusive','416138101601312033'),(10261,'41613809869','10','1','20','retail','0','2021-02-20 11:36:43','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','65.50','64.5','Inclusive','416138102092202420'),(10262,'41613809869','3','1','160','retail','0','2021-02-20 11:42:37','','','','0','Mpesa',22.07,'160','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','1.00','0','Inclusive','416138105652615561'),(10263,'41613809869','33','1','130','retail','0','2021-02-20 11:43:10','','','','0','Mpesa',17.93,'130','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416138105983033393'),(10264,'41613809869','36','1','130','retail','0','2021-02-20 11:43:19','','','','0','Mpesa',17.93,'130','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416138106080322084'),(10265,'41613809869','48','1','60','retail','0','2021-02-20 11:43:29','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416138106392020332'),(10266,'41613809869','27','1','30','retail','0','2021-02-20 11:43:59','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416138108062022002'),(10267,'41613809869','74','1','50','retail','0','2021-02-20 11:46:47','','','','5','Mpesa',6.90,'50','','','4','','1','2021-02-20 08:47:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138108162233002'),(10268,'41613818682','1','1','320','retail','0','2021-02-20 13:58:02','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-20 10:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','67.75','66.75','Inclusive','416138186903333388'),(10269,'41613818682','5','1','110','retail','0','2021-02-20 13:58:11','','','','0','Cash',15.17,'110','','','4','','1','2021-02-20 10:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416138187008033320'),(10270,'41613818682','10','1','20','retail','0','2021-02-20 13:58:21','','','','0','Cash',2.76,'20','','','4','','1','2021-02-20 10:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','64.50','63.5','Inclusive','416138187092370283'),(10271,'41613818682','133','1','10','retail','0','2021-02-20 13:58:30','','','','0','Cash',1.38,'10','','','4','','1','2021-02-20 10:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416138187161812333'),(10272,'41613818682','23','1','30','retail','0','2021-02-20 13:58:36','','','','0','Cash',4.14,'30','','','4','','1','2021-02-20 10:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416138187233203133'),(10273,'41613818682','70','1','50','retail','0','2021-02-20 13:58:43','','','','2','Cash',6.90,'50','','','4','','1','2021-02-20 10:58:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416138187300033380'),(10274,'41613976176','161','20','950','retail','0','2021-02-22 09:42:56','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-22 06:43:54','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1975.00','1955','Inclusive','416139761867834731'),(10275,'41613976236','161','20','950','retail','0','2021-02-22 09:43:56','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-22 06:44:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1955.00','1935','Inclusive','416139762616207330'),(10276,'41613976287','1','1','320','retail','0','2021-02-22 09:44:47','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-22 06:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','65.75','64.75','Inclusive','416139763019333242'),(10277,'41613976287','5','1','110','retail','0','2021-02-22 09:45:02','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-22 06:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416139763226463322'),(10278,'41613976287','133','1','10','retail','0','2021-02-22 09:45:23','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-22 06:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','2.00','1','Inclusive','416139763582223334'),(10279,'41613976287','10','1','20','retail','0','2021-02-22 09:46:26','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-22 06:46:50','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','65.50','64.5','Inclusive','416139764003222322'),(10280,'41613976412','85','1','120','retail','0','2021-02-22 09:47:54','','','','0','Cash',16.55,'120','','','4','','1','2021-02-22 06:49:40','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','311.50','310.5','Inclusive','416139765292262062'),(10281,'41613976582','3','1','170','retail','0','2021-02-22 09:49:42','','','','0','Cash',23.45,'170','','','4','','1','2021-02-22 06:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416139766270362322'),(10282,'41613976582','6','1','70','retail','0','2021-02-22 09:50:29','','','','0','Cash',9.66,'70','','','4','','1','2021-02-22 06:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416139767059211303'),(10283,'41613976582','11','1','20','retail','0','2021-02-22 09:51:47','','','','0','Cash',2.76,'20','','','4','','1','2021-02-22 06:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416139767153422230'),(10284,'41613976582','133','1','10','retail','0','2021-02-22 09:51:56','','','','0','Cash',1.38,'10','','','4','','1','2021-02-22 06:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416139767391963427'),(10285,'41613976582','15','1','30','retail','0','2021-02-22 09:52:21','','','','0','Cash',4.14,'30','','','4','','1','2021-02-22 06:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416139767672332092'),(10286,'41613976582','70','1','50','retail','0','2021-02-22 09:52:48','','','','2','Cash',6.90,'50','','','4','','1','2021-02-22 06:53:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416139767783812730'),(10287,'41613976816','1','1','300','retail','0','2021-02-22 09:53:36','','','','159.60','Cash',41.38,'300','','','4','','1','2021-02-22 07:14:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','','64.25','63.25','Inclusive','416139779717221337'),(10288,'41613976816','5','1','100','retail','0','2021-02-22 10:12:51','','','','0','Cash',13.79,'100','','','4','','1','2021-02-22 07:14:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','0.00','0','Inclusive','416139779787330423'),(10289,'41613976816','10','1','20','retail','0','2021-02-22 10:12:59','','','','0','Cash',2.76,'20','','','4','','1','2021-02-22 07:14:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','64.00','63','Inclusive','416139779899349222'),(10290,'41613976816','133','1','10','retail','0','2021-02-22 10:13:10','','','','0','Cash',1.38,'10','','','4','','1','2021-02-22 07:14:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416139780000030203'),(10291,'41613976816','15','1','20','retail','0','2021-02-22 10:13:22','','','','0','Cash',2.76,'20','','','4','','1','2021-02-22 07:14:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','','0.12','0.12','Inclusive','416139780122023033'),(10292,'41613976816','74','1','50','retail','0','2021-02-22 10:13:32','','','','5','Cash',6.90,'50','','','4','','1','2021-02-22 07:14:04','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416139780211361432'),(10293,'41613984281','1','1','320','retail','0','2021-02-22 11:58:01','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-22 09:18:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','63.25','62.25','Inclusive','416139854344003222'),(10294,'41613984281','4','1','220','retail','0','2021-02-22 12:17:15','','','','0','Cash',30.34,'220','','','4','','1','2021-02-22 09:18:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','189.66','','74.50','73.5','Inclusive','416139854460220322'),(10295,'41613984281','133','2','20','retail','0','2021-02-22 12:17:44','','','','0','Cash',2.76,'10','','','4','','1','2021-02-22 09:18:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','1.00','-0.9','Inclusive','416139854732413803'),(10296,'41613984281','11','1','20','retail','0','2021-02-22 12:17:54','','','','0','Cash',2.76,'20','','','4','','1','2021-02-22 09:18:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416139854830433430'),(10297,'41613984281','15','1','30','retail','0','2021-02-22 12:18:06','','','','0','Cash',4.14,'30','','','4','','1','2021-02-22 09:18:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416139854980033304'),(10298,'41613985507','3','1','160','retail','0','2021-02-22 12:18:27','','','','0','Cash',22.07,'160','','','4','','1','2021-02-22 09:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416139869141930064'),(10299,'41613985507','2','1','90','retail','0','2021-02-22 12:41:55','','','','0','Cash',12.41,'90','','','4','','1','2021-02-22 09:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','1.00','0','Inclusive','416139869232328912'),(10300,'41613985507','11','1','20','retail','0','2021-02-22 12:42:05','','','','0','Cash',2.76,'20','','','4','','1','2021-02-22 09:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416139869346090218'),(10301,'41613985507','137','1','50','retail','0','2021-02-22 12:42:15','','','','0','Cash',6.90,'50','','','4','','1','2021-02-22 09:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416139869452610833'),(10302,'41613985507','139','1','50','retail','0','2021-02-22 12:42:26','','','','0','Cash',6.90,'50','','','4','','1','2021-02-22 09:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.10','0.1','Inclusive','416139869623013316'),(10303,'41613985507','138','1','50','retail','0','2021-02-22 12:42:43','','','','0','Cash',6.90,'50','','','4','','1','2021-02-22 09:43:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416139869753240922'),(10304,'41613987042','88','5','500','retail','0','2021-02-22 12:44:02','','','','0','Cash',68.97,'100','','','4','','1','2021-02-22 10:39:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','660.00','655','Inclusive','416139903499992363'),(10305,'41613990358','1','2','640','retail','0','2021-02-22 13:39:18','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-22 10:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','61.75','59.75','Inclusive','416139905313135293'),(10306,'41613990358','5','2','220','retail','0','2021-02-22 13:42:12','','','','0','Cash',30.34,'110','','','4','','1','2021-02-22 10:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','1.00','0','Inclusive','416139905390061932'),(10307,'41613990358','10','2','40','retail','0','2021-02-22 13:42:20','','','','0','Cash',5.52,'20','','','4','','1','2021-02-22 10:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','61.00','59','Inclusive','416139905479124002'),(10308,'41613990358','133','2','20','retail','0','2021-02-22 13:42:28','','','','0','Cash',2.76,'10','','','4','','1','2021-02-22 10:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','1.00','-0.9','Inclusive','416139905569333922'),(10309,'41613990358','19','2','60','retail','0','2021-02-22 13:42:36','','','','0','Cash',8.28,'30','','','4','','1','2021-02-22 10:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416139906293330942'),(10310,'41613990358','74','2','100','retail','0','2021-02-22 13:43:49','','','','5','Cash',13.79,'50','','','4','','1','2021-02-22 10:44:07','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','1.00','-0.94','Inclusive','416139906423323390'),(10311,'41613990649','38','2','660','retail','0','2021-02-22 13:44:09','','','','0','Cash',91.03,'330','','','4','','1','2021-02-22 10:45:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','2','0.00','-1','Inclusive','416139906861328293'),(10312,'41613990649','9','2','120','retail','0','2021-02-22 13:45:04','','','','0','Cash',16.55,'60','','','4','','1','2021-02-22 10:45:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.25','-1.25','Inclusive','416139907213231232'),(10313,'41613990649','40','2','120','retail','0','2021-02-22 13:45:21','','','','0','Cash',16.55,'60','','','4','','1','2021-02-22 10:45:49','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.00','-1','Inclusive','416139907431123303'),(10314,'41613990750','2','2','180','retail','0','2021-02-22 13:45:50','','','','0','Cash',24.83,'90','','','4','','1','2021-02-22 10:47:00','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','2','0.00','-1.5','Inclusive','416139908153300443'),(10315,'41613990822','3','2','340','retail','0','2021-02-22 13:47:02','','','','0','Cash',46.90,'170','','','4','','1','2021-02-22 10:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416139908653361062'),(10316,'41613990822','11','2','40','retail','0','2021-02-22 13:47:46','','','','0','Cash',5.52,'20','','','4','','1','2021-02-22 10:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','0.00','-1','Inclusive','416139908732292233'),(10317,'41613990822','49','2','840','retail','0','2021-02-22 13:47:54','','','','0','Cash',115.86,'420','','','4','','1','2021-02-22 10:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','2','58.00','56','Inclusive','416139908822090600'),(10318,'41613990822','55','2','120','retail','0','2021-02-22 13:48:03','','','','0','Cash',16.55,'60','','','4','','1','2021-02-22 10:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416139908914232310'),(10319,'41613990822','15','2','60','retail','0','2021-02-22 13:48:11','','','','0','Cash',8.28,'30','','','4','','1','2021-02-22 10:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.12','-1.82','Inclusive','416139909022922330'),(10320,'41613990822','71','0.2','400','retail','0','2021-02-22 13:49:01','','','','0','Cash',55.17,'2000','','','4','','1','2021-02-22 10:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.63','0.43','Inclusive','416139909659921003'),(10321,'41613990997','1','2','640','retail','0','2021-02-22 13:49:57','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','58.25','56.25','Inclusive','416139910233022234'),(10322,'41613990997','3','2','320','retail','0','2021-02-22 13:50:23','','','','0','Cash',44.14,'160','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','2','0.00','-1','Inclusive','416139910339303230'),(10323,'41613990997','10','2','40','retail','0','2021-02-22 13:50:33','','','','0','Cash',5.52,'20','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','58.00','56','Inclusive','416139910413203212'),(10324,'41613990997','48','2','120','retail','0','2021-02-22 13:50:49','','','','0','Cash',16.55,'60','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.00','-1.5','Inclusive','416139910611324313'),(10325,'41613990997','33','2','260','retail','0','2021-02-22 13:51:11','','','','0','Cash',35.86,'130','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','2','0.00','-1.5','Inclusive','416139910902143402'),(10326,'41613990997','36','2','260','retail','0','2021-02-22 13:51:30','','','','0','Cash',35.86,'130','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','2','0.25','-1.25','Inclusive','416139911031004131'),(10327,'41613990997','27','2','60','retail','0','2021-02-22 13:51:43','','','','0','Cash',8.28,'30','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','0.03','-1.91','Inclusive','416139911111403122'),(10328,'41613990997','70','2','100','retail','0','2021-02-22 13:51:52','','','','2','Cash',13.79,'50','','','4','','1','2021-02-22 10:52:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416139911336393323'),(10329,'41613991141','85','5','500','retail','0','2021-02-22 13:52:21','','','','0','Cash',68.97,'100','','','4','','1','2021-02-22 12:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','','310.50','305.5','Inclusive','416139961256352203'),(10330,'41613991141','147','5','1800','retail','0','2021-02-22 15:15:26','','','','0','Cash',248.28,'360','','','4','','1','2021-02-22 12:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','310.34','','465.40','460.4','Inclusive','416139961766733032'),(10331,'41613996233','1','4','1280','retail','0','2021-02-22 15:17:13','','','','159.60','Cash',176.55,'320','','','4','','1','2021-02-22 12:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','4','55.25','51.25','Inclusive','416139965843206262'),(10332,'41613996233','5','4','440','retail','0','2021-02-22 15:23:15','','','','0','Cash',60.69,'110','','','4','','1','2021-02-22 12:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','4','1.00','-1','Inclusive','416139966040202363'),(10333,'41613996233','10','4','80','retail','0','2021-02-22 15:23:25','','','','0','Cash',11.03,'20','','','4','','1','2021-02-22 12:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','4','56.00','52','Inclusive','416139966189332223'),(10334,'41613996233','133','4','40','retail','0','2021-02-22 15:23:40','','','','0','Cash',5.52,'10','','','4','','1','2021-02-22 12:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','4','3.00','-0.8','Inclusive','416139966293290923'),(10335,'41613996233','19','4','120','retail','0','2021-02-22 15:23:51','','','','0','Cash',16.55,'30','','','4','','1','2021-02-22 12:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','4','0.12','-3.76','Inclusive','416139966473220346'),(10336,'41613996233','70','4','200','retail','0','2021-02-22 15:24:08','','','','2','Cash',27.59,'50','','','4','','1','2021-02-22 12:24:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','4','0.00','-3.88','Inclusive','416139966599533296'),(10337,'41613996665','1','1','320','retail','0','2021-02-22 15:24:25','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-22 12:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','51.25','50.25','Inclusive','416139972272013270'),(10338,'41613996665','5','1','110','retail','0','2021-02-22 15:33:48','','','','0','Cash',15.17,'110','','','4','','1','2021-02-22 12:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416139972419013032'),(10339,'41613996665','133','1','10','retail','0','2021-02-22 15:34:01','','','','0','Cash',1.38,'10','','','4','','1','2021-02-22 12:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','3.00','2','Inclusive','416139972493273213'),(10340,'41613996665','10','1','20','retail','0','2021-02-22 15:34:09','','','','0','Cash',2.76,'20','','','4','','1','2021-02-22 12:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','52.00','51','Inclusive','416139972581222394'),(10341,'41613996665','19','1','30','retail','0','2021-02-22 15:34:18','','','','0','Cash',4.14,'30','','','4','','1','2021-02-22 12:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416139972702373130'),(10342,'41613996665','70','1','50','retail','0','2021-02-22 15:34:31','','','','2','Cash',6.90,'50','','','4','','1','2021-02-22 12:35:18','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416139972899323939'),(10343,'41614059974','88','5','500','retail','0','2021-02-23 08:59:54','','','','0','Cash',68.97,'100','','','4','','1','2021-02-23 06:00:15','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','655.00','650','Inclusive','416140600084424320'),(10344,'41614073470','161','5','250','retail','0','2021-02-23 12:44:31','','','','0','Cash',34.48,'50','','','4','','1','2021-02-23 09:45:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','1935.00','1930','Inclusive','416140734832670008'),(10345,'41614073470','85','1','120','retail','0','2021-02-23 12:44:50','','','','0','Cash',16.55,'120','','','4','','1','2021-02-23 09:45:05','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','305.50','304.5','Inclusive','416140734992320243'),(10346,'41614073508','1','1','320','retail','0','2021-02-23 12:45:08','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','50.25','49.25','Inclusive','416140749593293364'),(10347,'41614073508','2','1','90','retail','0','2021-02-23 13:09:20','','','','0','Mpesa',12.41,'90','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416140749787224632'),(10348,'41614073508','10','1','20','retail','0','2021-02-23 13:09:38','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','51.00','50','Inclusive','416140749847122420'),(10349,'41614073508','33','1','130','retail','0','2021-02-23 13:09:51','','','','0','Mpesa',17.93,'130','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416140749980290323'),(10350,'41614073508','48','1','60','retail','0','2021-02-23 13:09:58','','','','0','Mpesa',8.28,'60','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416140750063044652'),(10351,'41614073508','70','1','50','retail','0','2021-02-23 13:10:07','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416140750143324333'),(10352,'41614073508','27','1','30','retail','0','2021-02-23 13:10:15','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-23 10:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416140750240334221'),(10353,'41614082566','11','2','40','retail','0','2021-02-23 15:16:28','','','','0','Cash',5.52,'20','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','0.00','-1','Inclusive','416140825992592222'),(10354,'41614082566','3','2','340','retail','0','2021-02-23 15:16:59','','','','0','Cash',46.90,'170','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416140826282203306'),(10355,'41614082566','6','2','140','retail','0','2021-02-23 15:17:12','','','','0','Cash',19.31,'70','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','2','0.00','-1.5','Inclusive','416140826402048386'),(10356,'41614082566','133','2','20','retail','0','2021-02-23 15:17:28','','','','0','Cash',2.76,'10','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','2.00','0','Inclusive','416140826576143232'),(10357,'41614082566','70','2','100','retail','0','2021-02-23 15:17:38','','','','2','Cash',13.79,'50','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416140826710203334'),(10358,'41614082566','19','1','30','retail','0','2021-02-23 15:17:53','','','','0','Cash',4.14,'30','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416140826793460300'),(10359,'41614082566','15','1','30','retail','0','2021-02-23 15:18:01','','','','0','Cash',4.14,'30','','','4','','1','2021-02-23 12:21:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416140826933242426'),(10360,'41614144537','1','1','320','retail','0','2021-02-24 08:29:00','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-24 05:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','48.50','47.5','Inclusive','416141445655402323'),(10361,'41614144537','5','1','110','retail','0','2021-02-24 08:29:28','','','','0','Cash',15.17,'110','','','4','','1','2021-02-24 05:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416141445773030320'),(10362,'41614144537','133','1','10','retail','0','2021-02-24 08:29:50','','','','0','Cash',1.38,'10','','','4','','1','2021-02-24 05:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416141445993614139'),(10363,'41614144537','10','1','20','retail','0','2021-02-24 08:30:00','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 05:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','47.00','46','Inclusive','416141446061231232'),(10364,'41614144537','19','1','30','retail','0','2021-02-24 08:30:09','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 05:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416141446160300220'),(10365,'41614144537','70','1','50','retail','0','2021-02-24 08:30:18','','','','2','Cash',6.90,'50','','','4','','1','2021-02-24 05:30:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416141446250430605'),(10366,'41614145825','88','5','500','retail','0','2021-02-24 08:50:25','','','','0','Mpesa',68.97,'100','','','4','','1','2021-02-24 05:51:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','86.21','5','650.00','645','Inclusive','416141458430223024'),(10367,'71614146590','161','1','80','retail','0','2021-02-24 09:03:10','','','','0','Cash',11.03,'80','','','7','','1','2021-02-24 06:04:12','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','1','1930.00','1929','Inclusive','716141466434724214'),(10368,'71614149354','161','1','80','retail','0','2021-02-24 09:49:14','','','','0','Cash',11.03,'80','','','7','','1','2021-02-24 06:49:55','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','68.97','1','1929.00','1928','Inclusive','716141493832732832'),(10369,'41614149878','38','1','330','retail','0','2021-02-24 09:57:59','','','','0','Cash',45.52,'330','','','4','','1','2021-02-24 06:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','284.48','1','0.00','-0.5','Inclusive','416141499250435300'),(10370,'41614149878','40','1','60','retail','0','2021-02-24 09:58:47','','','','0','Cash',8.28,'60','','','4','','1','2021-02-24 06:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.5','Inclusive','416141499434344100'),(10371,'41614149878','9','1','60','retail','0','2021-02-24 09:59:05','','','','0','Cash',8.28,'60','','','4','','1','2021-02-24 06:59:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.25','-0.5','Inclusive','416141499703093392'),(10372,'41614156050','3','1','170','retail','0','2021-02-24 11:40:50','','','','0','Cash',23.45,'170','','','4','','1','2021-02-24 08:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416141560626624212'),(10373,'41614156050','6','1','70','retail','0','2021-02-24 11:41:04','','','','0','Cash',9.66,'70','','','4','','1','2021-02-24 08:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','1.00','0','Inclusive','416141560843160304'),(10374,'41614156050','133','1','10','retail','0','2021-02-24 11:41:26','','','','0','Cash',1.38,'10','','','4','','1','2021-02-24 08:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','2.00','1','Inclusive','416141561000400101'),(10375,'41614156050','11','1','20','retail','0','2021-02-24 11:41:40','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 08:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416141561154532231'),(10376,'41614156050','15','1','30','retail','0','2021-02-24 11:41:57','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 08:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416141561306050222'),(10377,'41614156050','70','1','50','retail','0','2021-02-24 11:42:12','','','','2','Cash',6.90,'50','','','4','','1','2021-02-24 08:42:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416141561462033422'),(10378,'41614156325','1','2','640','retail','0','2021-02-24 11:45:25','','','','159.60','Cash',88.28,'320','','','4','','1','2021-02-24 08:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','88.00','86','Inclusive','416141563402224422'),(10379,'41614156325','5','2','220','retail','0','2021-02-24 11:45:41','','','','0','Cash',30.34,'110','','','4','','1','2021-02-24 08:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','2','1.00','0','Inclusive','416141563514421323'),(10380,'41614156325','133','2','20','retail','0','2021-02-24 11:45:51','','','','0','Cash',2.76,'10','','','4','','1','2021-02-24 08:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','2','1.00','-0.9','Inclusive','416141563633402144'),(10381,'41614156325','10','2','40','retail','0','2021-02-24 11:46:04','','','','0','Cash',5.52,'20','','','4','','1','2021-02-24 08:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','45.50','43.5','Inclusive','416141563792143233'),(10382,'41614156325','19','2','60','retail','0','2021-02-24 11:46:20','','','','0','Cash',8.28,'30','','','4','','1','2021-02-24 08:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','2','1.12','-0.82','Inclusive','416141563970116490'),(10383,'41614156325','70','2','100','retail','0','2021-02-24 11:46:39','','','','2','Cash',13.79,'50','','','4','','1','2021-02-24 08:47:17','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','2','0.00','-1.94','Inclusive','416141564162413233'),(10384,'41614156440','2','1','90','retail','0','2021-02-24 11:47:20','','','','0','Cash',12.41,'90','','','4','','1','2021-02-24 08:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416141565440562034'),(10385,'41614156440','11','1','20','retail','0','2021-02-24 11:49:06','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 08:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416141565600230606'),(10386,'41614156440','55','1','50','retail','0','2021-02-24 11:49:21','','','','0','Cash',6.90,'50','','','4','','1','2021-02-24 08:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.75','Inclusive','416141565764634306'),(10387,'41614156440','71','0.0500','100','retail','0','2021-02-24 11:50:16','','','','0','Cash',13.79,'2000','','','4','','1','2021-02-24 08:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.43','1.38','Inclusive','416141566370171613'),(10388,'41614156440','15','1','30','retail','0','2021-02-24 11:51:00','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 08:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416141566750336031'),(10389,'41614156440','50','1','210','retail','0','2021-02-24 11:51:17','','','','0','Cash',28.97,'210','','','4','','1','2021-02-24 08:51:44','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','181.03','1','0.00','-0.5','Inclusive','416141566925026962'),(10390,'41614156709','161','5','300','retail','0','2021-02-24 11:51:49','','','','0','Mpesa',41.38,'60','','','4','','1','2021-02-24 08:54:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1928.00','1923','Inclusive','416141568033363020'),(10391,'41614156860','1','1','320','retail','0','2021-02-24 11:54:20','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-24 09:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','85.75','84.75','Inclusive','416141580555262134'),(10392,'41614156860','5','1','110','retail','0','2021-02-24 12:14:16','','','','0','Cash',15.17,'110','','','4','','1','2021-02-24 09:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','1.00','0','Inclusive','416141580640402404'),(10393,'41614156860','133','1','10','retail','0','2021-02-24 12:14:25','','','','0','Cash',1.38,'10','','','4','','1','2021-02-24 09:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','1.00','0','Inclusive','416141580743134432'),(10394,'41614156860','10','1','20','retail','0','2021-02-24 12:14:35','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 09:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','43.00','42','Inclusive','416141580903300336'),(10395,'41614156860','19','1','30','retail','0','2021-02-24 12:14:50','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 09:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','1.12','0.12','Inclusive','416141581022020033'),(10396,'41614156860','70','1','50','retail','0','2021-02-24 12:15:04','','','','2','Cash',6.90,'50','','','4','','1','2021-02-24 09:15:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416141581143233021'),(10397,'41614158125','1','1','320','retail','0','2021-02-24 12:15:25','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-24 09:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','84.75','83.75','Inclusive','416141581432303241'),(10398,'41614158125','5','1','110','retail','0','2021-02-24 12:15:45','','','','0','Cash',15.17,'110','','','4','','1','2021-02-24 09:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416141581552522532'),(10399,'41614158125','133','1','10','retail','0','2021-02-24 12:15:56','','','','0','Cash',1.38,'10','','','4','','1','2021-02-24 09:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416141581763583030'),(10400,'41614158125','10','1','20','retail','0','2021-02-24 12:16:18','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 09:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','42.00','41','Inclusive','416141581912333321'),(10401,'41614158125','19','1','30','retail','0','2021-02-24 12:16:33','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 09:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416141582070332043'),(10402,'41614158125','70','1','50','retail','0','2021-02-24 12:16:48','','','','2','Cash',6.90,'50','','','4','','1','2021-02-24 09:17:09','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416141582182510803'),(10403,'41614158466','1','3','960','retail','0','2021-02-24 12:21:07','','','','159.60','Cash',132.41,'320','','','4','','1','2021-02-24 09:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','3','83.75','80.75','Inclusive','416141587656133712'),(10404,'41614158466','5','3','330','retail','0','2021-02-24 12:26:08','','','','0','Cash',45.52,'110','','','4','','1','2021-02-24 09:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','3','0.00','-1.5','Inclusive','416141587844843332'),(10405,'41614158466','133','3','30','retail','0','2021-02-24 12:26:25','','','','0','Cash',4.14,'10','','','4','','1','2021-02-24 09:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','3','0.00','-2.85','Inclusive','416141587993832033'),(10406,'41614158466','10','3','60','retail','0','2021-02-24 12:26:41','','','','0','Cash',8.28,'20','','','4','','1','2021-02-24 09:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','41.00','38','Inclusive','416141588166436005'),(10407,'41614158466','19','3','90','retail','0','2021-02-24 12:26:58','','','','0','Cash',12.41,'30','','','4','','1','2021-02-24 09:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.12','-2.79','Inclusive','416141588302002023'),(10408,'41614158466','67','0.075','150','retail','0','2021-02-24 12:27:12','','','','0','Cash',20.69,'2000','','','4','','1','2021-02-24 09:30:13','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.85','0.775','Inclusive','416141588551312223'),(10409,'41614159017','288','5','750','retail','0','2021-02-24 12:30:17','','','','0','Cash',103.45,'150','','','4','','1','2021-02-24 09:31:10','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','129.31','','37.00','32','Inclusive','416141590481433154'),(10410,'41614160022','161','20','950','retail','0','2021-02-24 12:47:02','','','','0','Cash',131.03,'47.50','','','4','','1','2021-02-24 09:48:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','40.95','','1923.00','1903','Inclusive','416141600752222070'),(10411,'41614160104','1','1','320','retail','0','2021-02-24 12:48:24','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-24 10:06:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','80.75','79.75','Inclusive','416141611373021222'),(10412,'41614160104','5','1','110','retail','0','2021-02-24 13:05:38','','','','0','Cash',15.17,'110','','','4','','1','2021-02-24 10:06:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416141611493410123'),(10413,'41614160104','133','1','10','retail','0','2021-02-24 13:05:51','','','','0','Cash',1.38,'10','','','4','','1','2021-02-24 10:06:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416141611590143333'),(10414,'41614160104','10','1','20','retail','0','2021-02-24 13:06:01','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 10:06:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','38.00','37','Inclusive','416141611724127122'),(10415,'41614160104','15','1','30','retail','0','2021-02-24 13:06:14','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 10:06:41','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416141611890013241'),(10416,'41614161206','1','1','320','retail','0','2021-02-24 13:06:46','','','','159.60','Mpesa',44.14,'320','','','4','','1','2021-02-24 10:08:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','79.75','78.75','Inclusive','416141612322021031'),(10417,'41614161206','5','1','110','retail','0','2021-02-24 13:07:13','','','','0','Mpesa',15.17,'110','','','4','','1','2021-02-24 10:08:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416141612463263062'),(10418,'41614161206','133','1','10','retail','0','2021-02-24 13:07:31','','','','0','Mpesa',1.38,'10','','','4','','1','2021-02-24 10:08:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416141612850343482'),(10419,'41614161206','10','1','20','retail','0','2021-02-24 13:08:06','','','','0','Mpesa',2.76,'20','','','4','','1','2021-02-24 10:08:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','37.00','36','Inclusive','416141612962629422'),(10420,'41614161206','15','1','30','retail','0','2021-02-24 13:08:18','','','','0','Mpesa',4.14,'30','','','4','','1','2021-02-24 10:08:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416141613103321621'),(10421,'41614161206','70','1','50','retail','0','2021-02-24 13:08:32','','','','2','Mpesa',6.90,'50','','','4','','1','2021-02-24 10:08:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416141613271633133'),(10422,'41614171755','1','1','320','retail','0','2021-02-24 16:02:35','','','','159.60','Cash',44.14,'320','','','4','','1','2021-02-24 13:04:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','79.75','78.75','Inclusive','416141718184163431'),(10423,'41614171755','5','1','110','retail','0','2021-02-24 16:03:39','','','','0','Cash',15.17,'110','','','4','','1','2021-02-24 13:04:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416141718290632971'),(10424,'41614171755','133','1','10','retail','0','2021-02-24 16:03:50','','','','0','Cash',1.38,'10','','','4','','1','2021-02-24 13:04:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416141718362122122'),(10425,'41614171755','10','1','20','retail','0','2021-02-24 16:03:57','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 13:04:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','36.00','35','Inclusive','416141718442233346'),(10426,'41614171755','19','1','30','retail','0','2021-02-24 16:04:05','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 13:04:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416141718544014314'),(10427,'41614171755','74','1','50','retail','0','2021-02-24 16:04:14','','','','5','Cash',6.90,'50','','','4','','1','2021-02-24 13:04:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','1.00','0','Inclusive','416141718711343722'),(10428,'41614171879','1','6','1920','retail','0','2021-02-24 16:04:39','','','','159.60','Cash',264.83,'320','','','4','','1','2021-02-24 13:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','6','78.75','72.75','Inclusive','416141720513302634'),(10429,'41614171879','5','6','660','retail','0','2021-02-24 16:07:32','','','','0','Cash',91.03,'110','','','4','','1','2021-02-24 13:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','6','0.00','-3','Inclusive','416141723643202623'),(10430,'41614171879','133','6','60','retail','0','2021-02-24 16:12:45','','','','0','Cash',8.28,'10','','','4','','1','2021-02-24 13:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','6','0.00','-5.7','Inclusive','416141723723322422'),(10431,'41614171879','10','6','120','retail','0','2021-02-24 16:12:53','','','','0','Cash',16.55,'20','','','4','','1','2021-02-24 13:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','6','35.00','29','Inclusive','416141723810283712'),(10432,'41614171879','19','6','180','retail','0','2021-02-24 16:13:02','','','','0','Cash',24.83,'30','','','4','','1','2021-02-24 13:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','6','0.12','-5.7','Inclusive','416141723903322242'),(10433,'41614171879','74','6','300','retail','0','2021-02-24 16:13:11','','','','5','Cash',41.38,'50','','','4','','1','2021-02-24 13:13:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','6','0.00','-5.82','Inclusive','416141723993323310'),(10434,'41614172407','3','5','850','retail','0','2021-02-24 16:13:27','','','','0','Cash',117.24,'170','','','4','','1','2021-02-24 13:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416141724271301420'),(10435,'41614172407','11','5','100','retail','0','2021-02-24 16:13:48','','','','0','Cash',13.79,'20','','','4','','1','2021-02-24 13:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','0.00','-2.5','Inclusive','416141724364363231'),(10436,'41614172407','49','5','2100','retail','0','2021-02-24 16:13:57','','','','0','Cash',289.66,'420','','','4','','1','2021-02-24 13:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','362.07','5','56.00','51','Inclusive','416141724483434272'),(10437,'41614172407','55','5','300','retail','0','2021-02-24 16:14:09','','','','0','Cash',41.38,'60','','','4','','1','2021-02-24 13:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','0.00','0','Inclusive','416141724607414121'),(10438,'41614172407','15','5','150','retail','0','2021-02-24 16:14:23','','','','0','Cash',20.69,'30','','','4','','1','2021-02-24 13:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.12','-4.73','Inclusive','416141724800444344'),(10439,'41614172407','71','0.5','1000','retail','0','2021-02-24 16:15:01','','','','0','Cash',137.93,'2000','','','4','','1','2021-02-24 13:16:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','1.20','0.7','Inclusive','416141725453030404'),(10440,'41614172603','3','1','160','retail','0','2021-02-24 16:16:43','','','','0','Cash',22.07,'160','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416141727874262123'),(10441,'41614172603','2','1','90','retail','0','2021-02-24 16:19:49','','','','0','Cash',12.41,'90','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','1','0.00','-0.75','Inclusive','416141728051218333'),(10442,'41614172603','11','1','20','retail','0','2021-02-24 16:20:06','','','','0','Cash',2.76,'20','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416141728173202473'),(10443,'41614172603','138','1','50','retail','0','2021-02-24 16:20:18','','','','0','Cash',6.90,'50','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416141728433010027'),(10444,'41614172603','137','1','50','retail','0','2021-02-24 16:20:44','','','','0','Cash',6.90,'50','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416141728552124033'),(10445,'41614172603','139','1','50','retail','0','2021-02-24 16:20:56','','','','0','Cash',6.90,'50','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.10','-0.8','Inclusive','416141728673002220'),(10446,'41614172603','27','1','30','retail','0','2021-02-24 16:21:08','','','','0','Cash',4.14,'30','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416141728793723013'),(10447,'41614172603','70','1','50','retail','0','2021-02-24 16:21:20','','','','2','Cash',6.90,'50','','','4','','1','2021-02-24 13:21:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416141728963622642'),(10448,'41614172906','185','3','750','retail','0','2021-02-24 16:21:46','','','','0','Cash',103.45,'250','','','4','','1','2021-02-24 13:23:27','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','3','4.00','1','Inclusive','416141729373030231'),(10449,'41614173011','185','2','500','retail','0','2021-02-24 16:23:31','','','','0','Cash',68.97,'250','','','4','','1','2021-02-24 13:26:00','1','1','printed','1','new','pc','','','','yes','','0','','','VATABLE','215.52','2','2.00','0','Inclusive','416141731442332123'),(10450,'41614666365','1','1','320','retail','0','2021-03-02 09:26:10','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','69.50','68.5','Inclusive','416146689134322246'),(10451,'41614666365','5','1','110','retail','0','2021-03-02 10:08:35','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146689242336233'),(10452,'41614666365','10','1','20','retail','0','2021-03-02 10:08:45','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','26.00','25','Inclusive','416146689330422038'),(10453,'41614666365','133','1','10','retail','0','2021-03-02 10:08:54','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146689430312222'),(10454,'41614666365','19','1','30','retail','0','2021-03-02 10:09:04','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146689521489216'),(10455,'41614666365','74','1','50','retail','0','2021-03-02 10:09:13','','','','5','Cash',6.90,'50','','','4','','1','2021-03-02 07:09:43','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146689613000831'),(10456,'41614668986','3','1','170','retail','0','2021-03-02 10:09:46','','','','0','Cash',23.45,'170','','','4','','1','2021-03-02 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','146.55','','0.00','0','Inclusive','416146690103230904'),(10457,'41614668986','133','1','10','retail','0','2021-03-02 10:10:12','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146690192320603'),(10458,'41614668986','6','1','70','retail','0','2021-03-02 10:10:20','','','','0','Cash',9.66,'70','','','4','','1','2021-03-02 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','60.34','1','0.00','-0.75','Inclusive','416146690363226216'),(10459,'41614668986','11','1','20','retail','0','2021-03-02 10:10:37','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','0.00','-0.5','Inclusive','416146690433433421'),(10460,'41614668986','15','1','30','retail','0','2021-03-02 10:10:45','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146690533030123'),(10461,'41614668986','70','1','50','retail','0','2021-03-02 10:10:54','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:11:39','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146690633364042'),(10462,'41614669102','1','3','960','retail','0','2021-03-02 10:11:42','','','','159.60','Cash',132.41,'320','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','','68.00','65','Inclusive','416146691252252222'),(10463,'41614669102','2','3','270','retail','0','2021-03-02 10:12:12','','','','0','Cash',37.24,'90','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','77.59','3','0.00','-2.25','Inclusive','416146691621324292'),(10464,'41614669102','10','3','60','retail','0','2021-03-02 10:12:43','','','','0','Cash',8.28,'20','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','3','24.50','21.5','Inclusive','416146691742104720'),(10465,'41614669102','27','3','90','retail','0','2021-03-02 10:13:05','','','','0','Cash',12.41,'30','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','3','0.03','-2.88','Inclusive','416146691990200364'),(10466,'41614669102','71','0.075','150','retail','0','2021-03-02 10:13:34','','','','0','Cash',20.69,'2000','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.67','0.6','Inclusive','416146692496200360'),(10467,'41614669102','91','5','700','retail','0','2021-03-02 10:14:20','','','','1','Cash',96.55,'140','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','158.00','153','Inclusive','416146692731636113'),(10468,'41614669102','33','3','390','retail','0','2021-03-02 10:15:21','','','','0','Cash',53.79,'130','','','4','','1','2021-03-02 07:15:56','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','3','0.00','-2.25','Inclusive','416146693312630202'),(10469,'41614669359','161','5','300','retail','0','2021-03-02 10:15:59','','','','0','Cash',41.38,'60','','','4','','1','2021-03-02 07:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','','1903.00','1898','Inclusive','416146694011600121'),(10470,'41614669359','85','1','120','retail','0','2021-03-02 10:16:52','','','','0','Cash',16.55,'120','','','4','','1','2021-03-02 07:17:22','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','304.50','303.5','Inclusive','416146694239203630'),(10471,'41614669448','1','1','320','retail','0','2021-03-02 10:17:29','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:19:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','64.25','63.25','Inclusive','416146694644223333'),(10472,'41614669448','5','1','110','retail','0','2021-03-02 10:17:45','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:19:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146694726346022'),(10473,'41614669448','133','1','10','retail','0','2021-03-02 10:17:54','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:19:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146694878979683'),(10474,'41614669448','10','1','20','retail','0','2021-03-02 10:18:09','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:19:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','26.50','25.5','Inclusive','416146694974331362'),(10475,'41614669448','23','1','30','retail','0','2021-03-02 10:18:18','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:19:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416146695099242262'),(10476,'41614669448','71','0.025','50','retail','0','2021-03-02 10:18:31','','','','0','Cash',6.90,'2000','','','4','','1','2021-03-02 07:19:24','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.60','0.58','Inclusive','416146695320023213'),(10477,'41614669567','143','1','300','retail','0','2021-03-02 10:19:28','','','','2','Cash',41.38,'300','','','4','','1','2021-03-02 07:20:16','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','258.62','1','1.00','0','Inclusive','416146696002330294'),(10478,'41614669619','1','5','1600','retail','0','2021-03-02 10:20:19','','','','159.60','Cash',220.69,'320','','','4','','1','2021-03-02 07:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','5','63.25','58.25','Inclusive','416146696366423446'),(10479,'41614669619','5','5','550','retail','0','2021-03-02 10:20:37','','','','0','Cash',75.86,'110','','','4','','1','2021-03-02 07:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','5','0.00','-2.5','Inclusive','416146696483623046'),(10480,'41614669619','133','5','50','retail','0','2021-03-02 10:20:49','','','','0','Cash',6.90,'10','','','4','','1','2021-03-02 07:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','5','0.00','-4.75','Inclusive','416146696593503336'),(10481,'41614669619','10','5','100','retail','0','2021-03-02 10:21:00','','','','0','Cash',13.79,'20','','','4','','1','2021-03-02 07:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','5','25.50','20.5','Inclusive','416146696732627362'),(10482,'41614669619','19','5','150','retail','0','2021-03-02 10:21:14','','','','0','Cash',20.69,'30','','','4','','1','2021-03-02 07:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','5','0.12','-4.73','Inclusive','416146696846492416'),(10483,'41614669619','70','5','250','retail','0','2021-03-02 10:21:25','','','','2','Cash',34.48,'50','','','4','','1','2021-03-02 07:24:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','5','0.00','-4.85','Inclusive','416146697017061737'),(10484,'41614669870','1','1','320','retail','0','2021-03-02 10:24:30','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','58.25','57.25','Inclusive','416146701644323363'),(10485,'41614669870','5','1','110','retail','0','2021-03-02 10:29:25','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146701733333104'),(10486,'41614669870','10','1','20','retail','0','2021-03-02 10:29:35','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','20.50','19.5','Inclusive','416146701843733364'),(10487,'41614669870','133','1','10','retail','0','2021-03-02 10:29:46','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146701947332202'),(10488,'41614669870','19','1','30','retail','0','2021-03-02 10:29:55','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146702072040602'),(10489,'41614669870','70','1','50','retail','0','2021-03-02 10:30:08','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:32:37','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146702161300144'),(10490,'41614670362','1','1','320','retail','0','2021-03-02 10:32:42','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','57.25','56.25','Inclusive','416146703772721034'),(10491,'41614670362','5','1','110','retail','0','2021-03-02 10:32:59','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146703931406410'),(10492,'41614670362','133','1','10','retail','0','2021-03-02 10:33:15','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146704096464636'),(10493,'41614670362','10','1','20','retail','0','2021-03-02 10:33:30','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','19.50','18.5','Inclusive','416146704264164220'),(10494,'41614670362','19','1','30','retail','0','2021-03-02 10:33:47','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146704377233602'),(10495,'41614670362','70','1','50','retail','0','2021-03-02 10:33:58','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:34:34','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146704517332353'),(10496,'41614670476','47','1','120','retail','0','2021-03-02 10:34:36','','','','0','Cash',16.55,'120','','','4','','1','2021-03-02 07:35:28','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','103.45','1','0.00','-0.5','Inclusive','416146705033330242'),(10497,'41614670531','67','0.25','250','retail','0','2021-03-02 10:35:31','','','','0','Cash',34.48,'1000','','','4','','1','2021-03-02 07:38:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','0.48','0.23','Inclusive','416146705717737210'),(10498,'41614670531','79','0.25','250','retail','0','2021-03-02 10:36:24','','','','0','Cash',34.48,'1000','','','4','','1','2021-03-02 07:38:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','0.50','0.25','Inclusive','416146706320013243'),(10499,'41614670531','71','0.5','500','retail','0','2021-03-02 10:37:22','','','','0','Cash',68.97,'1000','','','4','','1','2021-03-02 07:38:14','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','862.07','','0.58','0.08','Inclusive','416146706644222360'),(10500,'41614670702','1','1','320','retail','0','2021-03-02 10:38:22','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:45:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','56.25','55.25','Inclusive','416146707232622732'),(10501,'41614670702','5','1','110','retail','0','2021-03-02 10:38:44','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:45:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146707322133022'),(10502,'41614670702','133','1','10','retail','0','2021-03-02 10:38:53','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:45:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146707433222342'),(10503,'41614670702','10','1','20','retail','0','2021-03-02 10:39:04','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:45:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','18.50','17.5','Inclusive','416146707520353476'),(10504,'41614670702','15','1','30','retail','0','2021-03-02 10:39:13','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:45:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146711222230160'),(10505,'41614670702','70','1','50','retail','0','2021-03-02 10:45:23','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:45:51','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146711330123433'),(10506,'41614671155','1','1','320','retail','0','2021-03-02 10:45:55','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','55.25','54.25','Inclusive','416146711702723210'),(10507,'41614671155','5','1','110','retail','0','2021-03-02 10:46:11','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146711902269323'),(10508,'41614671155','133','1','10','retail','0','2021-03-02 10:46:31','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146712013006131'),(10509,'41614671155','10','1','20','retail','0','2021-03-02 10:46:42','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','17.50','16.5','Inclusive','416146712104622102'),(10510,'41614671155','19','1','30','retail','0','2021-03-02 10:46:51','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146712222332103'),(10511,'41614671155','70','1','50','retail','0','2021-03-02 10:47:03','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:47:31','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146712344330637'),(10512,'41614671254','162','2','100','retail','0','2021-03-02 10:47:34','','','','0','Cash',13.79,'50','','','4','','1','2021-03-02 07:48:46','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','','57.00','55','Inclusive','416146712812160420'),(10513,'41614671329','137','1','50','retail','0','2021-03-02 10:48:49','','','','0','Cash',6.90,'50','','','4','','1','2021-03-02 07:50:19','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.9','Inclusive','416146714042302201'),(10514,'41614671422','1','1','320','retail','0','2021-03-02 10:50:22','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','54.25','53.25','Inclusive','416146714364663462'),(10515,'41614671422','3','1','160','retail','0','2021-03-02 10:50:37','','','','0','Cash',22.07,'160','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416146714464331323'),(10516,'41614671422','10','1','20','retail','0','2021-03-02 10:50:47','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','16.50','15.5','Inclusive','416146714562604706'),(10517,'41614671422','36','1','130','retail','0','2021-03-02 10:50:57','','','','0','Cash',17.93,'130','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.25','-0.5','Inclusive','416146714663333223'),(10518,'41614671422','33','1','130','retail','0','2021-03-02 10:51:07','','','','0','Cash',17.93,'130','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','1','0.00','-0.75','Inclusive','416146714753644302'),(10519,'41614671422','48','1','60','retail','0','2021-03-02 10:51:17','','','','0','Cash',8.28,'60','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','1','0.00','-0.75','Inclusive','416146714874334332'),(10520,'41614671422','27','1','30','retail','0','2021-03-02 10:51:28','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.03','-0.94','Inclusive','416146715006413001'),(10521,'41614671422','71','0.025','50','retail','0','2021-03-02 10:51:41','','','','0','Cash',6.90,'2000','','','4','','1','2021-03-02 07:52:36','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','1724.14','','0.08','0.06','Inclusive','416146715222433202'),(10522,'41614671559','1','1','320','retail','0','2021-03-02 10:52:39','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','52.75','51.75','Inclusive','416146716263036036'),(10523,'41614671559','5','1','110','retail','0','2021-03-02 10:53:47','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146716376232204'),(10524,'41614671559','133','1','10','retail','0','2021-03-02 10:53:58','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146716513215412'),(10525,'41614671559','10','1','20','retail','0','2021-03-02 10:54:13','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','15.50','14.5','Inclusive','416146716760132200'),(10526,'41614671559','19','1','30','retail','0','2021-03-02 10:54:39','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146716921003043'),(10527,'41614671559','70','1','50','retail','0','2021-03-02 10:54:53','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:55:57','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146717121141441'),(10528,'41614671761','1','1','320','retail','0','2021-03-02 10:56:01','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 07:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','51.75','50.75','Inclusive','416146718150207248'),(10529,'41614671761','5','1','110','retail','0','2021-03-02 10:56:56','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 07:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146718273224332'),(10530,'41614671761','133','1','10','retail','0','2021-03-02 10:57:09','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 07:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146718382274130'),(10531,'41614671761','10','1','20','retail','0','2021-03-02 10:57:19','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 07:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','14.50','13.5','Inclusive','416146718493069822'),(10532,'41614671761','15','1','30','retail','0','2021-03-02 10:57:30','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 07:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146718671262271'),(10533,'41614671761','70','1','50','retail','0','2021-03-02 10:58:23','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 07:58:59','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146719142333202'),(10534,'41614671943','1','1','320','retail','0','2021-03-02 10:59:03','','','','159.60','Cash',44.14,'320','','','4','','1','2021-03-02 08:01:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','1','50.75','49.75','Inclusive','416146719542023024'),(10535,'41614671943','5','1','110','retail','0','2021-03-02 10:59:15','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 08:01:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','1','0.00','-0.5','Inclusive','416146719777936032'),(10536,'41614671943','133','1','10','retail','0','2021-03-02 10:59:37','','','','0','Cash',1.38,'10','','','4','','1','2021-03-02 08:01:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','8.62','1','0.00','-0.95','Inclusive','416146719910933322'),(10537,'41614671943','10','1','20','retail','0','2021-03-02 10:59:52','','','','0','Cash',2.76,'20','','','4','','1','2021-03-02 08:01:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','1','13.50','12.5','Inclusive','416146720243614420'),(10538,'41614671943','23','1','30','retail','0','2021-03-02 11:00:25','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 08:01:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.09','-0.88','Inclusive','416146720503032414'),(10539,'41614671943','70','1','50','retail','0','2021-03-02 11:00:51','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 08:01:23','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146720654623253'),(10540,'41614672101','3','1','160','retail','0','2021-03-02 11:01:41','','','','0','Cash',22.07,'160','','','4','','1','2021-03-02 08:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','1','0.00','-0.5','Inclusive','416146721842633323'),(10541,'41614672101','5','1','110','retail','0','2021-03-02 11:03:05','','','','0','Cash',15.17,'110','','','4','','1','2021-03-02 08:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','94.83','','0.00','1','Inclusive','416146721961602603'),(10542,'41614672101','10','2','40','retail','0','2021-03-02 11:03:26','','','','0','Cash',5.52,'20','','','4','','1','2021-03-02 08:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','12.50','10.5','Inclusive','416146722914174102'),(10543,'41614672101','19','1','30','retail','0','2021-03-02 11:04:52','','','','0','Cash',4.14,'30','','','4','','1','2021-03-02 08:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','25.86','1','0.12','-0.85','Inclusive','416146723032432222'),(10544,'41614672101','70','1','50','retail','0','2021-03-02 11:05:04','','','','2','Cash',6.90,'50','','','4','','1','2021-03-02 08:05:53','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.10','1','0.00','-0.97','Inclusive','416146723281324222'),(10545,'41614672357','94','5','700','retail','0','2021-03-02 11:06:37','','','','0','Mpesa',96.55,'140','','','4','','1','2021-03-02 08:50:29','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','30.00','25','Inclusive','416146724413033641'),(10546,'41614675053','94','5','700','retail','0','2021-03-02 11:50:53','','','','0','Cash',96.55,'140','','','4','','1','2021-03-02 08:51:33','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','120.69','','25.00','20','Inclusive','416146750652342542'),(10547,'41614675096','1','2','640','retail','0','2021-03-02 11:51:36','','','','159.60','Cash',88.28,'320','','','4','','1','2021-03-02 08:53:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','275.86','2','49.25','47.25','Inclusive','416146751156031660'),(10548,'41614675096','3','2','320','retail','0','2021-03-02 11:51:57','','','','0','Cash',44.14,'160','','','4','','1','2021-03-02 08:53:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','137.93','2','0.00','-1','Inclusive','416146751280331224'),(10549,'41614675096','10','2','40','retail','0','2021-03-02 11:52:09','','','','0','Cash',5.52,'20','','','4','','1','2021-03-02 08:53:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.24','2','10.50','8.5','Inclusive','416146751382432435'),(10550,'41614675096','48','2','120','retail','0','2021-03-02 11:52:19','','','','0','Cash',16.55,'60','','','4','','1','2021-03-02 08:53:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','51.72','2','0.00','-1.5','Inclusive','416146751492233102'),(10551,'41614675096','33','2','260','retail','0','2021-03-02 11:52:30','','','','0','Cash',35.86,'130','','','4','','1','2021-03-02 08:53:01','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','112.07','2','0.00','-1.5','Inclusive','416146751590252493'); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` 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`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=362 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 */; INSERT INTO `sales_orderraw` VALUES ('716081825711852137',356,'71608182524','2','1','90','retail','0','2020-12-17 08:22:04','','','','0','Cash',11.05,'90','','','7','','1','2020-12-17 05:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','78.95','1','0.00','-0.75','Inclusive'),('716081825818863303',357,'71608182524','11','1','20','retail','0','2020-12-17 08:22:51','','','','0','Cash',2.46,'20','','','7','','1','2020-12-17 05:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','17.54','1','0.00','-0.5','Inclusive'),('716081825913723023',358,'71608182524','50','1','210','retail','0','2020-12-17 08:23:01','','','','0','Cash',25.79,'210','','','7','','1','2020-12-17 05:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','184.21','1','0.00','-0.5','Inclusive'),('716081826043023260',359,'71608182524','55','1','50','retail','0','2020-12-17 08:23:11','','','','0','Cash',6.14,'50','','','7','','1','2020-12-17 05:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','1','0.00','-0.75','Inclusive'),('716081826284800433',360,'71608182524','23','1','30','retail','0','2020-12-17 08:23:25','','','','0','Cash',3.68,'30','','','7','','1','2020-12-17 05:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','26.32','1','0.09','-0.88','Inclusive'),('716081826633368210',361,'71608182524','74','2','100','retail','0','2020-12-17 08:23:59','','','','5','Cash',12.28,'50','','','7','','1','2020-12-17 05:25:27','1','1','printed','1','new','pcs','','','','yes','','0','','','VATABLE','43.86','2','0.00','-1.94','Inclusive'); /*!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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serialstocktaking` -- LOCK TABLES `serialstocktaking` WRITE; /*!40000 ALTER TABLE `serialstocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `serialstocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `setting` ( `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms` -- DROP TABLE IF EXISTS `sms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms` ( `id` int(30) NOT NULL AUTO_INCREMENT, `contact` varchar(60) NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `smscount` int(11) NOT NULL, `messageId` int(11) NOT NULL, `response` text NOT NULL, `cost` int(11) NOT NULL, `bulkId` varchar(100) NOT NULL, `qty` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms` -- LOCK TABLES `sms` WRITE; /*!40000 ALTER TABLE `sms` DISABLE KEYS */; /*!40000 ALTER TABLE `sms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_in` -- DROP TABLE IF EXISTS `sms_in`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_in` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sms_text` varchar(1600) DEFAULT NULL, `sender_number` varchar(50) DEFAULT NULL, `sent_dt` datetime DEFAULT NULL, `code` varchar(15) NOT NULL, `amount` decimal(10,2) NOT NULL DEFAULT 0.00, `firstname` varchar(15) NOT NULL, `lastname` varchar(15) NOT NULL, `msisdn` int(20) NOT NULL DEFAULT 0, `used` int(5) NOT NULL DEFAULT 0, `exactime` 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 `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', 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','Robisearch','','<H1 style=\"margin:0px;\" ,\"BLUE\"><B>CITADEL CHEMICALS LIMITED</B></H1>\r\n <h3>Dealers in Paints & Coatings, Detergents, Body Fillers & Industrial Chemicals <BR>\r\n P.O BOX 28820-00100 NAIROBI <br>\r\nLakamshi Hse Gnr Flr,Njugu Lane<br>\r\nTELEPHONE:0735166036 / 0726318800\r\n Pin No:P051795149T\r\n</h3>','254738637711','BUMALA','support@robisearch.com','ROBISEARCHPOS','CITADEL CHEMICALS LIMITED<BR> \r\nP.O BOX 28820-00100 NAIROBI Kenya<BR> \r\nPHONE:0735166036; Pin No:P051795149T<BR> \r\n','KJ WINES','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','522522','Ksh','VAT','16','14','2','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2020-11-021604295240.png','1','1 ','','1','2020-08-20 12:29:01','yes','no','no','no','OIEA5ak8Sr6f/lR0Q7Hqmpv/8MQ8GTTTeJ5jAIrmCM1x17DakUPy5XBtYlt5uHmK4UDlhACJ0+TjK3D+wXN1Vw==','<center><h1>PAYBILL NO:126044</h1></center>','<h3>Terms and Conditions.</h3>\r\n1. Period of warranty is strictly 1 Year .<br>\r\n','no','You were to renew your account by 11/7/2019 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','tM6o6gPTCQYH+I1656Yp7f02oBL0KNZ40EAiD1KeQC5Cypj3fWqB2XA0JfvdUsIJHeRNFPmhmtiuC4C+9r6GWg==','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','14:00','23:59','no','General',10,'user/viewsales','deactivate'); /*!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, `supplier` varchar(30) 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, `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=829 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,'5551','8','','81597830425','2020-08-19 12:51:01',0.00,0.00,'','8','1','n/a',' JUNE salary','2000','1','','N/A','0','0','EXEMPTED'),(2,'5531','8','','81597830425','2020-08-19 12:52:11',0.00,0.00,'','8','1','n/a','electricity bill','100','1','','N/A','0','0','EXEMPTED'),(3,'5510','8','','81597830425','2020-08-19 12:52:41',0.00,0.00,'','8','1','n/a','town to kariobangi','300','1','','N/A','0','0','EXEMPTED'),(4,'5532','3','','BILL-81597831267','2020-08-19 13:03:19',0.00,0.00,'','8','1','','water','500','1','','N/A','','',''),(5,'4000','3','','BANK-81597911347','2020-08-20 11:17:53',0.00,0.00,'','8','1','na','proprty sales','100','1','','','','',''),(6,'5250','','','81599297380','2020-09-05 12:24:53',0.00,0.00,'','8','1','','Milk,Bread & Teabags','242','1','','N/A','212.28','29.72','VATABLE'),(7,'5660','14','','81599466346','2020-09-07 11:13:13',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(8,'5531','14','','81599656033','2020-09-09 16:00:38',0.00,0.00,'','8','1','n/a','electricity bill','500','1','','N/A','438.60','61.40','VATABLE'),(11,'5563','14','','81599657625','2020-09-09 16:32:07',0.00,0.00,'','8','1','n/a','Air time for phedis','100','1','','N/A','0','0','ZERO RATED'),(13,'5660','14','','81599656660','2020-09-09 16:35:14',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(14,'5920','14','','81599658829','2020-09-09 16:54:32',0.00,0.00,'','8','1','n/a','Milk,Bread & Teabags','242','1','','N/A','212.28','29.72','VATABLE'),(15,'5920','14','','81600071293','2020-09-14 11:15:51',0.00,0.00,'','8','1','n/a','Milk,Bread & Teabags','242','1','','N/A','212.28','29.72','VATABLE'),(16,'5970','14','','81600071382','2020-09-14 11:17:55',0.00,0.00,'','8','1','n/a','5ltr Jericans','150','1','','N/A','131.58','18.42','VATABLE'),(17,'5531','14','','81600071616','2020-09-14 11:26:13',0.00,0.00,'','8','1','n/a','electricity bill','500','1','','N/A','438.60','61.40','VATABLE'),(18,'5660','14','','81600071994','2020-09-14 11:29:26',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(19,'5920','14','','81600072189','2020-09-14 11:31:10',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(20,'5660','14','','81600072331','2020-09-14 12:32:05',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(21,'5563','14','','81600075947','2020-09-14 12:33:02',0.00,0.00,'','8','1','n/a','air time ','100','1','','N/A','0','0','ZERO RATED'),(22,'5970','14','','81600076008','2020-09-14 12:34:55',0.00,0.00,'','8','1','n/a','packaging','55','1','','N/A','0','0','ZERO RATED'),(23,'5990','14','','81600076263','2020-09-14 12:38:27',0.00,0.00,'','8','1','n/a','offloading ','200','1','','N/A','0','0','ZERO RATED'),(24,'5970','14','','81600076327','2020-09-14 12:41:56',0.00,0.00,'','8','1','n/a','envelopes','80','1','','N/A','0','0','ZERO RATED'),(25,'5970','14','','81600086164','2020-09-14 15:25:09',0.00,0.00,'','8','1','n/a','wax pouch','275','1','','N/A','241.23','33.77','VATABLE'),(26,'5920','14','','81600086336','2020-09-14 15:27:05',0.00,0.00,'','8','1','n/a','Milk,Bread &Tissues','289','1','','N/A','253.51','35.49','VATABLE'),(27,'5910','14','','81600086493','2020-09-14 15:29:08',0.00,0.00,'','8','1','n/a','garbage collection','100','1','','N/A','0','0','ZERO RATED'),(28,'5970','14','','81600086751','2020-09-14 15:33:47',0.00,0.00,'','8','1','n/a','Jericans','650','1','','N/A','0','0','ZERO RATED'),(29,'5660','14','','81600086858','2020-09-14 15:34:52',0.00,0.00,'','8','1','n/a','marketing','120','1','','N/A','0','0','ZERO RATED'),(30,'5920','14','','81600086936','2020-09-14 15:36:55',0.00,0.00,'','8','1','n/a','milk','500','1','','N/A','0','0','ZERO RATED'),(31,'5563','14','','81600087038','2020-09-14 15:39:38',0.00,0.00,'','8','1','n/a','Air time for phedis','100','1','','N/A','0','0','ZERO RATED'),(32,'5920','14','','81600087220','2020-09-14 15:41:31',0.00,0.00,'','8','1','n/a','Milk,Bread,Sugar & blueband','444','1','','N/A','389.47','54.53','VATABLE'),(33,'5990','14','','81600087364','2020-09-14 15:43:39',0.00,0.00,'','8','1','n/a','Off Loading','400','1','','N/A','0','0','ZERO RATED'),(34,'5920','14','','81600087452','2020-09-14 15:46:01',0.00,0.00,'','8','1','n/a','parking fee','100','1','','N/A','0','0','EXEMPTED'),(35,'5920','14','','81600087592','2020-09-14 15:49:18',0.00,0.00,'','8','1','n/a','Milk & Bread ','190','1','','N/A','166.67','23.33','VATABLE'),(36,'5510','14','','81600087800','2020-09-14 15:51:16',0.00,0.00,'','8','1','n/a','Transport ','100','1','','N/A','0','0','ZERO RATED'),(37,'5920','14','','81600087935','2020-09-14 15:53:08',0.00,0.00,'','8','1','n/a','Milk &Bread ','190','1','','N/A','166.67','23.33','VATABLE'),(38,'1850','14','','81600088057','2020-09-14 15:56:28',0.00,0.00,'','8','1','n/a','perfume&salt','2400','1','','N/A','0','0','ZERO RATED'),(39,'5510','14','','81600088057','2020-09-14 15:58:26',0.00,0.00,'','8','1','n/a','transport','200','1','','N/A','0','0','ZERO RATED'),(40,'5930','14','','81600088057','2020-09-14 15:59:09',0.00,0.00,'','8','1','n/a','mpesa charges','100','1','','N/A','0','0','ZERO RATED'),(41,'5970','14','','81600088387','2020-09-14 16:01:05',0.00,0.00,'','8','1','n/a','polypots','900','1','','N/A','0','0','ZERO RATED'),(42,'5980','14','','81600088489','2020-09-14 16:02:21',0.00,0.00,'','8','1','n/a','ETR rolls ','140','1','',' ','0','0','ZERO RATED'),(43,'5550','14','','81600088600','2020-09-14 16:03:58',0.00,0.00,'','8','1','n/a','security pay','700','1','','N/A','0','0','ZERO RATED'),(44,'5510','14','','81600088661','2020-09-14 16:05:39',0.00,0.00,'','8','1','n/a','Transport ','300','1','','N/A','0','0','ZERO RATED'),(45,'5920','14','','81600088764','2020-09-14 16:31:13',0.00,0.00,'','8','1','n/a','Milk,Bread & bag','205','1','','N/A','179.82','25.18','VATABLE'),(46,'5910','14','','81600148489','2020-09-15 08:43:35',0.00,0.00,'','8','1','n/a','Gabbage Collection','200','1','','N/A','0','0','ZERO RATED'),(47,'2041','14','','81600148654','2020-09-15 08:46:08',0.00,0.00,'','8','1','n/a','NHIF Payment ','5750','1','','N/A','0','0','ZERO RATED'),(48,'5510','14','','81600148866','2020-09-15 08:50:34',0.00,0.00,'','8','1','n/a','fare to Karanja','500','1','','N/A','0','0','ZERO RATED'),(49,'5910','14','','81600149067','2020-09-15 08:52:32',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(50,'5970','14','','81600149205','2020-09-15 08:54:44',0.00,0.00,'','8','1','n/a','non-wooven bag','20','1','','N/A','0','0','ZERO RATED'),(51,'5920','14','','81600149347','2020-09-15 08:57:01',0.00,0.00,'','8','1','n/a','Milk,Bread & Teabags','249','1','','N/A','218.42','30.58','VATABLE'),(52,'5563','14','','81600149462','2020-09-15 08:58:08',0.00,0.00,'','8','1','n/a','Air time for phedis','100','1','','N/A','0','0','ZERO RATED'),(53,'5900','14','','81600149510','2020-09-15 09:00:10',0.00,0.00,'','8','1','n/a','pearlizer ','1350','1','','N/A','1184.21','165.79','VATABLE'),(54,'5510','14','','81600149510','2020-09-15 09:01:01',0.00,0.00,'','8','1','n/a','Transport ','100','1','','N/A','0','0','ZERO RATED'),(55,'5970','14','','81600149688','2020-09-15 09:03:07',0.00,0.00,'','8','1','n/a','sisal rope','400','1','','N/A','0','0','ZERO RATED'),(56,'5920','14','','81600149814','2020-09-15 09:05:00',0.00,0.00,'','8','1','n/a','Tissue','95','1','','N/A','83.33','11.67','VATABLE'),(57,'5660','14','','81600149995','2020-09-15 09:07:11',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(58,'5920','14','','81600150145','2020-09-15 09:15:28',0.00,0.00,'','8','1','n/a','Milk & Bread ','190','1','','N/A','166.67','23.33','VATABLE'),(59,'5970','14','','81600150622','2020-09-15 09:18:16',0.00,0.00,'','8','1','n/a','wooven bags','170','1','','N/A','0','0','ZERO RATED'),(60,'5970','14','','81600150622','2020-09-15 09:18:59',0.00,0.00,'','8','1','n/a','cartons ','450','1','','N/A','0','0','ZERO RATED'),(61,'5660','14','','81600150770','2020-09-15 09:20:11',0.00,0.00,'','8','1','n/a','marketing','30','1','','N/A','0','0','ZERO RATED'),(62,'5510','14','','81600150838','2020-09-15 09:22:58',0.00,0.00,'','8','1','n/a','staff fare ','750','1','','N/A','0','0','ZERO RATED'),(64,'5970','14','','81600151002','2020-09-15 09:25:45',0.00,0.00,'','8','1','n/a','bag','10','1','','N/A','8.77','1.23','VATABLE'),(65,'5920','14','','81600151249','2020-09-15 09:28:50',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(66,'5970','14','','81600151353','2020-09-15 09:32:42',0.00,0.00,'','8','1','n/a','packaging','275','1','','N/A','241.23','33.77','VATABLE'),(67,'5970','14','','81600151587','2020-09-15 09:34:31',0.00,0.00,'','8','1','n/a','packaging','300','1','','N/A','263.16','36.84','VATABLE'),(68,'5920','14','','81600151689','2020-09-15 09:35:39',0.00,0.00,'','8','1','n/a','sugar','110','1','','N/A','96.49','13.51','VATABLE'),(69,'5970','14','','81600151760','2020-09-15 09:37:56',0.00,0.00,'','8','1','n/a','packaging ','55','1','','N/A','0','0','ZERO RATED'),(70,'5563','14','','81600151919','2020-09-15 09:39:32',0.00,0.00,'','8','1','n/a','airtime','200','1','','N/A','0','0','ZERO RATED'),(71,'5920','14','','81600152002','2020-09-15 09:41:24',0.00,0.00,'','8','1','n/a','Milk,Bread & blue band','370','1','','N/A','324.56','45.44','VATABLE'),(72,'5970','14','','81600153820','2020-09-15 10:11:37',0.00,0.00,'','8','1','n/a','packaging ','3300','1','','N/A','0','0','ZERO RATED'),(73,'5910','14','','81600155142','2020-09-15 10:33:44',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(74,'5980','14','','81600155319','2020-09-15 10:36:14',0.00,0.00,'','8','1','n/a','petty cash voucher ','1000','1','','N/A','0','0','ZERO RATED'),(75,'5900','9','','81600155405','2020-09-15 10:38:29',0.00,0.00,'','8','1','n/a','citrus & lavenda','1000','1','','N/A','0','0','ZERO RATED'),(76,'5970','9','','81600155551','2020-09-15 10:40:07',0.00,0.00,'','8','1','n/a','empty bottles','600','1','','N/A','0','0','ZERO RATED'),(77,'5510','14','','81600155626','2020-09-15 10:41:42',0.00,0.00,'','8','1','n/a','product delivery','100','1','','N/A','0','0','ZERO RATED'),(78,'5563','14','','81600155724','2020-09-15 10:42:34',0.00,0.00,'','8','1','n/a','Air time for phedis','100','1','','N/A','0','0','ZERO RATED'),(79,'5510','14','','81600155834','2020-09-15 10:44:32',0.00,0.00,'','8','1','n/a','staff busfare ','800','1','','N/A','0','0','ZERO RATED'),(80,'5920','14','','81600155909','2020-09-15 10:48:34',0.00,0.00,'','8','1','n/a','Milk,Bread & Tissue','289','1','','N/A','253.51','35.49','VATABLE'),(81,'5660','14','','81600156259','2020-09-15 10:51:38',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(82,'5900','14','','81600156323','2020-09-15 10:53:08',0.00,0.00,'','8','1','n/a','blue & green color ','1000','1','','N/A','0','0','ZERO RATED'),(83,'5970','9','','81600156418','2020-09-15 10:54:48',0.00,0.00,'','8','1','n/a','packaging','600','1','','N/A','0','0','ZERO RATED'),(84,'5510','14','','81600156548','2020-09-15 10:56:50',0.00,0.00,'','8','1','n/a','product delivery','100','1','','N/A','0','0','ZERO RATED'),(85,'5930','14','','81600156629','2020-09-15 10:58:27',0.00,0.00,'','8','1','n/a','mpesa charges','30','1','','N/A','0','0','ZERO RATED'),(86,'2042','14','','81600156732','2020-09-15 11:00:38',0.00,0.00,'','8','1','n/a','NSSF Payment ','2400','1','','N/A','0','0','ZERO RATED'),(87,'5980','14','','81600156929','2020-09-15 11:04:36',0.00,0.00,'','8','1','n/a','1 Ream','495','1','','N/A','434.21','60.79','VATABLE'),(88,'5930','14','','81600157099','2020-09-15 11:06:03',0.00,0.00,'','8','1','n/a','m pesa charges ','30','1','','N/A','0','0','ZERO RATED'),(89,'5510','14','','81600157195','2020-09-15 11:09:36',0.00,0.00,'','8','1','n/a','Transport ','500','1','','N/A','0','0','ZERO RATED'),(90,'5970','14','','81600157475','2020-09-15 11:11:58',0.00,0.00,'','8','1','n/a','lables','2200','1','','N/A','0','0','ZERO RATED'),(91,'5920','14','','81600421028','2020-09-18 12:26:41',0.00,0.00,'','8','1','n/a','Milk,Bread & Teabags','242','1','','N/A','212.28','29.72','VATABLE'),(92,'5563','14','','81600421233','2020-09-18 12:28:04',0.00,0.00,'','8','1','n/a','Air time for modesta','100','1','','N/A','0','0','ZERO RATED'),(93,'5200','14','','81600421308','2020-09-18 12:32:36',0.00,0.00,'','8','1','n/a','internet','2500','1','','N/A','0','0','ZERO RATED'),(94,'5980','14','','81600421589','2020-09-18 12:33:54',0.00,0.00,'','8','1','n/a','scanning ','50','1','','N/A','0','0','ZERO RATED'),(95,'5920','14','','81600421656','2020-09-18 12:35:28',0.00,0.00,'','8','1','n/a','milk','250','1','','N/A','0','0','ZERO RATED'),(96,'6000','14','','81600421749','2020-09-18 13:11:03',0.00,0.00,'','8','1','n/a','parking fees','200','1','','N/A','0','0','ZERO RATED'),(97,'5660','14','','81600423892','2020-09-18 13:13:12',0.00,0.00,'','8','1','n/a','marketing','20','1','','N/A','0','0','ZERO RATED'),(98,'5920','14','','81600424014','2020-09-18 13:15:35',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(99,'5900','9','','81600424399','2020-09-18 13:20:51',0.00,0.00,'','8','1','n/a','salt 3x50kg','2850','1','','N/A','0','0','ZERO RATED'),(100,'5510','14','','81600424474','2020-09-18 13:22:17',0.00,0.00,'','8','1','n/a','trnasport ','300','1','','N/A','0','0','ZERO RATED'),(101,'5930','14','','81600425074','2020-09-18 13:33:04',0.00,0.00,'','8','1','n/a','mpesa charges','30','1','','N/A','0','0','ZERO RATED'),(102,'5920','14','','81600425238','2020-09-18 13:34:45',0.00,0.00,'','8','1','n/a','Milk,Bread & Tissue','289','1','','N/A','253.51','35.49','VATABLE'),(103,'5980','14','','81600425472','2020-09-18 13:39:35',0.00,0.00,'','8','1','n/a','Ruler ','25','1','','N/A','21.93','3.07','VATABLE'),(104,'5510','14','','81600425595','2020-09-18 13:40:34',0.00,0.00,'','8','1','n/a','fare ','200','1','','N/A','0','0','ZERO RATED'),(105,'5920','14','','81600676720','2020-09-21 11:28:35',0.00,0.00,'','8','1','n/a','Milk,Bread,sugar & batteries','369','1','','N/A','323.68','45.32','VATABLE'),(106,'5970','10','','81600676980','2020-09-21 11:38:46',0.00,0.00,'','8','1','n/a','bottles 1ltr 20pcs','200','1','','N/A','175.44','24.56','VATABLE'),(107,'5970','14','','81600677570','2020-09-21 11:42:39',0.00,0.00,'','8','1','n/a','wax pouch','275','1','','N/A','241.23','33.77','VATABLE'),(108,'5660','14','','81600677784','2020-09-21 11:43:39',0.00,0.00,'','8','1','n/a','marketing','70','1','','N/A','0','0','ZERO RATED'),(109,'5970','14','','81600677850','2020-09-21 11:44:59',0.00,0.00,'','8','1','n/a','empty boxes ','260','1','','N/A','0','0','ZERO RATED'),(110,'5900','14','','81600677930','2020-09-21 11:47:01',0.00,0.00,'','8','1','n/a','citrus & lavender','2000','1','','N/A','0','0','ZERO RATED'),(111,'5970','9','','81600678049','2020-09-21 11:48:35',0.00,0.00,'','8','1','n/a','perfume jars','1200','1','','N/A','0','0','ZERO RATED'),(112,'5510','14','','81600678184','2020-09-21 11:50:45',0.00,0.00,'','8','1','n/a','transport','100','1','','N/A','0','0','ZERO RATED'),(113,'5930','14','','81600678266','2020-09-21 11:51:51',0.00,0.00,'','8','1','n/a','mpesa charges','56','1','','N/A','0','0','ZERO RATED'),(114,'5980','14','','81600678335','2020-09-21 11:53:40',0.00,0.00,'','8','1','n/a','ETR rolls & receipt','340','1','','N/A','0','0','ZERO RATED'),(115,'5920','14','','81600678473','2020-09-21 12:08:28',0.00,0.00,'','8','1','n/a','Milk,Bread & Tissue','289','1','','N/A','253.51','35.49','VATABLE'),(116,'5660','14','','81600679353','2020-09-21 12:10:21',0.00,0.00,'','8','1','n/a','marketing','25','1','','N/A','0','0','ZERO RATED'),(117,'5920','14','','81601027123','2020-09-25 12:58:00',0.00,0.00,'','8','1','n/a','Milk & Bread ','190','1','','N/A','166.67','23.33','VATABLE'),(118,'5910','14','','81601027918','2020-09-25 12:59:26',0.00,0.00,'','8','1','n/a','gabbage collection ','100','1','','N/A','0','0','ZERO RATED'),(119,'5660','14','','81601028013','2020-09-25 13:03:52',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(120,'5970','14','','81601028447','2020-09-25 13:08:52',0.00,0.00,'','8','1','n/a','woven bags','30','1','','N/A','0','0','ZERO RATED'),(121,'5510','14','','81601030046','2020-09-25 13:35:16',0.00,0.00,'','8','1','n/a','Transport','500','1','','N/A','0','0','ZERO RATED'),(122,'5920','14','','81601030273','2020-09-25 13:40:05',0.00,0.00,'','8','1','n/a','Milk,Bread,blueband& office glue','435','1','','N/A','381.58','53.42','VATABLE'),(124,'5970','14','','81601030455','2020-09-25 13:44:52',0.00,0.00,'','8','1','n/a','packing','900','1','','N/A','0','0','ZERO RATED'),(125,'5920','14','','81601030743','2020-09-25 14:37:44',0.00,0.00,'','8','1','n/a','Milk,Bread & Teabags','220','1','','N/A','192.98','27.02','VATABLE'),(126,'5980','14','','81601033964','2020-09-25 14:41:37',0.00,0.00,'','8','1','n/a','celloptape 2','3200','1','','N/A','2807.02','392.98','VATABLE'),(127,'5510','14','','81601034165','2020-09-25 14:44:02',0.00,0.00,'','8','1','n/a','Transport','100','1','','N/A','0','0','ZERO RATED'),(128,'5900','14','','81601034267','2020-09-25 14:45:34',0.00,0.00,'','8','1','n/a','green & blue','750','1','','N/A','0','0','ZERO RATED'),(129,'5510','14','','81601034505','2020-09-25 14:49:21',0.00,0.00,'','8','1','n/a','delivery of materials','100','1','','N/A','0','0','ZERO RATED'),(130,'5920','14','','81601034596','2020-09-25 14:51:10',0.00,0.00,'','8','1','n/a','staff lunch','600','1','','N/A','0','0','ZERO RATED'),(131,'5990','14','','81601034716','2020-09-25 14:52:47',0.00,0.00,'','8','1','n/a','offloading','200','1','','N/A','0','0','ZERO RATED'),(132,'5563','14','','81601034802','2020-09-25 14:54:03',0.00,0.00,'','8','1','n/a','Air time office line','100','1','','N/A','0','0','ZERO RATED'),(133,'5920','14','','81601034878','2020-09-25 14:56:20',0.00,0.00,'','8','1','n/a','Milk,Bread,tissue & bag','324','1','','N/A','284.21','39.79','VATABLE'),(134,'5920','14','','81601551103','2020-10-01 14:19:34',0.00,0.00,'','8','1','n/a','Sugar ','113','1','','N/A','99.12','13.88','VATABLE'),(135,'5510','14','','81601551205','2020-10-01 14:23:22',0.00,0.00,'','8','1','n/a','Transport ','400','1','','N/A','0','0','ZERO RATED'),(136,'5920','14','','81601551442','2020-10-01 14:25:18',0.00,0.00,'','8','1','n/a','Staff Milk ','500','1','','N/A','0','0','ZERO RATED'),(137,'5900','14','','81601551545','2020-10-01 14:28:59',0.00,0.00,'','8','1','n/a','HYPOCHLORITE','2200','1','','N/A','1929.82','270.18','VATABLE'),(138,'5920','14','','81601551864','2020-10-01 14:40:51',0.00,0.00,'','8','1','n/a','Milk & bread','190','1','','N/A','166.67','23.33','VATABLE'),(139,'5910','14','','81601552540','2020-10-01 14:43:34',0.00,0.00,'','8','1','n/a','Gabbage colllection','100','1','','N/A','0','0','ZERO RATED'),(140,'5970','14','','81601552642','2020-10-01 14:47:18',0.00,0.00,'','8','1','n/a','wax pouch & envelopes','750','1','','N/A','657.89','92.11','VATABLE'),(141,'5990','14','','81601552921','2020-10-01 14:49:58',0.00,0.00,'','8','1','n/a','gloves ','200','1','','N/A','0','0','ZERO RATED'),(142,'5980','14','','81601553019','2020-10-01 14:56:24',0.00,0.00,'','8','1','n/a','cellotape&pins','300','1','','N/A','263.16','36.84','VATABLE'),(143,'5980','14','','81601553433','2020-10-01 15:15:03',0.00,0.00,'','8','1','n/a','Busines cards ','1500','1','','N/A','0','0','ZERO RATED'),(144,'5660','14','','81601554542','2020-10-01 15:16:21',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(145,'5900','14','','81601707779','2020-10-03 09:57:37',0.00,0.00,'','8','1','n/a','salt,lavender,green & blue','3700','1','','N/A','0','0','ZERO RATED'),(146,'5970','9','','81601708320','2020-10-03 09:59:30',0.00,0.00,'','8','1','n/a','perfume jars','600','1','','N/A','0','0','ZERO RATED'),(147,'5510','','','81601709242','2020-10-03 10:15:48',0.00,0.00,'','8','1','n/a','Transport ','300','1','','N/A','0','0','ZERO RATED'),(148,'5930','14','','81601709369','2020-10-03 10:17:01',0.00,0.00,'','8','1','n/a','m-pesa charges ','70','1','','N/A','0','0','ZERO RATED'),(149,'5920','14','','81601709649','2020-10-03 10:22:25',0.00,0.00,'','8','1','n/a','milk & scones ','210','1','','N/A','184.21','25.79','VATABLE'),(150,'5920','14','','81601709773','2020-10-03 10:24:27',0.00,0.00,'','8','1','n/a','Handwash','225','1','','N/A','197.37','27.63','VATABLE'),(151,'5970','10','','81601710054','2020-10-03 10:29:44',0.00,0.00,'','8','1','n/a','Bottles ','200','1','','N/A','175.44','24.56','VATABLE'),(152,'5920','14','','81601710204','2020-10-03 10:31:34',0.00,0.00,'','8','1','n/a','milk,bread,tissue,sugar','399','1','','N/A','350.00','49.00','VATABLE'),(153,'5660','14','','81601710337','2020-10-03 10:33:12',0.00,0.00,'','8','1','n/a','marketing','80','1','','N/A','0','0','ZERO RATED'),(154,'5920','14','','81601710963','2020-10-03 10:46:29',0.00,0.00,'','8','1','n/a','milk,teabags,ginger tea,match box & scones','332','1','','N/A','291.23','40.77','VATABLE'),(155,'5970','14','','81601711262','2020-10-03 10:49:07',0.00,0.00,'','8','1','n/a','funnels & covering film','269','1','','N/A','235.96','33.04','VATABLE'),(156,'5970','14','','81601711370','2020-10-03 10:51:57',0.00,0.00,'','8','1','n/a','empty bottles 1ltr','968','1','','N/A','849.12','118.88','VATABLE'),(157,'5510','14','','81601711601','2020-10-03 10:54:44',0.00,0.00,'','8','1','n/a','Transport','500','1','','N/A','0','0','ZERO RATED'),(158,'5920','14','','81601711758','2020-10-03 10:57:16',0.00,0.00,'','8','1','n/a','milk & scones ','210','1','','N/A','184.21','25.79','VATABLE'),(159,'5531','14','','81601711861','2020-10-03 10:58:28',0.00,0.00,'','8','1','n/a','electricy bill','1000','1','','N/A','877.19','122.81','VATABLE'),(160,'5900','9','','81601712137','2020-10-03 11:03:21',0.00,0.00,'','8','1','n/a','magadi,citrus,green,blue','2850','1','','N/A','0','0','ZERO RATED'),(161,'5510','14','','81601712348','2020-10-03 11:07:12',0.00,0.00,'','8','1','n/a','Transport','200','1','','N/A','0','0','ZERO RATED'),(162,'5930','14','','81601712457','2020-10-03 11:09:19',0.00,0.00,'','8','1','n/a','mpesa charges','60','1','','N/A','0','0','ZERO RATED'),(163,'5563','14','','81601712595','2020-10-03 11:11:34',0.00,0.00,'','8','1','n/a','Air time for office','100','1','','N/A','0','0','ZERO RATED'),(164,'5920','14','','81602756724','2020-10-15 13:13:14',0.00,0.00,'','8','1','n/a','Milk & Bread ','190','1','','N/A','166.67','23.33','VATABLE'),(165,'5660','14','','81602756838','2020-10-15 13:14:28',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(166,'5563','14','','81602756899','2020-10-15 13:17:31',0.00,0.00,'','8','1','n/a','Air time for Susan','500','1','','N/A','0','0','ZERO RATED'),(167,'5980','14','','81602757076','2020-10-15 13:19:51',0.00,0.00,'','8','1','n/a','sales report books ','1300','1','','N/A','0','0','ZERO RATED'),(168,'5920','14','','81602757231','2020-10-15 13:22:06',0.00,0.00,'','8','1','n/a','Tissues','99','1','','N/A','86.84','12.16','VATABLE'),(169,'5970','10','','81602757350','2020-10-15 13:24:12',0.00,0.00,'','8','1','n/a','Jericans 15pcs','375','1','','N/A','328.95','46.05','VATABLE'),(170,'5510','14','','81602757492','2020-10-15 13:29:44',0.00,0.00,'','8','1','n/a','Transport','280','1','','N/A','245.61','34.39','VATABLE'),(171,'5970','14','','81602757845','2020-10-15 13:31:23',0.00,0.00,'','8','1','n/a','boxes','300','1','','N/A','0','0','ZERO RATED'),(172,'5990','14','','81602757912','2020-10-15 13:32:37',0.00,0.00,'','8','1','n/a','off loading ','200','1','','N/A','175.44','24.56','VATABLE'),(173,'5920','14','','81602758008','2020-10-15 13:34:20',0.00,0.00,'','8','1','n/a','milk & scones ','210','1','','N/A','184.21','25.79','VATABLE'),(174,'5910','14','','81602758116','2020-10-15 13:36:12',0.00,0.00,'','8','1','n/a','Gabbage Collection','100','1','','N/A','87.72','12.28','VATABLE'),(175,'5510','14','','81602758221','2020-10-15 13:39:05',0.00,0.00,'','8','1','n/a','Susan Busfare','300','1','','N/A','263.16','36.84','VATABLE'),(176,'5990','14','','81602759509','2020-10-15 14:01:02',0.00,0.00,'','8','1','n/a','Repairs ','200','1','','N/A','0','0','ZERO RATED'),(177,'5780','14','','81602759689','2020-10-15 14:04:12',0.00,0.00,'','8','1','n/a','Repairs','1040','1','','N/A','912.28','127.72','VATABLE'),(178,'5780','14','','81602759924','2020-10-15 14:06:27',0.00,0.00,'','8','1','n/a','Repairs ','800','1','','N/A','0','0','ZERO RATED'),(179,'5660','14','','81602760012','2020-10-15 14:07:32',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(180,'5980','14','','81602760069','2020-10-15 14:18:48',0.00,0.00,'','8','1','n/a','labels','2420','1','','N/A','0','0','ZERO RATED'),(181,'5990','14','','81602761304','2020-10-15 14:41:27',0.00,0.00,'','8','1','n/a','socket ','300','1','','N/A','0','0','ZERO RATED'),(182,'5510','14','','81602762161','2020-10-15 14:44:18',0.00,0.00,'','8','1','n/a','Transportation','500','1','','N/A','0','0','ZERO RATED'),(183,'5920','14','','81602762303','2020-10-15 14:46:15',0.00,0.00,'','8','1','n/a','milk,scone& superbrite','255','1','','N/A','223.68','31.32','VATABLE'),(184,'5970','14','','81602762422','2020-10-15 14:48:17',0.00,0.00,'','8','1','n/a','Sisal rope','400','1','','N/A','0','0','ZERO RATED'),(185,'5920','14','','81602762527','2020-10-15 14:59:58',0.00,0.00,'','8','1','n/a','Milk,Bread & sugar','300','1','','N/A','263.16','36.84','VATABLE'),(186,'5510','14','','81602763397','2020-10-15 15:11:41',0.00,0.00,'','8','1','n/a','Transport','300','1','','N/A','0','0','ZERO RATED'),(187,'5510','14','','81602927670','2020-10-17 12:42:09',0.00,0.00,'','8','1','n/a','delivery','100','1','','N/A','0','0','ZERO RATED'),(188,'5660','14','','81602927753','2020-10-17 12:43:28',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(189,'5551','14','','81602927831','2020-10-17 12:44:59',0.00,0.00,'','8','1','n/a','wages','700','1','','N/A','0','0','ZERO RATED'),(190,'5510','14','','81602927929','2020-10-17 12:46:15',0.00,0.00,'','8','1','n/a','Fare to Karanja','500','1','','N/A','0','0','ZERO RATED'),(191,'5900','14','','81602928172','2020-10-17 12:54:14',0.00,0.00,'','8','1','n/a','pine perfume','150','1','','N/A','131.58','18.42','VATABLE'),(192,'5920','14','','81602928480','2020-10-17 13:12:51',0.00,0.00,'','8','1','n/a','Milk blueband,scones & non wooven','400','1','','N/A','350.88','49.12','VATABLE'),(193,'5970','14','','81603082998','2020-10-19 07:50:58',0.00,0.00,'','8','1','n/a','wax pouch','500','1','','N/A','0','0','ZERO RATED'),(194,'5920','14','','81603083102','2020-10-19 07:52:59',0.00,0.00,'','8','1','n/a','Tissue ','60','1','','N/A','0','0','ZERO RATED'),(195,'5510','14','','81603083210','2020-10-19 07:55:49',0.00,0.00,'','8','1','n/a','Ttransport','100','1','','N/A','0','0','ZERO RATED'),(196,'5510','14','','81603083374','2020-10-19 07:57:35',0.00,0.00,'','8','1','n/a','Busfare to Susan','300','1','','N/A','0','0','ZERO RATED'),(197,'5510','14','','81603083499','2020-10-19 07:59:18',0.00,0.00,'','8','1','n/a','Trasportation','200','1','','N/A','0','0','ZERO RATED'),(198,'5920','14','','81603083709','2020-10-19 08:02:54',0.00,0.00,'','8','1','n/a','milk,wooven bag and tissues','304','1','','N/A','266.67','37.33','VATABLE'),(199,'5510','14','','81603083812','2020-10-19 08:05:02',0.00,0.00,'','8','1','n/a','Transport ','500','1','','N/A','0','0','ZERO RATED'),(200,'5660','14','','81603083938','2020-10-19 08:06:12',0.00,0.00,'','8','1','n/a','marketing ','200','1','','N/A','0','0','ZERO RATED'),(201,'5660','14','','81603083991','2020-10-19 08:06:59',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(202,'5920','14','','81603084039','2020-10-19 08:08:08',0.00,0.00,'','8','1','n/a','milk,scones and tea leaves ','240','1','','N/A','210.53','29.47','VATABLE'),(203,'2041','14','','81603084134','2020-10-19 08:09:49',0.00,0.00,'','8','1','n/a','NHIF sept20','5750','1','','N/A','0','0','ZERO RATED'),(204,'5510','14','','81603084226','2020-10-19 08:11:43',0.00,0.00,'','8','1','n/a','Susan fare ','300','1','','N/A','0','0','ZERO RATED'),(205,'5970','14','','81603084332','2020-10-19 08:12:48',0.00,0.00,'','8','1','n/a','polypots ','900','1','','N/A','0','0','ZERO RATED'),(206,'5980','14','','81603084395','2020-10-19 08:14:31',0.00,0.00,'','8','1','n/a','Invoices&DN','3000','1','','N/A','0','0','ZERO RATED'),(207,'5510','14','','81603084503','2020-10-19 08:16:01',0.00,0.00,'','8','1','n/a','Delivery of products','500','1','','N/A','0','0','ZERO RATED'),(208,'5910','14','','81603084598','2020-10-19 08:17:11',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(209,'5900','14','','81603084659','2020-10-19 08:19:09',0.00,0.00,'','8','1','n/a','color,perfumes and salt','4450','1','','N/A','0','0','ZERO RATED'),(210,'5970','14','','81603084800','2020-10-19 08:21:13',0.00,0.00,'','8','1','n/a','perfume jars','600','1','','N/A','0','0','ZERO RATED'),(211,'5920','14','','81603084948','2020-10-19 08:30:55',0.00,0.00,'','8','1','n/a','milk,bread & scones ','288','1','','N/A','252.63','35.37','VATABLE'),(212,'5920','14','','81603085499','2020-10-19 08:44:21',0.00,0.00,'','8','1','n/a','milk & non wooven bag ','70','1','','N/A','0','0','ZERO RATED'),(213,'5920','14','','81603086807','2020-10-19 09:02:27',0.00,0.00,'','8','1','n/a','milk,Sugar& Scones','320','1','','N/A','280.70','39.30','VATABLE'),(214,'5660','14','','81603087407','2020-10-19 09:03:55',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(215,'5510','14','','81603087453','2020-10-19 09:09:34',0.00,0.00,'','8','1','n/a','Transport ','200','1','','N/A','0','0','ZERO RATED'),(216,'5510','14','','81603087807','2020-10-19 09:10:55',0.00,0.00,'','8','1','n/a','Transport ','500','1','','N/A','0','0','ZERO RATED'),(217,'2042','14','','81603087878','2020-10-19 09:13:16',0.00,0.00,'','8','1','n/a','NSSF sept 20','2400','1','','N/A','0','0','ZERO RATED'),(218,'5930','14','','81603088030','2020-10-19 09:14:49',0.00,0.00,'','8','1','n/a','mpesa charges ','70','1','','N/A','0','0','ZERO RATED'),(219,'5920','14','','81603088108','2020-10-19 09:16:13',0.00,0.00,'','8','1','n/a','Tissue ','90','1','','N/A','0','0','ZERO RATED'),(220,'5531','14','','81603089794','2020-10-19 09:45:16',0.00,0.00,'','8','1','n/a','electricity bill','1000','1','','N/A','0','0','ZERO RATED'),(221,'5920','14','','81603089946','2020-10-19 09:49:52',0.00,0.00,'','8','1','n/a','087','198','1','','N/A','173.68','24.32','VATABLE'),(222,'5510','14','','81603090236','2020-10-19 09:57:51',0.00,0.00,'','8','1','n/a','Transport','300','1','','N/A','0','0','ZERO RATED'),(223,'5980','14','','81603090770','2020-10-19 10:01:20',0.00,0.00,'','8','1','n/a','ETR rolls ','140','1','','N/A','0','0','ZERO RATED'),(224,'5780','14','','81603094114','2020-10-19 10:57:39',0.00,0.00,'','8','1','n/a','fire extinquisher service ','700','1','','N/A','0','0','ZERO RATED'),(225,'5200','14','','81603095664','2020-10-19 11:22:58',0.00,0.00,'','8','1','n/a','Internet ','2500','1','','N/A','0','0','ZERO RATED'),(226,'5930','14','','81603095844','2020-10-19 11:25:11',0.00,0.00,'','8','1','n/a','charges ','60','1','','N/A','0','0','ZERO RATED'),(227,'5510','14','','81603095945','2020-10-19 11:26:43',0.00,0.00,'','8','1','n/a','Transport','200','1','','N/A','0','0','ZERO RATED'),(228,'5920','14','','81603096349','2020-10-19 11:35:19',0.00,0.00,'','8','1','n/a','MILK & BREAD','190','1','','N/A','166.67','23.33','VATABLE'),(229,'5920','14','','81603096611','2020-10-19 11:43:19',0.00,0.00,'','8','1','n/a','tissue,mug,file & wooven','258','1','','N/A','0','0','ZERO RATED'),(230,'5900','9','','81603097149','2020-10-19 13:04:09',0.00,0.00,'','8','1','n/a','SLES ','10200','1','','N/A','8947.37','1252.63','VATABLE'),(231,'5510','14','','81603101876','2020-10-19 13:06:04',0.00,0.00,'','8','1','n/a','Transport ation','250','1','','N/A','0','0','ZERO RATED'),(232,'5510','14','','81603102015','2020-10-19 13:17:04',0.00,0.00,'','8','1','n/a','Transport ','500','1','','N/A','0','0','ZERO RATED'),(233,'5970','14','','81603102700','2020-10-19 13:28:59',0.00,0.00,'','8','1','n/a','wax pouch','275','1','','N/A','241.23','33.77','VATABLE'),(234,'5970','14','','81603103380','2020-10-19 13:32:52',0.00,0.00,'','8','1','n/a','Packing ','200','1','','N/A','0','0','ZERO RATED'),(235,'5900','14','','81603103631','2020-10-19 13:38:10',0.00,0.00,'','8','1','n/a','sles,salt,citrus,lavenda,blue&green','11000','1','','N/A','9649.12','1350.88','VATABLE'),(236,'5970','9','','81603104274','2020-10-19 13:45:31',0.00,0.00,'','8','1','n/a','perfume jars','1200','1','','N/A','0','0','ZERO RATED'),(237,'5510','14','','81603104387','2020-10-19 13:48:14',0.00,0.00,'','8','1','n/a','Transport','500','1','','N/A','0','0','ZERO RATED'),(238,'5930','14','','81603104523','2020-10-19 13:49:28',0.00,0.00,'','8','1','n/a','m pesa charges ','105','1','','N/A','0','0','ZERO RATED'),(239,'5920','14','','81603104595','2020-10-19 13:51:19',0.00,0.00,'','8','1','n/a','milk during Decating ','600','1','','N/A','0','0','ZERO RATED'),(240,'5920','14','','81603104807','2020-10-19 13:55:35',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(241,'5510','14','','81603104970','2020-10-19 13:58:26',0.00,0.00,'','8','1','n/a','Transport','300','1','','N/A','0','0','ZERO RATED'),(242,'5563','14','','81603105133','2020-10-19 14:01:01',0.00,0.00,'','8','1','n/a','Air time for Susan','50','1','','N/A','0','0','ZERO RATED'),(243,'5970','14','','81603271808','2020-10-21 14:29:39',0.00,0.00,'','8','1','n/a','Jerricans ','650','1','','N/A','570.18','79.82','VATABLE'),(244,'5990','14','','81603279873','2020-10-21 14:32:18',0.00,0.00,'','8','1','n/a','Offloading ','400','1','','N/A','0','0','ZERO RATED'),(245,'5990','14','','81603281278','2020-10-21 14:56:03',0.00,0.00,'','8','1','n/a','offloading ','250','1','','N/A','0','0','ZERO RATED'),(246,'5970','14','','81603281394','2020-10-21 14:58:20',0.00,0.00,'','8','1','n/a','Empty bottles ','155','1','','N/A','0','0','ZERO RATED'),(247,'5920','14','','81603284024','2020-10-21 15:42:04',0.00,0.00,'','8','1','n/a','Milk,scone,blue band,tea &wooven','532','1','','N/A','466.67','65.33','VATABLE'),(248,'5660','14','','81603284183','2020-10-21 15:43:40',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(249,'5980','14','','81603284262','2020-10-21 15:45:46',0.00,0.00,'','8','1','n/a','printing papers','820','1','','N/A','719.30','100.70','VATABLE'),(250,'5970','14','','81603284587','2020-10-21 15:51:04',0.00,0.00,'','8','1','n/a','Gloves ','400','1','','N/A','0','0','ZERO RATED'),(251,'5970','14','','81603284687','2020-10-21 15:55:28',0.00,0.00,'','8','1','n/a','masks','100','1','','N/A','0','0','ZERO RATED'),(252,'5563','14','','81603285969','2020-10-21 16:13:48',0.00,0.00,'','8','1','n/a','Air time for office','200','1','','N/A','0','0','ZERO RATED'),(253,'5510','14','','81603286059','2020-10-21 16:14:56',0.00,0.00,'','8','1','n/a','busfare to susan','300','1','','N/A','0','0','ZERO RATED'),(254,'5920','14','','81603286159','2020-10-21 16:17:07',0.00,0.00,'','8','1','n/a','breakfast ','30','1','','N/A','0','0','ZERO RATED'),(255,'5970','10','','81603348283','2020-10-22 09:33:06',0.00,0.00,'','8','1','n/a','Empty bottles ','500','1','','N/A','438.60','61.40','VATABLE'),(256,'5970','14','','81603348413','2020-10-22 09:35:52',0.00,0.00,'','8','1','n/a','wax pouch','275','1','','N/A','241.23','33.77','VATABLE'),(257,'5510','14','','81603348586','2020-10-22 09:38:54',0.00,0.00,'','8','1','n/a','Transport','100','1','','N/A','0','0','ZERO RATED'),(258,'5980','14','','81603348801','2020-10-22 09:41:52',0.00,0.00,'','8','1','n/a','Marker pens','100','1','','N/A','0','0','ZERO RATED'),(259,'5970','14','','81603349001','2020-10-22 09:44:17',0.00,0.00,'','8','1','n/a','bottles ','200','1','','N/A','0','0','ZERO RATED'),(260,'5900','14','','81603349082','2020-10-22 09:48:25',0.00,0.00,'','8','1','n/a','citrus,lavender,pink','1250','1','','N/A','0','0','ZERO RATED'),(261,'5970','14','','81603349347','2020-10-22 09:49:47',0.00,0.00,'','8','1','n/a','wax pouch','500','1','','N/A','0','0','ZERO RATED'),(262,'5510','14','','81603349406','2020-10-22 09:50:49',0.00,0.00,'','8','1','n/a','transport ','100','1','','N/A','0','0','ZERO RATED'),(263,'5970','14','','81603349474','2020-10-22 09:51:52',0.00,0.00,'','8','1','n/a','polypots ','900','1','','N/A','0','0','ZERO RATED'),(264,'5920','14','','81603349529','2020-10-22 09:52:48',0.00,0.00,'','8','1','n/a','milk','1000','1','','N/A','0','0','ZERO RATED'),(265,'5920','14','','81603349595','2020-10-22 10:01:15',0.00,0.00,'','8','1','n/a','milk,bread and wooven','205','1','','N/A','179.82','25.18','VATABLE'),(266,'5900','9','','81603350153','2020-10-22 10:26:28',0.00,0.00,'','8','1','n/a','Chlorine ','1000','1','','N/A','877.19','122.81','VATABLE'),(267,'5510','14','','81603351619','2020-10-22 10:28:19',0.00,0.00,'','8','1','n/a','Transport','100','1','','N/A','0','0','ZERO RATED'),(268,'5990','14','','81603351745','2020-10-22 10:30:48',0.00,0.00,'','8','1','n/a','off loading ','400','1','','N/A','0','0','ZERO RATED'),(269,'5920','14','','81603351881','2020-10-22 10:32:14',0.00,0.00,'','8','1','n/a','Milk,Bread & Teabags','364','1','','N/A','319.30','44.70','VATABLE'),(270,'5510','14','','81603351954','2020-10-22 10:33:20',0.00,0.00,'','8','1','n/a','Transport','500','1','','N/A','0','0','ZERO RATED'),(271,'5660','14','','81603352031','2020-10-22 10:34:43',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(272,'5563','14','','81603352118','2020-10-22 10:36:20',0.00,0.00,'','8','1','n/a','airtime office line ','300','1','','N/A','0','0','ZERO RATED'),(273,'5510','14','','81603352212','2020-10-22 10:39:24',0.00,0.00,'','8','1','n/a','Transport ','500','1','','N/A','0','0','ZERO RATED'),(274,'5970','14','','81603352695','2020-10-22 10:46:09',0.00,0.00,'','8','1','n/a','cartons','500','1','','N/A','0','0','ZERO RATED'),(275,'5920','14','','81603352937','2020-10-22 10:49:56',0.00,0.00,'','8','1','n/a','milk & bread','190','1','','N/A','166.67','23.33','VATABLE'),(276,'5510','14','','81603353041','2020-10-22 10:51:39',0.00,0.00,'','8','1','n/a','Transport','300','1','','N/A','0','0','ZERO RATED'),(277,'5510','14','','81603353122','2020-10-22 10:52:42',0.00,0.00,'','8','1','n/a','Susan fare ','300','1','','N/A','0','0','ZERO RATED'),(278,'5563','14','','81603353186','2020-10-22 10:53:58',0.00,0.00,'','8','1','n/a','Air time for Susan','100','1','','N/A','0','0','ZERO RATED'),(279,'5980','14','','81603353269','2020-10-22 10:55:35',0.00,0.00,'','8','1','n/a','evelopes and pencil','30','1','','N/A','0','0','ZERO RATED'),(280,'5920','14','','81603353364','2020-10-22 10:56:53',0.00,0.00,'','8','1','n/a','Milk','300','1','','N/A','0','0','ZERO RATED'),(281,'5970','14','','81603353483','2020-10-22 10:58:49',0.00,0.00,'','8','1','n/a','polypots ','900','1','','N/A','0','0','ZERO RATED'),(282,'5920','14','','81603444979','2020-10-23 12:25:03',0.00,0.00,'','8','1','n/a','Milk,Bread,Sugar,Tealeaves','356','1','','N/A','312.28','43.72','VATABLE'),(283,'5510','14','','81603445178','2020-10-23 12:28:49',0.00,0.00,'','8','1','n/a','Transport to collect spatullas','1000','1','','N/A','0','0','ZERO RATED'),(284,'5510','14','','81603445415','2020-10-23 12:31:49',0.00,0.00,'','8','1','n/a','Transport','2000','1','','N/A','0','0','ZERO RATED'),(285,'5563','14','','81603445539','2020-10-23 12:33:31',0.00,0.00,'','8','1','n/a','Air time for office','100','1','','N/A','0','0','ZERO RATED'),(286,'1240','14','0','81603445674','2020-10-27 13:35:35',0.00,0.00,'','8','1','n/a','parking cost','200','1','','N/A','175.44','24.56','VATABLE'),(287,'5920','14','0','81603794970','2020-10-27 13:58:27',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(288,'5510','14','0','81603866339','2020-10-28 09:26:49',0.00,0.00,'','8','1','n/a','Peter Karanja petty errands','400','1','','N/A','0','0','ZERO RATED'),(289,'5910','14','0','81603866440','2020-10-28 09:28:03',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(290,'5900','9','0','81603866509','2020-10-28 09:36:31',0.00,0.00,'','8','1','n/a','materials ','5950','1','','N/A','5219.30','730.70','VATABLE'),(291,'5970','9','0','81603867208','2020-10-28 09:42:00',0.00,0.00,'','8','1','n/a','perfume bottles ','1200','1','','N/A','1052.63','147.37','VATABLE'),(292,'5510','14','0','81603867400','2020-10-28 09:50:56',0.00,0.00,'','8','1','n/a','Delivery transport','350','1','','N/A','0','0','ZERO RATED'),(293,'5930','14','0','81603867892','2020-10-28 09:54:15',0.00,0.00,'','8','1','n/a','mpesa charges to semd money to supplier (promax)','80','1','','N/A','0','0','ZERO RATED'),(294,'5510','14','0','81603868089','2020-10-28 09:57:38',0.00,0.00,'','8','1','n/a','Susan bus fare','300','1','','N/A','0','0','ZERO RATED'),(295,'5980','14','0','81603868284','2020-10-28 10:00:14',0.00,0.00,'','8','1','n/a','printing Business cards (Eunice)','200','1','','N/A','0','0','ZERO RATED'),(296,'5660','14','0','81603868469','2020-10-28 10:01:52',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(297,'5980','14','0','81603868539','2020-10-28 10:03:03',0.00,0.00,'','8','1','n/a','printed product labels','1000','1','','N/A','0','0','ZERO RATED'),(298,'5510','14','0','81603090917','2020-10-28 10:06:54',0.00,0.00,'','8','1','n/a','Tranport','200','1','','N/A','0','0','ZERO RATED'),(299,'5920','14','0','81603868943','2020-10-28 10:19:06',0.00,0.00,'','8','1','n/a','Milk,Bread,blue band,Tissue& Carrier bag','494','1','','N/A','433.33','60.67','VATABLE'),(300,'5563','14','0','81603869582','2020-10-28 10:21:37',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(301,'5780','14','0','81603869730','2020-10-28 10:23:25',0.00,0.00,'','8','1','n/a','Tap pegmax 1PC','300','1','','N/A','0','0','ZERO RATED'),(302,'4160','14','0','81603869879','2020-10-28 10:25:44',0.00,0.00,'','8','1','n/a','Labour for plumper','200','1','','N/A','0','0','ZERO RATED'),(303,'5563','14','0','81603870204','2020-10-28 10:31:15',0.00,0.00,'','8','1','n/a','Office Phone Airtime','100','1','','N/A','0','0','ZERO RATED'),(304,'5510','14','0','81603870309','2020-10-28 10:34:53',0.00,0.00,'','8','1','n/a','Peter Karanja petty errands','500','1','','N/A','0','0','ZERO RATED'),(305,'5900','14','0','81603870547','2020-10-28 10:38:39',0.00,0.00,'','8','1','n/a','Pearlizer Agent 3kg','1350','1','','N/A','1184.21','165.79','VATABLE'),(306,'5510','14','0','81603870772','2020-10-28 10:48:13',0.00,0.00,'','8','1','n/a','Transportation of product to shop','100','1','','N/A','0','0','ZERO RATED'),(307,'5510','14','0','81603871322','2020-10-28 10:49:15',0.00,0.00,'','8','1','n/a','Susan bus fare','300','1','','N/A','0','0','ZERO RATED'),(308,'5920','14','0','81603871378','2020-10-28 10:59:11',0.00,0.00,'','8','1','n/a','Cash box','2094','1','','N/A','0','0','ZERO RATED'),(309,'5970','14','0','81603890062','2020-10-28 16:02:32',0.00,0.00,'','8','1','n/a','Wax coated pouch and med envelops','1000','1','','N/A','0','0','ZERO RATED'),(310,'5920','14','0','81603890184','2020-10-28 16:30:40',0.00,0.00,'','8','1','n/a','Milk,Bread & Tissue','240','1','','N/A','210.53','29.47','VATABLE'),(311,'5563','14','0','81603891872','2020-10-28 16:31:43',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(312,'5970','14','0','81603891929','2020-10-28 16:32:40',0.00,0.00,'','8','1','n/a','boxes','300','1','','N/A','0','0','ZERO RATED'),(313,'5980','14','0','81603891989','2020-10-28 16:34:49',0.00,0.00,'','8','1','n/a','Labels & Cashsales','3350','1','','N/A','0','0','ZERO RATED'),(314,'5920','14','0','81603892165','2020-10-29 08:17:16',0.00,0.00,'','8','1','n/a','Pens BIC','60','1','','N/A','0','0','ZERO RATED'),(315,'5980','14','0','81603948697','2020-10-29 08:19:57',0.00,0.00,'','8','1','n/a','printing papers','520','1','','N/A','0','0','ZERO RATED'),(316,'5990','14','0','81603948830','2020-10-29 08:21:17',0.00,0.00,'','8','1','n/a','gloves & face mask','480','1','','N/A','0','0','ZERO RATED'),(317,'5920','14','0','81603949020','2020-10-29 08:27:18',0.00,0.00,'','8','1','n/a','Milk,Bread & File ','703','1','','N/A','616.67','86.33','VATABLE'),(318,'5920','14','0','81603949334','2020-10-29 08:36:53',0.00,0.00,'','8','1','n/a','Sugar & Tea leaves','166','1','','N/A','145.61','20.39','VATABLE'),(319,'5980','14','0','81603949852','2020-10-29 08:57:58',0.00,0.00,'','8','1','n/a','Cellotape4rolls','200','1','','N/A','175.44','24.56','VATABLE'),(320,'5563','14','0','81603951110','2020-10-29 09:37:17',0.00,0.00,'','8','1','n/a','Office Phone Airtime','200','1','','N/A','0','0','ZERO RATED'),(321,'5900','14','0','81603953472','2020-10-29 09:40:16',0.00,0.00,'','8','1','n/a','sodium hypochlorine','2200','1','','N/A','1929.82','270.18','VATABLE'),(322,'5510','14','0','81603953719','2020-10-29 09:44:15',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','100','1','','N/A','0','0','ZERO RATED'),(323,'5970','14','0','81603953889','2020-10-29 09:45:42',0.00,0.00,'','8','1','n/a','Jericans 1litre 20pcs','500','1','','N/A','438.60','61.40','VATABLE'),(324,'5920','14','0','81603953961','2020-10-29 09:49:26',0.00,0.00,'','8','1','n/a','staff milk during decanting','500','1','','N/A','0','0','ZERO RATED'),(325,'5970','14','0','81604126076','2020-10-31 09:35:29',0.00,0.00,'','8','1','n/a','polypots','900','1','','N/A','0','0','ZERO RATED'),(326,'5510','14','0','81604126164','2020-10-31 09:37:01',0.00,0.00,'','8','1','n/a','Transport of packing bottles to shop','100','1','','N/A','0','0','ZERO RATED'),(327,'5910','14','0','81604126249','2020-10-31 09:38:24',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(328,'5980','14','0','81604126322','2020-10-31 09:39:42',0.00,0.00,'','8','1','n/a','Petty cash voucher','2400','1','','N/A','0','0','ZERO RATED'),(329,'5510','14','0','81604126415','2020-10-31 09:41:30',0.00,0.00,'','8','1','n/a','Maloba busfare to kariobangi','200','1','','N/A','0','0','ZERO RATED'),(330,'5510','14','0','81604126533','2020-10-31 09:43:10',0.00,0.00,'','8','1','n/a','Susan busfare','300','1','','N/A','0','0','ZERO RATED'),(331,'5920','14','0','81604126631','2020-10-31 09:44:29',0.00,0.00,'','8','1','n/a','Milk & Bread','185','1','','N/A','0','0','ZERO RATED'),(332,'5920','14','0','81604126704','2020-10-31 09:45:54',0.00,0.00,'','8','1','n/a','milk','1000','1','','N/A','0','0','ZERO RATED'),(333,'5990','14','0','81604126782','2020-10-31 09:47:20',0.00,0.00,'','8','1','n/a','off loading of chemicals','500','1','','N/A','0','0','ZERO RATED'),(334,'5920','14','0','81604126871','2020-10-31 09:48:30',0.00,0.00,'','8','1','n/a','Milk,Bread & Tissue','285','1','','N/A','250.00','35.00','VATABLE'),(335,'5660','14','0','81604126947','2020-10-31 09:49:39',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(336,'5900','','0','81604127008','2020-10-31 09:53:13',0.00,0.00,'','8','1','n/a','lemon perfume &lavenda','1000','1','','N/A','877.19','122.81','VATABLE'),(337,'5970','14','0','81604127226','2020-10-31 09:54:29',0.00,0.00,'','8','1','n/a','envelopes white','500','1','','N/A','0','0','ZERO RATED'),(338,'5510','14','0','81604127305','2020-10-31 09:55:47',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','100','1','','N/A','0','0','ZERO RATED'),(339,'5563','14','0','81604127387','2020-10-31 09:57:13',0.00,0.00,'','8','1','n/a','Office Phone Airtime','500','1','','N/A','0','0','ZERO RATED'),(340,'5510','14','0','81604132062','2020-10-31 11:17:09',0.00,0.00,'','8','1','n/a','Transport of collecting body filler from kariobangi','500','1','','N/A','0','0','ZERO RATED'),(341,'5510','14','0','81604132278','2020-10-31 11:25:20',0.00,0.00,'','8','1','n/a','Susan bus fare','300','1','','N/A','0','0','ZERO RATED'),(342,'1850','14','0','81604390862','2020-11-03 11:09:56',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(343,'1850','14','0','81604391024','2020-11-03 11:11:39',0.00,0.00,'','8','1','n/a','handwash& hand pump','1000','1','','N/A','0','0','ZERO RATED'),(344,'1850','14','0','81604391137','2020-11-03 11:14:23',0.00,0.00,'','8','1','n/a','Milk,Bread,Sugar Tea bags,scones & bag','629','1','','N/A','551.75','77.25','VATABLE'),(345,'5920','14','0','81604391325','2020-11-03 11:17:21',0.00,0.00,'','8','1','n/a','computer power cable','200','1','','N/A','0','0','ZERO RATED'),(346,'5980','14','0','81604902441','2020-11-09 09:15:33',0.00,0.00,'','8','1','n/a','ETR rolls','210','1','','N/A','0','0','ZERO RATED'),(347,'5510','14','0','81604902561','2020-11-09 09:18:28',0.00,0.00,'','8','1','n/a','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi to to Transpoter','2000','1','','N/A','0','0','ZERO RATED'),(348,'5510','14','0','81604902732','2020-11-09 09:19:24',0.00,0.00,'','8','1','n/a','Peter Karanja petty errands','500','1','','N/A','0','0','ZERO RATED'),(349,'5920','14','0','81604903208','2020-11-09 09:27:21',0.00,0.00,'','8','1','n/a','staff milk during decanting','100','1','','N/A','0','0','ZERO RATED'),(350,'5563','14','0','81604903276','2020-11-09 09:28:40',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(351,'5660','14','0','81604903345','2020-11-09 09:29:40',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(352,'5920','14','0','81604903410','2020-11-09 09:31:09',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','0','0','ZERO RATED'),(353,'1240','14','0','81604903490','2020-11-09 09:32:41',0.00,0.00,'','8','1','n/a','Parking fees Director vehicle','200','1','','N/A','0','0','ZERO RATED'),(354,'5510','14','0','81604903583','2020-11-09 09:33:43',0.00,0.00,'','8','1','n/a','Susan bus fare','200','1','','N/A','0','0','ZERO RATED'),(355,'5563','14','0','81604903655','2020-11-09 09:34:43',0.00,0.00,'','8','1','n/a','Office Phone Airtime','200','1','','N/A','0','0','ZERO RATED'),(356,'5900','14','0','81604903702','2020-11-09 09:38:51',0.00,0.00,'','8','1','n/a','sodiumhypochlorite ','2200','1','','N/A','1929.82','270.18','VATABLE'),(357,'5510','14','0','81604903977','2020-11-09 09:40:24',0.00,0.00,'','8','1','n/a','Transportation of product to shop','100','1','','N/A','0','0','ZERO RATED'),(358,'5563','14','0','81604904055','2020-11-09 09:41:21',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(359,'5970','14','0','81604904108','2020-11-09 09:42:39',0.00,0.00,'','8','1','n/a','wax pouch for parking salt and magadi','1000','1','','N/A','0','0','ZERO RATED'),(360,'5920','14','0','81604904190','2020-11-09 09:43:45',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(361,'5920','14','0','81604904246','2020-11-09 09:45:00',0.00,0.00,'','8','1','n/a','Bag & Tissue','115','1','','N/A','100.88','14.12','VATABLE'),(362,'5970','14','0','81604904589','2020-11-09 09:52:10',0.00,0.00,'','8','1','n/a','Jericans 1litre 50pcs','500','1','','N/A','438.60','61.40','VATABLE'),(363,'5660','14','0','81604904763','2020-11-09 09:53:15',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(364,'5910','14','0','81604904837','2020-11-09 11:21:40',0.00,0.00,'','8','1','n/a','mopper,bucket & broom','800','1','','N/A','0','0','ZERO RATED'),(365,'5970','14','0','81604910147','2020-11-09 11:23:06',0.00,0.00,'','8','1','n/a','perfume bottles','1200','1','','N/A','0','0','ZERO RATED'),(366,'5980','14','0','81604910214','2020-11-09 11:24:28',0.00,0.00,'','8','1','n/a','staple pins and stapler','250','1','','N/A','0','0','ZERO RATED'),(367,'5920','14','0','81604910314','2020-11-09 11:25:49',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','166.67','23.33','VATABLE'),(368,'5990','14','0','81604910379','2020-11-09 11:27:51',0.00,0.00,'','8','1','n/a','offload chemicals from kariobanbi & city council coz of parking','750','1','','N/A','0','0','ZERO RATED'),(369,'5531','14','0','81604910536','2020-11-09 11:29:52',0.00,0.00,'','8','1','n/a','electricity bill','1000','1','','N/A','877.19','122.81','VATABLE'),(370,'5910','14','0','81604910627','2020-11-09 11:30:54',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(371,'5510','14','0','81604910684','2020-11-09 11:34:02',0.00,0.00,'','8','1','n/a','delivery of filler to kerugoya','1100','1','','N/A','0','0','ZERO RATED'),(372,'2042','14','0','81604910956','2020-11-09 11:37:09',0.00,0.00,'','8','1','n/a','NSSF OCT 2020','3200','1','','N/A','0','0','ZERO RATED'),(373,'2041','14','0','81604911087','2020-11-09 11:40:46',0.00,0.00,'','8','1','n/a','NHIF oct2020','6950','1','','N/A','0','0','ZERO RATED'),(374,'5563','14','0','81604911278','2020-11-09 11:47:15',0.00,0.00,'','8','1','n/a','Office Phone Airtime','500','1','','N/A','0','0','ZERO RATED'),(375,'5660','14','0','81604911715','2020-11-09 11:49:04',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(376,'5980','14','0','81604911774','2020-11-09 11:50:32',0.00,0.00,'','8','1','n/a','pen 2pcs & 2bags','100','1','','N/A','0','0','ZERO RATED'),(377,'5510','14','0','81604911857','2020-11-09 11:52:19',0.00,0.00,'','8','1','n/a','Transport of hardener from industrial area-kariobangi and delivery of foller from kariobangi ','1000','1','','N/A','0','0','ZERO RATED'),(378,'5920','14','0','81604911975','2020-11-09 11:53:35',0.00,0.00,'','8','1','n/a','Milk,Bread & Tissue','395','1','','N/A','346.49','48.51','VATABLE'),(379,'5970','14','0','81604912063','2020-11-09 11:55:14',0.00,0.00,'','8','1','n/a','polypots ','900','1','','N/A','0','0','ZERO RATED'),(380,'5510','14','0','81604912138','2020-11-09 11:56:15',0.00,0.00,'','8','1','n/a','Transport of product to shop','100','1','','N/A','0','0','ZERO RATED'),(381,'5980','14','0','81604912229','2020-11-09 11:57:43',0.00,0.00,'','8','1','n/a','printing Business cards (Maloba)','250','1','','N/A','0','0','ZERO RATED'),(382,'5510','14','0','81604912299','2020-11-09 11:59:44',0.00,0.00,'','8','1','n/a','Susan busfare','150','1','','N/A','0','0','ZERO RATED'),(383,'5510','14','0','81604912435','2020-11-09 12:01:44',0.00,0.00,'','8','1','n/a','delivery of electricals wires from ngara to kariobangi','500','1','','N/A','0','0','ZERO RATED'),(384,'1240','14','0','81604912579','2020-11-09 12:08:16',0.00,0.00,'','8','1','n/a','car parking (director) date 5/11/20 & 6/11/20','400','1','','N/A','0','0','ZERO RATED'),(385,'5920','14','0','81604912931','2020-11-09 12:51:25',0.00,0.00,'','8','1','n/a','Milk & Bread','329','1','','N/A','288.60','40.40','VATABLE'),(386,'5980','14','0','81604915804','2020-11-09 12:57:41',0.00,0.00,'','8','1','n/a','marker pens','100','1','','N/A','0','0','ZERO RATED'),(387,'5510','14','0','81604916168','2020-11-09 13:05:42',0.00,0.00,'','8','1','n/a','Transportation of detergents to customer','100','1','','N/A','0','0','ZERO RATED'),(388,'5920','14','0','81604916484','2020-11-09 13:13:58',0.00,0.00,'','8','1','n/a','Milk,Bread,blue band,& Carrier bag','395','1','','N/A','346.49','48.51','VATABLE'),(389,'5563','14','0','81604917003','2020-11-09 13:18:31',0.00,0.00,'','8','1','n/a','Office Phone Airtime','500','1','','N/A','0','0','ZERO RATED'),(392,'5920','14','0','81605083453','2020-11-11 11:35:21',0.00,0.00,'','8','1','n/a','','190','1','','N/A','0','0','ZERO RATED'),(393,'5920','14','0','81605083453','2020-11-11 11:37:16',0.00,0.00,'','8','1','n/a','','139','1','','N/A','121.93','17.07','VATABLE'),(394,'5920','14','0','81605183532','2020-11-12 15:20:50',0.00,0.00,'','8','1','n/a','Tissue','90','1','','N/A','0','0','ZERO RATED'),(395,'5920','14','0','81605183678','2020-11-12 15:22:49',0.00,0.00,'','8','1','n/a','breakfast,bread,milk,teabags','300','1','','N/A','0','0','ZERO RATED'),(396,'5563','14','0','81605183800','2020-11-12 15:24:13',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(397,'1240','14','0','81605183880','2020-11-12 15:25:34',0.00,0.00,'','8','1','n/a','Parking fees Director vehicle','200','1','','N/A','0','0','ZERO RATED'),(398,'5970','14','0','81605183955','2020-11-12 15:28:21',0.00,0.00,'','8','1','n/a','Empty 5x10 Coated papers for parking salt & mgd','500','1','','N/A','0','0','ZERO RATED'),(399,'1120','14','0','81605184126','2020-11-12 15:33:32',0.00,0.00,'','8','1','n/a','city council','1000','1','','N/A','0','0','ZERO RATED'),(400,'5920','14','0','81605184442','2020-11-12 15:35:41',0.00,0.00,'','8','1','n/a','Milk,Bread,Tissue& Carrier bag','60','1','','N/A','52.63','7.37','VATABLE'),(402,'5920','14','0','81605184442','2020-11-12 15:38:37',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','0','0','ZERO RATED'),(403,'5910','14','0','81605184814','2020-11-12 15:41:13',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(404,'5510','14','0','81605184909','2020-11-12 15:43:17',0.00,0.00,'','8','1','n/a','Transport of lables from Town -Kariobangi & paint from Kariobangi - Townshop','800','1','','N/A','0','0','ZERO RATED'),(405,'5780','14','0','81605185053','2020-11-12 15:54:42',0.00,0.00,'','8','1','n/a','socket single & Labour repair for power sockets','900','1','','N/A','0','0','ZERO RATED'),(406,'5510','14','0','81605185745','2020-11-12 15:56:39',0.00,0.00,'','8','1','n/a','Peter Karanja petty errands','500','1','','N/A','0','0','ZERO RATED'),(407,'5920','14','0','81605185827','2020-11-12 15:58:50',0.00,0.00,'','8','1','n/a','Milk, Bread','190','1','','N/A','0','0','ZERO RATED'),(408,'5920','14','0','81605185827','2020-11-12 15:59:58',0.00,0.00,'','8','1','n/a','sugar','125','1','','N/A','109.65','15.35','VATABLE'),(409,'5980','14','0','81605186091','2020-11-12 16:02:42',0.00,0.00,'','8','1','n/a','Thermal ETR Rolls 2pcs','400','1','','N/A','0','0','ZERO RATED'),(410,'5510','14','0','81605186190','2020-11-12 16:04:12',0.00,0.00,'','8','1','n/a','Delivery of Materials to customer','100','1','','N/A','0','0','ZERO RATED'),(411,'5660','14','0','81605186293','2020-11-12 16:05:20',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','EXEMPTED'),(412,'5900','14','0','81605186599','2020-11-12 16:11:04',0.00,0.00,'','8','1','n/a','lemon, lavender perfume & salt 150kg','3700','1','','N/A','3245.61','454.39','VATABLE'),(413,'5510','14','0','81605186700','2020-11-12 16:12:32',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','300','1','','N/A','0','0','ZERO RATED'),(414,'5970','14','0','81605186795','2020-11-12 16:13:43',0.00,0.00,'','8','1','n/a','perfume bottles','1200','1','','N/A','1052.63','147.37','VATABLE'),(415,'5930','14','0','81605249062','2020-11-13 09:31:55',0.00,0.00,'','8','1','n/a','mpesa charges to semd money to supplier (promax)','60','1','','N/A','0','0','ZERO RATED'),(416,'5660','14','0','81605249137','2020-11-13 09:32:46',0.00,0.00,'','8','1','n/a','marketing','300','1','','N/A','0','0','ZERO RATED'),(417,'5510','14','0','81605249200','2020-11-13 09:34:34',0.00,0.00,'','8','1','n/a','Transport to and from kariobangi (motorbike)','700','1','','N/A','0','0','ZERO RATED'),(418,'5563','14','0','81605249351','2020-11-13 09:36:31',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(419,'5510','14','0','81605771423','2020-11-19 10:39:47',0.00,0.00,'','8','1','n/a','Body filler delivery cost to Kituma (maloba a/c)','500','1','','N/A','0','0','ZERO RATED'),(420,'5920','14','0','81605771633','2020-11-19 10:41:31',0.00,0.00,'','8','1','n/a','milk,bread','190','1','','N/A','0','0','ZERO RATED'),(421,'5920','14','0','81605771633','2020-11-19 10:48:03',0.00,0.00,'','8','1','n/a','Tissue paper','48','1','','N/A','42.11','5.89','VATABLE'),(422,'5990','14','0','81605772149','2020-11-19 10:52:09',0.00,0.00,'','8','1','n/a','Peter karanja trouser(was bleached with sodium hypochlorite during decating','500','1','','N/A','0','0','ZERO RATED'),(423,'5900','14','0','81605772381','2020-11-19 10:54:31',0.00,0.00,'','8','1','n/a','enchantal gardens perfume','170','1','','N/A','149.12','20.88','VATABLE'),(424,'5900','14','0','81605772509','2020-11-19 10:56:15',0.00,0.00,'','8','1','n/a','sodium hypochlorine','2200','1','','N/A','1929.82','270.18','VATABLE'),(425,'5510','14','0','81605856017','2020-11-20 10:35:51',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','100','1','','N/A','0','0','ZERO RATED'),(426,'5920','14','0','81605859518','2020-11-20 11:07:16',0.00,0.00,'','8','1','n/a','milk for 4staff decating chemicals','200','1','','N/A','0','0','ZERO RATED'),(427,'5563','14','0','81605859659','2020-11-20 11:08:12',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(428,'5920','14','0','81605859712','2020-11-20 11:09:15',0.00,0.00,'','8','1','n/a','milk,bread,sugar','300','1','','N/A','0','0','ZERO RATED'),(429,'5990','14','0','81605859789','2020-11-20 11:10:38',0.00,0.00,'','8','1','n/a','brushes 3pcs for painting shop','450','1','','N/A','0','0','ZERO RATED'),(430,'5970','14','0','81605859918','2020-11-20 11:13:00',0.00,0.00,'','8','1','n/a','cartons','500','1','','N/A','0','0','ZERO RATED'),(431,'5970','14','0','81605860009','2020-11-20 11:13:55',0.00,0.00,'','8','1','n/a','face mask','100','1','','N/A','0','0','ZERO RATED'),(432,'5920','14','0','81605860095','2020-11-20 11:18:23',0.00,0.00,'','8','1','n/a','milk and transport for 3 staff painting the shop','1500','1','','N/A','0','0','ZERO RATED'),(433,'5920','14','0','81605860355','2020-11-20 11:20:00',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','0','0','ZERO RATED'),(434,'5920','14','0','81605860355','2020-11-20 11:21:14',0.00,0.00,'','8','1','n/a','drinking chocolate','143','1','','N/A','125.44','17.56','VATABLE'),(435,'5920','14','0','81605860506','2020-11-20 11:22:42',0.00,0.00,'','8','1','n/a','sales computer mouse','250','1','','N/A','0','0','ZERO RATED'),(436,'5660','14','0','81605860718','2020-11-20 11:25:55',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(437,'5970','10','0','81605950668','2020-11-21 12:39:44',0.00,0.00,'','8','1','n/a','Jericans 1litre 10pcs','250','1','','N/A','219.30','30.70','VATABLE'),(438,'5900','14','0','81605951698','2020-11-21 12:44:22',0.00,0.00,'','8','1','n/a','Yellow, Blue & Green each 1kg','750','1','','N/A','0','0','ZERO RATED'),(439,'5510','14','0','81605951883','2020-11-21 12:46:41',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','100','1','','N/A','0','0','ZERO RATED'),(440,'5920','14','0','81605952020','2020-11-21 12:48:43',0.00,0.00,'','8','1','n/a','Peter Karanja milk for decating hypochlorite','100','1','','N/A','0','0','ZERO RATED'),(441,'5510','14','0','81605952180','2020-11-21 12:50:53',0.00,0.00,'','8','1','n/a','Peter Karanja petty errands','500','1','','N/A','0','0','ZERO RATED'),(442,'5563','14','0','81605952363','2020-11-21 12:53:51',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(443,'5910','14','0','81605952454','2020-11-21 12:55:19',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(444,'5920','14','0','81605952566','2020-11-21 12:59:47',0.00,0.00,'','8','1','n/a','Milk & Bread','190','1','','N/A','0','0','ZERO RATED'),(445,'5920','14','0','81605952566','2020-11-21 13:00:29',0.00,0.00,'','8','1','n/a','blue band','190','1','','N/A','166.67','23.33','VATABLE'),(446,'5563','14','0','81606118253','2020-11-23 10:58:22',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(447,'5563','14','0','81606118324','2020-11-23 10:59:16',0.00,0.00,'','8','1','n/a','Office Phone Airtime','200','1','','N/A','0','0','ZERO RATED'),(448,'5910','14','0','81606118443','2020-11-23 11:02:15',0.00,0.00,'','8','1','n/a','unblocking of sewage main line .','1500','1','','N/A','0','0','ZERO RATED'),(449,'5980','14','0','81606118604','2020-11-23 11:04:12',0.00,0.00,'','8','1','n/a','printing and stationery','150','1','','N/A','131.58','18.42','VATABLE'),(450,'5920','14','0','81606118901','2020-11-23 11:09:25',0.00,0.00,'','8','1','n/a','milk and cakes','120','1','','N/A','105.26','14.74','VATABLE'),(451,'5920','14','0','81606118995','2020-11-23 11:10:35',0.00,0.00,'','8','1','n/a','breakfast chapati','60','1','','N/A','0','0','ZERO RATED'),(452,'5660','14','0','81606126622','2020-11-23 13:17:39',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(453,'5970','14','0','81606126684','2020-11-23 13:19:31',0.00,0.00,'','8','1','n/a','wax pouch for parking salt and magadi','500','1','','N/A','0','0','ZERO RATED'),(454,'5563','14','0','81606127042','2020-11-23 13:24:59',0.00,0.00,'','8','1','n/a','Modesta Airtime','50','1','','N/A','0','0','ZERO RATED'),(455,'5930','14','0','81606127118','2020-11-23 13:26:46',0.00,0.00,'','8','1','n/a','mpesa withdrawal charges','112','1','','N/A','0','0','ZERO RATED'),(456,'5920','14','0','81606127262','2020-11-23 13:29:28',0.00,0.00,'','8','1','n/a','milk,bread,sugar','320','1','','N/A','280.70','39.30','VATABLE'),(457,'5563','14','0','81606127399','2020-11-23 13:32:15',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(458,'5970','14','0','81606127555','2020-11-23 13:33:24',0.00,0.00,'','8','1','n/a','polypots','900','1','','N/A','0','0','ZERO RATED'),(459,'5510','14','0','81606127623','2020-11-23 13:34:19',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','100','1','','N/A','0','0','ZERO RATED'),(460,'5970','14','0','81606129528','2020-11-23 14:06:30',0.00,0.00,'','8','1','n/a','Medicine envelopes for packing colours','180','1','','N/A','0','0','ZERO RATED'),(461,'5930','14','0','81606129616','2020-11-23 14:07:38',0.00,0.00,'','8','1','n/a','mpesa withdrawal charges','67','1','','N/A','0','0','ZERO RATED'),(462,'5920','14','0','81606200444','2020-11-24 09:49:03',0.00,0.00,'','8','1','n/a','Milk, Tissue','198','1','','N/A','173.68','24.32','VATABLE'),(463,'5980','14','0','81606200660','2020-11-24 09:57:32',0.00,0.00,'','8','1','n/a','Cellotape','150','1','','N/A','131.58','18.42','VATABLE'),(464,'5970','14','0','81606201119','2020-11-24 09:59:10',0.00,0.00,'','8','1','n/a','cartons','150','1','','N/A','0','0','ZERO RATED'),(465,'5563','14','0','81606201183','2020-11-24 10:18:49',0.00,0.00,'','8','1','n/a','Office Phone Airtime','500','1','','N/A','0','0','ZERO RATED'),(466,'5970','10','0','81606202388','2020-11-24 10:21:45',0.00,0.00,'','8','1','n/a','Jericans 5litre 10pcs','650','1','','N/A','570.18','79.82','VATABLE'),(467,'5900','9','0','81606216997','2020-11-24 14:27:23',0.00,0.00,'','8','1','n/a','Ungerol,ufacid,magadi,citrus,green,blue,','11350','1','','N/A','0','0','ZERO RATED'),(468,'5970','9','0','81606217323','2020-11-24 14:29:19',0.00,0.00,'','8','1','n/a','perfume jars','600','1','','N/A','0','0','ZERO RATED'),(469,'5510','14','0','81606217389','2020-11-24 14:30:31',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','250','1','','N/A','0','0','ZERO RATED'),(470,'5930','14','0','81606217451','2020-11-24 14:31:25',0.00,0.00,'','8','1','n/a','mpesa charges to semd money to supplier (promax)','100','1','','N/A','0','0','ZERO RATED'),(471,'5980','14','0','81606217519','2020-11-24 14:34:10',0.00,0.00,'','8','1','n/a','printing of order books','3000','1','','N/A','0','0','ZERO RATED'),(472,'5920','14','0','81606217714','2020-11-24 14:36:12',0.00,0.00,'','8','1','n/a','breakfast chapati','120','1','','N/A','0','0','ZERO RATED'),(473,'1240','14','0','81606218442','2020-11-24 14:48:00',0.00,0.00,'','8','1','n/a','Parking fees Director vehicle','100','1','','N/A','0','0','ZERO RATED'),(474,'5920','14','0','81606218514','2020-11-24 14:50:50',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(475,'5990','14','0','81606218669','2020-11-24 14:52:31',0.00,0.00,'','8','1','n/a','brush and sisal rope','480','1','','N/A','0','0','ZERO RATED'),(476,'5660','14','0','81606218810','2020-11-24 14:54:07',0.00,0.00,'','8','1','n/a','marketing','1100','1','','N/A','0','0','ZERO RATED'),(477,'5920','14','0','81606218866','2020-11-24 14:55:04',0.00,0.00,'','8','1','n/a','staff milk during decanting','800','1','','N/A','0','0','ZERO RATED'),(478,'5970','14','0','81606218928','2020-11-24 14:56:03',0.00,0.00,'','8','1','n/a','wax pouch for parking salt and magadi','550','1','','N/A','482.46','67.54','VATABLE'),(479,'5990','14','0','81606218992','2020-11-24 14:57:09',0.00,0.00,'','8','1','n/a','knife 8inch','190','1','','N/A','166.67','23.33','VATABLE'),(480,'5920','14','0','81606219062','2020-11-24 14:58:14',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(481,'5660','14','0','81606219111','2020-11-24 15:29:55',0.00,0.00,'','8','1','n/a','marketing expenses','1000','1','','N/A','0','0','ZERO RATED'),(482,'5910','14','0','81606221019','2020-11-24 15:31:44',0.00,0.00,'','8','1','n/a','gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(483,'5563','14','0','81606221135','2020-11-24 15:32:47',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(484,'5900','14','0','81606221256','2020-11-24 15:35:02',0.00,0.00,'','8','1','n/a','Pearlizer Agent 2kg','900','1','','N/A','789.47','110.53','VATABLE'),(485,'5510','14','0','81606221357','2020-11-24 15:36:32',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','100','1','','N/A','0','0','ZERO RATED'),(486,'5900','9','0','81606221890','2020-11-24 15:46:40',0.00,0.00,'','8','1','n/a','Ungerol,ufacid,salt,green,blue,citrus,lavender','13900','1','','N/A','0','0','ZERO RATED'),(487,'5970','9','0','81606222104','2020-11-24 15:48:59',0.00,0.00,'','8','1','n/a','perfume jars','600','1','','N/A','0','0','ZERO RATED'),(488,'5510','14','0','81606222169','2020-11-24 15:50:05',0.00,0.00,'','8','1','n/a','Transport of materials to the shop','400','1','','N/A','0','0','ZERO RATED'),(489,'5930','14','0','81606222228','2020-11-24 15:51:00',0.00,0.00,'','8','1','n/a','mpesa charges to semd money to supplier (promax)','162','1','','N/A','0','0','ZERO RATED'),(490,'5510','14','0','81606222290','2020-11-24 15:51:54',0.00,0.00,'','8','1','n/a','Peter Karanja petty errands','500','1','','N/A','0','0','ZERO RATED'),(491,'5510','14','0','81606222336','2020-11-24 15:53:18',0.00,0.00,'','8','1','n/a','Transport of materials to the customer ','100','1','','N/A','0','0','ZERO RATED'),(492,'5920','14','0','81606222433','2020-11-24 15:54:55',0.00,0.00,'','8','1','n/a','milk-karanja for decating ceramic cleaner','100','1','','N/A','0','0','ZERO RATED'),(493,'5990','14','0','81606222534','2020-11-24 15:56:31',0.00,0.00,'','8','1','n/a','off loading of chemicals','100','1','','N/A','0','0','ZERO RATED'),(494,'5510','14','0','81606222631','2020-11-24 15:58:26',0.00,0.00,'','8','1','n/a','fare for 5staff being late up to 6.30am off loading chemicals','1000','1','','N/A','0','0','ZERO RATED'),(495,'5510','14','0','81606222772','2020-11-24 16:01:11',0.00,0.00,'','8','1','n/a','Transport of hardener from industrial area-kariobangi ','1100','1','','N/A','0','0','ZERO RATED'),(496,'5563','14','0','81606222920','2020-11-24 16:02:36',0.00,0.00,'','8','1','n/a','Modesta Airtime','100','1','','N/A','0','0','ZERO RATED'),(497,'5920','14','0','81606283333','2020-11-25 08:49:42',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(498,'5920','14','0','81606283459','2020-11-25 08:52:30',0.00,0.00,'','8','1','n/a','sugar,teabags,tissue papers bag','338','1','','N/A','296.49','41.51','VATABLE'),(499,'5920','14','0','81606283814','2020-11-25 08:57:33',0.00,0.00,'','8','1','n/a','offloading','200','1','','N/A','0','0','ZERO RATED'),(500,'5980','14','0','81606283892','2020-11-25 08:59:11',0.00,0.00,'','8','1','n/a','printing Business cards Maloba &Eunice ','1000','1','','N/A','0','0','ZERO RATED'),(501,'1120','14','0','81606284023','2020-11-25 09:01:51',0.00,0.00,'','8','1','n/a','city council','1000','1','','N/A','0','0','ZERO RATED'),(502,'5660','14','0','81606284144','2020-11-25 09:03:03',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(503,'5970','14','0','81606284206','2020-11-25 09:04:01',0.00,0.00,'','8','1','n/a','cartons','500','1','','N/A','0','0','ZERO RATED'),(504,'5980','14','0','81606284284','2020-11-25 09:05:40',0.00,0.00,'','8','1','n/a','ETR rolls,glue & marker pens','300','1','','N/A','0','0','ZERO RATED'),(505,'5650','14','0','81606284375','2020-11-25 09:07:08',0.00,0.00,'','8','1','n/a','Karanja fare to deliver business card to kariobangi','200','1','','N/A','0','0','ZERO RATED'),(506,'5920','14','0','81606393633','2020-11-26 15:27:57',0.00,0.00,'','8','1','n/a','milk & bread','200','1','','N/A','0','0','ZERO RATED'),(507,'5563','14','0','81606393719','2020-11-26 15:29:45',0.00,0.00,'','8','1','n/a','airtime modesta','100','1','','N/A','0','0','ZERO RATED'),(508,'5990','14','0','81606393927','2020-11-26 15:39:40',0.00,0.00,'','8','1','n/a','white out and latex gloves','480','1','','N/A','0','0','ZERO RATED'),(509,'5900','14','0','81606394431','2020-11-26 15:41:46',0.00,0.00,'','8','1','n/a','enchanted perfume','263','1','','N/A','0','0','ZERO RATED'),(510,'5510','14','0','81606394637','2020-11-26 15:46:58',0.00,0.00,'','8','1','n/a','delivery of materails of the customer','100','1','','N/A','0','0','ZERO RATED'),(511,'5920','14','0','81606394851','2020-11-26 15:56:12',0.00,0.00,'','8','1','n/a','milk 2staff decanting chemicals','200','1','','N/A','0','0','ZERO RATED'),(512,'5660','14','0','81606395430','2020-11-26 15:58:07',0.00,0.00,'','8','1','n/a','makerting','200','1','','N/A','0','0','ZERO RATED'),(513,'1240','14','0','81606395538','2020-11-26 16:11:08',0.00,0.00,'','8','1','n/a','director car packing charges','100','1','','N/A','0','0','ZERO RATED'),(514,'5920','14','0','81606717588','2020-11-30 09:28:53',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(515,'5920','14','0','81606717760','2020-11-30 09:30:39',0.00,0.00,'','8','1','n/a','extenstion cable 2pcs','1100','1','','N/A','0','0','ZERO RATED'),(516,'5510','14','0','81606718085','2020-11-30 09:36:59',0.00,0.00,'','8','1','n/a','transport to deliver documents to karobangi','200','1','','N/A','0','0','ZERO RATED'),(517,'5970','14','0','81606718250','2020-11-30 09:38:18',0.00,0.00,'','8','1','n/a','1/4litres bottle 50pcs','50','1','','N/A','0','0','ZERO RATED'),(518,'5660','14','0','81606718340','2020-11-30 09:39:30',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(519,'5970','14','0','81606718390','2020-11-30 09:41:18',0.00,0.00,'','8','1','n/a','Medicine Envelopes for packing colour','300','1','','N/A','0','0','ZERO RATED'),(520,'5510','14','0','81606738473','2020-11-30 15:21:20',0.00,0.00,'','8','1','n/a','Delivery charges for chemicals','100','1','','N/A','0','0','ZERO RATED'),(521,'5980','14','0','81606809956','2020-12-01 11:07:16',0.00,0.00,'','8','1','n/a','5PCS Spring file','350','1','','N/A','0','0','ZERO RATED'),(522,'5920','14','0','81606810059','2020-12-01 11:09:02',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(523,'5920','14','0','81606810274','2020-12-01 11:17:36',0.00,0.00,'','8','1','n/a','Ungerol,ufacid ,green and pink','11300','1','','N/A','0','0','ZERO RATED'),(524,'5510','14','0','81606816476','2020-12-01 12:59:42',0.00,0.00,'','8','1','n/a','Transport of material from promax','250','1','','N/A','0','0','ZERO RATED'),(525,'5930','14','0','81606817796','2020-12-01 13:18:14',0.00,0.00,'','8','1','n/a','mpesa charges','100','1','','N/A','0','0','ZERO RATED'),(526,'5980','14','0','81606818117','2020-12-01 13:26:02',0.00,0.00,'','8','1','n/a','Note book,staple pins,stickons and stapler','1160','1','','N/A','0','0','ZERO RATED'),(527,'5920','14','0','81606818417','2020-12-01 13:28:14',0.00,0.00,'','8','1','n/a','cling film 300metre','550','1','','N/A','0','0','ZERO RATED'),(528,'5970','14','0','81606819046','2020-12-01 13:39:19',0.00,0.00,'','8','1','n/a','polypots for packing caustic','900','1','','N/A','0','0','ZERO RATED'),(529,'5510','14','0','81606819226','2020-12-01 13:41:45',0.00,0.00,'','8','1','n/a','Transport of material ','100','1','','N/A','0','0','ZERO RATED'),(530,'5970','14','0','81606819333','2020-12-01 13:46:31',0.00,0.00,'','8','1','n/a','parking for director vehicle','100','1','','N/A','0','0','ZERO RATED'),(531,'5990','14','0','81606819644','2020-12-01 13:50:10',0.00,0.00,'','8','1','n/a','brushes for office painting','450','1','','N/A','0','0','ZERO RATED'),(532,'5920','14','0','81606819846','2020-12-01 13:51:41',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(533,'5920','14','0','81606819918','2020-12-01 13:52:51',0.00,0.00,'','8','1','n/a','Tissue paper','105','1','','N/A','0','0','ZERO RATED'),(534,'5920','14','0','81606819991','2020-12-01 13:55:07',0.00,0.00,'','8','1','n/a','Milk & lunch for staff painting shop','800','1','','N/A','0','0','ZERO RATED'),(535,'5563','14','0','81607428627','2020-12-08 14:58:09',0.00,0.00,'','8','1','n/a','Airtime for modesta','200','1','','N/A','0','0','ZERO RATED'),(536,'5900','9','0','81607428712','2020-12-08 15:00:06',0.00,0.00,'','8','1','n/a','CDE','560','1','','N/A','491.23','68.77','VATABLE'),(537,'5900','14','0','81607493679','2020-12-09 09:04:12',0.00,0.00,'','8','1','n/a','pearlizer agent 2lt','900','1','','N/A','789.47','110.53','VATABLE'),(538,'5510','14','0','81607494386','2020-12-09 09:15:33',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(539,'5920','14','0','81607494618','2020-12-09 09:30:04',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(540,'5510','14','0','81607495569','2020-12-09 09:36:22',0.00,0.00,'','8','1','n/a','Peter karanja running petty erands','500','1','','N/A','0','0','ZERO RATED'),(541,'5563','14','0','81607495803','2020-12-09 09:37:29',0.00,0.00,'','8','1','n/a','airtime for office phone','500','1','','N/A','0','0','ZERO RATED'),(542,'5920','14','0','81607495876','2020-12-09 10:16:41',0.00,0.00,'','8','1','n/a','overall for mutua & calculator','1300','1','','N/A','0','0','ZERO RATED'),(543,'5510','14','0','81607498269','2020-12-09 10:18:47',0.00,0.00,'','8','1','n/a','phedis fare to kariobangi','100','1','','N/A','0','0','ZERO RATED'),(544,'5920','14','0','81607510532','2020-12-09 13:44:00',0.00,0.00,'','8','1','n/a','Tea bags & chocolate','206','1','','N/A','0','0','ZERO RATED'),(545,'5910','14','0','81607510702','2020-12-09 14:34:20',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(546,'5510','14','0','81607513683','2020-12-09 14:36:51',0.00,0.00,'','8','1','n/a','Transport of material from promax','400','1','','N/A','0','0','ZERO RATED'),(547,'5980','14','0','81607513889','2020-12-09 15:33:13',0.00,0.00,'','8','1','n/a','stock transfer books','2800','1','','N/A','0','0','ZERO RATED'),(548,'5510','14','0','81607517226','2020-12-09 15:36:15',0.00,0.00,'','8','1','n/a','transport of materials from kariobangi and collecting cde to industrial area','800','1','','N/A','0','0','ZERO RATED'),(549,'5920','14','0','81607517461','2020-12-09 15:38:10',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(550,'5970','10','0','81607517518','2020-12-09 15:58:26',0.00,0.00,'','8','1','n/a','envelopes & bottles','415','1','','N/A','364.04','50.96','VATABLE'),(551,'5920','14','0','81607518747','2020-12-09 16:00:00',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(552,'5563','14','0','81607518829','2020-12-09 16:05:19',0.00,0.00,'','8','1','n/a','Airtime for modesta','200','1','','N/A','0','0','ZERO RATED'),(553,'5660','14','0','81607519181','2020-12-09 16:08:35',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(554,'5980','14','0','81607519340','2020-12-09 16:12:19',0.00,0.00,'','8','1','n/a','ETR rolls & thermo rolls','500','1','','N/A','0','0','ZERO RATED'),(555,'5970','10','0','81607519570','2020-12-09 16:15:02',0.00,0.00,'','8','1','n/a','BOTTLES 1000ML &600ML','415','1','','N/A','364.04','50.96','VATABLE'),(556,'5900','9','0','81607519735','2020-12-09 16:16:33',0.00,0.00,'','8','1','n/a','Kerol 1L','400','1','','N/A','0','0','ZERO RATED'),(557,'5510','14','0','81607583929','2020-12-10 10:07:51',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(558,'5970','14','0','81607584105','2020-12-10 10:08:58',0.00,0.00,'','8','1','n/a','cartons','500','1','','N/A','0','0','ZERO RATED'),(559,'5920','14','0','81607584207','2020-12-10 10:10:47',0.00,0.00,'','8','1','n/a','Milk for 2 staff','200','1','','N/A','0','0','ZERO RATED'),(560,'5920','14','0','81607584276','2020-12-10 10:12:05',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(561,'5510','14','0','81607584360','2020-12-10 10:14:03',0.00,0.00,'','8','1','n/a','peter karanja fare to kariobangi & back to town shop delivery of items','200','1','','N/A','0','0','ZERO RATED'),(562,'5563','14','0','81607584473','2020-12-10 10:19:46',0.00,0.00,'','8','1','n/a','Airtime for modesta','200','1','','N/A','0','0','ZERO RATED'),(563,'5660','14','0','81607584820','2020-12-10 10:20:47',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(564,'5920','14','0','81607593036','2020-12-10 12:37:53',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(565,'5920','14','0','81607771157','2020-12-12 14:07:09',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(566,'5660','14','0','81607771251','2020-12-12 14:08:01',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(567,'5920','14','0','81607771306','2020-12-12 14:09:04',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(568,'5930','14','0','81607771367','2020-12-12 14:10:15',0.00,0.00,'','8','1','n/a','mpesa charges for with drawal','180','1','','N/A','0','0','ZERO RATED'),(569,'5990','14','0','81607771445','2020-12-12 14:11:37',0.00,0.00,'','8','1','n/a','off loading materials from kariobangi','150','1','','N/A','0','0','ZERO RATED'),(570,'5980','14','0','81607771528','2020-12-12 14:13:01',0.00,0.00,'','8','1','n/a','Business cards for Eunice 100pcs','500','1','','N/A','0','0','ZERO RATED'),(571,'5920','14','0','81607771605','2020-12-12 14:39:28',0.00,0.00,'','8','1','n/a','petty cash to kariobangi','2500','1','','N/A','0','0','ZERO RATED'),(572,'5900','14','0','81607773278','2020-12-12 14:42:14',0.00,0.00,'','8','1','n/a','Kerol 1L','400','1','','N/A','0','0','ZERO RATED'),(573,'5510','14','0','81607773367','2020-12-12 14:43:19',0.00,0.00,'','8','1','n/a','transport to deliver documents to karobangi','100','1','','N/A','0','0','EXEMPTED'),(574,'5510','14','0','81607773513','2020-12-12 14:45:49',0.00,0.00,'','8','1','n/a','Peter karanja running petty erands','500','1','','N/A','0','0','ZERO RATED'),(575,'2041','14','0','81608535815','2020-12-21 10:39:22',0.00,0.00,'','8','1','n/a','NHIF for the month of November','6950','1','','N/A','0','0','ZERO RATED'),(576,'5531','14','0','81608536403','2020-12-21 10:41:22',0.00,0.00,'','8','1','n/a','electricity payment','2000','1','','N/A','1754.39','245.61','VATABLE'),(577,'5910','14','0','81608536510','2020-12-21 10:42:24',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(578,'5990','14','0','81608536577','2020-12-21 10:43:45',0.00,0.00,'','8','1','n/a','off loading materials from kariobangi','200','1','','N/A','0','0','ZERO RATED'),(579,'5900','9','0','81608536766','2020-12-21 10:47:07',0.00,0.00,'','8','1','n/a','Ungerol,ufacid and Salt','12050','1','','N/A','0','0','ZERO RATED'),(580,'5510','14','0','81608536908','2020-12-21 10:50:19',0.00,0.00,'','8','1','n/a','Transport of material from promax','300','1','','N/A','0','0','ZERO RATED'),(581,'5930','14','0','81608537051','2020-12-21 10:51:48',0.00,0.00,'','8','1','n/a','mpesa charges','100','1','','N/A','0','0','ZERO RATED'),(582,'1240','14','0','81608537178','2020-12-21 10:53:47',0.00,0.00,'','8','1','n/a','parking for director vehicle','200','1','','N/A','0','0','ZERO RATED'),(583,'5920','14','0','81608537353','2020-12-21 10:56:27',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(584,'5970','14','0','81608537417','2020-12-21 10:57:41',0.00,0.00,'','8','1','n/a','Wax Pouch 1pkt','275','1','','N/A','241.23','33.77','VATABLE'),(585,'5510','14','0','81608537493','2020-12-21 10:59:51',0.00,0.00,'','8','1','n/a','Delivery charges for chemicals','200','1','','N/A','0','0','ZERO RATED'),(586,'5970','14','0','81608537679','2020-12-21 11:02:27',0.00,0.00,'','8','1','n/a','bag','20','1','','N/A','0','0','ZERO RATED'),(587,'5980','14','0','81608537768','2020-12-21 11:05:34',0.00,0.00,'','8','1','n/a','printed labels -standard thinner','3000','1','','N/A','0','0','ZERO RATED'),(588,'5920','14','0','81608537970','2020-12-21 11:06:49',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(589,'2042','14','0','81608538140','2020-12-21 11:09:47',0.00,0.00,'','8','1','n/a','NSSF Payment','3200','1','','N/A','0','0','ZERO RATED'),(590,'5920','14','0','81608538257','2020-12-21 11:13:35',0.00,0.00,'','8','1','n/a','sugar,tissue & bag','219','1','','N/A','192.11','26.89','VATABLE'),(591,'5510','14','0','81608538447','2020-12-21 11:15:32',0.00,0.00,'','8','1','n/a','susan transport to gikomba(motorbike)','200','1','','N/A','0','0','ZERO RATED'),(592,'5970','14','0','81608538557','2020-12-21 11:17:51',0.00,0.00,'','8','1','n/a','polypots for packing caustic','900','1','','N/A','0','0','ZERO RATED'),(593,'5510','14','0','81608538689','2020-12-21 11:18:43',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(594,'5900','14','0','81608540587','2020-12-21 11:51:24',0.00,0.00,'','8','1','n/a','Ungerol,ufacid,salt and perfumes','13050','1','','N/A','0','0','EXEMPTED'),(595,'5970','14','0','81608540775','2020-12-21 11:53:48',0.00,0.00,'','8','1','n/a','perfume jars','600','1','','N/A','0','0','ZERO RATED'),(596,'5510','14','0','81608540850','2020-12-21 11:54:40',0.00,0.00,'','8','1','n/a','Transport of material from promax','300','1','','N/A','0','0','ZERO RATED'),(597,'5930','14','0','81608540899','2020-12-21 11:55:35',0.00,0.00,'','8','1','n/a','mpesa charges','100','1','','N/A','0','0','ZERO RATED'),(598,'5920','14','0','81608541004','2020-12-21 11:57:17',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(599,'5563','14','0','81608541081','2020-12-21 11:58:37',0.00,0.00,'','8','1','n/a','Airtime for beatrice','100','1','','N/A','0','0','ZERO RATED'),(600,'5920','14','0','81608541178','2020-12-21 12:03:03',0.00,0.00,'','8','1','n/a','Office mobile phone T349','1000','1','','N/A','0','0','ZERO RATED'),(601,'5990','','0','81608543805','2020-12-21 12:45:33',0.00,0.00,'','8','1','n/a','Respirator mask NP 305-1PC','500','1','','N/A','431.03','68.97','VATABLE'),(602,'5920','14','0','71610361717','2021-01-11 13:49:24',0.00,0.00,'','7','1','n/a','lunch for staff','200','3','','N/A','0','0','ZERO RATED'),(603,'5920','','0','71610362955','2021-01-11 14:05:42',0.00,0.00,'','7','1','n/a','1 pc extension','350','3','','N/A','0','0','ZERO RATED'),(604,'5900','14','0','81610366559','2021-01-11 15:07:11',0.00,0.00,'','8','1','n/a','HCL 40ltrs,ufacid 20kg,ungerol 20kg,salt 50kg','10150','1','','N/A','0','0','ZERO RATED'),(605,'5510','14','0','81610366952','2021-01-11 15:10:39',0.00,0.00,'','8','1','n/a','Transport of material from promax','400','1','','N/A','0','0','ZERO RATED'),(606,'5930','14','0','81610367066','2021-01-11 15:14:21',0.00,0.00,'','8','1','n/a','mpesa charges for with drawal','100','1','','N/A','0','0','ZERO RATED'),(607,'5980','14','0','71610366330','2021-01-11 15:14:43',0.00,0.00,'','7','1','n/a','1 biro pen and book','50','3','','N/A','0','0','ZERO RATED'),(608,'5563','14','0','71610367365','2021-01-11 15:16:56',0.00,0.00,'','7','1','n/a','airtime for susan and stan ','200','3','','N/A','0','0','ZERO RATED'),(609,'5510','14','0','81610367311','2021-01-11 15:30:36',0.00,0.00,'','8','1','n/a','Transport ','100','1','','N/A','0','0','ZERO RATED'),(610,'5920','14','0','71610368004','2021-01-11 15:34:50',0.00,0.00,'','7','1','n/a','milk and bread','100','3','','N/A','0','0','ZERO RATED'),(611,'5920','14','0','71610368915','2021-01-11 15:44:42',0.00,0.00,'','7','1','n/a','milk and bread','100','3','','N/A','0','0','ZERO RATED'),(612,'5563','14','0','71610369125','2021-01-11 15:46:08',0.00,0.00,'','7','1','n/a','Airtime','200','3','','N/A','0','0','ZERO RATED'),(613,'5920','14','0','71610369198','2021-01-11 15:49:06',0.00,0.00,'','7','1','n/a','milk and bread','100','3','','N/A','0','0','ZERO RATED'),(614,'5990','14','0','71610369386','2021-01-11 15:50:51',0.00,0.00,'','7','1','n/a','printing price list ','135','3','','N/A','0','0','ZERO RATED'),(615,'5920','14','0','71610369552','2021-01-11 15:53:47',0.00,0.00,'','7','1','n/a','milk and bread','100','3','','N/A','0','0','ZERO RATED'),(616,'5920','14','0','71610369829','2021-01-11 15:58:38',0.00,0.00,'','7','1','n/a','milk and bread','100','3','','N/A','0','0','ZERO RATED'),(617,'5563','14','0','81610368446','2021-01-11 16:02:07',0.00,0.00,'','8','1','n/a','airtime for office phone','200','1','','N/A','0','0','ZERO RATED'),(618,'5920','14','0','71610370037','2021-01-11 16:02:48',0.00,0.00,'','7','1','n/a','Milk and bread','100','3','','N/A','0','0','ZERO RATED'),(619,'5920','14','0','71610370231','2021-01-11 16:04:50',0.00,0.00,'','7','1','n/a','Milk and Bread','100','3','','N/A','0','0','ZERO RATED'),(621,'5563','14','0','71610370698','2021-01-11 16:15:06',0.00,0.00,'','7','1','n/a','Airtime','100','3','','N/A','0','0','ZERO RATED'),(622,'5920','14','0','71610370944','2021-01-11 16:16:46',0.00,0.00,'','7','1','n/a','Milk and Bread','100','3','','N/A','0','0','ZERO RATED'),(623,'5510','14','0','71610371041','2021-01-11 16:19:37',0.00,0.00,'','7','1','n/a','Transport to and from Kariobangi for susan and Stano','400','3','','N/A','0','0','ZERO RATED'),(624,'5920','14','0','71610371235','2021-01-11 16:21:11',0.00,0.00,'','7','1','n/a','Milk and Bread','100','3','','N/A','0','0','ZERO RATED'),(628,'5900','14','0','81610432174','2021-01-12 09:16:59',0.00,0.00,'','8','1','n/a','IPA -Ilts','500','1','','N/A','431.03','68.97','VATABLE'),(629,'5563','14','0','81610432287','2021-01-12 11:03:33',0.00,0.00,'','8','1','n/a','airtime for office phone','200','1','','N/A','0','0','ZERO RATED'),(630,'5660','14','0','81610438644','2021-01-12 11:05:46',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(631,'5510','14','0','81610438797','2021-01-12 11:26:38',0.00,0.00,'','8','1','n/a','Transport','100','1','','N/A','0','0','ZERO RATED'),(632,'5920','14','0','81610440134','2021-01-12 11:33:20',0.00,0.00,'','8','1','n/a','Milk for 2 staff','200','1','','N/A','0','0','ZERO RATED'),(633,'5510','11','0','81610440440','2021-01-12 11:36:06',0.00,0.00,'','8','1','n/a','Delivery of filler from kariobangi to town shop','500','1','','N/A','0','0','ZERO RATED'),(634,'5510','14','0','81610440597','2021-01-12 11:37:45',0.00,0.00,'','8','1','n/a','Transport of filler from townshop to OTC','200','1','','N/A','0','0','ZERO RATED'),(635,'5660','14','0','81610440691','2021-01-12 11:40:37',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(637,'5200','','0','81610440944','2021-01-12 11:44:44',0.00,0.00,'','8','1','n/a','jamii Internet','1500','1','','N/A','0','0','ZERO RATED'),(638,'5563','14','0','71610441491','2021-01-12 11:53:22',0.00,0.00,'','7','1','n/a','Airtime','100','1','','N/A','0','0','ZERO RATED'),(639,'5920','14','0','81610441212','2021-01-12 11:56:04',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(640,'5510','14','0','81610441830','2021-01-12 12:05:02',0.00,0.00,'','8','1','n/a','Peter karanja running petty erands','500','1','','N/A','0','0','ZERO RATED'),(641,'5900','','0','71610371775','2021-01-12 12:09:10',0.00,0.00,'','8','1','n/a','Ungerol,ufacid,salt and perfumes','13230','1','','N/A','0','0','ZERO RATED'),(643,'5510','14','0','81610442670','2021-01-12 12:12:33',0.00,0.00,'','8','1','n/a','Transport of material from promax','300','1','','N/A','0','0','ZERO RATED'),(644,'5930','14','0','81610442774','2021-01-12 12:14:31',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','100','1','','N/A','0','0','EXEMPTED'),(645,'5970','14','0','71610441703','2021-01-12 12:16:34',0.00,0.00,'','8','1','n/a','Medicine Envelopes for packing colour','80','1','','N/A','0','0','ZERO RATED'),(646,'5970','14','0','71610442734','2021-01-12 12:14:17',0.00,0.00,'','7','1','n/a','Wax-P Pouch','275','1','','N/A','237.07','37.93','VATABLE'),(647,'5920','14','0','71610443131','2021-01-12 12:19:53',0.00,0.00,'','7','1','n/a','Milk and Bread','200','1','','N/A','0','0','ZERO RATED'),(648,'5920','14','0','81610443167','2021-01-12 12:20:20',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(649,'5920','14','0','71610443471','2021-01-12 12:25:11',0.00,0.00,'','7','1','n/a','Milk and Bread','200','1','','N/A','0','0','ZERO RATED'),(650,'1240','14','0','71610440983','2021-01-12 12:34:25',0.00,0.00,'','8','1','n/a','parking fee','100','1','','N/A','0','0','ZERO RATED'),(651,'5920','14','0','81610444104','2021-01-12 12:36:47',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(652,'5900','14','0','71610443692','2021-01-12 12:36:33',0.00,0.00,'','7','1','n/a','pearlyse','900','1','','N/A','775.86','124.14','VATABLE'),(653,'5510','14','0','71610443692','2021-01-12 12:37:38',0.00,0.00,'','7','1','n/a','transport','100','1','','N/A','0','0','ZERO RATED'),(654,'5980','14','0','81610444226','2021-01-12 12:39:02',0.00,0.00,'','8','1','n/a','ETR rolls & thermo rolls','200','1','','N/A','0','0','ZERO RATED'),(655,'5970','14','0','71610443545','2021-01-12 12:41:10',0.00,0.00,'','7','1','n/a','Boxes','300','1','','N/A','0','0','ZERO RATED'),(656,'5510','14','0','81610444600','2021-01-12 12:46:53',0.00,0.00,'','8','1','n/a','peter karanja fare to kariobangi & back to town shop delivery of items','200','1','','N/A','0','0','ZERO RATED'),(657,'5563','14','0','81610444844','2021-01-12 12:47:54',0.00,0.00,'','8','1','n/a','Airtime for beatrice','100','1','','N/A','0','0','ZERO RATED'),(658,'5980','14','0','81610444910','2021-01-12 12:49:04',0.00,0.00,'','8','1','n/a','marker pens','200','1','','N/A','0','0','ZERO RATED'),(659,'5920','14','0','81610444970','2021-01-12 12:49:57',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(660,'5510','14','0','81610445057','2021-01-12 12:51:52',0.00,0.00,'','8','1','n/a','Peter karanja running petty erands','500','1','','N/A','0','0','ZERO RATED'),(661,'5920','14','0','81610445140','2021-01-12 12:53:05',0.00,0.00,'','8','1','n/a','Milk & Bread','500','1','','N/A','0','0','ZERO RATED'),(662,'5900','14','0','81610445285','2021-01-12 12:57:11',0.00,0.00,'','8','1','n/a','Ungerol,ufacid,sodium hypochlorine','1105','1','','N/A','0','0','ZERO RATED'),(663,'5970','14','0','81610445483','2021-01-12 12:59:01',0.00,0.00,'','8','1','n/a','Wax Pouch 2pkt','500','1','','N/A','0','0','ZERO RATED'),(664,'5970','14','0','81610445574','2021-01-12 13:00:14',0.00,0.00,'','8','1','n/a','polypots for packing caustic','900','1','','N/A','0','0','ZERO RATED'),(665,'5510','14','0','81610445633','2021-01-12 13:01:22',0.00,0.00,'','8','1','n/a','Transport of material','100','1','','N/A','0','0','ZERO RATED'),(666,'5563','14','0','81610445717','2021-01-12 13:02:30',0.00,0.00,'','8','1','n/a','Airtime for beatrice','100','1','','N/A','0','0','ZERO RATED'),(667,'5900','14','0','71610445936','2021-01-12 13:11:09',0.00,0.00,'','7','1','n/a','ungeral 40 l, ufacid 20l','11800','1','','N/A','0','0','ZERO RATED'),(668,'5900','14','0','81610446122','2021-01-12 13:10:31',0.00,0.00,'','8','1','n/a','Ungerol,ufacid ,salt & perfumes','14130','1','','N/A','0','0','ZERO RATED'),(669,'1240','9','0','81610446478','2021-01-12 13:15:45',0.00,0.00,'','8','1','n/a','perfume jars','500','1','','N/A','0','0','ZERO RATED'),(670,'5930','14','0','81610446600','2021-01-12 13:17:38',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','100','1','','N/A','0','0','ZERO RATED'),(671,'5510','14','0','71610445936','2021-01-12 13:13:46',0.00,0.00,'','7','1','n/a','Transport for the material','250','1','','N/A','0','0','ZERO RATED'),(672,'5920','14','0','71610446705','2021-01-12 13:19:54',0.00,0.00,'','7','1','n/a','Milk and Bread','200','1','','N/A','0','0','ZERO RATED'),(673,'5920','14','0','81610446716','2021-01-12 13:21:51',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(674,'5930','14','0','71610446842','2021-01-12 13:22:24',0.00,0.00,'','7','1','n/a','Mpesa transaction','100','1','','N/A','0','0','ZERO RATED'),(675,'5910','14','0','81610446943','2021-01-12 13:23:06',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(676,'5970','14','0','81610447109','2021-01-12 13:26:14',0.00,0.00,'','8','1','n/a','packing fee','100','1','','N/A','0','0','ZERO RATED'),(677,'5920','14','0','81610447440','2021-01-12 13:31:44',0.00,0.00,'','8','1','n/a','suga ,drinking chocolate & non wooven bags','293','1','','N/A','0','0','ZERO RATED'),(678,'5900','9','0','81610447553','2021-01-12 13:35:56',0.00,0.00,'','8','1','n/a','Ungerol,ufacid,salt,green,blue,chlorine','6450','1','','N/A','0','0','ZERO RATED'),(679,'5510','14','0','81610447863','2021-01-12 13:38:37',0.00,0.00,'','8','1','n/a','Transport of material from promax','300','1','','N/A','0','0','ZERO RATED'),(680,'5930','14','0','81610447938','2021-01-12 13:39:31',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','100','1','','N/A','0','0','ZERO RATED'),(681,'5510','14','0','71610447024','2021-01-12 13:44:02',0.00,0.00,'','7','1','n/a','Karanja transport to kariobangi','200','1','','N/A','0','0','ZERO RATED'),(682,'1240','14','0','71610448268','2021-01-12 13:45:09',0.00,0.00,'','7','1','n/a','Bag','10','1','','N/A','0','0','ZERO RATED'),(683,'5970','14','0','81610448046','2021-01-12 13:49:17',0.00,0.00,'','8','1','n/a','cartons','600','1','','N/A','0','0','ZERO RATED'),(684,'5990','14','0','81610448606','2021-01-12 13:50:41',0.00,0.00,'','8','1','n/a','offloading','300','1','','N/A','0','0','ZERO RATED'),(685,'5920','14','0','81610448679','2021-01-12 13:52:20',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(686,'5980','14','0','81610448876','2021-01-12 13:58:07',0.00,0.00,'','8','1','n/a','stores requisiton ,invoices & delivery full colour','4900','1','','N/A','0','0','ZERO RATED'),(687,'5900','14','0','81610449323','2021-01-12 14:02:56',0.00,0.00,'','8','1','n/a','Kerol 1L','400','1','','N/A','0','0','ZERO RATED'),(688,'5510','14','0','81610449407','2021-01-12 14:04:37',0.00,0.00,'','8','1','n/a','Transport of kerol to townshop','100','1','','N/A','0','0','ZERO RATED'),(689,'5920','14','0','81610449521','2021-01-12 14:08:02',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(690,'5900','14','0','81610449700','2021-01-12 14:09:55',0.00,0.00,'','8','1','n/a','Emusion blue bg ep 1ltr from Rehsi ventures','3192','1','','N/A','2751.72','440.28','VATABLE'),(691,'5930','14','0','81610449817','2021-01-12 14:22:41',0.00,0.00,'','8','1','n/a','mpesa charges ','56','1','','N/A','0','0','ZERO RATED'),(692,'5930','14','0','81610450590','2021-01-12 14:23:53',0.00,0.00,'','8','1','n/a','mpesa charges','50','1','','N/A','0','0','ZERO RATED'),(693,'5510','14','0','81610450665','2021-01-12 14:26:31',0.00,0.00,'','8','1','n/a','Peter karanja running petty erands','500','1','','N/A','0','0','ZERO RATED'),(694,'5970','14','0','81610450820','2021-01-12 14:27:53',0.00,0.00,'','8','1','n/a','bag','20','1','','N/A','0','0','ZERO RATED'),(695,'5900','14','0','81610450896','2021-01-12 14:30:49',0.00,0.00,'','8','1','n/a','ungerol & ufacid','11800','1','','N/A','0','0','ZERO RATED'),(696,'5510','14','0','81610451093','2021-01-12 14:33:20',0.00,0.00,'','8','1','n/a','Transport of material from promax','350','1','','N/A','0','0','ZERO RATED'),(697,'5930','14','0','81610451233','2021-01-12 14:34:30',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','100','1','','N/A','0','0','ZERO RATED'),(698,'5920','14','0','81610451293','2021-01-12 14:36:39',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(699,'5900','14','0','81610451429','2021-01-12 14:37:46',0.00,0.00,'','8','1','n/a','salt','880','1','','N/A','0','0','ZERO RATED'),(700,'5910','14','0','81610451538','2021-01-12 14:39:39',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(701,'5920','14','0','81610455385','2021-01-12 15:46:15',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(702,'5510','14','0','81610455610','2021-01-12 15:49:08',0.00,0.00,'','8','1','n/a','Transport to kariobangi (FELISTA & KARANJA)','200','1','','N/A','0','0','ZERO RATED'),(703,'5510','14','0','81610455797','2021-01-12 15:51:41',0.00,0.00,'','8','1','n/a','trasport to westlands','100','1','','N/A','0','0','ZERO RATED'),(704,'5980','14','0','81610455943','2021-01-12 15:53:19',0.00,0.00,'','8','1','n/a','Toner black 12 A','3000','1','','N/A','0','0','ZERO RATED'),(705,'5910','14','0','81610448002','2021-01-12 15:58:48',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(706,'5920','14','0','71610441169','2021-01-12 16:58:10',0.00,0.00,'','8','1','n/a','Office mobile phone ','1000','1','','N/A','0','0','ZERO RATED'),(707,'2041','14','0','81616056048','2021-03-18 11:30:02',0.00,0.00,'','8','1','n/a','NHIF for the month of DEC','6950','1','','N/A','0','0','EXEMPTED'),(708,'5900','14','0','81616063007','2021-03-18 13:24:45',0.00,0.00,'','8','1','n/a','MATERIALS','1850','1','','N/A','0','0','ZERO RATED'),(709,'5510','14','0','81616063230','2021-03-18 13:27:53',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(710,'5930','14','0','81616063296','2021-03-18 13:28:51',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','32','1','','N/A','0','0','ZERO RATED'),(711,'5563','14','0','81617000151','2021-03-29 09:44:59',0.00,0.00,'','8','1','n/a','Airtime for office','200','1','','N/A','0','0','ZERO RATED'),(712,'5920','14','0','81617000338','2021-03-29 09:46:13',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(713,'5563','14','0','81617000583','2021-03-29 09:53:18',0.00,0.00,'','8','1','n/a','Airtime for office','100','1','','N/A','0','0','ZERO RATED'),(714,'5510','14','0','81617000882','2021-03-29 09:57:35',0.00,0.00,'','8','1','n/a','Transport of body filler to kariobagi','500','1','','N/A','0','0','ZERO RATED'),(715,'1240','14','0','81617001101','2021-03-29 09:59:01',0.00,0.00,'','8','1','n/a','parking fee','100','1','','N/A','0','0','ZERO RATED'),(716,'5930','14','0','81617001164','2021-03-29 10:00:55',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','270','1','','N/A','0','0','ZERO RATED'),(717,'5510','14','0','81617001427','2021-03-29 10:11:50',0.00,0.00,'','8','1','n/a','Transport of product to product','100','1','','N/A','0','0','EXEMPTED'),(718,'5900','14','0','81617001961','2021-03-29 10:16:15',0.00,0.00,'','8','1','n/a','pearlizer agent 2lt','900','1','','N/A','0','0','ZERO RATED'),(719,'5930','','0','81617003531','2021-03-29 10:46:35',0.00,0.00,'','8','1','n/a','mpesa charges ','12','1','','N/A','0','0','ZERO RATED'),(720,'5900','14','0','81617004039','2021-03-29 10:48:16',0.00,0.00,'','8','1','n/a','MATERIALS','1000','1','','N/A','0','0','ZERO RATED'),(721,'5660','14','0','81617004206','2021-03-29 10:51:23',0.00,0.00,'','8','1','n/a','marketing','500','1','','N/A','0','0','ZERO RATED'),(722,'5920','14','0','81617004312','2021-03-29 10:54:28',0.00,0.00,'','8','1','n/a','petty cash send to gikomba (susan)','1500','1','','N/A','0','0','ZERO RATED'),(723,'5930','14','0','81617004524','2021-03-29 10:56:11',0.00,0.00,'','8','1','n/a','mpesa charges ','22','1','','N/A','0','0','ZERO RATED'),(724,'5920','14','0','81617004800','2021-03-29 11:01:33',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(725,'5920','14','0','81617004956','2021-03-29 11:04:13',0.00,0.00,'','8','1','n/a','Milk & Bread','200','1','','N/A','0','0','ZERO RATED'),(726,'5563','14','0','81617005248','2021-03-29 11:09:46',0.00,0.00,'','8','1','n/a','Office mobile phone','100','1','','N/A','0','0','ZERO RATED'),(727,'5970','14','0','81617005413','2021-03-29 11:11:23',0.00,0.00,'','8','1','n/a','non wooven bag','20','1','','N/A','0','0','ZERO RATED'),(728,'5660','14','0','81617005509','2021-03-29 11:12:57',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(729,'5510','14','0','81617005619','2021-03-29 11:15:00',0.00,0.00,'','8','1','n/a','delivery of product to customer','100','1','','N/A','0','0','ZERO RATED'),(730,'2042','14','0','81617005747','2021-03-29 11:17:28',0.00,0.00,'','8','1','n/a','NSSF Payment','3200','1','','N/A','0','0','ZERO RATED'),(731,'5920','14','0','81617005870','2021-03-29 11:18:53',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(732,'5970','14','0','81617005994','2021-03-29 11:20:38',0.00,0.00,'','8','1','n/a','Medicine Envelopes for packing colour','80','1','','N/A','0','0','ZERO RATED'),(733,'5900','14','0','81617006069','2021-03-29 11:22:00',0.00,0.00,'','8','1','n/a','perfume jars','150','1','','N/A','0','0','ZERO RATED'),(734,'5970','14','0','81617006180','2021-03-29 11:23:32',0.00,0.00,'','8','1','n/a','cartons','600','1','','N/A','0','0','ZERO RATED'),(735,'5920','14','0','81617006263','2021-03-29 11:25:07',0.00,0.00,'','8','1','n/a','Milk for 2staff decanting HCL','100','1','','N/A','0','0','ZERO RATED'),(736,'5910','14','0','81617006351','2021-03-29 11:28:24',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(737,'1240','14','0','81617006545','2021-03-29 11:29:55',0.00,0.00,'','8','1','n/a','parking for Director vehicle','200','1','','N/A','0','0','ZERO RATED'),(738,'5920','14','0','81617006662','2021-03-29 11:31:37',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','EXEMPTED'),(739,'5660','14','0','81617006724','2021-03-29 11:32:36',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(740,'5970','14','0','81617006794','2021-03-29 11:41:36',0.00,0.00,'','8','1','n/a','sisal rope','400','1','','N/A','0','0','ZERO RATED'),(741,'5980','14','0','81617007328','2021-03-29 11:45:08',0.00,0.00,'','8','1','n/a','ETR rolls & thermo rolls & ENVELOPES','720','1','','N/A','0','0','ZERO RATED'),(742,'5510','14','0','81617007531','2021-03-29 11:47:04',0.00,0.00,'','8','1','n/a','Transport of 6x5ltr detrgent to jumia shop','150','1','','N/A','0','0','ZERO RATED'),(743,'5980','14','0','81617007654','2021-03-29 11:48:10',0.00,0.00,'','8','1','n/a','printing','20','1','','N/A','0','0','ZERO RATED'),(744,'5200','14','0','81617007717','2021-03-29 11:49:22',0.00,0.00,'','8','1','n/a','jamii Internet','2000','1','','N/A','0','0','ZERO RATED'),(745,'1240','14','0','81617007817','2021-03-29 11:51:07',0.00,0.00,'','8','1','n/a','parking fee','100','1','','N/A','0','0','ZERO RATED'),(746,'5660','14','0','81617007892','2021-03-29 11:52:47',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(747,'5990','14','0','81617008007','2021-03-29 11:54:10',0.00,0.00,'','8','1','n/a','loading chemicals to kariobangi','200','1','','N/A','0','0','ZERO RATED'),(748,'5920','14','0','81617008075','2021-03-29 11:55:08',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(749,'5563','14','0','81617008210','2021-03-29 11:57:21',0.00,0.00,'','8','1','n/a','Airtime for office','100','1','','N/A','0','0','ZERO RATED'),(750,'5980','14','0','81617008264','2021-03-29 11:58:25',0.00,0.00,'','8','1','n/a','labels','4000','1','','N/A','0','0','ZERO RATED'),(751,'5930','14','0','81617008330','2021-03-29 11:59:20',0.00,0.00,'','8','1','n/a','mpesa charges to pay promax','55','1','','N/A','0','0','ZERO RATED'),(752,'5900','14','0','81617008390','2021-03-29 12:00:24',0.00,0.00,'','8','1','n/a','MATERIALS','2950','1','','N/A','0','0','ZERO RATED'),(753,'5510','14','0','81617008460','2021-03-29 12:01:34',0.00,0.00,'','8','1','n/a','Transport of material from promax','300','1','','N/A','0','0','ZERO RATED'),(754,'5510','14','0','81617008522','2021-03-29 12:02:52',0.00,0.00,'','8','1','n/a','delivery of product to customer accacia garden','200','1','','N/A','0','0','ZERO RATED'),(755,'5920','14','0','81617008613','2021-03-29 12:04:06',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(756,'5900','14','0','81617008684','2021-03-29 12:06:12',0.00,0.00,'','8','1','n/a','MATERIALS','2000','1','','N/A','1724.14','275.86','VATABLE'),(758,'5510','14','0','81617009014','2021-03-29 12:19:36',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(759,'5930','14','0','81617009616','2021-03-29 12:20:47',0.00,0.00,'','8','1','n/a','mpesa charges','22','1','','N/A','0','0','ZERO RATED'),(760,'5980','14','0','81617009678','2021-03-29 12:21:54',0.00,0.00,'','8','1','n/a','petty cash voucher','2000','1','','N/A','0','0','ZERO RATED'),(761,'5910','14','0','81617009748','2021-03-29 12:22:57',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(762,'5563','14','0','81617009806','2021-03-29 12:23:54',0.00,0.00,'','8','1','n/a','Airtime for office','100','1','','N/A','0','0','ZERO RATED'),(763,'5920','14','0','81617009856','2021-03-29 12:24:48',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(764,'5510','14','0','81617009912','2021-03-29 12:26:03',0.00,0.00,'','8','1','n/a','peter karanja fare to kariobangi & back to town shop delivery of items','200','1','','N/A','0','0','ZERO RATED'),(765,'5900','14','0','81617010026','2021-03-29 12:28:03',0.00,0.00,'','8','1','n/a','PERFUME','310','1','','N/A','0','0','ZERO RATED'),(766,'5920','14','0','81617010108','2021-03-29 12:29:04',0.00,0.00,'','8','1','n/a','suga ,drinking chocolate & non wooven bags','339','1','','N/A','0','0','ZERO RATED'),(767,'5920','14','0','81617010172','2021-03-29 12:29:58',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(768,'5920','14','0','81617010220','2021-03-29 12:30:57',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(769,'5980','14','0','81617010293','2021-03-29 12:33:20',0.00,0.00,'','8','1','n/a','labels','2250','1','','N/A','0','0','ZERO RATED'),(770,'5563','14','0','81617010428','2021-03-29 12:34:18',0.00,0.00,'','8','1','n/a','Airtime for office','100','1','','N/A','0','0','ZERO RATED'),(771,'5980','14','0','81617010480','2021-03-29 12:35:21',0.00,0.00,'','8','1','n/a','stickers','550','1','','N/A','0','0','ZERO RATED'),(772,'5531','14','0','81617010563','2021-03-29 12:36:30',0.00,0.00,'','8','1','n/a','electricity payment','2000','1','','N/A','1724.14','275.86','VATABLE'),(773,'5920','14','0','81617010619','2021-03-29 12:37:27',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(774,'5563','14','0','81617010676','2021-03-29 12:38:28',0.00,0.00,'','8','1','n/a','Airtime for office','200','1','','N/A','0','0','ZERO RATED'),(775,'5970','14','0','81617010730','2021-03-29 12:39:54',0.00,0.00,'','8','1','n/a','polypots for packing caustic','1150','1','','N/A','0','0','ZERO RATED'),(776,'5510','14','0','81617010827','2021-03-29 12:41:09',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(777,'5900','14','0','81617010902','2021-03-29 12:42:24',0.00,0.00,'','8','1','n/a','pine fresh','150','1','','N/A','0','0','ZERO RATED'),(778,'5660','14','0','81617010964','2021-03-29 12:43:11',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(779,'5970','14','0','81617011011','2021-03-29 12:44:33',0.00,0.00,'','8','1','n/a','empty bottles & non wooven bag','120','1','','N/A','0','0','ZERO RATED'),(780,'5920','14','0','81617011096','2021-03-29 12:48:19',0.00,0.00,'','8','1','n/a','cellotape and pins','300','1','','N/A','0','0','ZERO RATED'),(781,'5510','14','0','81617011394','2021-03-29 12:50:58',0.00,0.00,'','8','1','n/a','delivery of 20l descalant','200','1','','N/A','0','0','ZERO RATED'),(782,'5920','14','0','81617011494','2021-03-29 12:59:21',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(783,'5980','14','0','81617011993','2021-03-29 13:00:22',0.00,0.00,'','8','1','n/a','labels','1665','1','','N/A','0','0','ZERO RATED'),(784,'5900','14','0','81617012069','2021-03-29 13:33:58',0.00,0.00,'','8','1','n/a','MATERIALS','5300','1','','N/A','0','0','ZERO RATED'),(785,'5510','14','0','81617014100','2021-03-29 13:38:47',0.00,0.00,'','8','1','n/a','Transport of material from promax','300','1','','N/A','0','0','ZERO RATED'),(786,'5930','14','0','81617014358','2021-03-29 15:18:46',0.00,0.00,'','8','1','n/a','mpesa charges','75','1','','N/A','0','0','ZERO RATED'),(787,'5920','14','0','81617020395','2021-03-29 15:20:48',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(788,'5510','14','0','81617020651','2021-03-29 15:28:06',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(789,'5990','14','0','81617020912','2021-03-29 15:33:08',0.00,0.00,'','8','1','n/a','loading chemicals to ONGATA','150','1','','N/A','0','0','ZERO RATED'),(790,'1240','14','0','81617021226','2021-03-29 15:41:47',0.00,0.00,'','8','1','n/a','parking for director vehicle','300','1','','N/A','0','0','ZERO RATED'),(791,'5920','14','0','81617021734','2021-03-29 15:43:04',0.00,0.00,'','8','1','n/a','Milk for 2staff decanting HCL','100','1','','N/A','0','0','ZERO RATED'),(792,'5563','14','0','81617021811','2021-03-29 15:44:12',0.00,0.00,'','8','1','n/a','Airtime for office','100','1','','N/A','0','0','ZERO RATED'),(793,'5660','14','0','81617021886','2021-03-29 15:45:29',0.00,0.00,'','8','1','n/a','marketing','200','1','','N/A','0','0','ZERO RATED'),(794,'5920','14','0','81617021981','2021-03-29 15:47:38',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(795,'5980','14','0','81617022086','2021-03-29 15:49:56',0.00,0.00,'','8','1','n/a','Business cards for Eunice & DORCAS','800','1','','N/A','0','0','ZERO RATED'),(796,'5970','14','0','81617022224','2021-03-29 15:51:10',0.00,0.00,'','8','1','n/a','non wooven bag','180','1','','N/A','0','0','ZERO RATED'),(797,'5990','14','0','81617022309','2021-03-29 15:52:30',0.00,0.00,'','8','1','n/a','loading chemicals to ONGATA','200','1','','N/A','0','0','ZERO RATED'),(798,'5900','14','0','81617022384','2021-03-29 15:53:39',0.00,0.00,'','8','1','n/a','perfumes','340','1','','N/A','0','0','ZERO RATED'),(799,'5920','14','0','81617022447','2021-03-29 15:54:55',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(800,'5563','14','0','81617022522','2021-03-29 15:55:56',0.00,0.00,'','8','1','n/a','Airtime for office','200','1','','N/A','0','0','ZERO RATED'),(801,'5970','14','0','81617022578','2021-03-29 15:57:09',0.00,0.00,'','8','1','n/a','non wooven bag','365','1','','N/A','0','0','ZERO RATED'),(802,'5920','14','0','81617022663','2021-03-29 15:58:40',0.00,0.00,'','8','1','n/a','SAFARICON TILL NOS','150','1','','N/A','0','0','ZERO RATED'),(803,'5920','14','0','81617022750','2021-03-29 15:59:47',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(804,'1240','14','0','81617022822','2021-03-29 16:01:59',0.00,0.00,'','8','1','n/a','parking fee','200','1','','N/A','0','0','ZERO RATED'),(805,'5660','14','0','81617022944','2021-03-29 16:03:22',0.00,0.00,'','8','1','n/a','marketing','100','1','','N/A','0','0','ZERO RATED'),(806,'5920','14','0','81617023028','2021-03-29 16:04:35',0.00,0.00,'','8','1','n/a','Tissue paper','169','1','','N/A','0','0','ZERO RATED'),(807,'5900','14','0','81617023103','2021-03-29 16:41:29',0.00,0.00,'','8','1','n/a','MATERIALS','7850','1','','N/A','0','0','ZERO RATED'),(808,'5510','14','0','81617025345','2021-03-29 16:43:00',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(809,'5510','14','0','81617025401','2021-03-29 16:44:07',0.00,0.00,'','8','1','n/a','DELIVERY OF 5X20LTRS TO UPPER HILL','300','1','','N/A','0','0','ZERO RATED'),(810,'5920','14','0','81617025478','2021-03-29 16:45:08',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(811,'5900','14','0','81617025530','2021-03-29 16:47:22',0.00,0.00,'','8','1','n/a','Ungerol,ufacid ','13400','1','','N/A','0','0','ZERO RATED'),(812,'5510','14','0','81617025687','2021-03-29 16:48:42',0.00,0.00,'','8','1','n/a','Transport of material from promax','100','1','','N/A','0','0','ZERO RATED'),(813,'5930','14','0','81617025765','2021-03-29 16:50:03',0.00,0.00,'','8','1','n/a','mpesa charges','105','1','','N/A','0','0','ZERO RATED'),(814,'5920','14','0','81617025856','2021-03-29 16:51:30',0.00,0.00,'','8','1','n/a','milk for two staff decating','200','1','','N/A','0','0','ZERO RATED'),(815,'5900','14','0','81617025954','2021-03-29 16:53:45',0.00,0.00,'','8','1','n/a','perfumes VANILLA & ALOE VERA','350','1','','N/A','301.72','48.28','VATABLE'),(816,'5970','14','0','81617026054','2021-03-29 16:56:58',0.00,0.00,'','8','1','n/a','empty bottles ','300','1','','N/A','0','0','ZERO RATED'),(817,'5920','14','0','81617026254','2021-03-29 16:58:13',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(818,'5960','','0','81617173960','2021-03-31 10:01:25',0.00,0.00,'','8','1','n/a','Single business permit','20000','1','','N/A','0','0','ZERO RATED'),(819,'5920','14','0','81617174209','2021-03-31 10:04:50',0.00,0.00,'','8','1','n/a','office surveying','1000','1','','N/A','0','0','ZERO RATED'),(820,'5920','14','0','81617174342','2021-03-31 10:08:18',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(821,'5990','14','0','81617174659','2021-03-31 10:11:46',0.00,0.00,'','8','1','n/a','off loading','100','1','','N/A','0','0','ZERO RATED'),(822,'1240','14','0','81617174741','2021-03-31 10:14:40',0.00,0.00,'','8','1','n/a','parking for director vehicle','100','1','','N/A','0','0','ZERO RATED'),(823,'5970','14','0','81617174925','2021-03-31 10:17:01',0.00,0.00,'','8','1','n/a','cartons','600','1','','N/A','0','0','ZERO RATED'),(824,'5970','14','0','81617175101','2021-03-31 10:19:57',0.00,0.00,'','8','1','n/a','envelopes and white coated papers','370','1','','N/A','318.97','51.03','VATABLE'),(825,'5910','14','0','81617175268','2021-03-31 10:21:43',0.00,0.00,'','8','1','n/a','Gabbage collection','100','1','','N/A','0','0','ZERO RATED'),(826,'5910','14','0','81617175328','2021-03-31 10:22:41',0.00,0.00,'','8','1','n/a','Milk & Bread','100','1','','N/A','0','0','ZERO RATED'),(827,'5920','14','0','81617175409','2021-03-31 10:24:15',0.00,0.00,'','8','1','n/a','milk for two staff decating','100','1','','N/A','0','0','ZERO RATED'),(828,'5980','14','0','81617175482','2021-03-31 10:26:11',0.00,0.00,'','8','1','n/a','labels-big and small','1400','1','','N/A','0','0','ZERO RATED'); /*!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=1216 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,'173',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(2,'169',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(3,'168',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(4,'167',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(5,'166',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(6,'165',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(7,'164',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(8,'163',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(9,'162',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(10,'161',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(11,'160',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(12,'159',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(13,'158',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(14,'157',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(15,'156',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(16,'155',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(17,'154',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(18,'153',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(19,'152',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(20,'151',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(21,'150',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(22,'149',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','2020-08-28',8,'11:13:43','open',1),(23,'148',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(24,'147',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(25,'146',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(26,'145',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(27,'144',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(28,'143',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(29,'142',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(30,'141',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(31,'140',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(32,'136',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(33,'135',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(34,'134',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(35,'132',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(36,'131',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(37,'130',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(38,'129',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(39,'128',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(40,'127',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(41,'126',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(42,'125',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(43,'124',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(44,'123',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(45,'122',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(46,'121',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(47,'120',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(48,'119',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(49,'118',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(50,'117',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(51,'116',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(52,'115',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(53,'114',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(54,'113',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(55,'112',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(56,'111',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(57,'110',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(58,'109',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(59,'108',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(60,'107',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(61,'106',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(62,'105',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(63,'104',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(64,'103',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(65,'102',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(66,'101',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(67,'100',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(68,'99',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(69,'98',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(70,'97',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(71,'96',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(72,'95',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(73,'94',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(74,'93',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(75,'92',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(76,'91',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(77,'90',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(78,'89',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(79,'88',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(80,'87',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(81,'86',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(82,'85',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(83,'84',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(84,'83',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(85,'82',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(86,'81',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(87,'80',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(88,'79',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(89,'78',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(90,'77',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(91,'76',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(92,'75',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(93,'71',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(94,'67',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(95,'66',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(96,'65',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(97,'64',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(98,'63',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(99,'62',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(100,'61',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(101,'60',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(102,'59',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(103,'58',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(104,'57',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(105,'56',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(106,'55',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(107,'54',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(108,'53',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(109,'52',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(110,'51',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(111,'50',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(112,'49',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(113,'46',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(114,'45',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(115,'44',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(116,'43',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(117,'42',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(118,'41',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(119,'39',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(120,'37',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(121,'34',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(122,'31',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(123,'30',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(124,'29',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(125,'28',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(126,'24',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(127,'20',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(128,'16',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(129,'12',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(130,'10',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(131,'7',1.40,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(132,'4',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(133,'1',0.00,0.00,0.00,1,'branch',8,1,'2020-08-21','',0,'11:13:43','open',1),(134,'288',9.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(135,'287',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(136,'286',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(137,'285',3499.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(138,'284',200.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(139,'276',174.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(140,'208',1.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(141,'207',4.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(142,'206',2.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(143,'205',1.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(144,'204',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(145,'203',5.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(146,'202',10.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(147,'201',15.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(148,'200',10.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(149,'199',3.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(150,'198',5.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(151,'197',10.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(152,'196',9.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(153,'195',48.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(154,'194',12.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(155,'193',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(156,'192',3.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(157,'191',8.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(158,'190',2.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(159,'189',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(160,'188',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(161,'187',2.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(162,'186',1.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(163,'185',7.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(164,'184',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(165,'183',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(166,'182',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(167,'181',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(168,'180',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(169,'179',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(170,'178',70.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(171,'177',340.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(172,'176',16.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(173,'175',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(174,'174',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(175,'173',1.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(176,'172',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(177,'171',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(178,'170',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(179,'169',0.27,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(180,'168',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(181,'167',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(182,'166',28.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(183,'165',1.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(184,'164',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(185,'163',186.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(186,'162',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(187,'161',1193.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(188,'160',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(189,'159',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(190,'158',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(191,'157',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(192,'156',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(193,'155',29.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(194,'154',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(195,'153',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(196,'152',0.20,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(197,'151',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(198,'150',230.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(199,'149',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(200,'148',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(201,'147',532.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(202,'146',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(203,'145',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(204,'144',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(205,'143',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(206,'142',7.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(207,'141',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(208,'140',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(209,'139',0.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(210,'138',0.90,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(211,'137',0.40,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(212,'136',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(213,'135',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(214,'134',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(215,'133',0.35,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(216,'132',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(217,'131',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(218,'130',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(219,'129',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(220,'128',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(221,'127',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(222,'126',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(223,'125',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(224,'124',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(225,'123',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(226,'122',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(227,'121',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(228,'120',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(229,'119',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(230,'118',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(231,'117',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(232,'116',30.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(233,'115',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(234,'114',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(235,'113',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(236,'112',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(237,'111',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(238,'110',483.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(239,'109',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(240,'108',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(241,'107',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(242,'106',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(243,'105',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(244,'104',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(245,'103',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(246,'102',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(247,'101',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(248,'100',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(249,'99',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(250,'98',24.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(251,'97',5.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(252,'96',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(253,'95',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(254,'94',83.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(255,'93',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(256,'92',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(257,'91',205.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(258,'90',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(259,'89',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(260,'88',368.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(261,'87',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(262,'86',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(263,'85',747.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(264,'84',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(265,'83',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(266,'82',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(267,'81',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(268,'80',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(269,'79',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(270,'78',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(271,'77',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(272,'76',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(273,'75',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(274,'74',0.55,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(275,'73',0.90,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(276,'72',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(277,'71',0.37,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(278,'70',0.69,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(279,'69',0.05,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(280,'68',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(281,'67',0.24,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(282,'66',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(283,'65',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(284,'64',11.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(285,'63',3.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(286,'62',13.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(287,'61',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(288,'60',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(289,'59',10.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(290,'58',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(291,'57',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(292,'56',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(293,'55',0.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(294,'54',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(295,'53',69.25,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(296,'52',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(297,'51',25.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(298,'50',0.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(299,'49',55.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(300,'48',2.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(301,'47',1.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(302,'46',56.60,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(303,'45',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(304,'44',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(305,'43',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(306,'42',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(307,'41',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(308,'40',12.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(309,'39',34.70,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(310,'38',1.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(311,'37',44.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(312,'36',0.75,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(313,'35',0.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(314,'34',0.70,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(315,'33',0.75,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(316,'32',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(317,'31',29.75,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(318,'30',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(319,'29',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(320,'28',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(321,'27',0.77,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(322,'26',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(323,'25',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(324,'24',4.65,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(325,'23',0.43,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(326,'22',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(327,'21',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(328,'20',1.27,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(329,'19',1.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(330,'18',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(331,'17',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(332,'16',3.48,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(333,'15',0.17,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(334,'14',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(335,'13',1.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(336,'12',2.05,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(337,'11',0.50,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(338,'10',264.50,207.00,-57.50,1,'branch',8,1,'2020-10-29','2020-10-29',8,'16:37:43','open',1),(339,'9',2.25,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(340,'8',4.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(341,'7',112.10,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(342,'6',0.75,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(343,'5',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(344,'4',238.75,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(345,'3',0.00,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(346,'2',0.25,0.00,0.00,1,'branch',8,1,'2020-10-29','',0,'16:37:43','open',1),(347,'1',355.75,0.00,-355.75,1,'branch',8,1,'2020-10-29','2020-10-29',8,'16:37:43','open',1),(348,'288',9.00,18.00,9.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(349,'287',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(350,'286',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(351,'285',3499.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(352,'284',200.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(353,'276',174.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(354,'208',1.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(355,'207',4.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(356,'206',2.00,2.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(357,'205',1.00,1.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(358,'204',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(359,'203',5.00,5.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(360,'202',10.00,10.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(361,'201',15.00,15.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(362,'200',10.00,10.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(363,'199',3.00,3.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(364,'198',5.00,5.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(365,'197',10.00,10.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(366,'196',9.00,9.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(367,'195',48.00,41.00,-7.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(368,'194',12.00,12.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(369,'193',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(370,'192',3.50,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(371,'191',8.00,8.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(372,'190',2.00,2.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(373,'189',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(374,'188',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(375,'187',2.50,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(376,'186',1.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(377,'185',7.00,9.00,2.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(378,'184',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(379,'183',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(380,'182',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(381,'181',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(382,'180',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(383,'179',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(384,'178',70.00,120.00,50.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(385,'177',340.00,260.00,-80.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(386,'176',16.00,0.00,-16.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(387,'175',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(388,'174',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(389,'173',1.50,0.45,-1.05,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(390,'172',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(391,'171',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(392,'170',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(393,'169',0.27,0.00,-0.27,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(394,'168',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(395,'167',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(396,'166',28.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(397,'165',1.50,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(398,'164',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(399,'163',186.00,227.00,41.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(400,'162',0.00,60.00,60.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(401,'161',1193.00,1115.00,-78.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(402,'160',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(403,'159',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(404,'158',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(405,'157',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(406,'156',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(407,'155',29.00,60.00,31.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(408,'154',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(409,'153',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(410,'152',0.20,0.00,-0.20,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(411,'151',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(412,'150',230.00,100.00,-130.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(413,'149',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(414,'148',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(415,'147',532.00,358.00,-174.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(416,'146',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(417,'145',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(418,'144',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(419,'143',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(420,'142',7.50,20.00,12.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(421,'141',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(422,'140',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(423,'139',0.50,0.00,-0.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(424,'138',0.90,0.00,-0.90,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(425,'137',0.40,0.00,-0.40,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(426,'136',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(427,'135',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(428,'134',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(429,'133',0.35,0.00,-0.35,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(430,'132',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(431,'131',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(432,'130',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(433,'129',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(434,'128',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(435,'127',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(436,'126',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(437,'125',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(438,'124',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(439,'123',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(440,'122',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(441,'121',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(442,'120',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(443,'119',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(444,'118',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(445,'117',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(446,'116',30.00,30.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(447,'115',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(448,'114',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(449,'113',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(450,'112',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(451,'111',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(452,'110',483.00,419.00,-64.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(453,'109',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(454,'108',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(455,'107',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(456,'106',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(457,'105',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(458,'104',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(459,'103',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(460,'102',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(461,'101',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(462,'100',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(463,'99',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(464,'98',24.00,24.00,0.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(465,'97',5.00,44.00,39.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(466,'96',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(467,'95',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(468,'94',83.00,232.00,149.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(469,'93',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(470,'92',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(471,'91',205.00,215.00,10.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(472,'90',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(473,'89',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(474,'88',368.00,650.00,282.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(475,'87',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(476,'86',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(477,'85',747.00,501.50,-245.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(478,'84',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(479,'83',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(480,'82',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(481,'81',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(482,'80',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(483,'79',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(484,'78',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(485,'77',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(486,'76',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(487,'75',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(488,'74',0.55,0.00,-0.55,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(489,'73',0.90,0.00,-0.90,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(490,'72',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(491,'71',0.37,2.57,2.20,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(492,'70',0.69,0.00,-0.69,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(493,'69',0.05,0.00,-0.05,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(494,'68',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(495,'67',0.24,2.17,1.93,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(496,'66',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(497,'65',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(498,'64',11.50,8.50,-3.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(499,'63',3.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(500,'62',13.50,16.00,2.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(501,'61',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(502,'60',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(503,'59',10.00,8.00,-2.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(504,'58',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(505,'57',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(506,'56',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(507,'55',0.50,0.00,-0.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(508,'54',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(509,'53',69.25,75.00,5.75,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(510,'52',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(511,'51',25.00,20.00,-5.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(512,'50',0.50,0.00,-0.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(513,'49',55.00,30.00,-25.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(514,'48',2.00,0.00,-2.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(515,'47',1.00,0.00,-1.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(516,'46',56.60,37.35,-19.25,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(517,'45',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(518,'44',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(519,'43',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(520,'42',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(521,'41',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(522,'40',12.50,0.00,-12.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(523,'39',34.70,20.50,-14.20,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(524,'38',1.00,0.00,-1.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(525,'37',44.50,42.00,-2.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(526,'36',0.75,0.00,-0.75,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(527,'35',0.50,0.00,-0.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(528,'34',0.70,5.40,4.70,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(529,'33',0.75,0.00,-0.75,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(530,'32',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(531,'31',29.75,22.65,-7.10,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(532,'30',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(533,'29',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(534,'28',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(535,'27',0.77,0.00,-0.77,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(536,'26',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(537,'25',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(538,'24',4.65,1.32,-3.33,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(539,'23',0.43,0.00,-0.43,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(540,'22',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(541,'21',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(542,'20',1.27,0.78,-0.49,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(543,'19',1.00,0.00,-1.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(544,'18',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(545,'17',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(546,'16',3.48,2.97,-0.51,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(547,'15',0.17,0.00,-0.17,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(548,'14',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(549,'13',1.50,0.00,-1.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(550,'12',2.05,2.94,0.89,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(551,'11',0.50,0.00,-0.50,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(552,'10',207.00,204.00,-3.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(553,'9',2.25,0.00,-2.25,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(554,'8',4.00,0.00,-4.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(555,'7',112.10,96.70,-15.40,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(556,'6',0.75,0.00,-0.75,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(557,'5',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(558,'4',238.75,173.00,-65.75,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(559,'3',0.00,0.00,0.00,1,'branch',8,1,'2020-10-30','',0,'07:40:51','open',1),(560,'2',0.25,0.00,-0.25,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(561,'1',0.00,302.00,302.00,1,'branch',8,1,'2020-10-30','2020-10-30',8,'07:40:51','open',1),(562,'290',11.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(563,'289',20.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(564,'288',18.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(565,'287',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(566,'286',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(567,'285',3499.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(568,'284',199.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(569,'276',174.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(570,'208',1.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(571,'207',4.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(572,'206',2.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(573,'205',1.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(574,'204',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(575,'203',5.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(576,'202',10.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(577,'201',15.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(578,'200',10.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(579,'199',3.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(580,'198',5.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(581,'197',10.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(582,'196',9.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(583,'195',41.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(584,'194',12.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(585,'193',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(586,'192',3.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(587,'191',8.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(588,'190',2.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(589,'189',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(590,'188',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(591,'187',2.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(592,'186',1.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(593,'185',9.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(594,'184',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(595,'183',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(596,'182',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(597,'181',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(598,'180',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(599,'179',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(600,'178',120.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(601,'177',260.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(602,'176',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(603,'175',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(604,'174',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(605,'173',0.39,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(606,'172',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(607,'171',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(608,'170',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(609,'169',0.06,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(610,'168',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(611,'167',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(612,'166',28.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(613,'165',1.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(614,'164',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(615,'163',227.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(616,'162',60.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(617,'161',1110.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(618,'160',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(619,'159',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(620,'158',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(621,'157',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(622,'156',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(623,'155',55.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(624,'154',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(625,'153',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(626,'152',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(627,'151',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(628,'150',100.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(629,'149',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(630,'148',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(631,'147',358.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(632,'146',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(633,'145',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(634,'144',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(635,'143',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(636,'142',20.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(637,'141',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(638,'140',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(639,'139',0.10,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(640,'138',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(641,'137',0.20,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(642,'136',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(643,'135',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(644,'134',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(645,'133',0.80,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(646,'132',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(647,'131',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(648,'130',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(649,'129',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(650,'128',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(651,'127',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(652,'126',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(653,'125',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(654,'124',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(655,'123',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(656,'122',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(657,'121',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(658,'120',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(659,'119',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(660,'118',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(661,'117',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(662,'116',30.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(663,'115',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(664,'114',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(665,'113',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(666,'112',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(667,'111',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(668,'110',419.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(669,'109',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(670,'108',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(671,'107',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(672,'106',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(673,'105',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(674,'104',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(675,'103',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(676,'102',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(677,'101',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(678,'100',11.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(679,'99',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(680,'98',24.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(681,'97',44.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(682,'96',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(683,'95',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(684,'94',232.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(685,'93',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(686,'92',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(687,'91',215.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(688,'90',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(689,'89',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(690,'88',650.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(691,'87',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(692,'86',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(693,'85',501.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(694,'84',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(695,'83',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(696,'82',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(697,'81',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(698,'80',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(699,'79',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(700,'78',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(701,'77',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(702,'76',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(703,'75',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(704,'74',0.21,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(705,'73',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(706,'72',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(707,'71',2.36,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(708,'70',0.24,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(709,'69',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(710,'68',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(711,'67',1.93,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(712,'66',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(713,'65',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(714,'64',8.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(715,'63',3.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(716,'62',11.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(717,'61',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(718,'60',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(719,'59',3.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(720,'58',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(721,'57',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(722,'56',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(723,'55',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(724,'54',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(725,'53',75.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(726,'52',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(727,'51',20.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(728,'50',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(729,'49',30.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(730,'48',0.25,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(731,'47',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(732,'46',37.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(733,'45',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(734,'44',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(735,'43',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(736,'42',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(737,'41',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(738,'40',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(739,'39',19.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(740,'38',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(741,'37',41.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(742,'36',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(743,'35',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(744,'34',5.40,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(745,'33',0.25,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(746,'32',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(747,'31',22.20,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(748,'30',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(749,'29',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(750,'28',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(751,'27',0.06,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(752,'26',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(753,'25',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(754,'24',1.26,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(755,'23',0.03,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(756,'22',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(757,'21',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(758,'20',0.75,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(759,'19',0.27,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(760,'18',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(761,'17',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(762,'16',2.70,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(763,'15',0.18,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(764,'14',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(765,'13',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(766,'12',2.76,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(767,'11',1.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(768,'10',183.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(769,'9',0.75,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(770,'8',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(771,'7',89.15,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(772,'6',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(773,'5',1.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(774,'4',158.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(775,'3',0.00,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(776,'2',0.50,0.00,-0.50,1,'branch',8,1,'2020-11-02','2020-11-02',8,'08:36:22','open',1),(777,'1',281.50,0.00,0.00,1,'branch',8,1,'2020-11-02','',0,'08:36:22','open',1),(778,'290',11.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(779,'289',20.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(780,'288',13.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(781,'287',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(782,'286',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(783,'285',3499.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(784,'284',55.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(785,'276',174.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(786,'208',1.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(787,'207',4.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(788,'206',2.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(789,'205',1.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(790,'204',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(791,'203',5.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(792,'202',10.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(793,'201',15.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(794,'200',10.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(795,'199',3.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(796,'198',5.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(797,'197',10.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(798,'196',9.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(799,'195',41.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(800,'194',12.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(801,'193',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(802,'192',3.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(803,'191',8.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(804,'190',2.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(805,'189',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(806,'188',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(807,'187',2.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(808,'186',1.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(809,'185',5.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(810,'184',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(811,'183',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(812,'182',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(813,'181',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(814,'180',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(815,'179',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(816,'178',120.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(817,'177',260.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(818,'176',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(819,'175',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(820,'174',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(821,'173',0.39,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(822,'172',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(823,'171',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(824,'170',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(825,'169',0.06,0.00,-0.06,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(826,'168',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(827,'167',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(828,'166',28.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(829,'165',1.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(830,'164',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(831,'163',227.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(832,'162',60.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(833,'161',1110.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(834,'160',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(835,'159',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(836,'158',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(837,'157',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(838,'156',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(839,'155',50.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(840,'154',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(841,'153',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(842,'152',1.20,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(843,'151',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(844,'150',100.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(845,'149',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(846,'148',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(847,'147',356.80,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(848,'146',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(849,'145',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(850,'144',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(851,'143',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(852,'142',20.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(853,'141',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(854,'140',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(855,'139',0.10,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(856,'138',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(857,'137',0.40,0.00,-0.40,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(858,'136',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(859,'135',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(860,'134',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(861,'133',0.20,0.00,-0.20,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(862,'132',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(863,'131',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(864,'130',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(865,'129',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(866,'128',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(867,'127',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(868,'126',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(869,'125',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(870,'124',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(871,'123',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(872,'122',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(873,'121',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(874,'120',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(875,'119',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(876,'118',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(877,'117',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(878,'116',30.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(879,'115',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(880,'114',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(881,'113',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(882,'112',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(883,'111',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(884,'110',399.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(885,'109',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(886,'108',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(887,'107',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(888,'106',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(889,'105',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(890,'104',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(891,'103',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(892,'102',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(893,'101',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(894,'100',11.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(895,'99',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(896,'98',24.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(897,'97',39.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(898,'96',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(899,'95',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(900,'94',232.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(901,'93',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(902,'92',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(903,'91',215.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(904,'90',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(905,'89',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(906,'88',650.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(907,'87',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(908,'86',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(909,'85',500.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(910,'84',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(911,'83',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(912,'82',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(913,'81',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(914,'80',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(915,'79',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(916,'78',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(917,'77',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(918,'76',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(919,'75',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(920,'74',0.33,0.00,-0.33,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(921,'73',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(922,'72',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(923,'71',2.24,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(924,'70',0.33,0.00,-0.33,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(925,'69',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(926,'68',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(927,'67',1.84,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(928,'66',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(929,'65',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(930,'64',8.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(931,'63',3.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(932,'62',11.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(933,'61',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(934,'60',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(935,'59',3.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(936,'58',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(937,'57',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(938,'56',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(939,'55',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(940,'54',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(941,'53',75.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(942,'52',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(943,'51',20.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(944,'50',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(945,'49',30.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(946,'48',0.25,0.00,-0.25,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(947,'47',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(948,'46',37.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(949,'45',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(950,'44',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(951,'43',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(952,'42',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(953,'41',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(954,'40',1.00,0.00,-1.00,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(955,'39',18.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(956,'38',5.50,0.00,-5.50,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(957,'37',38.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(958,'36',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(959,'35',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(960,'34',5.40,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(961,'33',0.25,0.00,-0.25,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(962,'32',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(963,'31',22.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(964,'30',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(965,'29',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(966,'28',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(967,'27',0.06,0.00,-0.06,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(968,'26',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(969,'25',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(970,'24',1.26,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(971,'23',0.03,0.00,-0.03,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(972,'22',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(973,'21',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(974,'20',0.75,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(975,'19',0.39,0.00,-0.39,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(976,'18',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(977,'17',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(978,'16',2.58,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(979,'15',0.30,0.00,-0.30,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(980,'14',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(981,'13',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(982,'12',2.64,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(983,'11',0.50,0.00,-0.50,1,'branch',8,1,'2020-11-03','2020-11-03',8,'08:47:46','open',1),(984,'10',174.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(985,'9',1.25,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(986,'8',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(987,'7',87.25,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(988,'6',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(989,'5',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(990,'4',137.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(991,'3',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(992,'2',0.00,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(993,'1',265.50,0.00,0.00,1,'branch',8,1,'2020-11-03','',0,'08:47:46','open',1),(994,'290',11.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(995,'289',20.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(996,'288',13.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(997,'287',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(998,'286',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(999,'285',3499.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1000,'284',55.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1001,'276',174.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1002,'208',1.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1003,'207',4.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1004,'206',2.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1005,'205',1.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1006,'204',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1007,'203',5.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1008,'202',10.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1009,'201',15.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1010,'200',10.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1011,'199',3.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1012,'198',5.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1013,'197',10.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1014,'196',9.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1015,'195',41.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1016,'194',12.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1017,'193',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1018,'192',3.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1019,'191',8.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1020,'190',2.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1021,'189',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1022,'188',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1023,'187',2.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1024,'186',1.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1025,'185',5.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1026,'184',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1027,'183',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1028,'182',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1029,'181',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1030,'180',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1031,'179',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1032,'178',115.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1033,'177',260.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1034,'176',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1035,'175',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1036,'174',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1037,'173',0.39,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1038,'172',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1039,'171',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1040,'170',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1041,'169',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1042,'168',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1043,'167',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1044,'166',28.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1045,'165',1.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1046,'164',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1047,'163',217.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1048,'162',60.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1049,'161',450.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1050,'160',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1051,'159',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1052,'158',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1053,'157',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1054,'156',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1055,'155',50.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1056,'154',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1057,'153',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1058,'152',1.20,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1059,'151',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1060,'150',100.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1061,'149',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1062,'148',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1063,'147',356.80,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1064,'146',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1065,'145',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1066,'144',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1067,'143',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1068,'142',20.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1069,'141',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1070,'140',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1071,'139',0.10,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1072,'138',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1073,'137',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1074,'136',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1075,'135',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1076,'134',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1077,'133',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1078,'132',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1079,'131',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1080,'130',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1081,'129',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1082,'128',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1083,'127',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1084,'126',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1085,'125',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1086,'124',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1087,'123',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1088,'122',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1089,'121',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1090,'120',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1091,'119',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1092,'118',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1093,'117',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1094,'116',30.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1095,'115',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1096,'114',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1097,'113',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1098,'112',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1099,'111',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1100,'110',399.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1101,'109',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1102,'108',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1103,'107',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1104,'106',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1105,'105',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1106,'104',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1107,'103',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1108,'102',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1109,'101',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1110,'100',11.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1111,'99',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1112,'98',24.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1113,'97',39.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1114,'96',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1115,'95',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1116,'94',232.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1117,'93',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1118,'92',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1119,'91',215.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1120,'90',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1121,'89',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1122,'88',650.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1123,'87',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1124,'86',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1125,'85',365.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1126,'84',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1127,'83',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1128,'82',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1129,'81',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1130,'80',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1131,'79',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1132,'78',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1133,'77',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1134,'76',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1135,'75',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1136,'74',40.00,0.00,-40.00,1,'branch',1,1,'2020-11-04','2020-11-05',1,'07:41:11','open',1),(1137,'73',20.00,0.00,-20.00,1,'branch',1,1,'2020-11-04','2020-11-05',1,'07:41:11','open',1),(1138,'72',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1139,'71',0.24,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1140,'70',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1141,'69',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1142,'68',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1143,'67',1.84,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1144,'66',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1145,'65',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1146,'64',8.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1147,'63',3.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1148,'62',11.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1149,'61',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1150,'60',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1151,'59',3.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1152,'58',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1153,'57',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1154,'56',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1155,'55',1.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1156,'54',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1157,'53',71.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1158,'52',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1159,'51',20.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1160,'50',1.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1161,'49',28.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1162,'48',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1163,'47',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1164,'46',36.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1165,'45',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1166,'44',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1167,'43',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1168,'42',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1169,'41',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1170,'40',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1171,'39',12.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1172,'38',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1173,'37',32.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1174,'36',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1175,'35',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1176,'34',5.40,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1177,'33',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1178,'32',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1179,'31',22.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1180,'30',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1181,'29',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1182,'28',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1183,'27',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1184,'26',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1185,'25',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1186,'24',1.26,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1187,'23',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1188,'22',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1189,'21',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1190,'20',0.75,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1191,'19',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1192,'18',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1193,'17',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1194,'16',2.58,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1195,'15',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1196,'14',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1197,'13',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1198,'12',2.64,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1199,'11',1.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1200,'10',171.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1201,'9',0.25,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1202,'8',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1203,'7',59.25,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1204,'6',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1205,'5',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1206,'4',135.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1207,'3',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1208,'2',0.00,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1209,'1',264.50,0.00,0.00,1,'branch',1,1,'2020-11-04','',0,'07:41:11','open',1),(1210,'195',0.00,0.00,0.00,2,'branch',8,1,'2020-12-03','',0,'11:40:58','open',1),(1211,'98',0.00,0.00,0.00,2,'branch',8,1,'2020-12-03','',0,'11:40:58','open',1),(1212,'194',0.00,0.00,0.00,2,'branch',8,1,'2020-12-03','',0,'11:40:58','open',1),(1213,'100',0.00,0.00,0.00,2,'branch',8,1,'2020-12-03','',0,'11:40:58','open',1),(1214,'12',1.00,0.00,0.00,2,'branch',8,1,'2020-12-03','',0,'11:40:58','open',1),(1215,'16',1.00,0.00,0.00,2,'branch',8,1,'2020-12-03','',0,'11:40:58','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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `supervisor` -- LOCK TABLES `supervisor` WRITE; /*!40000 ALTER TABLE `supervisor` DISABLE KEYS */; INSERT INTO `supervisor` VALUES (1,'1','1','2020-08-08','2020-08-08','',1,'2020-08-08 07:42:07am',1,'active',1,1); /*!40000 ALTER TABLE `supervisor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tables` -- DROP TABLE IF EXISTS `tables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tables` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tables` -- LOCK TABLES `tables` WRITE; /*!40000 ALTER TABLE `tables` DISABLE KEYS */; /*!40000 ALTER TABLE `tables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags` -- DROP TABLE IF EXISTS `tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `meta_keyword` text NOT NULL, `meta_description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags` -- LOCK TABLES `tags` WRITE; /*!40000 ALTER TABLE `tags` DISABLE KEYS */; /*!40000 ALTER TABLE `tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskdata` -- DROP TABLE IF EXISTS `taskdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskdata` ( `id` int(30) NOT NULL AUTO_INCREMENT, `description` text DEFAULT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) DEFAULT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Submitted', `companyid` varchar(100) NOT NULL, `challanges` text NOT NULL, `recommendation` text NOT NULL, `updatedby` int(11) NOT NULL, `comments` text NOT NULL, `updateddate` varchar(30) NOT NULL, `mykey` varchar(50) DEFAULT NULL, `exactdate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `achieved` varchar(30) NOT NULL, `updatedat` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskdata` -- LOCK TABLES `taskdata` WRITE; /*!40000 ALTER TABLE `taskdata` DISABLE KEYS */; INSERT INTO `taskdata` VALUES (1,'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 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 */; /*!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 */; /*!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=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uom` -- LOCK TABLES `uom` WRITE; /*!40000 ALTER TABLE `uom` DISABLE KEYS */; INSERT INTO `uom` VALUES (1,'Piece','pc','2020-06-22 06:18:43','active','1','','1','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'),(21,'Mililiters','ml','2020-08-19 10:45:47','active','1','','1','ml'),(22,'Grams','grms','2020-08-19 10:46:08','active','1','','1','grms'); /*!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=57 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 (2,'74','2020-08-19 11:00:06','child','1','','1','71','1',0.03,'',''),(3,'73','2020-08-19 11:00:45','child','1','','1','71','1',0.05,'',''),(4,'137','2020-08-19 11:30:43','child','8','','1','31','1',0.10,'',''),(5,'33','2020-08-19 11:31:14','child','8','','1','31','1',0.25,'',''),(6,'32','2020-08-19 11:31:27','child','8','','1','31','1',0.50,'',''),(9,'70','2020-08-19 11:41:55','child','8','','1','67','1',0.03,'',''),(10,'69','2020-08-19 11:42:10','child','8','','1','67','1',0.05,'',''),(11,'68','2020-08-19 11:42:40','child','8','','1','67','1',0.50,'',''),(12,'72','2020-08-19 11:52:24','child','8','','1','71','1',0.50,'',''),(13,'15','2020-08-19 11:56:39','child','8','','1','12','1',0.03,'',''),(14,'14','2020-08-19 11:56:54','child','8','','1','12','1',0.25,'',''),(15,'13','2020-08-19 11:57:25','child','8','','1','12','1',0.50,'',''),(16,'19','2020-08-19 12:00:13','child','8','','1','16','1',0.03,'',''),(17,'18','2020-08-19 12:00:25','child','8','','1','16','1',0.25,'',''),(18,'17','2020-08-19 12:00:42','child','8','','1','16','1',0.50,'',''),(19,'23','2020-08-19 12:04:13','child','8','','1','20','1',0.03,'',''),(20,'22','2020-08-19 12:04:26','child','8','','1','20','1',0.25,'',''),(21,'21','2020-08-19 12:04:42','child','8','','1','20','1',0.50,'',''),(22,'27','2020-08-19 12:06:43','child','8','','1','24','1',0.03,'',''),(23,'26','2020-08-19 12:06:58','child','8','','1','24','1',0.25,'',''),(24,'25','2020-08-19 12:07:14','child','8','','1','24','1',0.50,'',''),(25,'172','2020-08-19 12:20:05','child','8','','1','173','1',0.50,'',''),(26,'171','2020-08-19 12:20:19','child','8','','1','173','1',0.25,'',''),(27,'170','2020-08-19 12:21:03','child','8','','1','173','1',0.50,'',''),(28,'169','2020-08-19 12:21:25','child','8','','1','173','1',0.03,'',''),(29,'48','2020-08-20 08:14:04','child','8','','1','46','1',0.25,'',''),(30,'47','2020-08-20 08:14:19','child','8','','1','46','1',0.50,'',''),(31,'139','2020-08-20 08:15:42','child','8','','1','46','1',0.10,'',''),(32,'36','2020-08-20 08:18:11','child','8','','1','34','1',0.25,'',''),(33,'138','2020-08-20 08:18:25','child','8','','1','34','1',0.10,'',''),(34,'35','2020-08-20 08:18:44','child','8','','1','34','1',0.50,'',''),(35,'9','2020-08-20 08:21:43','child','8','','1','7','1',0.25,'',''),(36,'8','2020-08-20 08:22:12','child','8','','1','7','1',0.50,'',''),(37,'133','2020-08-20 08:23:12','child','8','','1','7','1',0.05,'',''),(38,'11','2020-08-20 13:47:37','child','8','','1','10','1',0.50,'',''),(39,'40','2020-08-20 13:49:27','child','8','','1','39','1',0.50,'',''),(40,'38','2020-08-20 13:51:06','child','8','','1','37','1',0.50,'',''),(41,'6','2020-08-20 13:52:17','child','8','','1','4','1',0.25,'',''),(42,'5','2020-08-20 13:52:32','child','8','','1','4','1',0.50,'',''),(43,'3','2020-08-20 13:55:20','child','8','','1','1','1',0.50,'',''),(44,'2','2020-08-20 13:55:34','child','8','','1','1','1',0.25,'',''),(45,'55','2020-08-21 11:22:46','child','8','','1','53','1',0.25,'',''),(46,'54','2020-08-21 11:23:00','child','8','','1','53','1',0.50,'',''),(47,'152','2020-08-21 12:51:34','child','8','','1','147','1',0.60,'',''),(48,'61','2020-08-21 13:16:08','child','8','','1','59','1',0.50,'',''),(49,'117','2020-08-21 13:18:20','child','8','','1','116','1',0.50,'',''),(50,'118','2020-08-21 13:18:32','child','8','','1','116','1',0.25,'',''),(51,'176','2020-08-26 08:46:58','child','8','','1','110','1',0.50,'',''),(52,'66','2020-08-29 11:11:41','child','8','','1','64','1',0.25,'',''),(53,'65','2020-08-29 11:11:53','child','8','','1','64','1',0.50,'',''),(54,'52','2020-09-02 09:10:20','child','8','','1','51','1',0.50,'',''),(56,'50','2020-10-14 13:37:22','child','8','','1','49','1',0.50,'',''); /*!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:08:57
.
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